(gnus-summary-read-group-1): Fix the "contains no messages" logic, which was reversed.
[gnus] / lisp / ChangeLog
1 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4         messages" logic, which was reversed.
5
6         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7         the "same place" even if point is on the line being replaced.
8         (article-update-date-lapsed): Allow updating both the combined lapsed
9         and the lapsed headers.
10         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
11         (article-make-date-line): Limit the number of segments dynamically to
12         avoid too-long lines.
13
14 2011-01-27  Julien Danjou  <julien@danjou.info>
15
16         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
17         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
18
19 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
22         Use plist-get instead of the cl function getf.
23
24 2011-01-27  Glenn Morris  <rgm@gnu.org>
25
26         * gnus-util.el (float-time): Get rid of compiler warning, again.
27
28 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * shr.el (shr-put-color): Special-case background colours: Do put them
31         at the blank parts at the front of the lines.
32
33         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
34         exit hook to nix out all data on readedness on group exit.
35
36         * gnus-util.el (float-time): If float-time is bound, always use it on
37         all Emacsen.  It's unclear why the subrp check was there.
38         (time-date): Require to make some autoload issues on XEmacs go away.
39
40         * shr.el (shr-put-color): Don't do the box padding in tables, since
41         they're already padded.
42
43 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-art.el (gnus-article-next-page): When the last line of the
46         article is displayed, scroll down once more instead of going to the
47         next article at once.
48         (article-lapsed-string): Refactor out and allow specifying how many
49         segments you want.
50         (gnus-article-setup-buffer): Start updating the lapsed header directly.
51         (gnus-article-update-lapsed-header): New variable.
52
53         * shr.el: Revert change that made headings use different-sized faces.
54         The Emacs display engine isn't advanced enough that, for instance,
55         tables can comfortably use differntly-sized faces.
56
57 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
58
59         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
60         used.
61         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
62         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
63         we're using an encrypted connection.
64
65         * proto-stream.el: Alter the interface functions to also return the
66         actual stream type used: network or tls.
67
68 2011-01-25  Julien Danjou  <julien@danjou.info>
69
70         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
71         (mm-display-javascript-inline): New function.
72
73         * mm-decode.el (mm-inline-media-tests): Add application/javascript
74         viewing function.
75
76 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * shr.el (shr-expand-newlines): Fix variable name.
79
80 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * shr.el (shr-expand-newlines): Make nested boxes work.
83
84 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
87         backgrounds.
88         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
89         in a more sensible manner.
90
91 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
92
93         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
94         if EPG is loaded.
95
96 2011-01-24  Julien Danjou  <julien@danjou.info>
97
98         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
99         tags.
100
101 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
104         commands.
105
106         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
107         in the article buffer.
108         (gnus-gravatar-insert): Use blank space from the current buffer to
109         avoid breaking text properties.  This makes X-Sent updating work again.
110
111         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
112
113 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
116         fix the bug in url-http.el instead.
117
118         * shr.el (shr-image-fetched): Ditto.
119
120         * shr.el (shr-image-fetched): Avoid having point move in the article
121         buffer.
122
123         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
124         buffer after being called.  It's apparently being killed by url.el, and
125         killing it made point move to end-of-buffer in a random buffer.
126
127         * shr.el (shr-image-fetched): Ditto.
128
129 2011-01-23  Julien Danjou  <julien@danjou.info>
130
131         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
132
133         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
134         text/x-org.
135
136 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-sum.el (gnus-summary-move-article): Protect against backends
139         (i.e., nnimap) returning nil as the article number.
140
141 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
142
143         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
144         "DelSp" parameter in RFC3676.
145
146 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * message.el (message-check-recipients): Display the encoded version of
149         the bogus address if they differ.
150
151         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
152         after sending.
153
154         * gnus-agent.el (gnus-agent-send-mail): Ditto.
155
156         * gnus-group.el (gnus-group-refresh-group): New convenience function.
157
158         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
159         group buffer after sending the queue.
160
161         * gnus-agent.el (gnus-agent-send-mail): Ditto.
162
163 2011-01-22  Julien Danjou  <julien@danjou.info>
164
165         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
166
167 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
168
169         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
170         nested related parts.
171
172         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
173         unexpired articles.  This fixes the regression that led expiry marks to
174         disappear from nnfolder groups.
175
176 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
177
178         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
179         Don't confuse the "ret" of "retrograde" with RET.
180
181 2011-01-21  Julien Danjou  <julien@danjou.info>
182
183         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
184         than mm-insert-inline.
185
186 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
189         Widen article buffer.
190
191 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
192
193         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
194         the temp buffer.
195         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
196
197 2011-01-20  Julien Danjou  <julien@danjou.info>
198
199         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
200
201         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
202         than mm-insert-inline to insert inline part: this respect
203         mm-inline-media-tests displayers.
204
205         * mm-view.el (mm-display-shell-script-inline): New function.
206
207         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
208
209         * mm-uu.el (mm-uu-type-alist): Add org block.
210         (mm-uu-org-src-code-block-extract): New function.
211
212         * mm-view.el (mm-display-org-inline): New function.
213
214         * mm-decode.el (mm-automatic-display): Add text/org.
215
216         * mailcap.el (mailcap-mime-extensions): Add .org.
217
218 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-art.el (gnus-article-highlight): Remove argument passed to
221         gnus-article-add-buttons.
222
223 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
224
225         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
226         From header with a date and "nobody" as the sender.
227
228 2011-01-19  Julien Danjou  <julien@danjou.info>
229
230         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
231         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
232         if you have the same regexp several times.
233         (gnus-button-push): Fix matching when regexp is symbol.
234
235 2011-01-15  Glenn Morris  <rgm@gnu.org>
236
237         * message.el (message-mail): A compose-mail function should
238         accept headers as strings.
239
240 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
241
242         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
243         Add :vert-only tags.
244         (message-mail): New arg RETURN-ACTION.
245         (message-return-action): New var.
246         (message-bury): Use it.
247         (message-mode): Make it buffer-local.
248         (message-send-and-exit): Always call message-bury.
249
250         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
251         message-mail.
252
253 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-convert-partial-article): Protect against
256         zero-length body parts.
257
258         * mm-decode.el (mm-preferred-alternative-precedence):
259         Discourage showing empty parts.
260
261         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
262         and stuff if the backend didn't return the article number.  This fixes
263         an Exchange-related nnimap bug.
264
265         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
266         group window, because it does the wrong thing when a separate frame
267         displays the group buffer.
268
269         * proto-stream.el (open-protocol-stream): Protect against the low-level
270         transport functions returning nil.
271
272 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
273
274         * mml2015.el (epg-sub-key-fingerprint): Autoload.
275         (mml2015-epg-find-usable-secret-key): New function.
276         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
277         mml2015-epg-find-usable-key (Bug#7797).
278         (mml2015-epg-encrypt): Ditto.
279
280 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * dgnushack.el (rot13-string): Fix the way to get the argument.
283
284 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
287
288 2011-01-03  Glenn Morris  <rgm@gnu.org>
289
290         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
291
292         * sieve.el (sieve-open-server): Give a more explicit error if
293         sieve-manage-open returns nil.  (Bug#7720)
294
295 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
296
297         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
298
299 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
302         This avoids sending passwords in plain text over non-encrypted
303         channels.
304
305         * shr.el (shr-rescale-image): Display all GIF images as animated images.
306
307         * nnimap.el (nnimap-login): Refactored out into own function, and
308         implement CRAM-MD5.
309         (nnimap-wait-for-line): Refactored out.
310
311         * mm-view.el (mml-smime): Require.
312
313 2010-12-20  David Engster  <deng@eml.cc>
314
315         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
316         use EPG to decrypt S/MIME messages instead of openssl.
317
318 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
321
322         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
323         status is the group clearly is unreachable.
324
325         * auth-source.el (auth-source-create): Add the optional second
326         parameter to `local-variable-p' to be compatible with XEmacs.
327
328 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
329
330         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
331         work when using a compressed nnml folder.
332
333 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
336         backends after sanitising on entry, because this never makes sense:
337         If the articles have gone missing, then the data no longer exists on
338         the backend, and if they haven't, then Gnus is wrong, and shouldn't
339         overwrite anything anyway.
340
341         * shr.el (shr-insert-document): Bind shr-width dynamically to
342         window-width if it's nil.
343
344 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
345
346         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
347         with the meaning of using the full emacs window width for rendering.
348
349 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
350
351         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
352         case when sender is not given.
353
354 2010-12-23  Julien Danjou  <julien@danjou.info>
355
356         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
357         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
358         the addresses, otherwise we might misplaced the gravatar.
359
360 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
361
362         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
363         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
364         obsolete in Emacs.
365
366 2010-12-20  Julien Danjou  <julien@danjou.info>
367
368         * gnus-util.el (gnus-rescale-image): Revert last change.
369
370 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
371
372         * binhex.el: Improve commentary (Bug#7482).
373
374 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-group.el (gnus-group-delete-articles): New command.
377
378 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
379
380         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
381
382 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
385         here, since it's up to the backends to do CRLF removal if their
386         protocol has it.
387
388         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
389
390 2010-12-17  Julien Danjou  <julien@danjou.info>
391
392         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
393         they are from file. Can also scale up.
394
395 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
396
397         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
398         gnus-use-agent.
399         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
400
401         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
402
403 2010-12-17  Julien Danjou  <julien@danjou.info>
404
405         * gravatar.el (gravatar-retrieve-synchronously): New function.
406         (gravatar-get-data): Make more robust.
407
408 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
411
412 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
415         to really consider the last line.
416
417 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
418
419         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
420         list of recipient keys, or use symmetric encryption if not a list.
421         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
422         EPA override, replacing the call to `netrc-store-data'.
423
424 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
425
426         * gnus-srvr.el: Avoid passing nil regexp argument to
427         delete-matching-lines.
428
429 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
432         fetching stops when Gnus exits.
433
434         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
435         function.
436         (nnfolder-request-expire-articles): Save all the buffers after doing
437         expiry.
438
439         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
440         the last article", since that led to serious performance regressions
441         when expiring nnml groups.
442
443 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
444
445         * nnir.el: Improve customizations.
446
447 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
450
451         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
452         group has been killed.
453         (gnus-group-yank-group): Ditto.
454
455         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
456
457         * nnimap.el (nnimap-request-update-group-status): New function.
458
459         * gnus-int.el (gnus-request-update-group-status): New interface
460         function.
461
462         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
463         copying read-ness to the backends.
464
465         * nnimap.el (nnimap-quirk): New function.
466         (nnimap-retrieve-group-data-early): Use it.
467         (nnimap-quirks): New alist.
468
469 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * shr.el (shr-insert): Set shr-start after deleting trailing space;
472         don't delete it within indentation.
473
474 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
477         previous line.
478
479 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
482         QRESYNC command by deleting a superfluous space which broke Cyrus
483         servers.  This change will break other servers that are buggy the other
484         way around.
485
486 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * spam.el: Reindent and fix long lines.
489         (spam-copy-or-move-routine): Exclude invalid move destinations.
490
491 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
494         installed the registry.
495
496 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
499
500 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
503         groupname doesn't contain "gmane".
504
505 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
508         and netrc-bound-and-true-p bindings.
509         (netrc-parse): Cache the netrc contents.
510
511         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
512         (gnus-1): Don't create the nndrafts group twice.
513         (gnus-setup-news): There's no need to read the active file here, since
514         that's done again later on a per-backend basis.
515         (gnus-start-draft-setup): Make sure that the new group is started out
516         empty.
517
518         * gnus-agent.el (gnus-agentize): Don't create the queue group
519         automatically on startup.  It'll be created later, if needed.
520
521         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
522         of automatically subscribed groups.
523         (gnus-auto-subscribed-categories): New variable.
524         (gnus-matches-options-n): Use it.
525         (gnus-default-subscribed-newsgroups): Remove unused variable.
526         (gnus-start-draft-setup): Message a bit less.
527
528 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
529
530         * nnir.el (nnir-run-imap): Return article list in order of increasing
531         UID.
532
533 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-sum.el (gnus-summary-enter-digest-group):
536         Mention gnus-auto-select-on-ephemeral-exit.
537
538         * proto-stream.el (proto-stream-open-network-only): Fix the calling
539         convention of the network-only option.
540
541 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * proto-stream.el (proto-stream-open-network-only): New function to
544         have a way to specify non-STARTTLS upgrade connections.
545
546 2010-12-10  Julien Danjou  <julien@danjou.info>
547
548         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
549         email address is nil.
550
551         * message.el (message-bogus-recipient-p): Set address to "" if nil.
552
553 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
554
555         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
556         deletion.
557         (nnir-run-imap): Only need to parse list once.
558
559 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * shr.el (shr-tag-script): Ignore <script>.
562         (shr-tag-label): Add <label> support.
563
564 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
567
568         * shr.el (shr-image-displayer): Work for images lined side by side.
569
570 2010-12-08  Robert Pluim  <rpluim@gmail.com>
571
572         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
573         parameter, since XEmacs doesn't accept t as a parameter.
574
575 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
576
577         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
578         ids.
579         (nnir-run-gmane): Simplify groupspec formatting.
580         (nnir-request-expire-articles): New function.
581
582 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
585         overflow, possibly.
586
587         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
588         (shr-render-td): Handle td style="" better.
589         (shr-tag-table): Use the color from the style sheet.
590         (shr-render-td): Make sure we copy over all the overlays, too.
591
592 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
593
594         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
595         (nnir-request-article): Improve article retrieval.
596
597 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * mm-util.el (mm-extra-numeric-entities): New variable.
600
601         * mm-url.el (mm-url-decode-entities):
602         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
603
604         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
605
606 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
607
608         * message.el: Use completion-at-point.
609         (message-completion-function): New fun, extracted from message-tab.
610         (message-mode): Use it for completion-at-point-functions.
611         (message-tab): Use it and completion-at-point.
612
613 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
616         character if a non-breakable character follows.
617
618 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
621         any stream.
622
623         * shr.el (shr-tag-font): Colorize the region.
624         (shr-tag-body): Ditto.
625         (shr-tag-font): Actually let the styles be inherited instead of
626         overwriting them.
627         (shr-tag-font): Get the background color right.
628         (shr-tag-style): Ignore all <style> tags for the moment.
629
630         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
631         a Message-ID to avoid having nnimap depend on gnus-sum.
632
633         * shr.el (shr-descend): Only colorize something if we have a node that
634         sets colors.
635
636 2010-12-06  Julien Danjou  <julien@danjou.info>
637
638         * shr.el (shr-render-td): Render td content with shr-descend, so style
639         will be applied to <td> too.
640         (shr-colorize-region): Colorize region even if we only have a background.
641         (shr-tag-body): Fix color and background color inheritance.
642         Do not recolorize after shr-generic.
643         (shr-tag-font): Let shr-generic colorize via inheritance.
644
645 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
648
649 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
650
651         * nnir.el (nnir-request-move-article): Remove obsolete code.
652
653 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
656
657 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-sum.el (gnus-summary-respool-article): The completion function
660         expects a list instead of an alist.
661
662         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
663         string as the parameter.
664
665         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
666
667         * shr.el (shr-stylesheet): New dynamic variable for cascading the
668         styles.
669         (shr-colorize-region): New function.
670         (shr-insert-background-overlay): Remove.
671         (shr-render-td): Background setting should be taken care of on a higher
672         level.
673         (shr-tag-body): Use post-hoc colorizations.
674         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
675         (shr-put-color-1): Don't overwrite old colors.
676         (shr-colorize-region): When the background color isn't explicit, use
677         a fixed background.
678
679         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
680         nnmail variables.
681
682 2010-12-05  Bjørn Mork  <bjorn@mork.no>
683
684         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
685         unless necessary.
686
687 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
690         server.
691
692 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
695         so that TAB works.
696
697         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
698         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
699
700         * shr.el (shr-urlify): Show the URL before the title to avoid
701         misleading URLs.
702
703 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
704
705         * shr.el (shr-urlify): Display the title in <a> tags.
706
707 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
708
709         * nnir.el (nnir-categorize): Replace mapcar with mapc.
710
711 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * nnir.el: Rearrange code to allow macros to be autoloaded by
714         gnus-sum.el.
715         (nnir-retrieve-headers-override-function): Make this variable
716         customizable.
717         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
718
719         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
720         from nnir.el.
721
722 2010-12-03  Julien Danjou  <julien@danjou.info>
723
724         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
725
726 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
729         allow optional argument `environment'.
730
731 2010-12-03  Glenn Morris  <rgm@gnu.org>
732
733         * mm-extern.el (message-goto-body): Update declaration.
734
735 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * gnus-util.el (gnus-macroexpand-all): New function.
738
739         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
740         instead of macroexpand-all that is unavailable in XEmacs.
741
742 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el (nnir-summary-line-format): New variable.
745         (nnir-mode): Use it.
746         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
747         (nnir-article-ids): Reimplement as defsubst.
748         (nnir-retrieve-headers): Don't mangle the subject header.
749         (nnir-run-imap): Use 100 as RSV score.
750         (nnir-run-find-grep): Fix for full server searching.
751         (nnir-run-gmane): Better restriction to gmane groups.
752
753         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
754         summary buffers.
755
756 2010-12-02  Julien Danjou  <julien@danjou.info>
757
758         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
759
760         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
761
762         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
763         support.
764
765 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
766
767         * nnir.el: Update to handle the registry better.
768         (autoload): Silence byte-compiler.
769         (nnir-open-server): Add a hook for nnir groups.
770         (nnir-request-move-article): Don't mangle the header. Better to use
771         formating variables (which will be added in the future).
772         (nnir-registry-action): Update the registry using the original article
773         group name.
774         (nnir-mode): Install nnir-specific hooks for updating the registry.
775
776         * gnus-sum.el
777         (gnus-article-original-subject,gnus-newsgroup-original-name):
778         Remove obsolete variables.
779         (gnus-summary-move-article): Remove use of obsolete variables.
780         (gnus-summary-local-variables): Make move and delete hooks local to
781         summary buffers.
782
783 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * rtree.el: New file.
786
787 2010-12-01  Julien Danjou  <julien@danjou.info>
788
789         * message.el (message-user-organization): Do not use
790         gnus-local-organization.
791
792         * gnus.el: Remove gnus-local-organization.
793
794         * gnus-msg.el: Remove nastygram thing.
795
796 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
799         funcall.
800
801 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
804         names.
805
806         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
807         characters.
808
809         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
810         to t of inhibit-read-only since it is inside gnus-with-article-headers.
811         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
812         (gnus-gravatar-transform-address): Use mail-extract-address-components
813         that supports non-ASCII names rather than mail-header-parse-addresses.
814
815 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * proto-stream.el (open-protocol-stream): All starttls connections are
818         handled by the network handler.
819
820 2010-11-30  Julien Danjou  <julien@danjou.info>
821
822         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
823         (nnimap-open-connection-1): Fix PREAUTH.
824
825         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
826
827 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
830         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
831         (shr-insert): Use them.
832         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
833
834 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
835
836         * nnir.el (nnir-request-move-article): Bail out if original group
837         doesn't support article moves.
838         (nnir-get-active): Improve active list retrieval.
839
840 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * shr.el (shr-find-fill-point): Don't break before apostrophes.
843
844 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
845
846         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
847         seem to accept strings-with-numbers as port numbers,
848
849 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
850
851         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
852         change the registry.
853
854 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
857         delete-dups that is not available in XEmacs 21.4.
858
859         * mm-util.el (mm-delete-duplicates): Add comment.
860
861 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
862
863         * nnir.el (nnir-ignored-newsgroups): New variable.
864         (nnir-get-active): Use it.
865
866 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * proto-stream.el (proto-stream-open-network): Add some comments.
869
870         * nntp.el (nntp-open-connection): Provide a :success condition.
871
872         * nnimap.el (nnimap-open-connection-1): Ditto.
873
874         * proto-stream.el (proto-stream-open-network): See what the response to
875         the STARTTLS command is.
876
877         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
878         backwards compatibility).
879         (nnimap-open-connection-1): Really respect nnimap-server-port.
880
881         * proto-stream.el (proto-stream-open-network): When doing opportunistic
882         TLS upgrades we don't really care about the identity of the peer.
883         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
884         that what we've checked for.
885         (proto-stream-always-use-starttls): Only default to t if
886         open-gnutls-stream exists.
887         (proto-stream-open-network): If STARTTLS failed, then just open a
888         normal connection.
889         (proto-stream-open-network): Wait until the greeting before doing
890         STARTTLS.
891
892         * nntp.el (nntp-open-connection): Report what the connection error is.
893
894         * proto-stream.el (open-protocol-stream): Rename from
895         open-proto-stream.
896
897 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * nnimap.el (nnimap-stream): Change default to `undecided'.
900         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
901         first, and then network.
902         (nnimap-open-connection-1): Respect nnimap-server-port.
903         (nnimap-open-connection): Be more backwards-compatible.
904
905         * proto-stream.el (proto-stream-always-use-starttls): New variable.
906         (proto-stream-open-starttls): De-duplicate the starttls code.
907         (proto-stream-open-starttls): Folded back into the main function.
908         (proto-stream-open-network): Fix typo in the gnutls path.
909         (proto-stream-command): Refactor out.
910
911         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
912
913         * proto-stream.el (proto-stream-open-starttls): Actually implement the
914         starttls.el STARTTLS.
915
916         * color.el (color-lab->srgb): Fix function call name.
917
918         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
919         if we're using tls.el.
920         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
921         built in, then don't try to establish a STARTTLS connection.
922
923         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
924         servers.
925
926         * proto-stream.el (open-proto-stream): Use network, not stream.
927         (open-proto-stream): Add a way to specify what the end of a command is.
928
929         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
930         connections types.
931         (nntp-open-network-stream): Remove.
932         (nntp-open-ssl-stream): Remove.
933         (nntp-open-tls-stream): Remove.
934         (nntp-ssl-program): Remove.
935
936         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
937
938 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
939
940         * nnir.el: Fix typos.
941         (nnir-retrieve-headers-override-function): Rename variable to reflect
942         new semantics.
943         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
944         macros.
945         (nnir-request-article, nnir-request-move-article): Use them.
946         (nnir-categorize): New function.
947         (nnir-run-query): Use it.
948         (nnir-retrieve-headers): Rewrite to batch header retrieval.
949         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
950         sorted.
951         (nnir-group-full-name): Use gnus-group-full-name instead.
952         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
953         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
954
955 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
958
959         * proto-stream.el: New library to provide protocol-specific
960         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
961         protocols.
962         (open-proto-stream): Complete the documentation.
963         (proto-stream-open-network): Fix some typos.
964
965         * nnimap.el (nnimap-open-connection): Use it.
966
967 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
968
969         * pop3.el (pop3-open-server): Read server greeting before starting TLS
970         negotiation.
971
972 2010-11-26  Julien Danjou  <julien@danjou.info>
973
974         * color.el: Rename various rgb functions to srgb.
975
976 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
979         names.
980
981 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * shr.el (shr-insert): Revert last change.
984         (shr-find-fill-point): Never leave point being at bol;
985         relax the kinsoku limitation when rendering tables.
986
987 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
990         results from -accept-article.
991
992         * shr-color.el: Require cl when compiling.
993
994         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
995         checkin.
996
997         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
998
999         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1000
1001         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1002         'add and 'delete to set backend marks.
1003
1004         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1005
1006         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1007
1008         * nntp.el (nntp-request-set-mark): Use it.
1009
1010         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1011
1012         * nnml.el (nnml-request-set-mark): Ditto.
1013
1014         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1015         introduces regressions in article selection.
1016         (nnimap-find-uid-response): New function.
1017         (nnimap-request-accept-article): Use the UID returned, if any.
1018         (nnimap-request-move-article): Use the UID returned, if any.
1019         (nnimap-get-groups): Reimplement to work with folded lines.
1020         (nnimap-find-uid-response): The UID is the last element in the list.
1021         (nnimap-request-set-mark): Extend syntax with 'set.
1022
1023         * nnml.el (nnml-request-set-mark): Ditto.
1024
1025         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1026
1027         * nntp.el (nntp-request-set-mark): Ditto.
1028
1029 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * message.el (message-called-interactively-p): A temporary macro.
1032         (message-goto-body): Use it temporarily.
1033
1034 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1037         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1038         (nnimap-last-response-string): Fix last unfolding fix.
1039
1040 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * shr.el (shr-insert): Fix the way to fold lines.
1043
1044 2010-11-25  Julien Danjou  <julien@danjou.info>
1045
1046         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1047
1048         * color.el: Rename from color-lab.el
1049         (color-rgb->hex): Add.
1050         (color-complement): Add.
1051         (color-complement-hex): Add.
1052
1053         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1054
1055 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1058         don't exist.
1059
1060 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1063         assuming that article displaying or another mml-preview may be
1064         interrupted for an error or for the like.
1065
1066         * shr.el (shr-get-background): Fix argument name.
1067
1068 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1071
1072         * gnus-sum.el (gnus-summary-include-articles): New function.
1073
1074         * message.el (message-goto-body): called-interactively-p needs a
1075         parameter, so use `any'.
1076
1077         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1078         clear marks before moving, since they're synced from the Gnus side
1079         first.
1080
1081         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1082         (gnus-summary-move-article): Copy over all marks before moving, so that
1083         IMAP doesn't think a new article has arrived.
1084
1085 2010-11-24  Julien Danjou  <julien@danjou.info>
1086
1087         * shr.el (shr-insert-background-overlay): Fix typo.
1088         (shr-render-td): Copy the background before rendering.
1089
1090         * shr-color.el (shr-color-visible): Fix docstring.
1091
1092         * shr.el (shr-tag-table): Add bgcolor support.
1093         (shr-render-td): Add bgcolor support.
1094         (shr-get-background): Add.
1095         (shr-insert-foreground-overlay): Use shr-get-background.
1096
1097         * message.el (message-goto-body): Use called-interactively-p.
1098         (message-in-body-p): message-goto-body returns point.
1099
1100 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1103         Fixes something or other in Emacs 23, and is backwards compatible.
1104
1105         * message.el (message-goto-body): Remove the <#secure special-casing,
1106         which is too special.
1107
1108         * shr.el (shr-parse-style): Drop !important from styles.
1109
1110 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1111
1112         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1113         this function to return incorrect results when calling it with an
1114         explicit article argument different from
1115         (gnus-summary-article-number).
1116
1117 2010-11-24  Julien Danjou  <julien@danjou.info>
1118
1119         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1120         (shr-tag-body): Add background support.
1121         (shr-descend): Add background support.
1122         (shr-tag-title): Add.
1123
1124         * shr-color.el (shr-color-visible): Really return original background
1125         if fixed.
1126
1127 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * shr.el (shr-color-check): Protect against non-existant colour names.
1130
1131 2010-11-24  Julien Danjou  <julien@danjou.info>
1132
1133         * color-lab.el: Require 'cl when compiling.
1134
1135         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1136
1137         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1138         matched part.
1139
1140         * color-lab.el: Fix all expt calls to use float type.
1141
1142 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1145         expression to shr-color-check as is.
1146
1147         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1148
1149         * color-lab.el: Add coding cookie.
1150         (float-pi): Use eval-and-compile.
1151
1152         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1153         compiled for Emacsen having no `libxml-parse-html-region' support.
1154
1155 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * shr.el (shr-insert-color-overlay): Split stuff like
1158         "#444444 !important" to find the real colour.
1159         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1160         parse <font color="red"> entries.
1161
1162 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1163
1164         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1165         point when parsing headers.
1166
1167         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1168         is positioned properly when parsing headers.
1169
1170 2010-11-23  Julien Danjou  <julien@danjou.info>
1171
1172         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1173
1174         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1175
1176         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1177
1178         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1179         Use shr-color-hue-to-rgb.
1180         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1181
1182 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * shr.el (shr-color->hexadecimal): Autoload.
1185         (shr-descend): Add color to all tags.
1186
1187 2010-11-22  Julien Danjou  <julien@danjou.info>
1188
1189         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1190         shr-color->hexadecimal.
1191
1192         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1193         RGB() or HSL() color representation.
1194
1195         * shr.el (shr-tag-font): Add.
1196         (shr-tag-color-check): New function to get better colors.
1197         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1198         tag-span.
1199
1200         * shr-color.el: New file.
1201
1202         * color-lab.el: New file.
1203
1204         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1205
1206 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1207
1208         * nnir.el: Fix typo in comments.
1209         (nnir-run-imap): Simplify code. No need to reverse artlist.
1210         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1211
1212 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1215
1216         * nnimap.el (nnimap-get-capabilities): Refactor out.
1217         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1218
1219 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1220
1221         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1222         appearing when `mm-uu-hide-markers' is nil.
1223
1224 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * nnimap.el (nnimap-unselect-group): Make into its own function.
1227         (nnimap-request-rename-group): Unselect group before renaming.
1228         This had gotten lost somewhere.
1229         (nnimap-request-accept-article): Keep track of examined groups, and
1230         unselect the group before APPENDing to read-only groups.
1231         (nnimap-request-move-article): Clear flags before moving so that they
1232         can be re-set later.
1233
1234 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1237         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1238
1239 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-art.el (gnus-mime-display-single)
1242         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1243         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1244         parameter.
1245
1246 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1249         (shr-table-vertical-line): New variable.
1250         (shr-insert-table): Use it.
1251
1252 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-html.el (gnus-html-wash-images): Don't display images if
1255         gnus-inhibit-images is non-nil; register displayer for cid images.
1256         (gnus-html-display-image): Work for cid image.
1257         (gnus-html-insert-image): Allow arguments.
1258         (gnus-html-put-image): Inhibit read-only.
1259         (gnus-html-prefetch-images): Don't prefetch images if
1260         gnus-inhibit-images is non-nil.
1261
1262 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-put-image): Break lines when inserting big pictures.
1265
1266 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1267
1268         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1269         sender, thanks Katsumi Yamaoka.
1270
1271 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1272
1273         * nnir.el (nnir-run-imap): Reverse the article list for each group
1274         rather than the whole list.
1275
1276 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * shr.el (shr-image-displayer): Protect function against non-existent
1279         image source.
1280
1281         * gnus-art.el (gnus-inhibit-images): New user option.
1282         (gnus-mime-display-single): Don't display image if it is non-nil.
1283
1284         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1285         gnus-inhibit-images.
1286
1287         * shr.el (shr-image-displayer): New function.
1288         (shr-tag-img): Use it.
1289
1290 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1291
1292         * mml2015.el (mml2015-epg-sign): Use From header.
1293
1294 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1297
1298         * gnus-util.el (gnus-find-text-property-region): Return markers.
1299
1300         * shr.el (shr-tag-img): Put a displayer in the text property.
1301
1302         * gnus-util.el (gnus-find-text-property-region): New utility function.
1303
1304         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1305         (gnus-html-show-images): Remove.
1306
1307         * gnus-art.el (gnus-article-show-images): New, more general function.
1308
1309         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1310         image url text properties.
1311
1312         * shr.el: Ditto.
1313
1314         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1315         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1316
1317 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1320         work for two or more articles.
1321
1322 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1325         divide an image that's in an html article to two or more when washing
1326         non-ASCII characters in alt text of it.
1327
1328 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1331         smime-decrypt-region using function argument.
1332         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1333
1334         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1335
1336         * smime.el (smime-decrypt-region): Catch it.
1337
1338 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * smime.el (smime-mode-map): Move initialization into declaration.
1341         (gnus-run-mode-hooks): Don't autoload.
1342         (smime-mode): Use define-derived-mode.
1343
1344 2010-11-11  Glenn Morris  <rgm@gnu.org>
1345
1346         * smime.el (from): Restrict declaration to XEmacs.
1347
1348         * nnir.el (gnus-group-topic-name): Autoload.
1349
1350 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * shr.el (shr-insert): Don't break long line if it is because of
1353         kinsoku-bol characters in the line end.
1354
1355 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1356
1357         * nnir.el (nnir-request-move-article): Fix to provide original group
1358         and subject.
1359         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1360         been retrieved.
1361
1362         * gnus-sum.el (gnus-summary-move-article): Use original group and
1363         subject for virtual articles such as those in an nnir summary buffer.
1364
1365 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1368         least 21.5).
1369
1370         * smime.el (from): Declare it again for XEmacs.
1371
1372 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * message.el (message-resend): Don't disable encoding unless it's
1375         already encoded.
1376
1377         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1378         low-numbered articles.
1379
1380 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * rfc2047.el (rfc2047-syntax-table): Simplify.
1383
1384         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1385
1386         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1387         set-char-table-range for XEmacs.
1388
1389 2010-11-10  Glenn Morris  <rgm@gnu.org>
1390
1391         * time-date.el (time-to-seconds): Always an alias on Emacs,
1392         never a real function.
1393         (with-no-warnings): Remove compat stub, now unused.
1394         (time-less-p): Doc fix.
1395         (time-to-number-of-days): Simplify.
1396
1397         * smime.el (from): Remove unused declaration.
1398
1399         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1400         (gnus-float-time): On Emacs, always an alias.
1401
1402         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1403         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1404
1405 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * dgnushack.el: Don't use ignore-errors in the top level form since it
1408         is unavailable in XEmacs even if cl is loaded.
1409
1410         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1411
1412 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * shr.el (browse-url-mailto): Autoload.
1415
1416         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1417
1418         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1419         regexp doesn't need quoting.
1420
1421 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1422
1423         * message.el (message-subject-trailing-was-ask-regexp)
1424         (message-subject-trailing-was-regexp): Match was: in addition to was.
1425
1426 2010-11-09  Glenn Morris  <rgm@gnu.org>
1427
1428         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1429         (nnbabyl-check-mbox): Use point-at-bol.
1430
1431 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1434
1435         * message.el (message-mailto): New function.
1436         (message-mailto): Should accept other parameters.
1437         (message-mailto): Remove since it duplicates browse-url-mailto
1438         functionality.
1439
1440 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1443         methods.
1444         (gnus-read-active-file): Ditto.
1445
1446         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1447         ": " from the prompt.
1448         (gnus-group-make-group): Ditto.
1449
1450 2010-11-07  Glenn Morris  <rgm@gnu.org>
1451
1452         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1453         (gnus-bookmark-kill-line): Use point-at-eol.
1454
1455 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1458         asterisks in From header.
1459
1460 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1463         string to avoid making the From headers syntactically invalid.
1464
1465         * message.el (message-send-mail): Don't insert courtesy messages if the
1466         message already has List-Post and List-ID messages.
1467
1468 2010-11-06  Glenn Morris  <rgm@gnu.org>
1469
1470         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1471         `condition', `type', `length' a prefix.
1472         (gnus-treat-predicate): Update for above name changes.
1473
1474 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1475
1476         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1477         binding.  Handled by `gnus-summary-refer-thread' instead.
1478         (nnir-warp-to-article): New backend function.
1479
1480         * nnimap.el (nnimap-request-thread): Force dependency updating.
1481
1482         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1483         (gnus-summary-refer-thread): Rework to improve thread-referral.
1484
1485         * gnus-int.el (gnus-warp-to-article): New function.
1486
1487         * gnus-sum.el (gnus-summary-article-map): Bind it.
1488
1489 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1492         gnus-summary-refer-thread.
1493
1494         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1495         headers.
1496         (gnus-summary-limit-include-thread): Prevent articles in thread from
1497         being cut in gnus-cut-threads.
1498         (gnus-summary-refer-thread): Limit retrieved headers to those in
1499         thread.
1500
1501 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * message.el (message-send-mail): Use the value of
1504         message-courtesy-message from the message buffer.
1505
1506         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1507
1508         * shr.el (shr-browse-url): Implement mailto: URLs.
1509
1510         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1511         "raw".
1512
1513         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1514         if it's already selected.
1515
1516         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1517
1518 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1521         to measure the length and truncate alt text.
1522
1523 2010-11-03  Glenn Morris  <rgm@gnu.org>
1524
1525         * nndiary.el (nndiary-generate-nov-databases-1)
1526         (nndiary-generate-active-info): Rename dynamic variable `files' to
1527         something less generic.
1528
1529 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnir.el (nnir-request-move-article): Call the underlying backend to
1532         move articles from nnir.
1533
1534 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1537
1538 2010-11-02  Julien Danjou  <julien@danjou.info>
1539
1540         * nnir.el: Remove wais support.
1541
1542 2010-11-02  Glenn Morris  <rgm@gnu.org>
1543
1544         * gnus-html.el: Reorder requirements to quieten compiler.
1545
1546 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1549         properly for XEmacs as well.
1550         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1551         (gnus-article-natural-long-line-p): Use window-width rather than
1552         frame-width.
1553
1554 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1555
1556         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1557         (nnir-read-parms): Don't modify query.
1558         (nnir-run-query): Add ability to search topic on current line.
1559         (nnir-get-active): Clean up.
1560
1561 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1564         degenerate articles.
1565
1566         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1567         (gnus-print-buffer): Just print the buffer as is, without any copying
1568         to a buffer and then re-highlighting.
1569
1570         * nnimap.el (nnimap-request-group): Store the new updated info.
1571         (nnimap-request-group): Select the group when we don't know whether it
1572         exists or not.
1573
1574         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1575         groups.
1576
1577         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1578         groups.
1579
1580         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1581         groups.
1582
1583         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1584         long-lines case by only filling the long lines.
1585
1586         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1587         (bug #7311).
1588
1589 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * shr.el: No need to declare `declare-function' since shr.el is for
1592         only Emacsen that provide `libxml-parse-html-region'.
1593
1594         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1595         effective only in a file it is referred to.
1596
1597 2010-11-01  Glenn Morris  <rgm@gnu.org>
1598
1599         * mm-util.el (gnus-completing-read): Autoload.
1600         (mm-read-coding-system): Simplify Emacs definition.
1601
1602         * nnmail.el (gnus-activate-group):
1603         * nnimap.el (gnutls-negotiate):
1604         * nntp.el (netrc-parse): Fix declarations.
1605
1606 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1609         string-match-p in Emacs >=23.
1610
1611         * gnus-msg.el (gnus-configure-posting-styles)
1612         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1613
1614 2010-11-01  Glenn Morris  <rgm@gnu.org>
1615
1616         * nnir.el (declare-function): Add compat stub.
1617         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1618         (nnir-run-gmane): Require 'mm-url.
1619
1620         * mm-util.el (mm-string-to-multibyte): Simplify.
1621
1622         * shr.el (declare-function): Add compat stub.
1623         (url-cache-create-filename): Declare.
1624         (mm-disable-multibyte, widget-convert-button): Autoload.
1625
1626         * smime.el (ldap-search): Declare.
1627         (smime-cert-by-ldap-1): Require ldap on Emacs.
1628
1629         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1630         (nnimap-keepalive): Use gnus-float-time.
1631
1632         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1633         (mail-source-delete-crash-box): Use gnus-float-time.
1634
1635         * gnus-dired.el (gnus-completing-read): Autoload.
1636
1637         * mm-view.el (gnus-rescale-image): Autoload.
1638
1639         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1640
1641         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1642
1643         * sieve-manage.el: Require 'cl when compiling.
1644
1645         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1646         (gnus-iswitchb-completing-read): Require iswitchb.
1647         (gnus-select-frame-set-input-focus): Silence compiler.
1648
1649 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * message.el (message-subject-trailing-was-query): Change default to t,
1652         since I think that's what most people want.
1653
1654         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1655         appending for easier debugging.
1656         (nnimap-wait-for-connection): Take a regexp.
1657         (nnimap-request-accept-article): Wait for the continuation line before
1658         sending anything unless we're streaming.
1659
1660         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1661         leave the header washing to take place.
1662
1663 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1664
1665         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1666         regular expression match and replace in posting styles.
1667
1668 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1669
1670         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1671         an entire server.
1672         (nnir-get-active): New function.
1673         (nnir-run-imap): Use it.
1674         (nnir-run-gmane): Who knew, gmane search returns an article score!
1675
1676         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1677         server on the current line with nnir.
1678
1679 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1682         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1683         left edge.
1684         (gnus-article-foldable-buffer): Skip past the prefix when determining
1685         raggedness.
1686
1687         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1688         the raw article, and change `C-u g' to show the article without doing
1689         treatments.
1690
1691         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1692         on to `gnus-treat-article'.
1693         (gnus-inhibit-article-treatments): New variable.
1694
1695         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1696
1697         * gnus-art.el (gnus-treatment-function-alist): Have
1698         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1699         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1700         sections.
1701
1702         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1703         parameter.
1704         (gnus-article-fill-cited-long-lines): New function.
1705         (gnus-article-fill-cited-article): Allow filling only long sections.
1706
1707         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1708         and non-punctuation (like after the apostrophe in "'We").
1709
1710         * gnus-sum.el (gnus-summary-select-article): Make sure
1711         gnus-original-article-buffer is alive.
1712
1713         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1714         reflect the order they're in in the digest.
1715
1716         * gnus.el (gnus-group-startup-message): Move point to the start of the
1717         buffer.
1718
1719         * nnimap.el (nnimap-capability): New function.
1720         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1721         is set.
1722
1723 2010-10-31  David Engster  <dengste@eml.cc>
1724
1725         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1726         conform with changes to gnus-completing-read.
1727
1728 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1731
1732 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1733
1734         * nnir.el: Move defvar, defcustom around to keep file organized
1735         and keep byte-compiler quiet.
1736         (nnir-read-parms): Accept search-engine as arg.
1737         (nnir-run-query): Pass search-engine as arg.
1738         (nnir-search-engine): Remove.
1739
1740 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * shr.el (shr-generic): The text nodes should be text, not :text.
1743
1744         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1745         later in the file.
1746
1747 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1748
1749         * nnir.el: General clean up.  Allow searching with multiple engines.
1750         Allow separate extra-parameters for each engine.
1751         Batch queries when possible.
1752         (nnir-imap-default-search-key,nnir-method-default-engines):
1753         Add customize interface.
1754         (nnir-run-gmane): New engine.
1755         (nnir-engines): Use it.  Qualify all prompts with engine name.
1756         (nnir-search-engine): Remove global variable.
1757         (nnir-run-hyrex): Restore for now.
1758         (nnir-extra-parms,nnir-search-history): New variables.
1759         (gnus-group-make-nnir-group): Use them.
1760         (nnir-group-server): Remove in favor of gnus-group-server.
1761         (nnir-request-group): Avoid searching twice.
1762         (nnir-sort-groups-by-server): New function.
1763
1764 2010-10-30  Julien Danjou  <julien@danjou.info>
1765
1766         * gnus-group.el: Remove gnus-group-fetch-control.
1767
1768         * gnus-start.el (gnus-find-new-newsgroups):
1769         Remove gnus-check-first-time-used.
1770
1771         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1772
1773 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1774
1775         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1776         set on groups that don't have \* permanentflags.
1777
1778 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1781         control the background color.
1782         (shr-tag-img): Ignore very small web bug type images.
1783         (shr-put-image): Add help-echo alt texts to the images.
1784         (shr-tag-video): Show the video poster image.
1785
1786 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * shr.el (shr-table-depth): New variable.
1789         (shr-tag-table-1): Only insert the images after the top-level table.
1790
1791         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1792
1793         * gnus-util.el (gnus-list-memq-of-list): New function.
1794
1795         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1796         selected.
1797         (nnimap-unsplittable-articles): New slot.
1798         (nnimap-new-articles): Use it.
1799
1800 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1801
1802         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1803         move to the previous line on `M-g'.
1804
1805 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1808         *-request-group, which seems unnecessary.
1809
1810         * nnimap.el (nnimap-quote-specials): Function copied over from
1811         imap.el.
1812         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1813         they support that.  Suggested by Tom Regner.
1814
1815 2010-10-29  Julien Danjou  <julien@danjou.info>
1816
1817         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1818         defalias.
1819         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1820
1821         * gnus.el: Remove `gnus-nntp-service' variable.
1822         (gnus-secondary-servers): Make obsolete.
1823         (gnus-nntp-server): Make obsolete.
1824
1825         * gnus-start.el (gnus-1): Remove x-splash calls.
1826
1827         * gnus-ems.el (gnus-x-splash): Remove.
1828
1829         * gnus.el (gnus-group-startup-message): Simplify/update code.
1830
1831         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1832         definition.
1833
1834         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1835         capability before doing anything.
1836         (gnus-group-insert-group-line): Remove useless
1837         gnus-group-remove-excess-properties.
1838
1839 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1842
1843 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1846         config after reselecting.
1847
1848 2010-10-28  Julien Danjou  <julien@danjou.info>
1849
1850         * shr.el (shr-put-image): Use point even if only inserting text.
1851         (shr-put-image): Save excursion when inserting alt text on non-graphic
1852         display, so the behaviour is the same when we are on a graphic display.
1853
1854         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1855
1856 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1859         (gnus-mime-copy-part): Check coding system, not charset.
1860         (gnus-mime-view-part-externally): Never remove part.
1861         (gnus-mime-view-part-internally): Don't remove part here.
1862         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1863         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1864         multipart/alternative.
1865
1866         * mm-decode.el (mm-display-part): Take optional arg `force'.
1867
1868 2010-10-26  Julien Danjou  <julien@danjou.info>
1869
1870         * gnus-group.el (gnus-group-default-list-level): Add this function to
1871         compute the default list level.
1872         (gnus-group-default-list-level): Add possibility to use a function.
1873
1874 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1877
1878         * gnus-group.el (gnus-group-completing-read)
1879         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1880         gnus-replace-in-string.
1881
1882 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * shr.el (shr-tag-div): Add.
1885
1886         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1887
1888 2010-10-25  Julien Danjou  <julien@danjou.info>
1889
1890         * gnus-util.el: Remove `gnus-with-local-quit'.
1891
1892         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1893
1894 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1897         the original article buffer.
1898
1899 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * nnimap.el (nnimap-request-head): New function.
1902         (nnimap-request-move-article): Try to be slighly faster by not
1903         requesting the entire message when moving.
1904         (nnimap-transform-headers): Don't bug out on bodiless articles.
1905         (nnimap-send-command): Have no outstanding messages if the IMAP server
1906         doesn't support streaming.
1907         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1908
1909 2010-10-24  Julien Danjou  <julien@danjou.info>
1910
1911         * message.el (message-default-headers): Fix type.
1912
1913 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1916         prefetching images.
1917
1918         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1919         backend for unknown groups.  This is mainly useful for nnimap groups.
1920
1921         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1922         group isn't covered by the agent.
1923
1924 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1925
1926         * nnir.el (nnir-method-default-engines): New variable.
1927         (nnir-run-query): Use it.
1928         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1929         (gnus-summary-nnir-goto-thread): Change group if needed.
1930
1931         * gnus-group.el (gnus-group-group-map): Add key binding for
1932         gnus-group-make-nnir-group.
1933
1934 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * shr.el (shr-tag-object): Add.
1937
1938         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1939         original article buffer live.
1940         (gnus-summary-select-article-buffer):
1941         Mention gnus-widen-article-buffer.
1942
1943 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * shr.el (shr-tag-strong): Add.
1946
1947 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1950         group names.  They mess up the group buffer badly.
1951
1952         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1953
1954         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1955         instead of the summary one.
1956
1957 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * mml.el (mml-preview): Work properly when editing article.
1960
1961         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1962         gnus-have-read-active-file if it's already been in.
1963
1964 2010-10-22  Tom Tromey  <tromey@redhat.com>
1965
1966         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1967         gnus-group-completing-read.
1968
1969 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * message.el (message-mode-map): Don't bind M-; to comment region, to
1972         allow the global comment-dwim to work.
1973
1974 2010-10-21  Julien Danjou  <julien@danjou.info>
1975
1976         * message.el (message-setup-1): Allow message-default-headers to be a
1977         function.
1978
1979 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * shr.el (shr-tag-table): Simplify.
1982
1983 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1986         to avoid trying to snarf invalid stuff.
1987
1988         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1989
1990         * gnus.el (gnus-message-archive-group): Quote value.
1991         (gnus-message-archive-group): Mark as changed.
1992
1993         * shr.el (shr-add-font): Don't put the font properties on the newline
1994         or the indentation.
1995
1996         * message.el (message-fix-before-sending): Change options when sending
1997         non-printable characters.
1998
1999         * gnus.el (gnus-message-archive-method): Change the default to
2000         monthly outgoing groups.
2001
2002         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2003         that have gotten new numbers.
2004
2005         * nnimap.el (nnimap-request-replace-article): New function.
2006
2007 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2010         (nnrss-request-article): Don't use special html washing code.
2011
2012 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * shr.el (shr-tag-table): Remove useless nconc.
2015
2016 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-art.el (article-wash-html): Simplify and remove the charset
2019         stuff.  Use the normal html rendering code instead of the special html
2020         washing code.
2021
2022         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2023         `gnus-w3m' symbols.
2024         (mm-text-html-washer-alist): Remove.
2025
2026         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2027         (mm-inline-media-tests): Remove use.
2028         (mm-text-html-renderer): Change default to the `shr' symbol.
2029
2030         * mm-view.el (mm-inline-text-html): Remove use.
2031
2032         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2033         `gnus-blocked-images' to be a function.
2034         (gnus-article-wash-function): Remove.
2035
2036 2010-10-20  Julien Danjou  <julien@danjou.info>
2037
2038         * spam.el (spam-list-of-processors): Mark as obsolete.
2039
2040         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2041         (nnimap-insert-partial-structure): Fix boundary detection.
2042
2043 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2044
2045         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2046         run file-truename on remote files.  This can be expensive and even
2047         prevent one from editing drafts if some unrelated buffer has a stale
2048         connection.
2049
2050 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2053         kinsoku-eol regardless of shr-kinsoku-shorten.
2054         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2055         (shr-tag-table): Support caption, thead, and tfoot.
2056
2057 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2060         lines.
2061         (shr-save-contents): New command and keystroke.
2062
2063         * nndoc.el (nndoc-type-alist): Add git support.
2064         (nndoc-git-type-p): New function.
2065         (nndoc-transform-git-article): Ditto.
2066         (nndoc-transform-git-headers): Ditto.
2067         (nndoc-transform-git-headers): Generate Subject headers.
2068
2069         * shr.el (shr-parse-style): New function.
2070         (shr-tag-span): Ditto.
2071
2072         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2073         to `G G' to avoid collisions.
2074
2075 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * shr.el: Load kinsoku if necessary.
2078         (shr-kinsoku-shorten): New internal variable.
2079         (shr-find-fill-point): Make kinsoku shorten text line if
2080         shr-kinsoku-shorten is bound to non-nil.
2081         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2082         shr-indentation too when testing if table is wider than frame width.
2083         (shr-insert-table): Use `string-width' instead of `length' to measure
2084         text width.
2085         (shr-insert-table-ruler): Make sure indentation is done at bol.
2086
2087 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2088
2089         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2090         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2091         undecoded network data.
2092
2093 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2096         name in the mode line spec so that the mode line menu works
2097         (bug #2431).
2098
2099         * message.el (message-get-reply-headers): If we're fed `to-address',
2100         then always use that.
2101
2102         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2103         aren't so wide as to need to switch off the edit menu.
2104
2105         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2106         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2107
2108         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2109         `M-g'.
2110         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2111         the permanent marks.
2112
2113 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2114
2115         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2116         Splitting according to references/in-reply-to obeys the ignore-groups
2117         variable, while splitting by sender and subject do not.
2118
2119 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2122         alist, so that we can look for non-Unicode chars.
2123         (article-translate-strings): Allow both character and string maps.
2124
2125 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * shr.el (shr-insert): Don't insert space behind a wide character
2128         categorized as kinsoku-bol, or between characters both categorized as
2129         nospace.
2130
2131 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2132
2133         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2134         headers to gnus-newsgroup-headers.
2135
2136 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * shr.el (shr-tag-img): Don't align images -- since we're not
2139         rescaling, this often leads to ugly displays.
2140
2141 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2142
2143         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2144         duplicates.
2145
2146 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2147
2148         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2149         call.
2150
2151 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus.el: Autoload gnus-html-show-images.
2154
2155         * nnimap.el: Use nnheader-message throughout.
2156
2157         * shr.el (shr-tag-img): Ignore images with no data.
2158
2159 2010-10-15  Julien Danjou  <julien@danjou.info>
2160
2161         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2162         a possibility to disable format=flow encoding when using hard newlines.
2163
2164 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * shr.el (shr-insert): Remove space inserted before or after a
2167         breakable character or at the beginning or the end of a line.
2168         (shr-find-fill-point): Do kinsoku; find the second best point or give
2169         it up if there's no breakable point.
2170
2171 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnimap.el (nnimap-open-connection): Message when opening connection
2174         for debugging purposes.
2175
2176         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2177         on every setup buffer call to allow this to change from article to
2178         article.
2179
2180         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2181         buffers where we have a wide table.
2182
2183 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2184
2185         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2186         uses *-request-thread.
2187
2188 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2191         incantation, which is no longer valid.
2192
2193 2010-10-14  Julien Danjou  <julien@danjou.info>
2194
2195         * shr.el: Fix defcustom type (char -> character).
2196
2197 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2200         programs.
2201
2202 2010-10-14  Julien Danjou  <julien@danjou.info>
2203
2204         * shr.el (shr-tag-a): Use url-link as widget type.
2205
2206         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2207         `gnus-group-get-icon'.
2208
2209 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2212         This should make server editing work better.
2213
2214         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2215
2216         * tls.el (tls-program): Remove spurious %s from openssl.
2217
2218         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2219         (nnimap-parse-flags): Fix regexp.
2220
2221         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2222         probably work for CJVK text, too.
2223
2224         * nnimap.el (nnimap-extend-tls-programs): Remove.
2225         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2226
2227         * tls.el (tls-starttls-switches): Remove starttls hack.
2228         (open-tls-stream): Ditto.
2229         (tls-find-starttls-argument): Ditto.
2230
2231 2010-10-13  Julien Danjou  <julien@danjou.info>
2232
2233         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2234         responses.
2235
2236 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2239
2240         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2241         anything in Emacs.
2242
2243         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2244
2245 2010-10-13  Julien Danjou  <julien@danjou.info>
2246
2247         * shr.el (shr-width): Make shr-width a defcustom with default to
2248         fill-column.
2249         (shr-tag-img): Use shr-width rather than fill-column.
2250
2251 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * dgnushack.el (byte-optimize-apply)
2254         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2255
2256         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2257         position when (X-)Faces exist.
2258         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2259         avatars when called interactively.
2260
2261 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2264         gnus-article-x-face-too-ugly is bound.
2265
2266 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2269
2270         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2271         mailbox that doesn't exist.
2272
2273 2010-10-12  Julien Danjou  <julien@danjou.info>
2274
2275         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2276         (shr-get-image-data): Encode URL properly when fetching from cache.
2277         (shr-tag-img): Use aligned-to spaces to align correctly images.
2278
2279         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2280         before inserting the Gravatar.
2281
2282         * shr.el (shr-tag-img): Add align attribute support for <img>.
2283
2284 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-gravatar.el (gnus-art): Require.
2287
2288         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2289         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2290         Remove long obsoleted functions.
2291
2292 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2295
2296         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2297
2298         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2299         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2300         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2301         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2302         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2303         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2304         * sieve-manage.el, smime.el, spam.el:
2305         Fix comment for declare-function.
2306
2307 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-request-rename-group): Select group read-only
2310         before renaming it.
2311
2312         * shr.el (shr-insert): Fix up the white space only regexp.
2313
2314         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2315         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2316
2317         * shr.el (shr-current-column): New function.
2318         (shr-find-fill-point): New function.
2319
2320 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2321
2322         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2323         numbers.
2324
2325 2010-10-11  Julien Danjou  <julien@danjou.info>
2326
2327         * shr.el (shr-hr-line): Add.
2328         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2329         display hr lines.
2330         (shr-max-columns): Do not change state to nil if we just inserting
2331         spaces.
2332
2333 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2336         select the last group.
2337
2338 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2341
2342 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2343
2344         * dig.el (dig-mode-map): Declare and define in one step.
2345
2346 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2349         for Gnus.
2350         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2351         (nnimap-update-qresync-info): Mark \Seen articles as read.
2352
2353         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2354         non-variable, too.
2355
2356         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2357         available.
2358         (nnimap-update-info): Rely more on the current active than the param
2359         active to avoid marking articles as read too much.
2360
2361         * auth-source.el (auth-source-create): Use (user-login-name) for the
2362         user name default.
2363
2364         * nnimap.el (nnimap-update-info): If the server doesn't return any
2365         useful info, just use the previous info.
2366         (nnimap-update-info): Prefer old info over start-article.
2367         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2368
2369 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2370
2371         * nnir.el (autoload): Clean up autoloads.
2372         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2373         Use key rather than value.
2374         (nnir-imap-search-other): New variable.
2375         (nnir-read-parm): Use it.
2376         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2377         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2378
2379 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2380
2381         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2382         the process, too.
2383
2384 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * spam.el (gnus-summary-mode-map): Bind to "$".
2387         Suggested by Russ Allbery.
2388
2389         * shr.el: Rework the way things are indented by <li> slightly.
2390
2391         * gnus.el (gnus-group-set-parameter): Fix typo.
2392
2393         * nnimap.el: Start implementing QRESYNC support.
2394
2395 2010-10-09  Julien Danjou  <julien@danjou.info>
2396
2397         * nnir.el (nnir-engines): Fix too many arguments.
2398
2399 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2402         group is the "last", so that the backends like nnfolder actually save
2403         their folders.
2404
2405         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2406         try to use that for the tls stream.
2407         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2408         UIDVALIDITY and find out which groups are read-only and not.
2409         (nnimap-get-flags): Use the same marks parsing code as the rest of
2410         nnimap.
2411
2412 2010-10-09  Julien Danjou  <julien@danjou.info>
2413
2414         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2415
2416         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2417         retrieving gravatars.
2418
2419         * shr.el (shr-table-corner): Add.
2420         (shr-table-line): Add.
2421         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2422
2423 2010-10-08  Julien Danjou  <julien@danjou.info>
2424
2425         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2426
2427 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2430
2431         * gnus-sum.el (gnus-mark-article-as-unread)
2432         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2433         (gnus-summary-set-bookmark): Use it.
2434
2435         * gnus-msg.el (gnus-setup-message): Use it.
2436
2437         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2438
2439         * gnus.el (gnus-group-remove-parameter): Use it.
2440
2441         * gnus-group.el (gnus-group-make-web-group): Use it.
2442
2443         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2444
2445         * nnregistry.el: Update docs to mention manual.
2446
2447         * gnus-registry.el: Update docs to mention nnregistry.el.
2448         (gnus-registry-initialize): Don't install nnregistry refer method
2449         automatically.
2450         (gnus-registry-install-nnregistry): Remove it.
2451
2452 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * shr.el (shr-insert): Don't insert double spaces.
2455
2456 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-gravatar.el (gnus-treat-from-gravatar)
2459         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2460         called interactively.
2461
2462         * gnus-art.el (gnus-mime-view-part-externally)
2463         (gnus-mime-view-part-internally): Make predicate function passed to
2464         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2465         of a mime type.
2466
2467         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2468
2469 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * shr.el (require): Require cl when compiling.
2472         (shr-tag-hr): New function.
2473
2474         * nnimap.el (nnimap-update-info): Remove double setting of high.
2475         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2476         This makes nnimap work properly on Courier again.
2477
2478         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2479         the variable for backwards compatability.
2480
2481         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2482         the file name before using to avoid setting mm-default-directory to
2483         nil.
2484
2485         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2486         bidning gnus-agent variables.
2487
2488         * shr.el (shr-render-td): Use a cache for the table rendering function
2489         to avoid getting an exponential rendering behaviour in nested tables.
2490         (shr-insert): Rework the line-breaking algorithm.
2491         (shr-insert): Don't leave trailing spaces.
2492         (shr-insert-table): Also insert empty TDs.
2493         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2494
2495 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2496
2497         * gnus-sum.el (gnus-number): Rename from `number'.
2498         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2499         (gnus-summary-limit-children): Update uses correspondingly.
2500
2501 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2504         (gnus-gravatar-transform-address): Don't show avatars of people of
2505         which mail addresses match gnus-gravatar-too-ugly.
2506
2507 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * shr.el (shr-table-widths): Expand TD elements to fill available
2510         space.
2511
2512 2010-10-07  Julien Danjou  <julien@danjou.info>
2513
2514         * nnimap.el (nnimap-request-rename-group): Add this method.
2515
2516 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2519         name from XEmacs' function-arglist.
2520
2521         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2522         gravatar under XEmacs.
2523
2524 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * auth-source.el: Update docs with TODO items.
2527
2528         * gnus-sync.el: Update docs to explain state and plans.
2529
2530         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2531         Hooks for mark updates.
2532         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2533
2534         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2535         hooks with arguments, which is needed for mark update hooks.
2536
2537 2010-10-06  Julien Danjou  <julien@danjou.info>
2538
2539         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2540         was matched.
2541
2542         * sieve-manage.el: Update example in `Commentary'.
2543
2544         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2545
2546         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2547         not 2000.
2548         (sieve-manage-authenticate): Re-add function.
2549
2550 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * shr.el (shr-insert): Get 'space transition right.
2553         (shr-render-td): Only delete space at the end of the TD.
2554
2555         * nnimap.el (nnimap-open-connection): Prepare to support
2556         open-gnutls-stream.
2557
2558         * shr.el: Rearrange function order to be more logical.
2559
2560 2010-10-06  Julien Danjou  <julien@danjou.info>
2561
2562         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2563         (nnrss-discover-feed): Remove 404 URL in docstring.
2564
2565         * nnir.el: Fix Swish-E URL.
2566         Fix Namazu URL.
2567
2568         * message.el (message-change-subject): Remove 404 URL in a comment.
2569
2570 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2573         called interactively.
2574
2575         * gnus-util.el (gnus-remove-if): Allow hash table.
2576         (gnus-remove-if-not): New function.
2577
2578         * gnus-art.el (gnus-mime-view-part-as-type)
2579         * gnus-score.el (gnus-summary-score-effect)
2580         * gnus-sum.el (gnus-read-move-group-name):
2581         Replace remove-if-not with gnus-remove-if-not.
2582
2583         * gnus-group.el (gnus-group-completing-read):
2584         Regard collection as a hash table if it is not a list.
2585
2586 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2589
2590         * shr.el: Document the table-rendering algorithm.
2591
2592 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2595         for Emacsen having no `libxml-parse-html-region' support.
2596
2597 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2600         invalid URLs.
2601
2602         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2603         line-broken.
2604         (shr-tag-img): Ignore image fetching errors.
2605         (shr-overlays-in-region): Compute overlay positions correctly.
2606
2607         * mm-decode.el (mm-shr): Require shr.
2608
2609         * gnus-art.el (gnus-blocked-images): Move variable here.
2610
2611         * shr.el (shr-insert-table): Bind free variable.
2612
2613         * mm-decode.el (mm-shr): Bind shr-content-function.
2614
2615         * shr.el (shr-content-function): New variable.
2616
2617         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2618         added for symmetry.
2619
2620         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2621
2622         * gnus-group.el (gnus-group-make-group): Doc fix.
2623
2624         * nnimap.el (nnimap-request-newgroups): Return success.
2625
2626         * shr.el (shr-find-elements): New function.
2627         (shr-tag-table): Put all the images after the table.
2628         (shr-tag-table): Really inhibit images inside the table.
2629         (shr-collect-overlays): Copy over overlays from the TD elements to the
2630         main document.
2631
2632         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2633         gnus-blocked-images.
2634
2635 2010-10-05  Julien Danjou  <julien@danjou.info>
2636
2637         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2638
2639         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2640         (gnus-html-maximum-image-size): Add this function.
2641         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2642
2643         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2644         server-value of the capability is nil.
2645
2646 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * shr.el (shr-tag-em): Add <EM> tag.
2649
2650 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2651
2652         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2653         customizable.
2654
2655         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2656         handing broken links to browse-url.
2657
2658 2010-10-05  Julien Danjou  <julien@danjou.info>
2659
2660         * gnus-util.el (gnus-emacs-completing-read)
2661         (gnus-iswitchb-completing-read): Use autoload rather than require.
2662
2663 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2666         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2667         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2668         iswitchb-temp-buflist for XEmacs.
2669
2670         * gnus-util.el (gnus-completing-read-function): Exclude
2671         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2672         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2673         XEmacs.
2674
2675         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2676         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2677
2678         * gnus-html.el: Don't require help-fns under XEmacs.
2679         (gnus-html-schedule-image-fetching): Work for XEmacs.
2680
2681         * mm-decode.el (mm-shr): Decode contents by charset.
2682
2683 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2686         unknown.
2687
2688         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2689         (shr-get-image-data): Ensure against the cache file missing.
2690
2691         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2692         for data.
2693
2694         * spam-report.el (spam-report-url-ping-plain): Don't query about
2695         killing the process.
2696
2697         * shr.el (shr-render-td): Protect against too-wide text.
2698
2699 2010-10-04  Julien Danjou  <julien@danjou.info>
2700
2701         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2702         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2703
2704         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2705         retrieved.
2706
2707 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * shr.el (browse-url): Require.
2710         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2711         lines.
2712         (shr-show-alt-text, shr-browse-image): New commands.
2713         (shr-browse-url, shr-copy-url): New commands.
2714
2715         * gnus-sum.el (gnus-widen-article-window): New variable.
2716         (gnus-summary-select-article-buffer): Use it.
2717
2718         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2719         without @ signs.
2720
2721 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2722
2723         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2724
2725 2010-10-04  Julien Danjou  <julien@danjou.info>
2726
2727         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2728         for XEmacs.
2729
2730 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2733
2734         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2735         (nnimap-close-server): Implement.
2736
2737         * dgnushack.el (iswitchb): Require to shut up the compiler.
2738
2739         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2740         (shr-insert): Tweak line breaking.
2741         (shr-insert): Handle <pre> better.
2742         (shr-tag-li): Get <li> indentation right.
2743         (shr-tag-li): Get <li> indentation even righter.
2744         (shr-tag-blockquote): Ensure paragraph start.
2745         (shr-make-table): Tweak table generation.
2746         (shr-make-table): Fix typo.
2747
2748         * shr.el: Implement table rendering.
2749
2750 2010-10-04  Julien Danjou  <julien@danjou.info>
2751
2752         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2753
2754 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * shr.el (shr-insert): Use string anchors instead of line anchors.
2757
2758 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * shr.el: Add headings.
2761         (shr-ensure-paragraph): Actually work.
2762         (shr-tag-li): Make <ul> prettier.
2763         (shr-insert): Get white space at the beginning/end of elements right.
2764         (shr-tag-p): Collapse subsequent <p>s.
2765         (shr-ensure-paragraph): Don't insert double line feeds after blank
2766         lines.
2767         (shr-insert): \t is also space.
2768         (shr-tag-s): Fix "s" tag name function.
2769         (shr-tag-s): Fix face prop name.
2770
2771 2010-10-03  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2774
2775         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2776         gnus-window-inside-pixel-edges.
2777
2778         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2779         gnus-ems.
2780
2781         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2782
2783         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2784         function.
2785
2786         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2787         resize choice.
2788
2789 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2792         beginning of the buffer.
2793
2794         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2795         article buffer again.
2796
2797         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2798
2799         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2800         when it's at the start of the buffer.
2801
2802         * shr.el (shr-tag-blockquote): Convert name.
2803         (shr-rescale-image): Use the right image-size variant.
2804
2805         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2806         buffer isn't shown, then select the current article first instead of
2807         bugging out.
2808         (gnus-summary-select-article-buffer): Show both the article and summary
2809         buffers again.
2810
2811         * shr.el (shr-fontize-cont): Protect against regions with no text.
2812         Rename tag functions to shr-tag-* for enhanced security.
2813         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2814
2815 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2816
2817         * shr.el (shr-insert):
2818         * pop3.el (pop3-movemail):
2819         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2820         loaded.
2821
2822 2010-10-03  Glenn Morris  <rgm@gnu.org>
2823
2824         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2825
2826         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2827
2828         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2829
2830         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2831
2832         * gnus-util.el (gnus-make-local-hook): Simplify.
2833
2834 2010-10-02  Julien Danjou  <julien@danjou.info>
2835
2836         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2837         (gnus-ido-completing-read): New function.
2838         (gnus-emacs-completing-read): New function.
2839         (gnus-completing-read): Use gnus-completing-read-function.
2840         Add gnus-completing-read-function.
2841
2842 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * shr.el (shr-insert-document): Autoload.
2845         (shr-img): Be silent.
2846         (shr-insert): Add a newline after every picture before text.
2847         (shr-add-font): Use overlays for combining faces.
2848         (shr-insert): Pass upwards the text start point.
2849
2850         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2851         possible.
2852         (mm-shr): New function.
2853
2854 2010-10-02  Julien Danjou  <julien@danjou.info>
2855
2856         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2857         should go backward.
2858
2859 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2860
2861         * shr.el (shr): Fix typo in provide call.
2862
2863 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * shr.el: New file.
2866
2867         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2868
2869         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2870         completing read.
2871
2872 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2875         we're being queried about.  Suggested by Dan Jacobson.
2876
2877         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2878         Suggested by Jason Eisner.
2879
2880         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2881         table, too.  Suggested by Stefan Wiens.
2882         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2883         the table unnecessary.  Suggested by Stefan Wiens.
2884
2885         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2886         longer needed, and probably doesn't work either, as pointed out by
2887         Stefan Wiens.
2888         (gnus-summary-exit): Remove call to the clearing function.
2889         (gnus-summary-exit-no-update): Ditto.
2890
2891         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2892         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2893         Reported by Stefan Monnier.
2894         (gnus-summary-save-in-rmail): Ditto.
2895
2896         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2897         article buffer, instead of both the article buffer and the summary
2898         buffer.  Sort of suggested by Dan Jacobson.
2899
2900         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2901
2902         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2903         Suggested by Dan Jacobson.
2904
2905         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2906         documentation clearer.
2907
2908         * message.el (message-shorten-references): Comment on the number "21".
2909         Suggested by Stefan Monnier.
2910
2911         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2912         Suggested by Dan Jacobson.
2913
2914         * gnus.el (gnus-large-newsgroup):
2915         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2916
2917         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2918         externalize attachments.  Bug reported by Steve Wen.
2919
2920         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2921         really message anything to the user.
2922
2923         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2924         directly.
2925
2926         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2927         messages in empty groups.
2928
2929 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2930
2931         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2932         non-UIDNEXT group.
2933
2934 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2937         not the value from the collection.
2938
2939         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2940         values.  This sometimes happens on some groups that have no info.
2941         (nnimap-request-newgroups): New function.
2942
2943 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2946         check into `gnus-registry-initialize'.
2947         (gnus-registry-initialize): Ditto.
2948         Fix and extend header docs.
2949
2950 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2953         regexp backtrace overflows.
2954
2955         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2956         for starttls that tls.el implements; i.e. openssl.
2957
2958         * tls.el (tls-starttls-switches): Give up on using starttls with
2959         gnutls-cli.
2960         (tls-program): Add --insecure to be consistent with the defaults from
2961         openssl s_client.  Now all three commands are insecure.
2962
2963 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * lpath.el: Bind completion-styles-alist for XEmacs.
2966
2967         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2968         (gravatar-create-image): New function that's an alias to
2969         gnus-xmas-create-image, gnus-create-image, or create-image.
2970         (gravatar-data->image): Use it.
2971
2972 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2975         install the nnregistry refer method.
2976         (gnus-registry-install-hooks): Use it.
2977         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2978         unfollowed groups.
2979
2980 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2981
2982         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2983         expanding threads.
2984
2985 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * nnir.el: Use the server names without suffixes (bug #7009).
2988
2989         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2990         unencrypted to STARTTLS, if possible.
2991
2992 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2993
2994         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2995         headers before superseding.
2996
2997 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * nnrss.el (nnrss-use-local): Add documentation.
3000
3001         * nnimap.el (nnimap-extend-tls-programs): New function.
3002         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3003         (nnimap-wait-for-connection): Accept the greeting from the stupid
3004         output from openssl s_client -starttls, too.
3005
3006         * tls.el (tls-starttls-switches): New variable.
3007         (tls-find-starttls-argument): Use it.
3008         (open-tls-stream): Ditto.
3009
3010         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3011         (netrc-machine): Ditto.
3012
3013         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3014         article number.
3015         (nnimap-split-fancy): New variable.
3016         (nnimap-split-incoming-mail): Use it.
3017
3018         * nntp.el (nntp-server-list-active-group): Document.
3019
3020         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3021         SELECT to get the message-id.
3022
3023         * mail-source.el (mail-sources): Remove webmail support.
3024         (defvar): Ditto.
3025         (mail-source-fetcher-alist): Ditto.
3026         (mail-source-fetch-webmail): Remove.
3027
3028         * webmail.el: Remove -- doesn't seem relevant any more.
3029
3030         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3031
3032         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3033         the \r.
3034
3035 2010-09-30  Julien Danjou  <julien@danjou.info>
3036
3037         * gnus-agent.el (gnus-agent-add-group): Fix call to
3038         gnus-completing-read.
3039
3040 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * nndoc.el (nndoc-retrieve-groups): New function.
3043
3044         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3045         `default', use nnmail-split-methods.
3046         (nnimap-request-article): Downcase the NILs so that they are nil.
3047
3048         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3049         symbol.
3050
3051         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3052         code, since if the user has requested network, that's what they ought
3053         to get.
3054         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3055         (nnimap-split-rule): Mark as obsolete.
3056
3057         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3058         New variable.
3059
3060         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3061         correct slot, too.
3062
3063 2010-09-29  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus.el (gnus-local-domain): Declare variable obsolete.
3066
3067         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3068         Fix history computing.
3069         (gnus-ido-completing-read): Require ido.
3070
3071 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3074         build Gnus.
3075
3076         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3077         when interpreting the structures.
3078         (nnimap-request-accept-article): Add \r\n to the lines to make this
3079         work with Cyrus.
3080
3081         * nndraft.el (nndraft-request-expire-articles): Use the group name
3082         instead if "nndraft".  Fix found by Nils Ackermann.
3083
3084 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3085
3086         * nnregistry.el: Add.
3087
3088 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3089
3090         * nnmail.el (group, group-art-list, group-art):
3091         Remove unneeded directives.
3092
3093 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3096         (mm-mime-charset)
3097         * rfc2047.el (rfc2047-syntax-table)
3098         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3099
3100         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3101         rather than `insert-file-contents' and `eval-region'.
3102
3103         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3104         construction.
3105
3106         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3107
3108         * time-date.el: No need to require cl for Emacs 21.
3109
3110 2010-09-29  Julien Danjou  <julien@danjou.info>
3111
3112         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3113         replacement of `gnus-gravatar-relief' to mimic
3114         `gnus-faces-properties-alist'.
3115         Add :version property.
3116
3117 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * mail-source.el (mail-source-report-new-mail)
3120         * message.el (message-default-mail-headers)
3121         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3122
3123         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3124
3125 2010-09-28  Julien Danjou  <julien@danjou.info>
3126
3127         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3128         mail-address contains the same string as real-name.
3129
3130         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3131         non-blank in header, otherwise it'll get stripped.
3132
3133         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3134         real-name, and then for mail address rather than doing : or , search.
3135
3136 2010-09-27  Julien Danjou  <julien@danjou.info>
3137
3138         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3139         right completing-read function.
3140         (gnus-use-ido): New variable
3141         (gnus-completing-read-with-default): Remove.
3142         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3143         (gnus-agent-add-group):
3144         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3145         * mm-view.el (mm-view-pkcs7-decrypt):
3146         * mm-util.el (mm-codepage-setup):
3147         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3148         * mml-smime.el (mml-smime-openssl-sign-query):
3149         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3150         (mml-insert-multipart):
3151         * gnus-msg.el (gnus-summary-yank-message):
3152         * gnus-int.el (gnus-start-news-server):
3153         * mm-decode.el (mm-interactively-view-part):
3154         * gnus-dired.el (gnus-dired-attach):
3155         * gnus.el (gnus-read-method):
3156         * gnus-bookmark.el (gnus-bookmark-jump):
3157         * gnus-art.el (gnus-mime-view-part-as-type)
3158         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3159         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3160         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3161         * nnmairix.el (nnmairix-create-server-and-default-group)
3162         (nnmairix-update-groups, nnmairix-get-server)
3163         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3164         (nnmairix-get-group-from-file-path):
3165         * nnrss.el (nnrss-find-rss-via-syndic8):
3166         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3167         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3168         (gnus-group-browse-foreign-server):
3169         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3170         (gnus-summary-execute-command, gnus-summary-respool-article)
3171         (gnus-read-move-group-name):
3172         * gnus-score.el (gnus-summary-increase-score)
3173         (gnus-summary-score-effect):
3174         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3175
3176 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3179         x-focus-frame.
3180
3181         * nnimap.el (auth-source-forget-user-or-password)
3182         (auth-source-user-or-password): Autoload.
3183
3184         * message.el (message-from-style, message-interactive)
3185         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3186         (message-yank-prefix, message-indentation-spaces, message-signature)
3187         (message-signature-file): Add comment.
3188
3189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3192         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3193         new articles.
3194
3195         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3196         parts.
3197         (nnimap-request-article): Work with the t setting, too.
3198
3199         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3200         that you don't get flashes of other buffers.
3201         (gnus-summary-show-complete-article): Intern before setting.
3202
3203 2010-09-27  David Engster  <dengste@eml.cc>
3204
3205         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3206         well as HEADERS.
3207         (nnmairix-retrieve-headers): Provide new argument for the above.
3208
3209 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * gnus-sum.el (gnus-summary-move-article): Don't alter
3212         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3213         group.
3214
3215         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3216
3217         * message.el (message-cite-prefix-regexp): Revert my last edit.
3218
3219         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3220         variable instead of the Gnus variable.
3221
3222         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3223
3224         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3225
3226         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3227         since some servers don't like it.
3228         (nnimap-open-connection): Forget credentials if the server says the
3229         password was wrong.
3230         (nnimap-parse-line): Protect against invalid data.
3231
3232         * gnus-sum.el (gnus-summary-move-article): Add comment.
3233         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3234         nothing alters it while scanning for new messages.
3235
3236         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3237         which may or may not help.
3238         (nnimap-open-connection): If we're doing a stream connection, and then
3239         discover we're on a STARTTLS-capable server, then open a STARTTLS
3240         connection instead.
3241
3242 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnimap.el (utf7): Require.
3245
3246         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3247         prefix.
3248
3249 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3250
3251         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3252
3253 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * nnimap.el (nnimap-request-accept-article): Message the error on
3256         error.
3257
3258 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3261
3262 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nndoc.el (nndoc-request-list): Return success always.
3265
3266         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3267         `fetch-old' -- we only want to fetch the articles we've requested.
3268         The rest are in the agent, probably.
3269         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3270         disappeared server" to something low.  It's not important.
3271
3272         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3273         arrived before the FETCH data.
3274
3275         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3276         target here, because we don't know the Gnus name of the group.
3277
3278         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3279         for the correct group.
3280
3281         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3282
3283         * gnus.el (gnus): Give a final warning after startup.
3284
3285         * gnus-util.el (gnus-action-message-log): New variable.
3286         (gnus-message): Use it.
3287         (gnus-final-warning): New function.
3288
3289         * nnimap.el (nnimap-open-connection): Record the greeting.
3290         (nnimap): Add greeting.
3291
3292 2010-09-26  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3295         arguments.
3296         (gnus-html-wash-images): Fix spec computing to include start/end.
3297
3298         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3299
3300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3303         deletion.
3304         (nnimap-retrieve-headers): Don't select the group, because that's
3305         already done by nnimap-possibly-change-group.
3306
3307         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3308         (gnus-picon-transform-address): Use it.
3309
3310         * mail-source.el (mail-source-value): Revert previous patch.
3311
3312         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3313         on failure.
3314         (nnimap-open-connection): Look up both virtual and physical server name
3315         credentials.
3316
3317         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3318
3319 2009-02-07  Dave Love  <fx@gnu.org>
3320
3321         * tls.el (open-tls-stream): Don't query killing process.
3322
3323 2009-02-08  Dave Love  <fx@gnu.org>
3324
3325         * gnus-win.el (gnus-window-to-buffer-helper)
3326         (gnus-all-windows-visible-p): Function needn't be a symbol.
3327
3328         * mail-source.el (mail-source-value): Function needn't be a symbol.
3329
3330 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * message.el (message-cite-prefix-regexp): Remove } from the cite
3333         prefix.
3334
3335         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3336         highlight again, so that the highlight is correct.
3337
3338         * gnus-picon.el (gnus-picon): Remove again.
3339         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3340
3341         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3342         doing the header highlightling, so that the background colour of the
3343         picon is correct.
3344
3345         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3346         (gnus-picon): Ditto.
3347         (gnus-picon): Reinstate.  The background colour for picons is white.
3348         (gnus-picon-insert-glyph): Make the background white.
3349
3350         * nnml.el (nnml-open-nov): Don't return dead buffers.
3351
3352         * auth-source.el (auth-source-create): Query the user for whether to
3353         store the credentials.
3354
3355         * netrc.el (netrc-store-data): New function.
3356
3357         * auth-source.el (auth-source-user-or-password): Use the existing auth
3358         sources, if any, for creation.
3359
3360         * gnus.el (gnus-group-fast-parameter): Return the last matching
3361         parameter instead of the first matching parameter.
3362
3363 2010-09-26  Julien Danjou  <julien@danjou.info>
3364
3365         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3366
3367 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * mml2015.el (mml2015-use): Remove gpg support.
3370
3371         * mml1991.el (mml1991-function-alist): Remove gpg function.
3372         (mml1991-gpg-sign): Remove.
3373
3374 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3375
3376         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3377         (gnus-browse-unsubscribe-current-group): Document it.
3378         (gnus-browse-unsubscribe-group): Use it.
3379
3380 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3383         address to the To list for easier response.
3384
3385         * gnus.el (gnus-play-startup-jingle): Remove.
3386         (gnus-splash): Don't play jingle.
3387         (gnus): Silence gnus-load message.
3388
3389         * gnus-art.el (gnus-treat-play-sounds): Remove.
3390
3391         * gnus.el (gnus-play-jingle): Remove audio support.
3392
3393         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3394
3395         * earcon.el: Remove -- no users.
3396
3397         * gnus-audio.el: Remove -- no users of this package.
3398
3399         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3400
3401         * gnus-start.el (gnus-setup-news): Remove nocem support.
3402
3403         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3404
3405         * gnus.el (gnus-use-nocem): Remove.
3406
3407         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3408         Remove.
3409
3410         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3411         uses NoCeM any more.
3412
3413         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3414         (gnus-button-ctan-handler): Ditto.
3415         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3416         (gnus-button-ctan-directory-regexp): Ditto.
3417         (gnus-button-handle-ctan): Ditto.
3418         (gnus-button-tex-level): Ditto.
3419         (gnus-button-alist): Remove CTAN stuff.
3420
3421 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3424         nnimap-streaming test.
3425
3426         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3427         servers twice.
3428
3429         * nnimap.el (nnimap-open-connection): Add more error reporting when
3430         nnimap fails early.
3431
3432         * nnheader.el (nnheader-get-report-string): New function.
3433         (nnheader-get-report): Use it.
3434
3435         * gnus-int.el (gnus-check-server): Say what the error was when opening
3436         failed.
3437
3438         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3439         using streaming.
3440
3441 2010-09-25  Julien Danjou  <julien@danjou.info>
3442
3443         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3444         gnus-window-inside-pixel-edges.
3445
3446 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3449
3450         * mm-decode.el (mm-save-part): Allow saving to other directories the
3451         normal Emacs way.
3452
3453         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3454         Suggested by Jay Berkenbilt.
3455
3456         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3457         there isn't a single byte.
3458
3459         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3460         just do it.  It doesn't really seem to matter what the user responds
3461         here, I think, so it's just a confusing question.
3462
3463         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3464         non-streaming case.
3465
3466         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3467         (gnus-article-encrypt-body): Use it.
3468
3469         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3470         keystroke.
3471
3472         * nnimap.el (nnimap-find-wanted-parts-1):
3473         Use gnus-fetch-partial-articles.
3474
3475         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3476
3477         * nnimap.el (nnimap-insert-partial-structure): New function.
3478         (nnimap-get-partial-article): New function.
3479         (nnimap-request-article): Use it.
3480         (nnimap-wait-for-response): Return whether the wait was successful.
3481         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3482         retrieval wasn't successful.
3483         (nnimap-retrieve-group-data-early): Allow throttling servers.
3484         (nnimap-streaming): New variable.
3485         (nnimap-fetch-partial-articles): Remove.
3486
3487         * mm-decode.el (mm-with-part): Protect against killed buffers.
3488
3489         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3490         for prettier summary display.
3491
3492 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3493
3494         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3495
3496 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3499         apparently third-party libraries depend on it.
3500
3501         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3502         before starting negotiation.
3503
3504         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3505         privacy reasons.
3506         (gnus-treat-mail-gravatar): Ditto.
3507
3508         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3509         buffer when inserting images.  Inserting text into the headers, for
3510         instance, can make them invalid.
3511
3512 2010-09-25  Julien Danjou  <julien@danjou.info>
3513
3514         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3515         variables.
3516
3517         * nnheader.el: Remove useless variables news-reply-yank-from and
3518         news-reply-yank-message-id.
3519
3520         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3521         variables.
3522
3523         * mml1991.el: Remove useless mml1991-verbose.
3524
3525         * gnus.el: Remove useless variable gnus-use-generic-from.
3526         Remove obsolete variable gnus-topic-indentation.
3527
3528         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3529
3530         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3531
3532         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3533
3534         * gnus-group.el: Remove useless gnus-group-icon-cache.
3535         Remove useless gnus-ephemeral-group-server.
3536
3537         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3538
3539         * mml2015.el: Remove useless mml2015-verbose.
3540
3541         * mml-smime.el: Remove useless mml-smime-verbose.
3542
3543         * gnus.el: Remove useless gnus-local-domain.
3544
3545         * gnus-gravatar.el (gnus-gravatar-transform-address):
3546         Use gnus-gravatar-size.
3547
3548         * gnus-art.el: Remove useless gnus-treat-translate.
3549
3550 2010-09-24  Julien Danjou  <julien@danjou.info>
3551
3552         * gnus-sum.el: Add support for Gravatars.
3553
3554         * gnus-art.el: Add support for Gravatars.
3555
3556         * gnus-gravatar.el: Add this file.
3557
3558         * gravatar.el: Add this file.
3559
3560 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3563
3564         * gnus-group.el (gnus-group-fetch-faq): Remove.
3565
3566         * gnus.el (gnus-group-faq-directory): Remove.
3567
3568         * gnus-group.el (gnus-group-fetch-charter): Remove.
3569
3570         * gnus.el (gnus-group-charter-alist): Remove.
3571
3572         * gnus-group.el (gnus-group-archive-directory): Remove.
3573         (gnus-group-recent-archive-directory): Ditto.
3574         (gnus-group-make-archive-group): Remove.
3575
3576         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3577
3578         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3579         use the same article number for all the cached articles.
3580
3581         * nnimap.el (nnimap-command): Register the last command time so
3582         that we can use it for idling NOOPs.
3583         (nnimap-open-connection): Start the keeplive timer.
3584         (nnimap-make-process-buffer): Store all the process buffers.
3585         (nnimap-keepalive): New function.
3586
3587         * starttls.el (starttls-open-stream): Add autoload cookie.
3588
3589 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3590
3591         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3592         handling.
3593
3594 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3597         its data structures.
3598
3599         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3600         instead of the cl.el copy-list.
3601         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3602         equalp.
3603
3604 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3607         and tool-bar-local-item-from-menu.
3608
3609         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3610         mode-line-highlight face for Emacs.
3611
3612         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3613         loading gnus-sum.elc; fix comment for canlock-verify.
3614         (gnus-article-jump-to-part): Use read-number.
3615         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3616         Remove Emacs pre-21 compatible code for help-echo.
3617         (gnus-article-next-page-1): No need to adjust the number of lines.
3618         (gnus-article-describe-bindings): Always use help-buffer.
3619
3620         * gnus-audio.el (gnus-audio-inline-sound)
3621         * gnus-cus.el (gnus-custom-mode)
3622         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3623
3624         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3625
3626         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3627         compatible code.
3628
3629 2010-09-24  Glenn Morris  <rgm@gnu.org>
3630
3631         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3632         visiting the fcc file in rmail-mode.
3633
3634         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3635
3636 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * nnir.el: Silence the byte compiler.
3639
3640         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3641         alias to browse-url-url-encode-chars if any.
3642         (gnus-html-encode-url): Use it.
3643
3644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-start.el (gnus-use-backend-marks): New variable.
3647         (gnus-get-unread-articles-in-group): Use it.
3648
3649         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3650         makeover.
3651
3652 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3653
3654         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3655
3656 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3659         Remove.
3660         (gnus-setup-news-hook):
3661         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3662
3663         * gnus-int.el (gnus-request-update-info): Protect against backends not
3664         having the function.
3665
3666         * nnimap.el (nnimap-stream): Mention starttls.
3667         (nnimap-open-connection): Add starttls support.
3668
3669 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3670
3671         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3672
3673 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3676         BODYSTRUCTUREs.
3677         (nnimap-transform-headers): Unfold quoted {42} headers.
3678
3679         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3680         the info.
3681         (gnus-get-unread-articles): Only call updatep on backends that support
3682         it.
3683
3684         * nnweb.el (nnweb-request-update-info): NOOP.
3685
3686         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3687
3688         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3689         since it only deals with marks.
3690
3691         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3692         gnus-request-marks, and make a new gnus-request-update-info.
3693
3694         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3695         the active instead of the high number, which is usually too low.
3696
3697 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3700         * encrypt.el: Remove.
3701
3702 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3705         server in symbolic form.
3706
3707         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3708
3709 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3712         (nnimap-update-info): Fix up code slightly.
3713
3714         * gnus-int.el (gnus-open-server): Add tracing for performance
3715         debugging.
3716
3717         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3718         (gnus-group-insert-group-line): Pass the real group name so that it
3719         gets the right data.
3720
3721         * gnus-start.el (gnus-get-unread-articles): Don't have
3722         `gnus-get-unread-articles-in-group' update info, since that can be
3723         really slow and doesn't seem to be needed?
3724
3725 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3726
3727         * time-date.el (date-to-time): Try using parse-time-string first before
3728         using the slower timezone-make-date-arpa-standard.
3729
3730 2010-09-22  Julien Danjou  <julien@danjou.info>
3731
3732         * gnus-group.el (gnus-group-insert-group-line):
3733         Call gnus-group-highlight-line.
3734         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3735         default hook list.
3736         (gnus-group-update-eval-form): Add new function.
3737         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3738         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3739
3740 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3743         immediate, then expire all articles.
3744         (nnimap-update-info): Fix off-by-one errors.
3745         (nnimap-flags-to-marks): Would return no marks lists for group with no
3746         flags.  Instead return the other data.
3747
3748 2010-09-22  Julien Danjou  <julien@danjou.info>
3749
3750         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3751         Only return an icon.
3752         (gnus-group-insert-group-line): Compute icon to return.
3753
3754         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3755         (gnus-html-image-fetched): Only cache if
3756         gnus-html-image-automatic-caching is set.
3757         (gnus-html-image-fetched): Check for errors.
3758
3759 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3762         once per method on `g'.  This ensures that backends like nnfolder don't
3763         open all their folders.
3764
3765         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3766         (nnimap-request-list): Nix out group in the correct buffer.
3767         (nnimap-parse-flags): Implement by using `read' instead of
3768         hand-parsing.
3769         (nnimap-flags-to-marks): Pass on permanent-flags.
3770         (nnimap-make-process-buffer): Record the server name.
3771         (nnimap-parse-flags): Fix typo.
3772         (nnimap-request-scan): Run split on the server in general, not just a
3773         single group.
3774
3775         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3776         parameter, and propagate this downwards.
3777
3778         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3779         since EXAMINE changes it on the server.
3780
3781         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3782         this command might take a while.
3783
3784 2010-09-22  Julien Danjou  <julien@danjou.info>
3785
3786         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3787         harmful if you have 2 images side-by-side, they can't be properly
3788         update on text deletion.  Using text-property is safer here.
3789         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3790         data.
3791
3792 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * nnimap.el (nnimap-expunge-inbox): Remove.
3795         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3796         (nnimap-expunge): Flip default to t.
3797
3798         * gnus.el (gnus-method-to-server): Don't push things to the cache
3799         unless it's unique.
3800         (gnus-server-to-method): Ditto.
3801
3802 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3805
3806 2010-09-22  Julien Danjou  <julien@danjou.info>
3807
3808         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3809         get the start of data.
3810         (gnus-html-encode-url): Add this function to encode special chars in
3811         URL.
3812         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3813         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3814
3815         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3816         default.
3817         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3818
3819         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3820         images alt-text.
3821         (gnus-html-put-image): Put alt-text as help-echo.
3822
3823 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3826         * mm-util.el (mm-decompress-buffer)
3827         * nnir.el (nnir-run-find-grep)
3828         * pop3.el (pop3-list): Use 3rd arg of split-string.
3829
3830         * time-date.el (format-seconds): Comment fix.
3831
3832         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3833         and byte-optimize-form-code-walker.
3834         (dgnushack-make-auto-load): Don't advise make-autoload.
3835
3836         * lpath.el: Remove Emacs 21 stuff.
3837
3838 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3841         outside the active range.  Suggested by Dan Christensen.
3842
3843         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3844         slightly later to avoid double-getting it.
3845
3846         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3847         previous patch.
3848
3849         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3850
3851 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3852
3853         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3854
3855 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * gnus-int.el (gnus-open-server): Give a better error message in the
3858         "go offline" case.
3859
3860         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3861         marks for nnimap, which is seldom the right thing to do.
3862
3863         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3864         (gnus-same-method-different-name): New function.
3865
3866         * nnimap.el (parse-time): Require.
3867
3868         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3869         method in the presence of many similar methods.
3870
3871         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3872
3873         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3874         nnml-inhibit-expiry.
3875
3876         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3877         find out whether methods are equal.
3878
3879         * nnimap.el (nnimap-find-expired-articles): New function.
3880         (nnimap-process-expiry-targets): New function.
3881         (nnimap-request-move-article): Request the article before looking at
3882         what the Message-ID is.  Fix found by Andrew Cohen.
3883         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3884
3885         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3886         for oldness in addition to being a predicate.
3887
3888         * nnimap.el (nnimap-request-group): When we have zero articles, return
3889         the right data to Gnus.
3890         (nnimap-request-expire-articles): Only delete articles immediately if
3891         the target is 'delete.
3892
3893         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3894         method, this would bug out.
3895
3896         * gnus-group.el (gnus-group-expunge-group): Rename from
3897         gnus-group-nnimap-expunge, and implemented as a normal interface
3898         function.
3899
3900         * gnus-int.el (gnus-request-expunge-group): New function.
3901
3902         * nnimap.el (nnimap-request-create-group): Implement.
3903         (nnimap-request-expunge-group): New function.
3904
3905 2010-09-21  Julien Danjou  <julien@danjou.info>
3906
3907         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3908         (gnus-html-cache-expired): Add new function.
3909         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3910         wethever we should display image for fetch it.
3911         Compute alt-text earlier to pass it to the fetching function too.
3912         (gnus-html-schedule-image-fetching): Change function argument to only
3913         get one image at a time, not a list.
3914         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3915         cache.
3916         (gnus-html-get-image-data): New function to retrieve image data from
3917         cache.
3918         (gnus-html-put-image): Change buffer argument to use image data rather
3919         than file, and place image above region rather than inserting a new
3920         one.  Do not take alt-text as argument, since it's useless now: we place
3921         the image above alt-text.
3922         (gnus-html-prune-cache): Remove.
3923         (gnus-html-show-images): Start to fetch image when we find one, do not
3924         push into a temporary list.
3925         (gnus-html-prefetch-images): Only fetch image if they have expired.
3926         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3927         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3928
3929 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3932
3933 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3936         spec inser "*" if the group isn't active instead of 0.
3937
3938         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3939         opening the server.
3940         (nnimap-request-delete-group): Implement group deletion.
3941         (nnimap-transform-headers): Return the size of the entire message in
3942         the Bytes header, not just the size of the first part.
3943         (nnimap-request-move-article): When moving an article from nnimap,
3944         request the article first so the accepting form has an article to
3945         accept.  Reported by Dan Christensen.
3946         (nnimap-command): Make sure that the error message doesn't error out.
3947
3948 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3949
3950         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3951         we haven't requested anything.
3952
3953 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3956         "".  Fix found by Andrew Cohen.
3957
3958         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3959         instead of -encode-string.
3960
3961 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3964
3965         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3966         by mm-subst-char-in-string.
3967
3968 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3971         waiting for the connection string.
3972
3973         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3974         arriving.
3975
3976         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3977         bogus characters.  This allows selecting certain Gmail groups.
3978
3979         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3980         (nnimap-fetch-partial-articles): New variable.
3981         (nnimap-open-connection): When looking for credentials, also use the
3982         nnimap-server-port.
3983         (nnimap-request-article): Return the group/article number, so that Gnus
3984         `^' works as expected.
3985         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3986
3987         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3988         comments.
3989         (gnus-methods-sloppily-equal): New function.
3990         (gnus): When using the development version of Gnus, load the gnus-load
3991         file.
3992
3993         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3994         `gnus-open-server' on each method before trying to scan them etc.
3995         This ensures that all the backend parameters are set correctly.
3996
3997         * nnimap.el (nnimap-authenticator): New variable.
3998         (nnimap-open-connection): Allow anonymous login.
3999         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4000         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4001
4002         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4003         patch, found by Knut Anders Hatlen.
4004
4005 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4006
4007         * gnus-agent.el (gnus-agent-batch-confirmation)
4008         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4009         to gnus-message.
4010         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4011         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4012         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4013         * gnus-int.el (gnus-open-server): Likewise.
4014         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4015         (gnus-score-check-syntax): Likewise.
4016         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4017         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4018         Likewise.
4019         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4020
4021 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4024         calling conventions so that prefetch doesn't bug out.
4025
4026 2010-09-19  Julien Danjou  <julien@danjou.info>
4027
4028         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4029         rather than `subst-char-in-region' in order to be able to replace ASCII
4030         char by UTF-8 ones.
4031
4032         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4033         than curl.
4034         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4035         the right URL and ALT text on images.
4036         (gnus-html-wash-tags): Fix tag case.
4037         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4038         (gnus-article-html): Add -o display_ins_del=2 option.
4039         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4040
4041 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4044         the extra mail headers, which sometimes seem to happen for unknown
4045         reasons.
4046
4047         * mail-parse.el (mail-header-encode-parameter): Define as
4048         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4049         (or most, perhaps?) mail readers don't understand the latter, but do
4050         understand the former.
4051
4052         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4053         to nil, so that no methods are automatically agentized.  I think this
4054         is probably what most users want.
4055
4056         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4057         from url-retrieve, for instance about invalid URLs.
4058
4059         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4060         groups that have no articles.
4061         (nnimap-request-article): Check that we really got an article when we
4062         requested one.
4063
4064         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4065         doesn't exist.
4066
4067         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4068         nntp buffer so the agent can save it.
4069         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4070         that CRLF doesn't get translated to \n.
4071         (nnimap-open-connection): Don't make 'shell commands only send \n.
4072
4073 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4074
4075         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4076         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4077         Update var name.
4078         (nnml-generate-nov-file): Use dolist.
4079         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4080         Use with-current-buffer.
4081
4082 2010-09-18  Julien Danjou  <julien@danjou.info>
4083
4084         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4085         parallel.
4086
4087 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4090         the range update right.
4091         (nnimap-request-group): Don't make `M-g' bug out on group with no
4092         marks.
4093         (nnoo): Require, so that other packages can require nnimap.
4094         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4095         command we're looking for.  This helps when the server sends more
4096         responses after we've gotten everything we expected.
4097         (nnimap): Add a `newlinep' field to keep track of end-of-line
4098         conventions.
4099         Don't send CRLF to things that don't want it.
4100         (nnimap-request-accept-article): Ditto.
4101
4102 2010-09-18  Julien Danjou  <julien@danjou.info>
4103
4104         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4105         than curl to retrieve images.
4106
4107 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4110         the marks.
4111         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4112         (nnimap-wait-for-connection): New function.
4113         (nnimap-open-connection): If we have PREAUTH, don't query for login
4114         credentials.
4115         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4116         when doing a partial update.
4117
4118 2010-09-18  Julien Danjou  <julien@danjou.info>
4119
4120         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4121         tags.
4122
4123 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * nnimap.el (nnimap-credentials): New function.
4126         (nnimap-open-connection): Use the new function to look for credentials
4127         also on the numeric equivalents of "imap" and "imaps".
4128
4129         * gnus-start.el (gnus-activate-group): Send the info to
4130         gnus-request-group.
4131
4132         * nnimap.el (nnimap-request-group): Have the "check" version of the
4133         function parse flags and update the info, so that a `M-g' get a total
4134         resync of all flags from the group.
4135
4136         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4137         to allow backends to alter the info on group selection.  Also alter all
4138         the backend -request-group functions to take the parameter.
4139
4140         * nnimap.el (nnimap-store-info): New function.
4141         (nnimap-update-info): Store the info for later usage.
4142         (nnimap-request-group): Use the stored info for the dont-check case, so
4143         that we don't retrieve all marks when we enter a group.
4144
4145         * nnimap.el: Use deffoo instead of defun for interface functions.
4146
4147         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4148         update the group info.  This makes the nndraft groups, for instance, go
4149         back to their old behaviour.
4150
4151         * gnus-sum.el (gnus-select-newsgroup): Indent.
4152
4153         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4154         in.
4155         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4156         nothing.
4157
4158         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4159         from methods that are denied.
4160
4161         * gnus-int.el (gnus-method-denied-p): New function.
4162
4163         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4164         store the password instead of netrc.
4165         (nnimap-open-connection): Don't error out when we can't make a
4166         connections.
4167
4168         * auth-source.el (auth-source-create): In the password prompt, say what
4169         we're querying for.  Also prompt for user name if that hasn't been
4170         given.
4171
4172         * nnimap.el (nnimap-with-process-buffer): Remove.
4173
4174 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4177         method when we're reading from the agent.
4178
4179         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4180
4181         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4182         that's probably most useful for users.
4183
4184         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4185         "failed" all the time.
4186
4187         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4188         ...)) with (with-current-buffer ... ).
4189
4190         * nntp.el (nntp-open-server): Return whether the open was successful or
4191         not.
4192
4193         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4194         select an unread unseen article first.
4195
4196         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4197         /etc/services, supply some sensible port defaults.
4198
4199         * dgnushack.el: Define netrc-credentials.
4200
4201 2010-09-17  Julien Danjou  <julien@danjou.info>
4202
4203         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4204
4205 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4206
4207         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4208         doesn't have any parameters.
4209
4210 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4213         only upcased checks.
4214
4215         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4216
4217         * nnimap.el (nnimap-open-shell-stream): New function.
4218         (nnimap-open-connection): Use it.
4219         (nnimap-transform-headers): Get the number of lines in each message.
4220         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4221         number of lines.
4222         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4223         problem.
4224
4225         * utf7.el (utf7-encode): Autoload.
4226
4227         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4228         to allow the mail splitting to not return a default group.  This is
4229         useful for nnimap, which will leave unmatched mail in the inbox.
4230
4231         * nnimap.el: Rewritten.
4232
4233         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4234         nnimap usage.
4235
4236         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4237         if the move is internal, so that nnimap can do fast internal moves.
4238
4239         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4240         data.
4241         (gnus-read-active-for-groups): Support finishing the early retrieval of
4242         data.
4243
4244         * gnus-range.el (gnus-range-nconcat): New function.
4245
4246         * gnus-int.el (gnus-finish-retrieve-group-infos)
4247         (gnus-retrieve-group-data-early): New functions.
4248
4249 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4250
4251         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4252         (nnrss-retrieve-groups):
4253         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4254         (pop3-quit): Use with-current-buffer.
4255
4256 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4259         instead of nnheader-accept-process-output.
4260
4261         * dgnushack.el (dgnushack-compile): Add comment.
4262
4263         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4264
4265         * gnus-html.el (gnus-html-schedule-image-fetching)
4266         (gnus-html-prefetch-images): Replace process-kill-without-query by
4267         gnus-set-process-query-on-exit-flag.
4268
4269 2010-09-16  Romain Francoise  <romain@orebokech.com>
4270
4271         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4272
4273 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4276         parameter to unintern is mandatory-ish in Emacs 24.
4277
4278         * gnus-html.el (gnus-html-schedule-image-fetching)
4279         (gnus-html-prefetch-images): Check for curl before using it.
4280
4281         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4282         depend on curl, which isn't essential.
4283
4284         * imap.el: Revert back to version
4285         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4286         seem problematic.
4287
4288 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4289
4290         * gnus-registry.el (gnus-registry-install-shortcuts):
4291         Explicitly pass `obarray' to `unintern' to avoid a warning.
4292
4293 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4296         change.
4297
4298         * nnrss.el (nnrss-request-list): Remove this function and related
4299         functions, including the moreover stuff.
4300
4301 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * nnrss.el (nnrss-retrieve-groups): New function.
4304
4305 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4306
4307         * .dir-locals.el: Add no-byte-compile cookie.
4308
4309 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * time-date.el (format-seconds): Comment fix.
4312
4313         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4314         for back end that doesn't support request-scan.
4315
4316 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4319         then do request scans from the backends.
4320
4321         * netrc.el (netrc-credentials): New conveniency function.
4322
4323         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4324         avoid running a hook per line, since this takes a lot of time,
4325         profiling shows.
4326         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4327         directly if gnus-visual-p is true.
4328
4329 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4332         groups; replace mapcar with dolist which is a bit faster; pass groups
4333         info to gnus-read-active-file-1.
4334         (gnus-read-active-file-1): Scan only specified groups if the new
4335         optional arg `infos' is given.
4336
4337 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4340
4341         * pop3.el (pop3-movemail): Remove.
4342         (pop3-streaming-movemail): Rename to pop3-movemail.
4343
4344         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4345         don't restrict end-tag searches to the end of the line.
4346
4347 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4350         articles of every unchecked group to t, which means unknown since the
4351         server has never been opened.
4352
4353 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-html.el (gnus-html-show-alt-text): New command.
4356         (gnus-html-browse-image): Ditto.
4357         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4358         to browse the image directly.
4359         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4360         better.
4361
4362         * gnus-async.el (gnus-async-article-callback):
4363         Call `gnus-html-prefetch-images' unconditionally.
4364
4365         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4366         before feeding URLs to curl.
4367
4368 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4371         internal images as deletable by `W D D'.
4372
4373         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4374         (gnus-async-article-callback): Fix typo.
4375
4376 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4379         current line to work around bugs in the output from w3m.
4380
4381         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4382         for groups that want that.
4383
4384         * nntp.el (nntp-wait-for-string): Supply a timeout for
4385         accept-process-output to ensure progress.
4386
4387         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4388         level to get unread articles from, then use that for foreign groups,
4389         too.
4390
4391         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4392         confuses the rest of the function.
4393
4394         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4395         for the methods that support -retrieve-groups, too.
4396
4397         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4398
4399 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4402         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4403
4404         * pop3.el: Require cl when compiling.
4405         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4406
4407 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4410         that aren't going to be activated.
4411         (gnus-get-unread-articles): Fix up the last commit.
4412
4413         * gnus-html.el (gnus-article-html): Allow calling without specifying
4414         the handle.  In that case, dissect the buffer first.
4415
4416         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4417
4418         * nnimap.el (nnimap-open-connection): Revert the change that would look
4419         into authinfo for imaps instead of imap.
4420
4421         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4422         say that you don't want to call gnus-request-group with don-check, but
4423         do check the reponse.  This is for virtual groups only.
4424         (gnus-get-unread-articles): Count the archive groups as secondary, so
4425         that they're activated the same way as before.
4426
4427         * imap.el (imap-message-map): Removed optional buffer parameter, since
4428         no callers use it.
4429         (imap-message-get): Ditto.
4430         (imap-message-put): Ditto.
4431         (imap-mailbox-map): Ditto.
4432         (imap-mailbox-put): Ditto.
4433         (imap-mailbox-get): Ditto.
4434         (imap-mailbox-get): Revert last change for this function.
4435
4436         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4437         case-insensitively.
4438         (nnimap-debug): Remove.
4439
4440         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4441         to use `imap-fetch' instead.  According to the comments, this should be
4442         safe, since all other IMAP clients use the 1:* syntax.
4443         (imap-enable-exchange-bug-workaround): Removed.
4444         (imap-debug): Removed -- doesn't seem very useful.
4445
4446         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4447         mail from a file, and the file doesn't exist.
4448
4449         * imap.el (imap-log): New convenience function used throughout instead
4450         of repeating the same code all over the place.
4451
4452         * pop3.el (pop3-streaming-movemail): Return t for success.
4453
4454         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4455         .authinfo if we're using ssl connection.
4456
4457         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4458         already have if we're in a main Gnus `g' run.
4459
4460         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4461
4462 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4465
4466         * nnmh.el (nnmh-request-list-1): Bind `file'.
4467
4468         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4469         alias to set-process-query-on-exit-flag or process-kill-without-query.
4470         (pop3-open-server): Use it.
4471
4472 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4475         box to the Incoming file.  Fixes mistake in previous checkin.
4476
4477         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4478         request loop (for debugging purposes) removed.
4479
4480         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4481         culprit is more visible.
4482         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4483         (nnml-add-incremental-nov): New functions to do "incremental" nov
4484         updates, where we just append to the end of the existing nov files
4485         without reading/writing them in full.
4486
4487         * mail-source.el (mail-source-delete-crash-box): Really only check the
4488         incoming files once in a while.
4489
4490         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4491
4492         * mail-source.el (mail-source-delete-crash-box): Only check the
4493         incoming files for deletion once per day to save a lot of file
4494         accesses.
4495
4496         * pop3.el (pop3-logon): Fix up unbound variable typo.
4497
4498         * mail-source.el (pop3-streaming-movemail): Autoload.
4499
4500         * pop3.el (pop3-streaming-movemail):
4501         Respect pop3-leave-mail-on-server.
4502
4503         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4504         retrieval.
4505
4506         * pop3.el (pop3-process-filter): Remove unused function.
4507         (pop3-streaming-movemail, pop3-send-streaming-command)
4508         (pop3-wait-for-messages, pop3-write-to-file)
4509         (pop3-number-of-responses): New functions for streaming pop3
4510         retrieval.
4511
4512         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4513         come from no known methods.
4514         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4515         list.
4516
4517         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4518         message sizes.
4519         (pop3-movemail): Use erase-buffer instead of looping and deleting
4520         regions, which seems rather odd.
4521
4522         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4523         file once per `g' run.
4524
4525         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4526         directories.  This makes the draft queue directory work.
4527
4528         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4529         data from the backends, so that we only request the list of groups from
4530         each method once.  This should speed things up considerably.
4531
4532         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4533         detect that it's not implemented.
4534
4535         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4536         we actually do recurse down into the tree, but don't stat all leaf
4537         nodes.
4538
4539         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4540         then say so instead of bugging out.
4541
4542         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4543         files exist before trying to read them.
4544
4545         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4546         around <pre_int>.
4547
4548         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4549
4550         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4551
4552 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * mm-util.el (mm-image-load-path): Just return the image directories,
4555         not all directories in the path in addition to the image directories.
4556         (mm-image-load-path): Maintain a cache of the image directories so that
4557         the `g' command in Gnus doesn't have to stat dozens of directories each
4558         time.
4559
4560         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4561         (gnus-html-wash-tags): Add a new `i' command to insert images.
4562         (gnus-html-insert-image): New command and keystroke.
4563         (gnus-html-redisplay-with-images): New command and keystroke.
4564         (gnus-html-show-images): Rename command.
4565         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4566         spacers.
4567         (gnus-html-wash-tags): Decode entities at the end, so that entities
4568         inside the tags don't mess up the rest of the "parsing".
4569
4570         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4571         so that nnimap methods aren't agentized by default.  There's apparently
4572         many problems related to agent/imap behaviour.
4573
4574         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4575
4576         * gnus-html.el: Doc fix.
4577
4578 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4581         specifier-spec-list for Emacs 21.
4582
4583         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4584         glyph-width and glyph-height instead of display-graphic-p and
4585         image-size; make avoidance of displaying small images work for XEmacs.
4586
4587         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4588         for XEmacs.
4589
4590         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4591         of symbol that holds plist data.
4592         (gnus-process-plist): Remove plist of process after getting it.
4593
4594 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * message.el (message-generate-hashcash): Change default to
4597         'opportunistic if hashcash is installed.
4598
4599         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4600         (gnus-html-put-image): Only call image-size once, since it's somewhat
4601         time-consuming on remote X servers.
4602
4603 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4606         type on data, not a file name.
4607
4608         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4609         window-pixel-edges for Emacs 21.
4610
4611         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4612         decoded contents.
4613         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4614
4615 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4618         group line format, since it isn't very interesting.
4619
4620         * gnus-agent.el (gnus-agent-short-article),
4621         (gnus-agent-long-article): Increase values for these two variables,
4622         since most people are likely to have more network connection and
4623         storage than before.
4624
4625         * gnus.el (gnus-refer-article-method): Change default to 'current.
4626         When referring an article, the common behaviour is to refer it from the
4627         current select method, not the native select method.  The chances of
4628         the native select method having the message in question is rather slim
4629         these days.
4630
4631         * gnus-sum.el (gnus-auto-select-subject): Change default to
4632         `unseen-or-unread'.  I think it's likely that most people want to
4633         select an unseen article over a previously seen, but unread one.
4634
4635         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4636         means that in the article buffer none of the minor mode elements will
4637         be shown, usually, and this is not desirable in most cases.
4638
4639         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4640         that commands like `d' (and the like) go to the next line in the
4641         buffer, instead of the next unread article.  I think this is the
4642         behaviour that is most natural for most users.
4643         (gnus-single-article-buffer): Change default to nil, so that people can
4644         have as many article buffers open as they have summary buffer.  I think
4645         this is the most natural way for the groups to behave.
4646
4647         * message.el (message-generate-new-buffers): Change default to
4648         `unsent', so that all new message buffers start their names with the
4649         string "*unsent", and it's easier to find the buffers if you move from
4650         them.
4651
4652 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4655         small.  They're probably tracking images.
4656         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4657         (gnus-html-rescale-image): Yet another try at getting the image sizing
4658         right.
4659
4660         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4661         nntp-marks-file-name is nil.
4662
4663 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-html.el (gnus-html-wash-tags)
4666         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4667         Better logging.
4668
4669 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4672
4673         * gnus-html.el (gnus-html-wash-tags): Check the value of
4674         gnus-blocked-images in the summary buffer.
4675
4676 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4679
4680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4683         like "a", it seems like.
4684         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4685         since it needs to be picked from the correct buffer.
4686
4687         * nnwfm.el: Remove.
4688
4689         * nnlistserv.el: Remove.
4690
4691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4694         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4695
4696 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * nnkiboze.el: Remove.
4699
4700         * nndb.el: Remove.
4701
4702         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4703         alt text.
4704         (gnus-html-rescale-image): Try to get the rescaling logic right for
4705         images that are just wide and not tall.
4706
4707         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4708         overshadow variable bindings.
4709
4710 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * gnus-html.el (gnus-html-wash-tags)
4713         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4714         Add extra logging.
4715
4716 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4719         (gnus-max-image-proportion): New variable.
4720         (gnus-html-rescale-image): New function.
4721         (gnus-html-put-image): Rescale images.
4722
4723 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4724
4725         Fix up some byte-compiler warnings.
4726         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4727         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4728         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4729         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4730         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4731         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4732         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4733
4734 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-html.el (gnus-article-html): Decode contents by charset.
4737
4738 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4741         (gnus-html-frame-width, gnus-blocked-images)
4742         * message.el (message-prune-recipient-rules): Add custom version.
4743         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4744
4745         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4746         functions.
4747
4748         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4749         gnus-process-get.
4750
4751 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4752
4753         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4754         instead of lsub directly.
4755
4756 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * nnwarchive.el: Remove.
4759
4760         * gnus-soup.el: Remove.
4761
4762         * nnsoup.el: Remove.
4763
4764         * nnultimate.el: Remove.
4765
4766         * gnus-html.el (gnus-blocked-images): New variable.
4767
4768         * message.el (message-prune-recipients): New function.
4769         (message-prune-recipient-rules): New variable.
4770
4771         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4772         guess whether a long line is natural text or not.
4773
4774         * gnus-html.el (gnus-html-schedule-image-fetching):
4775         Use gnus-process-plist and friends for compatibility.
4776
4777 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4778
4779         * gnus-html.el: Require packages that define macros used in this file.
4780         (gnus-article-mouse-face): Declare to silence byte-compiler.
4781         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4782         process-get.
4783         (gnus-html-put-image): Use plist-get to avoid getf.
4784         (gnus-html-prefetch-images): Use with-current-buffer.
4785
4786 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-ems.el: Provide compatibility functions for
4789         gnus-set-process-plist.
4790
4791         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4792         header-line-format for XEmacs 21.4.
4793
4794         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4795         * gnus.el (gnus-valid-select-methods)
4796         * message.el (message-send-mail-partially-limit)
4797         * mm-decode.el (mm-text-html-renderer)
4798         * mml.el (mml-insert-mime-headers-always)
4799         * smiley.el (smiley-regexp-alist): Bump custom version.
4800
4801 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus-html.el: require mm-url.
4804         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4805         with the url to `url'.
4806         (gnus-html-wash-tags): Support cid: URLs/images.
4807
4808 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4811         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4812         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4813
4814         * gnus-move.el: Remove file, since it doesn't really work.
4815
4816         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4817         UTF-8.  This seems to fix problems with some German web feeds.
4818
4819         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4820         at the top so that the proper colours are applied.
4821
4822         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4823         don't have dots in their names.
4824
4825         * gnus-art.el (gnus-article-view-part): Doc fix.
4826
4827         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4828         XEmacs-compatible.
4829         (gnus-html-put-image): Don't do images on non-graphic displays.
4830
4831         * nnslashdot.el: Remove this unused backend.
4832
4833         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4834         actions.
4835         (gnus-undo-register-1): Revert last change.
4836
4837         * gnus-group.el (gnus-group-completing-read): Protect against not
4838         having completion-styles bound.
4839
4840         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4841         make broken recipients happier.
4842
4843         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4844
4845         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4846         point parameter.
4847
4848         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4849
4850         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4851         completion-styles for group selection.
4852
4853 2009-02-04  Andreas Schwab  <schwab@suse.de>
4854
4855         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4856         headers and regexp-quote the match if necessary.
4857
4858 2009-03-24  Miles Bader  <miles@gnu.org>
4859
4860         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4861         the blinking smiley.
4862
4863 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4864
4865         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4866         blink smiley.
4867
4868 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4871         where the dribbel file lives exists.
4872
4873         * message.el (message-send-mail-partially-limit): Change the default to
4874         nil, since most people don't want this.
4875
4876         * mm-url.el (mm-url-decode-entities): Also decode entities like
4877         &#x3212.
4878
4879 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4880
4881         * gnus-sum.el (gnus-summary-idna-message):
4882         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4883         Hyperlink urls in docstrings with URL `...'.
4884
4885 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4886
4887         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4888         functions.
4889
4890 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4893         say what the mouseover text should be.
4894
4895         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4896         version of the mm-w3m-safe-url-regexp variable to only download images
4897         in the groups where we want that to happen.
4898
4899         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4900
4901         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4902         easier debugging.
4903         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4904         big pictures in the article buffer.
4905
4906         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4907         gnus-article-html.
4908         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4909         w3m.
4910
4911         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4912
4913 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4916         which doesn't exist.
4917
4918         * message.el (message-inhibit-ecomplete): New variable to allow some
4919         function to inhibit ecomplete address storage.
4920         (message-resend): Disable ecomplete message storage when resending
4921         messages.
4922
4923         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4924
4925 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4928         Save excursion while copying, moving, and deleting articles in order to
4929         prevent the cursor from jumping to unforeseen place.
4930
4931 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * lpath.el: No need to bind bookmark-current-buffer,
4934         bookmark-yank-point and bookmark-make-record-function.
4935
4936 2010-08-17  Glenn Morris  <rgm@gnu.org>
4937
4938         * gnus-sync.el: Require gnus components whose functions are used.
4939
4940         * gnus-art.el (bookmark-make-record-function):
4941         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4942         Declare for compiler.
4943
4944         * mm-url.el (mml-compute-boundary): Autoload.
4945
4946 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4949
4950 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         Typo fix "hoo4a" -> "hook".
4953
4954         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4955
4956 2010-08-14  Glenn Morris  <rgm@gnu.org>
4957
4958         * gnus-sync.el (gnus-sync): Fix defgroup version.
4959
4960 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4963
4964         * gnus-sync.el: Fix docs.
4965         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4966         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4967
4968 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         Optimizations for gnus-sync.el.
4971
4972         * gnus-sync.el: Add docs about gnus-sync-backend
4973         possibilities.
4974         (gnus-sync-save): Remove unnecessary message.
4975         (gnus-sync-read): Optimize and show what groups were skipped.
4976
4977 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         Minor bug fixes for gnus-sync.el.
4980
4981         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4982         Don't read the sync on get-new-news.
4983
4984         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4985         quiet.
4986
4987         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4988         (fix typo).
4989
4990 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4991
4992         Make saving and restoring of hidden threads work with overlays.
4993         Patch applied by Ted Zlatanov.
4994
4995         * gnus-sum.el (gnus-hidden-threads-configuration)
4996         (gnus-restore-hidden-threads-configuration): Update to deal with text
4997         properties, rather than searching for a magic character.
4998
4999 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         New gnus-sync.el library for synchronization of marks.
5002
5003         * gnus-sync.el: New library for synchronization of marks.
5004
5005         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5006         renamed from `gnus-registry-grep-in-list'.
5007
5008         * gnus-registry.el (gnus-registry-follow-group-p):
5009         Use `gnus-grep-in-list'.
5010
5011         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5012
5013 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5016         determining charset of text fails.
5017
5018 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * nnmail.el (nnmail-get-new-mail-1): Revert.
5021
5022         * nnml.el (nnml-active-number): Make sure names of newly created groups
5023         in nnml-group-alist are encoded.
5024
5025 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5028         containing non-ASCII characters in active file for nnml back end.
5029
5030 2010-07-24  David Engster  <dengste@eml.cc>
5031
5032         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5033         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5034
5035 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5036
5037         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5038         tag (Bug#6654).
5039
5040 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5043         the article buffer, not the summary buffer.
5044
5045 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5048         Emacs 23 as well.
5049
5050 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5053         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5054
5055 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5056
5057         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5058         Patch applied by Karl Fogel.
5059
5060         * gnus-sum.el (gnus-summary-bookmark-make-record):
5061         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5062
5063 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5064
5065         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5066         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5067         C-w still not working correctly from Article buffers; Thierry's
5068         patch to fix that will be applied after this.
5069
5070         * gnus-art.el (bookmark-make-record-function): New local variable.
5071
5072         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5073         article buffer.
5074         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5075
5076 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5077
5078         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5079         on changes in bookmark.el.
5080
5081 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5084         `no-log' instead of message not to log prompt string.
5085
5086 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5087
5088         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5089         the *other* type of HTML form submission.
5090
5091 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5092
5093         * auth-source.el (auth-source-pick): If choice does not contain a
5094         questioned keyword, set the check to t.
5095
5096 2010-06-12  Romain Francoise  <romain@orebokech.com>
5097
5098         * gnus-util.el (gnus-date-get-time): Move up before first use.
5099
5100 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5103         (gnus-article-edit-part): Bind it to make last part that is substituted
5104         or deleted visible.
5105         (gnus-mime-display-single): Buttonize part of which id equals to
5106         gnus-mime-buttonized-part-id.
5107
5108 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5109
5110         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5111         (gnus-dd-mmm): Use gnus-date-get-time.
5112         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5113         simplify logic.
5114         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5115         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5116
5117 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5118
5119         * auth-source.el (top): Autoload `secrets-list-collections',
5120         `secrets-create-item', `secrets-delete-item'.
5121         (auth-sources): Fix tag string.
5122         (auth-get-source, auth-source-retrieve, auth-source-create)
5123         (auth-source-delete): New defuns.
5124         (auth-source-pick): Rewrite in order to avoid 2 passes.
5125         (auth-source-forget-user-or-password): New parameter USERNAME.
5126         (auth-source-user-or-password): New parameters CREATE-MISSING and
5127         DELETE-EXISTING.  Retrieve password interactively, if needed.
5128
5129 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5130
5131         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5132         deleting unused directories when gnus-expert-user is t.
5133
5134 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5137         for each temp file when gnus-article-browse-delete-temp is ask.
5138
5139 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5140
5141         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5142         Lisp calls to delete-backward-char by calls to delete-char.
5143
5144 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5145
5146         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5147
5148 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5149
5150         * password-cache.el (password-cache-remove): Fix docstring.
5151
5152 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5155         article unless decoding article to be saved.
5156
5157 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5160         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5161         generated within the mm-with-unibyte-current-buffer macro.
5162
5163 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5166         to nil when we're in a mml-preview buffer and no group is selected.
5167
5168 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5169
5170         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5171         when catching the `C-g'.  Reported by "Leo".
5172
5173 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * message.el (message-forward-make-body-plain)
5176         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5177         multibyte-string-p.
5178
5179         * lpath.el: Revert.
5180
5181 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * message.el (message-forward-make-body-mml): Assume original message
5184         is multibyte string; error on unibyte.
5185         (message-forward-make-body-plain): Ditto; don't add excessive newline
5186         in body end.
5187
5188         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5189
5190 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5191
5192         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5193         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5194
5195 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mm-extern.el (mm-extern-url): Don't use
5198         mm-with-unibyte-current-buffer.
5199         (mm-extern-cache-contents): Use with-current-buffer instead of
5200         save-excursion + set-buffer.
5201
5202 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * mm-util.el (mm-emacs-mule): Remove.
5205
5206 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5207
5208         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5209         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5210         change.
5211
5212 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5215         bind the default value of enable-multibyte-characters to nil.
5216
5217 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * message.el (message-forward-make-body-plain)
5220         (message-forward-make-body-mml):
5221         Don't use mm-with-unibyte-current-buffer.
5222
5223 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5226
5227 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5228
5229         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5230         (Bug#5592).
5231
5232 2010-05-07  Julien Danjou  <julien@danjou.info>
5233
5234         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5235         it to mm-pipe-part.
5236
5237         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5238         it is given.
5239
5240 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * binhex.el (binhex-decode-region-internal)
5243         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5244         (dns-query)
5245         * nnweb.el (nnweb-gmane-search)
5246         * pgg-parse.el (pgg-parse-armor)
5247         * pgg.el (pgg-verify-region)
5248         * sha1.el (sha1-string-external)
5249         * uudecode.el (uudecode-decode-region-internal)
5250         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5251         XEmacs.
5252
5253         * gnus-art.el (gnus-article-browse-html-parts)
5254         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5255         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5256         make-temp-file.
5257
5258         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5259         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5260         compiling.
5261
5262         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5263         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5264         XEmacs when compiling.
5265
5266         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5267         gnus-pick-mode-off-hook for XEmacs when compiling.
5268         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5269         gnus-binary-mode-off-hook for XEmacs when compiling.
5270
5271         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5272         Return nil if char-charset is not available.
5273
5274         * imap.el (imap-disable-multibyte)
5275         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5276         macros.
5277
5278         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5279         instead of encode-coding-string.
5280
5281         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5282         'xemacs) instead of mm-emacs-mule to switch function definitions.
5283         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5284
5285         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5286         bind temporary-file-directory for XEmacs;
5287         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5288         timer-set-function for XEmacs 21.4 and SXEmacs;
5289         bind timer-list for XEmacs 21.4 and SXEmacs;
5290         fbind char-charset and find-charset-region for non-Mule XEmacs;
5291         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5292         encode-coding-region and encode-coding-string for XEmacs having no
5293         file-coding feature.
5294
5295 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5296
5297         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5298
5299 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5302         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5303
5304 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5305
5306         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5307         alias `jka-compr-delete-temp-file' no longer exists.
5308
5309 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5310
5311         Use define-minor-mode in Gnus where applicable.
5312         * mml.el (mml-mode): Use define-minor-mode.
5313         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5314         (gnus-undo-mode): Use define-minor-mode.
5315         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5316         (gnus-dead-summary-mode): Use define-minor-mode.
5317         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5318         Initialize in declaration.
5319         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5320         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5321         (gnus-mailing-list-mode): Use define-minor-mode.
5322         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5323         (gnus-draft-mode): Use define-minor-mode.
5324         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5325         (gnus-dired-mode): Use define-minor-mode.
5326
5327 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5328
5329         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5330         handles on recursive mml-to-mime translation and check them for
5331         boundary delimiter collisions.  Reported by Greg Troxel.
5332
5333 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5336
5337 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5338
5339         * mm-util.el (mm-find-buffer-file-coding-system):
5340         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5341
5342 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5343
5344         * message.el (message-generate-headers): Record insertion of optional
5345         headers as well.  Otherwise the check to prevent repeated insertion of
5346         optional headers is a no-op.
5347
5348 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5349
5350         * smime.el: Don't mention CVS.
5351
5352         * nnrss.el (nnrss-fetch): Don't mention CVS.
5353
5354         * nnir.el: Don't mention CVS.
5355
5356 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5357
5358         * gnus-sum.el (gnus-summary-bookmark-make-record):
5359         Add `location' field.
5360
5361 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * lpath.el: Fbind bookmark-default-handler,
5364         bookmark-get-bookmark-record, bookmark-make-record-default,
5365         bookmark-prop-get for Emacs <23 and XEmacs.
5366
5367 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5368
5369         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5370         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5371         Use with-current-buffer to silence the byte-compiler.
5372         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5373         bother to require `gnus'.
5374         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5375
5376 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5377
5378         * gnus-sum.el (gnus-summary-bookmark-make-record)
5379         (gnus-summary-bookmark-jump): New functions.
5380         (gnus-summary-mode): Setup bookmark support.
5381
5382 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5383
5384         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5385         if set.
5386
5387 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5390         gnus-article-browse-html-save-cid-image; make it work recursively for
5391         forwarded messages as well.
5392         (gnus-article-browse-html-parts): Work when prefix arg is given.
5393         (gnus-article-browse-html-article): Doc fix.
5394
5395 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5396
5397         * message.el (message-default-mail-headers):
5398         (message-default-headers): Carry the value mail-default-headers over
5399         into message-default-mail-headers, rather than message-default-headers.
5400
5401 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5402
5403         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5404         charset.
5405
5406         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5407         charset into the <meta> tag when the article is encoded to utf-8.
5408
5409 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-article-browse-delete-temp-files):
5412         Delete directories as well.
5413         (gnus-article-browse-html-parts): Work for images that do not specify
5414         file names; delete temp directory when quitting; insert header at the
5415         right place; use file: scheme for image files.
5416
5417 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5418
5419         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5420         (gnus-article-browse-html-parts): Use it to make temporary cid image
5421         files in addition to html file so that browser may display them.
5422
5423 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5426
5427 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5430
5431 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * auth-source.el (auth-sources): Change default to be simpler.
5434         Explain about Secret Service API sources.  Improve Customize options.
5435         (auth-source-pick): Change to accept any number of search parameters.
5436         Implement fallbacks iteratively, not recursively.  Add scoring on the
5437         second pass and sort by score.  Call Secret Service API when needed.
5438         (auth-source-user-or-password): Use it.  Call Secret Service API
5439         directly when needed to get the user name and the password.
5440
5441 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5442
5443         * message.el (message-interactive): Doc fix.
5444         (message-qmail-inject-args): Reflow.
5445         (message-kill-to-signature): Fix typo in docstring.
5446
5447         * smiley.el (smiley-buffer): Fix typo in docstring.
5448
5449 2010-03-24  Glenn Morris  <rgm@gnu.org>
5450
5451         * mail-source.el (gnus-message): Declare.
5452         (mail-source-delete-old-incoming): Require gnus-util.
5453
5454 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5457
5458         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5459
5460         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5461         password-cache's default if it is not bound.
5462         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5463         password-cache-expiry's default if it is not bound.
5464
5465         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5466         available in Emacs 21.
5467
5468         * lpath.el: Suppress compiler warnings for:
5469         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5470         XEmacs;
5471         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5472         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5473         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5474
5475 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * auth-source.el (auth-sources): Fix up definition so extra parameters
5478         are always inline.
5479
5480 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5481
5482         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5483         wasn't updated after mismatch.  Clear cached mailbox info correctly
5484         when uidvalidity changes.
5485         (nnimap-group-prefixed-name): New function to avoid some code
5486         duplication.
5487         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5488         (nnimap-request-group): Use it.
5489         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5490         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5491         with many imap folders.  This is done by caching the group status from
5492         the imap server persistently in a group parameter `imap-status'.  (This
5493         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5494         but not persistently, so every Gnus startup was still very slow.)
5495
5496 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5499         delete the extra newline.  Otherwise editing of :string and :number
5500         types don't work.
5501
5502 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5505         secrets.el dependency.
5506         (auth-sources): Add optional user name.  Add secrets.el configuration
5507         choice (unused right now).
5508
5509 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-sum.el (gnus-summary-make-menu-bar):
5512         Let `gnus-registry-install-shortcuts' fill in the functions.
5513
5514         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5515         warnings.
5516         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5517         (gnus-registry-install-shortcuts): Populate and use it in a
5518         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5519
5520 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5521
5522         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5523         In-place substitutions for the group name encoding/decoding.
5524         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5525         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5526         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5527         (nnimap-update-unseen, nnimap-request-list)
5528         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5529         (nnimap-request-set-mark, nnimap-split-to-groups)
5530         (nnimap-split-articles, nnimap-request-newgroups)
5531         (nnimap-request-create-group, nnimap-request-accept-article)
5532         (nnimap-request-delete-group, nnimap-request-rename-group)
5533         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5534         `encoded-mbx' for consistency.
5535         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5536         variable `imap-current-mailbox'.
5537
5538         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5539         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5540
5541 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5542
5543         * pop3.el (pop3-display-message-size-flag): Display message size byte
5544         counts during POP3 download.
5545         (pop3-movemail): Use it.
5546         (pop3-list): Implement listing of available messages.
5547
5548 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5549
5550         * nnir.el (nnir-get-article-nov-override-function): New function to
5551         override the normal NOV retrieval.
5552         (nnir-retrieve-headers): Use it.
5553
5554 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5555
5556         * auth-source.el (netrc-machine-user-or-password): Autoload.
5557
5558 2010-03-19  Glenn Morris  <rgm@gnu.org>
5559
5560         Stop message.el from loading about 40 libraries it doesn't always need.
5561         The general approach is to autoload rather than require, and to
5562         require in the specific functions rather than the file.  (Bug#5642)
5563
5564         * gmm-utils.el: Don't require wid-edit.
5565         (widget-create-child-value, widget-convert, widget-default-get):
5566         Autoload.
5567
5568         * gnus-util.el: Don't require time-date, netrc.
5569         (message-fetch-field, gnus-group-name-decode): Declare rather than
5570         autoloading.
5571         (gnus-fetch-field): Require message.
5572         (gnus-decode-newsgroups): Require gnus-group.
5573
5574         * ietf-drums.el: Don't require time-date.
5575
5576         * message.el: Don't require hashcash, canlock, ecomplete.
5577         Do require mail-utils.  Require nnheader only when compiling.
5578         (smtpmail-default-smtp-server): Remove declaration.
5579         (message-send-mail-function): Check smtpmail-default-smtp-server
5580         is bound rather than requiring smtpmail.
5581         (message-auto-save-directory, message-insert-signature):
5582         Use expand-file-name rather than nnheader-concat.
5583         (nnheader-insert-file-contents): Autoload.
5584         (hashcash-wait-async): Declare.
5585         (message-send-mail): Only call gnus-setup-posting-charset if
5586         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5587         (message-send-mail-with-sendmail): Require sendmail.
5588         (canlock-password, canlock-password-for-verify): Declare.
5589         (message-canlock-password): Require canlock.
5590         (nnheader-get-report): Autoload.
5591         (gnus-setup-posting-charset): Declare.
5592         (message-send-news): Require gnus-msg.
5593         (message-make-references, message-make-in-reply-to): Use mail-header-id
5594         rather than the alias mail-header-message-id.
5595         (ecomplete-add-item, ecomplete-save): Declare.
5596         (message-put-addresses-in-ecomplete): Require ecomplete.
5597         (ecomplete-display-matches): Autoload.
5598
5599         * mm-decode.el: Don't require mailcap, gnus-util.
5600         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5601         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5602         Autoload.
5603         (mailcap-mime-extensions): Declare.
5604
5605         * mm-encode.el: Don't require mailcap.
5606         (mailcap-extension-to-mime): Autoload.
5607
5608         * mml-sec.el: Don't require password-cache.
5609
5610         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5611         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5612         (mml-minibuffer-read-type): Require mailcap.
5613         (mml-preview): Require gnus-msg.
5614
5615         * mml1991.el: Require password-cache.
5616         (password-cache-expiry): Remove declaration.
5617
5618         * mml2015.el: Require password-cache.
5619         (password-cache-expiry): Remove declaration.
5620
5621         * nneething.el (mailcap): Require mailcap.
5622
5623         * nnheader.el (declare-function): Add compatibility stub.
5624         (message-remove-header): Declare rather than autoload.
5625         (nnheader-replace-header): Require message.
5626
5627         * nnimap.el (declare-function): Add compatibility stub.
5628         (netrc-parse, netrc-machine-user-or-password): Declare.
5629         (nnimap-open-connection): Require netrc.
5630
5631         * nntp.el (declare-function): Add compatibility stub.
5632         (netrc-parse, netrc-machine, netrc-get): Declare.
5633         (nntp-send-authinfo): Require netrc.
5634
5635         * rfc2047.el: Don't require qp.
5636         (quoted-printable-encode-region, quoted-printable-decode-string):
5637         Autoload.
5638
5639         * sieve-mode.el: Don't require easymenu.
5640         (easy-menu-add-item): Autoload it.
5641
5642         * spam-stat.el (time-to-number-of-days): Autoload it.
5643
5644 2010-03-19  Glenn Morris  <rgm@gnu.org>
5645
5646         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5647
5648 2010-03-18  Glenn Morris  <rgm@gnu.org>
5649
5650         * hashcash.el (declare-function): Remove duplicate definition.
5651
5652 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5653
5654         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5655         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5656         value if any backslash escapes).
5657
5658 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5661         if it is available.  (bug#5647)
5662
5663         * lpath.el: Suppress compiler warning for coding-system-from-name for
5664         Emacs 21 and XEmacs.
5665
5666 2010-03-14  Juri Linkov  <juri@jurta.org>
5667
5668         * hmac-def.el:
5669         * hmac-md5.el:
5670         * netrc.el: Fix keywords.
5671
5672 2010-02-26  Glenn Morris  <rgm@gnu.org>
5673
5674         * message.el (message-send-mail-function): Change the default, so that
5675         it inherits from a customized send-mail-function.  (Bug#5643)
5676
5677 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5678
5679         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5680         shell-command-to-string signals an error (bug#5299).
5681
5682 2010-02-24  Glenn Morris  <rgm@gnu.org>
5683
5684         * message.el (message-smtpmail-send-it)
5685         (message-send-mail-with-mailclient): Doc fixes.
5686
5687 2010-02-16  Glenn Morris  <rgm@gnu.org>
5688
5689         * message.el (message-default-mail-headers): Change the default value
5690         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5691
5692 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5695         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5696
5697 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5698
5699         * time-date.el (date-to-time): Doc fix (Bug#5408).
5700
5701 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5702
5703         * message.el (message-mail): Just pass yank-action on to message-setup.
5704         (message-setup): Handle (FUN . ARGS) form of yank-action.
5705         (message-with-reply-buffer, message-widen-reply)
5706         (message-yank-original): Handle non-buffer values of
5707         message-reply-buffer (Bug#4080).
5708         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5709
5710 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5711
5712         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5713         Fix typo in docstring.
5714
5715 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5716
5717         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5718         response.
5719
5720 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5723
5724         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5725
5726         * message.el (message-check-news-header-syntax): Protect against a
5727         string that `rfc822-addresses' returns when parsing fails.
5728
5729 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5732         (gnus-previous-char-property-change): New functions.
5733
5734         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5735
5736 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5737
5738         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5739         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5740
5741 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5742
5743         * message.el (message-exchange-point-and-mark): Rework last change to
5744         avoid using optional arg of exchange-point-and-mark, for backward
5745         compatibility.
5746
5747 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5748
5749         * message.el (message-exchange-point-and-mark):
5750         Call exchange-point-and-mark with an argument rather than setting
5751         mark-active by hand (Bug#5175).
5752
5753 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * nntp.el (nntp-service-to-port): Work for service expressed with
5756         numeric string; replace [:digit:] with [0-9] for XEmacs.
5757
5758 2009-12-17  Glenn Morris  <rgm@gnu.org>
5759
5760         * gnus-group.el (gnus-bug-group-download-format-alist):
5761         Change emacs entry to debbugs.gnu.org.  Bump :version.
5762
5763 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5766
5767 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * message.el (message-info): Explain why we use `Info-goto-node'.
5770
5771 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5774
5775 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5776
5777         * message.el (message-completion-in-region): New compatibility function.
5778         (message-expand-group): Use it.
5779
5780 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5783         with no unread article should be listed if the 2nd arg `predicate' is
5784         given.
5785
5786 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5789
5790 2009-11-29  Juri Linkov  <juri@jurta.org>
5791
5792         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5793         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5794         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5795
5796 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5797
5798         * sha1.el (sha1-string-external): default-directory "/" in case
5799         otherwise non-existent.  process-connection-type pipe for touch of
5800         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5801
5802 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5803
5804         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5805         it's comms related and sgml-mode.el has "comm" on that basis too.
5806
5807 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5810         containing tspecial characters if they have been already quoted.
5811
5812 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5813
5814         * dns-mode.el (auto-mode-alist): Purecopy string.
5815
5816 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5817
5818         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5819
5820 2009-10-24  Glenn Morris  <rgm@gnu.org>
5821
5822         * gnus-art.el (help-xref-stack-item): Define for compiler.
5823
5824 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5825
5826         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5827
5828 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5831
5832 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5835         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5836
5837 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5840         (gnus-overlays-in): New alias to overlays-in.
5841
5842         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5843         gnus-overlay-get, and gnus-delete-overlay.
5844         (gnus-summary-show-thread): Make it work as well for systems in which
5845         next-single-char-property-change is not available.
5846         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5847
5848         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5849         (gnus-overlay-get): New alias to extent-property.
5850         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5851
5852         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5853         SXEmacs.
5854
5855         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5856         SXEmacs.
5857
5858 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5861
5862 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5863
5864         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5865         and XEmacs that don't have `remove-overlays'.
5866
5867 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5868
5869         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5870         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5871         selective display.  Use overlays instead.
5872
5873 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5874
5875         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5876
5877 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5878
5879         * spam-stat.el (spam-stat-load): Fix typo in message.
5880
5881 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5882
5883         * dig.el (dig-invoke): Fix typo in docstring.
5884         (query-dig): Reflow docstring.
5885
5886 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5887
5888         * gnus-art.el (gnus-article-encrypt-body):
5889         * message.el (message-check-recipients):
5890         * mm-util.el (mm-codepage-setup):
5891         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5892         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5893
5894 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5895
5896         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5897         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5898         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5899         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5900         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5901
5902 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5903
5904         * dig.el: Add "Keywords: comm", as per net-utils.el.
5905
5906 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5907
5908         * dig.el (dig-mode): Use define-derived-mode.
5909
5910 2009-09-19  Glenn Morris  <rgm@gnu.org>
5911
5912         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5913
5914 2009-09-18  Glenn Morris  <rgm@gnu.org>
5915
5916         * gnus-diary.el (gnus-diary-check-message):
5917         * message.el (message-insert-formatted-citation-line):
5918         * nnbabyl.el (top-level):
5919         * nndiary.el (nndiary-schedule):
5920         Fix typos in condition-case handlers.
5921
5922 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5925         configuration that provides the sole article window in a frame;
5926         position point correctly after deleting a part.
5927
5928 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5929
5930         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5931         (spam-resolve-registrations-routine): Use it to unregister articles
5932         that change status.
5933
5934 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5937         with XEmacs.
5938         (parse-time-string-chars): Use it.
5939
5940 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * imap.el (imap-interactive-login): Better messages.
5943         (imap-open): Fix bug with renamed buffer on reconnect.
5944         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5945         for easier debugging and cleaner code.  On successful (guessed based on
5946         server capabilities) secondary authentication, set imap-state
5947         correctly.
5948         (imap-last-authenticator): Define imap-last-authenticator as a variable
5949         to avoid warnings.
5950
5951 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * nnrss.el (nnrss-request-article): Remove binding of
5954         default-enable-multibyte-characters that has gotten needless by
5955         the 2007-07-13 change in rfc2047-encode-message-header.
5956
5957         * mml.el (mml-insert-multipart): Error on the message header.
5958         (mml-insert-part): Error on the message header; position point at
5959         the end of a MIME tag.
5960
5961 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * time-date.el (autoload): Expand define-obsolete-function-alias into
5964         defalias and make-obsolete for old Emacsen that Gnus supports.
5965         (with-no-warnings): Define it for old Emacsen.
5966         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5967         is available.
5968         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5969         float-time is available; suppress compile warning for time-to-seconds.
5970
5971         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5972         (gnus-float-time): Alias to float-time if it exists.
5973
5974         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5975         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5976         float-time is available; suppress compile warning for time-to-seconds.
5977
5978         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5979         XEmacs.
5980
5981 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * imap.el (imap-message-map): Docstring fix.
5984
5985 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5988         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5989         Add the optional argument `encoding' that overrides the default.
5990
5991         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5992         mm-encode-buffer.
5993
5994 2009-09-04  Glenn Morris  <rgm@gnu.org>
5995
5996         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5997         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5998         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5999         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6000         * mm-util.el (mm-with-unibyte-current-buffer)
6001         (mm-find-buffer-file-coding-system):
6002         * yenc.el (yenc-decode-region): Use default-value rather than
6003         default-enable-multibyte-characters.
6004
6005 2009-09-03  Glenn Morris  <rgm@gnu.org>
6006
6007         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6008         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6009         than default-enable-multibyte-characters.
6010
6011 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6012
6013         * gnus-art.el (gnus-article-read-summary-keys):
6014         Fix gnus-buffer-configuration's value temporarily used.
6015
6016 2009-09-02  Glenn Morris  <rgm@gnu.org>
6017
6018         * gnus-util.el (gnus-float-time): New function.
6019         * gnus-delay.el (gnus-delay-article):
6020         * gnus-sum.el (gnus-thread-latest-date):
6021         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6022         * nnspool.el (nnspool-request-newgroups):
6023         Use gnus-float-time rather than time-to-seconds.
6024         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6025
6026         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6027         (gnus-header-subject-face, gnus-header-newsgroups-face)
6028         (gnus-header-name-face, gnus-header-content-face):
6029         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6030         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6031         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6032         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6033         (gnus-cite-face-11):
6034         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6035         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6036         (gnus-server-closed-face, gnus-server-denied-face)
6037         (gnus-server-offline-face):
6038         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6039         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6040         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6041         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6042         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6043         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6044         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6045         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6046         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6047         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6048         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6049         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6050         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6051         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6052         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6053         (gnus-summary-high-undownloaded-face)
6054         (gnus-summary-low-undownloaded-face)
6055         (gnus-summary-normal-undownloaded-face)
6056         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6057         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6058         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6059         (gnus-splash-face):
6060         * message.el (message-header-to-face, message-header-cc-face)
6061         (message-header-subject-face, message-header-newsgroups-face)
6062         (message-header-other-face, message-header-name-face)
6063         (message-header-xheader-face, message-separator-face)
6064         (message-cited-text-face, message-mml-face):
6065         * sieve-mode.el (sieve-control-commands-face)
6066         (sieve-action-commands-face, sieve-test-commands-face)
6067         (sieve-tagged-arguments-face):
6068         * spam.el (spam-face):
6069         Mark face aliases with "-face" in the name as obsolete.
6070
6071 2009-09-01  Glenn Morris  <rgm@gnu.org>
6072
6073         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6074         than goto-line.
6075
6076 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6079         Don't move point if the command is invoked inside the message header.
6080
6081 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6082
6083         * imap.el (imap-send-command): Simplify.
6084         (imap-wait-for-tag): point-max -> buffer-size.
6085
6086 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6087
6088         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6089         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6090         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6091         * nnir.el (nnir-swish-e-index-file):
6092         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6093         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6094         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6095         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6096         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6097         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6098
6099 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6102         Don't save excursion.
6103
6104 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * nnheader.el (nnheader-find-file-noselect):
6107         * mm-util.el (mm-insert-file-contents):
6108         Use (default-value 'major-mode) instead of default-major-mode.
6109
6110 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6113
6114 2009-08-26  Glenn Morris  <rgm@gnu.org>
6115
6116         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6117         than placing in files.el.
6118
6119 2009-08-25  Glenn Morris  <rgm@gnu.org>
6120
6121         * nnir.el (top-level): Don't require cl at run-time.
6122         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6123         Replace cl-function substitute with gnus-replace-in-string.
6124         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6125         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6126         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6127         simplified expansions.
6128
6129 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6130
6131         * dig.el (dig): Add autoload cookie.
6132
6133 2009-08-22  Glenn Morris  <rgm@gnu.org>
6134
6135         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6136         goto-line.
6137
6138 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6139
6140         * parse-time.el (parse-time-string-chars): Save match data.
6141
6142 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6143
6144         * parse-time.el (parse-time-string-chars): Compute using character
6145         classes, to handle non-ascii characters (Bug#3190).
6146
6147 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6150
6151         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6152         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6153         (gnus-mm-display-part, gnus-mime-display-single)
6154         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6155         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6156
6157         * gnus-sum.el
6158         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6159         (gnus-summary-move-article): Add expirable mark to articles copied or
6160         moved to group that has auto-expire turned on if the option is non-nil.
6161
6162 2009-07-24  Glenn Morris  <rgm@gnu.org>
6163
6164         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6165         Fix typo.  (Bug#3903)
6166
6167 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6170         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6171         that should not be used for draft articles.
6172         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6173         that has no concern in minor mode keys.
6174         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6175         Abolish.
6176
6177 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6180         article without making inquiry to a user for unknown encoding.
6181
6182         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6183         (nnmaildir--scan): Assume i-node and device number that file-attributes
6184         returns might be cons-cell.
6185
6186         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6187
6188         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6189
6190 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * auth-source.el: Remove docs now in auth.texi.  Don't use
6193         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6194         `auth-source-hide-passwords' and use them.
6195
6196 2009-07-15  Glenn Morris  <rgm@gnu.org>
6197
6198         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6199
6200 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6203         excessive whitespace from the default values of title and description.
6204
6205 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6208         mail-fetch-field to fetch Content-Description header in order to
6209         exclude newlines.
6210
6211 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6212
6213         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6214         format used by GnuPG 2.0.11.
6215
6216 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6219         to deleted part.
6220
6221 2009-05-30  David Engster  <dengste@eml.cc>
6222
6223         * nnmairix.el: Remove old documentation in the commentary block.
6224         (nnmairix-request-group): Do not update active file for nnml back ends.
6225         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6226         end so that overview files are ignored.
6227         (nnmairix-update-groups): Make updating the groups more robust by using
6228         marks.
6229         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6230         with dollar characters in message-id.
6231
6232 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6235         2008-12-25 in dns.el.
6236
6237 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6238
6239         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6240         could happen if the text is only composed of spaces and/or tabs.
6241
6242 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6243
6244         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6245         when sending a queued message to avoid extra mml tags.
6246
6247 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6250
6251 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6254         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6255         rmail-toggle-header for XEmacs;
6256         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6257
6258 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-dired.el: Remove autoload for gnus-setup-message.
6261         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6262         displaying Gnus logo; always use compose-mail.
6263
6264 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6267
6268 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6271         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6272         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6273         available.
6274         (gnus-nocem-epg-verify): New function.
6275
6276 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6279
6280 2009-02-15  Glenn Morris  <rgm@gnu.org>
6281
6282         * gnus-util.el (rmail-insert-rmail-file-header)
6283         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6284         autoloads.
6285         (rmail-default-rmail-file): Remove unnecessary declaration.
6286         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6287
6288 2009-02-14  Glenn Morris  <rgm@gnu.org>
6289
6290         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6291         variable (only used in gnus-util, which declares it anyway).
6292         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6293         which was only needed by gnus-art (changed to not use it any more).
6294         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6295         only used in gnus-util, which autoloads it itself.
6296         (rmail-update-summary): Fix autoload.
6297
6298         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6299         rather than rmail-output-to-rmail-file.
6300
6301 2009-02-07  Glenn Morris  <rgm@gnu.org>
6302
6303         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6304         autoload of function that no longer exists.
6305         (rmail-toggle-header): Declare.
6306         (message-forward-rmail-make-body): Handle mbox Rmail.
6307
6308 2009-01-31  Glenn Morris  <rgm@gnu.org>
6309
6310         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6311         2009-01-09 change.
6312
6313 2009-01-31  Dave Love  <fx@gnu.org>
6314
6315         * imap.el (imap-fetch-safe): Bind debug-on-error.
6316         (imap-debug): Add imap-fetch-safe.
6317
6318 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6319
6320         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6321         (auth-source-forget-all-cached): New convenience function.
6322         (auth-source-user-or-password): Accept list of modes or a single mode.
6323
6324         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6325         auth-source modes.
6326
6327         * netrc.el (netrc-machine-user-or-password): Use list of
6328         auth-source modes.
6329
6330         * nnimap.el (nnimap-open-connection): Use list of
6331         auth-source modes.
6332
6333         * nntp.el (nntp-send-authinfo): Use list of
6334         auth-source modes.
6335
6336 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6337
6338         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6339         now.
6340
6341 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6344         coding system in XEmacs; add a workaround for XEmacs.
6345
6346         * lpath.el: Fbind coding-system-aliasee.
6347
6348 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6351         of current-language-environment.
6352
6353 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6356         available at runtime.
6357
6358 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6361
6362 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6363
6364         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6365         the greatest positive fixnum value doesn't work under an XEmacs with
6366         bignum support; use the most-positive-fixnum constant instead,
6367         available since Emacs 21.1 with cl and XEmacs 21.1.
6368
6369 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6372         XEmacs gets not to work.
6373
6374 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-util.el (mm-coding-system-priorities): Allow the value like
6377         "Japanese (UTF-8)" of current-language-environment.
6378
6379 2009-01-09  Glenn Morris  <rgm@gnu.org>
6380
6381         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6382         with last-command-event.
6383
6384 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6387         in the doc string.
6388
6389         * message.el (message-fix-before-sending): Amend comment.
6390
6391 2009-01-08  Dave Love  <fx@gnu.org>
6392
6393         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6394
6395 2009-01-07  David Engster  <dengste@eml.cc>
6396
6397         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6398         simplified server definitions by converting it via
6399         gnus-server-to-method.
6400
6401 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6404         parameter's operands.
6405
6406 2009-01-06  David Engster  <dengste@eml.cc>
6407
6408         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6409         primary select method (for gnus-group-mark-article-as-read).
6410
6411 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6412
6413         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6414         `(gnus)Face', not `(gnus)X-Face'.
6415
6416 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mm-util.el (mm-ucs-to-char): New function.
6419
6420         * mm-url.el (mm-url-decode-entities): Use it.
6421
6422         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6423         unicode-to-char.
6424
6425 2009-01-05  Dave Love  <fx@gnu.org>
6426
6427         * time-date.el: Require cl for `declare'.
6428
6429 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6432         Dave Love.
6433
6434 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * message.el (message-fix-before-sending): Add `eight-bit' to
6437         illegible-text check.
6438
6439 2009-01-03  Michael Olson  <mwolson@gnu.org>
6440
6441         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6442         `headers' is nil.  This can occur if the IMAP server does not have
6443         permissions to read messages from a folder, but can write new messages
6444         to the folder.
6445         (nnimap-request-article-part): Do not insert `data' if it is nil.
6446
6447         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6448         characters which will confuse `read', so skip past them.
6449
6450 2009-01-01  Dave Love  <fx@gnu.org>
6451
6452         * imap.el (imap-string-to-integer): Fix typo.
6453         (imap-fetch-safe): New function.
6454         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6455
6456         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6457
6458         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6459         (imap-parse-greeting): Fix doc strings.
6460         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6461         (imap-parse-flag-list): Make messages unique.
6462         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6463
6464         * nnimap.el: Fix author email.
6465         (nnimap-split-rule): Add FIXME comment.
6466         (nnimap-debug): Fix doc string.
6467
6468 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6471
6472 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6475         nslookup if resolv.conf isn't available.
6476         (dns-query): Rename from query-dns.
6477         (dns-query-cached): Rename from query-dns-cached.
6478
6479 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6482         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6483         to check if those variables exist (first appeared in Emacs 18.50).
6484
6485 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * mm-util.el (mm-line-number-at-pos): New function.
6488
6489         * spam-report.el (spam-report-process-queue): Use it.
6490
6491 2008-12-24  David Engster  <dengste@eml.cc>
6492
6493         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6494         parameters that haven't existed as variables as buffer-local variables.
6495
6496 2008-12-23  Dave Love  <fx@gnu.org>
6497
6498         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6499         cadar.
6500
6501         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6502         imap-starttls-p.
6503         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6504
6505 2008-12-22  Dave Love  <fx@gnu.org>
6506
6507         * imap.el: Fix author email.  Doc fixes.
6508         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6509         reply.
6510
6511 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * spam-report.el (spam-report-gmane-max-requests): New constant.
6514         (spam-report-gmane-wait): New variable.
6515         (spam-report-gmane-ham, spam-report-gmane-spam)
6516         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6517         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6518         the server.
6519
6520         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6521         Add explanations.
6522
6523         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6524         nnheader-accept-process-output and nnheader-read-timeout if available.
6525         (pop3-movemail): Use it.
6526
6527         * message.el (message-check-news-body-syntax): Fix signature check if
6528         there's an attachment.
6529
6530 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mm-util.el: Add comments to the mm- emulating functions.
6533
6534 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6537         Reported by Stephen Berman <stephen.berman@gmx.net>.
6538
6539 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mm-util.el (mm-substring-no-properties): New function.
6542         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6543         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6544         (mm-string-to-multibyte): Doc fix.
6545
6546         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6547
6548 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * mml.el (mml-attach-file): Strip text properties from file name.
6551         (Bug#1574)
6552
6553 2008-12-16  Glenn Morris  <rgm@gnu.org>
6554
6555         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6556
6557 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6560         knows since the charset specified might be a bogus alias that
6561         mm-charset-synonym-alist provides.
6562
6563 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6566         "ISO_8859-1".
6567
6568         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6569
6570 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * mm-util.el (mm-charset-eval-alist):
6573         Define it before mm-charset-to-coding-system.
6574         (mm-charset-to-coding-system): Add optional argument `silent';
6575         define it before mm-charset-override-alist.
6576         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6577         default value if it can be used in Emacs currently running;
6578         silence mm-charset-to-coding-system.
6579
6580 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6583         `allow-override' which says whether to use `mm-charset-override-alist'.
6584         (rfc2047-decode-encoded-words): Use it.
6585
6586         * mm-util.el (mm-charset-override-alist): Fix custom type;
6587         add `(gb2312 . gbk)' to choices.
6588
6589 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6592         fast.
6593
6594         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6595
6596         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6597
6598 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6599
6600         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6601         on links.
6602
6603         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6604
6605 2008-12-03  Lute Kamstra  <lute@gnu.org>
6606
6607         * sha1.el: Remove leading * from docstrings of defcustoms,
6608         deffaces, defconsts and defuns.
6609
6610 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6613         users' addresses that don't have domain parts.
6614         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6615         rather than message-narrow-to-head since there will be the message
6616         header separator.
6617
6618 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6619
6620         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6621         since the result is inserted in a unibyte buffer anyway.
6622         (nnimap-demule-use-string-to-multibyte): Remove.
6623         (nnimap-demule): Alias it to mm-string-to-multibyte.
6624
6625 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6628         variable for debugging bug#464 and bug#1174.
6629         (nnimap-demule): Use it.
6630
6631 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6634         score calculation correctly.
6635
6636 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6637
6638         * message.el (message-send-mail): Just set the buffer to unibyte
6639         rather than use mm-with-unibyte-current-buffer which does a lot more.
6640         (message-send-mail-partially): Don't bother with
6641         mm-with-unibyte-current-buffer since it's already been made unibyte by
6642         message-send-mail.
6643
6644 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6647
6648 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6651
6652 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6655         require itself and to remove `with-no-warnings'.
6656
6657 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * starttls.el (starttls-any-program-available): Get the name of the
6660         available TLS layer program.
6661         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6662         well as the host name in the "opening" message.
6663
6664         * auth-source.el (auth-source-cache, auth-source-do-cache)
6665         (auth-source-user-or-password): Cache passwords and logins by default,
6666         allow override with `auth-source-do-cache'.
6667         (auth-source-forget-user-or-password): Allow users to remove cache
6668         entries if needed.
6669
6670 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6671
6672         * md4.el (md4-buffer): Fix typo in docstring.
6673         (md4, md4-64): Doc fixes.
6674         (md4-pack-int32): Reflow docstring.
6675
6676 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6677
6678         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6679         condition-case to only the forward-sexp call.
6680
6681 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6684         quotes contained.  Make it more robust regardless by an extra
6685         condition-case wrapper.
6686
6687 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6690
6691 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * nnml.el (nnml-request-expire-articles): Check if the function set to
6694         `nnmail-expiry-target' returns the symbol `delete'.
6695
6696         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6697
6698         * nnmail.el (nnmail-expiry-target): Fix custom type.
6699
6700 2008-10-02  Glenn Morris  <rgm@gnu.org>
6701
6702         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6703         Silence compiler warning.
6704
6705 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6706
6707         * tls.el (open-tls-stream): Show the actual command being
6708         executed, instead of the format string.
6709
6710 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * lpath.el: Fbind codepage-setup for Emacs 23.
6713
6714 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6715
6716         * mml.el (mml-menu): Don't assume mml2015 is bound.
6717
6718 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6721         exists.
6722
6723 2008-09-27  Glenn Morris  <rgm@gnu.org>
6724
6725         * gnus-util.el (mail-header-remove-comments): Autoload it.
6726
6727 2008-09-27  Andreas Schwab  <schwab@suse.de>
6728
6729         * gnus-util.el (gnus-split-references): Strip comments.
6730         (gnus-parent-id): Likewise.
6731
6732 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * message.el (message-confirm-send): Fix version.
6735
6736 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * message.el (message-idna-to-ascii-rhs-1): Use
6739         mail-extract-address-components rather than mail-header-parse-addresses
6740         that is an alias by default to ietf-drums-parse-addresses that does not
6741         support non-ASCII names in headers' contents.
6742
6743 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6744
6745         * message.el (message-confirm-send): Fix variable documentation to
6746         avoid the "y/n" wording.
6747
6748 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6749
6750         * message.el (message-set-auto-save-file-name): Save to a different
6751         filename so multiple messages (especially drafts) can be recovered.
6752
6753 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6754
6755         * message.el (message-confirm-send): Add appropriate version.
6756
6757 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6760         defvar.
6761
6762 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6763
6764         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6765         (mm-pkcs7-enveloped-magic): Ditto.
6766
6767 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6768
6769         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6770         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6771
6772 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6775         default, it's better.
6776
6777 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6780         summary line gnus-number property and ignore them (with a warning
6781         message).
6782
6783 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6786         macro caddr in the interactive form since it won't be expanded.
6787
6788 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6791         `charset'; fix name of function called recursively.
6792         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6793
6794 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6797         (gnus-mime-set-charset-parameters): New function.
6798         (gnus-mime-view-part-as-charset): Use it to correctly display part
6799         specifying wrong charset.
6800
6801 2008-09-08  David Engster  <dengste@eml.cc>
6802
6803         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6804         in completing-read for back end server.
6805
6806 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * message.el (message-confirm-send): New variable to confirm sending a
6809         message.
6810         (message-send): Use it.
6811
6812 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6815
6816 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6819
6820 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6821
6822         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6823         prevent tracking too many groups.
6824         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6825         Use it.
6826
6827 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6828
6829         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6830         moving point to the bottom of the window in order to avoid recentering.
6831
6832 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6835
6836         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6837         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6838         (gnus-article-beginning-of-window): Fix calculation.
6839
6840 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-msg.el (gnus-summary-supersede-article)
6843         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6844         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6845         message header.
6846
6847 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6848
6849         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6850         pending output coming after the status change.
6851
6852 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6853
6854         * message.el:
6855         * gnus-start.el:
6856         * gnus-registry.el: Remove VMS support.
6857
6858 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6861         macro.
6862         (rfc2104-hash): Use it.
6863
6864 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6867         (gnus-summary-sort-by-most-recent-date): New commands.
6868         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6869         and menu entries.
6870
6871 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6874         don't redisplay article for raw contents; remove plural articles stuff.
6875
6876         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6877         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6878         on gnus-summary-save-article; display results properly.
6879
6880 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * lpath.el: No need to fbind ns-focus-frame.
6883
6884 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6887
6888 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-summary-save-in-pipe):
6891         Consider gnus-save-all-headers.
6892
6893 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6894
6895         * gnus-util.el (ns-focus-frame): Remove declaration.
6896         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6897         like x.
6898
6899 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6900
6901         * rfc2104.el (rfc2104-zero): Delete defconst.
6902         (rfc2104-hex-alist): Likewise.
6903         (rfc2104-hex-to-int): Delete func.
6904         (rfc2104-hexstring-to-bitstring): Likewise.
6905         (rfc2104-nybbles): New defconst.
6906         (rfc2104-hash): Rewrite for speed.
6907
6908 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * tls.el (open-tls-stream): Make it work with the 2nd argument
6911         BUFFER that is a string but does not exist as a buffer object, as
6912         mentioned in the doc-string.
6913
6914 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6917         SXEmacs.
6918
6919 2008-07-16  Glenn Morris  <rgm@gnu.org>
6920
6921         * gnus-util.el (ns-focus-frame): Declare for compiler.
6922
6923 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6926         set as a group parameter.
6927         (gnus-summary-save-in-pipe): Work when it is called independently.
6928         (gnus-summary-pipe-to-muttprint): Don't modify
6929         gnus-summary-pipe-output-default-command.
6930
6931 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6932
6933         * message.el (message-send-mail-with-sendmail):
6934         Display the error message.
6935
6936 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-art.el (gnus-default-article-saver):
6939         Add gnus-summary-save-in-pipe to choices.
6940         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6941         gnus-summary-pipe-output-default-command as the default command.
6942         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6943         instead of gnus-last-shell-command.
6944
6945         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6946         New user option.
6947         (gnus-summary-muttprint-program): Mention the value will be changed.
6948         (gnus-summary-save-article): Force showing of all headers.
6949         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6950
6951 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6952
6953         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6954
6955 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6956
6957         * nnimap.el (nnimap-id):
6958         * sieve-manage.el (sieve-manage-open): Doc fixes.
6959
6960 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6961
6962         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6963         if available.
6964
6965 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6966
6967         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6968
6969         * nnkiboze.el (nnkiboze-generate-group):
6970         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6971
6972         * nnmairix.el: Require CL.
6973
6974 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * dgnushack.el: Autoload get-display-table and put-display-table for
6977         XEmacs 21.5.
6978
6979         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6980         21.4 and SXEmacs.
6981
6982 2008-06-15  David Engster  <dengste@eml.cc>
6983
6984         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6985
6986 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6987
6988         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6989         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6990         runtime choice under XEmacs.
6991
6992         * gnus-sum.el (gnus-summary-set-display-table):
6993         Use `gnus-put-display-table', `gnus-get-display-table',
6994         `gnus-set-display-table' for the display table, instead of `aset'.
6995
6996         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6997         Use `gnus-put-display-table', `gnus-get-display-table',
6998         `gnus-set-display-table' for the display table.
6999
7000 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * nnmairix.el: Add autoloads.
7003
7004 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * nnmairix.el (nnmairix-delete-recreate-group)
7007         (nnmairix-update-and-clear-marks): Fix error messages.
7008
7009 2008-06-14  David Engster  <dengste@eml.cc>
7010
7011         * nnmairix.el: Upgrade to version 0.6.
7012         (nnmairix-group-toggle-propmarks-this-group)
7013         (nnmairix-group-toggle-readmarks-this-group)
7014         (nnmairix-group-delete-recreate-this-group)
7015         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7016         (nnmairix-remove-tick-mark-original-article): New commands.
7017         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7018         (nnmairix-propagate-marks-to-nnmairix-groups)
7019         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7020         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7021         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7022         functions needed for marks propagation and manipulation of read marks.
7023         (nnmairix-update-groups): New function.
7024         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7025         (nnmairix-determine-original-group-from-registry)
7026         (nnmairix-determine-original-group-from-path)
7027         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7028         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7029         New helper functions.
7030         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7031         keystrokes for new commands.
7032         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7033         (nnmairix-request-group): Check allow-fast group parameter.
7034         (nnmairix-request-create-group): Set allow-fast group parameter if
7035         nnmairix-allowfast-default is set.
7036         (nnmairix-close-group): Propagate marks upon closing if needed.
7037         (nnmairix-group-toggle-threads-this-group): Use new.
7038         nnmairix-group-toggle-parameter helper function.
7039         (nnmairix-search): Better check for empty search result.
7040         (nnmairix-goto-original-article): Use new helper functions for
7041         determining original article.
7042         (nnmairix-show-original-article): Make sure message-id is in brackets.
7043         (nnmairix-call-mairix-binary): Change variable name.
7044         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7045         helper function.
7046         (nnmairix-widget-toggle-activate): Fix doc string.
7047
7048 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnir.el: Require edmacro when compiling with XEmacs.
7051         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7052         available in Emacs 21.
7053
7054 2008-06-11  Glenn Morris  <rgm@gnu.org>
7055
7056         * gnus-util.el (x-focus-frame):
7057         * gnus.el (image-size):
7058         * mm-decode.el (image-size): Declare.
7059
7060         * gnus-picon.el (declare-function): Add compat definition.
7061         (image-size): Declare.
7062
7063         * gnus-group.el (tool-bar-map):
7064         * gnus-sum.el (tool-bar-map): Define for compiler.
7065
7066         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7067
7068         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7069
7070         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7071         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7072         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7073         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7074         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7075         * sieve-manage.el, spam-report.el, spam.el:
7076         Remove unnecessary eval-and-compile of autoloads.
7077
7078 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7079
7080         * auth-source.el: Precise Tramp doc.
7081
7082 2008-06-07  Glenn Morris  <rgm@gnu.org>
7083
7084         * nnmairix.el: Remove unnecessary eval-when-compile.
7085
7086 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * lpath.el: Fbind propertize for XEmacs 21.4.
7089
7090 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * nnir.el: Move here from ../contrib.
7093
7094 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7095
7096         * gnus-util.el (gnus-read-shell-command): New function.
7097         * mm-decode.el (mm-pipe-part):
7098         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7099
7100 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7103
7104 2008-06-03  Glenn Morris  <rgm@gnu.org>
7105
7106         * pop3.el (nnheader-accept-process-output): Autoload it.
7107
7108 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7111         are not 2-digit hexadecimal characters that follow `%'s.
7112
7113 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * message.el (message-bogus-recipient-p): Fix type in doc string.
7116         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7117         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7118         Improve custom options.
7119         (message-bogus-recipient-p): Adjust accordingly.
7120
7121 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7122
7123         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7124         long-form month and day names.
7125
7126 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * dgnushack.el: Autoload debug, eudc-expand-inline and
7129         pgg-snarf-keys-region for XEmacs.
7130
7131         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7132
7133         * nnmairix.el: Require edmacro when compiling with XEmacs.
7134
7135 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7138         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7139
7140 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * auth-source.el: Add more docs.
7143
7144         * netrc.el (netrc-machine): Always match if the port is not given.
7145
7146 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7149         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7150         retrieval faster in some cases, but might make CPU usage larger.
7151         If this has any bad side effects, we might revert this change.
7152
7153         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7154         seems to make mail retrieval much, much faster.
7155         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7156         unconditionally.
7157
7158         * gnus-draft.el (gnus-group-send-queue):
7159         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7160
7161 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7164
7165         * message.el (message-bogus-address-regexp): Fix and improve custom
7166         type.
7167         (message-setup-hook): Add message-check-recipients as custom option.
7168
7169 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * message.el (message-cite-function): Remove bogus autoload which crept
7172         in during merge from v5-10.
7173
7174 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7177
7178         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7179
7180         * auth-source.el: Preliminary Tramp docs.
7181         (auth-sources): Change the default auth-sources to use
7182         EPA .gpg files.
7183
7184 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * nntp.el: Autoload `auth-source-user-or-password'.
7187         (nntp-send-authinfo): Use it.
7188
7189         * nnimap.el: Autoload `auth-source-user-or-password'.
7190         (nnimap-open-connection): Use it.
7191
7192         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7193         for the gnus-message function.
7194         (auth-source-user-or-password): Use it.
7195
7196 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7197
7198         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7199         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7200         (rfc2104-hash): Use it.
7201
7202 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7203
7204         * gnus-art.el (gnus-article-toggle-truncate-lines):
7205         Don't use `iff' in docstring.
7206
7207 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7210
7211         * gnus-util.el (gnus-extract-address-component-name)
7212         (gnus-extract-address-component-email): Convenience functions around
7213         `gnus-extract-address-components'.
7214
7215         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7216         Use `gnus-extract-address-component-email' to fix bug of comparing full
7217         sender name to `user-mail-address'.
7218
7219 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7222         catch/throw to optimize.
7223         (gnus-registry-find-keywords): Just use member to find a keyword.
7224
7225 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7226
7227         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7228         is current before calling gnus-server-prepare.
7229         (gnus-server-setup-buffer, gnus-server-update-server)
7230         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7231
7232 2008-05-04  Juri Linkov  <juri@jurta.org>
7233
7234         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7235         (mailcap-file-default-commands): Use mailcap-replace-in-string
7236         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7237         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7238
7239 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7240
7241         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7242
7243 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7244
7245         * gnus.el: Bump version to 0.11.
7246
7247 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7248
7249         * gnus.el: No Gnus v0.10 is released.
7250
7251 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7254         hooks.
7255         (gnus-update-read-articles): Speed up non-marks-using users.
7256         (gnus-use-marks): Define gnus-use-marks.
7257         (gnus-propagate-marks): Rename variable to something more sensible.
7258
7259 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7260
7261         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7262         (gmm-image-load-path-for-library): Fix typos in docstrings.
7263         (gmm-message): Reflow docstring.
7264
7265 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * mail-source.el (mail-source-set-1, mail-source-bind):
7268         Move auth-source code out of the macro to clean it up and fix bugs.
7269
7270 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7273         by sender if it's equal to user-mail-address, it's likely to be
7274         useless.
7275
7276         * mail-source.el (mail-source-bind): Don't use user or password if they
7277         are not bound.  Unintern them if they are nil.  Don't use server unless
7278         it's bound, and default it to empty string otherwise.
7279
7280 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * mail-source.el: Load auth-source.el.
7283         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7284         get user name or password, if auth-sources is set up.
7285
7286         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7287         strategy of splitting with parent.
7288         (gnus-registry-split-fancy-with-parent)
7289         (gnus-registry-post-process-groups): Use it and fix prior
7290         bug (returning a list as the split result).
7291
7292         * auth-source.el (auth-sources): Remove server parameter.
7293         (auth-source-pick, auth-source-user-or-password)
7294         (auth-source-user-or-password-imap)
7295         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7296         (auth-source-user-or-password-sftp)
7297         (auth-source-user-or-password-smtp): Remove server parameter.
7298
7299 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7300
7301         * smime.el (smime-sign-region, smime-encrypt-region)
7302         (smime-decrypt-region):
7303         Remove redundant calls to `generate-new-buffer-name'.
7304
7305 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7306
7307         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7308         Don't use QP for message/rfc822.
7309         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7310
7311 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         * sieve-manage.el (sieve-string-bytes): Remove.
7314         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7315         correct byte-length only if the process's coding-system is the same as
7316         the one used internally by Emacs to represent strings.
7317
7318 2008-04-22  Juri Linkov  <juri@jurta.org>
7319
7320         * mailcap.el (mailcap-file-default-commands): New function.
7321
7322 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * message.el (message-signature-separator, message-cite-function):
7325         Change custom version.
7326
7327 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7328
7329         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7330         commands.
7331         (tls-checktrust): Ditto.
7332
7333 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * mm-decode.el (mm-display-external): Make temp file read-only.
7336
7337 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7340         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7341         `C-c C-f d'.
7342
7343 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7344
7345         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7346
7347 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * gnus.el: Bump version to 0.9.
7350
7351 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gnus.el: No Gnus v0.8 is released.
7354
7355 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7356
7357         * mail-source.el (mail-source-value):
7358         Prefer fboundp to functionp so it works with macros as well.
7359
7360 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7361
7362         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7363         Fix last change in case the element is not even a symbol.
7364
7365 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7368         Prefer fboundp to functionp so it works with macros as well.
7369
7370 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * auth-source.el: Add docs.
7373         (auth-sources): Modify format to support server.
7374         (auth-source-pick, auth-source-user-or-password)
7375         (auth-source-user-or-password-imap)
7376         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7377         (auth-source-user-or-password-sftp)
7378         (auth-source-user-or-password-smtp): Add server parameter.
7379
7380 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * gnus-registry.el: Initialize the registry when gnus-registry-install
7383         is t.
7384
7385 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * compface.el (uncompface): Make buffer unibyte.
7388
7389 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * mail-source.el (mail-source-value):
7392         Prefer fboundp to functionp so it works with macros as well.
7393
7394 2008-04-05  Glenn Morris  <rgm@gnu.org>
7395
7396         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7397
7398 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7399
7400         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7401         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7402
7403         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7404         multibyteness after rather than before erasing it.
7405
7406         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7407         mm-with-multibyte.
7408         (gnus-request-article-this-buffer): Make sure the proper decoding is
7409         used if gnus-original-article-buffer happens to be unibyte.
7410
7411         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7412         default-enable-multibyte-characters.
7413
7414         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7415         default-enable-multibyte-characters.
7416
7417         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7418
7419         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7420
7421 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7422
7423         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7424         Fix last change in case the element is not even a symbol.
7425
7426 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7427
7428         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7429         (imap-message-copyuid-1): Use it.
7430         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7431         J. Williams in
7432         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7433
7434         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7435         imap-enable-exchange-bug-workaround.
7436         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7437
7438 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7439
7440         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7441         a 100 byte status-checks into a 2-3MB transfer for each group.
7442         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7443         to enable bug workaround or not.
7444         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7445
7446 2008-03-31  Glenn Morris  <rgm@gnu.org>
7447
7448         * message.el (mml2015-use): Declare for compiler.
7449         (message-info): Require mml2015 when appropriate.
7450
7451 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7454         whitespace.
7455
7456 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7457
7458         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7459         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7460         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7461         (nntp-service-to-port): New function.
7462         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7463         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7464         (nntp-open-netcat-stream): New function.
7465         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7466
7467 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7468
7469         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7470
7471 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7472
7473         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7474
7475 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7476
7477         * dns.el (dns-write): Use set-buffer-multibyte.
7478
7479 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7480
7481         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7482
7483 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * message.el (message-signature-separator): Change default.
7486         Improve custom type.
7487         (message-cite-function): Change default to
7488         message-cite-original-without-signature.
7489
7490         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7491         toggle.
7492
7493         * message.el (message-check-news-body-syntax): Fix signature check.
7494         (message-setup-1): Mark buffer as unmodified _after_ running
7495         message-setup-hook and handling message-alternative-emails.
7496         (message-shorten-references): Be more strict when building list of
7497         valid references to comply with GNKSA.
7498
7499         * gnus-group.el (gnus-read-ephemeral-bug-group)
7500         (gnus-read-ephemeral-debian-bug-group)
7501         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7502
7503         * message.el (message-info): Don't use booleanp which isn't supported
7504         in Emacs 21 and XEmacs.
7505
7506 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7509         gnus-group-gmane-group-download-format.
7510         (gnus-group-read-ephemeral-gmane-group): Rename from
7511         gnus-group-read-ephemeral-gmane-group.
7512         (gnus-read-ephemeral-gmane-group-url): Rename from
7513         gnus-group-read-ephemeral-gmane-group-url.
7514         (gnus-bug-group-download-format-alist): New variable.
7515         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7516         (gnus-read-ephemeral-emacs-bug-group): New commands.
7517
7518 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7521         (gnus-visible-headers): Improve custom type.
7522
7523 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * mml.el (mml-menu): Add workarounds for XEmacs.
7526
7527         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7528         X-Boundary header.
7529
7530         * message.el (message-simplify-recipients): Fix previous commit.
7531
7532 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7533
7534         * mm-util.el (mm-set-buffer-multibyte): New function.
7535         * mm-decode.el (mm-copy-to-buffer): Use it.
7536
7537         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7538         Prefer fboundp to functionp so it works with macros as well.
7539
7540 2008-03-19  Glenn Morris  <rgm@gnu.org>
7541
7542         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7543         Accidentally removed in the sync process with Emacs.
7544
7545 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * message.el (message-alter-recipients-discard-bogus-full-name):
7548         New function.
7549         (message-alter-recipients-function): New variable.
7550         (message-get-reply-headers): Use it.
7551         (message-replace-header): New helper function.
7552         (message-recipients-without-full-name): New variable.
7553         (message-simplify-recipients): New command.
7554
7555         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7556
7557         * message.el (message-info): Handle EasyPG manual.
7558
7559         * mml.el (mml-menu): Add entry for EasyPG.
7560
7561 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7562
7563         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7564         parameter.
7565
7566         * message.el (message-disassociate-draft): Specify drafts group name
7567         fully.
7568
7569 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7572         Eliminate unnecessary duplicates from the match list.
7573
7574 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7577
7578         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7579
7580         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7581         args of `how-many' of which the XEmacs version doesn't take; declare
7582         Info-index-next as function.
7583
7584 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * gnus-score.el (gnus-score-headers): Fix handling of
7587         gnus-inhibit-slow-scoring.
7588
7589         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7590         string.
7591         (gnus-button-url-regexp): Improve handling of parenthesis.
7592         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7593         (gnus-button-handle-info-keystrokes): Handle index entries.
7594
7595 2008-03-15  Glenn Morris  <rgm@gnu.org>
7596
7597         * parse-time.el (parse-time-string): Simplify.
7598
7599 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7602         Incoming* files.
7603
7604 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * auth-source.el (auth-sources): Rename from auth-source-choices.
7607         (auth-source-pick): Use it.
7608
7609 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7610
7611         * binhex.el (binhex-decode-region-internal):
7612         * uudecode.el (uudecode-decode-region-internal):
7613         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7614         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7615         setting default-enable-multibyte-characters.
7616
7617 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * auth-source.el (auth-source-protocols)
7620         (auth-source-protocols-customize, auth-source-choices): Add and
7621         modified variable customizations and defaults.
7622         (auth-source-pick, auth-source-user-or-password)
7623         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7624         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7625         (auth-source-user-or-password-sftp)
7626         (auth-source-user-or-password-smtp): Use new variables and provide an
7627         interface to netrc.el.
7628
7629 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7632         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7633         Make sure the nntp port to specify is a string.
7634
7635 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7636
7637         * nntp.el: Use with-current-buffer.
7638         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7639         dubious mm-with-unibyte-current-buffer.
7640         (nntp-with-open-group-function): New function extracted from
7641         nntp-with-open-group macro.
7642         (nntp-with-open-group): Use the function, so it's easier to debug.
7643         Add indentation and debugging info.
7644         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7645         Recommend the use of the netcat alternatives.
7646
7647         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7648         Avoid mm-string-as-multibyte as well.
7649
7650         * nnweb.el (nnweb-insert-html):
7651         Remove use of nnheader-string-as-multibyte.
7652
7653         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7654         (nnheader-string-as-multibyte): Remove.
7655
7656         * mm-view.el: Use inhibit-read-only.
7657         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7658         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7659         or unibyte-string.
7660
7661         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7662         (mm-uu-yenc-extract): Use with-current-buffer.
7663
7664         * gnus-soup.el (gnus-soup-send-packet): Don't use
7665         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7666
7667         * nnmh.el: Use with-current-buffer.
7668         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7669         mm-string-as-multibyte on the output of mm-encode-coding-string.
7670
7671         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7672         (nnimap-request-move-article): Use with-current-buffer.
7673
7674         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7675         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7676         conversion uses string-make-unibyte rather than string-as-unibyte.
7677
7678         * gnus-msg.el: Use with-current-buffer.
7679
7680         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7681
7682 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7683
7684         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7685         string for caching if it is 'PIN.
7686
7687 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * lpath.el: Consider the case without Emacs/W3.
7690
7691 2008-03-08  Glenn Morris  <rgm@gnu.org>
7692
7693         * time-date.el (date-to-time, time-subtract, time-add)
7694         (safe-date-to-time): Doc fixes.
7695
7696 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * mail-source.el (mail-source-delete-old-incoming-confirm):
7699         Change default to nil.
7700         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7701
7702 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * lpath.el: Rearrange.
7705
7706         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7707         (gnus-article-goto-prev-page): Work for articles having ^L's.
7708
7709         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7710
7711         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7712
7713 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7714
7715         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7716         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7717         (gnus-bookmark-jump): Adjust some variable names.
7718
7719 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7720
7721         * auth-source.el: New package.
7722         (auth-source-choices): Add customization entry point variable.
7723
7724         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7725         bug.
7726
7727 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7730         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7731         (gnus-registry-install-shortcuts): Rename from
7732         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7733         the `gnus-registry-mark-map' keymap dynamically from
7734         `gnus-registry-marks'.  The generated functions update the summary line
7735         when a registry mark is added or deleted, and will call
7736         `gnus-registry-install-p' (see the comments in the code).
7737         (gnus-registry-user-format-function-M): Use concat intelligently.
7738
7739         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7740         the registry mark functions.
7741
7742 2008-03-05  Glenn Morris  <rgm@gnu.org>
7743
7744         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7745         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7746         gnus-art.
7747         (top-level): No need to load own source when compiling.
7748
7749 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7752         Suggested by <chris.anderton@zetnet.co.uk>.
7753
7754 2008-03-04  Glenn Morris  <rgm@gnu.org>
7755
7756         * gnus-sum.el (top-level): No need to require gnus when compiling,
7757         since unconditionally required near start of file.
7758         (gnus-summary-display-while-building): Move definition before use.
7759
7760 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7761
7762         * gnus-registry.el (gnus-registry-user-format-function-M):
7763         Add formatting function.
7764
7765 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7766
7767         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7768         with plists.
7769         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7770         Use new format.
7771
7772 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7775         `where-is-internal' that returns a range of key sequences.
7776
7777 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7778
7779         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7780
7781         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7782         (gnus-summary-jump-to-group): Consider windows on other displayed
7783         frames as well.  Similar changes might be needed elsewhere, but that's
7784         the one I've bumped into during my use.
7785
7786         * nndoc.el (nndoc-oe-dbx-type-p):
7787         * gnus-msg.el (gnus-debug):
7788         * gnus-group.el (gnus-update-group-mark-positions):
7789         Use mm-string-to-multibyte.
7790
7791 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7794         doesn't handle NotDashEscaped.
7795
7796         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7797         (mml-dnd-attach-options): Fix typo in custom choice.
7798
7799         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7800         Change nndoc-article-type to mbox.
7801         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7802
7803         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7804         to nil, instead of html2text.
7805
7806         * imap.el (imap-debug): Add `imap-ping-server'.
7807
7808         * gnus-bookmark.el: Add FIXMEs.
7809
7810         * message.el (message-form-letter-separator)
7811         (message-send-form-letter-delay): New variables.
7812         (message-send-form-letter): Use them.  New command to send form
7813         letters.  Requested by Uwe Siart.
7814         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7815
7816 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * Update copyright years.
7819
7820 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         Sync from EMACS_22_BASE.
7823
7824         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7825
7826 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7827
7828         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7829         empty author.
7830
7831 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7832
7833         * gnus-registry.el (gnus-registry-marks): Add variable for
7834         customization of marks and their appearance.
7835         (gnus-registry-read-mark): Use it.
7836         (gnus-registry-do-marks): Add utility function to loop through
7837         `gnus-registry-marks'.
7838         (gnus-registry-install-shortcuts-and-menus): Add function to install
7839         shortcuts and menus.
7840         (gnus-registry-initialize): Use it.
7841         (gnus-registry-default-mark): Clarify documentation.
7842
7843 2008-02-29  Glenn Morris  <rgm@gnu.org>
7844
7845         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7846         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7847         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7848         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7849         Change defcustom :version from 23.0 to 23.1.
7850
7851 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7852
7853         * gnus-registry.el (gnus-registry-follow-group-p)
7854         (gnus-registry-post-process-groups): Add functions to aid registry
7855         splitting and improve logging.  Clarify behavior in function
7856         documentation.
7857         (gnus-registry-split-fancy-with-parent): Use them.
7858
7859 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         * gnus-art.el: Use with-current-buffer.
7862
7863 2008-02-27  David Engster  <dengste@eml.cc>
7864
7865         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7866         Express real group name in the response.
7867
7868 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7871         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7872         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7873         autoload gnus-registry-fetch-group when compiling.
7874         (nnmairix-request-group-with-article-number-correction):
7875         Remove unreferenced argument passed to nnmairix-call-backend.
7876
7877 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7880         (mm-uu-extract): Improve face for low color ttys.
7881         Reported by Sascha Wilde.
7882
7883 2008-02-27  Glenn Morris  <rgm@gnu.org>
7884
7885         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7886         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7887         variables to defconsts.  Convert comments to doc-strings.
7888         (nnmairix-last-server, nnmairix-current-server): Convert from free
7889         variables to defvars.  Convert comments to doc-strings.
7890         (gnus-registry-fetch-group): Autoload.
7891         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7892         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7893         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7894         caddr.
7895         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7896         nnmairix-request-group-with-article-number-correction call.
7897         (nnmairix-fast, nnmairix-group): New, less general names, for free
7898         variables passed from nnmairix-request-group to
7899         nnmairix-request-group-with-article-number-correction.  Declare.
7900         (nnmairix-request-group-with-article-number-correction):
7901         Use nnmairix-fast, nnmairix-group rather than fast, group.
7902
7903 2008-02-26  David Engster  <dengste@eml.cc>
7904
7905         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7906         version 0.5.
7907
7908 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7909
7910         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7911         instead of making an extra function call.  Don't add the current group
7912         to articles only when they have the group.  Use
7913         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7914         Reported by David <de_bb@arcor.de>.
7915
7916 2008-02-24  Miles Bader  <miles@gnu.org>
7917
7918         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7919         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7920         (mm-find-mime-charset-region):
7921         * mm-bodies.el (mm-encode-body):
7922         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7923
7924 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7927         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7928
7929 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * mail-source.el (mail-source-delete-incoming): Change default.
7932         Supplement doc string.
7933
7934         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7935
7936 2008-02-14  Glenn Morris  <rgm@gnu.org>
7937
7938         * time-date.el (format-seconds): New function.
7939
7940 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * nnmail.el (nnmail-message-id-cache-file): Derive from
7943         `gnus-home-directory'.
7944
7945 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7948         Document negative prefix.
7949
7950         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7951
7952 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * message.el (message-unsent-separator): Add the Exim bounce
7955         separator.
7956
7957 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7958
7959         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7960         list.
7961         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7962         recipient/signer list.
7963
7964 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * Makefile.in (datarootdir): Define.
7967         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7968         name that might contain whitespace.
7969
7970 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7973         fbound (Emacs 23 unicode), signal an error.
7974
7975 2008-02-08  Glenn Morris  <rgm@gnu.org>
7976
7977         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7978
7979 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7980
7981         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7982         ports to the calls to `netrc-machine-user-or-password' in addition to
7983         "imap" and "imaps".
7984
7985 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7986
7987         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7988
7989         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7990
7991 2008-02-01  Kenichi Handa  <handa@m17n.org>
7992
7993         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7994         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7995         (rfc2104-hash): Convert the result of concat to unibyte string.
7996
7997 2008-02-01  Dave Love  <fx@gnu.org>
7998
7999         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8000         coding-system-for-read.
8001         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8002
8003 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8006         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8007         <hanche@math.ntnu.no>.
8008
8009 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8012
8013         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8014
8015 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8016
8017         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8018         * message.el (message-beginning-of-line): Use featurep instead of bound
8019         tests in order to resolve conditionals at compile time.
8020
8021 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8022
8023         * mail-source.el (mail-sources): Add `group' choice.
8024
8025         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8026         parameter `in-group' to control into which group the articles go.
8027         Add treatment of `group' mail-source.
8028
8029 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8032
8033         * mm-decode.el (mm-dissect-buffer): Decode description.
8034
8035         * mml.el (mml-to-mime): Encode message header first.
8036
8037 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8040         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8041
8042         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8043         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8044
8045 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8046
8047         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8048
8049 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8052         prefix keys.
8053         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8054         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8055         gnus-xmas.el.
8056
8057         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8058         (gnus-xmas-article-describe-bindings): New function.
8059         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8060         gnus-xmas-article-describe-bindings.
8061
8062         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8063
8064 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8067         Add new variables for article mark management.
8068         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8069         list of extra data entries which, when present, will indicate that the
8070         article ID should not be trimmed from the registry.
8071         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8072         functions.
8073         (gnus-registry-read-mark): New function to read a mark name from the
8074         user.
8075         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8076         (gnus-registry-set-article-mark-internal): New functions to add and
8077         remove marks.
8078         (gnus-registry-get-article-marks): New function to show the marks for
8079         an article, or retrieve them for further use.
8080
8081 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8084         keys when no argument is given.
8085
8086 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * imap.el (imap-ping-server): New variable.
8089         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8090         (imap-ping-server): Minor doc string fixes.
8091
8092 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8093
8094         * imap.el (imap-ping-server): New function.
8095         (imap-opened): Call imap-ping-server.
8096
8097 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-sum.el (gnus-article-sort-by-random)
8100         (gnus-thread-sort-by-random): Fix doc strings.
8101         Reported by jidanni@jidanni.org.
8102
8103 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-art.el (gnus-article-describe-bindings): New function.
8106         (gnus-article-read-summary-keys): Use it.
8107         (gnus-article-mode-map): Bind `C-h b' to it.
8108
8109 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8112         XEmacs.
8113         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8114         Protect against non-character events.
8115
8116         * lpath.el: Fbind map-keymap for Emacs 21.
8117
8118 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8121         New command.
8122         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8123         instead of END.  Change name of the temp file.
8124         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8125         customizable.
8126
8127 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8130         bind `S W' to gnus-article-wide-reply-with-original; set default
8131         binding to gnus-article-read-summary-send-keys.
8132         (gnus-article-read-summary-keys): Fix the order of keys; display
8133         continuation keys correctly in the echo area; describe bindings
8134         correctly when keys end with `C-h'.
8135         (gnus-article-read-summary-send-keys): New function.
8136         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8137         Work for gnus-article-read-summary-send-keys; display continuation keys
8138         correctly in the echo area.
8139         (gnus-article-reply-with-original): Ignore prefix argument.
8140         (gnus-article-wide-reply-with-original): New function.
8141
8142         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8143         Emacs 21.
8144
8145 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8148         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8149
8150 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8153         (gnus-group-read-ephemeral-gmane-group): New command.
8154
8155 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8156
8157         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8158
8159 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * message.el (message-send-mail-function): Increase custom version.
8162
8163         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8164         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8165
8166 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8167
8168         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8169         for the cases where imap-authenticate is called with a nil buffer
8170         parameter.
8171
8172 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8175         html parts correctly; support forwarded messages.
8176         (gnus-article-browse-html-article): Remove work buffers.
8177
8178         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8179         compiling.
8180         (netrc-bound-and-true-p): New macro.
8181         (netrc-parse): Use it instead of bound-and-true-p that is not available
8182         in XEmacs 21.4.
8183
8184 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8185
8186         * gnus-registry.el (gnus-registry-mark-article)
8187         (gnus-registry-article-marks): Add functionality to mark articles
8188         through the Gnus registry.
8189
8190         * encrypt.el: Clarify documentation for the new pgg method.
8191         (encrypt-file-alist): Add PGG option.
8192         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8193         functionality.  Abstract password key and messaging to external
8194         functions.
8195         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8196         (encrypt-message-method-and-cipher): Add new convenience external
8197         functions.
8198         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8199         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8200
8201         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8202         (netrc-parse): Use encrypt-file-alist to determine if
8203         encrypt-find-model or encrypt-insert-file-contents should be used.
8204
8205         * encrypt.el: Clarify documentation.  Load password-cache or
8206         password, whichever one is found first, instead of autoloading.
8207
8208 2007-12-19  Glenn Morris  <rgm@gnu.org>
8209
8210         * mml.el (message-options-set, message-narrow-to-head)
8211         (message-in-body-p, message-mail-p, message-encode-message-body):
8212         Autoload.
8213         (message-remove-header, message-narrow-to-headers-or-head)
8214         (message-subscribed-p, message-make-mail-followup-to)
8215         (message-position-on-field, message-news-p)
8216         (message-options-set-recipient, message-generate-headers)
8217         (message-sort-headers): Declare as functions.
8218
8219 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8222         convention in doc string.
8223
8224 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8227         title to html parts.
8228         (gnus-article-browse-html-article): Pass message header to it.
8229
8230         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8231
8232 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8235         or password compatible with XEmacs.
8236
8237 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8240         format document.
8241         (gnus-mime-delete-part): Don't write description line if empty.
8242         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8243
8244 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8245
8246         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8247         (gnus-summary-mark-read-and-unread-as-read)
8248         (gnus-summary-mark-current-read-and-unread-as-read)
8249         (gnus-summary-mark-unread-as-ticked): Doc fix.
8250         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8251
8252 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8255         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8256
8257 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8260         yes-or-no-p.
8261
8262 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * mm-decode.el (mm-add-meta-html-tag): New function.
8265         (mm-save-part-to-file, mm-pipe-part): Use it.
8266
8267         * gnus-art.el (gnus-article-browse-delete-temp-files):
8268         Use gnus-y-or-n-p instead of y-or-n-p.
8269         (gnus-article-browse-html-parts): Work with message/external-body; use
8270         mm-add-meta-html-tag.
8271
8272 2007-12-11  Glenn Morris  <rgm@gnu.org>
8273
8274         * gnus-cache.el: Require gnus-sum not just when compiling.
8275
8276         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8277
8278         * gnus-int.el (gnus-server-opened, gnus-status-message):
8279         Move definitions before use.
8280
8281         * mm-decode.el: Require gnus-util.
8282         (mm-remove-part): Only call delete-annotation on XEmacs.
8283
8284         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8285
8286         * nnmail.el: Require gnus-int.
8287
8288         * spam.el: Move `require's before `eval-when-compile's.
8289
8290         * gnus-ems.el (gnus-alive-p):
8291         * gnus-fun.el (message-goto-eoh):
8292         * gnus-util.el (gnus-group-name-decode):
8293         * mail-source.el (gnus-compress-sequence):
8294         * message.el (Info-goto-node, format-spec):
8295         * mm-bodies.el (message-options-get):
8296         * mm-decode.el (mm-view-pkcs7):
8297         * mm-util.el (gmm-write-region):
8298         * mml-smime.el (mml-compute-boundary)
8299         (gnus-completing-read-with-default):
8300         * mml.el (widget-button-press, gnus-make-hashtable):
8301         * mml1991.el (mm-decode-content-transfer-encoding)
8302         (mm-encode-content-transfer-encoding)
8303         (message-options-get, message-options-set):
8304         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8305         * nnfolder.el (gnus-request-group):
8306         * nnheader.el (ietf-drums-unfold-fws):
8307         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8308         * smime.el (gnus-run-mode-hooks):
8309         * spam-stat.el (gnus-message): Autoload.
8310
8311         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8312         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8313         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8314         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8315         Add declare-function compatibility definition.
8316
8317         * gnus-cache.el (nnvirtual-find-group-art):
8318         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8319         (gnus-add-image, gnus-add-wash-type):
8320         * gnus-group.el (nnkiboze-score-file):
8321         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8322         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8323         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8324         (message-tokenize-header, gnus-get-buffer-create)
8325         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8326         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8327         * gnus.el (gnus-group-decoded-name):
8328         * mail-source.el (imap-capability):
8329         * mm-bodies.el (message-options-set):
8330         * mm-decode.el (gnus-configure-windows):
8331         * mm-extern.el (message-goto-body):
8332         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8333         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8334         (epg-sub-key-validity, message-options-set):
8335         * mml.el (widget-event-point, gnus-configure-windows):
8336         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8337         * mml2015.el (epg-check-configuration, epg-configuration)
8338         (message-options-set):
8339         * nndb.el (nndb-request-article):
8340         * nnfolder.el (gnus-request-create-group):
8341         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8342         * nnmaildir.el (gnus-group-mark-article-read):
8343         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8344         * rfc1843.el (message-fetch-field):
8345         * spam.el (gnus-extract-address-components):
8346         Declare as functions.
8347
8348 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8351
8352         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8353
8354         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8355         bind show-trailing-whitespace for XEmacs.
8356
8357 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8360         new no-op macro for backward compatibility.
8361
8362         * imap.el (imap-string-to-integer): New function.
8363
8364 2007-12-09  Glenn Morris  <rgm@gnu.org>
8365
8366         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8367
8368         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8369         * message.el, mm-view.el, sieve-manage.el, smime.el:
8370         Add declare-function compatibility definition.
8371
8372         * gnus-art.el (w3-region, w3m-region, Info-menu):
8373         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8374         * gnus-sum.el (gnus-get-predicate):
8375         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8376         * message.el (mail-abbrev-in-expansion-header-p):
8377         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8378         (w3m-detect-meta-charset, w3m-region):
8379         * sieve-manage.el (password-read, password-cache-add)
8380         (password-cache-remove):
8381         * smime.el (password-read-and-add): Declare as functions.
8382
8383 2007-12-08  David Kastrup  <dak@gnu.org>
8384
8385         * gnus-sum.el (gnus-summary-simplify-subject-query):
8386         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8387         `message'.
8388
8389 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8392         it to bind idna-program, installation-directory, defined-colors, and
8393         face-attribute for XEmacs of the version that compiles defcustom forms.
8394
8395 2007-12-07  Glenn Morris  <rgm@gnu.org>
8396
8397         * gnus-art.el (article-make-date-line): Revert previous change.
8398
8399 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8402
8403 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8404
8405         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8406         Call gnus-add-to-range ranges only once with a prepared article-list.
8407
8408 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8409
8410         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8411         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8412         group names with backslashes.
8413         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8414
8415 2007-12-06  Deepak Goel  <deego3@gmail.com>
8416
8417         * gnus-art.el (article-make-date-line):
8418         * gnus-start.el (gnus-load):
8419         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8420
8421 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (gnus-use-idna)
8424         * gnus-start.el (gnus-site-init-file)
8425         * message.el (message-use-idna)
8426         * mm-uu.el (mm-uu-hide-markers)
8427         * smiley.el (smiley-style): Revert changes that suppress warnings.
8428
8429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8432         specify charset to html source.
8433         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8434
8435 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8438         idna-program in order to suppress byte compile warning issued by XEmacs
8439         that came to byte compile the default value section of defcustom forms
8440         recently.
8441
8442         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8443         value of installation-directory.
8444
8445         * message.el (message-use-idna): Don't directly refer to the value of
8446         idna-program.
8447
8448         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8449
8450         * smiley.el (smiley-style): Don't directly call face-attribute.
8451
8452 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8455
8456         * gnus-dired.el: Reduce Gnus dependencies.
8457         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8458         Don't require.  Use autoloads instead.
8459         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8460         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8461         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8462         (gnus-dired-mode): Adjust doc string.
8463         (gnus-dired-mail-mode): New variable.
8464         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8465         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8466         (gnus-dired-mail-buffers): New function.  Return mail or message
8467         composition buffers.
8468         (gnus-dired-attach): Use it.
8469         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8470         NO-DECODE.
8471         (gnus-dired-print): Use `gnus-print-buffer' depending on
8472         `gnus-dired-mail-mode'.
8473
8474 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * rfc2047.el (rfc2047-encoded-word-regexp)
8477         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8478         explaining what regexp patterns are for.
8479
8480 2007-12-04  Glenn Morris  <rgm@gnu.org>
8481
8482         * password.el: Move to password-cache.el.
8483
8484         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8485         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8486         * mml-smime.el (password-read, password-cache-add)
8487         (password-cache-remove):
8488         No need to autoload, since mml-sec requires password.
8489
8490         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8491         * message.el (gnus-extract-address-components):
8492         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8493
8494         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8495         password.
8496
8497 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * mailcap.el: Reduce dependencies.
8500         (mail-header-parse-content-type): Autoload.
8501         (mailcap-delete-duplicates): New alias.
8502         (mailcap-mime-info): Add optional argument NO-DECODE.
8503         (mailcap-mime-types): Use mailcap-delete-duplicates.
8504
8505         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8506
8507 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8508
8509         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8510         (imap-parse-status): Upcase status-att for servers that sends them
8511         lower-case (e.g., MS Exchange 2007).
8512
8513 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8516         function.
8517
8518         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8519         (gnus-uu-yenc-article): New function.
8520
8521         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8522
8523         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8524
8525 2007-12-02  Glenn Morris  <rgm@gnu.org>
8526
8527         * binhex.el (binhex): New custom group.
8528         (binhex-decoder-program, binhex-decoder-switches)
8529         (binhex-use-external): Move to the binhex custom group.
8530
8531         * uudecode.el (uudecode): New custom group.
8532         (uudecode-decoder-program, uudecode-decoder-switches)
8533         (uudecode-use-external): Move to the uudecode custom group.
8534
8535         * netrc.el (top-level): Don't load `encrypt' features.
8536         (netrc-parse): Don't use encrypt.
8537         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8538
8539         * encrypt.el: Remove file.
8540
8541 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8544         matches on patches.
8545
8546         * gnus-art.el (gnus-article-browse-html-article):
8547         Mention `mm-text-html-renderer' in the doc string.
8548
8549         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8550         string.  Add comments.
8551
8552         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8553         if rhs is ASCII.
8554
8555 2007-12-01  Glenn Morris  <rgm@gnu.org>
8556
8557         * mail-source.el (top-level): Require format-spec before
8558         eval-when-compile.
8559
8560 2007-11-30  Glenn Morris  <rgm@gnu.org>
8561
8562         * encrypt.el: Require password, rather than autoloading password-read.
8563
8564 2007-11-29  Glenn Morris  <rgm@gnu.org>
8565
8566         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8567         (sasl-make-client, sasl-next-step, sasl-step-data)
8568         (sasl-step-set-data): Declare as functions.
8569
8570 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8573
8574 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8575
8576         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8577         certs should be verified and what is to be done in the event of a
8578         verification failure.
8579
8580         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8581         caller can indicate whether the cache should be disregarded for this
8582         call.  This way the result of the call is reproducible at all times and
8583         can be considered a canonical server name for the supplied method.
8584         (gnus-agent-method-p): Canonicalize server names by pushing their
8585         method through `gnus-method-to-server' using the no-cache argument.
8586
8587         * gnus-srvr.el (gnus-server-insert-server-line):
8588         Call `gnus-method-to-server' with `no-cache' argument.
8589
8590         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8591         gnus-agent-possibly-synchronize-flags as this should be called when the
8592         server is actually being opened.
8593         (gnus-agent-possibly-synchronize-flags)
8594         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8595         flags file of an agentized server to the latter function.
8596
8597         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8598         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8599         after a connection has been established successfully.
8600
8601 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-art.el (article-display-face): Force to display face if called
8604         interactively; check if gnus-article-x-face-too-ugly matches author.
8605         (article-display-x-face): Display face even if From header is missing
8606         as article-display-face does.
8607
8608 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8609
8610         * hashcash.el (message-narrow-to-headers-or-head)
8611         (message-fetch-field, message-goto-eoh)
8612         (message-narrow-to-headers): Declare as functions.
8613
8614 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * mail-source.el (mail-sources): Default to fetch from file for
8617         compatibility with default of nnmail-spool-file.
8618
8619 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8622         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8623         to look for encoded word that should be encoded again.
8624         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8625         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8626         encoding pattern.
8627         (rfc2047-decode-region): Switch strict regexp and loose one according
8628         to rfc2047-allow-irregular-q-encoded-words.
8629
8630 2007-11-25  Romain Francoise  <romain@orebokech.com>
8631
8632         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8633
8634 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * tls.el (tls-program): Provide more custom choices from
8637         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8638         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8639
8640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8643         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8644
8645         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8646         `nnmail-spool-file'.
8647
8648         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8649         `nnmail-spool-file'.
8650
8651         * gnus-move.el (gnus-change-server): Ditto.
8652
8653         * gnus-kill.el (gnus-batch-score): Ditto.
8654
8655         * gnus-cache.el (gnus-jog-cache): Ditto.
8656
8657         * gnus-msg.el (gnus-summary-reply):
8658         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8659
8660 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8663         version.  Minor improvement to doc strings.
8664         (tls-program): Add comment.
8665
8666 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8667
8668         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8669         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8670         mismatch between the hostname provided in the certificate and the name
8671         of the host connnecting to.
8672         (open-tls-stream): Use them.  Check certificates against trusted root
8673         certificates.
8674
8675 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * gnus-cache.el (gnus-cache-generate-nov-databases):
8678         Use nnml-generate-nov-databases-directory instead of
8679         nnml-generate-nov-databases-1.
8680
8681 2007-11-24  Glenn Morris  <rgm@gnu.org>
8682
8683         * message.el (message-tool-bar-retro): Update for rename
8684         mail_send.xpm->mail-send.xpm.
8685
8686 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8689         `smime-ldap-search' for Emacs 22 and up.
8690
8691 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8692
8693         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8694
8695         * message.el (message-send-mail-function): Fix error convention.
8696         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8697         (message-widen-reply, message-send-mail, message-talkative-question)
8698         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8699         (message-clone-locals, message-send-news): Use with-current-buffer.
8700         (message-insert-or-toggle-importance): Remove unused var `valid'.
8701         (message-make-references): Remove unused var `new-references'.
8702         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8703
8704 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8705
8706         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8707         (spam-split-symbolic-return-positive): Reflow docstring.
8708         (spam-backends, spam-summary-exit-behavior)
8709         (spam-mark-ham-unread-before-move-from-spam-group)
8710         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8711         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8712         (spam-clear-cache, spam-backend-check, spam-install-backend)
8713         (spam-install-statistical-backend, spam-list-of-processors)
8714         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8715         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8716         (spam-check-crm114, spam-initialize, spam-unload-hook):
8717         Fix typos in docstrings.
8718
8719 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8722         been checked if they have never been read and those group levels are
8723         higher than the one that a user specified.
8724
8725 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8728         foreign groups unless a group level is specified by a user.
8729         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8730
8731 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * message.el (message-send-mail-function): Require sendmail.
8734
8735 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * message.el (message-send-mail-function): Check for smtpmail too.
8738
8739         * utf7.el (utf7-encode, utf7-decode): Use coding system
8740         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8741
8742         * message.el (message-send-mail-function): New function.
8743         (message-send-mail-function): Set default using
8744         message-send-mail-function.  Adjust doc string.
8745         (message-send-mail-with-mailclient): New function.
8746
8747 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8748
8749         * smime.el (from):
8750         * rfc2047.el (message-posting-charset):
8751         * qp.el (mm-use-ultra-safe-encoding):
8752         * pop3.el (parse-time-months):
8753         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8754         * nnml.el (files):
8755         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8756         (jka-compr-compression-info-list, ange-ftp-path-format)
8757         (efs-path-regexp):
8758         * nndiary.el (files):
8759         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8760         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8761         (epg-digest-algorithm-alist, inhibit-redisplay)
8762         (password-cache-expiry):
8763         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8764         (pgg-output-buffer, password-cache-expiry):
8765         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8766         (efs-path-regexp):
8767         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8768         (inhibit-redisplay):
8769         * mm-uu.el (file-name, start-point, end-point, entry)
8770         (gnus-newsgroup-name, gnus-newsgroup-charset):
8771         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8772         (latin-unity-ucs-list):
8773         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8774         (mm-uu-binhex-decode-function):
8775         * message.el (gnus-message-group-art, gnus-list-identifiers)
8776         (rmail-enable-mime-composing, gnus-local-organization)
8777         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8778         (gnus-read-active-file, facemenu-add-face-function)
8779         (facemenu-remove-face-function, gnus-article-decoded-p)
8780         (tool-bar-mode):
8781         * mail-source.el (display-time-mail-function):
8782         * gnus-util.el (nnmail-pathname-coding-system)
8783         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8784         (gnus-original-article-buffer, gnus-user-agent)
8785         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8786         (xemacs-codename, sxemacs-codename, emacs-program-version):
8787         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8788         * gnus-start.el (gnus-agent-covered-methods)
8789         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8790         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8791         (gnus-newsgroup-headers, gnus-group-list-mode)
8792         (gnus-group-mark-positions, gnus-newsgroup-data)
8793         (gnus-newsgroup-unreads, nnoo-state-alist)
8794         (gnus-current-select-method, mail-sources)
8795         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8796         (nnmail-spool-file, gnus-cache-active-hashtb):
8797         * gnus-mh.el (mh-lib-progs):
8798         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8799         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8800         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8801         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8802         (gnus-group-buffer):
8803         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8804         (font-lock-set-defaults):
8805         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8806         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8807         (gnus-summary-post-menu, total-parts, type, condition, length):
8808         * gnus-agent.el (gnus-agent-read-agentview):
8809         * flow-fill.el (show-trailing-whitespace):
8810         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8811         eval-and-compile wrappers for byte compiler pacifiers.
8812
8813         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8814         (mm-display-inline-fontify): Check for featurep 'xemacs not
8815         extent-list.
8816
8817         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8818         itimer-list.
8819         (mm-create-image-xemacs): Only do something for XEmacs.
8820         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8821
8822         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8823
8824         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8825         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8826
8827 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8828
8829         * nnimap.el (nnimap-split-download-body):
8830         * gnus-demon.el (gnus-demon):
8831         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8832
8833 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8836         New macros.
8837         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8838         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8839         copy data from unibyte buffer to multibyte current buffer.
8840         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8841         to copy data from unibyte current buffer to multibyte buffer.
8842         (nntp-make-process-buffer): Make process buffer unibyte.
8843
8844         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8845
8846 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8847
8848         * pop3.el (pop3-open-server): Accept and process data more robustly at
8849         connexion start to avoid spurious "POP SSL connexion failed" errors.
8850
8851 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8854         read group names.
8855
8856 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8859
8860 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8863         (nnmail-save-active): Use a unibyte buffer when saving active file,
8864         which may contain non-ASCII group names.
8865
8866         * nnml.el (nnml-request-group): Decode group names in messages.
8867
8868 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * message.el (message-citation-line-function)
8871         (message-insert-formatted-citation-line): Fix spelling of
8872         `message-insert-formated-citation-line'.
8873
8874 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8877
8878 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8881         nnmail-pathname-coding-system.
8882
8883         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8884         that a user enters; decode group names in messages.
8885
8886         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8887
8888 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8891
8892         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8893
8894         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8895         risky local variable.
8896
8897         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8898
8899 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * encrypt.el: Improve documentation to fix function name typo.
8902         Reported by Daiki Ueno <ueno@unixuser.org>.
8903
8904 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8907         even if the point is not in the last page of an article.
8908         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8909         back to the previous page.
8910
8911 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8914
8915 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8918
8919 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8920
8921         * message.el (message-check-news-body-syntax):
8922         Avoid mm-string-as-multibyte.
8923         (message-hide-headers): Don't assume (point-min)==1.
8924
8925 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * message.el (message-remove-blank-cited-lines): Fix if remove is
8928         given.
8929         (message-bogus-address-regexp): New variable.
8930         (message-bogus-recipient-p): New function.
8931         (message-check-recipients): New command.
8932         (message-syntax-checks): Add `bogus-recipient'.
8933         (message-fix-before-sending): Add `bogus-recipient'.
8934
8935         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8936         (gnus-treat-body-boundary): Don't test window-system.
8937
8938 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8939
8940         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8941
8942 2007-10-28  Miles Bader  <miles@gnu.org>
8943
8944         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8945         at compile-time too.
8946
8947 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus-msg.el (gnus-message-setup-hook):
8950         Add `message-remove-blank-cited-lines' to options.
8951
8952 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-remove-blank-cited-lines): New function.
8955         Suggested by Karl Plästerer.
8956
8957 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8960         mapc.
8961
8962         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8963         (top-level): Use mapc to set functions to be traced for debugging.
8964
8965         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8966         called for effect with while loop.
8967
8968         * message.el (message-talkative-question): Replace mapcar called for
8969         effect with mapc.
8970
8971         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8972         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8973         called for effect with dolist.
8974
8975         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8976
8977         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8978         gnus-extra-headers and nnmail-extra-headers.
8979
8980         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8981         called for effect with dolist.
8982         (top-level): Use mapc to set functions to be traced for debugging.
8983
8984         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8985         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8986         dolist.
8987
8988         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8989         Replace mapcar called for effect with mapc.
8990         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8991         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8992         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8993         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8994
8995         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8996         remove-if that's a cl function.
8997
8998         * webmail.el (webmail-debug): Replace mapcar called for effect with
8999         dolist.
9000
9001         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9002         with mapc.
9003
9004 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9007         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9008         with while loop.
9009
9010         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9011         functions from article-* functions.
9012         (gnus-multi-decode-header): Replace mapcar called for effect with
9013         dolist.
9014
9015         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9016         (gnus-bookmark-show-details): Replace mapcar called for effect with
9017         while loop.
9018
9019         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9020         called for effect with while loop.
9021
9022         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9023         with dolist.
9024
9025         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9026         Replace mapcar called for effect with dolist.
9027
9028         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9029
9030         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9031         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9032         Replace mapcar called for effect with dolist.
9033         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9034         mapc.
9035
9036         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9037         Replace mapcar called for effect with dolist.
9038         (gnus-topic-list): Replace mapcar called for effect with mapc.
9039
9040         * gnus.el: Use mapc instead of mapcar to add autoloads.
9041
9042 2007-10-23  Richard Stallman  <rms@gnu.org>
9043
9044         * gnus-group.el (gnus-group-highlight): Mark as risky.
9045
9046 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus.el (gnus-server-to-method): Return method found first in
9049         gnus-newsrc-alist.
9050
9051         * gnus-art.el (gnus-article-highlight-signature)
9052         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9053         button overlay without the front stickiness.
9054
9055 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9056
9057         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9058         overview buffer needed a catch to receive its throw.
9059         (gnus-agent-flush-cache): Declare as interactive to make this function
9060         easier to use.
9061
9062 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9065         `next-line'.
9066
9067 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9070         exclude address matching message-dont-reply-to-names.
9071
9072 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-util.el (gnus-string<): New function.
9075
9076         * gnus-sum.el (gnus-article-sort-by-author)
9077         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9078
9079 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9082         the frame-focus tag is set in gnus-buffer-configuration.
9083
9084 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9087         the front stickiness.
9088
9089 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9092         url pattern; remove duplicate one.
9093         (gnus-article-extend-url-button): New function.
9094         (gnus-article-add-buttons): Use it.
9095         (gnus-button-push): Use concatenated url that it makes.
9096
9097 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9098
9099         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9100
9101 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9102
9103         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9104         Don't hardcode point-min==1.
9105
9106 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9109         Fix comment about "iso8859-1".
9110
9111 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9112
9113         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9114         ones returned from the verify-function.
9115
9116         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9117         Call mml2015-extract-cleartext-signature if extraction failed.
9118
9119 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9120
9121         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9122         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9123         failed.
9124
9125 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9128
9129 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9132         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9133         recommends to use EasyPG instead of PGG.
9134
9135         * pgg.el: Revert to revision 6.23.2.16.
9136
9137         * pgg-def.el: Revert to revision 6.6.2.14.
9138
9139         * pgg-gpg.el: Revert to revision 6.23.2.34.
9140
9141 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9142
9143         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9144         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9145         thread for both the null and zero (kill/expire thread) universal prefix
9146         cases.
9147         (gnus-summary-expire-thread): Add new function to expire a thread,
9148         using gnus-summary-kill-thread.
9149         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9150         shortcuts for gnus-summary-expire-thread.
9151         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9152         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9153
9154 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9155
9156         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9157         extras value, so an extras entry can be deleted.
9158         (gnus-registry-delete-extra-entry): Use it.
9159         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9160         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9161         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9162         storage through the gnus-registry, and provide an appropriate API for
9163         it.
9164
9165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9168         Suggested by Leo <sdl.web@gmail.com>.
9169
9170         * gnus.el: Do.
9171
9172 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9175         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9176
9177         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9178
9179         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9180         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9181
9182 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9185         newline.
9186         (nnmbox-request-accept-article): Don't change article in source buffer;
9187         narrow to header to use message-fetch-field rather than
9188         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9189         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9190         as delimiters; make sure article ends with newline.
9191         (nnmbox-delete-mail): Correct last position of article to be deleted;
9192         ignore X-Gnus-Newsgroup header in article body.
9193         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9194         positions; make sure article ends with newline.
9195
9196         * message.el (message-display-abbrev): Don't infloop when a user
9197         inserts SPC in the beginning of header.
9198
9199         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9200         coding-system-for-read and coding-system-for-write for XEmacs having no
9201         file-coding feature.
9202
9203         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9204
9205 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9206
9207         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9208         list of groups not followed by default.  Fix type to be regexp.
9209         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9210
9211 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9212
9213         * hmac-def.el (define-hmac-function): Switch from old-style to
9214         new-style backquotes.
9215
9216         * md4.el (md4-make-step): Likewise.
9217
9218 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9221         raw-text coding system when saving .newsrc file, which may contain
9222         non-ASCII group names.
9223
9224 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-cus.el (gnus-score-extra): New widget.
9227         (gnus-score-extra-convert): New function.
9228         (gnus-score-customize): Use it for Extra.
9229
9230 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9231
9232         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9233         (mml2015-mailcrypt-clear-verify): Use it.
9234         (mml2015-gpg-clear-verify): Use it.
9235         (mml2015-pgg-clear-verify): Use it.
9236         (mml2015-epg-clear-verify): Replace the current part with the output
9237         from GnuPG; don't extract the plaintext by itself.
9238
9239         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9240         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9241         mml2015-clear-verify-function; don't touch the armor headers or
9242         dash-escaped text here.
9243
9244 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9247         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9248         parts, or application/octet-stream as a last resort.
9249         (gnus-mime-view-part-as-type): Don't toggle display.
9250         (gnus-mime-view-part-as-charset): Don't turn off display before
9251         querying charset.
9252
9253         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9254         stuff to undisplayer function in Emacs.
9255         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9256
9257         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9258         text/calendar parts.
9259
9260 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9263         decoding text/calendar parts.
9264
9265         * message.el (message-forward-make-body-mime): Always mark body as
9266         having no illegible text; remove signed-or-encrypted argument.
9267         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9268
9269         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9270         (mml-generate-mime-1): Don't encode body if it is specified to be in
9271         raw form; don't make buffer be unibyte when inserting multibyte string.
9272
9273 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9274
9275         * sha1.el: Fix up comment style.
9276         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9277         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9278
9279         * hex-util.el: Fix up comment style.
9280         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9281
9282         * gnus-salt.el: Use with-current-buffer.
9283         (gnus-pick-setup-message): Fix long-standing typo.
9284
9285 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * imap.el (imap-logout-timeout): New variable.
9288         (imap-logout, imap-logout-wait): New functions.
9289         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9290
9291         * nnimap.el (nnimap-logout-timeout): New server variable.
9292         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9293         nnimap-logout-timeout.
9294
9295         * gnus-art.el (gnus-article-summary-command-nosave)
9296         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9297
9298 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus.el (gnus-maximum-newsgroup): New variable.
9301
9302         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9303         according to gnus-maximum-newsgroup.
9304
9305         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9306         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9307         Limit the range of articles according to gnus-maximum-newsgroup.
9308
9309 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9310
9311         * gnus-art.el (gnus-sticky-article): Fix problems described in
9312         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9313         Don't perform gnus-configure-windows here; reuse existing sticky
9314         article buffer.
9315
9316         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9317         it doesn't exist in gnus-article-mode.
9318
9319 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9322         (gnus-agent-decoded-group-name): New function.
9323         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9324         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9325
9326 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9327
9328         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9329         Add binding for gnus-sticky-article.
9330         (gnus-summary-exit): Don't kill sticky article buffers.
9331
9332         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9333         article buffer.
9334         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9335         (gnus-kill-sticky-article-buffers): New commands.
9336
9337 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * nntp.el (nntp-xref-number-is-evil): New server variable.
9340         (nntp-find-group-and-number): If it is non-nil, don't trust article
9341         numbers in the Xref header.
9342
9343 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-agent.el (gnus-agent-read-group): New function.
9346         (gnus-agent-flush-group, gnus-agent-expire-group)
9347         (gnus-agent-regenerate-group): Use it.
9348         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9349         nnmail-pathname-coding-system.
9350
9351 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9354
9355         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9356         that are unread as unread, and also as selected so that information of
9357         marks having been changed by a user may be updated when exiting group.
9358
9359 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9362
9363 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9366         calculated ignoring signature parts to gnus-treat-article.
9367
9368 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9371         a point here in order to keep the window start.
9372         (gnus-insert-mime-security-button): Make a button overlay without the
9373         front stickiness.
9374         (gnus-mime-display-security): Goto the end of a button.
9375
9376         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9377
9378 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9381         group-name-at-point.
9382         (gnus-group-completing-read): New function that offers decoded
9383         non-ASCII group names for completion.
9384         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9385         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9386         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9387         (gnus-group-fetch-control): Use it.
9388         (gnus-fetch-group): Use group-name-at-point for the initial value
9389         rather than the default value; use gnus-alive-p.
9390
9391         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9392         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9393         (gnus-summary-post-news): Use gnus-group-completing-read.
9394
9395         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9396         (gnus-read-move-group-name): Decode group name for completion.
9397
9398 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9399
9400         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9401         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9402         Yamaoka slightly modified the code).
9403
9404 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9407         (nnmail-split-incoming): Bind it.
9408
9409         * nnml.el (nnml-group-name-charset): New function.
9410         (nnml-decoded-group-name): Use it; don't decode group name if
9411         nnmail-group-names-not-encoded-p is non-nil.
9412         (nnml-encoded-group-name): New function.
9413         (nnml-group-pathname): Inline nnml-decoded-group-name.
9414         (nnml-request-expire-articles): Decode group name in message.
9415         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9416         nnmail-pathname-coding-system.
9417         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9418         not decoded ones according to nnmail-group-names-not-encoded-p.
9419         (nnml-generate-active-info): Use nnml-encoded-group-name.
9420
9421 2007-08-08  Glenn Morris  <rgm@gnu.org>
9422
9423         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9424         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9425         doc-strings and comments.
9426
9427 2007-07-25  Glenn Morris  <rgm@gnu.org>
9428
9429         * Relicense all FSF files to GPLv3 or later.
9430
9431 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-sum.el (gnus-summary-move-article):
9434         Make gnus-summary-respool-article work.
9435
9436 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9439         string.
9440
9441 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9442
9443         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9444         that should be ignored when comparing distant RSS articles with local
9445         ones.
9446         (nnrss-make-hash-index): New function.  Create a hash index according
9447         to the ignored fields.
9448         (nnrss-check-group): Use it.
9449
9450 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9453
9454         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9455
9456         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9457         the new optional argument ENCODED is non-nil.
9458         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9459         coding system for encoding group name.
9460         (gnus-group-make-rss-group): Pass un-encoded group name to
9461         gnus-group-make-group.
9462         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9463         encoded.
9464
9465         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9466         Encode group name to which articles are moved or copied.
9467         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9468         coding system for encoding Newsgroup, Followup-To and Xref headers.
9469
9470         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9471         marks; use nnheader-file-coding-system to write a file.
9472         (nnagent-retrieve-headers): Bind file-name-coding-system to
9473         nnmail-pathname-coding-system.
9474
9475         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9476
9477         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9478         (nnml-request-article, nnml-request-create-group)
9479         (nnml-request-rename-group, nnml-find-id)
9480         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9481         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9482         (nnml-save-marks): Use nnml-group-pathname instead of
9483         nnmail-group-pathname.
9484
9485         (nnml-request-create-group, nnml-request-expire-articles)
9486         (nnml-request-move-article, nnml-request-delete-group)
9487         (nnml-deletable-article-p, nnml-possibly-create-directory)
9488         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9489         (nnml-open-marks): Bind file-name-coding-system to
9490         nnmail-pathname-coding-system.
9491
9492         (nnml-request-article): Pass server argument to nnml-find-group-number.
9493         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9494         Pass server argument to nnml-possibly-create-directory.
9495         (nnml-request-accept-article): Pass server argument to
9496         nnml-active-number and nnml-save-mail.
9497         (nnml-find-group-number): Pass server argument to nnml-find-id.
9498         (nnml-request-update-info): Pass server argument to
9499         nnml-marks-changed-p.
9500
9501         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9502         (nnml-save-mail, nnml-active-number): Add server argument.
9503
9504         (nnml-request-delete-group): Warn if group is missing.
9505         (nnml-get-nov-buffer): Decode group name.
9506         (nnml-generate-active-info): Encode group name.
9507         (nnml-open-marks): Decode group name in messages.
9508
9509 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9512         if it is not specified.
9513         (gnus-article-pipe-part, gnus-article-save-part)
9514         (gnus-article-interactively-view-part, gnus-article-copy-part)
9515         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9516         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9517         (gnus-article-replace-part, gnus-article-delete-part)
9518         (gnus-article-view-part-as-type): Pass raw prefix argument to
9519         gnus-article-part-wrapper.
9520
9521 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-agent.el (gnus-agent-save-active):
9524         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9525
9526         * gnus-cache.el (gnus-cache-save-buffers)
9527         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9528         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9529         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9530         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9531         (gnus-cache-generate-active, gnus-cache-rename-group)
9532         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9533         (gnus-cache-update-overview-total-fetched-for):
9534         Bind file-name-coding-system to nnmail-pathname-coding-system.
9535         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9536         New variables.
9537         (gnus-cache-decoded-group-name): New function.
9538         (gnus-cache-file-name): Use it.
9539         (gnus-cache-generate-active): Use non-decoded group name for active.
9540
9541         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9542         right place.
9543         (gnus-write-active-file): Don't break non-ASCII group names.
9544
9545         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9546         nnmail-pathname-coding-system.
9547
9548         * lpath.el: Bind default-file-name-coding-system,
9549         file-name-coding-system and language-info-alist for XEmacs.
9550
9551         * gnus-uu.el (gnus-uu-decode-save): Typo.
9552
9553 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9556
9557 2007-07-14  David Kastrup  <dak@gnu.org>
9558
9559         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9560         finishing actions if we did not edit the article.
9561
9562 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9565         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9566         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9567         (gnus-agent-flush-group, gnus-agent-flush-cache)
9568         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9569         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9570         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9571         (gnus-agent-regenerate-group)
9572         (gnus-agent-update-files-total-fetched-for)
9573         (gnus-agent-update-view-total-fetched-for):
9574         Bind file-name-coding-system to nnmail-pathname-coding-system.
9575         (gnus-agent-group-pathname): Don't encode file names by
9576         nnmail-pathname-coding-system.
9577         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9578         coding-system-for-write instead of buffer-file-coding-system to
9579         gnus-agent-file-coding-system.
9580
9581         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9582         Decode group name.
9583
9584         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9585
9586         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9587         (gnus-read-newsrc-el-file): Make group names unibyte.
9588
9589         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9590         nnmail-pathname-coding-system.
9591
9592         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9593         (nnrss-request-delete-group): Bind file-name-coding-system to
9594         nnmail-pathname-coding-system.
9595         (nnrss-read-server-data, nnrss-read-group-data):
9596         Bind file-name-coding-system correctly.
9597         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9598
9599         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9600         (nntp-server-to-method-cache): New variable.
9601         (nntp-group-pathname): New function that decodes non-ASCII group names.
9602         (nntp-possibly-create-directory, nntp-marks-changed-p)
9603         (nntp-save-marks, nntp-open-marks): Use it.
9604         (nntp-possibly-create-directory, nntp-open-marks):
9605         Bind file-name-coding-system to nnmail-pathname-coding-system.
9606         (nntp-open-marks): Decode group names when bootstrapping marks.
9607
9608         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9609         Newsgroups and Folowup-To headers.
9610
9611 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9614         (gnus-server-closed-face, gnus-server-denied-face)
9615         (gnus-server-offline-face): Remove variable.
9616         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9617
9618         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9619         of modifying message-stack directly for XEmacs.
9620
9621         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9622         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9623         if the coding-system argument is nil for XEmacs.
9624
9625         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9626         mm-charset-override-alist.
9627
9628         * rfc2047.el: Don't require base64; require rfc2045 for the function
9629         rfc2045-encode-string.
9630         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9631         to quote the parameter value.
9632
9633 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9636         form in gnus-group-name-charset-method-alist.
9637
9638         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9639         overrides the default layout edit-form.
9640
9641         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9642
9643         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9644
9645 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9648         as unfetched articles.
9649
9650 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9653
9654 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9657         original back end that keeps marks in the local system.
9658
9659 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9662         arg of pop-to-buffer for XEmacs.
9663         (gnus-article-read-summary-keys): Ditto; don't restore window
9664         configuration if summary command ends up with neither article buffer
9665         nor summary buffer; describe bindings if summary keys end with C-h.
9666
9667 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * message.el (message-fix-before-sending): Skip raw message part to be
9670         forwarded while checking illegible text.
9671         (message-forward-make-body-mime, message-forward-make-body):
9672         Mark signed or encrypted raw message as having no illegible text.
9673
9674 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9677         (gnus-message-with-timestamp-1): New macro.
9678         (gnus-message-with-timestamp): New function.
9679         (gnus-message): Use them.
9680
9681         * nnheader.el (nnheader-message): Use them.
9682
9683 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9686         .newsrc.eld file.
9687
9688 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-agent.el (gnus-agent-fetch-headers)
9691         (gnus-agent-retrieve-headers):
9692         Bind gnus-decode-encoded-address-function to identity.
9693
9694         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9695         available also when the server returns simply a dot.
9696
9697         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9698
9699 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9702
9703 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-ems.el (gnus-x-splash): Make it work.
9706
9707         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9708         from being used.
9709
9710         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9711
9712 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9715         4th and the 5th arguments.
9716
9717         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9718         the front stickiness.
9719         (gnus-article-summary-command-nosave): Correct the order of the
9720         arguments passed to pop-to-buffer.
9721         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9722         summary command ends up with the article buffer.
9723
9724         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9725         the same faces.
9726
9727 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9728
9729         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9730
9731 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9732
9733         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9734         * gnus-sum.el (gnus-summary-highlight):
9735         * pgg.el (pgg-sign-region, pgg-sign):
9736         * mail-source.el (mail-source-delete-old-incoming-confirm):
9737         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9738
9739 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-art.el (gnus-mime-view-part-externally)
9742         (gnus-mime-view-part-internally): Fix predicate function passed to
9743         completing-read.
9744
9745         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9746
9747         * gnus.el (gnus-update-message-archive-method): Add :version.
9748
9749 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus.el (gnus-update-message-archive-method): New variable.
9752
9753         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9754         according to gnus-message-archive-method if
9755         gnus-update-message-archive-method is non-nil.
9756
9757 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9760         Suggested by Loic Dachary <loic@dachary.org>.
9761         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9762
9763 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * message.el (message-pop-to-buffer): Add switch-function argument.
9766         (message-mail): Pass switch-function argument to it.
9767
9768 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9771         Improve doc string.
9772
9773 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9776         (gnus-header-content)
9777         * gnus-cite.el (gnus-cite-10)
9778         * gnus-srvr.el (gnus-server-closed)
9779         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9780         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9781         (gnus-group-mail-3-empty, gnus-group-mail-low)
9782         (gnus-group-mail-low-empty, gnus-splash)
9783         * message.el (message-header-to, message-header-cc)
9784         (message-header-subject, message-header-other, message-header-name)
9785         (message-header-xheader, message-separator, message-cited-text)
9786         (message-mml): Lighten colors of faces used for dark background.
9787
9788 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9789
9790         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9791         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9792
9793 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * message.el (message-narrow-to-headers-or-head):
9796         Ignore mail-header-separator in the body.
9797
9798 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9801         same as window size.
9802
9803 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9804
9805         * message.el (message-font-lock-keywords): Use message-header-xheader
9806         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9807         ahead of the anything pattern, to get it recognised.
9808
9809 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9812         spam.el loads uses it in the compiled defadvice form.
9813
9814 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9815
9816         * gnus-sum.el (gnus-articles-to-read)
9817         (gnus-summary-insert-old-articles): Don't truncate group name for
9818         `read-string'.
9819
9820         * gnus-util.el (gnus-limit-string): Delete this function.
9821
9822         * gnus-sum.el (gnus-simplify-subject-fully):
9823         Use `truncate-string-to-width' instead.
9824
9825 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9826
9827         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9828         Tell if, on summary exit, the next group has to be selected.
9829         (gnus-summary-exit): Use it.
9830
9831 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9834         non-break space.
9835
9836 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9839         Check if group is not a directory.
9840         (nnfolder-request-expire-articles): Don't delete articles if the target
9841         group is not available.
9842
9843         * nnml.el (nnml-request-create-group): Properly check if group is not a
9844         file.
9845         (nnml-request-expire-articles): Don't delete articles if the target
9846         group is not available.
9847
9848         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9849         Don't quote characters that are within parentheses.
9850
9851 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9854         (gnus-handle-ephemeral-exit): Select article according to it.
9855
9856 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * message.el (message-insert-formated-citation-line): Remove newline.
9859         (message-citation-line-format): Add final \n here so that the user can
9860         avoid a blank line.
9861
9862 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9863
9864         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9865         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9866         Update lanl/arXiv support.
9867
9868 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus.el: Bump version number.
9871
9872 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * gnus.el (gnus-version-number): Bump version.
9875
9876 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9877
9878         * gnus.el: No Gnus v0.6 is released.
9879
9880 2007-04-27  Didier Verna  <didier@xemacs.org>
9881
9882         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9883         * gmm-utils.el (gmm-regexp-concat): ... here.
9884         * message.el: Don't require 'gnus-util.
9885         (message-dont-reply-to-names): Handle name change above.
9886         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9887
9888 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9891         since the initial value varies according to the system.
9892
9893 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9896
9897 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9898
9899         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9900
9901 2007-04-24  Didier Verna  <didier@xemacs.org>
9902
9903         Improve the type of gnus-ignored-from-addresses.
9904         * gnus-util.el (gnus-orify-regexp): New function.
9905         * message.el (gnus-util): Require it.
9906         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9907         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9908         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9909
9910 2007-04-24  Didier Verna  <didier@xemacs.org>
9911
9912         * gnus-sum.el:
9913         * gnus-utils.el: Fix some trailing whitespaces.
9914
9915 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9918         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9919         article's Message-ID; refer parent article in summary buffer.
9920
9921         * message.el (message-bounce): Call mime-to-mml.
9922
9923         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9924         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9925         optimize and/or forms properly.
9926
9927 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9930         URL.
9931
9932 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9935
9936 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9939         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9940         displayed of multipart/alternative part if it is invoked from summary
9941         buffer.
9942
9943         * mm-view.el (mm-inline-text-html-render-with-w3m)
9944         (mm-inline-text-html-render-with-w3m-standalone)
9945         (mm-inline-render-with-function): Use mail-parse-charset by default.
9946
9947 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9948
9949         * parse-time.el (parse-time-string-chars): Check if CHAR
9950         is less than the length of parse-time-syntax.
9951
9952 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9955         from gnus-newsgroup-processable.
9956
9957 2007-04-16  Didier Verna  <didier@xemacs.org>
9958
9959         * gnus-msg.el (gnus-configure-posting-styles):
9960         Handle message-signature-directory properly with :file syntax.
9961         Reported by "Leo".
9962
9963 2007-04-11  Didier Verna  <didier@xemacs.org>
9964
9965         New user option: message-signature-directory.
9966         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9967         * message.el (message-insert-signature): Ditto.
9968         * message.el (message-signature-file): Doc update.
9969         * message.el (message-signature-directory): New.
9970
9971 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-msg.el (gnus-inews-yank-articles):
9974         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9975
9976 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * message.el (message-yank-original): Make sure cited text ends with
9979         newline; don't exchange point and mark.
9980
9981 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9982
9983         * tls.el (open-tls-stream): Properly handle case where there
9984         is no associated buffer.
9985
9986 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9987
9988         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9989         message-yank-original, make sure (< mark TEXT point).
9990
9991 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * message.el (message-fill-column): New variable.
9994         (message-mode): Use it.  Add comment on a possible new hook.
9995
9996         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9997         (nnmail-get-new-mail): Reformat.
9998
9999         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10000
10001         * gmm-utils.el: Fix Commentary.
10002         (gmm-tool-bar-from-list): Fix typo in doc string.
10003
10004 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10005
10006         * message.el (message-yank-original): Don't switch point and mark
10007         unnecessarily to put point and mark as documented.
10008
10009 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10012         from the message heads.
10013
10014 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10015
10016         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10017         article buffer does not have a window.  This may not be the best
10018         solution but is certainly better than setting the start of the null,
10019         that is the current, window.
10020
10021 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10024         (gnus-draft-setup): Run it.
10025
10026         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10027         gnus-score-fast-scoring.  Allow regexp.
10028         (gnus-score-headers): Use it.
10029
10030         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10031         XEmacs.
10032
10033         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10034         string.
10035         (gnus-button-alist): Also catch `<f1> k ...'.
10036         (gnus-treat-display-x-face): Fix doc string.
10037
10038 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10039
10040         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10041         evaluation of gnus-extended-version to ensure correct generation of the
10042         User-Agent header when message-generate-headers-first is used.
10043
10044 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10045
10046         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10047         hashcash-path is nil.  Don't call callback with incorrect number of
10048         parameters if val is 0.
10049
10050 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10051
10052         * message.el (message-required-news-headers):
10053         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10054
10055 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10056
10057         * tls.el (open-tls-stream): In handshake-waiting loop,
10058         don't wait more if there is output available to process.
10059
10060 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10061
10062         * tls.el (tls-program): Doc fix.
10063
10064 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * message.el (message-generate-new-buffers): Change the meaning of the
10067         nil value; add `standard' to the choices; treat t as `unique'; improve
10068         doc string.
10069         (gnus-select-frame-set-input-focus): Autoload.
10070         (message-buffer-name): Search for the existing message buffer if
10071         message-generate-new-buffers is nil or `standard'; treat the value t of
10072         message-generate-new-buffers as `unique'.
10073         (message-pop-to-buffer): Raise the frame already displaying the message
10074         buffer; clear the echo area after querying.
10075         (message-setup): Pass the `continue' argument to compose-mail.
10076         (message-mail): Prefer `switch-function' if it is given; search for the
10077         existing message buffer if the `continue' argument is non-nil; pass
10078         continue and switch-function arguments to compose-mail by way of
10079         message-setup.
10080         (message-mail-other-window): Adjust argument of message-setup.
10081         (message-mail-other-frame): Ditto.
10082
10083 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10086         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10087         to turn font-lock on when turning gnus-message-citation-mode on.
10088
10089 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10090
10091         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10092         (mml-smime-function-alist): New variable; add epg as the backend.
10093         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10094         mml-smime- functions instead.
10095         * mm-view.el: Require smime.
10096
10097 2007-03-05  Didier Verna  <didier@xemacs.org>
10098
10099         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10100         instead of just inheritance for posting styles.
10101         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10102
10103 2007-02-24  Chris Moore  <dooglus@gmail.com>
10104
10105         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10106         * pgg-pgp.el (pgg-pgp-encrypt-region):
10107         * pgg-gpg.el (pgg-gpg-encrypt-region):
10108         Check pgg-encrypt-for-me if no other recipients.
10109
10110 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10111
10112         * tls.el (tls-certtool-program): Fix custom type.
10113
10114 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10117         and point-at-eol instead of line-(beginning|end)-position.
10118
10119         * assistant.el (assistant-parse-buffer): Ditto.
10120
10121         * netrc.el (netrc-parse-services): Ditto.
10122
10123 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10124
10125         * mml2015.el (mml2015-epg-find-usable-key): New function.
10126         (mml2015-epg-sign): Use it.
10127         (mml2015-epg-encrypt): Use it.
10128
10129 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * message.el (message-make-in-reply-to): Quote name containing
10132         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10133         if there are special characters.  Reported by NAKAJI Hiroyuki
10134         <nakaji@jp.freebsd.org>.
10135
10136 2007-02-27  Didier Verna  <didier@xemacs.org>
10137
10138         Include the group parameters as well as the topic ones in the
10139         inheritance filter process.
10140         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10141         argument GROUP-PARAMS-LIST.
10142         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10143
10144 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * nntp.el (nntp-never-echoes-commands)
10147         (nntp-open-connection-functions-never-echo-commands): New variables.
10148         (nntp-send-command): Use them.
10149
10150 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10151
10152         * mml2015.el (mml2015-epg-verify): Simplify.
10153
10154 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * mml.el (mml-content-disposition-alist): New user option.
10157         (mml-content-disposition): New function.
10158         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10159         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10160
10161 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10162
10163         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10164         verification.
10165
10166 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10167
10168         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10169         articles posted in the last 24 hours.
10170
10171 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10172
10173         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10174
10175 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10176
10177         * nntp.el (nntp-send-command): Don't wait for echoes when
10178         nntp-open-ssl-stream is used.
10179
10180 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10183         (gnus-message-add-citation-keywords)
10184         (gnus-message-remove-citation-keywords): Remove.
10185         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10186         directly, make the variables in font-lock-defaults buffer-local, add
10187         gnus-message-citation-keywords to them and then update the value of
10188         font-lock-keywords.
10189
10190 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * message.el (message-cite-original-1): Don't call
10193         gnus-article-highlight-citation.
10194
10195         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10196         citations; fix line count.
10197
10198 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10201         (gnus-message-add-citation-keywords)
10202         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10203         versions of font-lock-add-keywords and font-lock-remove-keywords to
10204         work with XEmacs correctly.
10205
10206 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-cite.el (gnus-cite-face-list): Set the values of
10209         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10210         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10211         (gnus-message-cite-prefix-regexp): New variable.
10212         (gnus-message-search-citation-line): Use it; protect against long
10213         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10214         the 0th match data for Emacs.
10215         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10216         (gnus-message-add-citation-keywords): Append keywords rather than
10217         prepending; emulate font-lock-add-keywords if it is not available.
10218         (gnus-message-remove-citation-keywords):
10219         Emulate font-lock-remove-keywords if it is not available.
10220
10221         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10222
10223         * message.el (message-cite-prefix-regexp): Set the value of
10224         gnus-message-cite-prefix-regexp.
10225
10226 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227
10228         * nnweb.el (nnweb-google-parse-1): Update parser.
10229
10230 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10231
10232         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10233
10234 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10235
10236         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10237         regexp.
10238
10239 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10242         string-to-multibyte.
10243         (uudecode-decode-region-internal): Use it.
10244
10245         * lpath.el: Fbind string-as-multibyte for XEmacs.
10246
10247 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10250         Fix custom choice.
10251
10252         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10253
10254 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10255
10256         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10257
10258         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10259         `write-region' to respect `mm-inhibit-file-name-handlers'.
10260
10261 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10264         Use gnus-home-directory instead of "~/" or "$HOME".
10265
10266 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10267
10268         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10269         to mention filename.
10270         Add comments at beginning regarding usage.
10271         (encrypt-write-file-contents): Change interactive so a string is
10272         acceptable.  If the file has no associated model, show an error instead
10273         of a nonsense prompt.
10274
10275 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10276
10277         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10278         Thanks to Yoshihiko Yamada for kind notification of this typo.
10279
10280 2007-01-12  Kenichi Handa  <handa@m17n.org>
10281
10282         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10283         multibyte buffer.
10284
10285 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-score.el (gnus-score-fast-scoring): New variable.
10288         (gnus-score-headers): Use it.
10289
10290         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10291
10292         * message.el (message-cite-original-1):
10293         Call gnus-article-highlight-citation if requested.
10294         (message-make-from): Allow name and address as optional arguments.
10295
10296         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10297
10298         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10299         bugs to doc string.
10300         (gnus-button-alist): Add mid\\|message-id.
10301         (gnus-button-fetch-group): Extend for use in
10302         `browse-url-browser-function'.
10303         (gnus-button-url-regexp): Try to catch paired parentheses like in
10304         Wikipedia URLs.
10305
10306         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10307         Suggested by Simon Krahnke <overlord@gmx.li>.
10308
10309 2007-01-13  Romain Francoise  <romain@orebokech.com>
10310
10311         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10312         Update copyright.
10313
10314 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10315
10316         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10317
10318 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10319
10320         * gnus-registry.el (gnus-registry-unfollowed-groups)
10321         (gnus-registry-split-fancy-with-parent): Fix documentation.
10322
10323 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10326         from nnweb groups.
10327
10328 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10331         Xref urls.  Erase buffer before requesting head.
10332
10333         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10334
10335 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10338         customizable.
10339
10340 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10341
10342         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10343         no signing key is found.
10344         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10345         no encrypting and/or signing key is found.
10346
10347 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10350
10351 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10352
10353         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10354         headers read from disk with the ones newly found in the current search.
10355         This should no longer cause problems, because the article numbers in
10356         Gmane's `nov.php' output are ignored since the previous change.
10357
10358 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10359
10360         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10361
10362 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10365         replace-regexp-in-string; bind url-version; fbind display-images-p and
10366         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10367         find-face and set-itimer-function for Emacs; bind itimer-list for
10368         Emacs.
10369
10370         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10371
10372 2007-01-01  Romain Francoise  <romain@orebokech.com>
10373
10374         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10375
10376 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10377
10378         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10379         `define-minor-mode' macro definition expanded properly.
10380         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10381         exclude it there.
10382
10383         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10384         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10385         `fboundp' test.
10386         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10387         This is OK to autoload in (S)XEmacs now.
10388
10389 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10392         keystroke.
10393         (gnus-summary-limit-to-singletons): Fix typo.
10394
10395         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10396         else fails.
10397
10398 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10399
10400         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10401         docstring.
10402
10403         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10404         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10405         (gnus-summary-insert-dormant-articles): Fix typo in message.
10406
10407 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10410         nil for XEmacs.
10411         (gnus-message-citation-mode): Don't autoload in XEmacs.
10412
10413         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10414
10415 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10416
10417         * nnimap.el (nnimap-expunge-search-string):
10418         Mention nnimap-search-uids-not-since-is-evil in docstring.
10419
10420 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * spam.el: Revert to make-obsolete-variable because
10423         define-obsolete-variable-alias is not supported in Emacs 21.
10424
10425         * spam.el (spam-ifile-path, spam-ifile-database-path)
10426         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10427         make-obsolete-variable.
10428         (spam-bsfilter-path, spam-bsfilter-program)
10429         (spam-spamassassin-path, spam-spamassassin-program)
10430         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10431         Don't use "path" inappropriately.
10432         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10433         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10434         variable names.
10435
10436 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10437
10438         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10439         summary buffer.
10440
10441         * password.el (password-cache-remove): Use clear-string to burn
10442         password, if available.
10443
10444 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10447
10448         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10449
10450         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10451         (gnus-message-highlight-citation): Move defcustom here from
10452         gnus-cite.el.
10453         (gnus-message-citation-mode): Autoload.
10454
10455         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10456         checks to make it compile with XEmacs.
10457         (gnus-message-citation-mode): New minor mode.
10458         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10459         (gnus-message-highlight-citation): New variables.
10460         (gnus-message-search-citation-line)
10461         (gnus-message-add-citation-keywords)
10462         (gnus-message-remove-citation-keywords)
10463         (turn-on-gnus-message-citation-mode)
10464         (turn-off-gnus-message-citation-mode): New functions.
10465
10466 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10467
10468         * gnus-cite.el: Enable highlighting of different citation levels in
10469         message-mode.
10470
10471 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * message.el (message-make-fqdn): Fix comment.
10474         (message-bogus-system-names): Add ".local".
10475
10476         * spam.el (spam-ifile-path, spam-ifile-program)
10477         (spam-ifile-database-path, spam-ifile-database)
10478         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10479         Don't use "path" inappropriately.
10480         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10481         strings.
10482         (spam-check-ifile, spam-ifile-register-with-ifile)
10483         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10484         Use new variable names.
10485
10486         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10487         (gnus-treat-display-smileys): Simplify using
10488         gnus-image-type-available-p.
10489
10490         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10491         available.
10492
10493         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10494         Use `display-images-p' if available.
10495
10496 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10499         one after turning on the buffer's multibyteness instead of decoding
10500         them directly in the unibyte buffer that causes unexpected conversion
10501         in Emacs 23 (unicode).
10502
10503 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10504
10505         * message.el (message-generate-hashcash): Fix custom type.
10506
10507 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10510
10511 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10514         disconnect icons.  Add help text.
10515
10516 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10517
10518         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10519         negated to be consistent with the others we handle.
10520
10521 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10524         version of gnus-summary-buffer to something, so that we can use two
10525         article buffers at the same time.
10526
10527 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10528
10529         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10530         trigger all the extra headers.
10531         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10532         sorting.
10533
10534 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10535
10536         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10537         solid groups.
10538
10539 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10540
10541         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10542
10543 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * legacy-gnus-agent.el: Add Copyright notice.
10546
10547 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10548
10549         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10550
10551 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10554
10555         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10556         to make it work reliably in CVS Emacs.
10557         (gnus-summary-limit-strange-charsets-predicate)
10558         (gnus-summary-limit-to-predicate): New functions.
10559
10560 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10561
10562         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10563         specifying array size.
10564         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10565         array if it is too small.
10566         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10567         (gnus-sort-threads-loop): New function.
10568
10569 2006-12-06  Chris Moore  <dooglus@gmail.com>
10570
10571         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10572         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10573
10574 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10575
10576         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10577         options.
10578
10579 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10582         DOS-ing the recipient.
10583
10584         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10585         the headers when creating the mapping to avoid mismappings.
10586         (nnweb-gmane-create-mapping): Always nix out old mapping.
10587
10588 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10591         and mm-verify-option to never.
10592
10593 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * message.el (message-signed-or-encrypted-p): New function.
10596         (message-forward-make-body): Use it.
10597
10598         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10599         Replace encode-coding-string with mm-encode-coding-string.
10600
10601 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nneething.el (nneething-decode-file-name):
10604         Replace decode-coding-string with mm-decode-coding-string.
10605
10606         * gnus-int.el (gnus-open-server): Say failed server's name.
10607
10608 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10609
10610         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10611         strings to a single string.  Quote `errors-file-name'.
10612         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10613         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10614         Adjust calls.  Use `shell-quote-argument'.
10615
10616 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10617
10618         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10619         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10620
10621         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10622         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10623         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10624         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10625         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10626         (gnus-subscribe-newsgroup, gnus-1):
10627         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10628         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10629         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10630         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10631
10632 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10635         keystroke.
10636         (gnus-summary-limit-to-bodies): Implement headersp.
10637
10638 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10641
10642 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10645
10646 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * message.el (message-generate-hashcash): Expand range of values to
10649         include `opportunistic'.
10650         (message-send-mail): Use it.
10651
10652 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10653
10654         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10655         and comment it.
10656
10657         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10658
10659 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * gnus-util.el (gnus-extract-address-components): Improve comment.
10662
10663 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-util.el (gnus-extract-address-components): Work with address in
10666         which the name portion contains @.
10667
10668         * lpath.el: Fbind custom-autoload.
10669
10670 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus.el (gnus-start): Move custom group up.
10673         (gnus-select-method): Don't autoload, but make it available for
10674         `customize-variable'.
10675         (gnus-getenv-nntpserver): Don't autoload.
10676
10677 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10678
10679         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10680
10681 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10682
10683         * message.el (message-sendmail-extra-arguments): New variable.
10684         (message-send-mail-with-sendmail): Use it.
10685
10686 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10689         mm-with-unibyte-current-buffer to make string unibyte.
10690
10691         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10692         mm-string-as-multibyte.
10693
10694 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10695
10696         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10697         Reported by Werner Koch <wk@gnupg.org>.
10698
10699 2006-11-14  Daiki Ueno  <ueno@p360>
10700
10701         * mml2015.el: Autoload epa-select-keys when compiling.
10702
10703 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10704
10705         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10706         message-options.
10707         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10708
10709 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10710
10711         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10712         EasyPG (< 0.0.6).
10713         (mml2015-always-trust): New user option.
10714         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10715         prompt.
10716
10717 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * nntp.el (nntp-authinfo-force): New variable.
10720         (nntp-send-authinfo): Use it.
10721
10722 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10725         decode encoded words.  Improve prompt.  Add comment about forwarding.
10726         (message-replacement-char): Move up.
10727
10728 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10729
10730         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10731         instead of gnus-intersection because arguments of gnus-sorted-nunion
10732         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10733
10734 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10737         (message-simplify-subject-functions):
10738         Enable message-strip-subject-encoded-words by default.
10739
10740 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * message.el (message-strip-subject-encoded-words): New function.
10743         (message-simplify-subject-functions): New variable.
10744         (message-simplify-subject): Use it.  Fix typo in doc string.
10745         Support message-strip-subject-encoded-words.
10746
10747 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10748
10749         * gnus-diary.el (gnus-diary-delay-format-function):
10750         * nndiary.el (nndiary-reminders):
10751         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10752
10753 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gnus-art.el (article-hide-boring-headers): Fetch date from
10756         gnus-original-article-buffer to avoid problems with localized date
10757         strings.
10758
10759 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10762
10763 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10766         New variables.
10767         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10768         (mm-charset-synonym-alist): Move some entries to
10769         mm-codepage-iso-8859-list.
10770         (mm-charset-synonym-alist, mm-charset-override-alist):
10771         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10772
10773 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10776
10777 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10780         with Emacs 21 and XEmacs.
10781
10782 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * spam.el (spam-parse-address): New function for better parsing,
10785         catching errors, etc.
10786         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10787
10788 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * mm-view.el: Add interactive arg to html2text autoload.
10791
10792 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10795
10796 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10799         New variables.
10800         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10801         (mm-charset-synonym-alist): Move some entries to
10802         mm-codepage-iso-8859-list.
10803
10804         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10805
10806 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * message.el (message-citation-line-format)
10809         (message-insert-formated-citation-line): Fix implementation of %E, %N
10810         and %n according to the doc string.
10811
10812 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10815         Use car-safe to avoid bad parses.
10816
10817 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10820         names.
10821
10822         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10823
10824 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10827         header.
10828
10829         * message.el (message-draft-headers): Add Date.
10830         (message-headers-to-generate): Fix typo in docstring.
10831
10832         * nndraft.el (nndraft-required-headers): New variable.
10833         (nndraft-generate-headers): Use it.
10834
10835         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10836
10837 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10838
10839         * gnus-registry.el (gnus-registry-wash-for-keywords)
10840         (gnus-registry-find-keywords): New functions to allow easy searching of
10841         articles that are in the registry.
10842
10843 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10844
10845         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10846         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10847         Reported by Damien Elmes <damien@repose.cx>.
10848
10849 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus.el (gnus-mime): Remove unused custom group.
10852
10853 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10854
10855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10856         "blank line" when searching for end of armor headers.
10857
10858 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gmm-utils.el (gmm-write-region): Fix variable name.
10861
10862 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gmm-utils.el (gmm-write-region): New function based on compatibility
10865         code from `mm-make-temp-file'.
10866
10867         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10868
10869         * nnmaildir.el (nnmaildir--update-nov)
10870         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10871         Use `gmm-write-region'.
10872
10873 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10876         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10877
10878         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10879
10880         * message.el (message-replacement-char): New variable.
10881         (message-fix-before-sending): Use it.
10882         (message-simplify-subject): New function to remove duplicate code.
10883         (message-reply, message-followup): Use it.
10884
10885         * gnus-sum.el (gnus-summary-make-menu-bar):
10886         Clarify gnus-summary-limit-to-articles.
10887
10888 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-util.el (gnus-with-local-quit): New macro.
10891
10892         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10893
10894 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10895
10896         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10897         ignore non-string data.
10898
10899 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10900
10901         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10902         non-string data (needs to be done in the registry too).
10903
10904 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10905
10906         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10907         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10908         (gnus-registry-split-fancy-with-parent)
10909         (gnus-registry-fetch-simplified-message-subject-fast)
10910         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10911         Remove text properties on ingress into the registry and when it's saved.
10912         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10913         registry from entries with no groups.
10914
10915 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10916
10917         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10918         function to remove string properties.
10919
10920 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gmm-utils.el (gmm): Adjust custom version.
10923
10924         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10925         Adjust custom version.
10926
10927         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10928
10929 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus-art.el (gnus-insert-prev-page-button)
10932         (gnus-insert-next-page-button): Simplify.  Reformat.
10933
10934 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10935
10936         * gnus-art.el (gnus-insert-prev-page-button)
10937         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10938
10939 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10940
10941         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10942
10943 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10944
10945         * gnus-art.el (gnus-insert-mime-button)
10946         (gnus-insert-mime-security-button):
10947         Apply gnus-article-button-face to MIME and security buttons.
10948
10949 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10952         readable.
10953
10954 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10957
10958 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10959
10960         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10961         `browse-url-of-file' instead of `browse-url'.
10962
10963 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10964
10965         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10966         regexp.  Articles containing quotation were cut prematurely.
10967
10968 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * message.el (message-cite-original-1): Use nobody by default for the
10971         value of From header.
10972         (message-reply): Ditto.
10973
10974 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10975
10976         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10977         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10978         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10979
10980 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10983         mails in the doc string.  Add some URLs in comment.
10984         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10985
10986 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10989         backslashes handling and the way to find boundaries of quoted strings.
10990
10991 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10992
10993         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10994         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10995         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10996         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10997
10998 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11001         doc string.
11002         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11003
11004 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * lpath.el: Fbind epg-check-configuration.
11007
11008 2006-09-06  Simon Josefsson  <jas@extundo.com>
11009
11010         * mml2015.el (mml2015-use): Doc fix, mention epg.
11011
11012 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11013
11014         * mml2015.el (mml2015-use): Default to epg, if available.
11015
11016 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11017
11018         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11019         message-sender.
11020         (mml1991-epg-encrypt): Ditto.
11021         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11022         message-sender.
11023         (mml2015-epg-encrypt): Ditto.
11024
11025 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11026
11027         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11028         several common directories.
11029
11030 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11031
11032         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11033         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11034
11035 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus-art.el (article-decode-encoded-words): Make it fast.
11038
11039 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11042
11043         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11044         in quoted string into `\'.
11045
11046 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11049         Use standard-syntax-table.
11050
11051 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-art.el (gnus-decode-address-function): New variable.
11054         (article-decode-encoded-words): Use it to decode headers which are
11055         assumed to contain addresses.
11056         (gnus-mime-delete-part): Remove useless `or'.
11057
11058         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11059         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11060         (gnus-nov-parse-line): Use it to decode From header.
11061         (gnus-get-newsgroup-headers): Ditto.
11062         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11063
11064         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11065         (mail-decode-encoded-address-string): New alias.
11066
11067         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11068         New function.
11069         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11070         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11071         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11072         (rfc2047-decode-string): Ditto.
11073         (rfc2047-decode-address-region): New function.
11074         (rfc2047-decode-address-string): New function.
11075
11076 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * message.el (message-caesar-buffer-body): Allow rotating headers.
11079
11080         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11081
11082         * message.el (message-insert-formated-citation-line): Fix %f.
11083         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11084
11085 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11088         (gnus-bookmark-mouse-available-p): New macro.
11089         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11090         (gnus-bookmark-bmenu-show-infos): Use it.
11091         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11092         (gnus-bookmark-bmenu-hide-infos): Ditto.
11093         (gnus-bookmark-remove-properties): New function.
11094         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11095         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11096         (gnus-bookmark-write-file): Bind coding-system-for-write.
11097         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11098         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11099         group before selecting it.
11100         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11101         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11102         quit-window if it is not available; use gnus-mouse-2 and bind it to
11103         gnus-bookmark-bmenu-select-by-mouse.
11104         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11105         (gnus-bookmark-bmenu-select-by-mouse): New function.
11106
11107 2006-08-13  Romain Francoise  <romain@orebokech.com>
11108
11109         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11110         space.
11111
11112 2006-08-10  Romain Francoise  <romain@orebokech.com>
11113
11114         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11115         (dns-mode-soa-auto-increment-serial): New user option.
11116         (dns-mode-soa-maybe-increment-serial): New function.
11117         (dns-mode): Add the latter to `write-contents-functions'.
11118
11119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * compface.el (uncompface): Use binary rather than raw-text-unix.
11122
11123 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * compface.el (uncompface): Make sure the eol conversion doesn't take
11126         place when communicating with the external programs.
11127         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11128
11129 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11132
11133 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11134
11135         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11136         Make it more robust by parsing author and date independently.
11137
11138 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11141
11142 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11143
11144         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11145         first matching secret key.
11146         (mml2015-epg-encrypt): Ditto.
11147
11148         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11149         first matching secret key.
11150         (mml1991-epg-encrypt): Ditto.
11151
11152         * mml2015.el (mml2015-encrypt-to-self): New user option.
11153         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11154         mml2015-epg-encrypt-to-self is set.
11155
11156         * mml1991.el (mml1991-encrypt-to-self): New variable.
11157         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11158         mml1991-epg-encrypt-to-self is set.
11159
11160         * mml2015.el (mml2015-signers): New user option.
11161         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11162         (mml2015-epg-encrypt): Allow to select signing keys.
11163
11164         * mml1991.el (mml1991-signers): New variable.
11165         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11166         (mml1991-epg-encrypt): Allow to select signing keys.
11167
11168 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * nnheader.el (nnheader-insert-head): Make it work even if the file
11171         uses CRLF for the line-break code.
11172
11173 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11174
11175         * mml2015.el: Require mml-sec instead of password.
11176         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11177         (mml2015-cache-passphrase): Inherit the default value from
11178         mml-secure-cache-passphrase.
11179         (mml2015-passphrase-cache-expiry): Inherit the default value from
11180         mml-secure-passphrase-cache-expiry.
11181
11182         * mml1991.el: Require mml-sec instead of password.
11183         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11184         (mml1991-cache-passphrase): Inherit the default value from
11185         mml-secure-cache-passphrase.
11186         (mml1991-passphrase-cache-expiry): Inherit the default value from
11187         mml-secure-passphrase-cache-expiry.
11188
11189         * mml-sec.el: Require password.
11190         (mml-secure-verbose): New user option.
11191         (mml-secure-cache-passphrase): New user option.
11192         (mml-secure-passphrase-cache-expiry): New user option.
11193
11194 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11195
11196         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11197         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11198         andreas@altroot.de (Andreas Vögele).
11199
11200         FIXME: Use `tiny change'?
11201
11202 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11203
11204         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11205         workaround for the url package included with Emacs.
11206
11207         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11208
11209 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11212         correctly.  This fixes a bug caused by the 2006-05-12 change.
11213
11214 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11215
11216         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11217         some information about the error when saying that the `bogus' mail
11218         group will be used.
11219
11220 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11223         string.
11224
11225 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11226
11227         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11228
11229 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11230
11231         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11232
11233 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11234
11235         * mml1991.el (mml1991-function-alist): Add epg.
11236         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11237         (mml1991-epg-encrypt): New functions.
11238
11239 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11240
11241         * mml2015.el (mml2015-verbose): New variable.
11242         (mml2015-cache-passphrase): Ditto.
11243         (mml2015-passphrase-cache-expiry): Ditto.
11244         (mml2015-function-alist): Add epg.
11245         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11246         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11247         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11248         New functions.
11249
11250 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11251
11252         * message.el (message-cite-original-1): Preserve region when removing
11253         quoted text due to X-No-Archive in order to avoid bogus attribution
11254         when citing multiple messages.
11255
11256 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11257
11258         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11259         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11260
11261 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * gnus-diary.el (gnus-user-format-function-d)
11264         (gnus-user-format-function-D): Autoload.
11265
11266         * imap.el (Commentary): Fix typo.
11267
11268         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11269         2006-04-22 contribution.
11270
11271 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11272
11273         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11274         It didn't really fix the bogosity I'm seeing with solid web groups.
11275
11276 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11277
11278         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11279         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11280         created using server names.  If we use the feature without declaring
11281         it, Gnus does not properly manage server and group state.
11282
11283         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11284         bound.
11285
11286 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11287
11288         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11289         looking up the method using GROUP's prefix before inventing a new one.
11290         It is used on killed/unknown groups in various places where returning
11291         an all-new method isn't expected by the caller.
11292
11293         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11294         and match semantics of gnus-group-real-prefix.
11295
11296 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * nnmail.el (nnmail-broken-references-mailers): New variable.
11299         (nnmail-ignore-broken-references): New function generalizing
11300         nnmail-fix-eudora-headers.
11301         (nnmail-fix-eudora-headers): Now obsolete.
11302
11303         * gnus-art.el (gnus-button-handle-custom):
11304         Support `customize-apropos*'.
11305
11306 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11309
11310         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11311         articles.
11312
11313 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * message.el (message-cite-reply-above): New variable.
11316         (message-yank-original): Use it.
11317
11318 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11321
11322 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11325         as read.
11326
11327         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11328
11329 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11332         (gnus-bookmark-default-file): Use gnus-directory.
11333         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11334         Remove "*" in doc string.
11335         (gnus-bookmark-write-file): Simplify.
11336         (gnus-bookmark-maybe-sort-alist): Use `when'.
11337         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11338         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11339         Add FIXME about Emacs 21 and XEmacs compatibility.
11340         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11341         compatibility.
11342         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11343         compatibility.
11344         (gnus-bookmark-menu-heading): Fix version.
11345
11346 2006-06-19  Bastien Guerry  <bzg@altern.org>
11347
11348         * gnus-bookmark.el: New file.
11349
11350 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * message.el (message-syntax-checks): Doc fix.
11353
11354 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11355
11356         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11357         unsubscribed groups as if they were killed ones.  It causes duplicate
11358         entries in gnus-newsrc-alist.
11359
11360 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * message.el (message-syntax-checks): Doc fix.
11363         (message-send-mail): Add check for continuation headers.
11364         (message-check-news-header-syntax): Fix regexp used to check for
11365         continuation headers.
11366
11367 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11370
11371 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11374
11375 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11378         default-truncate-lines.
11379
11380 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11383         to fill the utf-8 entry.
11384
11385         * lpath.el: Fbind unicode-precedence-list.
11386
11387 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11388
11389         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11390
11391 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11392
11393         * gnus-agent.el (directory-files-and-attributes): Move all the way
11394         forward (the third and final move).
11395         (gnus-agent-read-agentview): Trap reconstruction errors due to
11396         nonexistent directory.  Handle by returning nil.
11397
11398 2006-05-30  Didier Verna  <didier@xemacs.org>
11399
11400         * message.el (message-dont-reply-to-names): Update the custom type.
11401         * message.el (message-dont-reply-to-names): New defsubst: potentially
11402         convert a list of regexps into a single one.
11403         * message.el (message-get-reply-headers): Use it.
11404         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11405
11406 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-agent.el (directory-files-and-attributes): Move forward.
11409
11410 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-ml.el (gnus-mailing-list-subscribe)
11413         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11414         (gnus-mailing-list-message): Fix doc strings.
11415
11416 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11417
11418         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11419         of doing it manually.
11420
11421 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11424         comment.
11425
11426 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11427
11428         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11429         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11430         (gnus-agent-read-local): All symbols allocated in my-obarray.
11431         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11432         (gnus-agent-regenerate-group): Check numeric names to see if they are
11433         messages or groups.
11434         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11435         better way of do this...)
11436
11437         * gnus-cache.el (gnus-agent-total-fetched-for):
11438         Ignore 'dummy.group' (there should be a better way of do this...)
11439
11440 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11443         (gnus-saved-headers): Ditto.
11444         (gnus-default-article-saver): Mention functions may have properties.
11445         (gnus-article-save): Override gnus-save-all-headers and
11446         gnus-saved-headers by :headers property which saver function may have.
11447         (gnus-summary-save-in-file): Add :headers property.
11448         (gnus-summary-write-to-file): Ditto.
11449
11450         * gnus-sum.el (gnus-summary-save-article): Bind
11451         gnus-prompt-before-saving to t when saving many articles in a file;
11452         always show all headers.
11453
11454         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11455
11456 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11459         marks.
11460
11461         * message.el (message-indent-citation): Add optional arguments to allow
11462         using it outside of message buffers.
11463
11464         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11465         (gnus-article-treat-unfold-headers): Use it.
11466         (gnus-article-truncate-lines): New variable.
11467         (gnus-article-mode): Use it.
11468         (gnus-article-toggle-truncate-lines): New function.
11469
11470         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11471         Add gnus-article-toggle-truncate-lines.
11472
11473         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11474         coding system in XEmacs, use binary.
11475
11476 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11479         after-load-alist.
11480
11481         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11482         this function should save decoded articles.
11483         (gnus-summary-write-to-file): Use property to specify this function
11484         should save decoded articles and specify gnus-summary-save-in-file
11485         should be used to save articles other than the first one when saving
11486         many articles.
11487         (gnus-summary-save-body-in-file): Use property to specify this
11488         function should save decoded articles.
11489         (gnus-summary-write-body-to-file): Use property to specify this
11490         function should save decoded articles and specify
11491         gnus-summary-save-body-in-file should be used to save articles other
11492         than the first one when saving many articles.
11493
11494         * gnus-sum.el (gnus-summary-save-article): Simplify.
11495
11496 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-art.el (gnus-default-article-saver):
11499         Add gnus-summary-write-body-to-file.
11500         (gnus-article-save-coding-system): Don't use coding system object
11501         in XEmacs.
11502         (gnus-read-save-file-name): Add optional `dir-var' argument which
11503         specifies directory in which files are saved; work even if optional
11504         `variable' argument is not specified.
11505         (gnus-summary-write-to-file): Read file name.
11506         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11507         (gnus-summary-write-body-to-file): New function.
11508
11509         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11510         (gnus-summary-local-variables): Add it.
11511         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11512         (gnus-summary-save-article): Remove optional `decode' argument;
11513         determine whether to decode articles by the value of
11514         gnus-default-article-saver; when saving many files using
11515         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11516         it first and use gnus-summary-save-in-file or
11517         gnus-summary-save-body-in-file thereafter unless
11518         gnus-prompt-before-saving is always; move point to article which
11519         will be saved.
11520         (gnus-summary-save-article-file): Revert.
11521         (gnus-summary-write-article-file): Revert.
11522         (gnus-summary-save-article-body-file): Revert.
11523         (gnus-summary-write-article-body-file): New function.
11524
11525 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-art.el (gnus-default-article-saver): Doc fix.
11528         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11529         from gnus-summary-save-article-coding-system, and default to a
11530         certain coding system.
11531         (gnus-output-to-file): Add coding cookie and encode text according
11532         to gnus-article-save-coding-system; don't use mm-append-to-file.
11533
11534         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11535         gnus-art.el and rename to gnus-article-save-coding-system.
11536         (gnus-summary-save-article): Require gnus-art; don't show all
11537         headers if it decodes articles; don't add coding cookie here;
11538         don't bind mm-text-coding-system-for-write.
11539         (gnus-summary-save-article-file): Save decoded articles.
11540         (gnus-summary-write-article-file): When saving many files, use
11541         gnus-summary-write-to-file first and gnus-summary-save-in-file
11542         thereafter unless gnus-prompt-before-saving is always.
11543         (gnus-summary-save-article-body-file): Save decoded articles.
11544
11545         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11546
11547 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * nnrss.el (nnrss-check-group): Bind hash-index.
11550
11551 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11552
11553         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11554         its hash index.  Store this hash in `nnrss-group-data'.
11555         (nnrss-read-group-data): Update accordingly.
11556
11557 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11560         entry.
11561
11562         * gnus-sum.el (gnus-summary-make-menu-bar):
11563         Add gnus-article-browse-html-article.
11564
11565 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11566
11567         * gnus-sum.el (gnus-summary-mime-map):
11568         Add gnus-article-browse-html-article.
11569
11570         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11571
11572 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11575         suitable coding systems in customize.
11576
11577 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * mail-source.el (mail-sources): Fix custom type.
11580
11581 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11584         (gnus-summary-expire-articles-now): Shorten prompt.
11585
11586         * gmm-utils.el (wid-edit): Require.
11587         (defun-gmm): Rename from `gmm-defun-compat'.
11588         (gmm-image-search-load-path): Use it.
11589         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11590
11591 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-sum.el (gnus-summary-save-article-coding-system):
11594         New variable.
11595         (gnus-summary-save-article): Add optional `decode' argument.
11596         If it is set and gnus-summary-save-article-coding-system is non-nil,
11597         save decoded article.
11598         (gnus-summary-write-article-file): Save decoded article if
11599         gnus-summary-save-article-coding-system is non-nil.
11600
11601         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11602         type.
11603
11604 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11607
11608 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11611         first to test gnus-single-article-buffer which may be buffer-local.
11612
11613         * gnus-sum.el (gnus-summary-setup-buffer):
11614         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11615         group; make gnus-article-buffer, gnus-article-current, and
11616         gnus-original-article-buffer always buffer-local.
11617         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11618         group.
11619         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11620
11621 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * nnml.el (nnml-request-compact-group): Compressed files might not
11624         have .gz extension.
11625
11626 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11627
11628         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11629         (mm-copy-to-buffer): Use with-current-buffer.
11630         (mm-display-part): Simplify.
11631         (mm-inlinable-p): Add optional arg `type'.
11632
11633 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11634
11635         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11636         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11637         Try harder to show the attachment internally or externally using
11638         gnus-mime-view-part-as-type.
11639
11640 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * message.el (message-from-style, message-signature-separator)
11643         (message-user-organization-file, message-send-mail-function)
11644         (message-citation-line-function, message-yank-prefix)
11645         (message-indent-citation-function, message-signature)
11646         (message-signature-file, message-signature-insert-empty-line):
11647         Remove autoloads.
11648
11649         * gnus-art.el (gnus-buttonized-mime-types):
11650         Remove "multipart/signed".  Revert 2006-04-26 change.
11651
11652 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * gnus.el (gnus-version-number): Bump version.
11655
11656 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11657
11658         * gnus.el: No Gnus v0.5 is released.
11659
11660 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11663         fetching articles by message-id.
11664
11665 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * message.el (hashcash): Require hashcash as normal.
11668
11669         * ecomplete.el (ecomplete-highlight-match-line):
11670         Use point-at-eol.
11671         (ecomplete-highlight-match-line): Use `highlight', because that
11672         face exists in both Emacs and XEmacs.
11673
11674         * message.el (message-display-abbrev): Use point-at-bol.
11675
11676         * mail-source.el: Don't require timer/timer-funcs.
11677
11678         * gnus-async.el: Ditto.
11679
11680         * password.el: Ditto.
11681
11682         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11683
11684         * mm-url.el: Ditto.
11685
11686         * gnus-xmas.el: Don't require timer-funcs.
11687
11688         * mm-util.el: Require timer/timer-funcs.
11689
11690 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11691
11692         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11693         Close.
11694
11695 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11698         unibyte after clear-decrypt function runs.
11699
11700         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11701         returns as a unibyte string.
11702
11703 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * lpath.el: Revert.
11706
11707         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11708         (pgg-gpg-process-sentinel): Revert.
11709
11710         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11711         (pgg-pgp-lookup-key): Revert.
11712
11713         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11714         (pgg-pgp5-lookup-key): Revert.
11715
11716         * pgg.el (pgg-fetch-key): Revert.
11717
11718 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * lpath.el: Fbind string-as-multibyte for XEmacs.
11721
11722         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11723         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11724         (mml1991-pgg-encrypt): Ditto.
11725
11726         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11727         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11728         a multibyte buffer.
11729
11730         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11731         (pgg-pgp-lookup-key): Ditto.
11732
11733         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11734         (pgg-pgp5-lookup-key): Ditto.
11735
11736         * pgg.el (pgg-fetch-key): Ditto.
11737
11738 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * message.el (message-user-organization-file): Check several
11741         locations of the organization file.
11742
11743         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11744         Add gnus-article-view-part-as-type.
11745
11746         * gnus-art.el (gnus-article-view-part-as-type): New function.
11747
11748         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11749         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11750
11751         * mml.el: Simplify autoload.
11752         (mml-mode): defvar dnd-protocol-alist instead of using
11753         symbol-value.
11754         (mml-default-directory): New variable.
11755         (mml-minibuffer-read-file): Use it.
11756         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11757
11758         * message.el (message-citation-line-format): New variable.
11759         (message-insert-formated-citation-line): New function.
11760         (message-citation-line-function):
11761         Add `message-insert-formated-citation-line' to custom type.
11762
11763         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11764         to doc string.
11765
11766         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11767         depending on mm-verify-option.
11768
11769 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11772         binding pgg-* variables; reimplement the section which prevents
11773         MIME header from being signed.
11774         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11775         pgg-text-mode; remove a blank line at the top of body.
11776
11777         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11778         lines at the top of body; use gnus-newsgroup-charset if there's no
11779         Charset header.
11780
11781 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * message.el (message-self-insert-commands): Doc fix.
11784
11785         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11786         (mm-uu-pgp-encrypted-test): Ditto.
11787         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11788         between header and body; return application/pgp-encrypted handle
11789         if decryption failed; decode decrypted body by charset.
11790
11791         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11792         element match to application/pgp-*.
11793
11794 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11795
11796         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11797         HTML.
11798
11799 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * mail-source.el (mail-source-call-script): Message the error
11802         string.
11803
11804 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * gnus-util.el (gnus-byte-compile): Use it.
11807
11808 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11809
11810         * gnus-util.el (kill-empty-logs): New function.
11811
11812 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * message.el (message-mail-alias-type): Doc fix.
11815         (message-mail-alias-type-p): New function.
11816         (message-send): Use it.
11817         (message-mode): Ditto.
11818         (message-strip-forbidden-properties): Ditto.
11819
11820         * ecomplete.el (ecomplete-database-file-coding-system):
11821         New variable.
11822         (ecomplete-save): Use it.
11823         (ecomplete-setup): Use it.
11824
11825 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * message.el (message-self-insert-commands): New variable.
11828         (message-strip-forbidden-properties): Use it.
11829
11830 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11833         that doesn't make XEmacs choke.
11834
11835 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * gnus-util.el (gnus-replace-in-string):
11838         Prefer replace-regexp-in-string over of replace-in-string.
11839
11840 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-util.el (gnus-select-frame-set-input-focus):
11843         Use select-frame-set-input-focus if it is available in XEmacs; use
11844         definition defined in Emacs 22 for old Emacsen.
11845
11846         * dgnushack.el: Autoload unmorse-region for XEmacs.
11847
11848         * lpath.el: Bind cursor-in-non-selected-windows and
11849         select-frame-set-input-focus for XEmacs.
11850
11851 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11854
11855 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * gnus-registry.el (gnus-registry-cache-save): Remove text
11858         properties when saving via the temp buffer.
11859
11860 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * message.el (message-generate-hashcash): Honor custom type.
11863
11864 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865
11866         * message.el (message-generate-hashcash): Default to non-nil when
11867         hashcash is found.
11868
11869         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11870         (gnus-refer-thread-limit): Increase default to 500.
11871
11872         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11873
11874         * flow-fill.el (fill-flowed): Allow delete-space.
11875
11876 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11879         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11880         Remove autoloads.
11881
11882 2006-04-18  Simon Josefsson  <jas@extundo.com>
11883
11884         * message.el (message-generate-hashcash): Default to.
11885
11886 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11889         concatenating segments rather than before concatenating them.
11890
11891 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11894
11895 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11898
11899         * message.el (message-forward-make-body-plain):
11900         Allow message-forward-ignored-headers to be a list.
11901         (message-remove-ignored-headers): Factor out into function.
11902         (message-forward-make-body-mml): Use it.
11903
11904         * imap.el (imap-quote-specials): New function.
11905         (imap-login-auth): Quote specials.
11906
11907         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11908         (rfc2231-parse-string): Allow concatanation of parameters that
11909         aren't contiguous.  The test case is
11910           (mail-header-parse-content-type "message/external-body;
11911             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11912             access-type=LOCAL-FILE;
11913             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11914
11915 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11916
11917         * nntp.el (nntp-accept-process-output): Return the value of
11918         `nnheader-accept-process-output'.
11919
11920 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11921
11922         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11923         (gnus-button-alist): Recognize more diff formats.
11924         (gnus-button-patch): Strip directory.
11925
11926 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11929         Emacs 22 when setting focus.
11930
11931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * gnus-art.el (gnus-article-treat-types): Do treatment of
11934         text/x-verbatim parts.
11935         (gnus-button-patch): New command.
11936
11937         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11938         addresses that contain invalid characters.
11939
11940 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * message.el (message-put-addresses-in-ecomplete):
11943         Use gnus-replace-in-string.
11944         (message-is-yours-p): Use the more correct
11945         mail-header-parse-address instead of
11946         mail-extract-address-components.
11947         (message-put-addresses-in-ecomplete): Fix typo.
11948
11949         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11950         keystroke.
11951
11952         * gnus-art.el (gnus-treatment-function-alist): Change order of
11953         newsgroups/generic header folding to avoid double-folding.
11954
11955         * message.el (message-hidden-headers): Add X-Draft-From.
11956
11957         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11958         New command.
11959         (gnus-summary-repeat-search-article-backward): New command.
11960
11961         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11962         groups in the parent topic.
11963
11964 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11965
11966         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11967         (spam-extra-header-to-number): Return the CRM114 number as a
11968         number instead of a string.
11969
11970 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11971
11972         * gnus-art.el (gnus-face-properties-alist): Move here from
11973         gnus-fun.
11974
11975         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11976
11977 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * message.el (message-strip-forbidden-properties): Only display on
11980         self-insert-command.
11981
11982         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11983         reindent.
11984         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11985
11986 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11987
11988         * smiley.el (smiley-style): Fix typo.
11989
11990 2006-03-23  Kenichi Handa  <handa@m17n.org>
11991
11992         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11993         instead of set-buffer-multibyte.
11994
11995 2006-03-23  Kenichi Handa  <handa@m17n.org>
11996
11997         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11998         buffer and then decode the buffer text if necessary.
11999         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12000         first, and after mm-encode-body, change the buffer to unibyte.
12001
12002 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * hashcash.el (hashcash-insert-payment-async-2):
12005         Use message-goto-eoh instead of doing it manually.
12006         (mail-add-payment): Use message-narrow-to-header instead of trying
12007         to do the same itself.
12008
12009         * message.el (message-hidden-headers): Add Face.
12010
12011         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12012         reparenting code.
12013         (gnus-summary-reparent-children): Refactored out code.
12014         (gnus-summary-thread-map): New keystroke.
12015         (gnus-summary-reparent-children): Make into command.
12016
12017         * smiley.el (smiley-style): Default to `medium' if using a large
12018         font.
12019
12020         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12021         does it itself.
12022
12023         * message.el (message-point-in-header-p): Simplify definition.
12024
12025 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * nnagent.el (nnagent-request-set-mark): Silence log file
12028         writing.
12029         (nnagent-request-set-mark): Use write-region instead of
12030         append-to-file.
12031
12032         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12033         strange select method.
12034
12035         * ecomplete.el (ecomplete-display-matches): Get highlightling
12036         right.
12037         (ecomplete-display-matches): Use literals.
12038         (ecomplete-display-matches): Disable message logging.
12039
12040         * message.el (message-display-abbrev): Small optimization.
12041
12042         * ecomplete.el (ecomplete-display-matches): Allow automatic
12043         display.
12044
12045         * message.el (message-strip-forbidden-properties):
12046         Display abbrevs.
12047         (message-display-abbrev): Get automatic display right.
12048
12049         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12050         keystrokes.
12051
12052 2006-04-13  Romain Francoise  <romain@orebokech.com>
12053
12054         TODO: Backport to v5-10!
12055
12056         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12057         Move here (and rename) from gnus-registry.el.
12058
12059         * gnus-registry.el: Require gnus-util.
12060         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12061
12062 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12063
12064         * gnus-group.el (gnus-group-catchup-current):
12065         Change if-then-else-if-then-else into cond.
12066         (gnus-group-catchup): Indent.
12067         (group-name-at-point): New function.
12068         (gnus-fetch-group): Provide default from thing at point.
12069
12070 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12071
12072         * message.el (message-display-abbrev): Fix regexp.
12073
12074         * ecomplete.el (ecomplete-highlight-match-line):
12075         Reimplement choosing.
12076         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12077         dead variables.
12078
12079         * message.el (message-newline-and-indent): Remove debugging.
12080         (message-display-abbrev): Use new implementation.
12081
12082 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * gnus-art.el (gnus-article-mode):
12085         Set cursor-in-non-selected-windows to nil.
12086
12087         * smiley.el: Revert previous change.
12088         (smiley-data-directory): defvar it before using it in the
12089         defcustom of `smiley-style'.
12090
12091 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * message.el (message-newline-and-indent): New function.
12094
12095         * ecomplete.el: Implement more bits.
12096
12097         * message.el (message-put-addresses-in-ecomplete): Clean up the
12098         string.
12099
12100         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12101
12102         * gnus-sum.el (gnus-summary-save-parts):
12103         Bind gnus-summary-save-parts-counter and use it to make unique file
12104         names.
12105
12106         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12107
12108         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12109         parameter to say whether to actually parse the individual
12110         addresses.
12111
12112         * message.el (message-put-addresses-in-ecomplete): New function.
12113         (ecomplete): Require.
12114         (message-mail-alias-type): Add ecomplete as an option.
12115
12116 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12117
12118         * flow-fill.el (fill-flowed): Remove trailing space from blank
12119         quoted lines.
12120
12121 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122
12123         * smiley.el (smiley-style): Move definition later to avoid a
12124         compilation warning.
12125
12126 2006-04-12  Kenichi Handa  <handa@m17n.org>
12127
12128         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12129         buffer and then decode the buffer text if necessary.
12130         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12131         first, and after mm-encode-body, change the buffer to unibyte.
12132         Use mm-disable-multibyte instead of set-buffer-multibyte.
12133
12134 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12137         Content-Type header instead of Content-Disposition header.
12138         (gnus-mime-inline-part): Ditto.
12139         (gnus-mime-view-part-as-charset): Ignore charset that the part
12140         specifies.
12141
12142         * mm-decode.el (mm-display-part): Work with external parts and
12143         usual parts similarly.
12144
12145         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12146         instead of gnus-display-mime.
12147
12148         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12149         instead of with-temp-buffer.
12150
12151         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12152         tag to summarized topics part in order to encode non-ASCII text.
12153
12154 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * smiley.el (smiley-style): New variable.
12157         (smiley-directory): New function.
12158         (smiley-data-directory): Derive from `smiley-style' using
12159         `smiley-directory'.
12160         (smiley-regexp-alist): Add new entries.
12161
12162         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12163         (gnus-article-browse-delete-temp): Add :version.
12164
12165 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12166
12167         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12168         the sieve region.
12169
12170 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12171
12172         * gnus.el (gnus-version-number): Bump version.
12173
12174 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus.el: No Gnus v0.4 is released.
12177
12178 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12179
12180         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12181         layout.
12182
12183         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12184         unknown charset.
12185
12186         * message.el (message-header-synonyms): Add Original-To to the
12187         default.
12188
12189         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12190         optional parameter.
12191
12192 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gnus-fun.el (gnus): Require it for gnus-directory.
12195
12196 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12199
12200 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12201
12202         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12203
12204 2006-04-05  Simon Josefsson  <jas@extundo.com>
12205
12206         * password.el (password-reset): New function.
12207
12208 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12209
12210         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12211         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12212
12213 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12214
12215         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12216         Some whitespace was matched into the url, which broke browsing hits
12217         > 100 when mm-url-use-external was nil.
12218
12219 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12222         Check gnus-extra-headers for 'Newsgroups.
12223
12224         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12225         bound.
12226
12227 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12228
12229         * pgg-gpg.el: Clean up process buffers every time gpg processes
12230         complete.
12231
12232 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12235         doc string.
12236
12237 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12238
12239         * pgg-gpg.el (pgg-gpg-process-filter)
12240         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12241
12242         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12243         lines, temporary fix.
12244
12245 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12248
12249 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12250
12251         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12252         default-enable-multibyte-characters.  This reverts the change from
12253         revision 6.17 which is no longer necessary because the passphrase
12254         is sent separately now.  GnuPG messages are unreadable under
12255         multibyte locales with default-enable-multibyte-characters set to
12256         nil.
12257
12258 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-tool-bar-gnome): Move "spell".
12261
12262 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12265         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12266         instead.
12267
12268 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12269
12270         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12271         Improve newsgroups handling for NNTP overviews which don't include
12272         Newsgroups.
12273
12274 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12275
12276         * message.el (message-resend): Bind message-generate-hashcash to nil.
12277
12278 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12279
12280         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12281         when searching for already-paid recipients.
12282
12283 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12284
12285         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12286         passphrases when it is not needed.
12287         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12288         passphrase stuff from gpg, should only be necessary when you use
12289         gpg with a smartcard.
12290
12291 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mml.el (mml-insert-mime): Ignore cached contents of
12294         message/external-body part.
12295
12296         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12297         (mm-insert-part): Ditto.
12298
12299 2006-03-23  Simon Josefsson  <jas@extundo.com>
12300
12301         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12302         Reiner.
12303         (pgg-gpg-use-agent-p): Use it again.
12304
12305 2006-03-23  Simon Josefsson  <jas@extundo.com>
12306
12307         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12308         older emacsen.
12309         (pgg-gpg-use-agent-p): Don't use it.
12310
12311 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12314         if we can.
12315
12316 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12317
12318         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12319         (pgg-gpg-update-agent): New function.
12320         (pgg-gpg-use-agent-p): New function.
12321         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12322         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12323         (pgg-gpg-sign-region): Use it.
12324
12325 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12328         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12329
12330 2006-03-21  Simon Josefsson  <jas@extundo.com>
12331
12332         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12333         <wilde@sha-bang.de>.
12334         (pgg-gpg-use-agent): New variable.
12335         (pgg-gpg-process-region): Use it.
12336         (pgg-gpg-encrypt-region): Likewise.
12337         (pgg-gpg-encrypt-symmetric-region): Likewise.
12338         (pgg-gpg-decrypt-region): Likewise.
12339         (pgg-gpg-sign-region): Likewise.
12340         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12341
12342 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12345
12346         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12347         Add comment on version.
12348
12349 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * smiley.el: Add missing test smiley.
12352
12353 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * mm-decode.el (mm-with-part): New macro.
12356         (mm-get-part): Use it; work with message/external-body as well.
12357         (mm-save-part): Treat name and filename equally.
12358
12359         * mm-extern.el (mm-extern-cache-contents): New function.
12360         (mm-inline-external-body): Use it; force the part to be displayed;
12361         move undisplayer added to the cached handle to the parent.
12362
12363         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12364         (gnus-mime-view-part-as-type): Work with message/external-body.
12365
12366         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12367
12368 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12371         images in image-load-path.  [Sync with image.el, revision 1.60, in
12372         Emacs.]
12373
12374 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12377         path rather than symbol.  Always return list of directories.
12378         Guarantee that image directory comes first.  [Sync with image.el,
12379         revision 1.59, in Emacs.]
12380
12381         * message.el (message-make-tool-bar): Adjust to new API of
12382         `gmm-image-load-path-for-library'.
12383
12384         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12385
12386         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12387
12388 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12389
12390         * gnus-art.el (gnus-article-only-boring-p):
12391         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12392         intangible text.
12393         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12394
12395 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12398         Use `defun' instead of `gmm-defun-compat'.
12399
12400 2006-03-14  Simon Josefsson  <jas@extundo.com>
12401
12402         * message.el (message-unique-id): Don't use message-number-base36
12403         if (user-uid) is a float.
12404         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12405
12406 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12409
12410         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12411         empty line between a part and a message part.
12412
12413 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * smiley.el: Add more test smileys.
12416         (smiley-data-directory, smiley-regexp-alist)
12417         (gnus-smiley-file-types): Fix doc strings.
12418         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12419         adding new elements.
12420         (smiley-mouse-map): Unused code.  Make it a comment.
12421
12422 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12425         scan latest NoCeM messages instead of old ones.
12426         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12427         delimiters that are recently used.
12428         (gnus-nocem-load-cache): Add autoload cookie.
12429
12430         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12431
12432         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12433         level which is larger than gnus-use-nocem is specified.
12434
12435         * gnus-group.el (gnus-group-get-new-news): Ditto.
12436
12437 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gnus-util.el (gnus-tool-bar-update): New function.
12440
12441         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12442         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12443
12444         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12445
12446         * gnus-group.el (gnus-group-redraw-when-idle)
12447         (gnus-group-redraw-check): Remove.
12448         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12449
12450 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12453         if optional last element is specified in splits (FIELD VALUE...).
12454
12455 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12458         to gmm-image-load-path-for-library.  Call with no-error argument.
12459         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12460
12461         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12462
12463         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12464
12465         * gmm-utils.el (gmm-image-load-path): Remove alias.
12466
12467 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gmm-utils.el (gmm-image-load-path): Add alias.
12470
12471         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12472         nnml-generate-nov-databases-1.
12473         (nnml-generate-nov-databases): Use it.
12474         (nnml-generate-nov-databases-directory): Document no-active
12475         argument.
12476
12477         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12478         directory if path is t.  Add no-error.
12479
12480         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12481         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12482
12483         * gnus-art.el (gnus-article-browse-delete-temp-files):
12484         Simplify resetting gnus-article-browse-html-temp-list.
12485
12486         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12487         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12488         Add example to docstring.  Rename local variables.  Move error
12489         checks to default case in cond and simplify.
12490
12491 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12494         handle is multipart when calling it recursively.
12495         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12496
12497 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12498
12499         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12500         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12501
12502 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12505         is loaded.
12506
12507         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12508         loaded.
12509
12510 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12513         to "Emacs 23 (unicode)" in doc string.
12514
12515         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12516         "Emacs 23 (unicode)" in comment.
12517
12518 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12521
12522         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12523         characters 160 through 255 in Emacs 23.
12524
12525 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12528         gnus-article-browse-html-temp.
12529         (gnus-article-browse-delete-temp): Make it customizable.
12530         Add `file'.  Adjust doc string.
12531         (gnus-article-browse-delete-temp-files): Add argument.
12532         Allow query for each file.  Adjust doc string.
12533         (gnus-article-browse-html-parts):
12534         Add `gnus-article-browse-delete-temp-files' to
12535         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12536
12537 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12538
12539         * gnus-art.el (gnus-article-browse-html-temp)
12540         (gnus-article-browse-delete-temp): New variables.
12541         (gnus-article-browse-delete-temp-files): New function.
12542         (gnus-article-browse-html-parts): Use it.
12543
12544 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12547
12548         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12549         string.
12550
12551         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12552         gnus-summary-insert-new-articles when unplugged.
12553         Remove gnus-summary-search-article-forward.
12554
12555         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12556         display-visual-class instead of display-color-cells.
12557
12558 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * dgnushack.el: Autoload customize-group for XEmacs.
12561
12562         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12563         message/* containing non-ASCII text properly.
12564
12565 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * message.el: Require gmm-utils, remove autoloads.
12568         (message-tool-bar): Set default based on
12569         gmm-tool-bar-style.
12570         (message-tool-bar-gnome): Add gmm-customize-mode.
12571
12572         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12573         gmm-tool-bar-style.
12574         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12575
12576         * gnus-group.el (gnus-group-tool-bar): Set default based on
12577         gmm-tool-bar-style.
12578         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12579
12580         * gmm-utils.el (gmm-image-directory): Rename variable from
12581         gmm-image-load-path.
12582         (gmm-image-load-path): Use gmm-image-directory.
12583         (gmm-customize-mode): New function.
12584         (gmm-tool-bar-style): New variable.
12585
12586         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12587         gnus-group-redraw-line-number.
12588         (gnus-group-redraw-check): Simplify.
12589         (gnus-group-tool-bar-update): Remove redraw check.
12590         (gnus-group-make-tool-bar): Add redraw check.
12591
12592 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12593
12594         * gnus-art.el (gnus-button): Add missing parentheses.
12595
12596 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * lpath.el: Fbind line-number-at-pos.
12599
12600 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12603
12604 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * gnus-art.el (gnus-button): New face.
12607         (gnus-article-button-face): Use it.
12608
12609         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12610         Add gnus-summary-next-page.  Re-order.
12611
12612         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12613         next-node are now included.
12614         (gnus-group-redraw-line-number): New internal variable.
12615         (gnus-group-redraw-check): Helper function for updating the tool
12616         bar.
12617         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12618
12619         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12620
12621         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12622         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12623         Use it to match format of Spamassassin 3.0 and later.
12624         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12625         (spam-check-bogofilter)
12626         (spam-bogofilter-register-with-bogofilter): Fix args of
12627         `gnus-error' calls.
12628
12629 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12632         unnecessary interaction when sending queued mails.
12633         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12634
12635 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12638         first or last are nil.
12639
12640 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12641
12642         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12643
12644 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645
12646         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12647
12648 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12649
12650         * dns.el (query-dns): Protect more against buggy tcp output.
12651
12652 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12655         nov.php.
12656
12657 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12658
12659         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12660         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12661         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12662         output on the server side.
12663         (nnweb-google-create-mapping): Update regexps and add some
12664         progress indication.
12665
12666 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-group.el (gnus-group-tool-bar-gnome):
12669         Fix gnus-agent-toggle-plugged.  Re-order icons.
12670         (gnus-group-tool-bar-gnome):
12671         Add gnus-group-{prev,next}-unread-group.
12672         (gnus-group-tool-bar-gnome): Re-order icons.
12673
12674         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12675         Move gnus-summary-insert-new-articles.
12676
12677         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12678         Fix comments.
12679
12680         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12681         also available in Emacs 21.3.
12682
12683         * message.el (message-fix-before-sending): Change "Emacs 22" to
12684         "Emacs 23 (unicode)" in comment.
12685
12686         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12687         "Emacs 23 (unicode)" in comment.
12688
12689         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12690         comment.
12691         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12692
12693         * mm-view.el (mm-fill-flowed): Add :version.
12694
12695 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12698         and load-path.
12699
12700 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * message.el: Autoload gmm-image-load-path.
12703         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12704         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12705         consitency.
12706
12707         * gmm-utils.el (gmm-image-load-path): Also search in
12708         "../etc/images".  Don't set gmm-image-load-path if we don't find
12709         the image.
12710
12711 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gmm-utils.el (gmm-image-load-path): Don't make
12714         `gmm-image-load-path' include subdirectories which the second arg
12715         `image' might specify.
12716
12717         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12718         subdirectory to icon file names.
12719
12720         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12721
12722 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12725         gmm-image-load-path calls.
12726
12727         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12728
12729         * message.el (message-make-tool-bar): Ditto.
12730
12731         * mml.el (mml-preview): Add comment concerning tool bar icons.
12732
12733         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12734         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12735
12736         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12737         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12738
12739         * message.el (message-tool-bar-gnome): Use new icon names.
12740         (message-make-tool-bar): Use `gmm-image-load-path'.
12741
12742         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12743         New functions from MH-E.
12744         (gmm-image-load-path): New variable from MH-E.
12745         (gmm-image-load-path): New function from MH-E.  Add arguments
12746         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12747         *-image-load-path-called-flag.
12748
12749 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12750
12751         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12752
12753 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12754
12755         * nnimap.el (nnimap-request-move-article): Change folder back to
12756         source group before deleting.
12757
12758 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12761
12762         * gnus-art.el (mm-url-insert-file-contents-external):
12763         Autoload mm-url.
12764
12765         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12766
12767 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12770         coding system which mm-charset-to-coding-system returns for a
12771         given charset is valid.
12772
12773 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12774
12775         * html2text.el (html2text-remove-tag-list):
12776         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12777
12778 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12779
12780         * gnus-cus.el: Revert 2005-10-17 change.
12781
12782 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-art.el (article-strip-banner):
12785         Call article-really-strip-banner only when the regexp match is made.
12786
12787 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-art.el (article-strip-banner):
12790         Use gnus-extract-address-components instead of
12791         mail-header-parse-addresses to make it work with non-ASCII text;
12792         remove mail-encode-encoded-word-string.
12793
12794         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12795         values which are surrounded with \"...\"; make it never cause a
12796         Lisp error; give up parsing of parameters if it failed in
12797         extracting type.
12798
12799 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12800
12801         * smime.el (smime-cert-by-ldap-1): Fix bug where
12802         `smime-ldap-search' returns results without userCertificates.
12803
12804 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12807
12808 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * spam.el (spam-check-spamassassin-headers): Adapt format for
12811         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12812         <ari@mbf.ocn.ne.jp>.
12813         (spam-list-of-processors): Add spam-use-gmane.
12814
12815 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12818         make-temp-file; make it work with XEmacs as well.
12819
12820         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12821         mm-make-temp-file.
12822
12823         * mm-decode.el (mm-display-external): Use the 3rd arg of
12824         mm-make-temp-file.
12825         (mm-create-image-xemacs): Ditto.
12826
12827 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12830         with message-narrow-to-headers.
12831         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12832         (gnus-draft-check-draft-articles): New function.
12833         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12834
12835 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-art.el (gnus-article-browse-html-parts):
12838         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12839         Don't use suffix argument for mm-make-temp-file for Emacs 21
12840         compatibility.  Remove useless `format'.
12841
12842 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12843
12844         * nnweb.el (nnweb-google-wash-article): Update regexps.
12845         (nnweb-group-alist): Use defvoo instead of defvar.
12846
12847 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12850         re-loading nn* modules.
12851
12852 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12855         for `tool-bar-mode' and don't check it's default-value.
12856
12857         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12858
12859         * message.el (message-make-tool-bar): Ditto.
12860
12861         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12862         `substring'.  Shorten tmp-file name.
12863
12864         * gnus.el: Remove bogus comment.
12865
12866 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12867
12868         * gnus-art.el (gnus-article-browse-html-parts): New function.
12869         (gnus-article-browse-html-article): New function for viewing html
12870         articles with a browser.
12871
12872 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12873
12874         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12875         in elisp.
12876         (pgg-gpg-encrypt-symmetric-region): Ditto.
12877         (pgg-gpg-sign-region): Ditto.
12878
12879         * pgg-def.el (pgg-text-mode): New variable.
12880
12881         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12882         (mml2015-pgg-encrypt): Ditto.
12883
12884         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12885         (mml1991-pgg-encrypt): Ditto.
12886
12887 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * nnfolder.el (nnfolder-insert-newsgroup-line):
12890         Use message-make-date instead of current-time-string.
12891
12892         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12893         to gnus-decoded which mm-uu might set.
12894
12895 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12898         don't decode quoted parameters; remove misimported Emacs code.
12899         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12900         (rfc2231-decode-encoded-string): Don't use split-string which
12901         behaves differently according to Emacs version; use
12902         mm-decode-coding-region to convert charset to coding-system.
12903         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12904         (rfc2231-encode-string): Remove misimported Emacs code.
12905
12906 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12909         when calling mail-header-parse-content-type.
12910         (article-de-quoted-unreadable): Ditto.
12911         (article-de-base64-unreadable): Ditto.
12912         (article-wash-html): Ditto.
12913
12914         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12915         calling mail-header-parse-content-type and
12916         mail-header-parse-content-disposition.
12917         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12918         mail-header-parse-content-type.
12919
12920         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12921         insert charset and format parameters; encode description after
12922         inserting it to buffer.
12923         (mml-insert-parameter): Fold lines properly even if a parameter is
12924         segmented into two or more lines; change the max column to 76.
12925
12926         * rfc1843.el (rfc1843-decode-article-body): Don't use
12927         ignore-errors when calling mail-header-parse-content-type.
12928
12929         * rfc2231.el (rfc2231-parse-string): Return at least type if
12930         possible; don't cause an error even if it fails in parsing of
12931         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12932         (rfc2231-encode-string): Don't break lines at the beginning, leave
12933         it to mml-insert-parameter.
12934
12935         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12936         calling mail-header-parse-content-type.
12937
12938 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * spam-report.el (spam-report-gmane-use-article-number):
12941         Improve doc string.
12942         (spam-report-gmane-internal): Check if a suitable header was found
12943         in the article.
12944
12945 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12948         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12949
12950 2006-02-05  Romain Francoise  <romain@orebokech.com>
12951
12952         Update copyright notices of all files in the gnus directory.
12953
12954 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12955
12956         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12957
12958 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12961         segmented lines of parameter value to cope with Thunderbird 1.5
12962         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12963         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12964         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12965
12966 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12967
12968         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12969         parts.
12970
12971 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12972
12973         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12974         there's only one active file for all servers.
12975         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12976         solid groups.  Gnus might have used a FAST request to select the group.
12977         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12978         and nnweb-search redundantly in the active file.
12979         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12980         (nnweb-request-create-group): Don't use ARGS.
12981         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12982         initialisations.  Let nnoo do the work.
12983
12984 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12987         Say the part has been decoded.
12988
12989         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12990
12991 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12992
12993         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12994         mailcap-viewer-test-cache when there's no 'test clause, since that
12995         will invert the meaning of a "nil" test previously determined by
12996         mailcap-mailcap-entry-passes-test.
12997
12998 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13001         compiling.
13002
13003         * gnus-sum.el: Ditto.
13004
13005         * message.el: Don't bind tool-bar-map when compiling.
13006
13007 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13010
13011 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13012
13013         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13014         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13015         current Google Groups.
13016
13017 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13020         and tool-bar-mode.
13021
13022         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13023         and tool-bar-mode.
13024
13025         * message.el (message-tool-bar-update): Simplify.
13026         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13027
13028         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13029         gnus-summary-buffer.
13030         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13031         gnus-summary-reply.
13032
13033         * gmm-utils.el (gmm): Add :version.
13034
13035 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * Makefile.in (clean): New rule.
13038         (distclean): Use it.
13039
13040 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13041
13042         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13043         Don't autoload.
13044
13045 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gmm-utils.el (gmm-verbose): Add :group.
13048
13049 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * message.el: Change some comments WRT tool-bars.
13052
13053         * gnus-sum.el (gnus-summary-tool-bar)
13054         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13055         (gnus-summary-tool-bar-zap-list): New variables.
13056         (gnus-summary-make-tool-bar): Complete rewrite using
13057         `gmm-tool-bar-from-list'.
13058
13059         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13060         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13061         New variables.
13062         (gnus-group-make-tool-bar): Complete rewrite using
13063         `gmm-tool-bar-from-list'.
13064         (gnus-group-tool-bar-update): New function.
13065
13066         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13067
13068 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13071         is dissected into a single part of which the type is the same as
13072         the given one; decode charset.
13073
13074 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13075
13076         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13077         into alists as symbol not string, since that's what
13078         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13079         look for.
13080
13081 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13084         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13085
13086         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13087
13088 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13091         (gnus-xmas-mime-security-button-menu): New function.
13092
13093         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13094         (gnus-mime-security-button-menu): New definition.
13095         (gnus-mime-security-button-map): Use them.
13096         (gnus-mime-security-button-menu): New function.
13097         (gnus-insert-mime-security-button): Addition to help echo.
13098         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13099         (gnus-mime-security-pipe-part): New functions.
13100
13101         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13102         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13103
13104         * mm-decode.el (mm-handle-set-disposition): Remove.
13105         (mm-handle-set-description): Remove.
13106
13107 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13110         (mm-w3m-standalone-supports-m17n-p): New function.
13111         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13112         w3m usage.
13113
13114         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13115         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13116
13117 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * message.el (message-tool-bar-zap-list):
13120         Use gmm-tool-bar-zap-list as custom type.
13121         (message-tool-bar-update): New function.
13122         (message-tool-bar, message-tool-bar-gnome)
13123         (message-tool-bar-retro): Add message-tool-bar-update.
13124         (message-tool-bar-gnome): Add flyspell-buffer.
13125
13126         * gnus-util.el (gnus-error): Describe `args'.
13127
13128         * gmm-utils.el (gmm-error): Describe `args'.
13129         (gmm-tool-bar-zap-list): New widget.
13130         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13131
13132 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13135         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13136         the number of recursive calls.
13137
13138         * mm-decode.el (mm-handle-set-disposition): New macro.
13139         (mm-handle-set-description): New macro.
13140
13141 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13144         encoding.
13145
13146 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * message.el (message-tool-bar-zap-list, message-tool-bar)
13149         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13150         (message-tool-bar-local-item-from-menu): Remove.
13151         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13152         (message-make-tool-bar): New function.
13153         (message-mode): Use `message-make-tool-bar'.
13154
13155         * gmm-utils.el: New file.
13156         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13157         (gmm-lazy): New widget copied from `nnmail.el'.
13158         (gmm-tool-bar-from-list): New function for creating customizable
13159         tool bars.
13160         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13161         output.
13162         (gmm): Add :prefix to defgroup.
13163
13164 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13165
13166         * gmm-utils.el (gmm-widget-p): New function.
13167
13168 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * mml.el (mml-attach-file): Describe `description' in doc string.
13171         (mml-menu): Add Emacs MIME manual and PGG manual.
13172
13173 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13174
13175         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13176
13177 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13178
13179         * nntp.el (nntp-end-of-line): Doc fix.
13180
13181 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13182
13183         * imap.el (imap-open): Handle case where buffer is a buffer
13184         object.
13185
13186 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * gnus-delay.el (gnus-delay): Don't autoload.
13189         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13190         to be re-loaded when customizing the `gnus-delay' group.
13191
13192 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13193
13194         * message.el (message-insert-citation-line): Use newlines.
13195
13196 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13197
13198         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13199         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13200         these routines, so the passphrase can be managed externally and
13201         passed in to the system.
13202         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13203         pgg-add-passphrase-to-cache function.
13204
13205         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13206         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13207         these routines, so the passphrase can be managed externally and
13208         passed in to the system.
13209         (pgg-pgp5-sign-region): Use new name of
13210         pgg-add-passphrase-to-cache function.
13211
13212 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13213
13214         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13215         part of the decoded armor to find the key-identifier.
13216         (pgg-gpg-lookup-key-owner): New function to return the
13217         human-readable identifier of a key owner.
13218         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13219         itself.
13220         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13221         the key value) if we have a key and can match it against a secret
13222         key.  Also, added a note pointing out fact that the prompt only
13223         indicates the first matching key.
13224
13225         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13226         pgg-decrypt-region.
13227         (pgg-add-passphrase-to-cache): Rename from
13228         `pgg-add-passphrase-cache' to reduce confusion (all callers
13229         changed).
13230         (pgg-remove-passphrase-from-cache): Rename from
13231         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13232         changed).
13233         (pgg-read-passphrase, pgg-add-passphrase-cache)
13234         (pgg-remove-passphrase-cache): Add informative docstrings.
13235         (pgg-decrypt): Convey provided passphrase in subordinate call to
13236         pgg-decrypt-region.
13237
13238 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13239
13240         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13241         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13242         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13243         'passphrase' argument, so the passphrase can be managed externally
13244         and then passed in to the system.
13245
13246         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13247         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13248         so the passphrase cache can be used reliably with identifiers
13249         besides a pgp packet's key id.
13250
13251         * pgg-gpg.el (pgg-gpg-encrypt-region)
13252         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13253         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13254         these routines, so the passphrase can be managed externally and
13255         passed in to the system.
13256
13257         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13258         'notruncate' argument, so the passphrase cache can be used
13259         reliably with identifiers besides a pgp packet's key id.
13260
13261 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13262
13263         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13264         symmetric encryption.
13265         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13266         encrypted session key.
13267         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13268         message ask for the passphrase in a proper way.
13269
13270         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13271         New user commands for symmetric encryption.
13272
13273 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13276
13277         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13278
13279 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13280
13281         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13282
13283 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * mm-decode.el (mm-inlined-types): Add application/pgp.
13286         (mm-automatic-display): Ditto.
13287
13288         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13289         part as text.
13290
13291 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * nnrss.el: Update copyright.
13294         (nnrss-opml-import): Query whether to subscribe to each entry.
13295
13296         * gnus-art.el:
13297         * gnus-sum.el:
13298         * gnus-xmas.el:
13299         * messagexmas.el:
13300         * mm-uu.el:
13301         * mm-view.el: Update copyright.
13302
13303 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * message.el (message-info): New function.
13306         (message-mode-menu): Add it.
13307         Update copyright.
13308
13309         * ChangeLog: Fix and update copyright.
13310
13311 2006-01-13  Romain Francoise  <romain@orebokech.com>
13312
13313         * message.el (message-forward-subject-name-subject): Prefer the
13314         address to 'nowhere' if the sender has no name.
13315         Fix typo.  Update copyright year.
13316
13317 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (article-wash-html):
13320         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13321         (gnus-article-wash-html-with-w3m-standalone): New function.
13322
13323         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13324         mm-inline-text-html-render-with-w3m-standalone.
13325         (mm-text-html-washer-alist): Map w3m-standalone to
13326         gnus-article-wash-html-with-w3m-standalone.
13327         (mm-inline-text-html-render-with-w3m-standalone): New function.
13328
13329 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13332         Improve LaTeX.
13333
13334 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13337         (nnrss-request-article): Render text/plain parts as HTML.
13338
13339         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13340         the buffer.
13341
13342 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13345         custom definition of `gnus-posting-styles'.
13346
13347         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13348         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13349
13350 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13353         Use nntp for bug archive.
13354
13355 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13358         parts.
13359         (nnrss-normalize-date): New function converts ISO 8601 date into
13360         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13361         (nnrss-check-group): Use it.
13362
13363 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13366
13367         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13368         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13369         (nnrss-insert-w3): Ditto.
13370
13371 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13374         the articles to be forwarded including the case where neither a
13375         number of articles nor a region is specified.
13376
13377 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * nnrss.el (nnrss-request-article): Fix last change; fill
13380         text/plain parts.
13381
13382 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13385         in text/plain part.
13386         (nnrss-check-group): Don't add excessive newline to dc:subject.
13387
13388 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13389
13390         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13391         article.
13392
13393 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13396         (nnml-use-compressed-files, nnml-save-mail): Support other
13397         comression programs such as bzip2.
13398
13399 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13400
13401         * dns.el (query-dns): Make sure we check the buffer size before
13402         removing tcp headers.
13403
13404 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13407         remove MIME buttons associated with multipart/alternative parts.
13408         (gnus-mime-display-alternative): Tag buttons using `article-type'
13409         text property.
13410
13411         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13412         associated with multipart/alternative parts.
13413
13414         * gnus-art.el (gnus-signature-separator): Fix custom type.
13415
13416         * mm-decode.el (mm-inlined-types): Fix custom type.
13417         (mm-keep-viewer-alive-types): Ditto.
13418         (mm-automatic-display): Ditto.
13419         (mm-attachment-override-types): Ditto.
13420         (mm-inline-override-types): Ditto.
13421         (mm-automatic-external-display): Ditto.
13422
13423 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * spam-report.el (spam-report-user-mail-address)
13426         (spam-report-user-agent): New variables.
13427         (spam-report-url-ping-plain): Use spam-report-user-agent.
13428
13429 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13430
13431         * gnus-art.el (gnus-button-handle-custom): Do not just use
13432         `customize-apropos' for any "M-x customize-*" button but the
13433         function called for.  Accept both the function name and its
13434         argument in order to achieve this.
13435         (gnus-button-alist): Remove support for "custom:" URL's.
13436         Pass function name to `gnus-button-handle-custom' in case of "M-x
13437         customize-*" buttons.
13438
13439 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13442         multipart/alternative and add xref to mm-discouraged-alternatives
13443         in doc string.
13444
13445         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13446         gnus-buttonized-mime-types in doc string.
13447
13448 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13451         Suggest image/.* in the doc string.
13452
13453 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13456         message-marks (Debian bug #342521).
13457
13458 2005-12-12  Simon Josefsson  <jas@extundo.com>
13459
13460         * password.el (password-read-from-cache): Add.
13461         (password-read): Use it.
13462
13463 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * rfc2047.el (rfc2047-charset-to-coding-system):
13466         Recognize us-ascii as a MIME charset.
13467
13468         * mm-bodies.el (mm-decode-content-transfer-encoding):
13469         Protect against the case where the 2nd arg TYPE is nil.
13470
13471 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * pop3.el (pop3-stream-type): Fix custom version.
13474
13475         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13476
13477 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13478
13479         * mm-decode.el (mm-display-external): Add missing cdr.
13480
13481 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13484         RFC1524) if it is in mailcap or add a suffix according to
13485         mailcap-mime-extensions when generating a temp filename; postpone
13486         deleting a temp file for 2 seconds for some wrappers, shell
13487         scripts, and so on, which might exit right after having started a
13488         viewer command as a background job.
13489
13490 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * nntp.el (nntp-marks-directory): Fix custom group.
13493
13494         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13495         steps when < 10.
13496
13497         * gnus-start.el (gnus-no-server-1):
13498         Mention `gnus-level-default-subscribed' in doc string.
13499
13500 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13501
13502         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13503         parens.
13504
13505 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-xmas.el (gnus-use-toolbar): Revert.
13508         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13509         gnus-use-toolbar is default.
13510
13511         * messagexmas.el (message-use-toolbar): Revert.
13512         (message-setup-toolbar): Use global default-toolbar if
13513         message-use-toolbar is default.
13514
13515 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13518         according to default-toolbar-visible-p.
13519
13520         * messagexmas.el (message-use-toolbar): Ditto.
13521
13522 2005-11-26  Dave Love  <fx@gnu.org>
13523
13524         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13525         (tls-program, tls-success): Provide openssl alternative.
13526
13527         * starttls.el: Doc fixes.
13528         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13529         SERVICE to PORT.
13530
13531         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13532         port null or service name.
13533         (starttls-negotiate): Autoload.
13534
13535 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * message.el (message-kill-to-signature): Fix interactive spec.
13538
13539 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * pop3.el (pop3-open-server): Recognize a string as a service name.
13542
13543 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13544
13545         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13546
13547 2005-11-23  Dave Love  <fx@gnu.org>
13548
13549         Add pop3s, pop3/starttls.
13550
13551         * pop3.el (pop3-authentication-scheme): Clarify doc.
13552         (open-tls-stream, starttls-open-stream): Autoload.
13553         (pop3-stream-type): New.
13554         (pop3-open-server): Use it.
13555
13556         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13557         for POP.
13558         (mail-source-keyword-map): Add :stream for POP.
13559         (mail-source-fetch-pop): Use pop3-stream-type.
13560
13561 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13564         of current-time-string.
13565
13566 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13567
13568         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13569         date header.
13570
13571 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13572
13573         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13574         it can seriously impact performance as it bypasses the agent's
13575         local caches.
13576
13577 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13578
13579         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13580         must be explicitly online rather than "not explicitly offline" for
13581         its flags to be synchronized.
13582
13583         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13584         that gnus-uu-unmark-thread will function correctly.
13585
13586         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13587         1024K is instead displayed as 1M.
13588
13589 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13592
13593 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13594
13595         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13596
13597 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13598
13599         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13600         error message to display actual error condition.
13601         (gnus-agent-save-local): Avoid saving symbols that are bound to
13602         nil as they simply result in a warning message in
13603         gnus-agent-read-local.
13604
13605 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13608         rather than make-variable-buffer-local for file-precious-flag.
13609
13610 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13611
13612         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13613         for duplicates which are removed.  The invalid sort check then
13614         triggers a rescan after the sort as sorting may have moved
13615         duplicate entries such that they can be cheaply detected.
13616
13617 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13620
13621 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13622
13623         * gnus-agent.el (gnus-agent-article-alist-save-format):
13624         Change internal variable to a custom variable.  Change default value
13625         from compressed(2) to uncompressed(1).
13626         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13627         support for uncompressed agentview files.  Taken together, reading
13628         the agentview file should now be 6-7 times faster.
13629
13630 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13631
13632         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13633         as a buffer-local variable.  This avoids creating truncated
13634         dribble files as a result of a hang up, eg.
13635
13636 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13637
13638         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13639         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13640         XEmacs.
13641
13642 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gnus-start.el (gnus-start-draft-setup):
13645         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13646
13647         * gnus.el (gnus-splash): Change custom group.
13648         (gnus-group-get-parameter, gnus-group-parameter-value):
13649         Describe allow-list argument.
13650
13651         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13652         string.
13653
13654 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * gnus-art.el (gnus-default-article-saver): Add user-defined
13657         `function' to custom type.
13658
13659 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13660
13661         * imap.el (imap-open): Handle case where buffer is a buffer
13662         object.
13663
13664 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13667         long lines.
13668         (gnus-cache-delete-group): Wrap doc strings.
13669
13670         * gnus-agent.el (gnus-agent-rename-group)
13671         (gnus-agent-delete-group): Wrap doc strings.
13672
13673 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * messagexmas.el (message-use-toolbar): Change the valid values
13676         into default, top, bottom, left, and right.
13677         (message-toolbar-thickness): New variable.
13678         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13679         well.
13680         (message-setup-toolbar): Make it work.
13681
13682         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13683         (gnus-use-toolbar): Change the valid values into default, top,
13684         bottom, left, and right.
13685         (gnus-toolbar-thickness): New variable.
13686         (gnus-xmas-setup-toolbar): New function.
13687         (gnus-xmas-setup-group-toolbar): Use it.
13688         (gnus-xmas-setup-summary-toolbar): Use it.
13689
13690 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13691
13692         * gnus-start.el (gnus-1): Add "native" to
13693         gnus-predefined-server-alist.
13694
13695         * gnus.el (gnus-method-to-server): Don't add "native" to the
13696         lists here, because that leads to problems when
13697         gnus-select-method is bound.
13698
13699 2005-11-09  Simon Josefsson  <jas@extundo.com>
13700
13701         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13702         use (not sort-by-date) instead.
13703
13704 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13705
13706         * gnus-delay.el (gnus-delay-group): Don't autoload.
13707         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13708         to be re-loaded when customizing the `gnus-delay' group.
13709
13710 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13711
13712         * message.el: Revert last changes.
13713         (message-insert-citation-line): Use newlines.
13714
13715 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13716
13717         * message.el (message-courtesy-message)
13718         (message-mark-insert-begin, message-mark-insert-end)
13719         (message-elide-ellipsis, message-cancel-message)
13720         (message-add-header, message-change-subject)
13721         (message-cross-post-followup-to-header)
13722         (message-cross-post-insert-note, message-reduce-to-to-cc)
13723         (message-widen-reply, message-delete-not-region)
13724         (message-kill-to-signature, message-insert-signature)
13725         (message-insert-importance-high, message-insert-importance-low)
13726         (message-insert-or-toggle-importance)
13727         (message-insert-disposition-notification-to)
13728         (message-indent-citation, message-yank-original)
13729         (message-cite-original-without-signature, message-cite-original)
13730         (message-insert-citation-line, message-position-on-field)
13731         (message-fix-before-sending, message-send-mail-partially)
13732         (message-send-mail, message-send-mail-with-sendmail)
13733         (message-send-mail-with-qmail, message-send-news)
13734         (message-check-news-header-syntax, message-generate-headers)
13735         (message-insert-courtesy-copy, message-fill-address)
13736         (message-fill-header, message-shorten-references)
13737         (message-setup-1, message-cancel-news)
13738         (message-forward-make-body-plain, message-forward-make-body-mime)
13739         (message-forward-make-body-mml, message-encode-message-body)
13740         (message-forward-make-body-digest-plain)
13741         (message-forward-make-body-digest-mime)
13742         (message-use-alternative-email-as-from): Insert `hard-newline'
13743         instead of ordinary newlines.
13744
13745 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * message.el (message-generate-headers): Downcase the argument
13748         given to message-check-element.
13749
13750 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13751
13752         * nntp.el (nntp-authinfo-rejected): New error condition.
13753         (nntp-wait-for): Use new error condition to signal authentication
13754         error.
13755         (nntp-retrieve-data): Rethrow new error condition to break out of
13756         recursive call to nntp-send-authinfo.
13757
13758 2005-11-08  Romain Francoise  <romain@orebokech.com>
13759
13760         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13761         (gnus-summary-exit-map): Bind to `Z p'.
13762         (gnus-summary-make-menu-bar): Add menu item.
13763
13764 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13767         (gnus-treat-*): Add `first' in all doc strings.
13768
13769         * gnus-group.el (gnus-group-compact-group): Fix typo.
13770
13771 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus.el (gnus-parameters-case-fold-search): New variable.
13774         (gnus-parameters-get-parameter): Use it.
13775
13776         * gnus-score.el (gnus-home-score-file): Doc fix.
13777
13778 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13779
13780         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13781
13782 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * mm-util.el (mm-special-display-p): New function.
13785
13786         * mml.el (mml-preview): Use it; doc fix.
13787
13788 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13789
13790         * imap.el (imap-open): Handle case where buffer is a buffer object.
13791
13792 2005-10-29  Romain Francoise  <romain@orebokech.com>
13793
13794         * message.el (message-fix-before-sending): Fix comment.
13795
13796 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13797
13798         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13799
13800 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13801
13802         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13803         Used in gnus-score.el.
13804
13805 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13808
13809 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13812         whitespace removed in revision 7.8.  Use concatenated string to
13813         protect trailing whitespace.
13814
13815 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13816
13817         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13818         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13819         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13820         Courier IMAP ("some version from 2004").  Mostly based on similar
13821         code in the same function.
13822
13823 2005-10-26  Didier Verna  <didier@xemacs.org>
13824
13825         * gnus-group.el (gnus-group-compact-group): Invalidate original
13826         article buffer.
13827         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13828         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13829         NOV database and in article itself.
13830         Invalidate article backlog.
13831
13832 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13835
13836 2005-10-26  Simon Josefsson  <jas@extundo.com>
13837
13838         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13839         part of 2004-07-25 change.
13840
13841 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * message.el (message-display-completion-list): New function.
13844         (message-expand-group): Use it; make sure the Completions buffer
13845         is modifiable.
13846 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13847
13848         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13849         user-mail-name is an empty string.
13850
13851 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13854         depending on gnus-score-decay-constant.
13855
13856         * encrypt.el (encrypt-insert-file-contents)
13857         (encrypt-write-file-contents): Don't use `gnus-message'.
13858
13859         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13860         arguments.
13861         (mm-uu-type-alist): Add message-marks and insert-marks.
13862         Pass arguments to mm-uu-verbatim-marks-extract.
13863         (mm-uu-hide-markers): New variable.
13864         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13865
13866         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13867         (gnus-convert-image-to-face-command): Use "convert" by default to
13868         allow other input image formats.
13869         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13870         accordingly.
13871
13872 2005-10-23  Simon Josefsson  <jas@extundo.com>
13873
13874         * imap.el (imap-gssapi-program): Align command line parameters
13875         with latest GNU SASL.
13876         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13877
13878 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13881         HTML.
13882         (nnslashdot-request-article): Ditto.
13883
13884         * lpath.el (featurep): Add nobreak-char-display.
13885
13886 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13887
13888         * mail-source.el (mail-source-fetch-pop): Require pop3.
13889         (mail-source-check-pop): Ditto.
13890
13891 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13894         errors.
13895
13896 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13897
13898         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13899         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13900
13901         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13902
13903         * mm-bodies.el (mm-decode-string):
13904         Call `mm-charset-to-coding-system' with allow-override argument.
13905
13906 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13909         (rfc2047-charset-to-coding-system): New function.
13910         (rfc2047-decode-encoded-words): New function.
13911         (rfc2047-decode-region): Use them.
13912         (rfc2047-decode-cte): Remove.
13913         (rfc2047-parse-and-decode): Remove.
13914         (rfc2047-decode): Remove.
13915
13916 2005-10-15  Kenichi Handa  <handa@m17n.org>
13917
13918         * rfc2047.el (rfc2047-decode-cte): New function.
13919         (rfc2047-decode-region): Change the way to decode successive
13920         encoded-words: decode B- or Q-encoding in each encoded-word,
13921         concatenate them, and decode it as charset.
13922
13923 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * lpath.el: Fbind codepage-setup for XEmacs.
13926
13927 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13928
13929         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13930         widget-move-and-invoke.
13931         (gnus-custom-mode): Use gnus-custom-map.
13932
13933 2005-10-15  Bill Wohler  <wohler@newt.com>
13934
13935         * message.el (message-tool-bar-map): Rename image file from
13936         mail_send to mail/send.
13937
13938 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13939
13940         * message.el (message-expand-group): Pass the common
13941         prefix substring of completion to `display-completion-list'.
13942
13943 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * mml-sec.el (mml-secure-method): New internal variable.
13946         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13947         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13948         New functions using mml-secure-method.
13949
13950         * mml.el (mml-mode-map): Add key bindings for those functions.
13951         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13952         Harder <harder@myrealbox.com>.
13953         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13954         Goto end of message if point is the headers of the message.
13955
13956         * message.el (message-in-body-p): New function.
13957
13958         * assistant.el: Autoload gnus-util and netrc.
13959
13960         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13961         Use `mm-charset-override-alist' only when decoding.
13962
13963         * mm-bodies.el (mm-decode-body):
13964         Call `mm-charset-to-coding-system' with allow-override argument.
13965
13966         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13967         `filename' from Content-Disposition if Content-Type doesn't
13968         provide `name'.
13969         (gnus-mime-view-part-as-type): Set default instead of
13970         initial-input.
13971
13972 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13973
13974         * format-spec.el (format-spec): Propagate text properties of % spec.
13975
13976 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-art.el (gnus-treat-predicate): Add `first'.
13979
13980 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13983         (mm-charset-override-alist): New variable.
13984         (mm-charset-to-coding-system): Use it.
13985         (mm-codepage-setup): New helper function.
13986         (mm-charset-eval-alist): New variable.
13987         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13988         Warn about unknown charsets.
13989
13990         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13991
13992 2005-10-04  David Hansen  <david.hansen@gmx.net>
13993
13994         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13995         (nnrss-check-group): Ditto.
13996
13997 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14000         Rename x-gnus-verbatim to x-verbatim.
14001         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14002
14003         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14004         x-verbatim.
14005
14006         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14007
14008         * gnus-util.el (gnus-remove-duplicates): Remove.
14009
14010         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14011         instead of gnus-remove-duplicates.
14012
14013         * message.el (message-remove-duplicates): Remove.
14014         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14015         message-remove-duplicates.
14016
14017         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14018         available, else use implementation from `delete-dups'.
14019
14020         * message.el (message-insert-expires): New function.
14021         (message-mode-map): Add key binding.
14022         (message-mode-field-menu): Add menu entry.
14023         (message-mode): Document it.
14024         (message-make-expires-date): Use `message-make-date'.
14025
14026 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14027
14028         * message.el (message-make-expires-date): New function.
14029
14030 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * Makefile.in (list-installed-shadows): New entry.
14033         (install): Use it.
14034         (remove-installed-shadows): New entry.
14035
14036         * dgnushack.el (dgnushack-default-load-path): New variable.
14037         (dgnushack-find-lisp-shadows): New function.
14038         (dgnushack-remove-lisp-shadows): New function.
14039
14040 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * Makefile.in (install-el-elc): New entry.
14043         (install): Use it so that .el files are necessarily installed.
14044
14045 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14048
14049 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14050
14051         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14052         function rather than the diff-mode.el package.
14053         (mm-display-external): Use with-current-buffer.
14054         (mm-viewer-completion-map, mm-viewer-completion-map):
14055         Move initialization inside declaration.
14056
14057 2005-09-29  Simon Josefsson  <jas@extundo.com>
14058
14059         * spam.el: Load hashcash when compiling, to avoid warnings.
14060         Don't autoload mail-check-payment.
14061         (spam-check-hashcash): Define unconditionally, since hashcash.el
14062         is part of Gnus now.  Ignore errors from payment checking.
14063
14064 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * message.el (message-bold-region, message-unbold-region):
14067         Rename from `bold-region' and `unbold-region'.
14068
14069         * message.el: Remove useless autoloads.
14070
14071 2005-09-28  Simon Josefsson  <jas@extundo.com>
14072
14073         * message.el (message-use-idna): Default to t.
14074         (message-use-idna): Test whether encoding works too.  Doc fix.
14075
14076 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * nntp.el (nntp-warn-about-losing-connection): Remove.
14079
14080 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14083         customizable.  Change default value.
14084         (mm-uu-diff-groups-regexp): Change default value.
14085         (mm-uu-type-alist): Add doc string.
14086         (mm-uu-configure): Add doc string.  Make it interactive.
14087         (mm-uu-tex-groups-regexp): New variable.
14088         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14089         (mm-uu-type-alist): Add LaTeX documents.
14090         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14091         of "text/verbatim".
14092         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14093
14094         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14095         instead of "text/verbatim".
14096
14097         * message.el (message-mark-inserted-region)
14098         (message-mark-insert-file): Use slrn style marks when called with
14099         prefix argument.
14100
14101 2005-09-27  Simon Josefsson  <jas@extundo.com>
14102
14103         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14104
14105 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14106
14107         * message.el (message-remove-duplicates): New function.
14108         Implementation borrowed from `gnus-remove-duplicates'.
14109         (message-idna-to-ascii-rhs): Also encode idna addresses in
14110         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14111         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14112         only ask about the same idna domain once per header and also tell
14113         in what header to replace the idna domain.
14114
14115         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14116         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14117         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14118         a header is decoded and not just the last one.
14119
14120 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14123         has been decoded.
14124
14125         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14126         (mm-insert-part): Don't modify text if it has been decoded.
14127
14128         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14129         decoded.
14130
14131         * mm-view.el (mm-inline-text): Don't strip text props unless
14132         decoding enriched or richtext parts.
14133
14134 2005-09-25  Romain Francoise  <romain@orebokech.com>
14135
14136         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14137         * gnus-start.el (gnus-subscribe-interactively):
14138         * gnus-uu.el (gnus-uu-grab-articles):
14139         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14140         space.
14141
14142 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14143
14144         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14145         * mm-view.el (mm-view-pkcs7-decrypt):
14146         * gnus-sum.el (gnus-summary-limit-to-extra)
14147         (gnus-summary-respool-article, gnus-read-move-group-name):
14148         * gnus-score.el (gnus-summary-increase-score):
14149         * gnus-util.el (gnus-completing-read-with-default):
14150         * gnus-art.el (gnus-read-save-file-name)
14151         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14152         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14153         * message.el (message-check-news-header-syntax):
14154         Follow convention for reading with the minibuffer.
14155
14156 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * spam-report.el (spam-report-url-ping-plain):
14159         Use gnus-extended-version as User-Agent.
14160
14161         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14162         default value is nil.
14163
14164         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14165         (mm-uu-verbatim-marks-extract): New function.
14166         (mm-uu-extract): New face.
14167         (mm-uu-copy-to-buffer): Use it.
14168
14169         * spam-report.el (spam-report-gmane-ham): Rename from
14170         `spam-report-gmane-unspam'.
14171         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14172         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14173
14174         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14175         Autoload.
14176         (spam-report-gmane-unregister-routine):
14177         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14178
14179 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14180
14181         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14182         (spam-report-gmane-unregister-routine): Add support for gmane
14183         unregistration.
14184
14185         * spam-report.el (spam-report-gmane-unspam)
14186         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14187         (spam-report-gmane): Change to take a single article and do unspam
14188         registration.
14189
14190 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * mm-url.el (mm-url-decode-entities): Fix regexp.
14193
14194 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14195
14196         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14197         default to nil, to be able to use Gnus at all.  If the default
14198         switches to something else, then the function should be fixed not
14199         be exceedingly slow.
14200
14201 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14202
14203         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14204         fail hard.
14205
14206         * spam-report.el: Add better Keywords line.
14207
14208         * spam.el: Add Maintainer and better Keywords line.
14209
14210 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-art.el (gnus-article-replace-part)
14213         (gnus-mime-replace-part): New functions.
14214         (gnus-mime-action-alist, gnus-mime-button-commands)
14215         (gnus-mime-save-part-and-strip): Add file argument.
14216         (gnus-article-part-wrapper): Add interactive argument.
14217
14218         * gnus-sum.el (gnus-summary-mime-map):
14219         Add `gnus-article-replace-part'.
14220
14221 2005-09-19  Didier Verna  <didier@xemacs.org>
14222
14223         The nnml compaction feature:
14224         * nnml.el (nnml-request-compact-group): New function.
14225         * nnml.el (nnml-request-compact): New function.
14226         * gnus-int.el (gnus-request-compact-group): New function.
14227         * gnus-int.el (gnus-request-compact): New function.
14228         * gnus-group.el (gnus-group-compact-group): New function.
14229         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14230         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14231         * gnus-srvr.el (gnus-server-compact-server): New function.
14232         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14233         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14234
14235 2005-09-18  Deepak Goel  <deego@gnufans.org>
14236
14237         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14238         format spec.
14239
14240 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14243
14244 2005-09-15  Romain Francoise  <romain@orebokech.com>
14245
14246         * message.el (message-fill-paragraph): Clarify docstring.
14247
14248 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-art.el (gnus-mime-display-part): Protect against broken
14251         MIME messages.
14252
14253 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14256         before parsing header.
14257
14258 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14259
14260         * html2text.el (html2text-replace-list): Add new entities.
14261
14262 2005-09-11  Romain Francoise  <romain@orebokech.com>
14263
14264         * message.el (message-alternative-emails): Improve docstring.
14265         (message-setup-1): Call `message-use-alternative-email-as-from'
14266         after `message-setup-hook' to give it precedence over posting
14267         styles, etc.
14268         (message-use-alternative-email-as-from): Add docstring.
14269         Remove the original From header if present.
14270
14271         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14272         (nnml-save-mail): Use it.
14273
14274         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14275         articles.  Add new argument `silent'.
14276         (gnus-uu-mark-all): Report the total number of marked articles.
14277
14278 2005-09-10  Romain Francoise  <romain@orebokech.com>
14279
14280         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14281         (gnus-uu-mark-series): Likewise.
14282
14283 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * spam-report.el (spam-report-gmane): Fix generation of spam
14286         report URL.
14287
14288 2005-09-10  Simon Josefsson  <jas@extundo.com>
14289
14290         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14291         t, based on discussion on the ding list with Robert Epprecht
14292         <epprecht@solnet.ch>.
14293
14294 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * spam-report.el (spam-report-gmane): Make it work without
14297         X-Report-Spam header.  Gmane now only provides Archived-At.
14298         This is only used if `spam-report-gmane-use-article-number' is nil.
14299         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14300
14301         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14302         make `gnus-summary-sort-by-recipient' work with threading.
14303
14304         * nnweb.el (nnweb-google-wash-article): Print a message if article
14305         is not available.
14306
14307 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14308
14309         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14310         change.  Decode text/* parts content before displaying.
14311
14312 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14315
14316 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14319
14320         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14321         url-package-name, url-package-version,
14322         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14323         w3m-display-inline-images, and w3m-minor-mode-map.
14324
14325 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * message.el (message-tab-body-function): Fix mismatched custom type.
14328
14329         * gnus.el (gnus-group-change-level-function): Ditto.
14330
14331         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14332
14333         * gnus-art.el (gnus-signature-limit)
14334         (gnus-article-mime-part-function): Ditto.
14335
14336 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mml.el (mml-mode): Silence the byte compiler.
14339
14340         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14341         using `(sit-for 0)' before moving the point to the specified part;
14342         skip unbuttonized parts.
14343         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14344         return to the summary window if gnus-auto-select-part is non-nil.
14345
14346 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14349         New variables.
14350         (mml-dnd-attach-file, mml-mode): Use them.
14351
14352         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14353         Make fetching article by MID work again for Google Groups.
14354         Add FIXME concerning gnus-group-make-web-group.
14355
14356         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14357         Don't depend on Gnus by using mail-extract-address-components if
14358         gnus-extract-address-components is not bound.
14359
14360 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14361
14362         * gnus-art.el (gnus-mime-display-security): Don't display the
14363         signature, but only the signed part.
14364
14365 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14368
14369         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14370         list, not listp.
14371
14372 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14373
14374         * mm-encode.el (mm-encode-content-transfer-encoding):
14375         Likewise when encoding.
14376
14377         * mm-bodies.el (mm-decode-content-transfer-encoding):
14378         De-canonicalize CRLF for all text content types, not just
14379         text/plain.
14380
14381 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14384         valid article; point arrow and cursor at the MIME button.
14385
14386 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14389         Suggested by Dan Christensen <jdc@uwo.ca>.
14390
14391         * mm-decode.el (mm-save-part): Enable change of prompt.
14392
14393 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14394
14395         * gnus-msg.el (gnus-inews-add-send-actions):
14396         Make `message-post-method' lambda parameter ARG `&optional'.
14397
14398 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-sum.el (gnus-summary-mime-map):
14401         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14402         gnus-article-jump-to-part.
14403
14404         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14405         (gnus-article-edit-part): Use it.
14406         (gnus-article-part-wrapper): Add no-handle argument.
14407         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14408         New functions.
14409
14410 2005-08-29  Romain Francoise  <romain@orebokech.com>
14411
14412         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14413         docstring.
14414         (gnus-face-from-file): Likewise.
14415
14416 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14419         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14420         non-nil.
14421         (gnus-auto-select-part): New variable.
14422         (gnus-article-jump-to-part): New function.
14423         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14424         (gnus-mime-delete-part): Allow selecting specified part after
14425         deleting or stripping parts.
14426         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14427         part if argument is bogus.
14428
14429 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14430
14431         * gnus-art.el (w3m-minor-mode-map):
14432         * gnus-spec.el (gnus-newsrc-file-version):
14433         * gnus-util.el (nnmail-active-file-coding-system)
14434         (gnus-original-article-buffer, gnus-user-agent):
14435         * gnus.el (gnus-ham-process-destinations)
14436         (gnus-parameter-ham-marks-alist)
14437         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14438         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14439         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14440         * mm-decode.el (gnus-current-window-configuration):
14441         * mm-extern.el (gnus-article-mime-handles):
14442         * mm-url.el (url-current-object, url-package-name)
14443         (url-package-version):
14444         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14445         (smime-keys, w3m-cid-retrieve-function-alist)
14446         (w3m-current-buffer, w3m-display-inline-images)
14447         (w3m-minor-mode-map):
14448         * mml-smime.el (gnus-extract-address-components):
14449         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14450         (gnus-newsrc-hashtb, message-default-charset)
14451         (message-deletable-headers, message-options)
14452         (message-posting-charset, message-required-mail-headers)
14453         (message-required-news-headers):
14454         * mml1991.el (mc-pgp-always-sign):
14455         * mml2015.el (mc-pgp-always-sign):
14456         * nnheader.el (nnmail-extra-headers):
14457         * rfc1843.el (gnus-decode-encoded-word-function)
14458         (gnus-decode-header-function, gnus-newsgroup-name):
14459         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14460
14461 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14462
14463         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14464         the end of the date treatments.
14465
14466 2005-08-15  Simon Josefsson  <jas@extundo.com>
14467
14468         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14469         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14470         Capello and Romain Francoise.
14471         (pgg-fetch-key-function): Remove, not used?
14472         (pgg-insert-url-with-w3): Require url, to get
14473         url-insert-file-contents regardless of where it is defined.
14474
14475 2005-08-13  Romain Francoise  <romain@orebokech.com>
14476
14477         * message.el (message-cite-original-1): New function.
14478         (message-cite-original): Use it.
14479         (message-cite-original-without-signature): Ditto.
14480
14481 2005-08-08  Romain Francoise  <romain@orebokech.com>
14482
14483         * message.el (message-yank-empty-prefix): New variable.
14484         (message-indent-citation): Use it.
14485         (message-cite-original-without-signature): Respect X-No-Archive.
14486
14487 2005-08-08  Simon Josefsson  <jas@extundo.com>
14488
14489         * pgg.el: Autoload url-insert-file-contents instead of loading
14490         w3/url.
14491         (pgg-insert-url-with-w3): Don't load url here.
14492
14493 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14494
14495         * message.el (message-kill-to-signature): Don't insert newline at
14496         bol.
14497         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14498
14499 2005-08-06  Romain Francoise  <romain@orebokech.com>
14500
14501         * message.el (message-user-fqdn): Fix typo in docstring.
14502
14503 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14504
14505         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14506
14507         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14508
14509 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * mm-bodies.el (mm-encode-body): Use coding system rather than
14512         charset to encode text.
14513
14514         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14515         number of charsets if utf-8 is available (XEmacs).
14516
14517 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14520         taken from `gnus-button-mid-or-mail-regexp'.
14521         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14522         (gnus-button-alist): Improve regexp for domain part of the MIDs
14523         for news:localpart@domain buttons.
14524         (gnus-button-ctan-directory-regexp): Update.
14525
14526 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * sieve-manage.el (sieve-manage-interactive-login):
14529         Use make-local-variable rather than make-variable-buffer-local.
14530         (sieve-manage-open): Ditto.
14531         (sieve-manage-authenticate): Ditto.
14532
14533         * mml.el (mml-generate-mime-1): Make the content type default to
14534         text/plain if the filename is not specified.
14535
14536 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14539         instead of insert-buffer.
14540
14541         * message.el (message-yank-original): Ditto; set the mark at the
14542         end of the yanked message.
14543
14544 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14547         lines to scroll rather than to stop it.
14548
14549         * mml.el (mml-generate-default-type): Add doc string.
14550         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14551         default to application/octet-stream when determining the content
14552         type if it is not specified for the part or the mml contents; add
14553         a comment about mml-generate-default-type.
14554
14555 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14558         make it default to application/octet-stream when determining the
14559         content type if it is not specified for the external contents.
14560
14561 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14564         segmented parameter but also other parameters might be there.
14565
14566 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * mm-decode.el (mm-display-external): Delete temp file, directory
14569         and buffer immediately if the external process is exited.
14570
14571 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14574         fewer lines than that of scroll-margin.
14575         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14576
14577 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (gnus-article-next-page): Revert.
14580         (gnus-article-beginning-of-window): New macro.
14581         (gnus-article-next-page-1): Use it.
14582         (gnus-article-prev-page): Ditto.
14583         (gnus-article-edit-part): Use insert-buffer-substring instead of
14584         insert-buffer.
14585         (gnus-article-edit-exit): Ditto.
14586
14587         * gnus-util.el (gnus-beginning-of-window): Remove.
14588         (gnus-end-of-window): Remove.
14589
14590         * lpath.el: Don't bind header-line-format and scroll-margin.
14591
14592 2005-07-25  Simon Josefsson  <jas@extundo.com>
14593
14594         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14595         to have the url package without w3.  Reported by Daiki Ueno
14596         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14597
14598 2005-07-20  Didier Verna  <didier@xemacs.org>
14599
14600         * gnus-diary.el: Remove the description comment (nndiary is now
14601         properly documented in the Gnus manual).
14602         Fix the spelling of "Back End".
14603         * nndiary.el: Ditto.
14604         Fix the copyright notice.
14605
14606 2005-07-18  Romain Francoise  <romain@orebokech.com>
14607
14608         * gnus-sum.el (gnus-summary-to-prefix)
14609         (gnus-summary-newsgroup-prefix): New variables.
14610         (gnus-summary-from-or-to-or-newsgroups): Use them.
14611
14612 2005-07-17  Romain Francoise  <romain@orebokech.com>
14613
14614         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14615         space as it's generally not especially interesting to the user.
14616
14617 2005-07-16  Romain Francoise  <romain@orebokech.com>
14618
14619         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14620         nil to avoid prompting and file modification if one of the
14621         messages at the top of the nnfolder file contains a copyright
14622         notice.
14623         Update copyright notice.
14624
14625         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14626         instead of `current-time-string' as the latter creates a time
14627         string that is not RFC 2822 compliant (it lacks the zone).
14628         Update copyright notice.
14629
14630 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14633         for text/rtf.  Display default in prompt.  Pass default for M-n.
14634
14635         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14636
14637 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14638
14639         * gnus-msg.el (gnus-button-mailto):
14640         Remove save-selected-window-window hackery because it relies on
14641         save-selected-window internals.
14642
14643 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14646         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14647         (gnus-article-prev-page): Ditto.
14648
14649         * gnus-util.el (gnus-beginning-of-window): New function.
14650         (gnus-end-of-window): New function.
14651
14652         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14653
14654 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14655
14656         * gnus-score.el (gnus-score-edit-all-score):
14657         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14658         gnus-message.
14659
14660 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14661
14662         * gnus-msg.el (gnus-button-mailto):
14663         Remove save-selected-window-window hackery because it relies on
14664         save-selected-window internals.
14665
14666 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14669         add-minor-mode.
14670         (gnus-binary-mode): Ditto.
14671
14672         * gnus-topic.el (gnus-topic-mode): Ditto.
14673
14674 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14675
14676         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14677         (gnus-article-prev-page): Take scroll-margin into consideration.
14678
14679 2005-07-04  Lute Kamstra  <lute@gnu.org>
14680
14681         Update FSF's address in GPL notices.
14682
14683 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14684
14685         * gnus.el (gnus-exit):
14686         * gnus-group.el (gnus-group-icons):
14687         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14688
14689         * gnus-nocem.el (gnus-nocem):
14690         * message.el (message-various, message-buffers, message-sending)
14691         (message-interface, message-forwarding, message-insertion)
14692         (message-headers, message-news, message-mail):
14693         * pgg-gpg.el (pgg-gpg):
14694         * pgg-parse.el (pgg-parse):
14695         * pgg-pgp.el (pgg-pgp):
14696         * pgg-pgp5.el (pgg-pgp5):
14697         * pop3.el (pop3): Finish `defgroup' description with period.
14698
14699 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * gnus-art.el (article-display-face): Improve the efficiency.
14702         (article-display-x-face): Ditto; remove grey x-face stuff.
14703
14704 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (article-display-face): Correct the position in
14707         which Faces are inserted.
14708
14709 2005-06-29  Didier Verna  <didier@xemacs.org>
14710
14711         * gnus-art.el (article-display-face): Display faces in correct
14712         order.
14713
14714 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14717         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14718         (gnus-nocem-check-article): Fetch the Type header.
14719         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14720         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14721         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14722         make sure gnus-nocem-hashtb is initialized.
14723         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14724         (gnus-nocem-unwanted-article-p): Ditto.
14725
14726         * pgg.el (pgg-verify): Return the verification result.
14727
14728 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729
14730         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14731         is ascii.
14732
14733 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14734
14735         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14736         `show-nonbreak-escape'.
14737
14738 2005-06-23  Lute Kamstra  <lute@gnu.org>
14739
14740         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14741
14742         * dig.el (dig-mode):
14743         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14744
14745 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14746
14747         * nnimap.el (nnimap-split-download-body): Fix spellings.
14748
14749 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14750
14751         * gnus-art.el (gnus-article-encrypt-body):
14752         * gnus-cus.el (gnus-score-customize):
14753         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14754         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14755
14756 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14757
14758         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14759         header by looking for magic "MII" at the beginnig.
14760
14761 2005-06-16  Miles Bader  <miles@gnu.org>
14762
14763         * gnus-xmas.el (gnus-xmas-group-startup-message):
14764         Use renamed gnus-splash face.
14765
14766         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14767         (assistant-field-face): New backward-compatibility alias for renamed
14768         face.
14769         (assistant-render-text): Use renamed assistant-field face.
14770
14771         * spam.el (spam): Remove "-face" suffix from face name.
14772         (spam-face): New backward-compatibility alias for renamed face.
14773         (spam-face, spam-initialize): Use renamed spam face.
14774
14775         * message.el (message-header-to, message-header-cc)
14776         (message-header-subject, message-header-newsgroups)
14777         (message-header-other, message-header-name)
14778         (message-header-xheader, message-separator, message-cited-text)
14779         (message-mml): Remove "-face" suffix from face names.
14780         (message-header-to-face, message-header-cc-face)
14781         (message-header-subject-face, message-header-newsgroups-face)
14782         (message-header-other-face, message-header-name-face)
14783         (message-header-xheader-face, message-separator-face)
14784         (message-cited-text-face, message-mml-face):
14785         New backward-compatibility aliases for renamed faces.
14786         (message-font-lock-keywords): Use renamed message faces.
14787
14788         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14789         (sieve-test-commands, sieve-tagged-arguments):
14790         Remove "-face" suffix from face names.
14791         (sieve-control-commands-face, sieve-action-commands-face)
14792         (sieve-test-commands-face, sieve-tagged-arguments-face):
14793         New backward-compatibility aliases for renamed faces.
14794         (sieve-control-commands-face, sieve-action-commands-face)
14795         (sieve-test-commands-face, sieve-tagged-arguments-face):
14796         Use renamed sieve faces.
14797
14798         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14799         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14800         (gnus-group-news-3-empty, gnus-group-news-4)
14801         (gnus-group-news-4-empty, gnus-group-news-5)
14802         (gnus-group-news-5-empty, gnus-group-news-6)
14803         (gnus-group-news-6-empty, gnus-group-news-low)
14804         (gnus-group-news-low-empty, gnus-group-mail-1)
14805         (gnus-group-mail-1-empty, gnus-group-mail-2)
14806         (gnus-group-mail-2-empty, gnus-group-mail-3)
14807         (gnus-group-mail-3-empty, gnus-group-mail-low)
14808         (gnus-group-mail-low-empty, gnus-summary-selected)
14809         (gnus-summary-cancelled, gnus-summary-high-ticked)
14810         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14811         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14812         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14813         (gnus-summary-low-undownloaded)
14814         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14815         (gnus-summary-low-unread, gnus-summary-normal-unread)
14816         (gnus-summary-high-read, gnus-summary-low-read)
14817         (gnus-summary-normal-read, gnus-splash):
14818         Remove "-face" suffix from face names.
14819         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14820         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14821         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14822         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14823         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14824         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14825         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14826         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14827         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14828         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14829         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14830         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14831         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14832         (gnus-summary-normal-ticked-face)
14833         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14834         (gnus-summary-normal-ancient-face)
14835         (gnus-summary-high-undownloaded-face)
14836         (gnus-summary-low-undownloaded-face)
14837         (gnus-summary-normal-undownloaded-face)
14838         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14839         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14840         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14841         (gnus-splash-face):
14842         New backward-compatibility aliases for renamed faces.
14843         (gnus-group-startup-message): Use renamed gnus faces.
14844
14845         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14846         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14847         (gnus-server-agent): Remove "-face" suffix from face names.
14848         (gnus-server-agent-face, gnus-server-opened-face)
14849         (gnus-server-closed-face, gnus-server-denied-face)
14850         (gnus-server-offline-face):
14851         New backward-compatibility aliases for renamed faces.
14852         (gnus-server-agent-face, gnus-server-opened-face)
14853         (gnus-server-closed-face, gnus-server-denied-face)
14854         (gnus-server-offline-face): Use renamed gnus faces.
14855
14856         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14857         Remove "-face" suffix from face names.
14858         (gnus-picon-xbm-face, gnus-picon-face):
14859         New backward-compatibility aliases for renamed faces.
14860
14861         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14862         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14863         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14864         (gnus-cite-11): Remove "-face" suffix from face names.
14865         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14866         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14867         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14868         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14869         New backward-compatibility aliases for renamed faces.
14870         (gnus-cite-attribution-face, gnus-cite-face-list)
14871         (gnus-article-boring-faces): Use renamed gnus faces.
14872
14873         * gnus-art.el (gnus-signature, gnus-header-from)
14874         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14875         (gnus-header-content): Remove "-face" suffix from face names.
14876         (gnus-signature-face, gnus-header-from-face)
14877         (gnus-header-subject-face, gnus-header-newsgroups-face)
14878         (gnus-header-name-face, gnus-header-content-face):
14879         New backward-compatibility aliases for renamed faces.
14880         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14881
14882         * gnus-sum.el (gnus-summary-selected-face)
14883         (gnus-summary-highlight): Use renamed gnus faces.
14884         * gnus-group.el (gnus-group-highlight): Likewise.
14885
14886 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14887
14888         * gnus-sieve.el (gnus-sieve-article-add-rule):
14889         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14890         * spam-stat.el (spam-stat-buffer-change-to-spam)
14891         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14892
14893         * message.el (message-is-yours-p):
14894         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14895
14896 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * mm-view.el (mm-inline-text): Withdraw the last change.
14899
14900 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14903         executing enriched-decode.
14904
14905 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14908         charset of tar files.
14909
14910 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14911
14912         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14913
14914 2005-06-04  Lute Kamstra  <lute@gnu.org>
14915
14916         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14917         information is never recorded.
14918
14919 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14920
14921         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14922
14923 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * pop3.el (pop3-apop): Run md5 in the binary mode.
14926
14927         * starttls.el (starttls-set-process-query-on-exit-flag):
14928         Use eval-and-compile.
14929
14930 2005-05-31  Simon Josefsson  <jas@extundo.com>
14931
14932         * smime.el (smime-replace-in-string): Define.
14933         (smime-cert-by-ldap-1): Use it.
14934
14935 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-art.el (article-display-x-face): Replace
14938         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14939
14940         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14941         set-process-query-on-exit-flag or process-kill-without-query.
14942
14943         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14944         loop instead of replace-regexp.
14945
14946         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14947         instead of process-kill-without-query if it is available.
14948
14949         * lpath.el: Fbind ldap-search-entries.
14950
14951         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14952         instead of find-file-hooks if it is available.
14953
14954         * mml1991.el: Bind pgg-default-user-id when compiling.
14955
14956         * mml2015.el: Bind pgg-default-user-id when compiling.
14957
14958         * nndraft.el (nndraft-request-associate-buffer):
14959         Use write-contents-functions instead of write-contents-hooks if it is
14960         available.
14961
14962         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14963         instead of find-file-hooks if it is available.
14964
14965         * nntp.el (nntp-open-connection): Replace
14966         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14967         (nntp-open-ssl-stream): Ditto.
14968         (nntp-open-tls-stream): Ditto.
14969
14970         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14971         set-process-query-on-exit-flag or process-kill-without-query.
14972         (starttls-open-stream-gnutls): Use it instead of
14973         process-kill-without-query.
14974         (starttls-open-stream): Ditto.
14975
14976 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14977
14978         * smime.el (smime-cert-by-ldap-1): Don't use
14979         replace-regexp-in-string.
14980
14981 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14982
14983         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14984
14985         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14986         in PEM format.  Adjust to the XEmacs compability.
14987
14988 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14991         by `string-to-number'.
14992         * gnus-agent.el (gnus-agent-regenerate-group)
14993         (gnus-agent-fetch-articles): Ditto.
14994         * gnus-art.el (gnus-button-fetch-group): Ditto.
14995         * gnus-cache.el (gnus-cache-generate-active)
14996         (gnus-cache-articles-in-group): Ditto.
14997         * gnus-group.el (gnus-group-set-current-level)
14998         (gnus-group-insert-group-line): Ditto.
14999         * gnus-score.el (gnus-score-set-expunge-below)
15000         (gnus-score-set-mark-below, gnus-summary-score-effect)
15001         (gnus-summary-score-entry): Ditto.
15002         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15003         (gnus-soup-pack): Ditto.
15004         * gnus-spec.el (gnus-xmas-format): Ditto.
15005         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15006         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15007         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15008         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15009         * nndb.el (nndb-get-remote-expire-response): Ditto.
15010         * nndiary.el (nndiary-parse-schedule-value)
15011         (nndiary-string-to-number, nndiary-request-replace-article)
15012         (nndiary-request-article): Ditto.
15013         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15014         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15015         * nneething.el (nneething-make-head): Ditto.
15016         * nnfolder.el (nnfolder-request-article)
15017         (nnfolder-retrieve-headers): Ditto.
15018         * nnheader.el (nnheader-file-to-number): Ditto.
15019         * nnkiboze.el (nnkiboze-request-article): Ditto.
15020         * nnmail.el (nnmail-process-unix-mail-format)
15021         (nnmail-process-babyl-mail-format): Ditto.
15022         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15023         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15024         (nnmh-request-create-group, nnmh-request-list-1)
15025         (nnmh-request-group, nnmh-request-article): Ditto.
15026         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15027         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15028         * nnsoup.el (nnsoup-make-active): Ditto.
15029         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15030         * nntp.el (nntp-find-group-and-number)
15031         (nntp-retrieve-headers-with-xover): Ditto.
15032         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15033         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15034         (pgg-format-key-identifier): Ditto.
15035         * pop3.el (pop3-last, pop3-stat): Ditto.
15036         * qp.el (quoted-printable-decode-region): Ditto.
15037
15038         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15039         of concat.
15040
15041 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15044
15045         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15046
15047         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15048
15049         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15050
15051         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15052
15053         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15054
15055         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15056         (gnus-carpal-mode): Ditto.
15057
15058         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15059         (gnus-browse-mode): Ditto.
15060
15061         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15062
15063         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15064
15065 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15066
15067         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15068
15069 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-util.el (gnus-run-mode-hooks): New function.
15072
15073         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15074
15075         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15076         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15077
15078 2005-05-27  Lute Kamstra  <lute@gnu.org>
15079
15080         * dns-mode.el (dns-mode): Specify customization group.
15081
15082 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15083
15084         * gnus-agent.el (gnus-agent-make-mode-line-string):
15085         Use mode-line-highlight as mouse-face.
15086
15087 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * canlock.el (canlock): Change the parent group to news.
15090
15091         * deuglify.el (gnus-outlook-deuglify): Add :group.
15092
15093         * dig.el (dig): Add :group.
15094
15095         * dns-mode.el (dns-mode): Add :group.
15096
15097         * encrypt.el (encrypt): Add :group.
15098
15099         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15100         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15101         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15102         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15103         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15104
15105         * gnus-diary.el (gnus-diary): Add :group.
15106
15107         * gnus.el (gnus-group-news-1-face): Add :group.
15108         (gnus-group-news-1-empty-face): Ditto.
15109         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15110         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15111         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15112         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15113         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15114         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15115         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15116         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15117         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15118         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15119         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15120         (gnus-summary-high-ticked-face): Ditto.
15121         (gnus-summary-low-ticked-face): Ditto.
15122         (gnus-summary-normal-ticked-face): Ditto.
15123         (gnus-summary-high-ancient-face): Ditto.
15124         (gnus-summary-low-ancient-face): Ditto.
15125         (gnus-summary-normal-ancient-face): Ditto.
15126         (gnus-summary-high-undownloaded-face): Ditto.
15127         (gnus-summary-low-undownloaded-face): Ditto.
15128         (gnus-summary-normal-undownloaded-face): Ditto.
15129         (gnus-summary-high-unread-face): Ditto.
15130         (gnus-summary-low-unread-face): Ditto.
15131         (gnus-summary-normal-unread-face): Ditto.
15132         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15133         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15134
15135         * hashcash.el (hashcash): New custom group.
15136         (hashcash-default-payment): Add :group.
15137         (hashcash-payment-alist): Ditto.
15138         (hashcash-default-accept-payment): Ditto.
15139         (hashcash-accept-resources): Ditto.
15140         (hashcash-path): Ditto.
15141         (hashcash-extra-generate-parameters): Ditto.
15142         (hashcash-double-spend-database): Ditto.
15143         (hashcash-in-news): Ditto.
15144
15145         * message.el (message-minibuffer-local-map): Add :group.
15146
15147         * netrc.el (netrc): Add :group.
15148
15149         * sieve-manage.el (sieve-manage-log): Add :group.
15150         (sieve-manage-default-user): Diito.
15151         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15152         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15153         (sieve-manage-authenticators): Ditto.
15154         (sieve-manage-authenticator-alist): Ditto.
15155         (sieve-manage-default-port): Ditto.
15156
15157         * sieve-mode.el (sieve-control-commands-face): Add :group.
15158         (sieve-action-commands-face): Ditto.
15159         (sieve-test-commands-face): Ditto.
15160         (sieve-tagged-arguments-face): Ditto.
15161
15162         * smime.el (smime): Add :group.
15163
15164         * spam-report.el (spam-report): Add :group.
15165
15166         * spam.el (spam, spam-face): Add :group.
15167
15168 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15169
15170         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15171         return \n.\n.\n at the end of articles.  Protect against that.
15172         (nntp-with-open-group): Allow debugging.
15173
15174         * nnheader.el (mail-header-set-extra): Make into a function
15175         because I just could't understand how to quote the list properly.
15176
15177         * dns.el (query-dns-cached): New function.
15178
15179 2005-05-26  Lute Kamstra  <lute@gnu.org>
15180
15181         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15182
15183 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15186
15187         * gnus-art.el: Don't autoload mail-extract-address-components.
15188
15189         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15190         eval-and-compile to evaluate it.
15191
15192         * hashcash.el: Don't autoload executable-find.
15193
15194         * nndb.el: Don't declare the nndb back end two or more times; don't
15195         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15196
15197         * nntp.el: Autoload format-spec instead of format; use
15198         eval-and-compile to evaluate autoload forms.
15199
15200 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15201
15202         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15203
15204 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15205
15206         * gnus.el (gnus-version-number): Bump version.
15207
15208 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15209
15210         * gnus.el: No Gnus v0.3 is released.
15211
15212 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * lpath.el (featurep): Bind show-nonbreak-escape.
15215
15216 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-art.el (gnus-article-edit-part): Disable undo.
15219
15220 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15223         gnus-article-date-lapsed-new-header is t if date timer is active;
15224         skip headers in which the original date value is empty.
15225         (gnus-article-save-original-date): Redefine it as a macro.
15226         (gnus-display-mime): Use it.
15227
15228 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (article-date-ut): Support converting date in
15231         forwarded parts as well.
15232         (gnus-article-save-original-date): New function.
15233         (gnus-display-mime): Use it.
15234
15235 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15236
15237         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15238         enclosure element of <item>.
15239
15240 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * message.el (message-kill-buffer-query): Rename from
15243         `message-kill-buffer-query-if-modified'.  Add :version.
15244
15245 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15248         window layout.
15249
15250 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * mml.el: Autoload dnd when compiling.
15253
15254 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15257         x-dnd-*.
15258
15259 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * qp.el (quoted-printable-encode-region): Save excursion.
15262
15263 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15264
15265         * message.el (message-kill-buffer-query-if-modified): Add new variable
15266         so the user can kill a modified message buffer quickly.
15267         (message-kill-buffer): Use it.
15268
15269 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * lpath.el: Fbind display-time-event-handler; don't fbind
15272         string-to-multibyte.
15273
15274         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15275
15276 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15279         contained in text because xml.el decodes entities) with LFs.
15280
15281 2005-04-11  Lute Kamstra  <lute@gnu.org>
15282
15283         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15284         differently.
15285
15286 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15287
15288         * mm-util.el (mm-detect-coding-region): Typo.
15289
15290 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15293
15294 2005-04-06  Deepak Goel  <deego@gnufans.org>
15295
15296         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15297         user-function allow user modifications of the scores.
15298         (spam-stat-score-buffer-user): New function, to allow
15299         user-computed modifications to the score.
15300         (spam-stat-score-buffer-user-functions): List of additional
15301         scoring functions.
15302         (spam-stat-error-holder): Global temporary error holder.
15303         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15304         variable.
15305
15306 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-registry.el (gnus-registry-clean-empty-function)
15309         (gnus-registry-trim, gnus-registry-fetch-groups)
15310         (gnus-registry-delete-group): Groups that match
15311         `gnus-registry-ignored-groups' are removed from the registry
15312         entries, not just ignored for splitting.  This helps clean up the
15313         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15314         to get all the groups a message ID is in.
15315
15316         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15317         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15318         (spam-stat-score-buffer-user-functions): Add :number custom type.
15319
15320 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15323         argument in XEmacs.
15324
15325         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15326         (nnrss-request-group): Decode group name first.
15327         (nnrss-request-article): Make a text/plain article if mml-to-mime
15328         failed.
15329         (nnrss-get-encoding): Return a compatible encoding according to
15330         nnrss-compatible-encoding-alist.
15331         (nnrss-find-el): Use consp instead of listp.
15332         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15333
15334 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15337         which Emacs 20 doesn't support.
15338         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15339
15340 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15343         silence the byte compiler inside the defun.
15344
15345         * gnus-demon.el (parse-time-string): Add autoload.
15346
15347         * gnus-delay.el (parse-time-string): Add autoload.
15348
15349         * gnus-art.el (parse-time-string): Add autoload.
15350
15351         * nnultimate.el (parse-time): Require for `parse-time-string'.
15352
15353 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15356
15357         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15358
15359         * smime.el (smime-ldap-host-list): Add :version.
15360
15361 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15364         pass it to `gnus-browse-read-group'.
15365         (gnus-browse-read-group): Add NUMBER argument and pass it to
15366         `gnus-group-read-ephemeral-group'.
15367
15368         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15369         argument and pass it to `gnus-group-read-group'.
15370
15371 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15372
15373         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15374         mm-xemacs-find-mime-charset-1 if we have the mule feature
15375         available at runtime.
15376
15377 2005-03-25  Werner Lemberg  <wl@gnu.org>
15378
15379         * nnmaildir.el: Replace `illegal' with `invalid'.
15380
15381 2005-03-23  Lute Kamstra  <lute@gnu.org>
15382
15383         * time-date.el: Add comment on time value formats.
15384         Don't require parse-time.
15385         (with-decoded-time-value): New macro.
15386         (encode-time-value): New function.
15387         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15388         (days-to-time): Return a valid time value when arg is huge.
15389         (time-since): Use time-subtract.
15390         (time-to-number-of-days): Use time-to-seconds.
15391
15392 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15393
15394         * gnus-start.el (gnus-display-time-event-handler):
15395         Check display-time-timer at runtime rather than only at load time
15396         in case display-time-mode is turned off in the mean time.
15397
15398 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15401         used.
15402
15403         * nneething.el (nneething-map-file-directory): Derive from
15404         `gnus-directory'.
15405
15406         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15407         the To/Cc button.
15408
15409 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * nnmaildir.el (nnmaildir-request-accept-article):
15412         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15413
15414 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15415
15416         * gnus-async.el: Require timer-funcs at compile time when in
15417         XEmacs for `run-with-idle-timer'.
15418
15419 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15420
15421         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15422         autoloaded function.
15423
15424 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15425
15426         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15427
15428 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15429
15430         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15431
15432 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433
15434         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15435         Add gnus-expert-user to default.
15436
15437 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15438
15439         * nnimap.el (nnimap-open-server): Ditto.
15440
15441         * imap.el (imap-authenticate): Fix typo.
15442
15443 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15444
15445         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15446         buffer (since IMAP server might return FETCH response out of
15447         order, and the nntp buffer must be sorted).
15448
15449 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15450
15451         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15452         comparison on string.
15453
15454         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15455         (gnus-agent-score): Rename category keywords to match gnus-cus.
15456         (gnus-agent-summary-fetch-series): Modify to protect against
15457         gnus-agent-summary-fetch-group clearing processable flags.
15458         (gnus-agent-synchronize-group-flags): Update live group buffer as
15459         synchronization may occur due to the user toggle the plugged
15460         status.
15461         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15462         successfully downloaded.
15463         (gnus-agent-expire-group-1): Avoid using markers when the overview
15464         is in ascending order; greatly improves performance.
15465         (gnus-agent-regenerate-group):
15466         Use gnus-agent-synchronize-group-flags to reset read status in both
15467         gnus and server.
15468         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15469
15470 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * message.el: Don't autoload former message-utils variables.
15473         (message-strip-subject-trailing-was): Change doc string.
15474
15475         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15476         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15477         (nnweb-google-search): Add "hl=en" here.
15478         (nnweb-google-parse-1, nnweb-google-create-mapping):
15479         Don't hardcode URL.
15480
15481 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * message.el (message-get-reply-headers, message-followup):
15484         Mention related variables `message-use-followup-to' and
15485         `message-use-mail-followup-to', in the information buffer.
15486
15487         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15488         of broken groups(-beta).google.com.
15489
15490 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15493         parameter to invoked gnus-request-move-article; remove the
15494         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15495         all at once instead of once per article.
15496         (gnus-summary-remove-process-mark): Accept a list of articles as
15497         well as a single article for processing.
15498
15499         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15500         parameter.
15501
15502         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15503
15504         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15505
15506         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15507         parameter.
15508
15509         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15510         parameter.
15511
15512         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15513         parameter and remove the gnus-sum-hint-move-is-internal variable.
15514
15515         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15516         parameter.
15517
15518         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15519         parameter.
15520
15521         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15522         parameter.
15523
15524         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15525
15526         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15527         parameter.
15528
15529         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15530         parameter.
15531
15532 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15533
15534         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15535         a more conservative way.
15536
15537 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15538
15539         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15540         buffer, so it moves the window's cursor.
15541
15542 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15543
15544         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15545         `mm-dissect-multipart' and receive the from field as an (optional)
15546         argument from `mm-dissect-multipart'.
15547         (mm-dissect-multipart): Receive the from field as an argument and
15548         pass it on when we call `mm-dissect-buffer' on MIME parts.
15549         Fixes verification/decryption of signed/encrypted MIME parts.
15550
15551 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-sum.el (gnus-summary-move-article):
15554         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15555         whatever it calls (right now, only nnimap-request-move article
15556         respects it).
15557
15558         * nnimap.el (nnimap-request-move-article):
15559         When gnus-sum-hint-move-is-internal is set, don't do the extra
15560         nnimap-request-article.
15561
15562 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15565
15566         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15567         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15568
15569         * gnus-sum.el (gnus-summary-caesar-message):
15570         Apply `gnus-treat-article' after rotation.
15571
15572         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15573         doc string.
15574
15575 2005-02-22  Simon Josefsson  <jas@extundo.com>
15576
15577         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15578         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15579         <arne@arnested.dk>.
15580         (encrypt): Add password-cache and password-cache-expiry as group
15581         members.
15582
15583 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15584
15585         * smime.el (smime-ldap-host-list): Doc fix.
15586         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15587         cache) password.
15588         (smime-sign-region): Use it.
15589         (smime-decrypt-region): Use it.
15590         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15591         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15592         fails.
15593         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15594         certificate from DER to PEM format rather than calling openssl.
15595
15596         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15597
15598         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15599         for signing/encryption.
15600
15601         * mml.el (mml-parse-1): Use them.
15602
15603 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15604
15605         * nnrss.el (nnrss-verbose): Remove.
15606         (nnrss-request-group): Use `nnheader-message' instead.
15607
15608 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15609
15610         * nnrss.el (nnrss-verbose): New variable.
15611         (nnrss-request-group): Make it say nnrss is requesting a group.
15612
15613 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15616         Handle news URL with given port correctly.
15617
15618 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15621         containing special characters.
15622
15623         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15624
15625         * mml.el (mime-to-mml): Ditto.
15626
15627         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15628         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15629         (rfc2047-decode-region): Quote decoded words containing special
15630         characters when rfc2047-quote-decoded-words-containing-tspecials
15631         is non-nil.
15632
15633 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15636
15637         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15638
15639 2005-02-15  Simon Josefsson  <jas@extundo.com>
15640
15641         * nnimap.el (nnimap-debug): Doc fix.
15642
15643         * imap.el (imap-debug): Doc fix.
15644
15645 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15648
15649 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * gnus.el (spam-contents): Improve docs for spam-contents
15652         parameter in its variable incarnation.
15653
15654 2005-02-14  Simon Josefsson  <jas@extundo.com>
15655
15656         * smime-ldap.el: Use require instead of load-library for ldap.
15657         (smime-ldap-search): Indent.
15658         (smime-ldap-search-internal): Shorten line.
15659
15660         * smime.el (smime-cert-by-dns): Add doc-string.
15661         (smime-cert-by-ldap-1): Indent.
15662
15663         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15664         mml-smime-get-dns-ldap.
15665         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15666
15667 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15668
15669         * smime.el: Require smime-ldap.
15670         (smime-ldap-host-list): New variable.
15671         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15672
15673         * mml-smime.el (mml-smime-encrypt-query): New function.
15674         (mml-smime-encrypt-query): Use it.
15675
15676         * smime-ldap.el: New file.
15677
15678 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15681
15682 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15685         argument in doc string.  Make query for type more clear.
15686
15687 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus.el (gnus-group-startup-message): Search for gnus images in
15690         etc/images/gnus.
15691         * mm-util.el (mm-image-load-path): Likewise.
15692         * smiley.el (smiley-data-directory): Search for smilies in
15693         etc/images/smilies.
15694
15695 2005-02-09  Kim F. Storm  <storm@cua.dk>
15696
15697         Change Emacs release version from 21.4 to 22.1 throughout.
15698         Change Emacs development version from 21.3.50 to 22.0.50.
15699
15700 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15703
15704         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15705         non-Mule XEmacs as well.
15706         (mm-decompress-buffer): Signal an error intentionally if it does
15707         not decompress compressed data because auto-compression-mode is
15708         disabled.
15709
15710 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15713         an ID in the registry even if it has no groups.
15714
15715 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15718         merge it into mm-decompress-buffer.
15719         (gnus-mime-copy-part): Use the MIME part charset, the value which
15720         a user specified or gnus-newsgroup-charset for decoding, like
15721         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15722         save-buffer what was used.  Suggested by Kevin Ryde
15723         <user42@zip.com.au>.
15724         (gnus-mime-inline-part): Allow the name parameter as well as the
15725         filename parameter; force decompressing of compressed data; always
15726         display contents being not decoded as unibyte.
15727
15728         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15729         as well as the filename parameter.
15730
15731         * mm-util.el (mm-decompress-buffer):
15732         Merge gnus-mime-jka-compr-maybe-uncompress.
15733         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15734         of compressed data.
15735
15736 2005-02-08  Simon Josefsson  <jas@extundo.com>
15737
15738         * imap.el (imap-log): Doc fix.
15739
15740 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15743         the coding cookies; decompress compressed parts.
15744
15745         * mml.el (mml-generate-mime-1): Add the charset parameter according
15746         to the value which a user specified manually or the coding cookie.
15747
15748         * mm-util.el (mm-string-to-multibyte): New function.
15749         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15750         (mm-coding-system-to-mime-charset): New function.
15751         (mm-decompress-buffer): New function.
15752         (mm-find-buffer-file-coding-system): New function.
15753
15754         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15755         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15756         parts.
15757
15758 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15759
15760         * mm-view.el (mm-display-inline-fontify): Decode a part according
15761         to the charset parameter.
15762
15763 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15766         prefix arg is neither nil nor a number, as info specifies.
15767
15768 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15771         timestamps.
15772
15773 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15774
15775         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15776         groups error checking and notify user.
15777
15778 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15779
15780         * message.el (message-send-mail-function): Check existence of
15781         sendmail-program first before using default value
15782         `message-send-mail-with-sendmail'.  Otherwise use more generic
15783         `smtpmail-send-it'.
15784
15785 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * nntp.el (nntp-request-update-info): Always return nil.
15788
15789 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15790
15791         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15792
15793 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15794
15795         * message.el (message-beginning-of-line): Change the behavior when
15796         invoked between BOL and : so that it first moves backward.
15797
15798 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15801         article buffer when editing of the article is discarded.
15802         (gnus-article-prepare): Revert.
15803
15804 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-art.el (gnus-article-prepare):
15807         Remove message-strip-forbidden-properties from the local hook.
15808
15809 2005-01-27  Simon Josefsson  <jas@extundo.com>
15810
15811         * password.el (password-cache-add): Only start one timer per key.
15812         Reported by Derek Atkins <warlord@MIT.EDU>.
15813
15814 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15815
15816         * run-at-time.el: Remove.  It is no longer needed as
15817         timer-funcs.el in the xemacs-base package has a working version of
15818         `run-at-time'.
15819
15820         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15821
15822         * password.el: Require timer-funcs instead of run-at-time in
15823         XEmacs.
15824         Remove `password-run-at-time' macro.
15825         (password-cache-add): Use `run-at-time' instead of
15826         `password-run-at-time'.
15827
15828         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15829         Remove `nnheader-cancel-function-timers' alias,
15830         `cancel-function-timers' exists in XEmacs in timer-funcs.
15831
15832         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15833         for `run-with-idle-timer'.
15834
15835         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15836         for `run-at-time'.
15837
15838         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15839         for `with-timeout'.
15840
15841         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15842         the same as for XEmacs 21.4.
15843         No need to ignore `run-with-idle-timer', this function exists in
15844         XEmacs now in timer-funcs.el in the xemacs-base package.
15845         (dgnushack-compile): No need to delete
15846         run-at-time.el from the list of files to compile because it
15847         doesn't exist anymore.
15848
15849 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15852         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15853
15854 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15855
15856         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15857         sensitively.
15858
15859 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15860
15861         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15862
15863 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15866         which will be inserted according to the multibyteness of a buffer
15867         rather than the type of contents.  Suggested by ARISAWA Akihiro
15868         <ari@mbf.ocn.ne.jp>.
15869
15870         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15871         of string which old xml.el may return rather than a string.
15872
15873 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15876
15877 2005-01-16  Simon Josefsson  <jas@extundo.com>
15878
15879         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15880         idn/idna.el isn't available.
15881         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15882         <michael@waxrat.com>.
15883
15884         * hashcash.el: Remove non-FSF copyright header.
15885
15886         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15887         (hashcash-generate-payment): Use it.
15888         (hashcash-generate-payment-async): Use it.
15889
15890 2005-01-15  Simon Josefsson  <jas@extundo.com>
15891
15892         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15893         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15894
15895         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15896         gnus-summary-idna-message.
15897         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15898         (gnus-summary-idna-message): New function.
15899
15900 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15903         gnus-novice-user.
15904
15905 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * nnrss.el (nnrss-request-delete-group): Delete entries in
15908         nnrss-group-alist as well.
15909         (nnrss-save-server-data): Insert newline.
15910
15911 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus.el (gnus-user-agent): Use list of symbols instead of
15914         symbols.  Display full version number for (S)XEmacs.
15915         Optionally display (S)XEmacs codename.
15916
15917         * gnus-util.el (gnus-emacs-version): Update for new
15918         `gnus-user-agent'.
15919
15920         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15921         Gnus version.
15922
15923 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15926         which is unreadable in some setups.
15927
15928 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-spec.el (gnus-update-format-specifications): Flush the
15931         group format spec cache if it doesn't support decoded group names.
15932
15933 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15936         Allow to apply decay on score files matching a regexp.
15937
15938 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15941         compatibility in %g and %c.
15942
15943 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15946         name for only %g and %c.
15947         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15948         of gnus-tmp-group to decoded group name.
15949         (gnus-group-make-rss-group): Exclude `/'s from group names.
15950
15951 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * nnrss.el (nnrss-get-encoding): Fix regexp.
15954
15955 2004-12-27  Simon Josefsson  <jas@extundo.com>
15956
15957         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15958         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15959         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15960
15961 2004-12-17  Kim F. Storm  <storm@cua.dk>
15962
15963         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15964
15965         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15966
15967 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15968
15969         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15970
15971 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * nnrss.el: Require rfc2047 and mml.
15974         (nnrss-file-coding-system): New variable.
15975         (nnrss-format-string): Redefine it as an inline function.
15976         (nnrss-decode-group-name): New function.
15977         (nnrss-string-as-multibyte): Remove.
15978         (nnrss-retrieve-headers): Decode group name; don't use
15979         nnrss-format-string.
15980         (nnrss-request-group): Decode group name.
15981         (nnrss-request-article): Decode group name; allow a Message-ID as
15982         well as an article number; don't use nnrss-format-string; encode a
15983         Message-ID string which may contain non-ASCII characters; use
15984         mml-to-mime to compose a MIME article.
15985         (nnrss-request-expire-articles): Decode group name.
15986         (nnrss-request-delete-group): Decode group name.
15987         (nnrss-fetch): Clarify error message.
15988         (nnrss-read-server-data): Use insert-file-contents instead of load;
15989         bind file-name-coding-system; use multibyte buffer.
15990         (nnrss-save-server-data): Bind coding-system-for-write to the
15991         value of nnrss-file-coding-system; bind file-name-coding-system;
15992         add coding cookie.
15993         (nnrss-read-group-data): Use insert-file-contents instead of load;
15994         bind file-name-coding-system; use multibyte buffer.
15995         (nnrss-save-group-data): Bind coding-system-for-write to the
15996         value of nnrss-file-coding-system; bind file-name-coding-system.
15997         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15998         make it work with non-ASCII text.
15999         (nnrss-find-el): Make it work with old xml.el as well.
16000
16001 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16002
16003         * nnrss.el (nnrss-get-encoding): New function.
16004         (nnrss-fetch): Use unibyte buffer initially; bind
16005         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16006         decode contents according to the encoding attribute.
16007         (nnrss-save-group-data): Add coding cookie.
16008         (nnrss-mime-encode-string): New function.
16009         (nnrss-check-group): Use it to encode subject and author.
16010
16011 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16012
16013         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16014         imaginary variable.
16015
16016 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16019         correctly even if there are wide characters.
16020
16021 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16022
16023         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16024         downcased symbol names; make a new cache instead of reusing
16025         bbdb-hashtable.
16026
16027 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16030         concatenating segments rather than before concatenating them.
16031         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16032
16033         * message.el (message-get-reply-headers): Bind `extra'.
16034
16035 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * message.el (message-extra-wide-headers): New variable.
16038         (message-get-reply-headers): Use it.
16039
16040 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16043         (gnus-agent-group-pathname): Ditto.
16044
16045         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16046
16047         * gnus-group.el (gnus-group-make-group): Decode group name.
16048         (gnus-group-make-rss-group): Register the group data after opening
16049         the nnrss group.
16050
16051 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16052
16053         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16054         by expiry now get marked as read.
16055
16056 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16059
16060 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16061
16062         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16063         unify Latin characters in XEmacs.
16064         (mm-find-mime-charset-region): Use it.
16065
16066 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-util.el (gnus-delete-directory): New function.
16069
16070         * gnus-agent.el (gnus-agent-delete-group): Use it.
16071
16072         * gnus-cache.el (gnus-cache-delete-group): Use it.
16073
16074 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16077         names.
16078
16079 2004-12-16  Simon Josefsson  <jas@extundo.com>
16080
16081         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16082
16083 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16086
16087         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16088         (gnus-group-set-current-level): Decode group name.
16089
16090 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16091
16092         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16093         failed.
16094
16095 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-group.el (gnus-group-delete-group): Decode group name.
16098         (gnus-group-make-rss-group): Encode group name.
16099         (gnus-group-catchup-current): Decode group name.
16100         (gnus-group-kill-group): Decode group name.
16101
16102 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16103
16104         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16105
16106 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-group.el (gnus-group-make-rss-group):
16109         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16110
16111         * gnus-start.el (gnus-setup-news): Honor user's setting to
16112         gnus-message-archive-method.  Suggested by Lute Kamstra
16113         <lute@gnu.org>.
16114
16115 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16116
16117         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16118         global counterparts of the buffer-local variables.
16119
16120 2004-11-16  Romain Francoise  <romain@orebokech.com>
16121
16122         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16123         counterparts of the buffer-local variables.
16124
16125 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16126
16127         * message.el (message-forbidden-properties): Fix typo in doc
16128         string.
16129
16130 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * gnus-util.el (gnus-replace-in-string): Add doc string.
16133
16134         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16135         to avoid problems when splitting mails with many recipients.
16136
16137 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16138
16139         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16140         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16141
16142 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16143
16144         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16145         if there is no hashtable in memory or file modification time is
16146         newer than cached timestamp.
16147
16148 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * gnus-sum.el (gnus-summary-limit-to-recipient):
16151         Implement not-matching option.
16152
16153 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16156         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16157         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16158         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16159         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16160         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16161
16162 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * message.el (message-forward-make-body-mml): Remove headers
16165         according to message-forward-ignored-headers if a message is decoded.
16166
16167 2004-12-02  Romain Francoise  <romain@orebokech.com>
16168
16169         * message.el (message-forward-make-body-plain): Always remove
16170         headers according to message-forward-ignored-headers.
16171
16172 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16173
16174         * spam.el (spam-summary-prepare-exit): Remove the
16175         gnus-summary-limit pop for now, it has problems with ham marks for
16176         me.
16177
16178 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16181         correctly.
16182
16183 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16184
16185         * format-spec.el (format-spec): Message the char.
16186
16187 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * gnus-art.el (gnus-split-methods): Reformat comments.
16190
16191         * spam.el (spam-summary-prepare-exit): Remove article limits
16192         before exiting the summary buffer.
16193
16194 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16197         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16198
16199         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16200         order to silence the byte compiler.
16201
16202         * spam.el: Fix the way to silence the byte compiler, which
16203         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16204         bbdb-search-simple, spam-BBDB-register-routine,
16205         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16206         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16207         spam-stat-buffer-is-spam, spam-stat-load,
16208         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16209         spam-stat-save and spam-stat-split-fancy.
16210
16211 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16214         which may confuse users.
16215         (canlock-password-for-verify): Ditto.
16216
16217         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16218
16219         * gnus-art.el (gnus-emphasis-alist): Ditto.
16220
16221         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16222
16223         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16224
16225         * gnus-start.el (gnus-save-killed-list): Ditto.
16226
16227         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16228         (gnus-sum-thread-tree-root): Ditto.
16229         (gnus-sum-thread-tree-false-root): Ditto.
16230         (gnus-sum-thread-tree-single-indent): Ditto.
16231
16232         * message.el (message-courtesy-message): Ditto.
16233         (message-archive-note): Ditto.
16234         (message-subscribed-address-file): Ditto.
16235         (message-user-fqdn): Ditto.
16236
16237         * spam-report.el (spam-report-gmane-regex): Ditto.
16238
16239         * spam.el (spam-blackhole-good-server-regex): Ditto.
16240
16241 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * mml.el (mml-preview): Widen the message buffer before copying
16244         the contents to the preview buffer; sort headers before previewing.
16245
16246         * message.el (message-hidden-headers): Fix the way to avoid a bug
16247         in the `repeat' widget in Emacs 21.3 or earlier.
16248
16249 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * message.el (message-hidden-headers): Default to "^References:".
16252         Improve customization type.  Suggested by Reiner Steib
16253         <Reiner.Steib@gmx.de>.
16254
16255 2004-11-25  Romain Francoise  <romain@orebokech.com>
16256
16257         * message.el (message-strip-forbidden-properties): Remove check for
16258         obsolete `message-hidden' text property, hidden headers are not
16259         accessible in the buffer anymore.
16260
16261 2004-11-22  Romain Francoise  <romain@orebokech.com>
16262
16263         * message.el (message-header-format-alist): Add `From' in list
16264         so that it can be sorted.
16265         (message-fix-before-sending): Widen and sort headers before
16266         sending.
16267         (message-hide-headers): Use narrowing to hide headers by moving
16268         them to the top of the buffer and narrowing to the region
16269         underneath.
16270
16271 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16272
16273         * message.el (message-strip-forbidden-properties):
16274         Bind buffer-read-only (etc) to nil.
16275
16276 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16279         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16280
16281 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16282
16283         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16284
16285 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16286
16287         * dns.el (query-dns): Use sit-for to time instead of
16288         accept-process-output, since that doesn't seem to work on udp
16289         sockets.
16290
16291 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16294
16295 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16298         doc string.  Improve doc string.
16299
16300 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * nntp.el (nntp-request-update-info): Return nil if
16303         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16304         may not call gnus-activate-group which uselessly issues the GROUP
16305         commands for all nntp groups and wastes time.  Reported by Romain
16306         Francoise <romain@orebokech.com>.
16307
16308         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16309
16310 2004-11-15  Simon Josefsson  <jas@extundo.com>
16311
16312         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16313         headers separately.
16314         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16315         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16316
16317 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * gnus-start.el (gnus-convert-old-newsrc):
16320         Assign legacy-gnus-agent to 5.10.7.
16321
16322 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16325         start of the lines.
16326
16327 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16328
16329         * hashcash.el (hashcash-default-payment): Change default to 20.
16330         (hashcash-default-accept-payment): Change default to 20.
16331         (hashcash-process-alist): New variable.
16332         (hashcash-generate-payment-async): Add.
16333         (hashcash-already-paid-p): Add.
16334         (hashcash-insert-payment): Don't generate payments twice.
16335         (hashcash-insert-payment-async): Add.
16336         (hashcash-insert-payment-async-2): Add.
16337         (hashcash-cancel-async): Add.
16338         (hashcash-wait-async): Add.
16339         (hashcash-processes-running-p): Add.
16340         (hashcash-wait-or-cancel): Add.
16341         (mail-add-payment): New optional argument.  Conditionally start
16342         asynchronous calculation.
16343         (mail-add-payment-async): Add.
16344
16345         * message.el (message-send-mail): Wait for asynchronous hashcash
16346         results.  Don't clobber existing X-Hashcash headers.
16347         (message-setup-1): Call mail-add-payment-async when
16348         message-generate-hashcash is non-nil.
16349
16350 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16351
16352         * message.el (message-use-alternative-email-as-from): Examine the
16353         From header as well; use message-make-from in order to include a
16354         user's full name.
16355
16356 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16359         default; improve customization type.
16360         (gnus-emphasis-custom-with-format): New macro.
16361         (gnus-emphasis-custom-value-to-external): New function.
16362         (gnus-emphasis-custom-value-to-internal): New function.
16363
16364 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16365
16366         * dns.el (query-dns): Resolve reverse addresses.
16367
16368 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * gnus-group.el (gnus-group-get-new-news): Use it.
16371
16372         * gnus-start.el (gnus-check-reasonable-setup): New function.
16373
16374 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16377         "Args out of range" error.  Reported by Arnaud Giersch
16378         <arnaud.giersch@free.fr>.
16379
16380 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16381
16382         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16383
16384 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16385
16386         * spam.el (spam group): Add :version.
16387
16388         * pgg-def.el (pgg group): Add :version.
16389
16390 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-art.el (gnus-article-edit-article): Don't associate the
16393         article buffer with a draft file.  This is a temporary measure
16394         against the 2004-08-22 change to gnus-article-edit-mode.
16395
16396 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16399         (html2text-format-tags): Remove unused variable `attr'.
16400
16401 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16404
16405         * tls.el (tls-process-connection-type, tls-success)
16406         (tls-certtool-program): Add :version.
16407
16408         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16409         (starttls-extra-arguments, starttls-process-connection-type)
16410         (starttls-connect, starttls-failure, starttls-success): Add :version.
16411
16412         * spam-stat.el (spam-stat): Add :version.
16413
16414         * sieve.el (sieve): Add :version.
16415
16416         * sha1.el (sha1): Add :version.
16417         (sha1-use-external): Remove redundant version.
16418
16419         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16420         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16421         (nnmail-split-fancy-match-partial-words)
16422         (nnmail-split-lowercase-expanded): Add :version.
16423
16424         * nndiary.el (nndiary): Add :version.
16425
16426         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16427
16428         * mml-sec.el (mml-default-sign-method)
16429         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16430         Add :version.
16431
16432         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16433
16434         * mm-url.el (mm-url-use-external, mm-url-program)
16435         (mm-url-arguments): Add :version.
16436
16437         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16438         (mm-attachment-file-modes, mm-decrypt-option)
16439         (mm-w3m-safe-url-regexp): Add :version.
16440
16441         * message.el (message-cite-prefix-regexp)
16442         (message-sendmail-envelope-from, message-minibuffer-local-map)
16443         (message-user-fqdn, message-completion-alist): Add :version.
16444
16445         * gnus-win.el (gnus-configure-windows-hook)
16446         (gnus-use-frames-on-any-display): Add :version.
16447
16448         * gnus-art.el (gnus-article-address-banner-alist)
16449         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16450         (gnus-treat-from-picon, gnus-treat-mail-picon)
16451         (gnus-treat-x-pgp-sig): Add :version.
16452
16453         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16454         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16455         (gnus-summary-article-delete-hook)
16456         (gnus-summary-display-while-building): Add :version.
16457
16458         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16459         (gnus-get-top-new-news-hook): Add :version.
16460
16461         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16462         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16463
16464         * gnus-registry.el (gnus-registry): Add :version.
16465
16466         * gnus-spec.el (gnus-use-correct-string-widths)
16467         (gnus-make-format-preserve-properties): Add :version.
16468
16469         * gnus.el (gnus-group-charter-alist)
16470         (gnus-group-fetch-control-use-browse-url)
16471         (gnus-install-group-spam-parameters): Add :version.
16472
16473         * gnus-diary.el (gnus-diary): Add :version.
16474
16475         * gnus-delay.el (gnus-delay): Add :version.
16476
16477         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16478         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16479         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16480         Add :version.
16481
16482         * gnus-agent.el (gnus-agent-max-fetch-size)
16483         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16484         (gnus-agent-prompt-send-queue): Add :version.
16485
16486         * deuglify.el (gnus-outlook-deuglify): Add :version.
16487
16488         * html2text.el: Beautify code.  Improve doc strings.
16489         Some checkdoc cleanup.
16490         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16491
16492 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16493
16494         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16495
16496 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16497
16498         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16499         when package is loaded.
16500
16501         * spam.el (spam-summary-score-preferred-header): Add global preference
16502         for people who want to override the default SpamAssassin over
16503         Bogofilter preference (when both are set).
16504         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16505         (spam-user-format-function-S):
16506         Check spam-summary-score-preferred-header.
16507         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16508         (spam-user-format-function-S): Format the score correctly.
16509
16510 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16513         signature file.  Suggested by Manoj Srivastava
16514         <srivasta@golden-gryphon.com>.
16515
16516         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16517         iso-2022-jp even in the Japanese language environment.
16518         Suggested by Jason Rumney <jasonr@gnu.org>.
16519
16520 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16523         use the same characters as the dummy marks; make it free from
16524         getting affected by the language environment.
16525         (gnus-summary-read-group-1): Update mark positions only when the
16526         format spec is updated.
16527
16528         * gnus-spec.el (gnus-update-format-specifications): Return a list
16529         of updated types.
16530
16531 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16534         of boundp to check if display-warning is available.
16535
16536 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16537
16538         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16539
16540 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * nnspool.el (nnspool-spool-directory): Use news-path if the
16543         news-directory variable is not bound.
16544
16545         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16546         function instead of display-warning if it is not available.
16547
16548 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16551         v5-10: Use `point-at-bol'.
16552
16553 2004-10-26  Simon Josefsson  <jas@extundo.com>
16554
16555         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16556         <chenggao@gmail.com>.
16557
16558 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16561         instead.
16562
16563 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16566         to remove a server from the nnimap-server-buffer-alist.
16567         (nnimap-open-connection, nnimap-close-server): Use it.
16568
16569         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16570
16571 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16574         running the major-mode function.
16575
16576 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16579         dummy marks in the right way.
16580
16581 2004-10-18  David Edmondson  <dme@dme.org>
16582
16583         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16584         excessively.
16585
16586 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16587
16588         * gnus-util.el (gnus-split-references): Accept a nil references
16589         string and go on blissfully.
16590
16591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16592         cases where the references string is non-nil but has no references.
16593
16594         * encrypt.el: Add autoload tags.
16595
16596         * spam.el (spam-resolve-registrations-routine): Remove article
16597         from unregistration list too.  Reported by David Hanak
16598         <dhanak@isis.vanderbilt.edu>
16599
16600 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16603         nil.  Change custom type.
16604
16605 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16608
16609         * gnus-sum.el (gnus-summary-move-article): Use it.
16610
16611 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * encrypt.el: Add autoload cookies.
16614
16615         * spam.el (spam-backend-article-list-property)
16616         (spam-backend-get-article-todo-list)
16617         (spam-backend-put-article-todo-list)
16618         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16619         Resolve registrations separately.
16620         (spam-register-routine): Format comments.
16621         (spam-unregister-routine, spam-register-routine): Always call with
16622         specific-articles, no default list.
16623         (spam-summary-prepare-exit): Use the spam-classifications function.
16624
16625         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16626         gnus-encrypt.el.
16627
16628         * encrypt.el: Copied from gnus-encrypt.el.
16629
16630         * gnus-encrypt.el: Commented that it's obsolete.
16631
16632 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16635         (gnus-score-save): Use it.
16636
16637         * message.el (message-bury): Use `window-dedicated-p'.
16638
16639 2004-10-15  Simon Josefsson  <jas@extundo.com>
16640
16641         * pop3.el (top-level): Don't require nnheader.
16642         (pop3-read-timeout): Add.
16643         (pop3-accept-process-output): Add.
16644         (pop3-read-response, pop3-retr): Use it.
16645
16646 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * spam.el (spam-register-routine): Move comment.
16649         (spam-verify-bogofilter): Use 'unknown for the initial
16650         spam-bogofilter-valid state, not 'never.
16651
16652         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16653         for netrc-machine.
16654
16655         * nnimap.el (nnimap-open-connection):
16656         Use netrc-machine-user-or-password.
16657
16658 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16659
16660         * gnus-registry.el (gnus-registry-unload-hook):
16661         Set as a variable with add-hook.
16662
16663         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16664         of news-path.
16665
16666         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16667
16668         * spam.el: Delete duplicate `provide'.
16669         (spam-unload-hook): Set as a variable with add-hook.
16670
16671 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16674         in the doc string.
16675
16676         * message.el (message-ignored-news-headers)
16677         (message-ignored-supersedes-headers)
16678         (message-ignored-resent-headers)
16679         (message-forward-ignored-headers): Improve custom type.
16680
16681 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * message.el (message-tokenize-header): Fix 2004-09-06 change
16684         which used point-min in the wrong place.
16685
16686 2004-10-12  Simon Josefsson  <jas@extundo.com>
16687
16688         * tls.el (tls-certtool-program): New variable.
16689         (tls-certificate-information): New function, based on
16690         ssl-certificate-information.
16691
16692 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * compface.el: Move the version of ELisp-based uncompface program
16695         to the contrib directory because of the copyright problem.
16696
16697 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * message.el (message-kill-buffer): Raise the current frame.
16700
16701 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16704
16705         * gnus.el (message-y-or-n-p): Autoload.
16706
16707         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16708         (pop3-password-required, pop3-authentication-scheme)
16709         (pop3-leave-mail-on-server): Make customizable.
16710         (pop3): New custom group.
16711         (pop3-retr): Remove `sleep-for' statements.
16712         Suggested by Dave Love <fx@gnu.org>.
16713
16714         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16715         Windows/DOS.
16716
16717         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16718         (imap-parse-body): Fix incorrect use of `assert'.
16719         Suggested by Dave Love <fx@gnu.org>.
16720
16721         * mml.el (mml-minibuffer-read-disposition): Require match.
16722         Suggested by Dave Love <fx@gnu.org>.
16723
16724 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16727         doc string.
16728
16729 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16732
16733 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16734
16735         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16736         instead of calling `mm-insert-inline', to decode text/* parts
16737         before displaying them.
16738
16739 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * mm-uu.el (mm-uu-text-plain-type): New variable.
16742         (mm-uu-pgp-signed-extract-1): Use it.
16743         (mm-uu-pgp-encrypted-extract-1): Use it.
16744         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16745         bind mm-uu-text-plain-type with that value.
16746         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16747         mm-uu-dissect.
16748
16749 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-group.el (gnus-update-group-mark-positions):
16752         * gnus-sum.el (gnus-update-summary-mark-positions):
16753         * message.el (message-check-news-body-syntax):
16754         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16755         of string-as-multibyte.
16756
16757 2004-10-05  Juri Linkov  <juri@jurta.org>
16758
16759         * gnus-group.el (gnus-update-group-mark-positions):
16760         * gnus-sum.el (gnus-update-summary-mark-positions):
16761         * message.el (message-check-news-body-syntax):
16762         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16763         8-bit unibyte values to a multibyte string for search functions.
16764
16765 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16768         (mm-uu-dissect-text-parts): New function.
16769
16770         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16771         dissect text parts.
16772
16773         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16774         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16775
16776         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16777
16778         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16779         Use gnus-current-topics instead of gnus-current-topic.
16780
16781 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16784
16785 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16788         where approriate.
16789
16790         * nnml.el (nnml-generate-active-info): do.
16791
16792         * nndiary.el (nndiary-generate-active-info): do.
16793
16794         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16795         (gnus-topic-move): do.
16796
16797         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16798         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16799
16800         * gnus-srvr.el (gnus-server-prepare)
16801         (gnus-server-open-all-servers): do.
16802
16803         * gnus-msg.el (gnus-summary-cancel-article)
16804         (gnus-summary-resend-message)
16805         (gnus-summary-mail-crosspost-complaint): do.
16806
16807         * gnus-move.el (gnus-change-server): do.
16808
16809         * gnus-group.el (gnus-group-unmark-all-groups)
16810         (gnus-group-set-current-level): do.
16811
16812 2004-10-04  Simon Josefsson  <jas@extundo.com>
16813
16814         * message.el (message-generate-hashcash): Doc fix.
16815
16816 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16817
16818         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16819         avoid infinite recursion via gnus-get-function.
16820
16821 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16824
16825         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16826
16827         * nnmail.el (nnmail-split-history): do.
16828
16829         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16830         (nnml-request-delete-group): do.
16831
16832         * nnslashdot.el (nnslashdot-read-groups): do.
16833
16834         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16835         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16836
16837         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16838         (nnspool-sift-nov-with-sed): Use last.
16839         (nnspool-retrieve-headers-with-nov): Use mapc.
16840         (nnspool-request-newgroups): Use dolist.
16841         (nnspool-request-group): Use last.
16842
16843         * nntp.el (nntp-read-server-type): Use dolist.
16844
16845         * nnvirtual.el (nnvirtual-create-mapping)
16846         (nnvirtual-update-read-and-marked): Use dolist.
16847         (nnvirtual-convert-headers): Simplify.
16848
16849 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16850
16851         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16852         Add support for sync'ing tick marks.
16853
16854 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16857         there's no visible header.
16858
16859 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16860
16861         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16862         When necessary, pass full group name to gnus-request-set-marks.
16863
16864 2004-10-01  Simon Josefsson  <jas@extundo.com>
16865
16866         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16867         acroread.
16868
16869 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870
16871         * spam-report.el (spam-report-gmane): Fix interactive.
16872
16873         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16874
16875         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16876         when writing file.
16877         (gnus-agent-synchronize-flags): Don't default to being
16878         interactive.
16879
16880 2004-09-30  Simon Josefsson  <jas@extundo.com>
16881
16882         * message.el (message-generate-hashcash): Add.
16883         (message-send-mail): Use it, call mail-add-payment.
16884
16885 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16888
16889 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16890
16891         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16892         gnus-requst-update-info with explicit code to sync the in-memory
16893         info read flags with the marks being sync'd to the backend.
16894
16895         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16896
16897 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16898
16899         * spam.el (spam-verify-bogofilter): Add new function.
16900         (spam-check-bogofilter)
16901         (spam-bogofilter-register-with-bogofilter): Use it.
16902         (spam-verify-bogofilter): Add small fixes.
16903
16904 2004-09-28  Simon Josefsson  <jas@extundo.com>
16905
16906         * hashcash.el (hashcash-generate-payment): Revert.
16907
16908 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16909
16910         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16911         Use gnus-extract-references instead of gnus-split-references.
16912
16913         * gnus-util.el (gnus-extract-references): Add new function, analogous
16914         to gnus-split-references but extracts only the message-ID without
16915         anything extra.
16916
16917         * hashcash.el (hashcash-generate-payment)
16918         (hashcash-check-payment): Do the right thing if hashcash-path is
16919         nil (because the hashcash program could not be found).
16920
16921         * spam.el (spam-use-hashcash): Remove comment.
16922
16923 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16926         (gnus-cache-enter-article, gnus-cache-remove-article)
16927         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16928
16929         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16930
16931         * gnus-art.el (article-hide-boring-headers)
16932         (article-translate-strings, article-display-face)
16933         (gnus-article-mime-match-handle-first)
16934         (gnus-article-highlight-headers)
16935         (gnus-article-add-buttons-to-head): do.
16936
16937 2004-09-27  Simon Josefsson  <jas@extundo.com>
16938
16939         * hashcash.el: New version, from
16940         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16941         ../contrib/.
16942
16943 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16946
16947 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16948
16949         * gnus-dup.el (gnus-dup-open): Use mapc.
16950         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16951
16952         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16953         Reported by Stefan Wiens <s.wi@gmx.net>.
16954
16955         * gnus.el (gnus-shutdown): Use dolist.
16956
16957         * gnus-undo.el (gnus-undo): Use mapc.
16958
16959         * nnrss.el (nnrss-generate-active): do.
16960
16961         * message.el (message-cite-original-without-signature)
16962         (message-cite-original): Use mapc.
16963         (message-do-actions, message-make-forward-subject): Use dolist.
16964
16965 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16966
16967         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16968         deletion to remove entire duplicate line.  Fixes merged article
16969         number bug.
16970
16971 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16972
16973         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16974         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16975         first ask if you want to open a server and then, even when you
16976         responded with no, asking if you want to synchronize the server's
16977         flags.
16978         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16979         multi-line expressions.
16980         (gnus-agent-synchronize-group-flags): New internal function.
16981         Updates marks in memory (in the info structure) AND in the
16982         backend.
16983
16984         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16985
16986         * nnagent.el (nnagent-request-set-mark):
16987         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16988         method, to ensure that synchronization updates marks in the
16989         backend and in the info (in memory) structure.
16990
16991 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16994         convention fully; don't miss the root article of a thread; make
16995         the X-Draft-From header with correct article numbers.
16996
16997 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16998
16999         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17000         unless plugged.  Disable the agent so that an open failure causes
17001         an error.
17002
17003         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17004         Revert 2004-09-21 change.  The backend must be opened while
17005         synchronizing flags even when the backend stores the flags
17006         locally.
17007
17008 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17011         in `header' match.  Reported by Svend Tollak Munkejord.
17012
17013         * message.el (message-cite-original): Fix use of
17014         `message-cite-articles-with-x-no-archive'.
17015
17016 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17019         (gnus-window-to-buffer): Ditto.
17020
17021         * mml.el (mml-preview-buffer): New variable.
17022         (mml-preview): Manage window layout with gnus-buffer-configuration.
17023
17024         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17025         X-Draft-From header even if those articles aren't quoted.
17026
17027 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17028
17029         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17030         (gnus-request-set-mark, gnus-request-update-mark): Use new
17031         g-s-t-u-l-m to decide to use backend even when unplugged.
17032
17033 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17036         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17037
17038 2004-09-20  Simon Josefsson  <jas@extundo.com>
17039
17040         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17041         "utf-16-le".
17042
17043 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17044
17045         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17046
17047 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * uudecode.el (uudecode-use-external): Add :version.
17050
17051         * smime.el (smime-CA-file, smime-encrypt-cipher)
17052         (smime-dns-server): Add :version.
17053
17054         * smiley.el (gnus-smiley-file-types): Add :version.
17055
17056         * sha1.el (sha1-use-external): Add :version.
17057
17058         * pgg-def.el (pgg-query-keyserver): Add :version.
17059
17060         * nnmail.el (nnmail-fancy-expiry-targets)
17061         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17062         Add :version.
17063
17064         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17065         (nnimap-retrieve-groups-asynchronous): Add :version.
17066         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17067
17068         * mml.el (mml-content-disposition-parameters)
17069         (mml-insert-mime-headers-always): Add :version.
17070
17071         * mm-util.el (mm-coding-system-priorities): Add :version.
17072
17073         * mm-decode.el (mm-inline-text-html-with-images)
17074         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17075         (mm-verify-option): Add :version.
17076         (mm-text-html-renderer): Change :version.
17077
17078         * message.el (message-fcc-externalize-attachments)
17079         (message-required-headers, message-draft-headers)
17080         (message-subject-trailing-was-query)
17081         (message-subject-trailing-was-ask-regexp)
17082         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17083         (message-mark-insert-end, message-archive-header)
17084         (message-archive-note, message-cross-post-default)
17085         (message-cross-post-note, message-followup-to-note)
17086         (message-cross-post-note-function, message-use-mail-followup-to)
17087         (message-subscribed-address-functions)
17088         (message-subscribed-address-file, message-subscribed-addresses)
17089         (message-subscribed-regexps, message-allow-no-recipients)
17090         (message-yank-cited-prefix, message-signature-insert-empty-line)
17091         (message-hidden-headers, message-hierarchical-addresses)
17092         (message-mail-user-agent, message-use-idna)
17093         (message-valid-fqdn-regexp)
17094         (message-strip-special-text-properties, message-header-synonyms)
17095         (message-beginning-of-line, message-tab-body-function): Add :version.
17096         (message-insert-canlock, message-wide-reply-confirm-recipients):
17097         Change :version.
17098
17099         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17100         and :version.
17101         (mail-source-delete-old-incoming-confirm)
17102         (mail-source-movemail-program): Add :version.
17103
17104         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17105         (gnus-agent-cache, gnus-agent): Change :version.
17106
17107         * gnus-util.el (gnus-use-byte-compile): Change :version.
17108
17109         * gnus-sum.el (gnus-summary-make-false-root-always)
17110         (gnus-summary-default-high-score)
17111         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17112         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17113         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17114         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17115         (gnus-sum-thread-tree-single-indent)
17116         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17117         (gnus-sum-thread-tree-leaf-with-other)
17118         (gnus-sum-thread-tree-single-leaf): Add :version.
17119         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17120         (gnus-article-loose-mime): Change :version.
17121
17122         * gnus-start.el (gnus-backup-startup-file)
17123         (gnus-save-startup-file-via-temp-buffer): Add :version.
17124
17125         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17126         (gnus-server-offline-face): Add :version.
17127
17128         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17129
17130         * gnus-msg.el (gnus-gcc-externalize-attachments)
17131         (gnus-debug-files, gnus-debug-exclude-variables)
17132         (gnus-discouraged-post-methods): Change :version.
17133         (gnus-confirm-mail-reply-to-news)
17134         (gnus-confirm-treat-mail-like-news): Add :version.
17135
17136         * gnus-int.el (gnus-server-unopen-status): Add :version.
17137
17138         * gnus-group.el (gnus-group-jump-to-group-prompt)
17139         (gnus-large-ephemeral-newsgroup)
17140         (gnus-fetch-old-ephemeral-headers): Add :version.
17141
17142         * gnus-fun.el (gnus-x-face-directory)
17143         (gnus-convert-pbm-to-x-face-command)
17144         (gnus-convert-image-to-x-face-command)
17145         (gnus-convert-image-to-face-command): Add :version.
17146
17147         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17148
17149         * gnus-cite.el (gnus-cite-blank-line-after-header)
17150         (gnus-article-boring-faces): Add :version.
17151
17152         * gnus-art.el (gnus-buttonized-mime-types)
17153         (gnus-inhibit-mime-unbuttonizing)
17154         (gnus-treat-display-face)
17155         (gnus-treat-body-boundary): Change :version.
17156         (gnus-body-boundary-delimiter, gnus-picon-databases)
17157         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17158         (gnus-treat-date-english, gnus-treat-fold-headers)
17159         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17160         (gnus-treat-mail-picon, gnus-treat-wash-html)
17161         (gnus-article-encrypt-protocol)
17162         (gnus-use-idna, gnus-article-over-scroll)
17163         (gnus-mime-display-multipart-alternative-as-mixed)
17164         (gnus-mime-display-multipart-related-as-mixed)
17165         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17166         (gnus-ctan-url, gnus-button-ctan-handler)
17167         (gnus-button-handle-ctan-bogus-regexp)
17168         (gnus-button-ctan-directory-regexp)
17169         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17170         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17171         (gnus-button-man-level, gnus-button-emacs-level)
17172         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17173
17174         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17175         (gnus-agent-go-online): Change :version.
17176         (gnus-agent-expire-unagentized-dirs)
17177         (gnus-agent-auto-agentize-methods): Add :version.
17178
17179         * flow-fill.el (fill-flowed-display-column)
17180         (fill-flowed-encode-column): Add :version.
17181
17182         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17183         (gnus-outlook-deuglify-unwrap-max)
17184         (gnus-outlook-deuglify-cite-marks)
17185         (gnus-outlook-deuglify-unwrap-stop-chars)
17186         (gnus-outlook-deuglify-no-wrap-chars)
17187         (gnus-outlook-deuglify-attrib-cut-regexp)
17188         (gnus-outlook-deuglify-attrib-verb-regexp)
17189         (gnus-outlook-deuglify-attrib-end-regexp)
17190         (gnus-outlook-display-hook): Add :version.
17191
17192         * binhex.el (binhex-use-external): Add :version.
17193
17194 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17197         and `invisible'.
17198
17199 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17200
17201         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17202         in gnus-registry-trim.
17203
17204 2004-09-13  Simon Josefsson  <jas@extundo.com>
17205
17206         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17207
17208         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17209
17210         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17211         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17212         <yamaoka@jpl.org>.
17213         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17214         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17215         <yamaoka@jpl.org>.
17216
17217         * sieve.el (sieve-manage-mode): Ditto.
17218
17219 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17220
17221         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17222
17223 2004-09-11  Simon Josefsson  <jas@extundo.com>
17224
17225         * dns-mode.el: Add.
17226
17227         * mm-view.el (mm-display-dns-inline): Add.
17228
17229         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17230         (mm-automatic-display): Ditto.
17231
17232         * mailcap.el (mailcap-mime-data): Add text/dns.
17233         (mailcap-mime-extensions): Map .soa to text/dns.
17234
17235 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17236
17237         * gnus-art.el (article-decode-mime-words, article-babel)
17238         (gnus-article-highlight-signature, gnus-article-add-buttons)
17239         (gnus-signature-toggle): Remove unnecessary bindings of
17240         `inhibit-read-only' inherited from v5.10 merge.
17241
17242 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * nntp.el (nntp): New customization group.
17245         (nntp-authinfo-file): Add customization group.
17246
17247         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17248
17249         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17250
17251         * gnus.el (to-address, to-list, subscribed)
17252         (large-newsgroup-initial): Ditto.
17253
17254         * flow-fill.el (fill-flowed-display-column)
17255         (fill-flowed-encode-column): Ditto.
17256
17257 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17258
17259         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17260         Use point-min rather than 1.
17261         (message-send-mail): Use buffer-size rather than point-max.
17262
17263         * gnus-sum.el (gnus-summary-search-article-forward):
17264         Signal a specific `search-failed' rather than a generic `error'.
17265
17266         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17267         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17268         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17269
17270 2004-09-10  Simon Josefsson  <jas@extundo.com>
17271
17272         * nndb.el (require): Remove tcp and duplicate cl.
17273
17274 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-agent.el (directory-files-and-attributes): Move forward.
17277
17278 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17279
17280         * gnus-agent.el (directory-files-and-attributes):
17281         Optionally defined to support XEmacs.
17282
17283 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17284
17285         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17286         to avoid run-time CL dependencies.
17287         (gnus-agent-unfetch-articles): New function.
17288         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17289         article numbers even when local .overview file is missing.
17290         (gnus-agent-read-article-number): New function.  Only accepts
17291         27-bit article numbers.
17292         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17293         Use gnus-agent-read-article-number.
17294         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17295         from backend while recognizing that article numbers in .overview
17296         must be valid.
17297         (gnus-agent-update-files-total-fetched-for):
17298         Use directory-files-and-attributes to improve performance.
17299         * gnus-int.el (gnus-request-move-article):
17300         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17301         improve performance.
17302
17303         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17304         some users confused by references to .newsrc when they only have a
17305         .newsrc.eld file.
17306         (gnus-convert-mark-converter-prompt)
17307         (gnus-convert-converter-needs-prompt): Fix use of property list.
17308         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17309         New function.  Used internally to only display 'gnus converting
17310         files' message when actually necessary.
17311
17312         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17313         methods now autoloaded.
17314
17315 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17318         identifiers.
17319
17320 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * gnus-picon.el: Fix indentation and closing parenthesis.
17323
17324 2004-09-01  Simon Josefsson  <jas@extundo.com>
17325
17326         * message.el (message-canlock-generate): Require sha1, not
17327         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17328         to require within a function.  Sadly, if sha1.el isn't loaded, the
17329         let binding in m-c-g will hide the defcustom definition, which is
17330         bad.)
17331
17332         * canlock.el: Require sha1, not sha1-el.
17333
17334         * message.el: Don't autoload sha1 (there is a autoload cookie in
17335         sha1.el).
17336
17337         * sha1-el.el: Rename to sha1.el.
17338
17339 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17340
17341         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17342
17343 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17344
17345         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17346
17347 2004-08-30  Kim F. Storm  <storm@cua.dk>
17348
17349         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17350
17351         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17352         Add :group 'nnimap.
17353
17354 2004-08-30  Andreas Schwab  <schwab@suse.de>
17355
17356         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17357         ?* and ?\;.
17358
17359         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17360         and ?\' to symbol instead of whitespace.
17361
17362 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17365
17366         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17367         instead of re-search-forward.
17368
17369         * gnus-uu.el (gnus-uu-save-article): Ditto.
17370         (gnus-uu-post-encode-uuencode): Ditto.
17371
17372         * html2text.el (html2text-clean-list-items): Ditto.
17373         (html2text-clean-dtdd): Ditto.
17374         (html2text-format-tags): Ditto.
17375
17376         * message.el (message-send-mail-with-sendmail): Fix regexp.
17377         (message-fill-field-general): Use search-forward instead of
17378         re-search-forward.
17379         (unbold-region): Ditto.
17380
17381         * nnrss.el (nnrss-request-article): Ditto.
17382
17383         * nnslashdot.el (nnslashdot-request-article): Ditto.
17384
17385         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17386
17387         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17388         "Unrecognized menu descriptor" error in XEmacs.
17389
17390 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17391
17392         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17393         parent article of a sparse article in the thread hashtb.
17394
17395 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17396
17397         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17398         (nnmail-expand-newtext): Lowercase expanded entries if
17399         nnmail-split-lowercase-expanded is non-nil.
17400
17401 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17404
17405         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17406         of gnus-tmp-news-method into string under XEmacs.  It will be
17407         passed to gnus-correct-length which takes only a string argument.
17408
17409 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-util.el (gnus-bind-print-variables): New macro.
17412         (gnus-prin1): Use it.
17413         (gnus-prin1-to-string): Use it.
17414         (gnus-pp): New function.
17415         (gnus-pp-to-string): New function.
17416
17417         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17418         Replace pp-to-string with gnus-pp-to-string.
17419         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17420         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17421         * gnus-msg.el (gnus-debug): Ditto.
17422         * gnus-score.el (gnus-score-save): Ditto.
17423         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17424         gnus-pp-to-string.
17425         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17426         with gnus-pp.
17427         * score-mode.el (gnus-score-pretty-print): Ditto.
17428         * webmail.el (webmail-debug): Ditto.
17429
17430 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * gnus-art.el (article-display-face, article-display-x-face):
17433         Use buffer-read-only.
17434
17435 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * gnus-art.el (article-hide-list-identifiers):
17438         Bind inhibit-read-only as t.
17439
17440 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17443
17444 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17445
17446         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17447         (gnus-narrow-to-page): Don't assume point-min == 1.
17448         (gnus-article-edit-mode): Derive from message-mode.
17449
17450         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17451         point-min == 1.
17452
17453         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17454         Disable incorrect use of `assert'.
17455
17456         * message.el (message-mode): Set comment-start-skip.
17457
17458
17459 2004-08-22  Sam Steingold  <sds@gnu.org>
17460
17461         * pop3.el (pop3-leave-mail-on-server): New user variable.
17462         (pop3-movemail): Delete mail only when it is nil.
17463
17464 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17467
17468         * mml.el (mml-preview): Use `pop-to-buffer'.
17469
17470         * message.el (message-goto-mail-followup-to): Insert after "To".
17471         (message-carefully-insert-headers): Add comment.
17472
17473         * gnus.el: Remove unused variable `gnus-article-check-size'.
17474
17475         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17476
17477         * gnus-art.el (gnus-button-alist):
17478         Improve `gnus-button-handle-library' entry.
17479
17480 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17481
17482         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17483         Use downcase, since XEmacs capitalizes error messages differently.
17484
17485 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17486
17487         * nntp.el: Add (require 'gnus) due to reference to
17488         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17489
17490 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17491
17492         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17493         Bind `mm-fill-flowed'.
17494
17495         * mm-decode.el (mm-dissect-singlepart): Check it.
17496
17497 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17498
17499         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17500         'imap' for netrc parsing.
17501
17502 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * mailcap.el (mailcap-mime-data): Mark as risky.
17505
17506 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17509         may be included in the encoded word.
17510         (rfc2047-encode): Don't append a space if the encoded word
17511         includes close parenthesis.
17512
17513 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17516         of text within parentheses.
17517
17518 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17519
17520         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17521         (gnus-encrypt-write-file-contents): Make the password key the file
17522         name PLUS the cipher, not just the cipher.  Also remove failed
17523         passwords from the cache.
17524
17525 2004-08-06  Simon Josefsson  <jas@extundo.com>
17526
17527         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17528         Doc fix.
17529
17530 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17533         LWSP.
17534
17535 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17536
17537         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17538         Try to append in-reply-to: data to the references: header.
17539
17540         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17541         (netrc-parse): Use gnus-encrypt.el functions.
17542
17543         * gnus-encrypt.el: Add new file for encryption support; currently
17544         does only a few GPG ciphers and an internal XOR cipher.
17545
17546         * password.el: Add comments on using password-read-and-add.
17547         (password-read-and-add): Add function to read and add the
17548         password to the cache at once.
17549
17550 2004-07-28  Simon Josefsson  <jas@extundo.com>
17551
17552         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17553         parameter (but don't use it, for now).
17554
17555         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17556         instead of hard coding to nil.
17557
17558 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17561         as mm-inline-image-xemacs does.
17562
17563 2004-07-26  Simon Josefsson  <jas@extundo.com>
17564
17565         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17566         Revert part of 2004-07-17 change below.
17567
17568 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17571         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17572
17573 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17576         quotes that actually start with ">" at the beginning of the
17577         lines.
17578
17579 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * rfc2047.el (rfc2047-encode-region): Fix last change.
17582         (rfc2047-encode-parameter): Remove useless concat.
17583
17584 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17587         encode special characters; fix some kind of misconfigured headers;
17588         signal a real error if debug-on-quit or debug-on-error is non-nil.
17589         (rfc2047-encode-max-chars): New variable.
17590         (rfc2047-encode-1): Use it.
17591         (rfc2047-encode-parameter): New function.
17592
17593         * mml.el (mml-insert-parameter): Remove an excessive space.
17594
17595 2004-07-17  Simon Josefsson  <jas@extundo.com>
17596
17597         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17598         Kai Grossjohann <kai@emptydomain.de>.
17599         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17600         (gnus-group-make-menu-bar): Ditto.
17601
17602         * gnus-util.el (gnus-group-server): Add.
17603
17604 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17605
17606         * message.el (message-clone-locals): Clone sendmail and smtp
17607         variables.
17608
17609 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * rfc2047.el (rfc2047-encode-region): Fix last change.
17612
17613 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17616         characters as non-special.
17617
17618 2004-07-09  Simon Josefsson  <jas@extundo.com>
17619
17620         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17621         Users will lose all flag changes made while unplugged with
17622         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17623         good default.  See numerous reports on ding mailing list.
17624
17625 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17628         add generate-head-function and generate-article-function to the
17629         rfc822-forward entry.
17630         (nndoc-rfc822-forward-generate-article): New function.
17631         (nndoc-rfc822-forward-generate-head): New function.
17632
17633         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17634
17635 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17636
17637         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17638         respect display group parameter and gnus-summary-expunge-below.
17639         (gnus-articles-to-read): Remove unused reference to display group
17640         parameter.
17641
17642 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * nnheader.el (nnheader-uniquify-message-id): New experimental
17645         variable.
17646         (nnheader-nov-read-message-id): Use it.
17647
17648         * spam-report.el (spam-report-gmane): Add interactive.
17649
17650 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * mm-encode.el (mm-content-transfer-encoding-defaults):
17653         Use qp-or-base64 for the application/* types.
17654
17655 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17656
17657         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17658
17659 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17660
17661         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17662         trim value.
17663
17664 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17665
17666         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17667         New macro and function.
17668         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17669
17670 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17673         after-load-alist.
17674
17675 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17676
17677         * gnus-group.el (gnus-group-get-new-news-this-group):
17678         Don't update info that isn't there.
17679
17680 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17681
17682         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17683         entry.
17684
17685 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * mm-view.el (mm-inline-render-with-function): Use multibyte
17688         buffer; decode html source by charset.
17689
17690         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17691
17692         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17693         Mule-UCS is loaded under XEmacs.
17694         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17695
17696 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17699
17700 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * mm-util.el (mm-coding-system-p): Return a coding-system.
17703         (mm-mime-mule-charset-alist): Use shift_jis instead of
17704         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17705         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17706         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17707         instead of japanese-shift-jis and iso-latin-1 respectively in
17708         order to share the default value with both Emacs and XEmacs-mule.
17709         (mm-mule-charset-to-mime-charset):
17710         Make mm-coding-system-priorities effective.
17711         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17712         while predicating of candidates upon the priorities.
17713
17714 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * gnus-sum.el (gnus-summary-make-menu-bar):
17717         Add gnus-uu-invert-processable.
17718
17719         * gnus.el: Autoload gnus-uu-invert-processable.
17720
17721 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * mm-util.el (mm-with-multibyte-buffer): New macro.
17724
17725         * rfc2047.el (rfc2047-encode-string): Use it.
17726         (rfc2047-encode-region): Move point to the end of the region after
17727         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17728
17729 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17732         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17733
17734 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17737         (gnus-cite-parse): Ignore quoted envelope From_.
17738         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17739
17740 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17743         invalid addresses.
17744
17745 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17746
17747         * spam.el: Change section markers, revise TODO list.
17748         (spam-backends): Make new master list of all installed backends.
17749         (spam-summary-exit-behavior): Add new variable to determine how
17750         messages moves are done at summary exit.
17751         (spam-move-spam-nonspam-groups-only)
17752         (spam-process-ham-in-nonham-groups)
17753         (spam-process-ham-in-spam-groups): Remove variables, the
17754         spam-summary-exit-behavior variable should be used to manage this
17755         behavior.
17756         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17757         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17758         and spam-old-spam-articles.
17759         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17760         Add empty variables, placeholders for the backends they represent.
17761         (spam-set-difference): Move, unchanged.
17762         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17763         unless the user has a processor variable.
17764         (spam-classifications, spam-classification-valid-p)
17765         (spam-backend-properties, spam-backend-property-valid-p)
17766         (spam-backend-function-type-valid-p)
17767         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17768         (spam-report-articles-gmane, spam-report-articles-resend):
17769         Remove functions, they are not needed.
17770         (spam-install-backend-super, spam-backend-list)
17771         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17772         (spam-backend-function, spam-backend-ham-registration-function)
17773         (spam-backend-spam-registration-function)
17774         (spam-backend-ham-unregistration-function)
17775         (spam-backend-spam-unregistration-function)
17776         (spam-backend-statistical-p, spam-backend-mover-p)
17777         (spam-install-backend-alias, spam-install-checkonly-backend)
17778         (spam-install-mover-backend, spam-install-nocheck-backend)
17779         (spam-install-backend, spam-install-statistical-backend)
17780         (spam-install-statistical-checkonly-backend): Add backend installation
17781         support.
17782         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17783         (spam-group-processor-p): Use the new backend code and respect the
17784         summary exit behavior.
17785         (spam-mark-spam-as-expired-and-move-routine): Remove.
17786         (spam-summary-prepare): Change to use the new spam-old-articles
17787         variable.
17788         (spam-copy-or-move-routine, spam-copy-spam-routine)
17789         (spam-move-spam-routine, spam-copy-ham-routine)
17790         (spam-move-ham-routine): Add code to copy/move ham or spam.
17791         (spam-fetch-field-fast): Improve doc and code, plus allow the
17792         'number request.
17793         (spam-list-of-checks, spam-list-of-statistical-checks):
17794         Remove variables.
17795         (spam-split, spam-find-spam): Use the new backend code.
17796         (spam-registration-functions): Remove variable.
17797         (spam-unregister-routine): Add convenience wrapper.
17798         (spam-log-undo-registration, spam-register-routine)
17799         (spam-log-processing-to-registry)
17800         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17801         where possible.
17802         (spam-check-gmane-xref, spam-check-regex-headers)
17803         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17804         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17805         (spam-check-bogofilter-headers, spam-check-spamoracle)
17806         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17807         (spam-check-crm114-headers): Use the spam-split-group that
17808         spam-split prepares, no need to determine it every time.
17809
17810         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17811         to the nnheader-parse-naked-head call.
17812
17813         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17814
17815         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17816         the nnheader-nov-read-message-id call.
17817
17818 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17821         gnus-activate-group twice.  Suggested by Markus Peter
17822         <warp@spin.de>.
17823
17824 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-art.el (gnus-article-time-format): Exchange the order of
17827         day and month in the default value; fix customization type.
17828         (article-date-ut): Use add-text-properties.
17829         (article-make-date-line): Use message-make-date instead of
17830         current-time-string.
17831
17832         * message.el (message-fetch-field): Don't use set-text-properties.
17833         (message-make-date): Simplify.
17834
17835         * messagexmas.el (message-xmas-make-date): New function.
17836         (message-xmas-redefine): Defalias message-make-date to it.
17837
17838 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17841         (rfc2047-encode-region): Treat text within parentheses as special;
17842         show the original text when error has occurred.
17843
17844         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17845         already-computed method to gnus-activate-group.
17846
17847         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17848         same select-methods identical Lisp objects.
17849
17850         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17851         object when modifying the info.
17852
17853 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17856         gnus-opened-servers since it has never been opened with the new
17857         configuration yet.
17858
17859 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17862         arg to nnheader-generate-fake-message-id.
17863
17864 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17867         number and build a fake message ID localized to a group and
17868         article number (so it's repeatable from that point on).
17869         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17870         ID format.
17871
17872         * gnus-sum.el (gnus-get-newsgroup-headers):
17873         Call nnheader-generate-fake-message-id with the article number.
17874
17875 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17876
17877         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17878         end-of-buffer.
17879
17880 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * message.el (message-ignored-supersedes-headers): Add Approved.
17883
17884 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17887         goto-char.
17888         (rfc2047-encode): Fold the line before encoding.
17889
17890 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891
17892         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17893         folding -- not all headers can be folded, and this should be done
17894         by the message composition mode.  Probably.  I think.
17895
17896 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17899         fast.
17900
17901         * gnus-ems.el (gnus-remove-image): Don't use
17902         message-text-with-property; remove only the image found first.
17903
17904         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17905         found first.
17906
17907 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17910
17911 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * message.el (message-text-with-property): Make it fast and accept
17914         optional arguments.
17915         (message-strip-forbidden-properties): Use it.
17916         (message-fix-before-sending): Follow the m-t-w-p change.
17917
17918         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17919
17920 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (article-hide-headers): Don't change the buffer
17923         mistakenly when performing mml-preview even if
17924         gnus-single-article-buffer is nil.
17925
17926 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17927
17928         * message.el (message-expand-name-databases): New user option.
17929         (message-expand-name): Use it.
17930
17931 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         * spam.el (spam-report-articles-resend)
17934         (spam-report-resend-register-routine): Allow ham reporting.
17935         (spam-report-resend-register-ham-routine): Add wrapper.
17936         (spam-registration-functions): Add ham resending functions.
17937         (spam-list-of-processors): Add ham resend processor.
17938
17939         * gnus.el (ham-resend-to): Add new group parameter.
17940         (spam-process): Add ham resend option.
17941
17942         * spam-report.el (spam-report-resend): Allow reporting ham.
17943         (spam-report-resend-ham): Add wrapper.
17944
17945 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17946
17947         * message.el (message-cite-articles-with-x-no-archive):
17948         New variable.
17949         (message-cite-original): Use it.
17950
17951 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * message.el (message-cite-original): Respect X-No-Archive.
17954
17955 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-art.el (article-hide-headers): Refer to the values for
17958         gnus-ignored-headers and gnus-visible-headers in the summary
17959         buffer since a user may have set them as group parameters.
17960
17961 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17962
17963         * assistant.el (assistant-node-name): Add convenience function.
17964         (assistant-render-text, assistant-render-node): Add error handling,
17965         plus handle multiple next nodes.
17966         (assistant-find-next-node): Comment out for now.
17967         (assistant-find-next-nodes): Add function, returns list of next
17968         nodes.
17969
17970 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * mail-source.el (mail-source-directory): Fix doc-string.
17973
17974 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * assistant.el (assistant-render-text, assistant-eval): Add :set
17977         widget type, which is different because it takes and returns a
17978         list.  Much hilarity ensues.
17979
17980 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17983
17984         * gnus-group.el (gnus-group-get-new-news-this-group):
17985         Add doc-string.
17986
17987         * gnus-start.el (gnus-activate-group): Add doc-string.
17988
17989 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17992
17993 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17994
17995         * assistant.el (assistant-render-text): Try to add a :set
17996         widget, more to come.
17997
17998         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17999         strings.
18000         (spam-report-articles-resend)
18001         (spam-register-routine): Do registration iff any articles warrant
18002         it.
18003         (spam-summary-prepare-exit): Change log message for nil group
18004         destinations.
18005
18006 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18007
18008         * spam.el (spam-report-resend-register-routine):
18009         Allow spam-report-resend-to to be a group parameter or a global value.
18010
18011 2004-05-26  Simon Josefsson  <jas@extundo.com>
18012
18013         * starttls.el: Merge with my GNUTLS based starttls.el.
18014         (starttls-gnutls-program, starttls-use-gnutls)
18015         (starttls-extra-arguments, starttls-process-connection-type)
18016         (starttls-connect, starttls-failure, starttls-success):
18017         New variables.
18018         (starttls-program, starttls-extra-args): Doc fix.
18019         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18020         New functions.
18021         (starttls-negotiate, starttls-open-stream):
18022         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18023         function if it is set.
18024
18025 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18028         structured fields.
18029
18030 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18033
18034 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18037         Add variable.
18038         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18039         assigning the spam-mark to new messages.
18040
18041 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18042
18043         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18044
18045 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18048
18049         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18050         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18051         default.
18052
18053 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18054
18055         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18056         correct data.
18057
18058 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18059
18060         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18061         (spam-group-processor-p): Fix function.
18062         (spam-group-processor-multiple-p)
18063         (spam-group-spam-processor-report-gmane-p)
18064         (spam-group-spam-processor-report-resend-p)
18065         (spam-group-spam-processor-bogofilter-p)
18066         (spam-group-spam-processor-blacklist-p)
18067         (spam-group-spam-processor-ifile-p)
18068         (spam-group-ham-processor-ifile-p)
18069         (spam-group-spam-processor-spamoracle-p)
18070         (spam-group-spam-processor-crm114-p)
18071         (spam-group-ham-processor-bogofilter-p)
18072         (spam-group-spam-processor-stat-p)
18073         (spam-group-ham-processor-stat-p)
18074         (spam-group-ham-processor-whitelist-p)
18075         (spam-group-ham-processor-BBDB-p)
18076         (spam-group-ham-processor-spamoracle-p)
18077         (spam-group-ham-processor-copy-p): Remove functions with some
18078         prejudice against unneeded code.
18079         (spam-report-articles-resend)
18080         (spam-report-resend-register-routine): Allow the group/topic
18081         spam-resend-to value to override spam-report-resend-to.
18082         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18083         properly now.
18084
18085         * gnus.el (spam-resend-to): Add group/topic parameter.
18086         (spam-process): Move the OBSOLETE processors to the end of the
18087         choices.
18088
18089 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18090
18091         * spam-report.el (spam-report-resend-to, spam-report-resend):
18092         Start with resend-to set to nil, and then ask the user if necessary.
18093         (spam-report-resend): spam-report-resend takes a list of articles, not
18094         separate article numbers.
18095
18096 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18099         addition to emacs-w3m.
18100
18101 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18102
18103         * assistant.el (assistant-authinfo-data): New function.
18104         (assistant-eval): Eval for entire assistant.
18105
18106         * netrc.el (netrc-services-file): New variable.
18107         (netrc-parse-services): New function.
18108         (netrc-find-service-name): New function.
18109         (netrc-find-service-number): New function.
18110         (netrc-port-equal): New function.
18111         (netrc-machine): Use it.
18112
18113         * nnimap.el (nnimap-open-connection): Use netrc.
18114
18115         * gnus-util.el (gnus-netrc-get): Remove aliases.
18116
18117         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18118
18119         * assistant.el (wid-edit): Fix compilation.
18120
18121         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18122
18123 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18124
18125         * gnus-util.el (gnus-set-file-modes): New function.  (small
18126         patch).
18127
18128 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18129
18130         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18131
18132         * assistant.el (assistant-render-node): Fix up rendering and
18133         read-only text.
18134         (assistant-render-node): Reset.
18135         (assistant-make-read-only): Not sticky.
18136
18137 2004-05-20  Danny Siu  <dsiu@adobe.com>
18138
18139         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18140         centered even when gnus-auto-center-summary is t.
18141
18142 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18143
18144         * dns.el (dns-get-txt-answer): New function.
18145         (dns-read-txt): Ditto.
18146         (query-dns): Use it.
18147
18148 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18151         active for foreign groups even if the group level is higher than
18152         the specified value.
18153
18154 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18155
18156         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18157         non-active groups.
18158
18159         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18160
18161 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18162
18163         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18164
18165 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18166
18167         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18168         (spam-crm114-header, spam-crm114-spam-switch)
18169         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18170         (spam-crm114-positive-spam-header)
18171         (spam-crm114-database-directory, spam-list-of-processors)
18172         (spam-group-spam-processor-crm114-p)
18173         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18174         (spam-generic-score, spam-list-of-checks)
18175         (spam-list-of-statistical-checks, spam-registration-functions)
18176         (spam-check-crm114-headers, spam-crm114-score)
18177         (spam-check-crm114, spam-crm114-register-with-crm114)
18178         (spam-crm114-register-spam-routine)
18179         (spam-crm114-unregister-spam-routine)
18180         (spam-crm114-register-ham-routine)
18181         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18182         From asjo@koldfront.dk (Adam Sjøgren).
18183
18184         * gnus.el: Add spam-use-crm114.
18185
18186         * spam.el (spam-list-of-processors, spam-registration-functions):
18187         Add spam-use-resend.
18188         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18189         (spam-report-articles-gmane): Add doc fix.
18190         (spam-report-articles-resend, spam-report-resend-register-routine):
18191         Add wrappers around spam-report-resend-to.
18192
18193         * spam-report.el (spam-report-resend-to, spam-report-resend):
18194         Add support for resending spam.
18195         (spam-report-gmane): Fix line length >80.
18196
18197         * gnus.el (spam-process): Add spam-use-resend.
18198
18199 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18200
18201         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18202         number of processed spam messages.
18203         (spam-ham-copy-or-move-routine): Return the number of processed
18204         ham messages.
18205         (spam-summary-prepare-exit): Use the above values to decide
18206         whether status messages shouled be displayed.
18207
18208 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18211         `rfc2047-encoding-function-alist' in order to avoid conflicting
18212         with the old version.
18213         (rfc2047-encode-region): Concatenate words containing non-ASCII
18214         characters in structured fields; don't encode space-delimited
18215         ASCII words even in unstructured fields; don't break words at
18216         char-category boundaries.
18217         (rfc2047-encode-1): New function.
18218         (rfc2047-encode): Use it; encode text so that it occupies the
18219         maximum width within 76-column; work correctly on Q encoding for
18220         iso-2022-* charsets.
18221         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18222         sure not to break a line just after the header name.
18223         (rfc2047-b-encode-region): Remove.
18224         (rfc2047-b-encode-string): New function.
18225         (rfc2047-q-encode-region): Remove.
18226         (rfc2047-q-encode-string): New function.
18227
18228         * mm-util.el (mm-replace-in-string): New function.
18229
18230 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18233         Really get it right.
18234         (gnus-inews-make-draft): Really.
18235
18236 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18237
18238         * nnmh.el (nnmh-request-list-1): Don't check the link count
18239         before descending.  (small patch)
18240
18241 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18242
18243         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18244         stuff.
18245
18246         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18247         Match on real group name.
18248
18249         * gnus-art.el (gnus-signature-limit): Doc fix.
18250
18251         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18252
18253         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18254
18255 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18256
18257         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18258         isn't a string.
18259
18260 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18261
18262         * gnus-draft.el (gnus-draft-send):
18263         Bind rfc2047-encode-encoded-words.
18264
18265         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18266         (rfc2047-encodable-p): Say that =? needs encoding.
18267         (rfc2047-encode-encoded-words): New variable.
18268
18269         * gnus-group.el (gnus-group-select-group): Doc fix.
18270
18271         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18272
18273         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18274         to nil.
18275
18276         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18277
18278         * nnheader.el (nnheader-get-lines-and-char): New function.
18279
18280 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-msg.el (gnus-summary-followup-with-original):
18283         Document yanking of region when active.
18284
18285 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18288         groups if the group level is higher than the specified value.
18289
18290 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18293         (gnus-group-jump-to-group): Add prefix argument using
18294         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18295         non-active group.
18296
18297         * compface.el (uncompface): Be verbose when changing
18298         `uncompface-use-external'.
18299
18300         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18301         handle manual section.
18302
18303 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * gnus-art.el (gnus-button-alist): Revert previous change.
18306
18307 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18310
18311 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18312
18313         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18314         whether backend can accept message.
18315
18316         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18317
18318 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18319
18320         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18321         Avoid creating directory when nntp-marks-is-evil is true.
18322         Reported by Reiner Steib.
18323
18324 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18325
18326         * gnus-picon.el (gnus-picon-style): New variable.
18327         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18328         (gnus-picon-transform-address): Support `gnus-picon-style'.
18329         From Jesper Harder <harder@ifa.au.dk>.
18330
18331 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * message.el (message-fill-field): Return point.
18334         (message-generate-headers): Go to end of field.
18335
18336         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18337         stuff for non-living groups.
18338
18339 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18340
18341         * gnus-art.el (gnus-article-followup-with-original)
18342         (gnus-article-reply-with-original): gnus-mark-active-p ->
18343         gnus-region-active-p.
18344
18345 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18346
18347         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18348         only when there is spam or ham to be processed.
18349
18350 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351
18352         * mail-source.el (mail-source-delete-crash-box): Refactor.
18353         (mail-source-fetch): Use it.
18354         (mail-source-fetch-file): Ditto.
18355         (mail-source-fetch-directory): Run postscript in loop.
18356         (mail-source-fetch-pop): Delete.
18357         (mail-source-fetch-maildir): Ditto.
18358         (mail-source-fetch-imap): Ditto.
18359
18360         * imap.el (imap-authenticators): Comment out sasl.
18361
18362         * message.el (message-skip-to-next-address): New function.
18363         (message-fill-header-address): Refactor.
18364         (message-fill-address): Use it.
18365         (message-delete-address): Use it.
18366         (message-fill-header-general): Refactor.
18367         (message-fill-field-address): Rename.
18368         (message-narrow-to-field): Find the start of the header.
18369         (message-header-format-alist): Don't pre-fill.
18370         (message-fill-header): Remove.
18371         (message-insert-header): New function.
18372         (message-shorten-references): Use it.
18373
18374         * rfc2047.el (rfc2047-field-value): Strip props.
18375
18376         * mail-parse.el (mail-header-make-address): New alias.
18377
18378         * ietf-drums.el (ietf-drums-make-address): New function.
18379
18380         * imap.el: Add compiler directives.
18381
18382         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18383
18384         * gnus-art.el (article-decode-idna-rhs): Don't use
18385         message-idna-inside-rhs-p.
18386
18387 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18388
18389         * message.el (message-idna-inside-rhs-p): Remove.
18390         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18391
18392         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18393         false positives.
18394
18395 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18396
18397         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18398
18399 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18400
18401         * nneething.el (nneething-file-name): Don't create spurious
18402         files.
18403
18404         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18405         (gnus-inews-do-gcc): Remove sleep.
18406
18407         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18408         part under point.
18409
18410         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18411         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18412
18413 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18414
18415         * spam.el (spam-summary-prepare-exit): Fix (length).
18416
18417 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18418
18419         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18420         as expired without moving it" message when there are spam
18421         messages left.
18422
18423 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18424
18425         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18426         header is not nil.
18427
18428 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18429
18430         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18431         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18432         (nntp-marks-changed-p): New arg SERVER.
18433         (nntp-request-update-info): Adjust caller.
18434
18435 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18436
18437         * nntp.el (nntp-save-marks): Pass missing arg.
18438
18439 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18440
18441         * nntp.el: Support marks.
18442         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18443         (nntp-marks-modtime, nntp-marks-directory): New variables.
18444         (nntp-request-set-mark, nntp-request-update-info)
18445         (nntp-possibly-create-directory, nntp-marks-changed-p)
18446         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18447         New functions.
18448
18449 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18450
18451         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18452         (gnus-xmas-redefine): Rename.
18453
18454         * gnus-score.el (gnus-score-insert-help):
18455         Use gnus-select-lowest-window.
18456
18457         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18458         appt-select-lowest-window and rename to gnus-select-lowest-window.
18459
18460         * gnus.el: do.
18461
18462 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18463
18464         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18465         encodings of MIME-encoded words, in order to improve
18466         interoperability with several broken MUAs.
18467
18468 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18469
18470         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18471         tags, only when charsets are not specified in headers.
18472         (mm-inline-text-html-render-with-w3m): Ditto.
18473
18474         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18475         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18476
18477 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18478
18479         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18480         instead of MIME-decoded from fields when checking
18481         `gnus-article-address-banner-alist'.
18482
18483 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18484
18485         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18486         description rather than subject.
18487
18488 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18489
18490         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18491
18492 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18493
18494         * gnus.el (gnus-version-number): Bump.
18495
18496 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18497
18498         * gnus.el: No Gnus v0.2 is released.
18499
18500 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18501
18502         * gnus-agent.el (gnus-agent-read-agentview):
18503         Inline gnus-uncompress-range.
18504
18505 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18506
18507         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18508         `exec-installed-p'.
18509
18510 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18511
18512         * gnus.el (spam-process, spam-autodetect-methods):
18513         Add bsfilter and bsfilter-headers.
18514
18515         * spam.el (spam-bsfilter): New customize group.
18516         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18517         (spam-bsfilter-header, spam-bsfilter-probability-header)
18518         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18519         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18520         (spam-bsfilter-database-directory): New options.
18521         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18522         (spam-list-of-statistical-checks, spam-registration-functions):
18523         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18524         (spam-bsfilter-score): New command.
18525         (spam-check-bsfilter-headers, spam-check-bsfilter)
18526         (spam-bsfilter-register-with-bsfilter)
18527         (spam-bsfilter-register-spam-routine)
18528         (spam-bsfilter-unregister-spam-routine)
18529         (spam-bsfilter-register-ham-routine)
18530         (spam-bsfilter-unregister-ham-routine): New functions.
18531         (spam-generic-score): Support bsfilter; Accept an optional argument
18532         to recalcurate spam score even if scoring header has already been
18533         added.
18534         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18535         optional argument to recalcurate spam score even if scoring header
18536         has already been added.
18537
18538 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18539
18540         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18541         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18542         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18543         link is missing.
18544
18545 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18546
18547         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18548         (html2text-get-attr): Rewrite.
18549
18550         * message.el (message-setup-1): Remove redundant put-text-property
18551         on mail-header-separator.
18552
18553 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18554
18555         * gnus-registry.el (gnus-registry-cache-whitespace)
18556         (gnus-registry-action, gnus-registry-spool-action)
18557         (gnus-registry-split-fancy-with-parent): Change message levels
18558         from 5 to 3 or 7, as needed.
18559
18560         * spam.el (spam-summary-prepare-exit)
18561         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18562         (spam-split, spam-find-spam, spam-log-undo-registration)
18563         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18564         level from 5 to 6.
18565
18566 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18569         2004-03-04 change).
18570
18571 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18572
18573         * sieve-manage.el (sieve-manage-open):
18574         * nnweb.el (nnweb-insert-html):
18575         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18576         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18577         * nnspool.el (nnspool-request-group):
18578         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18579         * nnml.el (nnml-request-update-info):
18580         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18581         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18582         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18583         (nnimap-request-set-mark):
18584         * nnfolder.el (nnfolder-request-update-info):
18585         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18586         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18587         * gnus-uu.el (gnus-uu-find-articles-matching):
18588         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18589         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18590         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18591         * gnus-nocem.el (gnus-nocem-scan-groups):
18592         * gnus-int.el (gnus-start-news-server):
18593         * gnus-group.el (gnus-group-make-kiboze-group)
18594         (gnus-group-browse-foreign-server):
18595         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18596         Use mapc when appropriate.
18597
18598 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18599
18600         FIXME: Make separate entries for each person.
18601
18602         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18603         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18604         <shields@msrl.com>:
18605
18606         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18607         may need for spam sorting and scoring.
18608         (spam-user-format-function-S): Add user format function suitable for
18609         general use.
18610         (spam-article-sort-by-spam-status): Add sorting function for summary
18611         sorting.
18612         (spam-extra-header-to-number): Add function to get a score from a
18613         header.
18614         (spam-summary-score): Add function to get a numeric score from the
18615         headers.
18616         (spam-generic-score): Fix function doc, was in wrong place.
18617         (spam-initialize): Take symbols when it's run, and install the
18618         extra headers that spam-necessary-extra-headers thinks we need.
18619
18620 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18621
18622         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18623         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18624
18625 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * gnus-sum.el (gnus-set-global-variables)
18628         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18629         (gnus-article-get-xrefs, gnus-summary-best-group)
18630         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18631         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18632         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18633         Use with-current-buffer.
18634
18635 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-summary-prepare-exit): Simplify logic.
18638         (spam-fetch-article-header): Read the article header if it's not
18639         available.
18640         (spam-list-articles): Simplify logic.
18641         (spam-filelist-register-routine): Fix bug with unregister-list.
18642
18643         * gnus-registry.el: Fix comments at beginning.
18644
18645 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * message.el (message-cater-to-broken-inn): Remove.
18648         (message-shorten-references): Make sure the total folded length of
18649         References is shorter than 998 characters to cater to a bug in INN
18650         2.3.  Also, don't pretend that references aren't folded -- this
18651         hasn't worked for a while.
18652
18653 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18654
18655         * gnus-agent.el (gnus-agentize):
18656         gnus-agent-send-mail-real-function no longer set to current value
18657         of message-send-mail-function but rather a lambda that calls
18658         message-send-mail-function.  The change makes the agent real-time
18659         responsive to user changes to message-send-mail-function.
18660
18661 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18662
18663         * legacy-gnus-agent.el
18664         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18665         help from Florian Weimer <fw@deneb.enyo.de>
18666
18667 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * nnmail.el (nnmail-cache-insert): Revert last change.
18670
18671 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * nnmail.el (nnmail-cache-insert): Always check whether
18674         nnmail-cache-ignore-groups matches a group name.
18675
18676 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18677
18678         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18679         (spam-find-spam, spam-log-processing-to-registry)
18680         (spam-log-registered-p, spam-log-unregistration-needed-p)
18681         (spam-log-undo-registration): Use gnus-message instead of
18682         gnus-error, none of these errors are fatal.
18683
18684         * gnus-registry.el (gnus-registry-clean-empty-function)
18685         (gnus-registry-clean-empty): Remove only empty entries without
18686         extra data.
18687
18688 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18689
18690         * spam-stat.el (spam-stat-buffer-change-to-spam)
18691         (spam-stat-buffer-change-to-non-spam): Change (error) to
18692         (gnus-message 8) invocation.
18693
18694 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * nntp.el (nntp-via-netcat-command): New variable.
18697         (nntp-via-netcat-switches): New variable.
18698         (nntp-open-via-rlogin-and-netcat): New function.
18699         (nntp-open-connection-function): Doc fix.
18700         (nntp-telnet-command): Doc fix.
18701         (nntp-end-of-line): Doc fix.
18702         (nntp-via-rlogin-command): Doc fix.
18703         (nntp-via-user-name): Doc fix.
18704         (nntp-via-address): Doc fix.
18705
18706 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18709         error in Emacs 21.1.
18710
18711 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18714
18715 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18716
18717         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18718         (gnus-agent-with-refreshed-group): New macro.
18719         (gnus-agent-rename-group): New function.
18720         (gnus-agent-delete-group): New function.
18721         (gnus-agent-save-group-info): Use gnus-command-method when
18722         `method' parameter is nil.  Don't write nil entries into the
18723         active file.
18724         (gnus-agent-get-group-info): New function.
18725         (gnus-agent-fetch-articles):
18726         Use gnus-agent-update-files-total-fetched-for to increment disk space
18727         used.
18728         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18729         Use gnus-agent-update-view-total-fetched-for to increment disk space
18730         used.
18731         (gnus-agent-get-local): Add optional parameters to avoid calling
18732         gnus-group-real-name and gnus-find-method-for-group.
18733         (gnus-agent-set-local): Delete stored entry if either min, or max,
18734         are nil.
18735         (gnus-agent-fetch-session): Reworded error/quit messages.
18736         On quit, use gnus-agent-regenerate-group to record existance of any
18737         articles fetched to disk before the quit occurred.
18738         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18739         gnus-agent-update-view-total-fetched-for, and
18740         gnus-agent-update-files-total-fetched-for to decrement disk space
18741         used.
18742         (gnus-agent-retrieve-headers):
18743         Use gnus-agent-update-view-total-fetched-for to increment disk space
18744         used.
18745         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18746         with gnus-agent-update-files-total-fetched-for to decrement disk
18747         space and fresh group buffer.
18748         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18749         (gnus-agent-need-update-total-fetched-for): New variable.
18750         (gnus-agent-update-files-total-fetched-for): New function.
18751         (gnus-agent-update-view-total-fetched-for): New function.
18752         (gnus-agent-total-fetched-for): New function.
18753
18754         * gnus-cache.el (gnus-cache-save-buffers):
18755         Use gnus-cache-update-overview-total-fetched-for to change disk space
18756         used by this group.
18757         (gnus-cache-possibly-enter-article):
18758         Use gnus-cache-update-file-total-fetched-for to increment disk space
18759         used by this group.
18760         (gnus-cache-possibly-remove-article):
18761         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18762         used by this group.
18763         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18764         (gnus-cache-rename-group): New function.
18765         (gnus-cache-delete-group): New function.
18766         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18767         (gnus-cache-need-update-total-fetched-for): New variable.
18768         (gnus-cache-with-refreshed-group): New macro.
18769         (gnus-cache-update-file-total-fetched-for): New function.
18770         (gnus-cache-update-overview-total-fetched-for): New function.
18771         (gnus-cache-rename-group-total-fetched-for): New function.
18772         (gnus-cache-delete-group-total-fetched-for): New function.
18773         (gnus-cache-total-fetched-for): New function.
18774
18775         * gnus-group.el: Require gnus-sum and autoload functions to
18776         resolve warnings when gnus-group.el compiled alone.
18777         (gnus-group-line-format): Documented new %F.
18778         (size of Fetched data) group line format; identifies disk space
18779         used by agent and cache.
18780         (gnus-group-line-format-alist): Defined new F format.
18781         (gnus-total-fetched-for): New function.
18782         (gnus-group-delete-group): No longer update
18783         gnus-cache-active-altered as gnus-request-delete-group now keeps
18784         the cache in sync.
18785         (gnus-group-list-active): Let the agent store a server's active
18786         list if currently plugged.
18787
18788         * gnus-int.el (gnus-request-delete-group):
18789         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18790         local disk in sync with the server.
18791         (gnus-request-rename-group):
18792         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18793         local disk in sync with the server.
18794
18795         * gnus-start.el (gnus-get-unread-articles):
18796         Cosmetic simplification to logic.
18797
18798         * gnus-util.el (gnus-rename-file): New function.
18799
18800 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18801
18802         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18803
18804 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18805
18806         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18807         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18808
18809 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18810
18811         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18812         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18813
18814 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18815
18816         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18817
18818 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18819
18820         * spam.el (spam-set-difference): Add function to replace
18821         gnus-set-difference in spam.el.
18822         (spam-summary-prepare-exit): Use spam-set-difference.
18823
18824 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18825
18826         * gnus-registry.el (gnus-registry-cache-file): Update to use
18827         gnus-dribble-directory OR gnus-home-directory OR ~.
18828         (gnus-registry-split-fancy-with-parent): Fix doc.
18829
18830 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * message.el (message-exchange-point-and-mark):
18833         Use message-mark-active-p.  Suggested by Jesper Harder
18834         <harder@ifa.au.dk>.
18835
18836 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * message.el (message-exchange-point-and-mark): Don't activate
18839         region if it was inactive.  Suggested by Hiroshi Fujishima
18840         <pooh@nature.tsukuba.ac.jp>.
18841
18842 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * gnus-art.el (article-display-face): Display Faces in the same
18845         order as X-Faces.
18846
18847 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18850
18851 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18854         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18855         (gnus-article-mime-hierarchy): Remove.
18856         (gnus-article-mime-hierarchy-next): Remove.
18857         (gnus-article-mode): Revert 2004-03-19 change.
18858         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18859         (gnus-insert-mime-button): Revert 2004-03-19 change.
18860         (gnus-mime-accumulate-hierarchy): Remove.
18861         (gnus-mime-enter-multipart): Remove.
18862         (gnus-mime-leave-multipart): Remove.
18863         (gnus-mime-display-part): Revert 2004-03-19 change.
18864         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18865
18866         * mml.el (mml-preview): Revert 2004-03-19 change.
18867
18868 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18869
18870         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18871
18872 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18875         t while entering a file name using the mm-with-multibyte macro.
18876         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18877
18878         * mm-util.el (mm-with-multibyte): New macro.
18879
18880 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18883         New user option.
18884         (gnus-mime-multipart-functions): Doc and customization fix.
18885         (gnus-article-mime-hierarchy): New variable.
18886         (gnus-article-mime-hierarchy-next): New variable.
18887         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18888         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18889         gnus-article-mime-hierarchy-next to nil.
18890         (gnus-insert-mime-button): Show hierarchy numbers.
18891         (gnus-mime-accumulate-hierarchy): New function.
18892         (gnus-mime-enter-multipart): New function.
18893         (gnus-mime-leave-multipart): New function.
18894         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18895         (gnus-mime-display-alternative): Show hierarchy numbers.
18896
18897         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18898         gnus-article-mime-hierarchy-next to nil.
18899
18900 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18901
18902         * dns.el: Don't require gnus-xmas.
18903
18904 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18905
18906         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18907         inline PGP.
18908         (mml-menu): Disable mml-quote-region if mark is inactive.
18909
18910 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18913         when the group's active is not available.
18914
18915 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18918         error.
18919
18920 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18921
18922         * imap.el (imap-store-password): New variable.
18923         (imap-interactive-login): Use it.
18924         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18925
18926 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18927
18928         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18929         window-start and hscroll to summary window.
18930
18931 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18932
18933         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18934         conversion message to newsrc-dribble when an actual conversion is
18935         performed.
18936
18937 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18938
18939         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18940
18941 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * mm-decode.el (mm-complicated-handles): New function reviving
18944         former definition of mm-multiple-handles.
18945
18946         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18947         (gnus-mime-delete-part): Use it.
18948
18949 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18950
18951         * gnus-agent.el (gnus-agent-read-local):
18952         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18953         avoid the implicit assumption that they will always be equal.
18954         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18955         coding-system-for-write, as the with-temp-file macro first prints
18956         to a buffer then saves the buffer.
18957
18958 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-art.el (gnus-article-edit-part): New function.
18961         (gnus-mime-save-part-and-strip): Use it; do query instead of
18962         signaling an error; don't use mm-multiple-handles.
18963         (gnus-mime-delete-part): Ditto.
18964
18965 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18966
18967         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18968         old file versions.
18969         (gnus-group-prepare-hook): Remove function that converted list
18970         form of gnus-agent-expire-days to group properties.
18971
18972         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18973         (gnus-request-accept-article): Re-indented.
18974
18975         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18976         converters to handle old agent file formats.  Add logic for a
18977         "backup before upgrading warning".
18978         (gnus-convert-mark-converter-prompt): Developers can mark
18979         functions as needing (default), or not needing,
18980         gnus-convert-old-newsrc's "backup before upgrading warning".
18981         (gnus-convert-converter-needs-prompt): Tests whether the user
18982         should be protected from potentially irreversable changes by the
18983         function.
18984
18985         * legacy-gnus-agent.el: New.  Provides converters that are only
18986         loaded when gnus-convert-old-newsrc needs to call them.
18987
18988 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * mail-source.el (mail-source-touch-pop): Doc fix.
18991
18992         * message.el (message-smtpmail-send-it): Doc fix.
18993
18994 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18995
18996         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18997
18998         * nnmail.el (nnmail-split-fancy): do.
18999
19000         * gnus-kill.el (gnus-kill, gnus-execute): do.
19001
19002 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19003
19004         * gnus-sum.el (gnus-widget-reversible-match)
19005         (gnus-widget-reversible-to-internal)
19006         (gnus-widget-reversible-to-external): New functions.
19007         (gnus-widget-reversible): New widget.
19008         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19009
19010 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19011
19012         * gnus-sum.el (gnus-thread-sort-functions)
19013         (gnus-article-sort-functions): Document `(not F)' items.
19014
19015 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * spam.el (spam-use-gmane-xref): Add new backend.
19018         (spam-gmane-xref-spam-group): Add variable to control the name of the
19019         Gmane spam group.
19020         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19021         (spam-regex-headers-spam, spam-regex-headers-ham)
19022         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19023         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19024         backends and checks.
19025         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19026
19027         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19028         an autodetect method.
19029
19030 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19031
19032         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19033         articles are being added to a group.
19034         (gnus-request-replace-article): Inform the agent that articles
19035         need to be uncached as the cached contents are no longer valid.
19036
19037 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * binhex.el: Don't autoload executable-find.
19040
19041         * canlock.el: Don't autoload mail-fetch-field.
19042
19043         * dgnushack.el: Autoload c-mode for XEmacs.
19044
19045         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19046
19047         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19048         rmail-dont-reply-to and rmail-output.
19049
19050         * gnus-score.el: Don't autoload ffap-string-at-point.
19051
19052         * gnus-setup.el: Don't autoload sc-cite-original.
19053
19054         * imap.el: Don't autoload base64-decode-string,
19055         base64-encode-string and md5.
19056
19057         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19058         and rmail-msg-restore-non-pruned-header.
19059
19060         * mm-decode.el: Don't autoload executable-find.
19061
19062         * mm-url.el: Don't autoload executable-find.
19063
19064         * mm-view.el: Don't autoload diff-mode.
19065
19066         * nndb.el: Don't autoload news-reply-mode, news-setup,
19067         cancel-timer and telnet.
19068
19069         * password.el: Don't autoload run-at-time for Emacs.
19070
19071         * sha1-el.el: Don't autoload executable-find.
19072
19073         * sieve-mode.el: Don't autoload c-mode.
19074
19075         * uudecode.el: Don't autoload executable-find.
19076
19077 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19078
19079         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19080         (gnus-agent-possibly-alter-active): Avoid null in numeric
19081         comparison.
19082         (gnus-agent-set-local): Refuse to save null in local object table.
19083         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19084         list of articles that will be marked as unread.
19085
19086 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19089
19090 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19093         language tags.
19094
19095 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19096
19097         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19098         Don't bind "obarray".
19099
19100         * gnus-sum.el (gnus-thread-sort-functions):
19101         Add `gnus-thread-sort-by-most-recent-number' and
19102         `gnus-thread-sort-by-most-recent-date'.
19103         Reported by Kai Grossjohann <kai@emptydomain.de>.
19104
19105 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19108
19109 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19110
19111         * gnus-cus.el (gnus-agent-customize-category):
19112         Remove ignore-errors macro reference that required cl to be loaded at
19113         run-time.
19114
19115         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19116         single-interval range of the form (min . max).  Previously the
19117         range had to look like ((min . max)).  Likewise, return
19118         (min . max) rather than ((min . max)).
19119         (gnus-range-map): Use gnus-range-normalize to accept
19120         single-interval range.
19121
19122         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19123         the cache, but not the agent, now appear with their usual face.
19124
19125         * dgnushack.el (loaddir): New variable that is bound to the
19126         directory containing the dgnushack.el file. Use loaddir, rather
19127         than srcdir, to update load-path. Change lets dgnushack compile
19128         code in directories other than GNUS/lisp.
19129
19130 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * lpath.el: Don't bind w3m-safe-url-regexp.
19133
19134         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19135         w3m-safe-url-regexp variable buffer-local.
19136
19137         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19138
19139 2004-02-27  Simon Josefsson  <jas@extundo.com>
19140
19141         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19142         gnus-group-real-prefix.
19143         (gnus-summary-move-article): Use it, instead of
19144         gnus-group-real-prefix.
19145
19146 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * lpath.el: Bind w3m-safe-url-regexp.
19149
19150         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19151         w3m-safe-url-regexp variable buffer-local and set it as the value
19152         of mm-w3m-safe-url-regexp.
19153
19154         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19155
19156         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19157         parsing gnus-posting-styles when the message is not for replying.
19158
19159         * dgnushack.el: Autoload sgml-mode for XEmacs.
19160
19161         * nnrss.el (nnrss-opml-export):
19162         Use mm-set-buffer-file-coding-system instead of
19163         set-buffer-file-coding-system.
19164
19165 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19168         of checkdoc.el).
19169         * nnrss.el: do.
19170         * gnus-mlspl.el: do.
19171         * gnus-ml.el: do.
19172         * gnus-srvr.el: do.
19173
19174         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19175
19176 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19177
19178         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19179         Corrections to custom-manual links.
19180
19181         * gnus-art.el (gnus-article): Ditto.
19182
19183         * mm-decode.el (mime-display, mime-security): Ditto.
19184
19185 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19186
19187         * flow-fill.el: Typo.
19188
19189 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19190
19191         * spam-wash.el: New file.
19192
19193 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19194
19195         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19196
19197 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19198
19199         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19200         to be run with new-articles as LIST1, not LIST2.
19201         (spam-registration-functions): Add spam-use-ham-copy as a nil
19202         registration backend.
19203
19204 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19205
19206         * spam-stat.el (spam-stat-washing-hook): New option.
19207         (spam-stat-buffer-words): Use it.
19208         (spam-stat-process-directory, spam-stat-test-directory):
19209         Use insert-file-contents-literally.
19210         (spam-stat-coding-system): New variable.
19211         (spam-stat-load, spam-stat-save): Use it.
19212
19213 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * spam-report.el (spam-report-plug-agent):
19216         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19217
19218 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19221         Allow / in mailto URLs.
19222
19223 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19224
19225         * spam-report.el (spam-report-process-queue): Fix interactive use.
19226         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19227         (spam-report-unplug-agent): Doc fixes.
19228         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19229         (spam-report-agentize, spam-report-deagentize): Autoload.
19230
19231 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19234
19235         * message.el (message-setup-fill-variables): Add mml tags to
19236         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19237         <ajk@iu.edu>.
19238         (message-mode): Don't modify paragraph-separate there.
19239
19240 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * compface.el (uncompface-use-external): Default to undecided.
19243         (uncompface-use-external-threshold): New variable.
19244         (uncompface-float-time): New macro.
19245         (uncompface): Determine whether to use the external decoder if
19246         uncompface-use-external is undecided.
19247
19248 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19249
19250         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19251         after images.
19252
19253         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19254
19255 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19256
19257         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19258
19259         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19260
19261         * gnus-sum.el (gnus-summary-limit-to-age)
19262         (gnus-summary-limit-children): do.
19263
19264         * gnus-int.el (gnus-request-scan): do.
19265
19266         * gnus-group.el (gnus-group-suspend): do.
19267
19268         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19269
19270         * gnus-cite.el (gnus-cite-parse-attributions): do.
19271
19272         * gnus-agent.el (gnus-summary-set-agent-mark)
19273         (gnus-agent-regenerate-group): do.
19274
19275         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19276
19277         * binhex.el (binhex-decode-region-internal): do.
19278
19279 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * gnus-fun.el (gnus-face-properties-alist): New user option.
19282         (gnus-display-x-face-in-from): Use it.
19283
19284         * gnus-art.el (article-display-face): Ditto.
19285
19286         * compface.el (uncompface-use-external): Default to nil.
19287
19288 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19289
19290         * nntp.el (nntp-erase-buffer): New function.
19291         (nntp-retrieve-data, nntp-send-command)
19292         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19293         (nntp-possibly-change-group): Use it.
19294
19295         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19296         Use with-current-buffer.
19297
19298 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19299
19300         * compface.el: Merge the ELisp-based uncompface program.
19301         (compface): New customization group.
19302         (uncompface-use-external): New user option.
19303         (uncompface): Call uncompface-internal if uncompface-use-external
19304         is nil.
19305         (uncompface-internal): New function.  Note that there are also
19306         some other functions and variables added for this function.
19307
19308 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19309
19310         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19311         if necessary.
19312
19313 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19314
19315         * spam-report.el (spam-report-unplug-agent)
19316         (spam-report-plug-agent, spam-report-deagentize)
19317         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19318         Add support for the Agent in spam-report: when unplugged, report to a
19319         file; when plugged, submit all the requests.
19320
19321         * spam.el (spam-register-routine): Fix message about
19322         registration.
19323
19324 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19325
19326         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19327         dependencies.
19328         (rfc2047-encode): Use it.
19329
19330         * gnus-art.el (gnus-button-marker-list): Move before first
19331         reference.
19332
19333         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19334         (imap-parse-body): Fix format string mismatch.
19335
19336         * gnus-score.el (gnus-summary-increase-score): do.
19337
19338         * nnrss.el (nnrss-close): New function.
19339
19340 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19341
19342         * nnrss.el (nnrss-make-filename): New function.
19343         (nnrss-request-delete-group, nnrss-read-server-data)
19344         (nnrss-save-server-data, nnrss-read-group-data)
19345         (nnrss-save-group-data): Use it.
19346         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19347         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19348         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19349
19350 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19351
19352         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19353
19354 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19357         files.
19358
19359         * message.el (message-generate-headers-first): Don't quote nil
19360         and t in docstrings.
19361
19362         * imap.el (imap-id): do.
19363
19364         * gnus-agent.el (gnus-agent-consider-all-articles)
19365         (gnus-agent-queue-mail): do.
19366
19367 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19368
19369         * spam-report.el (spam-report-process-queue): New function.
19370         Process requests from `spam-report-requests-file'.
19371         (spam-report-process-queue): Doc fix.
19372
19373 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19374
19375         * spam.el (spam-register-routine)
19376         (spam-log-processing-to-registry, spam-log-registered-p)
19377         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19378         Change "check" to "spam-check" for semi-clarity.
19379
19380 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19381
19382         * pop3.el: Require nnheader.
19383
19384         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19385
19386         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19387
19388         * gnus-picon.el: Require cl.
19389
19390         * gnus-fun.el: Require gnus-ems and gnus-util.
19391
19392         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19393
19394         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19395
19396         * gnus-art.el (gnus-article-edit-mode): Define before first
19397         reference.
19398
19399 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19402         (gnus-uu-post-encoded): Use point-at-bol.
19403
19404         * gnus-topic.el (gnus-group-active-topic-p): do.
19405
19406         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19407
19408         * gnus-group.el (gnus-group-kill-region): do.
19409
19410         * gnus-art.el (article-date-ut): do.
19411
19412         * message.el (message-fetch-field): Remove redundant
19413         case-fold-search binding.
19414         (message-narrow-to-field): Simplify.
19415
19416 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19417
19418         * spam.el (spam-directory): Derive from `gnus-directory'.
19419
19420         * spam-report.el (spam-report-url-to-file)
19421         (spam-report-requests-file): New function and variable for offline
19422         reporting.
19423         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19424         and user defined function.
19425         (spam-report-url-ping-mm-url): Remove doubled slash.
19426
19427 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19428
19429         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19430
19431 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19432
19433         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19434         Fix format string mismatch.
19435
19436         * sieve.el (sieve-deactivate-all): do.
19437
19438         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19439
19440         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19441
19442         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19443
19444         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19445
19446 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19447
19448         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19449         the list of checks.
19450
19451 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19452
19453         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19454         padding.
19455
19456 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19457
19458         * mm-view.el (mm-fill-flowed): New variable.
19459         (mm-inline-text): Use it.
19460
19461 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19462
19463         * spam.el (spam-spamassassin-register-ham-routine)
19464         (spam-spamassassin-register-spam-routine): Fix function names.
19465
19466 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * gnus.el (gnus-tmp-grouplens): Remove.
19469         (gnus-summary-line-format): Remove grouplens.
19470
19471         * gnus-group.el (gnus-group-line-format): Ditto.
19472
19473         * gnus-spec.el (gnus-format-specs): Ditto.
19474         (gnus-update-format-specifications): Flush the group format spec
19475         cache if there's the grouplens stuff.
19476         (gnus-parse-simple-format): Replace %l with the empty string.
19477
19478 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19479
19480         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19481         omission.
19482
19483 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19486         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19487
19488 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19489
19490         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19491         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19492         New macros and functions.
19493         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19494         Handle > NLINK_MAX messages.
19495         * nnmaildir.el (nnmaildir-request-set-mark):
19496         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19497
19498 2004-01-25  Alex Schroeder  <alex@gnu.org>
19499
19500         * spam-stat.el (spam-stat-process-directory-age): New option.
19501         (spam-stat-process-directory): Use it.
19502
19503 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19504
19505         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19506         (spam-stat-save): Accept prefix argument.
19507
19508 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19509
19510         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19511         links" error.
19512
19513 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19514
19515         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19516         the rest of the and/or forms.
19517
19518 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19519
19520         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19521         compatibility with old .newsrc.eld files.
19522
19523         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19524
19525         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19526
19527         * gnus-start.el (gnus-1): do.
19528
19529         * gnus-group.el (gnus-group-line-format-alist): do.
19530
19531         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19532
19533         * gnus-gl.el: Remove.
19534
19535 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19536
19537         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19538         marks consisting of a single range {for example, (3 . 5)} rather
19539         than a list of a single range { ((3 . 5)) }.
19540
19541 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19542
19543         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19544         Use with-current-buffer.
19545         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19546         avoid consing a string.
19547
19548         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19549         Remove obsolete entries for big5 and gb2312.
19550
19551 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19552
19553         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19554         uncompressed list.
19555
19556 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19557
19558         * spam-stat.el (spam-stat-strip-xref): New function.
19559         (spam-stat-process-directory): Use it.
19560
19561         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19562         here -- it's done in message-fetch-field.
19563
19564 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19565
19566         * gnus-agent.el (gnus-agent-queue-mail)
19567         (gnus-agent-prompt-send-queue): New variables.
19568         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19569         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19570         "nndraft:queue" along to gnus-draft-send.
19571         Use gnus-agent-prompt-send-queue.
19572         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19573         is "nndraft:queue".  Suggested by Gaute Strokkenes
19574         <gs234@srcf.ucam.org>
19575
19576         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19577         (agent-enable-undownloaded-faces): Add.
19578         (gnus-agent-cat-groups): Use eval-and-compile, not
19579         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19580         method of gnus-agent-cat-groups even when the buffer has been
19581         evaled.
19582         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19583         delete gnus-agent-save-active-1.
19584         (gnus-agent-save-groups): Delete.  Identical to
19585         gnus-agent-save-active.
19586         (gnus-agent-write-active): No longer adjust agent's copy of active
19587         file as agent's adjustments are now stored in their own
19588         file.  Remove optional parameter.
19589         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19590         servers.  Add use of min/max range limits from server's local
19591         file.
19592         (gnus-agent-save-alist): Remove unused optional argument.
19593         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19594         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19595         (gnus-agent-set-local): A per-server file that keeps min/max range
19596         limits for articles known to the agent.  Provides a fast mechanism
19597         for altering many active ranges.
19598         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19599         active file (local makes it unnecessary).
19600         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19601
19602         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19603         (agent-enable-undownloaded-faces): Add.
19604
19605         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19606         disable it when sending to "nndraft:queue".
19607         (gnus-group-send-queue): Add safety check to avoid sending queue
19608         when unplugged.
19609
19610         * gnus-group.el (gnus-group-catchup): Use new
19611         gnus-sequence-of-unread-articles, not
19612         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19613         numbers of articles.  Use gnus-range-map to avoid having to
19614         uncompress the unread list.
19615         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19616         Fix invalid ange-ftp reference.
19617
19618         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19619         (gnus-sorted-range-intersection): Intersection of two ranges
19620         without requiring that they first be uncompressed.
19621
19622         * gnus-start.el (gnus-activate-group): Unless blocked by the
19623         caller, possibly expand the active range to include both cached
19624         and agentized articles.
19625         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19626         multiple version-dependent converters.
19627         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19628         gnus-agent-save-active.
19629         (gnus-save-newsrc-file): Save dirty agent range limits.
19630
19631         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19632         gnus-agent-possibly-alter-active.
19633         (gnus-adjust-marked-articles): Faster handling of simple lists.
19634
19635 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19636
19637         * spam-stat.el (spam-stat-test-directory): New optional argument
19638         displays a list of files detected.  Suggested by Andrew Cohen
19639         <cohen@andy.bu.edu>.
19640         (spam-stat-buffer-words-with-scores): Don't narrow and change
19641         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19642
19643 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19644
19645         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19646         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19647         (spam-spamassassin-arguments)
19648         (spam-spamassassin-spam-flag-header)
19649         (spam-spamassassin-positive-spam-flag-header)
19650         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19651         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19652         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19653         (spam-list-of-processors, spam-list-of-checks)
19654         (spam-list-of-statistical-checks, spam-registration-functions)
19655         (spam-check-spamassassin-headers, spam-check-spamassassin)
19656         (spam-spamassassin-score)
19657         (spam-spamassassin-register-with-sa-learn)
19658         (spam-spamassassin-register-spam-routine)
19659         (spam-spamassassin-register-ham-routine)
19660         (spam-assassin-register-spam-routine)
19661         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19662         (spam-bogofilter-score): Fix to show article before scoring.
19663
19664 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19665
19666         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19667         default scoring function.
19668         (spam-generic-score): Call spam-spamassassin-score if
19669         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19670         spam-bogofilter-score otherwise.
19671
19672         * gnus.el (spam-process, spam-autodetect-methods):
19673         Add spamassassin and spamassassin-headers.
19674
19675 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19676
19677         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19678         Suppress unnecessary messages.
19679
19680 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19681
19682         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19683         make-hash-table.
19684
19685 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * canlock.el (base64-encode-string): Don't autoload it.
19688
19689 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * run-at-time.el: Remove useless (require 'itimer),
19692         eval-and-compile and (featurep 'xemacs).
19693
19694 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19695
19696         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19697         GROUP is a virtual group.
19698
19699 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19700
19701         * gnus.el: Autoload `message-y-or-n-p'.
19702
19703 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19704
19705         * pgg-parse.el: Remove unnecessary (require 'custom).
19706
19707         * pgg-def.el: do.
19708
19709         * nnmail.el: do.
19710
19711         * gnus-undo.el: do.
19712
19713         * gnus-picon.el: do.
19714
19715         * gnus-util.el: do.
19716
19717 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19718
19719         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19720
19721 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19724         handle, as well as a list.
19725
19726         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19727         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19728         (mm-w3m-cid-retrieve): Simplify.
19729
19730 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19731
19732         * message.el (message-kill-to-signature): Allow prefix arg to
19733         specify number of lines to keep before signature.
19734
19735 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19736
19737         * message.el (message-kill-to-signature): Change docstring.
19738
19739 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * canlock.el: Always require sha1-el.
19742         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19743
19744         * message.el: Autoload sha1 only when compiling.
19745
19746         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19747         eudc-expand-inline for XEmacs.
19748
19749 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * message.el (message-canlock-generate): Require sha1-el.
19752
19753 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19754
19755         * message.el (message-expand-name): Silence the byte compiler.
19756
19757         * lpath.el: Add detect-coding-system.
19758
19759         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19760         cus-edit.
19761
19762 2004-01-13  Simon Josefsson  <jas@extundo.com>
19763
19764         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19765         Invoke gnus-score-mode.
19766         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19767
19768         * gnus-range.el (gnus-compress-sequence): Doc fix.
19769         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19770
19771 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19772
19773         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19774
19775 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19776
19777         * spam.el (spam-get-article-as-string): Update to use
19778         gnus-request-article-this-buffer, much simpler.
19779         (spam-get-article-as-buffer): Remove.
19780
19781 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19782
19783         * message.el (message-expand-name): Use EUDC if the user uses that.
19784
19785 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19788         character for the encoding to avoid consing a string.
19789
19790         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19791         unnecessarily.
19792
19793         * mm-util.el (mm-replace-chars-in-string): Remove.
19794
19795         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19796         of mm-replace-chars-in-string.
19797
19798 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19799
19800         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19801
19802         * mm-util.el (mm-subst-char-in-string): Support inplace.
19803
19804         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19805         a new string in every iteration.  Use shy groups.
19806
19807 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19810         * gnus-soup.el (gnus-soup-group-brew):
19811         * gnus-msg.el (gnus-put-message):
19812         * gnus-move.el (gnus-group-move-group-to-server):
19813         * gnus-kill.el (gnus-batch-score):
19814         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19815         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19816         (gnus-group-update-group, gnus-group-read-group)
19817         (gnus-group-make-group, gnus-group-make-help-group)
19818         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19819         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19820         (gnus-group-sort-by-unread, gnus-group-catchup)
19821         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19822         (gnus-group-yank-group, gnus-group-set-info)
19823         (gnus-group-list-groups):
19824         * gnus.el (gnus-generate-new-group-name):
19825         * gnus-delay.el (gnus-delay-send-queue):
19826         * nnvirtual.el (nnvirtual-catchup-group):
19827         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19828         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19829         (gnus-group-prepare-topics, gnus-topic-check-topology):
19830         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19831         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19832         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19833         (gnus-group-make-articles-read):
19834         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19835         (gnus-group-change-level, gnus-kill-newsgroup)
19836         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19837         (gnus-get-unread-articles, gnus-make-articles-unread)
19838         (gnus-make-ascending-articles-unread): Use accessor
19839         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19840         to get group information for improved readability.
19841
19842
19843 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19844
19845         * gnus-art.el (article-decode-mime-words, article-babel)
19846         (gnus-article-highlight-signature, gnus-article-add-buttons)
19847         (gnus-signature-toggle): Use gnus-with-article-buffer.
19848
19849         * gnus-art.el (gnus-article-highlight-headers)
19850         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19851
19852         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19853         (gnus-article-set-globals, gnus-request-article-this-buffer)
19854         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19855         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19856         (gnus-mime-display-alternative): Use with-current-buffer.
19857
19858 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19859
19860         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19861         also under 80 char limit, and call gnus-error if needed.
19862         (spam-fetch-article-header): Fix - it was a
19863         buffer-local variable (gnus-newsgroup-data).
19864         (spam-find-spam): Use spam-generate-fake-headers, forget about
19865         spam-insert-fake-headers.
19866         (spam-insert-fake-headers): Remove.
19867
19868 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19869
19870         * deuglify.el (gnus-article-outlook-unwrap-lines)
19871         (gnus-outlook-rearrange-article)
19872         (gnus-outlook-repair-attribution-outlook)
19873         (gnus-outlook-repair-attribution-block)
19874         (gnus-outlook-repair-attribution-other): Remove redundant
19875         save-excursion.
19876
19877 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19878
19879         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19880         (spam-fetch-field-subject-fast)
19881         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19882         (spam-fetch-article-header): Add functions to deal with Gnus
19883         internals for fast retrieval of article header data.
19884         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19885
19886 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19887
19888         * pop3.el (pop3-md5): Remove.
19889         (pop3-apop): Replace pop3-md5 with md5.
19890
19891         * mm-bodies.el: base64 is always built-in.
19892
19893         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19894         Use with-current-buffer.
19895
19896 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * canlock.el (canlock-insert-header): Remove excessive grouping in
19899         regexp.
19900
19901         * gnus-sum.el (gnus-summary-read-document): Ditto.
19902
19903         * gnus-uu.el (gnus-uu-part-number): Ditto.
19904
19905         * html2text.el (html2text-remove-tags): Ditto.
19906         (html2text-format-tags): Ditto.
19907         (html2text-format-single-elements): Ditto.
19908
19909         * mml.el (mml-parse-1): Ditto.
19910
19911 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19912
19913         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19914
19915         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19916
19917         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19918
19919         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19920
19921 2003-11-15  Simon Josefsson  <jas@extundo.com>
19922
19923         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19924         (pgg-gpg-lookup-key): Use regexp match instead of
19925         split-string (split-string is different between emacs 21.2 and
19926         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19927
19928 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19929
19930         * gnus-art.el (gnus-mime-view-all-parts)
19931         (gnus-article-part-wrapper, gnus-article-view-part):
19932         Use with-current-buffer.
19933
19934 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19935
19936         * spam.el (spam-disable-spam-split-during-ham-respool)
19937         (spam-spamoracle-database, spam-cache-lookups)
19938         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19939         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19940         (spam-group-ham-marks, spam-group-spam-marks)
19941         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19942         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19943         also add spam-use-blackholes to the statistical checks.
19944         (spam-fetch-field-fast): Add interface to fetching fields, may
19945         become a macro.
19946         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19947         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19948         (spam-insert-fake-headers): Fake an article when needed.
19949         (spam-find-spam): Fake article when possible.
19950         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19951         (spam-check-bogofilter-headers): Use message-fetch-field instead
19952         of nnmail-fetch-field.
19953
19954 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19955
19956         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19957
19958 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19959
19960         * spam.el (spam-split): Do not require spam-use-CHECK to be
19961         enabled if that check is passed to spam-split explicitly; also
19962         fix so 'spam doesn't get converted to spam-split-group when
19963         spam-split-symbolic-return is t.
19964         (spam-find-spam): Find registrations of the article and use those
19965         instead of re-running spam-split to find the spam/ham
19966         classification of the article.
19967         (spam-log-processing-to-registry, spam-log-registered-p)
19968         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19969         Use gnus-error instead of gnus-message.
19970         (spam-log-registration-type): Add function to determine the
19971         classification of a message based on registry entries; will
19972         return nil if both 'spam and 'ham are found.
19973         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19974         a reasonably fast local cache without the loading errors.
19975         (spam-cache-lookups): Set to t by default.
19976         (spam-find-spam): Don't try to guess spam-cache-lookups.
19977         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19978         spam-caches entry.
19979         (spam-filelist-build-cache, spam-filelist-check-cache):
19980         Fix caching of whitelist/blacklist entries.
19981         (spam-check-whitelist, spam-check-blacklist):
19982         Invoke spam-from-listed-p with a type, not a cache variable.
19983         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19984
19985 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19988
19989         * nnmail.el (nnmail-split-fancy): do.
19990
19991         * mml.el (mml-parse): do.
19992
19993         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19994         (gnus-score-adaptive): do.
19995
19996 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19999         (gnus-mime-button-map): Don't set keymap parent.
20000         (gnus-button-ctan-directory-regexp): Use shy grouping.
20001         (gnus-prev-page-map): Don't set keymap parent.
20002         (gnus-prev-page-map): Remove duplicated one.
20003         (gnus-next-page-map): Don't set keymap parent.
20004         (gnus-mime-security-button-map): Ditto.
20005
20006         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20007         version number.
20008
20009         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20010
20011 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * canlock.el (canlock-sha1-function): Remove.
20014         (canlock-sha1-function-for-verify): Remove.
20015         (canlock-openssl-program): Remove.
20016         (canlock-openssl-args): Remove.
20017         (canlock-ignore-errors): Remove.
20018         (canlock-sha1-with-openssl): Remove.
20019         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20020         (canlock-verify): Don't use canlock-ignore-errors.
20021
20022         * sha1-el.el (sha1-string-external): Make it can return a string
20023         in binary form.
20024         (sha1-region-external): Ditto.
20025         (sha1-string-internal): Ditto.
20026         (sha1-region-internal): Ditto.
20027         (sha1-region): Ditto.
20028         (sha1-string): Ditto.
20029         (sha1): Ditto.
20030
20031 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20032
20033         * spam.el (spam-report-articles-gmane): New command.
20034
20035 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20038
20039         * run-at-time.el (run-at-time-saved): Remove.
20040         (run-at-time): Doc fix.
20041
20042 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20043
20044         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20045         (gnus-summary-limit-map): Add it.
20046         (gnus-summary-make-menu-bar): do.
20047
20048 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20051         Make attempt at some caching support (done for BBDB only now).
20052         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20053         addresses to be checked.
20054         (spam-clear-cache-BBDB): Add function, to be invoked by
20055         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20056         (spam-check-BBDB): Check and use the caches, if
20057         spam-cache-lookups is on, remove superfluous (provide).
20058
20059 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20060
20061         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20062
20063 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20064
20065         * run-at-time.el (run-at-time-saved): Move to after the definition
20066         of `run-at-time'.
20067
20068         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20069
20070 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20071
20072         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20073         mm-w3m-local-map-property.
20074
20075         * mm-view.el (mm-w3m-mode-map): Remove.
20076         (mm-w3m-local-map-property): Remove.
20077         (mm-inline-text-html-render-with-w3m): Don't use
20078         mm-w3m-local-map-property.
20079
20080 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20081
20082         * run-at-time.el: New file.
20083
20084         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20085         under Emacs.
20086
20087         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20088         of gnus-set-text-properties.
20089
20090         * gnus-uu.el (gnus-uu-save-article): Ditto.
20091
20092         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20093
20094         * gnus-cite.el (gnus-cite-parse): Ditto.
20095
20096         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20097         of gnus-.
20098
20099         * gnus-xmas.el (run-at-time): Require run-at-time.
20100
20101         * gnus.el: Change calls to nnheader-run-at-time and
20102         password-run-at-time throughout to use run-at-time directly.
20103
20104         * password.el: Remove definition of run-at-time.
20105
20106         * nnheaderxm.el: Remove definition of run-at-time.
20107
20108 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20109
20110         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20111         in prompt.
20112
20113 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20114
20115         * messagexmas.el (message-xmas-redefine): Alias
20116         `message-make-caesar-translation-table' to
20117         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20118         version.
20119
20120         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20121         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20122         `gnus-xmas-set-text-properties'.
20123         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20124         `gnus-xmas-completing-read'.
20125         (gnus-xmas-completing-read): Removed.
20126         (gnus-xmas-open-network-stream): Removed.
20127
20128         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20129         XEmacs version.
20130
20131         * dns.el (dns-make-network-process): Use `open-network-stream'
20132         instead of `gnus-xmas-open-network-stream'.
20133
20134         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20135
20136         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20137
20138 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20139
20140         * gnus-art.el (gnus-mime-display-alternative)
20141         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20142         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20143         Don't use gnus-local-map-property.
20144
20145         * gnus-util.el (gnus-local-map-property): Remove.
20146
20147         * mm-view.el (mm-view-pkcs7-decrypt):
20148         Replace gnus-completing-read-maybe-default with completing-read.
20149
20150         * gnus-util.el (gnus-completing-read): do.
20151         (gnus-completing-read-maybe-default): Remove.
20152
20153 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20154
20155         * password.el: Only autoload `run-at-time' if not XEmacs.
20156         Only autoload the itimer functions if XEmacs.
20157
20158 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20161         XEmacsen.
20162
20163         * dgnushack.el: Autoload executable-find for XEmacs.
20164
20165 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20166
20167         * gnus-art.el (gnus-read-string): Remove.
20168         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20169         read-string.
20170
20171 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20172
20173         * netrc.el: Autoload password-read.
20174         (netrc): Add configuration group.
20175         (netrc-encoding-method, netrc-openssl-path):
20176         Add variables for encoding and decoding of files with symmetric
20177         ciphers.
20178         (netrc-encode): Add assistant function to encode a file with
20179         netrc-encoding-method.
20180         (netrc-parse): Add interactive parameter, added optional
20181         decoding if netrc-encoding-method is non-nil but otherwise
20182         behavior is standard.
20183         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20184         Do s/encode/encrypt/ everywhere.
20185
20186         * spam.el: Remove executable-find autoload.
20187
20188 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20189
20190         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20191
20192         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20193
20194 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * gnus-art.el (gnus-treat-ansi-sequences)
20197         (article-treat-ansi-sequences): New variable and function.
20198         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20199
20200         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20201         Use it.
20202
20203 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20204
20205         * mm-util.el (mm-quote-arg): Remove.
20206
20207         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20208         shell-quote-argument.
20209
20210         * gnus-uu.el (gnus-uu-command): do.
20211
20212         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20213
20214         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20215         with make-char.
20216
20217         * mm-util.el (mm-make-char): Remove.
20218
20219         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20220         add-minor-mode.
20221
20222         * gnus-undo.el (gnus-undo-mode): do.
20223
20224         * gnus-topic.el (gnus-topic-mode): do.
20225
20226         * gnus-sum.el (gnus-dead-summary-mode): do.
20227
20228         * gnus-start.el (gnus-slave-mode): do.
20229
20230         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20231
20232         * gnus-ml.el (gnus-mailing-list-mode): do.
20233
20234         * gnus-gl.el (gnus-grouplens-mode): do.
20235
20236         * gnus-draft.el (gnus-draft-mode): do.
20237
20238         * gnus-dired.el (gnus-dired-mode): do.
20239
20240         * gnus-ems.el (gnus-add-minor-mode): Remove.
20241
20242         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20243         Replace gnus-char-width with char-width.
20244
20245         * gnus-ems.el (gnus-char-width): Remove.
20246
20247         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20248         Replace gnus-char-width with char-width.
20249
20250         * gnus-ems.el (gnus-char-width): Remove.
20251
20252         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20253         definition.
20254         Remove Emacs 20 hash table compatibility code.
20255
20256         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20257         20 compatibility code.
20258
20259         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20260
20261         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20262
20263         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20264         Replace with point-at-{eol,bol}.
20265
20266         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20267
20268         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20269
20270         * flow-fill.el (fill-flowed-point-at-bol)
20271         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20272
20273         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20274         Replace with point-at-{eol,bol} throughout all files.
20275
20276 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * ntlm.el (ntlm-string-as-unibyte): New macro.
20279         (ntlm-build-auth-response): Use it.
20280
20281         Remove Emacs 20 stuff:
20282         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20283         (butlast, mapc, remove): Remove the compiler macros.
20284         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20285         of delq and copy-sequence.
20286         * gnus-art.el (popup-menu): Remove the compiler macro.
20287         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20288         Emacs 20.
20289
20290 2004-01-05  Simon Josefsson  <jas@extundo.com>
20291
20292         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20293         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20294         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20295         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20296         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20297         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20298         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20299         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20300         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20301         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20302         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20303         string-xor into ntlm-string-xor.
20304         Suggested by Jesper Harder <harder@myrealbox.com>.
20305
20306         * ntlm.el: Don't include poem.
20307
20308         * md4.el (print-int32, print-string-hexa): Remove.
20309         Suggested by Jesper Harder <harder@myrealbox.com>.
20310
20311         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20312
20313         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20314         probably breaks emacs with DL patch, but do we care? Is anyone
20315         still using the DL stuff?)
20316
20317         * sieve-manage.el: Use the password package.
20318         (sieve-manage-read-passwd): Remove.
20319         (sieve-manage-interactive-login): Use password.  Re-add
20320         condition-case around loop.
20321
20322         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20323         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20324         Use the password package.
20325
20326 2003-02-19  Simon Josefsson  <jas@extundo.com>
20327
20328         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20329         token.
20330
20331 2002-08-07  Simon Josefsson  <jas@extundo.com>
20332
20333         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20334         (sieve-manage-authenticators):
20335         (sieve-manage-authenticator-alist): Add some SASL mechs.
20336         (sieve-sasl-auth): New function.
20337         (sieve-manage-cram-md5-auth):
20338         (sieve-manage-plain-auth): Rewrite using SASL library.
20339         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20340         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20341         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20342         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20343
20344 2004-01-05  Simon Josefsson  <jas@extundo.com>
20345
20346         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20347         New files.
20348
20349 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * gnus-group.el (gnus-no-groups-message): Update.
20352
20353         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20354
20355 2003-11-09  Simon Josefsson  <jas@extundo.com>
20356
20357         * imap.el: Support for ID IMAP extension (RFC 2971).
20358         (imap-local-variables): Add imap-id.
20359         (imap-id): New variable.
20360         (imap-id): New function.
20361         (imap-parse-response): Parse untagged ID response.
20362         * nnimap.el (nnimap-id): New variable.
20363         (nnimap-open-connection): Use it.
20364
20365 2003-12-28  Simon Josefsson  <jas@extundo.com>
20366
20367         * gnus-score.el (gnus-score-edit-all-score): New.
20368         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20369
20370 2004-01-04  Simon Josefsson  <jas@extundo.com>
20371
20372         * password.el: Add.
20373
20374 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20375
20376         * dns.el (dns-query-types): Fix typo.
20377         (dns-query-types): New function.
20378         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20379         PTR and SOA replies, see RFC 1035.
20380
20381 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20382
20383         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20384
20385         * Move to Changelog.2.
20386
20387 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * gnus.el (gnus-version-number): Bump version.
20390
20391 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20392
20393         * gnus.el: No Gnus v0.1 is released.
20394
20395 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20396
20397         * gnus.el: No Gnus v0.0 is released.
20398
20399 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20400
20401         * gnus.el (gnus-version-number): Bump.
20402         (gnus-version): No.
20403
20404 See ChangeLog.2 for earlier changes.
20405
20406   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20407
20408   This file is part of GNU Emacs.
20409
20410   GNU Emacs is free software: you can redistribute it and/or modify
20411   it under the terms of the GNU General Public License as published by
20412   the Free Software Foundation, either version 3 of the License, or
20413   (at your option) any later version.
20414
20415   GNU Emacs is distributed in the hope that it will be useful,
20416   but WITHOUT ANY WARRANTY; without even the implied warranty of
20417   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20418   GNU General Public License for more details.
20419
20420   You should have received a copy of the GNU General Public License
20421   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20422
20423 ;; Local Variables:
20424 ;; coding: utf-8
20425 ;; fill-column: 79
20426 ;; add-log-time-zone-rule: t
20427 ;; End: