shr.el (shr-expand-newlines, shr-previous-newline-padding-width): Use plist-get inste...
[gnus] / lisp / ChangeLog
1 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4         Use plist-get instead of the cl function getf.
5
6 2011-01-27  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-util.el (float-time): Get rid of compiler warning, again.
9
10 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * shr.el (shr-put-color): Special-case background colours: Do put them
13         at the blank parts at the front of the lines.
14
15         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
16         exit hook to nix out all data on readedness on group exit.
17
18         * gnus-util.el (float-time): If float-time is bound, always use it on
19         all Emacsen.  It's unclear why the subrp check was there.
20         (time-date): Require to make some autoload issues on XEmacs go away.
21
22         * shr.el (shr-put-color): Don't do the box padding in tables, since
23         they're already padded.
24
25 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-art.el (gnus-article-next-page): When the last line of the
28         article is displayed, scroll down once more instead of going to the
29         next article at once.
30         (article-lapsed-string): Refactor out and allow specifying how many
31         segments you want.
32         (gnus-article-setup-buffer): Start updating the lapsed header directly.
33         (gnus-article-update-lapsed-header): New variable.
34
35         * shr.el: Revert change that made headings use different-sized faces.
36         The Emacs display engine isn't advanced enough that, for instance,
37         tables can comfortably use differntly-sized faces.
38
39 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
40
41         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
42         used.
43         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
44         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
45         we're using an encrypted connection.
46
47         * proto-stream.el: Alter the interface functions to also return the
48         actual stream type used: network or tls.
49
50 2011-01-25  Julien Danjou  <julien@danjou.info>
51
52         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
53         (mm-display-javascript-inline): New function.
54
55         * mm-decode.el (mm-inline-media-tests): Add application/javascript
56         viewing function.
57
58 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * shr.el (shr-expand-newlines): Fix variable name.
61
62 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
63
64         * shr.el (shr-expand-newlines): Make nested boxes work.
65
66 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
67
68         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
69         backgrounds.
70         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
71         in a more sensible manner.
72
73 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
74
75         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
76         if EPG is loaded.
77
78 2011-01-24  Julien Danjou  <julien@danjou.info>
79
80         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
81         tags.
82
83 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
86         commands.
87
88         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
89         in the article buffer.
90         (gnus-gravatar-insert): Use blank space from the current buffer to
91         avoid breaking text properties.  This makes X-Sent updating work again.
92
93         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
94
95 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
98         fix the bug in url-http.el instead.
99
100         * shr.el (shr-image-fetched): Ditto.
101
102         * shr.el (shr-image-fetched): Avoid having point move in the article
103         buffer.
104
105         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
106         buffer after being called.  It's apparently being killed by url.el, and
107         killing it made point move to end-of-buffer in a random buffer.
108
109         * shr.el (shr-image-fetched): Ditto.
110
111 2011-01-23  Julien Danjou  <julien@danjou.info>
112
113         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
114
115         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
116         text/x-org.
117
118 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-sum.el (gnus-summary-move-article): Protect against backends
121         (i.e., nnimap) returning nil as the article number.
122
123 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
124
125         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
126         "DelSp" parameter in RFC3676.
127
128 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
129
130         * message.el (message-check-recipients): Display the encoded version of
131         the bogus address if they differ.
132
133         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
134         after sending.
135
136         * gnus-agent.el (gnus-agent-send-mail): Ditto.
137
138         * gnus-group.el (gnus-group-refresh-group): New convenience function.
139
140         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
141         group buffer after sending the queue.
142
143         * gnus-agent.el (gnus-agent-send-mail): Ditto.
144
145 2011-01-22  Julien Danjou  <julien@danjou.info>
146
147         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
148
149 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
150
151         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
152         nested related parts.
153
154         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
155         unexpired articles.  This fixes the regression that led expiry marks to
156         disappear from nnfolder groups.
157
158 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
159
160         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
161         Don't confuse the "ret" of "retrograde" with RET.
162
163 2011-01-21  Julien Danjou  <julien@danjou.info>
164
165         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
166         than mm-insert-inline.
167
168 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
171         Widen article buffer.
172
173 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
174
175         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
176         the temp buffer.
177         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
178
179 2011-01-20  Julien Danjou  <julien@danjou.info>
180
181         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
182
183         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
184         than mm-insert-inline to insert inline part: this respect
185         mm-inline-media-tests displayers.
186
187         * mm-view.el (mm-display-shell-script-inline): New function.
188
189         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
190
191         * mm-uu.el (mm-uu-type-alist): Add org block.
192         (mm-uu-org-src-code-block-extract): New function.
193
194         * mm-view.el (mm-display-org-inline): New function.
195
196         * mm-decode.el (mm-automatic-display): Add text/org.
197
198         * mailcap.el (mailcap-mime-extensions): Add .org.
199
200 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (gnus-article-highlight): Remove argument passed to
203         gnus-article-add-buttons.
204
205 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
206
207         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
208         From header with a date and "nobody" as the sender.
209
210 2011-01-19  Julien Danjou  <julien@danjou.info>
211
212         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
213         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
214         if you have the same regexp several times.
215         (gnus-button-push): Fix matching when regexp is symbol.
216
217 2011-01-15  Glenn Morris  <rgm@gnu.org>
218
219         * message.el (message-mail): A compose-mail function should
220         accept headers as strings.
221
222 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
223
224         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
225         Add :vert-only tags.
226         (message-mail): New arg RETURN-ACTION.
227         (message-return-action): New var.
228         (message-bury): Use it.
229         (message-mode): Make it buffer-local.
230         (message-send-and-exit): Always call message-bury.
231
232         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
233         message-mail.
234
235 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-convert-partial-article): Protect against
238         zero-length body parts.
239
240         * mm-decode.el (mm-preferred-alternative-precedence):
241         Discourage showing empty parts.
242
243         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
244         and stuff if the backend didn't return the article number.  This fixes
245         an Exchange-related nnimap bug.
246
247         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
248         group window, because it does the wrong thing when a separate frame
249         displays the group buffer.
250
251         * proto-stream.el (open-protocol-stream): Protect against the low-level
252         transport functions returning nil.
253
254 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
255
256         * mml2015.el (epg-sub-key-fingerprint): Autoload.
257         (mml2015-epg-find-usable-secret-key): New function.
258         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
259         mml2015-epg-find-usable-key (Bug#7797).
260         (mml2015-epg-encrypt): Ditto.
261
262 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * dgnushack.el (rot13-string): Fix the way to get the argument.
265
266 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
269
270 2011-01-03  Glenn Morris  <rgm@gnu.org>
271
272         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
273
274         * sieve.el (sieve-open-server): Give a more explicit error if
275         sieve-manage-open returns nil.  (Bug#7720)
276
277 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
278
279         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
280
281 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
284         This avoids sending passwords in plain text over non-encrypted
285         channels.
286
287         * shr.el (shr-rescale-image): Display all GIF images as animated images.
288
289         * nnimap.el (nnimap-login): Refactored out into own function, and
290         implement CRAM-MD5.
291         (nnimap-wait-for-line): Refactored out.
292
293         * mm-view.el (mml-smime): Require.
294
295 2010-12-20  David Engster  <deng@eml.cc>
296
297         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
298         use EPG to decrypt S/MIME messages instead of openssl.
299
300 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
303
304         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
305         status is the group clearly is unreachable.
306
307         * auth-source.el (auth-source-create): Add the optional second
308         parameter to `local-variable-p' to be compatible with XEmacs.
309
310 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
311
312         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
313         work when using a compressed nnml folder.
314
315 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
318         backends after sanitising on entry, because this never makes sense:
319         If the articles have gone missing, then the data no longer exists on
320         the backend, and if they haven't, then Gnus is wrong, and shouldn't
321         overwrite anything anyway.
322
323         * shr.el (shr-insert-document): Bind shr-width dynamically to
324         window-width if it's nil.
325
326 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
327
328         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
329         with the meaning of using the full emacs window width for rendering.
330
331 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
332
333         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
334         case when sender is not given.
335
336 2010-12-23  Julien Danjou  <julien@danjou.info>
337
338         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
339         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
340         the addresses, otherwise we might misplaced the gravatar.
341
342 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
343
344         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
345         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
346         obsolete in Emacs.
347
348 2010-12-20  Julien Danjou  <julien@danjou.info>
349
350         * gnus-util.el (gnus-rescale-image): Revert last change.
351
352 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
353
354         * binhex.el: Improve commentary (Bug#7482).
355
356 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-group.el (gnus-group-delete-articles): New command.
359
360 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
361
362         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
363
364 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
367         here, since it's up to the backends to do CRLF removal if their
368         protocol has it.
369
370         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
371
372 2010-12-17  Julien Danjou  <julien@danjou.info>
373
374         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
375         they are from file. Can also scale up.
376
377 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
378
379         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
380         gnus-use-agent.
381         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
382
383         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
384
385 2010-12-17  Julien Danjou  <julien@danjou.info>
386
387         * gravatar.el (gravatar-retrieve-synchronously): New function.
388         (gravatar-get-data): Make more robust.
389
390 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
393
394 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
397         to really consider the last line.
398
399 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
400
401         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
402         list of recipient keys, or use symmetric encryption if not a list.
403         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
404         EPA override, replacing the call to `netrc-store-data'.
405
406 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
407
408         * gnus-srvr.el: Avoid passing nil regexp argument to
409         delete-matching-lines.
410
411 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
414         fetching stops when Gnus exits.
415
416         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
417         function.
418         (nnfolder-request-expire-articles): Save all the buffers after doing
419         expiry.
420
421         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
422         the last article", since that led to serious performance regressions
423         when expiring nnml groups.
424
425 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
426
427         * nnir.el: Improve customizations.
428
429 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
432
433         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
434         group has been killed.
435         (gnus-group-yank-group): Ditto.
436
437         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
438
439         * nnimap.el (nnimap-request-update-group-status): New function.
440
441         * gnus-int.el (gnus-request-update-group-status): New interface
442         function.
443
444         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
445         copying read-ness to the backends.
446
447         * nnimap.el (nnimap-quirk): New function.
448         (nnimap-retrieve-group-data-early): Use it.
449         (nnimap-quirks): New alist.
450
451 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * shr.el (shr-insert): Set shr-start after deleting trailing space;
454         don't delete it within indentation.
455
456 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
459         previous line.
460
461 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
464         QRESYNC command by deleting a superfluous space which broke Cyrus
465         servers.  This change will break other servers that are buggy the other
466         way around.
467
468 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
469
470         * spam.el: Reindent and fix long lines.
471         (spam-copy-or-move-routine): Exclude invalid move destinations.
472
473 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
474
475         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
476         installed the registry.
477
478 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
481
482 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
483
484         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
485         groupname doesn't contain "gmane".
486
487 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
490         and netrc-bound-and-true-p bindings.
491         (netrc-parse): Cache the netrc contents.
492
493         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
494         (gnus-1): Don't create the nndrafts group twice.
495         (gnus-setup-news): There's no need to read the active file here, since
496         that's done again later on a per-backend basis.
497         (gnus-start-draft-setup): Make sure that the new group is started out
498         empty.
499
500         * gnus-agent.el (gnus-agentize): Don't create the queue group
501         automatically on startup.  It'll be created later, if needed.
502
503         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
504         of automatically subscribed groups.
505         (gnus-auto-subscribed-categories): New variable.
506         (gnus-matches-options-n): Use it.
507         (gnus-default-subscribed-newsgroups): Remove unused variable.
508         (gnus-start-draft-setup): Message a bit less.
509
510 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
511
512         * nnir.el (nnir-run-imap): Return article list in order of increasing
513         UID.
514
515 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-sum.el (gnus-summary-enter-digest-group):
518         Mention gnus-auto-select-on-ephemeral-exit.
519
520         * proto-stream.el (proto-stream-open-network-only): Fix the calling
521         convention of the network-only option.
522
523 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * proto-stream.el (proto-stream-open-network-only): New function to
526         have a way to specify non-STARTTLS upgrade connections.
527
528 2010-12-10  Julien Danjou  <julien@danjou.info>
529
530         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
531         email address is nil.
532
533         * message.el (message-bogus-recipient-p): Set address to "" if nil.
534
535 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
538         deletion.
539         (nnir-run-imap): Only need to parse list once.
540
541 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * shr.el (shr-tag-script): Ignore <script>.
544         (shr-tag-label): Add <label> support.
545
546 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
549
550         * shr.el (shr-image-displayer): Work for images lined side by side.
551
552 2010-12-08  Robert Pluim  <rpluim@gmail.com>
553
554         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
555         parameter, since XEmacs doesn't accept t as a parameter.
556
557 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
558
559         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
560         ids.
561         (nnir-run-gmane): Simplify groupspec formatting.
562         (nnir-request-expire-articles): New function.
563
564 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
567         overflow, possibly.
568
569         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
570         (shr-render-td): Handle td style="" better.
571         (shr-tag-table): Use the color from the style sheet.
572         (shr-render-td): Make sure we copy over all the overlays, too.
573
574 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
575
576         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
577         (nnir-request-article): Improve article retrieval.
578
579 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * mm-util.el (mm-extra-numeric-entities): New variable.
582
583         * mm-url.el (mm-url-decode-entities):
584         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
585
586         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
587
588 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
589
590         * message.el: Use completion-at-point.
591         (message-completion-function): New fun, extracted from message-tab.
592         (message-mode): Use it for completion-at-point-functions.
593         (message-tab): Use it and completion-at-point.
594
595 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
598         character if a non-breakable character follows.
599
600 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
603         any stream.
604
605         * shr.el (shr-tag-font): Colorize the region.
606         (shr-tag-body): Ditto.
607         (shr-tag-font): Actually let the styles be inherited instead of
608         overwriting them.
609         (shr-tag-font): Get the background color right.
610         (shr-tag-style): Ignore all <style> tags for the moment.
611
612         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
613         a Message-ID to avoid having nnimap depend on gnus-sum.
614
615         * shr.el (shr-descend): Only colorize something if we have a node that
616         sets colors.
617
618 2010-12-06  Julien Danjou  <julien@danjou.info>
619
620         * shr.el (shr-render-td): Render td content with shr-descend, so style
621         will be applied to <td> too.
622         (shr-colorize-region): Colorize region even if we only have a background.
623         (shr-tag-body): Fix color and background color inheritance.
624         Do not recolorize after shr-generic.
625         (shr-tag-font): Let shr-generic colorize via inheritance.
626
627 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
630
631 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
632
633         * nnir.el (nnir-request-move-article): Remove obsolete code.
634
635 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
638
639 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-sum.el (gnus-summary-respool-article): The completion function
642         expects a list instead of an alist.
643
644         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
645         string as the parameter.
646
647         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
648
649         * shr.el (shr-stylesheet): New dynamic variable for cascading the
650         styles.
651         (shr-colorize-region): New function.
652         (shr-insert-background-overlay): Remove.
653         (shr-render-td): Background setting should be taken care of on a higher
654         level.
655         (shr-tag-body): Use post-hoc colorizations.
656         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
657         (shr-put-color-1): Don't overwrite old colors.
658         (shr-colorize-region): When the background color isn't explicit, use
659         a fixed background.
660
661         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
662         nnmail variables.
663
664 2010-12-05  Bjørn Mork  <bjorn@mork.no>
665
666         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
667         unless necessary.
668
669 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
670
671         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
672         server.
673
674 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
677         so that TAB works.
678
679         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
680         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
681
682         * shr.el (shr-urlify): Show the URL before the title to avoid
683         misleading URLs.
684
685 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
686
687         * shr.el (shr-urlify): Display the title in <a> tags.
688
689 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * nnir.el (nnir-categorize): Replace mapcar with mapc.
692
693 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
694
695         * nnir.el: Rearrange code to allow macros to be autoloaded by
696         gnus-sum.el.
697         (nnir-retrieve-headers-override-function): Make this variable
698         customizable.
699         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
700
701         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
702         from nnir.el.
703
704 2010-12-03  Julien Danjou  <julien@danjou.info>
705
706         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
707
708 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
711         allow optional argument `environment'.
712
713 2010-12-03  Glenn Morris  <rgm@gnu.org>
714
715         * mm-extern.el (message-goto-body): Update declaration.
716
717 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-util.el (gnus-macroexpand-all): New function.
720
721         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
722         instead of macroexpand-all that is unavailable in XEmacs.
723
724 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
725
726         * nnir.el (nnir-summary-line-format): New variable.
727         (nnir-mode): Use it.
728         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
729         (nnir-article-ids): Reimplement as defsubst.
730         (nnir-retrieve-headers): Don't mangle the subject header.
731         (nnir-run-imap): Use 100 as RSV score.
732         (nnir-run-find-grep): Fix for full server searching.
733         (nnir-run-gmane): Better restriction to gmane groups.
734
735         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
736         summary buffers.
737
738 2010-12-02  Julien Danjou  <julien@danjou.info>
739
740         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
741
742         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
743
744         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
745         support.
746
747 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
748
749         * nnir.el: Update to handle the registry better.
750         (autoload): Silence byte-compiler.
751         (nnir-open-server): Add a hook for nnir groups.
752         (nnir-request-move-article): Don't mangle the header. Better to use
753         formating variables (which will be added in the future).
754         (nnir-registry-action): Update the registry using the original article
755         group name.
756         (nnir-mode): Install nnir-specific hooks for updating the registry.
757
758         * gnus-sum.el
759         (gnus-article-original-subject,gnus-newsgroup-original-name):
760         Remove obsolete variables.
761         (gnus-summary-move-article): Remove use of obsolete variables.
762         (gnus-summary-local-variables): Make move and delete hooks local to
763         summary buffers.
764
765 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * rtree.el: New file.
768
769 2010-12-01  Julien Danjou  <julien@danjou.info>
770
771         * message.el (message-user-organization): Do not use
772         gnus-local-organization.
773
774         * gnus.el: Remove gnus-local-organization.
775
776         * gnus-msg.el: Remove nastygram thing.
777
778 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
779
780         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
781         funcall.
782
783 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
786         names.
787
788         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
789         characters.
790
791         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
792         to t of inhibit-read-only since it is inside gnus-with-article-headers.
793         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
794         (gnus-gravatar-transform-address): Use mail-extract-address-components
795         that supports non-ASCII names rather than mail-header-parse-addresses.
796
797 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * proto-stream.el (open-protocol-stream): All starttls connections are
800         handled by the network handler.
801
802 2010-11-30  Julien Danjou  <julien@danjou.info>
803
804         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
805         (nnimap-open-connection-1): Fix PREAUTH.
806
807         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
808
809 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
812         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
813         (shr-insert): Use them.
814         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
815
816 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
817
818         * nnir.el (nnir-request-move-article): Bail out if original group
819         doesn't support article moves.
820         (nnir-get-active): Improve active list retrieval.
821
822 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * shr.el (shr-find-fill-point): Don't break before apostrophes.
825
826 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
827
828         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
829         seem to accept strings-with-numbers as port numbers,
830
831 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
832
833         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
834         change the registry.
835
836 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
839         delete-dups that is not available in XEmacs 21.4.
840
841         * mm-util.el (mm-delete-duplicates): Add comment.
842
843 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (nnir-ignored-newsgroups): New variable.
846         (nnir-get-active): Use it.
847
848 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * proto-stream.el (proto-stream-open-network): Add some comments.
851
852         * nntp.el (nntp-open-connection): Provide a :success condition.
853
854         * nnimap.el (nnimap-open-connection-1): Ditto.
855
856         * proto-stream.el (proto-stream-open-network): See what the response to
857         the STARTTLS command is.
858
859         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
860         backwards compatibility).
861         (nnimap-open-connection-1): Really respect nnimap-server-port.
862
863         * proto-stream.el (proto-stream-open-network): When doing opportunistic
864         TLS upgrades we don't really care about the identity of the peer.
865         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
866         that what we've checked for.
867         (proto-stream-always-use-starttls): Only default to t if
868         open-gnutls-stream exists.
869         (proto-stream-open-network): If STARTTLS failed, then just open a
870         normal connection.
871         (proto-stream-open-network): Wait until the greeting before doing
872         STARTTLS.
873
874         * nntp.el (nntp-open-connection): Report what the connection error is.
875
876         * proto-stream.el (open-protocol-stream): Rename from
877         open-proto-stream.
878
879 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * nnimap.el (nnimap-stream): Change default to `undecided'.
882         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
883         first, and then network.
884         (nnimap-open-connection-1): Respect nnimap-server-port.
885         (nnimap-open-connection): Be more backwards-compatible.
886
887         * proto-stream.el (proto-stream-always-use-starttls): New variable.
888         (proto-stream-open-starttls): De-duplicate the starttls code.
889         (proto-stream-open-starttls): Folded back into the main function.
890         (proto-stream-open-network): Fix typo in the gnutls path.
891         (proto-stream-command): Refactor out.
892
893         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
894
895         * proto-stream.el (proto-stream-open-starttls): Actually implement the
896         starttls.el STARTTLS.
897
898         * color.el (color-lab->srgb): Fix function call name.
899
900         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
901         if we're using tls.el.
902         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
903         built in, then don't try to establish a STARTTLS connection.
904
905         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
906         servers.
907
908         * proto-stream.el (open-proto-stream): Use network, not stream.
909         (open-proto-stream): Add a way to specify what the end of a command is.
910
911         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
912         connections types.
913         (nntp-open-network-stream): Remove.
914         (nntp-open-ssl-stream): Remove.
915         (nntp-open-tls-stream): Remove.
916         (nntp-ssl-program): Remove.
917
918         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
919
920 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
921
922         * nnir.el: Fix typos.
923         (nnir-retrieve-headers-override-function): Rename variable to reflect
924         new semantics.
925         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
926         macros.
927         (nnir-request-article, nnir-request-move-article): Use them.
928         (nnir-categorize): New function.
929         (nnir-run-query): Use it.
930         (nnir-retrieve-headers): Rewrite to batch header retrieval.
931         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
932         sorted.
933         (nnir-group-full-name): Use gnus-group-full-name instead.
934         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
935         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
936
937 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
940
941         * proto-stream.el: New library to provide protocol-specific
942         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
943         protocols.
944         (open-proto-stream): Complete the documentation.
945         (proto-stream-open-network): Fix some typos.
946
947         * nnimap.el (nnimap-open-connection): Use it.
948
949 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
950
951         * pop3.el (pop3-open-server): Read server greeting before starting TLS
952         negotiation.
953
954 2010-11-26  Julien Danjou  <julien@danjou.info>
955
956         * color.el: Rename various rgb functions to srgb.
957
958 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
961         names.
962
963 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * shr.el (shr-insert): Revert last change.
966         (shr-find-fill-point): Never leave point being at bol;
967         relax the kinsoku limitation when rendering tables.
968
969 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
972         results from -accept-article.
973
974         * shr-color.el: Require cl when compiling.
975
976         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
977         checkin.
978
979         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
980
981         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
982
983         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
984         'add and 'delete to set backend marks.
985
986         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
987
988         * nnheader.el (nnheader-update-marks-actions): Refactor out.
989
990         * nntp.el (nntp-request-set-mark): Use it.
991
992         * nnfolder.el (nnfolder-request-set-mark): Ditto.
993
994         * nnml.el (nnml-request-set-mark): Ditto.
995
996         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
997         introduces regressions in article selection.
998         (nnimap-find-uid-response): New function.
999         (nnimap-request-accept-article): Use the UID returned, if any.
1000         (nnimap-request-move-article): Use the UID returned, if any.
1001         (nnimap-get-groups): Reimplement to work with folded lines.
1002         (nnimap-find-uid-response): The UID is the last element in the list.
1003         (nnimap-request-set-mark): Extend syntax with 'set.
1004
1005         * nnml.el (nnml-request-set-mark): Ditto.
1006
1007         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1008
1009         * nntp.el (nntp-request-set-mark): Ditto.
1010
1011 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * message.el (message-called-interactively-p): A temporary macro.
1014         (message-goto-body): Use it temporarily.
1015
1016 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1019         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1020         (nnimap-last-response-string): Fix last unfolding fix.
1021
1022 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * shr.el (shr-insert): Fix the way to fold lines.
1025
1026 2010-11-25  Julien Danjou  <julien@danjou.info>
1027
1028         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1029
1030         * color.el: Rename from color-lab.el
1031         (color-rgb->hex): Add.
1032         (color-complement): Add.
1033         (color-complement-hex): Add.
1034
1035         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1036
1037 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1040         don't exist.
1041
1042 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1045         assuming that article displaying or another mml-preview may be
1046         interrupted for an error or for the like.
1047
1048         * shr.el (shr-get-background): Fix argument name.
1049
1050 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1053
1054         * gnus-sum.el (gnus-summary-include-articles): New function.
1055
1056         * message.el (message-goto-body): called-interactively-p needs a
1057         parameter, so use `any'.
1058
1059         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1060         clear marks before moving, since they're synced from the Gnus side
1061         first.
1062
1063         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1064         (gnus-summary-move-article): Copy over all marks before moving, so that
1065         IMAP doesn't think a new article has arrived.
1066
1067 2010-11-24  Julien Danjou  <julien@danjou.info>
1068
1069         * shr.el (shr-insert-background-overlay): Fix typo.
1070         (shr-render-td): Copy the background before rendering.
1071
1072         * shr-color.el (shr-color-visible): Fix docstring.
1073
1074         * shr.el (shr-tag-table): Add bgcolor support.
1075         (shr-render-td): Add bgcolor support.
1076         (shr-get-background): Add.
1077         (shr-insert-foreground-overlay): Use shr-get-background.
1078
1079         * message.el (message-goto-body): Use called-interactively-p.
1080         (message-in-body-p): message-goto-body returns point.
1081
1082 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1085         Fixes something or other in Emacs 23, and is backwards compatible.
1086
1087         * message.el (message-goto-body): Remove the <#secure special-casing,
1088         which is too special.
1089
1090         * shr.el (shr-parse-style): Drop !important from styles.
1091
1092 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1093
1094         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1095         this function to return incorrect results when calling it with an
1096         explicit article argument different from
1097         (gnus-summary-article-number).
1098
1099 2010-11-24  Julien Danjou  <julien@danjou.info>
1100
1101         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1102         (shr-tag-body): Add background support.
1103         (shr-descend): Add background support.
1104         (shr-tag-title): Add.
1105
1106         * shr-color.el (shr-color-visible): Really return original background
1107         if fixed.
1108
1109 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * shr.el (shr-color-check): Protect against non-existant colour names.
1112
1113 2010-11-24  Julien Danjou  <julien@danjou.info>
1114
1115         * color-lab.el: Require 'cl when compiling.
1116
1117         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1118
1119         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1120         matched part.
1121
1122         * color-lab.el: Fix all expt calls to use float type.
1123
1124 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1127         expression to shr-color-check as is.
1128
1129         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1130
1131         * color-lab.el: Add coding cookie.
1132         (float-pi): Use eval-and-compile.
1133
1134         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1135         compiled for Emacsen having no `libxml-parse-html-region' support.
1136
1137 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * shr.el (shr-insert-color-overlay): Split stuff like
1140         "#444444 !important" to find the real colour.
1141         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1142         parse <font color="red"> entries.
1143
1144 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1145
1146         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1147         point when parsing headers.
1148
1149         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1150         is positioned properly when parsing headers.
1151
1152 2010-11-23  Julien Danjou  <julien@danjou.info>
1153
1154         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1155
1156         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1157
1158         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1159
1160         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1161         Use shr-color-hue-to-rgb.
1162         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1163
1164 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * shr.el (shr-color->hexadecimal): Autoload.
1167         (shr-descend): Add color to all tags.
1168
1169 2010-11-22  Julien Danjou  <julien@danjou.info>
1170
1171         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1172         shr-color->hexadecimal.
1173
1174         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1175         RGB() or HSL() color representation.
1176
1177         * shr.el (shr-tag-font): Add.
1178         (shr-tag-color-check): New function to get better colors.
1179         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1180         tag-span.
1181
1182         * shr-color.el: New file.
1183
1184         * color-lab.el: New file.
1185
1186         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1187
1188 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el: Fix typo in comments.
1191         (nnir-run-imap): Simplify code. No need to reverse artlist.
1192         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1193
1194 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1197
1198         * nnimap.el (nnimap-get-capabilities): Refactor out.
1199         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1200
1201 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1202
1203         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1204         appearing when `mm-uu-hide-markers' is nil.
1205
1206 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnimap.el (nnimap-unselect-group): Make into its own function.
1209         (nnimap-request-rename-group): Unselect group before renaming.
1210         This had gotten lost somewhere.
1211         (nnimap-request-accept-article): Keep track of examined groups, and
1212         unselect the group before APPENDing to read-only groups.
1213         (nnimap-request-move-article): Clear flags before moving so that they
1214         can be re-set later.
1215
1216 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1219         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1220
1221 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-art.el (gnus-mime-display-single)
1224         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1225         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1226         parameter.
1227
1228 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1231         (shr-table-vertical-line): New variable.
1232         (shr-insert-table): Use it.
1233
1234 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-html.el (gnus-html-wash-images): Don't display images if
1237         gnus-inhibit-images is non-nil; register displayer for cid images.
1238         (gnus-html-display-image): Work for cid image.
1239         (gnus-html-insert-image): Allow arguments.
1240         (gnus-html-put-image): Inhibit read-only.
1241         (gnus-html-prefetch-images): Don't prefetch images if
1242         gnus-inhibit-images is non-nil.
1243
1244 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * shr.el (shr-put-image): Break lines when inserting big pictures.
1247
1248 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1249
1250         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1251         sender, thanks Katsumi Yamaoka.
1252
1253 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1254
1255         * nnir.el (nnir-run-imap): Reverse the article list for each group
1256         rather than the whole list.
1257
1258 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * shr.el (shr-image-displayer): Protect function against non-existent
1261         image source.
1262
1263         * gnus-art.el (gnus-inhibit-images): New user option.
1264         (gnus-mime-display-single): Don't display image if it is non-nil.
1265
1266         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1267         gnus-inhibit-images.
1268
1269         * shr.el (shr-image-displayer): New function.
1270         (shr-tag-img): Use it.
1271
1272 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1273
1274         * mml2015.el (mml2015-epg-sign): Use From header.
1275
1276 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1279
1280         * gnus-util.el (gnus-find-text-property-region): Return markers.
1281
1282         * shr.el (shr-tag-img): Put a displayer in the text property.
1283
1284         * gnus-util.el (gnus-find-text-property-region): New utility function.
1285
1286         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1287         (gnus-html-show-images): Remove.
1288
1289         * gnus-art.el (gnus-article-show-images): New, more general function.
1290
1291         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1292         image url text properties.
1293
1294         * shr.el: Ditto.
1295
1296         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1297         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1298
1299 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1302         work for two or more articles.
1303
1304 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1307         divide an image that's in an html article to two or more when washing
1308         non-ASCII characters in alt text of it.
1309
1310 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1313         smime-decrypt-region using function argument.
1314         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1315
1316         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1317
1318         * smime.el (smime-decrypt-region): Catch it.
1319
1320 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * smime.el (smime-mode-map): Move initialization into declaration.
1323         (gnus-run-mode-hooks): Don't autoload.
1324         (smime-mode): Use define-derived-mode.
1325
1326 2010-11-11  Glenn Morris  <rgm@gnu.org>
1327
1328         * smime.el (from): Restrict declaration to XEmacs.
1329
1330         * nnir.el (gnus-group-topic-name): Autoload.
1331
1332 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * shr.el (shr-insert): Don't break long line if it is because of
1335         kinsoku-bol characters in the line end.
1336
1337 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1338
1339         * nnir.el (nnir-request-move-article): Fix to provide original group
1340         and subject.
1341         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1342         been retrieved.
1343
1344         * gnus-sum.el (gnus-summary-move-article): Use original group and
1345         subject for virtual articles such as those in an nnir summary buffer.
1346
1347 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1350         least 21.5).
1351
1352         * smime.el (from): Declare it again for XEmacs.
1353
1354 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * message.el (message-resend): Don't disable encoding unless it's
1357         already encoded.
1358
1359         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1360         low-numbered articles.
1361
1362 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * rfc2047.el (rfc2047-syntax-table): Simplify.
1365
1366         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1367
1368         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1369         set-char-table-range for XEmacs.
1370
1371 2010-11-10  Glenn Morris  <rgm@gnu.org>
1372
1373         * time-date.el (time-to-seconds): Always an alias on Emacs,
1374         never a real function.
1375         (with-no-warnings): Remove compat stub, now unused.
1376         (time-less-p): Doc fix.
1377         (time-to-number-of-days): Simplify.
1378
1379         * smime.el (from): Remove unused declaration.
1380
1381         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1382         (gnus-float-time): On Emacs, always an alias.
1383
1384         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1385         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1386
1387 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * dgnushack.el: Don't use ignore-errors in the top level form since it
1390         is unavailable in XEmacs even if cl is loaded.
1391
1392         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1393
1394 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (browse-url-mailto): Autoload.
1397
1398         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1399
1400         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1401         regexp doesn't need quoting.
1402
1403 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1404
1405         * message.el (message-subject-trailing-was-ask-regexp)
1406         (message-subject-trailing-was-regexp): Match was: in addition to was.
1407
1408 2010-11-09  Glenn Morris  <rgm@gnu.org>
1409
1410         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1411         (nnbabyl-check-mbox): Use point-at-bol.
1412
1413 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1416
1417         * message.el (message-mailto): New function.
1418         (message-mailto): Should accept other parameters.
1419         (message-mailto): Remove since it duplicates browse-url-mailto
1420         functionality.
1421
1422 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1425         methods.
1426         (gnus-read-active-file): Ditto.
1427
1428         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1429         ": " from the prompt.
1430         (gnus-group-make-group): Ditto.
1431
1432 2010-11-07  Glenn Morris  <rgm@gnu.org>
1433
1434         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1435         (gnus-bookmark-kill-line): Use point-at-eol.
1436
1437 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1440         asterisks in From header.
1441
1442 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1445         string to avoid making the From headers syntactically invalid.
1446
1447         * message.el (message-send-mail): Don't insert courtesy messages if the
1448         message already has List-Post and List-ID messages.
1449
1450 2010-11-06  Glenn Morris  <rgm@gnu.org>
1451
1452         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1453         `condition', `type', `length' a prefix.
1454         (gnus-treat-predicate): Update for above name changes.
1455
1456 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1457
1458         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1459         binding.  Handled by `gnus-summary-refer-thread' instead.
1460         (nnir-warp-to-article): New backend function.
1461
1462         * nnimap.el (nnimap-request-thread): Force dependency updating.
1463
1464         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1465         (gnus-summary-refer-thread): Rework to improve thread-referral.
1466
1467         * gnus-int.el (gnus-warp-to-article): New function.
1468
1469         * gnus-sum.el (gnus-summary-article-map): Bind it.
1470
1471 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1472
1473         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1474         gnus-summary-refer-thread.
1475
1476         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1477         headers.
1478         (gnus-summary-limit-include-thread): Prevent articles in thread from
1479         being cut in gnus-cut-threads.
1480         (gnus-summary-refer-thread): Limit retrieved headers to those in
1481         thread.
1482
1483 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * message.el (message-send-mail): Use the value of
1486         message-courtesy-message from the message buffer.
1487
1488         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1489
1490         * shr.el (shr-browse-url): Implement mailto: URLs.
1491
1492         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1493         "raw".
1494
1495         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1496         if it's already selected.
1497
1498         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1499
1500 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1503         to measure the length and truncate alt text.
1504
1505 2010-11-03  Glenn Morris  <rgm@gnu.org>
1506
1507         * nndiary.el (nndiary-generate-nov-databases-1)
1508         (nndiary-generate-active-info): Rename dynamic variable `files' to
1509         something less generic.
1510
1511 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1512
1513         * nnir.el (nnir-request-move-article): Call the underlying backend to
1514         move articles from nnir.
1515
1516 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1519
1520 2010-11-02  Julien Danjou  <julien@danjou.info>
1521
1522         * nnir.el: Remove wais support.
1523
1524 2010-11-02  Glenn Morris  <rgm@gnu.org>
1525
1526         * gnus-html.el: Reorder requirements to quieten compiler.
1527
1528 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1531         properly for XEmacs as well.
1532         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1533         (gnus-article-natural-long-line-p): Use window-width rather than
1534         frame-width.
1535
1536 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1537
1538         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1539         (nnir-read-parms): Don't modify query.
1540         (nnir-run-query): Add ability to search topic on current line.
1541         (nnir-get-active): Clean up.
1542
1543 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1546         degenerate articles.
1547
1548         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1549         (gnus-print-buffer): Just print the buffer as is, without any copying
1550         to a buffer and then re-highlighting.
1551
1552         * nnimap.el (nnimap-request-group): Store the new updated info.
1553         (nnimap-request-group): Select the group when we don't know whether it
1554         exists or not.
1555
1556         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1557         groups.
1558
1559         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1560         groups.
1561
1562         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1563         groups.
1564
1565         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1566         long-lines case by only filling the long lines.
1567
1568         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1569         (bug #7311).
1570
1571 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * shr.el: No need to declare `declare-function' since shr.el is for
1574         only Emacsen that provide `libxml-parse-html-region'.
1575
1576         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1577         effective only in a file it is referred to.
1578
1579 2010-11-01  Glenn Morris  <rgm@gnu.org>
1580
1581         * mm-util.el (gnus-completing-read): Autoload.
1582         (mm-read-coding-system): Simplify Emacs definition.
1583
1584         * nnmail.el (gnus-activate-group):
1585         * nnimap.el (gnutls-negotiate):
1586         * nntp.el (netrc-parse): Fix declarations.
1587
1588 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1591         string-match-p in Emacs >=23.
1592
1593         * gnus-msg.el (gnus-configure-posting-styles)
1594         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1595
1596 2010-11-01  Glenn Morris  <rgm@gnu.org>
1597
1598         * nnir.el (declare-function): Add compat stub.
1599         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1600         (nnir-run-gmane): Require 'mm-url.
1601
1602         * mm-util.el (mm-string-to-multibyte): Simplify.
1603
1604         * shr.el (declare-function): Add compat stub.
1605         (url-cache-create-filename): Declare.
1606         (mm-disable-multibyte, widget-convert-button): Autoload.
1607
1608         * smime.el (ldap-search): Declare.
1609         (smime-cert-by-ldap-1): Require ldap on Emacs.
1610
1611         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1612         (nnimap-keepalive): Use gnus-float-time.
1613
1614         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1615         (mail-source-delete-crash-box): Use gnus-float-time.
1616
1617         * gnus-dired.el (gnus-completing-read): Autoload.
1618
1619         * mm-view.el (gnus-rescale-image): Autoload.
1620
1621         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1622
1623         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1624
1625         * sieve-manage.el: Require 'cl when compiling.
1626
1627         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1628         (gnus-iswitchb-completing-read): Require iswitchb.
1629         (gnus-select-frame-set-input-focus): Silence compiler.
1630
1631 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * message.el (message-subject-trailing-was-query): Change default to t,
1634         since I think that's what most people want.
1635
1636         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1637         appending for easier debugging.
1638         (nnimap-wait-for-connection): Take a regexp.
1639         (nnimap-request-accept-article): Wait for the continuation line before
1640         sending anything unless we're streaming.
1641
1642         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1643         leave the header washing to take place.
1644
1645 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1646
1647         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1648         regular expression match and replace in posting styles.
1649
1650 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1651
1652         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1653         an entire server.
1654         (nnir-get-active): New function.
1655         (nnir-run-imap): Use it.
1656         (nnir-run-gmane): Who knew, gmane search returns an article score!
1657
1658         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1659         server on the current line with nnir.
1660
1661 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1664         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1665         left edge.
1666         (gnus-article-foldable-buffer): Skip past the prefix when determining
1667         raggedness.
1668
1669         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1670         the raw article, and change `C-u g' to show the article without doing
1671         treatments.
1672
1673         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1674         on to `gnus-treat-article'.
1675         (gnus-inhibit-article-treatments): New variable.
1676
1677         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1678
1679         * gnus-art.el (gnus-treatment-function-alist): Have
1680         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1681         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1682         sections.
1683
1684         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1685         parameter.
1686         (gnus-article-fill-cited-long-lines): New function.
1687         (gnus-article-fill-cited-article): Allow filling only long sections.
1688
1689         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1690         and non-punctuation (like after the apostrophe in "'We").
1691
1692         * gnus-sum.el (gnus-summary-select-article): Make sure
1693         gnus-original-article-buffer is alive.
1694
1695         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1696         reflect the order they're in in the digest.
1697
1698         * gnus.el (gnus-group-startup-message): Move point to the start of the
1699         buffer.
1700
1701         * nnimap.el (nnimap-capability): New function.
1702         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1703         is set.
1704
1705 2010-10-31  David Engster  <dengste@eml.cc>
1706
1707         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1708         conform with changes to gnus-completing-read.
1709
1710 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1713
1714 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1715
1716         * nnir.el: Move defvar, defcustom around to keep file organized
1717         and keep byte-compiler quiet.
1718         (nnir-read-parms): Accept search-engine as arg.
1719         (nnir-run-query): Pass search-engine as arg.
1720         (nnir-search-engine): Remove.
1721
1722 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * shr.el (shr-generic): The text nodes should be text, not :text.
1725
1726         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1727         later in the file.
1728
1729 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1730
1731         * nnir.el: General clean up.  Allow searching with multiple engines.
1732         Allow separate extra-parameters for each engine.
1733         Batch queries when possible.
1734         (nnir-imap-default-search-key,nnir-method-default-engines):
1735         Add customize interface.
1736         (nnir-run-gmane): New engine.
1737         (nnir-engines): Use it.  Qualify all prompts with engine name.
1738         (nnir-search-engine): Remove global variable.
1739         (nnir-run-hyrex): Restore for now.
1740         (nnir-extra-parms,nnir-search-history): New variables.
1741         (gnus-group-make-nnir-group): Use them.
1742         (nnir-group-server): Remove in favor of gnus-group-server.
1743         (nnir-request-group): Avoid searching twice.
1744         (nnir-sort-groups-by-server): New function.
1745
1746 2010-10-30  Julien Danjou  <julien@danjou.info>
1747
1748         * gnus-group.el: Remove gnus-group-fetch-control.
1749
1750         * gnus-start.el (gnus-find-new-newsgroups):
1751         Remove gnus-check-first-time-used.
1752
1753         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1754
1755 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1756
1757         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1758         set on groups that don't have \* permanentflags.
1759
1760 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1763         control the background color.
1764         (shr-tag-img): Ignore very small web bug type images.
1765         (shr-put-image): Add help-echo alt texts to the images.
1766         (shr-tag-video): Show the video poster image.
1767
1768 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * shr.el (shr-table-depth): New variable.
1771         (shr-tag-table-1): Only insert the images after the top-level table.
1772
1773         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1774
1775         * gnus-util.el (gnus-list-memq-of-list): New function.
1776
1777         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1778         selected.
1779         (nnimap-unsplittable-articles): New slot.
1780         (nnimap-new-articles): Use it.
1781
1782 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1783
1784         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1785         move to the previous line on `M-g'.
1786
1787 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1790         *-request-group, which seems unnecessary.
1791
1792         * nnimap.el (nnimap-quote-specials): Function copied over from
1793         imap.el.
1794         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1795         they support that.  Suggested by Tom Regner.
1796
1797 2010-10-29  Julien Danjou  <julien@danjou.info>
1798
1799         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1800         defalias.
1801         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1802
1803         * gnus.el: Remove `gnus-nntp-service' variable.
1804         (gnus-secondary-servers): Make obsolete.
1805         (gnus-nntp-server): Make obsolete.
1806
1807         * gnus-start.el (gnus-1): Remove x-splash calls.
1808
1809         * gnus-ems.el (gnus-x-splash): Remove.
1810
1811         * gnus.el (gnus-group-startup-message): Simplify/update code.
1812
1813         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1814         definition.
1815
1816         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1817         capability before doing anything.
1818         (gnus-group-insert-group-line): Remove useless
1819         gnus-group-remove-excess-properties.
1820
1821 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1824
1825 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1828         config after reselecting.
1829
1830 2010-10-28  Julien Danjou  <julien@danjou.info>
1831
1832         * shr.el (shr-put-image): Use point even if only inserting text.
1833         (shr-put-image): Save excursion when inserting alt text on non-graphic
1834         display, so the behaviour is the same when we are on a graphic display.
1835
1836         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1837
1838 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1841         (gnus-mime-copy-part): Check coding system, not charset.
1842         (gnus-mime-view-part-externally): Never remove part.
1843         (gnus-mime-view-part-internally): Don't remove part here.
1844         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1845         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1846         multipart/alternative.
1847
1848         * mm-decode.el (mm-display-part): Take optional arg `force'.
1849
1850 2010-10-26  Julien Danjou  <julien@danjou.info>
1851
1852         * gnus-group.el (gnus-group-default-list-level): Add this function to
1853         compute the default list level.
1854         (gnus-group-default-list-level): Add possibility to use a function.
1855
1856 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1859
1860         * gnus-group.el (gnus-group-completing-read)
1861         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1862         gnus-replace-in-string.
1863
1864 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * shr.el (shr-tag-div): Add.
1867
1868         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1869
1870 2010-10-25  Julien Danjou  <julien@danjou.info>
1871
1872         * gnus-util.el: Remove `gnus-with-local-quit'.
1873
1874         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1875
1876 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1879         the original article buffer.
1880
1881 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * nnimap.el (nnimap-request-head): New function.
1884         (nnimap-request-move-article): Try to be slighly faster by not
1885         requesting the entire message when moving.
1886         (nnimap-transform-headers): Don't bug out on bodiless articles.
1887         (nnimap-send-command): Have no outstanding messages if the IMAP server
1888         doesn't support streaming.
1889         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1890
1891 2010-10-24  Julien Danjou  <julien@danjou.info>
1892
1893         * message.el (message-default-headers): Fix type.
1894
1895 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1898         prefetching images.
1899
1900         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1901         backend for unknown groups.  This is mainly useful for nnimap groups.
1902
1903         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1904         group isn't covered by the agent.
1905
1906 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1907
1908         * nnir.el (nnir-method-default-engines): New variable.
1909         (nnir-run-query): Use it.
1910         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1911         (gnus-summary-nnir-goto-thread): Change group if needed.
1912
1913         * gnus-group.el (gnus-group-group-map): Add key binding for
1914         gnus-group-make-nnir-group.
1915
1916 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * shr.el (shr-tag-object): Add.
1919
1920         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1921         original article buffer live.
1922         (gnus-summary-select-article-buffer):
1923         Mention gnus-widen-article-buffer.
1924
1925 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * shr.el (shr-tag-strong): Add.
1928
1929 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1932         group names.  They mess up the group buffer badly.
1933
1934         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1935
1936         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1937         instead of the summary one.
1938
1939 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * mml.el (mml-preview): Work properly when editing article.
1942
1943         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1944         gnus-have-read-active-file if it's already been in.
1945
1946 2010-10-22  Tom Tromey  <tromey@redhat.com>
1947
1948         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1949         gnus-group-completing-read.
1950
1951 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * message.el (message-mode-map): Don't bind M-; to comment region, to
1954         allow the global comment-dwim to work.
1955
1956 2010-10-21  Julien Danjou  <julien@danjou.info>
1957
1958         * message.el (message-setup-1): Allow message-default-headers to be a
1959         function.
1960
1961 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * shr.el (shr-tag-table): Simplify.
1964
1965 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1968         to avoid trying to snarf invalid stuff.
1969
1970         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1971
1972         * gnus.el (gnus-message-archive-group): Quote value.
1973         (gnus-message-archive-group): Mark as changed.
1974
1975         * shr.el (shr-add-font): Don't put the font properties on the newline
1976         or the indentation.
1977
1978         * message.el (message-fix-before-sending): Change options when sending
1979         non-printable characters.
1980
1981         * gnus.el (gnus-message-archive-method): Change the default to
1982         monthly outgoing groups.
1983
1984         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1985         that have gotten new numbers.
1986
1987         * nnimap.el (nnimap-request-replace-article): New function.
1988
1989 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1992         (nnrss-request-article): Don't use special html washing code.
1993
1994 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * shr.el (shr-tag-table): Remove useless nconc.
1997
1998 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-art.el (article-wash-html): Simplify and remove the charset
2001         stuff.  Use the normal html rendering code instead of the special html
2002         washing code.
2003
2004         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2005         `gnus-w3m' symbols.
2006         (mm-text-html-washer-alist): Remove.
2007
2008         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2009         (mm-inline-media-tests): Remove use.
2010         (mm-text-html-renderer): Change default to the `shr' symbol.
2011
2012         * mm-view.el (mm-inline-text-html): Remove use.
2013
2014         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2015         `gnus-blocked-images' to be a function.
2016         (gnus-article-wash-function): Remove.
2017
2018 2010-10-20  Julien Danjou  <julien@danjou.info>
2019
2020         * spam.el (spam-list-of-processors): Mark as obsolete.
2021
2022         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2023         (nnimap-insert-partial-structure): Fix boundary detection.
2024
2025 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2026
2027         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2028         run file-truename on remote files.  This can be expensive and even
2029         prevent one from editing drafts if some unrelated buffer has a stale
2030         connection.
2031
2032 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2035         kinsoku-eol regardless of shr-kinsoku-shorten.
2036         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2037         (shr-tag-table): Support caption, thead, and tfoot.
2038
2039 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2042         lines.
2043         (shr-save-contents): New command and keystroke.
2044
2045         * nndoc.el (nndoc-type-alist): Add git support.
2046         (nndoc-git-type-p): New function.
2047         (nndoc-transform-git-article): Ditto.
2048         (nndoc-transform-git-headers): Ditto.
2049         (nndoc-transform-git-headers): Generate Subject headers.
2050
2051         * shr.el (shr-parse-style): New function.
2052         (shr-tag-span): Ditto.
2053
2054         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2055         to `G G' to avoid collisions.
2056
2057 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * shr.el: Load kinsoku if necessary.
2060         (shr-kinsoku-shorten): New internal variable.
2061         (shr-find-fill-point): Make kinsoku shorten text line if
2062         shr-kinsoku-shorten is bound to non-nil.
2063         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2064         shr-indentation too when testing if table is wider than frame width.
2065         (shr-insert-table): Use `string-width' instead of `length' to measure
2066         text width.
2067         (shr-insert-table-ruler): Make sure indentation is done at bol.
2068
2069 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2070
2071         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2072         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2073         undecoded network data.
2074
2075 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2078         name in the mode line spec so that the mode line menu works
2079         (bug #2431).
2080
2081         * message.el (message-get-reply-headers): If we're fed `to-address',
2082         then always use that.
2083
2084         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2085         aren't so wide as to need to switch off the edit menu.
2086
2087         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2088         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2089
2090         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2091         `M-g'.
2092         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2093         the permanent marks.
2094
2095 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2098         Splitting according to references/in-reply-to obeys the ignore-groups
2099         variable, while splitting by sender and subject do not.
2100
2101 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2104         alist, so that we can look for non-Unicode chars.
2105         (article-translate-strings): Allow both character and string maps.
2106
2107 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * shr.el (shr-insert): Don't insert space behind a wide character
2110         categorized as kinsoku-bol, or between characters both categorized as
2111         nospace.
2112
2113 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2114
2115         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2116         headers to gnus-newsgroup-headers.
2117
2118 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * shr.el (shr-tag-img): Don't align images -- since we're not
2121         rescaling, this often leads to ugly displays.
2122
2123 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2124
2125         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2126         duplicates.
2127
2128 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2129
2130         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2131         call.
2132
2133 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus.el: Autoload gnus-html-show-images.
2136
2137         * nnimap.el: Use nnheader-message throughout.
2138
2139         * shr.el (shr-tag-img): Ignore images with no data.
2140
2141 2010-10-15  Julien Danjou  <julien@danjou.info>
2142
2143         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2144         a possibility to disable format=flow encoding when using hard newlines.
2145
2146 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * shr.el (shr-insert): Remove space inserted before or after a
2149         breakable character or at the beginning or the end of a line.
2150         (shr-find-fill-point): Do kinsoku; find the second best point or give
2151         it up if there's no breakable point.
2152
2153 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * nnimap.el (nnimap-open-connection): Message when opening connection
2156         for debugging purposes.
2157
2158         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2159         on every setup buffer call to allow this to change from article to
2160         article.
2161
2162         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2163         buffers where we have a wide table.
2164
2165 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2166
2167         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2168         uses *-request-thread.
2169
2170 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2173         incantation, which is no longer valid.
2174
2175 2010-10-14  Julien Danjou  <julien@danjou.info>
2176
2177         * shr.el: Fix defcustom type (char -> character).
2178
2179 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2182         programs.
2183
2184 2010-10-14  Julien Danjou  <julien@danjou.info>
2185
2186         * shr.el (shr-tag-a): Use url-link as widget type.
2187
2188         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2189         `gnus-group-get-icon'.
2190
2191 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2194         This should make server editing work better.
2195
2196         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2197
2198         * tls.el (tls-program): Remove spurious %s from openssl.
2199
2200         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2201         (nnimap-parse-flags): Fix regexp.
2202
2203         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2204         probably work for CJVK text, too.
2205
2206         * nnimap.el (nnimap-extend-tls-programs): Remove.
2207         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2208
2209         * tls.el (tls-starttls-switches): Remove starttls hack.
2210         (open-tls-stream): Ditto.
2211         (tls-find-starttls-argument): Ditto.
2212
2213 2010-10-13  Julien Danjou  <julien@danjou.info>
2214
2215         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2216         responses.
2217
2218 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2221
2222         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2223         anything in Emacs.
2224
2225         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2226
2227 2010-10-13  Julien Danjou  <julien@danjou.info>
2228
2229         * shr.el (shr-width): Make shr-width a defcustom with default to
2230         fill-column.
2231         (shr-tag-img): Use shr-width rather than fill-column.
2232
2233 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * dgnushack.el (byte-optimize-apply)
2236         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2237
2238         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2239         position when (X-)Faces exist.
2240         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2241         avatars when called interactively.
2242
2243 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2246         gnus-article-x-face-too-ugly is bound.
2247
2248 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2251
2252         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2253         mailbox that doesn't exist.
2254
2255 2010-10-12  Julien Danjou  <julien@danjou.info>
2256
2257         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2258         (shr-get-image-data): Encode URL properly when fetching from cache.
2259         (shr-tag-img): Use aligned-to spaces to align correctly images.
2260
2261         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2262         before inserting the Gravatar.
2263
2264         * shr.el (shr-tag-img): Add align attribute support for <img>.
2265
2266 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-gravatar.el (gnus-art): Require.
2269
2270         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2271         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2272         Remove long obsoleted functions.
2273
2274 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2277
2278         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2279
2280         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2281         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2282         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2283         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2284         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2285         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2286         * sieve-manage.el, smime.el, spam.el:
2287         Fix comment for declare-function.
2288
2289 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnimap.el (nnimap-request-rename-group): Select group read-only
2292         before renaming it.
2293
2294         * shr.el (shr-insert): Fix up the white space only regexp.
2295
2296         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2297         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2298
2299         * shr.el (shr-current-column): New function.
2300         (shr-find-fill-point): New function.
2301
2302 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2303
2304         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2305         numbers.
2306
2307 2010-10-11  Julien Danjou  <julien@danjou.info>
2308
2309         * shr.el (shr-hr-line): Add.
2310         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2311         display hr lines.
2312         (shr-max-columns): Do not change state to nil if we just inserting
2313         spaces.
2314
2315 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2318         select the last group.
2319
2320 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2323
2324 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2325
2326         * dig.el (dig-mode-map): Declare and define in one step.
2327
2328 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2331         for Gnus.
2332         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2333         (nnimap-update-qresync-info): Mark \Seen articles as read.
2334
2335         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2336         non-variable, too.
2337
2338         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2339         available.
2340         (nnimap-update-info): Rely more on the current active than the param
2341         active to avoid marking articles as read too much.
2342
2343         * auth-source.el (auth-source-create): Use (user-login-name) for the
2344         user name default.
2345
2346         * nnimap.el (nnimap-update-info): If the server doesn't return any
2347         useful info, just use the previous info.
2348         (nnimap-update-info): Prefer old info over start-article.
2349         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2350
2351 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2352
2353         * nnir.el (autoload): Clean up autoloads.
2354         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2355         Use key rather than value.
2356         (nnir-imap-search-other): New variable.
2357         (nnir-read-parm): Use it.
2358         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2359         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2360
2361 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2362
2363         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2364         the process, too.
2365
2366 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * spam.el (gnus-summary-mode-map): Bind to "$".
2369         Suggested by Russ Allbery.
2370
2371         * shr.el: Rework the way things are indented by <li> slightly.
2372
2373         * gnus.el (gnus-group-set-parameter): Fix typo.
2374
2375         * nnimap.el: Start implementing QRESYNC support.
2376
2377 2010-10-09  Julien Danjou  <julien@danjou.info>
2378
2379         * nnir.el (nnir-engines): Fix too many arguments.
2380
2381 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2384         group is the "last", so that the backends like nnfolder actually save
2385         their folders.
2386
2387         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2388         try to use that for the tls stream.
2389         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2390         UIDVALIDITY and find out which groups are read-only and not.
2391         (nnimap-get-flags): Use the same marks parsing code as the rest of
2392         nnimap.
2393
2394 2010-10-09  Julien Danjou  <julien@danjou.info>
2395
2396         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2397
2398         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2399         retrieving gravatars.
2400
2401         * shr.el (shr-table-corner): Add.
2402         (shr-table-line): Add.
2403         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2404
2405 2010-10-08  Julien Danjou  <julien@danjou.info>
2406
2407         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2408
2409 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2410
2411         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2412
2413         * gnus-sum.el (gnus-mark-article-as-unread)
2414         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2415         (gnus-summary-set-bookmark): Use it.
2416
2417         * gnus-msg.el (gnus-setup-message): Use it.
2418
2419         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2420
2421         * gnus.el (gnus-group-remove-parameter): Use it.
2422
2423         * gnus-group.el (gnus-group-make-web-group): Use it.
2424
2425         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2426
2427         * nnregistry.el: Update docs to mention manual.
2428
2429         * gnus-registry.el: Update docs to mention nnregistry.el.
2430         (gnus-registry-initialize): Don't install nnregistry refer method
2431         automatically.
2432         (gnus-registry-install-nnregistry): Remove it.
2433
2434 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el (shr-insert): Don't insert double spaces.
2437
2438 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-gravatar.el (gnus-treat-from-gravatar)
2441         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2442         called interactively.
2443
2444         * gnus-art.el (gnus-mime-view-part-externally)
2445         (gnus-mime-view-part-internally): Make predicate function passed to
2446         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2447         of a mime type.
2448
2449         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2450
2451 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (require): Require cl when compiling.
2454         (shr-tag-hr): New function.
2455
2456         * nnimap.el (nnimap-update-info): Remove double setting of high.
2457         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2458         This makes nnimap work properly on Courier again.
2459
2460         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2461         the variable for backwards compatability.
2462
2463         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2464         the file name before using to avoid setting mm-default-directory to
2465         nil.
2466
2467         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2468         bidning gnus-agent variables.
2469
2470         * shr.el (shr-render-td): Use a cache for the table rendering function
2471         to avoid getting an exponential rendering behaviour in nested tables.
2472         (shr-insert): Rework the line-breaking algorithm.
2473         (shr-insert): Don't leave trailing spaces.
2474         (shr-insert-table): Also insert empty TDs.
2475         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2476
2477 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * gnus-sum.el (gnus-number): Rename from `number'.
2480         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2481         (gnus-summary-limit-children): Update uses correspondingly.
2482
2483 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2486         (gnus-gravatar-transform-address): Don't show avatars of people of
2487         which mail addresses match gnus-gravatar-too-ugly.
2488
2489 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * shr.el (shr-table-widths): Expand TD elements to fill available
2492         space.
2493
2494 2010-10-07  Julien Danjou  <julien@danjou.info>
2495
2496         * nnimap.el (nnimap-request-rename-group): Add this method.
2497
2498 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2501         name from XEmacs' function-arglist.
2502
2503         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2504         gravatar under XEmacs.
2505
2506 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2507
2508         * auth-source.el: Update docs with TODO items.
2509
2510         * gnus-sync.el: Update docs to explain state and plans.
2511
2512         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2513         Hooks for mark updates.
2514         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2515
2516         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2517         hooks with arguments, which is needed for mark update hooks.
2518
2519 2010-10-06  Julien Danjou  <julien@danjou.info>
2520
2521         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2522         was matched.
2523
2524         * sieve-manage.el: Update example in `Commentary'.
2525
2526         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2527
2528         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2529         not 2000.
2530         (sieve-manage-authenticate): Re-add function.
2531
2532 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * shr.el (shr-insert): Get 'space transition right.
2535         (shr-render-td): Only delete space at the end of the TD.
2536
2537         * nnimap.el (nnimap-open-connection): Prepare to support
2538         open-gnutls-stream.
2539
2540         * shr.el: Rearrange function order to be more logical.
2541
2542 2010-10-06  Julien Danjou  <julien@danjou.info>
2543
2544         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2545         (nnrss-discover-feed): Remove 404 URL in docstring.
2546
2547         * nnir.el: Fix Swish-E URL.
2548         Fix Namazu URL.
2549
2550         * message.el (message-change-subject): Remove 404 URL in a comment.
2551
2552 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2555         called interactively.
2556
2557         * gnus-util.el (gnus-remove-if): Allow hash table.
2558         (gnus-remove-if-not): New function.
2559
2560         * gnus-art.el (gnus-mime-view-part-as-type)
2561         * gnus-score.el (gnus-summary-score-effect)
2562         * gnus-sum.el (gnus-read-move-group-name):
2563         Replace remove-if-not with gnus-remove-if-not.
2564
2565         * gnus-group.el (gnus-group-completing-read):
2566         Regard collection as a hash table if it is not a list.
2567
2568 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2571
2572         * shr.el: Document the table-rendering algorithm.
2573
2574 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2577         for Emacsen having no `libxml-parse-html-region' support.
2578
2579 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2582         invalid URLs.
2583
2584         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2585         line-broken.
2586         (shr-tag-img): Ignore image fetching errors.
2587         (shr-overlays-in-region): Compute overlay positions correctly.
2588
2589         * mm-decode.el (mm-shr): Require shr.
2590
2591         * gnus-art.el (gnus-blocked-images): Move variable here.
2592
2593         * shr.el (shr-insert-table): Bind free variable.
2594
2595         * mm-decode.el (mm-shr): Bind shr-content-function.
2596
2597         * shr.el (shr-content-function): New variable.
2598
2599         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2600         added for symmetry.
2601
2602         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2603
2604         * gnus-group.el (gnus-group-make-group): Doc fix.
2605
2606         * nnimap.el (nnimap-request-newgroups): Return success.
2607
2608         * shr.el (shr-find-elements): New function.
2609         (shr-tag-table): Put all the images after the table.
2610         (shr-tag-table): Really inhibit images inside the table.
2611         (shr-collect-overlays): Copy over overlays from the TD elements to the
2612         main document.
2613
2614         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2615         gnus-blocked-images.
2616
2617 2010-10-05  Julien Danjou  <julien@danjou.info>
2618
2619         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2620
2621         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2622         (gnus-html-maximum-image-size): Add this function.
2623         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2624
2625         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2626         server-value of the capability is nil.
2627
2628 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * shr.el (shr-tag-em): Add <EM> tag.
2631
2632 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2633
2634         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2635         customizable.
2636
2637         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2638         handing broken links to browse-url.
2639
2640 2010-10-05  Julien Danjou  <julien@danjou.info>
2641
2642         * gnus-util.el (gnus-emacs-completing-read)
2643         (gnus-iswitchb-completing-read): Use autoload rather than require.
2644
2645 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2648         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2649         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2650         iswitchb-temp-buflist for XEmacs.
2651
2652         * gnus-util.el (gnus-completing-read-function): Exclude
2653         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2654         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2655         XEmacs.
2656
2657         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2658         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2659
2660         * gnus-html.el: Don't require help-fns under XEmacs.
2661         (gnus-html-schedule-image-fetching): Work for XEmacs.
2662
2663         * mm-decode.el (mm-shr): Decode contents by charset.
2664
2665 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2668         unknown.
2669
2670         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2671         (shr-get-image-data): Ensure against the cache file missing.
2672
2673         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2674         for data.
2675
2676         * spam-report.el (spam-report-url-ping-plain): Don't query about
2677         killing the process.
2678
2679         * shr.el (shr-render-td): Protect against too-wide text.
2680
2681 2010-10-04  Julien Danjou  <julien@danjou.info>
2682
2683         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2684         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2685
2686         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2687         retrieved.
2688
2689 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * shr.el (browse-url): Require.
2692         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2693         lines.
2694         (shr-show-alt-text, shr-browse-image): New commands.
2695         (shr-browse-url, shr-copy-url): New commands.
2696
2697         * gnus-sum.el (gnus-widen-article-window): New variable.
2698         (gnus-summary-select-article-buffer): Use it.
2699
2700         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2701         without @ signs.
2702
2703 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2704
2705         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2706
2707 2010-10-04  Julien Danjou  <julien@danjou.info>
2708
2709         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2710         for XEmacs.
2711
2712 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2715
2716         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2717         (nnimap-close-server): Implement.
2718
2719         * dgnushack.el (iswitchb): Require to shut up the compiler.
2720
2721         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2722         (shr-insert): Tweak line breaking.
2723         (shr-insert): Handle <pre> better.
2724         (shr-tag-li): Get <li> indentation right.
2725         (shr-tag-li): Get <li> indentation even righter.
2726         (shr-tag-blockquote): Ensure paragraph start.
2727         (shr-make-table): Tweak table generation.
2728         (shr-make-table): Fix typo.
2729
2730         * shr.el: Implement table rendering.
2731
2732 2010-10-04  Julien Danjou  <julien@danjou.info>
2733
2734         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2735
2736 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * shr.el (shr-insert): Use string anchors instead of line anchors.
2739
2740 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * shr.el: Add headings.
2743         (shr-ensure-paragraph): Actually work.
2744         (shr-tag-li): Make <ul> prettier.
2745         (shr-insert): Get white space at the beginning/end of elements right.
2746         (shr-tag-p): Collapse subsequent <p>s.
2747         (shr-ensure-paragraph): Don't insert double line feeds after blank
2748         lines.
2749         (shr-insert): \t is also space.
2750         (shr-tag-s): Fix "s" tag name function.
2751         (shr-tag-s): Fix face prop name.
2752
2753 2010-10-03  Julien Danjou  <julien@danjou.info>
2754
2755         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2756
2757         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2758         gnus-window-inside-pixel-edges.
2759
2760         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2761         gnus-ems.
2762
2763         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2764
2765         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2766         function.
2767
2768         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2769         resize choice.
2770
2771 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2774         beginning of the buffer.
2775
2776         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2777         article buffer again.
2778
2779         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2780
2781         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2782         when it's at the start of the buffer.
2783
2784         * shr.el (shr-tag-blockquote): Convert name.
2785         (shr-rescale-image): Use the right image-size variant.
2786
2787         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2788         buffer isn't shown, then select the current article first instead of
2789         bugging out.
2790         (gnus-summary-select-article-buffer): Show both the article and summary
2791         buffers again.
2792
2793         * shr.el (shr-fontize-cont): Protect against regions with no text.
2794         Rename tag functions to shr-tag-* for enhanced security.
2795         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2796
2797 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2798
2799         * shr.el (shr-insert):
2800         * pop3.el (pop3-movemail):
2801         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2802         loaded.
2803
2804 2010-10-03  Glenn Morris  <rgm@gnu.org>
2805
2806         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2807
2808         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2809
2810         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2811
2812         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2813
2814         * gnus-util.el (gnus-make-local-hook): Simplify.
2815
2816 2010-10-02  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2819         (gnus-ido-completing-read): New function.
2820         (gnus-emacs-completing-read): New function.
2821         (gnus-completing-read): Use gnus-completing-read-function.
2822         Add gnus-completing-read-function.
2823
2824 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * shr.el (shr-insert-document): Autoload.
2827         (shr-img): Be silent.
2828         (shr-insert): Add a newline after every picture before text.
2829         (shr-add-font): Use overlays for combining faces.
2830         (shr-insert): Pass upwards the text start point.
2831
2832         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2833         possible.
2834         (mm-shr): New function.
2835
2836 2010-10-02  Julien Danjou  <julien@danjou.info>
2837
2838         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2839         should go backward.
2840
2841 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2842
2843         * shr.el (shr): Fix typo in provide call.
2844
2845 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * shr.el: New file.
2848
2849         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2850
2851         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2852         completing read.
2853
2854 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2857         we're being queried about.  Suggested by Dan Jacobson.
2858
2859         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2860         Suggested by Jason Eisner.
2861
2862         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2863         table, too.  Suggested by Stefan Wiens.
2864         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2865         the table unnecessary.  Suggested by Stefan Wiens.
2866
2867         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2868         longer needed, and probably doesn't work either, as pointed out by
2869         Stefan Wiens.
2870         (gnus-summary-exit): Remove call to the clearing function.
2871         (gnus-summary-exit-no-update): Ditto.
2872
2873         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2874         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2875         Reported by Stefan Monnier.
2876         (gnus-summary-save-in-rmail): Ditto.
2877
2878         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2879         article buffer, instead of both the article buffer and the summary
2880         buffer.  Sort of suggested by Dan Jacobson.
2881
2882         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2883
2884         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2885         Suggested by Dan Jacobson.
2886
2887         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2888         documentation clearer.
2889
2890         * message.el (message-shorten-references): Comment on the number "21".
2891         Suggested by Stefan Monnier.
2892
2893         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2894         Suggested by Dan Jacobson.
2895
2896         * gnus.el (gnus-large-newsgroup):
2897         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2898
2899         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2900         externalize attachments.  Bug reported by Steve Wen.
2901
2902         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2903         really message anything to the user.
2904
2905         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2906         directly.
2907
2908         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2909         messages in empty groups.
2910
2911 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2912
2913         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2914         non-UIDNEXT group.
2915
2916 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2919         not the value from the collection.
2920
2921         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2922         values.  This sometimes happens on some groups that have no info.
2923         (nnimap-request-newgroups): New function.
2924
2925 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2928         check into `gnus-registry-initialize'.
2929         (gnus-registry-initialize): Ditto.
2930         Fix and extend header docs.
2931
2932 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2935         regexp backtrace overflows.
2936
2937         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2938         for starttls that tls.el implements; i.e. openssl.
2939
2940         * tls.el (tls-starttls-switches): Give up on using starttls with
2941         gnutls-cli.
2942         (tls-program): Add --insecure to be consistent with the defaults from
2943         openssl s_client.  Now all three commands are insecure.
2944
2945 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * lpath.el: Bind completion-styles-alist for XEmacs.
2948
2949         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2950         (gravatar-create-image): New function that's an alias to
2951         gnus-xmas-create-image, gnus-create-image, or create-image.
2952         (gravatar-data->image): Use it.
2953
2954 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2955
2956         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2957         install the nnregistry refer method.
2958         (gnus-registry-install-hooks): Use it.
2959         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2960         unfollowed groups.
2961
2962 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2963
2964         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2965         expanding threads.
2966
2967 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnir.el: Use the server names without suffixes (bug #7009).
2970
2971         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2972         unencrypted to STARTTLS, if possible.
2973
2974 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2975
2976         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2977         headers before superseding.
2978
2979 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * nnrss.el (nnrss-use-local): Add documentation.
2982
2983         * nnimap.el (nnimap-extend-tls-programs): New function.
2984         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2985         (nnimap-wait-for-connection): Accept the greeting from the stupid
2986         output from openssl s_client -starttls, too.
2987
2988         * tls.el (tls-starttls-switches): New variable.
2989         (tls-find-starttls-argument): Use it.
2990         (open-tls-stream): Ditto.
2991
2992         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2993         (netrc-machine): Ditto.
2994
2995         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2996         article number.
2997         (nnimap-split-fancy): New variable.
2998         (nnimap-split-incoming-mail): Use it.
2999
3000         * nntp.el (nntp-server-list-active-group): Document.
3001
3002         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3003         SELECT to get the message-id.
3004
3005         * mail-source.el (mail-sources): Remove webmail support.
3006         (defvar): Ditto.
3007         (mail-source-fetcher-alist): Ditto.
3008         (mail-source-fetch-webmail): Remove.
3009
3010         * webmail.el: Remove -- doesn't seem relevant any more.
3011
3012         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3013
3014         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3015         the \r.
3016
3017 2010-09-30  Julien Danjou  <julien@danjou.info>
3018
3019         * gnus-agent.el (gnus-agent-add-group): Fix call to
3020         gnus-completing-read.
3021
3022 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nndoc.el (nndoc-retrieve-groups): New function.
3025
3026         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3027         `default', use nnmail-split-methods.
3028         (nnimap-request-article): Downcase the NILs so that they are nil.
3029
3030         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3031         symbol.
3032
3033         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3034         code, since if the user has requested network, that's what they ought
3035         to get.
3036         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3037         (nnimap-split-rule): Mark as obsolete.
3038
3039         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3040         New variable.
3041
3042         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3043         correct slot, too.
3044
3045 2010-09-29  Julien Danjou  <julien@danjou.info>
3046
3047         * gnus.el (gnus-local-domain): Declare variable obsolete.
3048
3049         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3050         Fix history computing.
3051         (gnus-ido-completing-read): Require ido.
3052
3053 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3056         build Gnus.
3057
3058         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3059         when interpreting the structures.
3060         (nnimap-request-accept-article): Add \r\n to the lines to make this
3061         work with Cyrus.
3062
3063         * nndraft.el (nndraft-request-expire-articles): Use the group name
3064         instead if "nndraft".  Fix found by Nils Ackermann.
3065
3066 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3067
3068         * nnregistry.el: Add.
3069
3070 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3071
3072         * nnmail.el (group, group-art-list, group-art):
3073         Remove unneeded directives.
3074
3075 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3078         (mm-mime-charset)
3079         * rfc2047.el (rfc2047-syntax-table)
3080         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3081
3082         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3083         rather than `insert-file-contents' and `eval-region'.
3084
3085         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3086         construction.
3087
3088         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3089
3090         * time-date.el: No need to require cl for Emacs 21.
3091
3092 2010-09-29  Julien Danjou  <julien@danjou.info>
3093
3094         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3095         replacement of `gnus-gravatar-relief' to mimic
3096         `gnus-faces-properties-alist'.
3097         Add :version property.
3098
3099 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * mail-source.el (mail-source-report-new-mail)
3102         * message.el (message-default-mail-headers)
3103         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3104
3105         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3106
3107 2010-09-28  Julien Danjou  <julien@danjou.info>
3108
3109         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3110         mail-address contains the same string as real-name.
3111
3112         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3113         non-blank in header, otherwise it'll get stripped.
3114
3115         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3116         real-name, and then for mail address rather than doing : or , search.
3117
3118 2010-09-27  Julien Danjou  <julien@danjou.info>
3119
3120         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3121         right completing-read function.
3122         (gnus-use-ido): New variable
3123         (gnus-completing-read-with-default): Remove.
3124         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3125         (gnus-agent-add-group):
3126         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3127         * mm-view.el (mm-view-pkcs7-decrypt):
3128         * mm-util.el (mm-codepage-setup):
3129         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3130         * mml-smime.el (mml-smime-openssl-sign-query):
3131         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3132         (mml-insert-multipart):
3133         * gnus-msg.el (gnus-summary-yank-message):
3134         * gnus-int.el (gnus-start-news-server):
3135         * mm-decode.el (mm-interactively-view-part):
3136         * gnus-dired.el (gnus-dired-attach):
3137         * gnus.el (gnus-read-method):
3138         * gnus-bookmark.el (gnus-bookmark-jump):
3139         * gnus-art.el (gnus-mime-view-part-as-type)
3140         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3141         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3142         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3143         * nnmairix.el (nnmairix-create-server-and-default-group)
3144         (nnmairix-update-groups, nnmairix-get-server)
3145         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3146         (nnmairix-get-group-from-file-path):
3147         * nnrss.el (nnrss-find-rss-via-syndic8):
3148         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3149         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3150         (gnus-group-browse-foreign-server):
3151         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3152         (gnus-summary-execute-command, gnus-summary-respool-article)
3153         (gnus-read-move-group-name):
3154         * gnus-score.el (gnus-summary-increase-score)
3155         (gnus-summary-score-effect):
3156         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3157
3158 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3161         x-focus-frame.
3162
3163         * nnimap.el (auth-source-forget-user-or-password)
3164         (auth-source-user-or-password): Autoload.
3165
3166         * message.el (message-from-style, message-interactive)
3167         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3168         (message-yank-prefix, message-indentation-spaces, message-signature)
3169         (message-signature-file): Add comment.
3170
3171 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3174         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3175         new articles.
3176
3177         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3178         parts.
3179         (nnimap-request-article): Work with the t setting, too.
3180
3181         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3182         that you don't get flashes of other buffers.
3183         (gnus-summary-show-complete-article): Intern before setting.
3184
3185 2010-09-27  David Engster  <dengste@eml.cc>
3186
3187         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3188         well as HEADERS.
3189         (nnmairix-retrieve-headers): Provide new argument for the above.
3190
3191 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-sum.el (gnus-summary-move-article): Don't alter
3194         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3195         group.
3196
3197         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3198
3199         * message.el (message-cite-prefix-regexp): Revert my last edit.
3200
3201         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3202         variable instead of the Gnus variable.
3203
3204         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3205
3206         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3207
3208         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3209         since some servers don't like it.
3210         (nnimap-open-connection): Forget credentials if the server says the
3211         password was wrong.
3212         (nnimap-parse-line): Protect against invalid data.
3213
3214         * gnus-sum.el (gnus-summary-move-article): Add comment.
3215         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3216         nothing alters it while scanning for new messages.
3217
3218         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3219         which may or may not help.
3220         (nnimap-open-connection): If we're doing a stream connection, and then
3221         discover we're on a STARTTLS-capable server, then open a STARTTLS
3222         connection instead.
3223
3224 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * nnimap.el (utf7): Require.
3227
3228         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3229         prefix.
3230
3231 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3232
3233         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3234
3235 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-request-accept-article): Message the error on
3238         error.
3239
3240 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3243
3244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nndoc.el (nndoc-request-list): Return success always.
3247
3248         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3249         `fetch-old' -- we only want to fetch the articles we've requested.
3250         The rest are in the agent, probably.
3251         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3252         disappeared server" to something low.  It's not important.
3253
3254         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3255         arrived before the FETCH data.
3256
3257         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3258         target here, because we don't know the Gnus name of the group.
3259
3260         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3261         for the correct group.
3262
3263         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3264
3265         * gnus.el (gnus): Give a final warning after startup.
3266
3267         * gnus-util.el (gnus-action-message-log): New variable.
3268         (gnus-message): Use it.
3269         (gnus-final-warning): New function.
3270
3271         * nnimap.el (nnimap-open-connection): Record the greeting.
3272         (nnimap): Add greeting.
3273
3274 2010-09-26  Julien Danjou  <julien@danjou.info>
3275
3276         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3277         arguments.
3278         (gnus-html-wash-images): Fix spec computing to include start/end.
3279
3280         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3281
3282 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3285         deletion.
3286         (nnimap-retrieve-headers): Don't select the group, because that's
3287         already done by nnimap-possibly-change-group.
3288
3289         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3290         (gnus-picon-transform-address): Use it.
3291
3292         * mail-source.el (mail-source-value): Revert previous patch.
3293
3294         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3295         on failure.
3296         (nnimap-open-connection): Look up both virtual and physical server name
3297         credentials.
3298
3299         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3300
3301 2009-02-07  Dave Love  <fx@gnu.org>
3302
3303         * tls.el (open-tls-stream): Don't query killing process.
3304
3305 2009-02-08  Dave Love  <fx@gnu.org>
3306
3307         * gnus-win.el (gnus-window-to-buffer-helper)
3308         (gnus-all-windows-visible-p): Function needn't be a symbol.
3309
3310         * mail-source.el (mail-source-value): Function needn't be a symbol.
3311
3312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * message.el (message-cite-prefix-regexp): Remove } from the cite
3315         prefix.
3316
3317         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3318         highlight again, so that the highlight is correct.
3319
3320         * gnus-picon.el (gnus-picon): Remove again.
3321         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3322
3323         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3324         doing the header highlightling, so that the background colour of the
3325         picon is correct.
3326
3327         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3328         (gnus-picon): Ditto.
3329         (gnus-picon): Reinstate.  The background colour for picons is white.
3330         (gnus-picon-insert-glyph): Make the background white.
3331
3332         * nnml.el (nnml-open-nov): Don't return dead buffers.
3333
3334         * auth-source.el (auth-source-create): Query the user for whether to
3335         store the credentials.
3336
3337         * netrc.el (netrc-store-data): New function.
3338
3339         * auth-source.el (auth-source-user-or-password): Use the existing auth
3340         sources, if any, for creation.
3341
3342         * gnus.el (gnus-group-fast-parameter): Return the last matching
3343         parameter instead of the first matching parameter.
3344
3345 2010-09-26  Julien Danjou  <julien@danjou.info>
3346
3347         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3348
3349 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * mml2015.el (mml2015-use): Remove gpg support.
3352
3353         * mml1991.el (mml1991-function-alist): Remove gpg function.
3354         (mml1991-gpg-sign): Remove.
3355
3356 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3357
3358         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3359         (gnus-browse-unsubscribe-current-group): Document it.
3360         (gnus-browse-unsubscribe-group): Use it.
3361
3362 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3365         address to the To list for easier response.
3366
3367         * gnus.el (gnus-play-startup-jingle): Remove.
3368         (gnus-splash): Don't play jingle.
3369         (gnus): Silence gnus-load message.
3370
3371         * gnus-art.el (gnus-treat-play-sounds): Remove.
3372
3373         * gnus.el (gnus-play-jingle): Remove audio support.
3374
3375         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3376
3377         * earcon.el: Remove -- no users.
3378
3379         * gnus-audio.el: Remove -- no users of this package.
3380
3381         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3382
3383         * gnus-start.el (gnus-setup-news): Remove nocem support.
3384
3385         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3386
3387         * gnus.el (gnus-use-nocem): Remove.
3388
3389         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3390         Remove.
3391
3392         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3393         uses NoCeM any more.
3394
3395         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3396         (gnus-button-ctan-handler): Ditto.
3397         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3398         (gnus-button-ctan-directory-regexp): Ditto.
3399         (gnus-button-handle-ctan): Ditto.
3400         (gnus-button-tex-level): Ditto.
3401         (gnus-button-alist): Remove CTAN stuff.
3402
3403 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3406         nnimap-streaming test.
3407
3408         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3409         servers twice.
3410
3411         * nnimap.el (nnimap-open-connection): Add more error reporting when
3412         nnimap fails early.
3413
3414         * nnheader.el (nnheader-get-report-string): New function.
3415         (nnheader-get-report): Use it.
3416
3417         * gnus-int.el (gnus-check-server): Say what the error was when opening
3418         failed.
3419
3420         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3421         using streaming.
3422
3423 2010-09-25  Julien Danjou  <julien@danjou.info>
3424
3425         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3426         gnus-window-inside-pixel-edges.
3427
3428 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3431
3432         * mm-decode.el (mm-save-part): Allow saving to other directories the
3433         normal Emacs way.
3434
3435         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3436         Suggested by Jay Berkenbilt.
3437
3438         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3439         there isn't a single byte.
3440
3441         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3442         just do it.  It doesn't really seem to matter what the user responds
3443         here, I think, so it's just a confusing question.
3444
3445         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3446         non-streaming case.
3447
3448         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3449         (gnus-article-encrypt-body): Use it.
3450
3451         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3452         keystroke.
3453
3454         * nnimap.el (nnimap-find-wanted-parts-1):
3455         Use gnus-fetch-partial-articles.
3456
3457         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3458
3459         * nnimap.el (nnimap-insert-partial-structure): New function.
3460         (nnimap-get-partial-article): New function.
3461         (nnimap-request-article): Use it.
3462         (nnimap-wait-for-response): Return whether the wait was successful.
3463         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3464         retrieval wasn't successful.
3465         (nnimap-retrieve-group-data-early): Allow throttling servers.
3466         (nnimap-streaming): New variable.
3467         (nnimap-fetch-partial-articles): Remove.
3468
3469         * mm-decode.el (mm-with-part): Protect against killed buffers.
3470
3471         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3472         for prettier summary display.
3473
3474 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3475
3476         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3477
3478 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3481         apparently third-party libraries depend on it.
3482
3483         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3484         before starting negotiation.
3485
3486         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3487         privacy reasons.
3488         (gnus-treat-mail-gravatar): Ditto.
3489
3490         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3491         buffer when inserting images.  Inserting text into the headers, for
3492         instance, can make them invalid.
3493
3494 2010-09-25  Julien Danjou  <julien@danjou.info>
3495
3496         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3497         variables.
3498
3499         * nnheader.el: Remove useless variables news-reply-yank-from and
3500         news-reply-yank-message-id.
3501
3502         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3503         variables.
3504
3505         * mml1991.el: Remove useless mml1991-verbose.
3506
3507         * gnus.el: Remove useless variable gnus-use-generic-from.
3508         Remove obsolete variable gnus-topic-indentation.
3509
3510         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3511
3512         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3513
3514         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3515
3516         * gnus-group.el: Remove useless gnus-group-icon-cache.
3517         Remove useless gnus-ephemeral-group-server.
3518
3519         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3520
3521         * mml2015.el: Remove useless mml2015-verbose.
3522
3523         * mml-smime.el: Remove useless mml-smime-verbose.
3524
3525         * gnus.el: Remove useless gnus-local-domain.
3526
3527         * gnus-gravatar.el (gnus-gravatar-transform-address):
3528         Use gnus-gravatar-size.
3529
3530         * gnus-art.el: Remove useless gnus-treat-translate.
3531
3532 2010-09-24  Julien Danjou  <julien@danjou.info>
3533
3534         * gnus-sum.el: Add support for Gravatars.
3535
3536         * gnus-art.el: Add support for Gravatars.
3537
3538         * gnus-gravatar.el: Add this file.
3539
3540         * gravatar.el: Add this file.
3541
3542 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3545
3546         * gnus-group.el (gnus-group-fetch-faq): Remove.
3547
3548         * gnus.el (gnus-group-faq-directory): Remove.
3549
3550         * gnus-group.el (gnus-group-fetch-charter): Remove.
3551
3552         * gnus.el (gnus-group-charter-alist): Remove.
3553
3554         * gnus-group.el (gnus-group-archive-directory): Remove.
3555         (gnus-group-recent-archive-directory): Ditto.
3556         (gnus-group-make-archive-group): Remove.
3557
3558         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3559
3560         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3561         use the same article number for all the cached articles.
3562
3563         * nnimap.el (nnimap-command): Register the last command time so
3564         that we can use it for idling NOOPs.
3565         (nnimap-open-connection): Start the keeplive timer.
3566         (nnimap-make-process-buffer): Store all the process buffers.
3567         (nnimap-keepalive): New function.
3568
3569         * starttls.el (starttls-open-stream): Add autoload cookie.
3570
3571 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3572
3573         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3574         handling.
3575
3576 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3579         its data structures.
3580
3581         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3582         instead of the cl.el copy-list.
3583         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3584         equalp.
3585
3586 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3589         and tool-bar-local-item-from-menu.
3590
3591         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3592         mode-line-highlight face for Emacs.
3593
3594         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3595         loading gnus-sum.elc; fix comment for canlock-verify.
3596         (gnus-article-jump-to-part): Use read-number.
3597         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3598         Remove Emacs pre-21 compatible code for help-echo.
3599         (gnus-article-next-page-1): No need to adjust the number of lines.
3600         (gnus-article-describe-bindings): Always use help-buffer.
3601
3602         * gnus-audio.el (gnus-audio-inline-sound)
3603         * gnus-cus.el (gnus-custom-mode)
3604         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3605
3606         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3607
3608         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3609         compatible code.
3610
3611 2010-09-24  Glenn Morris  <rgm@gnu.org>
3612
3613         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3614         visiting the fcc file in rmail-mode.
3615
3616         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3617
3618 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * nnir.el: Silence the byte compiler.
3621
3622         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3623         alias to browse-url-url-encode-chars if any.
3624         (gnus-html-encode-url): Use it.
3625
3626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-start.el (gnus-use-backend-marks): New variable.
3629         (gnus-get-unread-articles-in-group): Use it.
3630
3631         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3632         makeover.
3633
3634 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3635
3636         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3637
3638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3641         Remove.
3642         (gnus-setup-news-hook):
3643         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3644
3645         * gnus-int.el (gnus-request-update-info): Protect against backends not
3646         having the function.
3647
3648         * nnimap.el (nnimap-stream): Mention starttls.
3649         (nnimap-open-connection): Add starttls support.
3650
3651 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3652
3653         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3654
3655 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3658         BODYSTRUCTUREs.
3659         (nnimap-transform-headers): Unfold quoted {42} headers.
3660
3661         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3662         the info.
3663         (gnus-get-unread-articles): Only call updatep on backends that support
3664         it.
3665
3666         * nnweb.el (nnweb-request-update-info): NOOP.
3667
3668         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3669
3670         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3671         since it only deals with marks.
3672
3673         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3674         gnus-request-marks, and make a new gnus-request-update-info.
3675
3676         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3677         the active instead of the high number, which is usually too low.
3678
3679 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3680
3681         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3682         * encrypt.el: Remove.
3683
3684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3687         server in symbolic form.
3688
3689         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3690
3691 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3694         (nnimap-update-info): Fix up code slightly.
3695
3696         * gnus-int.el (gnus-open-server): Add tracing for performance
3697         debugging.
3698
3699         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3700         (gnus-group-insert-group-line): Pass the real group name so that it
3701         gets the right data.
3702
3703         * gnus-start.el (gnus-get-unread-articles): Don't have
3704         `gnus-get-unread-articles-in-group' update info, since that can be
3705         really slow and doesn't seem to be needed?
3706
3707 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3708
3709         * time-date.el (date-to-time): Try using parse-time-string first before
3710         using the slower timezone-make-date-arpa-standard.
3711
3712 2010-09-22  Julien Danjou  <julien@danjou.info>
3713
3714         * gnus-group.el (gnus-group-insert-group-line):
3715         Call gnus-group-highlight-line.
3716         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3717         default hook list.
3718         (gnus-group-update-eval-form): Add new function.
3719         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3720         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3721
3722 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3725         immediate, then expire all articles.
3726         (nnimap-update-info): Fix off-by-one errors.
3727         (nnimap-flags-to-marks): Would return no marks lists for group with no
3728         flags.  Instead return the other data.
3729
3730 2010-09-22  Julien Danjou  <julien@danjou.info>
3731
3732         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3733         Only return an icon.
3734         (gnus-group-insert-group-line): Compute icon to return.
3735
3736         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3737         (gnus-html-image-fetched): Only cache if
3738         gnus-html-image-automatic-caching is set.
3739         (gnus-html-image-fetched): Check for errors.
3740
3741 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3744         once per method on `g'.  This ensures that backends like nnfolder don't
3745         open all their folders.
3746
3747         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3748         (nnimap-request-list): Nix out group in the correct buffer.
3749         (nnimap-parse-flags): Implement by using `read' instead of
3750         hand-parsing.
3751         (nnimap-flags-to-marks): Pass on permanent-flags.
3752         (nnimap-make-process-buffer): Record the server name.
3753         (nnimap-parse-flags): Fix typo.
3754         (nnimap-request-scan): Run split on the server in general, not just a
3755         single group.
3756
3757         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3758         parameter, and propagate this downwards.
3759
3760         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3761         since EXAMINE changes it on the server.
3762
3763         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3764         this command might take a while.
3765
3766 2010-09-22  Julien Danjou  <julien@danjou.info>
3767
3768         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3769         harmful if you have 2 images side-by-side, they can't be properly
3770         update on text deletion.  Using text-property is safer here.
3771         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3772         data.
3773
3774 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-expunge-inbox): Remove.
3777         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3778         (nnimap-expunge): Flip default to t.
3779
3780         * gnus.el (gnus-method-to-server): Don't push things to the cache
3781         unless it's unique.
3782         (gnus-server-to-method): Ditto.
3783
3784 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3787
3788 2010-09-22  Julien Danjou  <julien@danjou.info>
3789
3790         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3791         get the start of data.
3792         (gnus-html-encode-url): Add this function to encode special chars in
3793         URL.
3794         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3795         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3796
3797         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3798         default.
3799         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3800
3801         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3802         images alt-text.
3803         (gnus-html-put-image): Put alt-text as help-echo.
3804
3805 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3808         * mm-util.el (mm-decompress-buffer)
3809         * nnir.el (nnir-run-find-grep)
3810         * pop3.el (pop3-list): Use 3rd arg of split-string.
3811
3812         * time-date.el (format-seconds): Comment fix.
3813
3814         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3815         and byte-optimize-form-code-walker.
3816         (dgnushack-make-auto-load): Don't advise make-autoload.
3817
3818         * lpath.el: Remove Emacs 21 stuff.
3819
3820 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3823         outside the active range.  Suggested by Dan Christensen.
3824
3825         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3826         slightly later to avoid double-getting it.
3827
3828         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3829         previous patch.
3830
3831         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3832
3833 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3834
3835         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3836
3837 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-int.el (gnus-open-server): Give a better error message in the
3840         "go offline" case.
3841
3842         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3843         marks for nnimap, which is seldom the right thing to do.
3844
3845         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3846         (gnus-same-method-different-name): New function.
3847
3848         * nnimap.el (parse-time): Require.
3849
3850         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3851         method in the presence of many similar methods.
3852
3853         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3854
3855         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3856         nnml-inhibit-expiry.
3857
3858         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3859         find out whether methods are equal.
3860
3861         * nnimap.el (nnimap-find-expired-articles): New function.
3862         (nnimap-process-expiry-targets): New function.
3863         (nnimap-request-move-article): Request the article before looking at
3864         what the Message-ID is.  Fix found by Andrew Cohen.
3865         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3866
3867         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3868         for oldness in addition to being a predicate.
3869
3870         * nnimap.el (nnimap-request-group): When we have zero articles, return
3871         the right data to Gnus.
3872         (nnimap-request-expire-articles): Only delete articles immediately if
3873         the target is 'delete.
3874
3875         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3876         method, this would bug out.
3877
3878         * gnus-group.el (gnus-group-expunge-group): Rename from
3879         gnus-group-nnimap-expunge, and implemented as a normal interface
3880         function.
3881
3882         * gnus-int.el (gnus-request-expunge-group): New function.
3883
3884         * nnimap.el (nnimap-request-create-group): Implement.
3885         (nnimap-request-expunge-group): New function.
3886
3887 2010-09-21  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3890         (gnus-html-cache-expired): Add new function.
3891         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3892         wethever we should display image for fetch it.
3893         Compute alt-text earlier to pass it to the fetching function too.
3894         (gnus-html-schedule-image-fetching): Change function argument to only
3895         get one image at a time, not a list.
3896         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3897         cache.
3898         (gnus-html-get-image-data): New function to retrieve image data from
3899         cache.
3900         (gnus-html-put-image): Change buffer argument to use image data rather
3901         than file, and place image above region rather than inserting a new
3902         one.  Do not take alt-text as argument, since it's useless now: we place
3903         the image above alt-text.
3904         (gnus-html-prune-cache): Remove.
3905         (gnus-html-show-images): Start to fetch image when we find one, do not
3906         push into a temporary list.
3907         (gnus-html-prefetch-images): Only fetch image if they have expired.
3908         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3909         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3910
3911 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3914
3915 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916
3917         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3918         spec inser "*" if the group isn't active instead of 0.
3919
3920         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3921         opening the server.
3922         (nnimap-request-delete-group): Implement group deletion.
3923         (nnimap-transform-headers): Return the size of the entire message in
3924         the Bytes header, not just the size of the first part.
3925         (nnimap-request-move-article): When moving an article from nnimap,
3926         request the article first so the accepting form has an article to
3927         accept.  Reported by Dan Christensen.
3928         (nnimap-command): Make sure that the error message doesn't error out.
3929
3930 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3931
3932         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3933         we haven't requested anything.
3934
3935 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3938         "".  Fix found by Andrew Cohen.
3939
3940         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3941         instead of -encode-string.
3942
3943 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3946
3947         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3948         by mm-subst-char-in-string.
3949
3950 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3953         waiting for the connection string.
3954
3955         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3956         arriving.
3957
3958         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3959         bogus characters.  This allows selecting certain Gmail groups.
3960
3961         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3962         (nnimap-fetch-partial-articles): New variable.
3963         (nnimap-open-connection): When looking for credentials, also use the
3964         nnimap-server-port.
3965         (nnimap-request-article): Return the group/article number, so that Gnus
3966         `^' works as expected.
3967         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3968
3969         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3970         comments.
3971         (gnus-methods-sloppily-equal): New function.
3972         (gnus): When using the development version of Gnus, load the gnus-load
3973         file.
3974
3975         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3976         `gnus-open-server' on each method before trying to scan them etc.
3977         This ensures that all the backend parameters are set correctly.
3978
3979         * nnimap.el (nnimap-authenticator): New variable.
3980         (nnimap-open-connection): Allow anonymous login.
3981         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3982         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3983
3984         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3985         patch, found by Knut Anders Hatlen.
3986
3987 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3988
3989         * gnus-agent.el (gnus-agent-batch-confirmation)
3990         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3991         to gnus-message.
3992         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3993         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3994         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3995         * gnus-int.el (gnus-open-server): Likewise.
3996         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3997         (gnus-score-check-syntax): Likewise.
3998         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3999         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4000         Likewise.
4001         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4002
4003 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4006         calling conventions so that prefetch doesn't bug out.
4007
4008 2010-09-19  Julien Danjou  <julien@danjou.info>
4009
4010         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4011         rather than `subst-char-in-region' in order to be able to replace ASCII
4012         char by UTF-8 ones.
4013
4014         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4015         than curl.
4016         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4017         the right URL and ALT text on images.
4018         (gnus-html-wash-tags): Fix tag case.
4019         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4020         (gnus-article-html): Add -o display_ins_del=2 option.
4021         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4022
4023 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4026         the extra mail headers, which sometimes seem to happen for unknown
4027         reasons.
4028
4029         * mail-parse.el (mail-header-encode-parameter): Define as
4030         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4031         (or most, perhaps?) mail readers don't understand the latter, but do
4032         understand the former.
4033
4034         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4035         to nil, so that no methods are automatically agentized.  I think this
4036         is probably what most users want.
4037
4038         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4039         from url-retrieve, for instance about invalid URLs.
4040
4041         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4042         groups that have no articles.
4043         (nnimap-request-article): Check that we really got an article when we
4044         requested one.
4045
4046         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4047         doesn't exist.
4048
4049         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4050         nntp buffer so the agent can save it.
4051         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4052         that CRLF doesn't get translated to \n.
4053         (nnimap-open-connection): Don't make 'shell commands only send \n.
4054
4055 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4056
4057         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4058         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4059         Update var name.
4060         (nnml-generate-nov-file): Use dolist.
4061         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4062         Use with-current-buffer.
4063
4064 2010-09-18  Julien Danjou  <julien@danjou.info>
4065
4066         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4067         parallel.
4068
4069 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4072         the range update right.
4073         (nnimap-request-group): Don't make `M-g' bug out on group with no
4074         marks.
4075         (nnoo): Require, so that other packages can require nnimap.
4076         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4077         command we're looking for.  This helps when the server sends more
4078         responses after we've gotten everything we expected.
4079         (nnimap): Add a `newlinep' field to keep track of end-of-line
4080         conventions.
4081         Don't send CRLF to things that don't want it.
4082         (nnimap-request-accept-article): Ditto.
4083
4084 2010-09-18  Julien Danjou  <julien@danjou.info>
4085
4086         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4087         than curl to retrieve images.
4088
4089 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4092         the marks.
4093         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4094         (nnimap-wait-for-connection): New function.
4095         (nnimap-open-connection): If we have PREAUTH, don't query for login
4096         credentials.
4097         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4098         when doing a partial update.
4099
4100 2010-09-18  Julien Danjou  <julien@danjou.info>
4101
4102         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4103         tags.
4104
4105 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * nnimap.el (nnimap-credentials): New function.
4108         (nnimap-open-connection): Use the new function to look for credentials
4109         also on the numeric equivalents of "imap" and "imaps".
4110
4111         * gnus-start.el (gnus-activate-group): Send the info to
4112         gnus-request-group.
4113
4114         * nnimap.el (nnimap-request-group): Have the "check" version of the
4115         function parse flags and update the info, so that a `M-g' get a total
4116         resync of all flags from the group.
4117
4118         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4119         to allow backends to alter the info on group selection.  Also alter all
4120         the backend -request-group functions to take the parameter.
4121
4122         * nnimap.el (nnimap-store-info): New function.
4123         (nnimap-update-info): Store the info for later usage.
4124         (nnimap-request-group): Use the stored info for the dont-check case, so
4125         that we don't retrieve all marks when we enter a group.
4126
4127         * nnimap.el: Use deffoo instead of defun for interface functions.
4128
4129         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4130         update the group info.  This makes the nndraft groups, for instance, go
4131         back to their old behaviour.
4132
4133         * gnus-sum.el (gnus-select-newsgroup): Indent.
4134
4135         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4136         in.
4137         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4138         nothing.
4139
4140         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4141         from methods that are denied.
4142
4143         * gnus-int.el (gnus-method-denied-p): New function.
4144
4145         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4146         store the password instead of netrc.
4147         (nnimap-open-connection): Don't error out when we can't make a
4148         connections.
4149
4150         * auth-source.el (auth-source-create): In the password prompt, say what
4151         we're querying for.  Also prompt for user name if that hasn't been
4152         given.
4153
4154         * nnimap.el (nnimap-with-process-buffer): Remove.
4155
4156 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4159         method when we're reading from the agent.
4160
4161         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4162
4163         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4164         that's probably most useful for users.
4165
4166         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4167         "failed" all the time.
4168
4169         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4170         ...)) with (with-current-buffer ... ).
4171
4172         * nntp.el (nntp-open-server): Return whether the open was successful or
4173         not.
4174
4175         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4176         select an unread unseen article first.
4177
4178         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4179         /etc/services, supply some sensible port defaults.
4180
4181         * dgnushack.el: Define netrc-credentials.
4182
4183 2010-09-17  Julien Danjou  <julien@danjou.info>
4184
4185         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4186
4187 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4188
4189         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4190         doesn't have any parameters.
4191
4192 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4195         only upcased checks.
4196
4197         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4198
4199         * nnimap.el (nnimap-open-shell-stream): New function.
4200         (nnimap-open-connection): Use it.
4201         (nnimap-transform-headers): Get the number of lines in each message.
4202         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4203         number of lines.
4204         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4205         problem.
4206
4207         * utf7.el (utf7-encode): Autoload.
4208
4209         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4210         to allow the mail splitting to not return a default group.  This is
4211         useful for nnimap, which will leave unmatched mail in the inbox.
4212
4213         * nnimap.el: Rewritten.
4214
4215         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4216         nnimap usage.
4217
4218         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4219         if the move is internal, so that nnimap can do fast internal moves.
4220
4221         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4222         data.
4223         (gnus-read-active-for-groups): Support finishing the early retrieval of
4224         data.
4225
4226         * gnus-range.el (gnus-range-nconcat): New function.
4227
4228         * gnus-int.el (gnus-finish-retrieve-group-infos)
4229         (gnus-retrieve-group-data-early): New functions.
4230
4231 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4232
4233         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4234         (nnrss-retrieve-groups):
4235         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4236         (pop3-quit): Use with-current-buffer.
4237
4238 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4241         instead of nnheader-accept-process-output.
4242
4243         * dgnushack.el (dgnushack-compile): Add comment.
4244
4245         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4246
4247         * gnus-html.el (gnus-html-schedule-image-fetching)
4248         (gnus-html-prefetch-images): Replace process-kill-without-query by
4249         gnus-set-process-query-on-exit-flag.
4250
4251 2010-09-16  Romain Francoise  <romain@orebokech.com>
4252
4253         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4254
4255 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4258         parameter to unintern is mandatory-ish in Emacs 24.
4259
4260         * gnus-html.el (gnus-html-schedule-image-fetching)
4261         (gnus-html-prefetch-images): Check for curl before using it.
4262
4263         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4264         depend on curl, which isn't essential.
4265
4266         * imap.el: Revert back to version
4267         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4268         seem problematic.
4269
4270 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4271
4272         * gnus-registry.el (gnus-registry-install-shortcuts):
4273         Explicitly pass `obarray' to `unintern' to avoid a warning.
4274
4275 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4278         change.
4279
4280         * nnrss.el (nnrss-request-list): Remove this function and related
4281         functions, including the moreover stuff.
4282
4283 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * nnrss.el (nnrss-retrieve-groups): New function.
4286
4287 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4288
4289         * .dir-locals.el: Add no-byte-compile cookie.
4290
4291 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * time-date.el (format-seconds): Comment fix.
4294
4295         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4296         for back end that doesn't support request-scan.
4297
4298 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4301         then do request scans from the backends.
4302
4303         * netrc.el (netrc-credentials): New conveniency function.
4304
4305         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4306         avoid running a hook per line, since this takes a lot of time,
4307         profiling shows.
4308         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4309         directly if gnus-visual-p is true.
4310
4311 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4314         groups; replace mapcar with dolist which is a bit faster; pass groups
4315         info to gnus-read-active-file-1.
4316         (gnus-read-active-file-1): Scan only specified groups if the new
4317         optional arg `infos' is given.
4318
4319 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4322
4323         * pop3.el (pop3-movemail): Remove.
4324         (pop3-streaming-movemail): Rename to pop3-movemail.
4325
4326         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4327         don't restrict end-tag searches to the end of the line.
4328
4329 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4332         articles of every unchecked group to t, which means unknown since the
4333         server has never been opened.
4334
4335 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * gnus-html.el (gnus-html-show-alt-text): New command.
4338         (gnus-html-browse-image): Ditto.
4339         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4340         to browse the image directly.
4341         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4342         better.
4343
4344         * gnus-async.el (gnus-async-article-callback):
4345         Call `gnus-html-prefetch-images' unconditionally.
4346
4347         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4348         before feeding URLs to curl.
4349
4350 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4353         internal images as deletable by `W D D'.
4354
4355         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4356         (gnus-async-article-callback): Fix typo.
4357
4358 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4361         current line to work around bugs in the output from w3m.
4362
4363         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4364         for groups that want that.
4365
4366         * nntp.el (nntp-wait-for-string): Supply a timeout for
4367         accept-process-output to ensure progress.
4368
4369         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4370         level to get unread articles from, then use that for foreign groups,
4371         too.
4372
4373         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4374         confuses the rest of the function.
4375
4376         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4377         for the methods that support -retrieve-groups, too.
4378
4379         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4380
4381 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4384         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4385
4386         * pop3.el: Require cl when compiling.
4387         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4388
4389 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4392         that aren't going to be activated.
4393         (gnus-get-unread-articles): Fix up the last commit.
4394
4395         * gnus-html.el (gnus-article-html): Allow calling without specifying
4396         the handle.  In that case, dissect the buffer first.
4397
4398         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4399
4400         * nnimap.el (nnimap-open-connection): Revert the change that would look
4401         into authinfo for imaps instead of imap.
4402
4403         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4404         say that you don't want to call gnus-request-group with don-check, but
4405         do check the reponse.  This is for virtual groups only.
4406         (gnus-get-unread-articles): Count the archive groups as secondary, so
4407         that they're activated the same way as before.
4408
4409         * imap.el (imap-message-map): Removed optional buffer parameter, since
4410         no callers use it.
4411         (imap-message-get): Ditto.
4412         (imap-message-put): Ditto.
4413         (imap-mailbox-map): Ditto.
4414         (imap-mailbox-put): Ditto.
4415         (imap-mailbox-get): Ditto.
4416         (imap-mailbox-get): Revert last change for this function.
4417
4418         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4419         case-insensitively.
4420         (nnimap-debug): Remove.
4421
4422         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4423         to use `imap-fetch' instead.  According to the comments, this should be
4424         safe, since all other IMAP clients use the 1:* syntax.
4425         (imap-enable-exchange-bug-workaround): Removed.
4426         (imap-debug): Removed -- doesn't seem very useful.
4427
4428         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4429         mail from a file, and the file doesn't exist.
4430
4431         * imap.el (imap-log): New convenience function used throughout instead
4432         of repeating the same code all over the place.
4433
4434         * pop3.el (pop3-streaming-movemail): Return t for success.
4435
4436         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4437         .authinfo if we're using ssl connection.
4438
4439         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4440         already have if we're in a main Gnus `g' run.
4441
4442         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4443
4444 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4447
4448         * nnmh.el (nnmh-request-list-1): Bind `file'.
4449
4450         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4451         alias to set-process-query-on-exit-flag or process-kill-without-query.
4452         (pop3-open-server): Use it.
4453
4454 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4457         box to the Incoming file.  Fixes mistake in previous checkin.
4458
4459         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4460         request loop (for debugging purposes) removed.
4461
4462         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4463         culprit is more visible.
4464         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4465         (nnml-add-incremental-nov): New functions to do "incremental" nov
4466         updates, where we just append to the end of the existing nov files
4467         without reading/writing them in full.
4468
4469         * mail-source.el (mail-source-delete-crash-box): Really only check the
4470         incoming files once in a while.
4471
4472         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4473
4474         * mail-source.el (mail-source-delete-crash-box): Only check the
4475         incoming files for deletion once per day to save a lot of file
4476         accesses.
4477
4478         * pop3.el (pop3-logon): Fix up unbound variable typo.
4479
4480         * mail-source.el (pop3-streaming-movemail): Autoload.
4481
4482         * pop3.el (pop3-streaming-movemail):
4483         Respect pop3-leave-mail-on-server.
4484
4485         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4486         retrieval.
4487
4488         * pop3.el (pop3-process-filter): Remove unused function.
4489         (pop3-streaming-movemail, pop3-send-streaming-command)
4490         (pop3-wait-for-messages, pop3-write-to-file)
4491         (pop3-number-of-responses): New functions for streaming pop3
4492         retrieval.
4493
4494         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4495         come from no known methods.
4496         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4497         list.
4498
4499         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4500         message sizes.
4501         (pop3-movemail): Use erase-buffer instead of looping and deleting
4502         regions, which seems rather odd.
4503
4504         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4505         file once per `g' run.
4506
4507         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4508         directories.  This makes the draft queue directory work.
4509
4510         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4511         data from the backends, so that we only request the list of groups from
4512         each method once.  This should speed things up considerably.
4513
4514         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4515         detect that it's not implemented.
4516
4517         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4518         we actually do recurse down into the tree, but don't stat all leaf
4519         nodes.
4520
4521         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4522         then say so instead of bugging out.
4523
4524         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4525         files exist before trying to read them.
4526
4527         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4528         around <pre_int>.
4529
4530         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4531
4532         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4533
4534 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4535
4536         * mm-util.el (mm-image-load-path): Just return the image directories,
4537         not all directories in the path in addition to the image directories.
4538         (mm-image-load-path): Maintain a cache of the image directories so that
4539         the `g' command in Gnus doesn't have to stat dozens of directories each
4540         time.
4541
4542         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4543         (gnus-html-wash-tags): Add a new `i' command to insert images.
4544         (gnus-html-insert-image): New command and keystroke.
4545         (gnus-html-redisplay-with-images): New command and keystroke.
4546         (gnus-html-show-images): Rename command.
4547         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4548         spacers.
4549         (gnus-html-wash-tags): Decode entities at the end, so that entities
4550         inside the tags don't mess up the rest of the "parsing".
4551
4552         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4553         so that nnimap methods aren't agentized by default.  There's apparently
4554         many problems related to agent/imap behaviour.
4555
4556         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4557
4558         * gnus-html.el: Doc fix.
4559
4560 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4563         specifier-spec-list for Emacs 21.
4564
4565         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4566         glyph-width and glyph-height instead of display-graphic-p and
4567         image-size; make avoidance of displaying small images work for XEmacs.
4568
4569         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4570         for XEmacs.
4571
4572         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4573         of symbol that holds plist data.
4574         (gnus-process-plist): Remove plist of process after getting it.
4575
4576 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * message.el (message-generate-hashcash): Change default to
4579         'opportunistic if hashcash is installed.
4580
4581         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4582         (gnus-html-put-image): Only call image-size once, since it's somewhat
4583         time-consuming on remote X servers.
4584
4585 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4588         type on data, not a file name.
4589
4590         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4591         window-pixel-edges for Emacs 21.
4592
4593         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4594         decoded contents.
4595         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4596
4597 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4600         group line format, since it isn't very interesting.
4601
4602         * gnus-agent.el (gnus-agent-short-article),
4603         (gnus-agent-long-article): Increase values for these two variables,
4604         since most people are likely to have more network connection and
4605         storage than before.
4606
4607         * gnus.el (gnus-refer-article-method): Change default to 'current.
4608         When referring an article, the common behaviour is to refer it from the
4609         current select method, not the native select method.  The chances of
4610         the native select method having the message in question is rather slim
4611         these days.
4612
4613         * gnus-sum.el (gnus-auto-select-subject): Change default to
4614         `unseen-or-unread'.  I think it's likely that most people want to
4615         select an unseen article over a previously seen, but unread one.
4616
4617         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4618         means that in the article buffer none of the minor mode elements will
4619         be shown, usually, and this is not desirable in most cases.
4620
4621         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4622         that commands like `d' (and the like) go to the next line in the
4623         buffer, instead of the next unread article.  I think this is the
4624         behaviour that is most natural for most users.
4625         (gnus-single-article-buffer): Change default to nil, so that people can
4626         have as many article buffers open as they have summary buffer.  I think
4627         this is the most natural way for the groups to behave.
4628
4629         * message.el (message-generate-new-buffers): Change default to
4630         `unsent', so that all new message buffers start their names with the
4631         string "*unsent", and it's easier to find the buffers if you move from
4632         them.
4633
4634 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4637         small.  They're probably tracking images.
4638         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4639         (gnus-html-rescale-image): Yet another try at getting the image sizing
4640         right.
4641
4642         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4643         nntp-marks-file-name is nil.
4644
4645 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * gnus-html.el (gnus-html-wash-tags)
4648         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4649         Better logging.
4650
4651 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4654
4655         * gnus-html.el (gnus-html-wash-tags): Check the value of
4656         gnus-blocked-images in the summary buffer.
4657
4658 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4661
4662 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4665         like "a", it seems like.
4666         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4667         since it needs to be picked from the correct buffer.
4668
4669         * nnwfm.el: Remove.
4670
4671         * nnlistserv.el: Remove.
4672
4673 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4676         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4677
4678 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * nnkiboze.el: Remove.
4681
4682         * nndb.el: Remove.
4683
4684         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4685         alt text.
4686         (gnus-html-rescale-image): Try to get the rescaling logic right for
4687         images that are just wide and not tall.
4688
4689         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4690         overshadow variable bindings.
4691
4692 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-html.el (gnus-html-wash-tags)
4695         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4696         Add extra logging.
4697
4698 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4701         (gnus-max-image-proportion): New variable.
4702         (gnus-html-rescale-image): New function.
4703         (gnus-html-put-image): Rescale images.
4704
4705 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4706
4707         Fix up some byte-compiler warnings.
4708         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4709         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4710         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4711         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4712         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4713         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4714         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4715
4716 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-html.el (gnus-article-html): Decode contents by charset.
4719
4720 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4723         (gnus-html-frame-width, gnus-blocked-images)
4724         * message.el (message-prune-recipient-rules): Add custom version.
4725         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4726
4727         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4728         functions.
4729
4730         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4731         gnus-process-get.
4732
4733 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4734
4735         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4736         instead of lsub directly.
4737
4738 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnwarchive.el: Remove.
4741
4742         * gnus-soup.el: Remove.
4743
4744         * nnsoup.el: Remove.
4745
4746         * nnultimate.el: Remove.
4747
4748         * gnus-html.el (gnus-blocked-images): New variable.
4749
4750         * message.el (message-prune-recipients): New function.
4751         (message-prune-recipient-rules): New variable.
4752
4753         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4754         guess whether a long line is natural text or not.
4755
4756         * gnus-html.el (gnus-html-schedule-image-fetching):
4757         Use gnus-process-plist and friends for compatibility.
4758
4759 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4760
4761         * gnus-html.el: Require packages that define macros used in this file.
4762         (gnus-article-mouse-face): Declare to silence byte-compiler.
4763         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4764         process-get.
4765         (gnus-html-put-image): Use plist-get to avoid getf.
4766         (gnus-html-prefetch-images): Use with-current-buffer.
4767
4768 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-ems.el: Provide compatibility functions for
4771         gnus-set-process-plist.
4772
4773         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4774         header-line-format for XEmacs 21.4.
4775
4776         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4777         * gnus.el (gnus-valid-select-methods)
4778         * message.el (message-send-mail-partially-limit)
4779         * mm-decode.el (mm-text-html-renderer)
4780         * mml.el (mml-insert-mime-headers-always)
4781         * smiley.el (smiley-regexp-alist): Bump custom version.
4782
4783 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-html.el: require mm-url.
4786         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4787         with the url to `url'.
4788         (gnus-html-wash-tags): Support cid: URLs/images.
4789
4790 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4793         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4794         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4795
4796         * gnus-move.el: Remove file, since it doesn't really work.
4797
4798         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4799         UTF-8.  This seems to fix problems with some German web feeds.
4800
4801         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4802         at the top so that the proper colours are applied.
4803
4804         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4805         don't have dots in their names.
4806
4807         * gnus-art.el (gnus-article-view-part): Doc fix.
4808
4809         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4810         XEmacs-compatible.
4811         (gnus-html-put-image): Don't do images on non-graphic displays.
4812
4813         * nnslashdot.el: Remove this unused backend.
4814
4815         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4816         actions.
4817         (gnus-undo-register-1): Revert last change.
4818
4819         * gnus-group.el (gnus-group-completing-read): Protect against not
4820         having completion-styles bound.
4821
4822         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4823         make broken recipients happier.
4824
4825         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4826
4827         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4828         point parameter.
4829
4830         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4831
4832         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4833         completion-styles for group selection.
4834
4835 2009-02-04  Andreas Schwab  <schwab@suse.de>
4836
4837         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4838         headers and regexp-quote the match if necessary.
4839
4840 2009-03-24  Miles Bader  <miles@gnu.org>
4841
4842         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4843         the blinking smiley.
4844
4845 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4846
4847         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4848         blink smiley.
4849
4850 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4853         where the dribbel file lives exists.
4854
4855         * message.el (message-send-mail-partially-limit): Change the default to
4856         nil, since most people don't want this.
4857
4858         * mm-url.el (mm-url-decode-entities): Also decode entities like
4859         &#x3212.
4860
4861 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4862
4863         * gnus-sum.el (gnus-summary-idna-message):
4864         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4865         Hyperlink urls in docstrings with URL `...'.
4866
4867 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4868
4869         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4870         functions.
4871
4872 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4875         say what the mouseover text should be.
4876
4877         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4878         version of the mm-w3m-safe-url-regexp variable to only download images
4879         in the groups where we want that to happen.
4880
4881         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4882
4883         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4884         easier debugging.
4885         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4886         big pictures in the article buffer.
4887
4888         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4889         gnus-article-html.
4890         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4891         w3m.
4892
4893         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4894
4895 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4898         which doesn't exist.
4899
4900         * message.el (message-inhibit-ecomplete): New variable to allow some
4901         function to inhibit ecomplete address storage.
4902         (message-resend): Disable ecomplete message storage when resending
4903         messages.
4904
4905         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4906
4907 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4910         Save excursion while copying, moving, and deleting articles in order to
4911         prevent the cursor from jumping to unforeseen place.
4912
4913 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * lpath.el: No need to bind bookmark-current-buffer,
4916         bookmark-yank-point and bookmark-make-record-function.
4917
4918 2010-08-17  Glenn Morris  <rgm@gnu.org>
4919
4920         * gnus-sync.el: Require gnus components whose functions are used.
4921
4922         * gnus-art.el (bookmark-make-record-function):
4923         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4924         Declare for compiler.
4925
4926         * mm-url.el (mml-compute-boundary): Autoload.
4927
4928 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4931
4932 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         Typo fix "hoo4a" -> "hook".
4935
4936         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4937
4938 2010-08-14  Glenn Morris  <rgm@gnu.org>
4939
4940         * gnus-sync.el (gnus-sync): Fix defgroup version.
4941
4942 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4945
4946         * gnus-sync.el: Fix docs.
4947         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4948         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4949
4950 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         Optimizations for gnus-sync.el.
4953
4954         * gnus-sync.el: Add docs about gnus-sync-backend
4955         possibilities.
4956         (gnus-sync-save): Remove unnecessary message.
4957         (gnus-sync-read): Optimize and show what groups were skipped.
4958
4959 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         Minor bug fixes for gnus-sync.el.
4962
4963         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4964         Don't read the sync on get-new-news.
4965
4966         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4967         quiet.
4968
4969         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4970         (fix typo).
4971
4972 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4973
4974         Make saving and restoring of hidden threads work with overlays.
4975         Patch applied by Ted Zlatanov.
4976
4977         * gnus-sum.el (gnus-hidden-threads-configuration)
4978         (gnus-restore-hidden-threads-configuration): Update to deal with text
4979         properties, rather than searching for a magic character.
4980
4981 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         New gnus-sync.el library for synchronization of marks.
4984
4985         * gnus-sync.el: New library for synchronization of marks.
4986
4987         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4988         renamed from `gnus-registry-grep-in-list'.
4989
4990         * gnus-registry.el (gnus-registry-follow-group-p):
4991         Use `gnus-grep-in-list'.
4992
4993         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4994
4995 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4998         determining charset of text fails.
4999
5000 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * nnmail.el (nnmail-get-new-mail-1): Revert.
5003
5004         * nnml.el (nnml-active-number): Make sure names of newly created groups
5005         in nnml-group-alist are encoded.
5006
5007 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5010         containing non-ASCII characters in active file for nnml back end.
5011
5012 2010-07-24  David Engster  <dengste@eml.cc>
5013
5014         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5015         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5016
5017 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5018
5019         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5020         tag (Bug#6654).
5021
5022 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5025         the article buffer, not the summary buffer.
5026
5027 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5030         Emacs 23 as well.
5031
5032 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5035         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5036
5037 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5038
5039         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5040         Patch applied by Karl Fogel.
5041
5042         * gnus-sum.el (gnus-summary-bookmark-make-record):
5043         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5044
5045 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5046
5047         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5048         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5049         C-w still not working correctly from Article buffers; Thierry's
5050         patch to fix that will be applied after this.
5051
5052         * gnus-art.el (bookmark-make-record-function): New local variable.
5053
5054         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5055         article buffer.
5056         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5057
5058 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5059
5060         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5061         on changes in bookmark.el.
5062
5063 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5066         `no-log' instead of message not to log prompt string.
5067
5068 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5069
5070         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5071         the *other* type of HTML form submission.
5072
5073 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5074
5075         * auth-source.el (auth-source-pick): If choice does not contain a
5076         questioned keyword, set the check to t.
5077
5078 2010-06-12  Romain Francoise  <romain@orebokech.com>
5079
5080         * gnus-util.el (gnus-date-get-time): Move up before first use.
5081
5082 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5085         (gnus-article-edit-part): Bind it to make last part that is substituted
5086         or deleted visible.
5087         (gnus-mime-display-single): Buttonize part of which id equals to
5088         gnus-mime-buttonized-part-id.
5089
5090 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5091
5092         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5093         (gnus-dd-mmm): Use gnus-date-get-time.
5094         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5095         simplify logic.
5096         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5097         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5098
5099 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5100
5101         * auth-source.el (top): Autoload `secrets-list-collections',
5102         `secrets-create-item', `secrets-delete-item'.
5103         (auth-sources): Fix tag string.
5104         (auth-get-source, auth-source-retrieve, auth-source-create)
5105         (auth-source-delete): New defuns.
5106         (auth-source-pick): Rewrite in order to avoid 2 passes.
5107         (auth-source-forget-user-or-password): New parameter USERNAME.
5108         (auth-source-user-or-password): New parameters CREATE-MISSING and
5109         DELETE-EXISTING.  Retrieve password interactively, if needed.
5110
5111 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5112
5113         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5114         deleting unused directories when gnus-expert-user is t.
5115
5116 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5119         for each temp file when gnus-article-browse-delete-temp is ask.
5120
5121 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5124         Lisp calls to delete-backward-char by calls to delete-char.
5125
5126 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5127
5128         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5129
5130 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5131
5132         * password-cache.el (password-cache-remove): Fix docstring.
5133
5134 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5137         article unless decoding article to be saved.
5138
5139 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5142         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5143         generated within the mm-with-unibyte-current-buffer macro.
5144
5145 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5148         to nil when we're in a mml-preview buffer and no group is selected.
5149
5150 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5151
5152         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5153         when catching the `C-g'.  Reported by "Leo".
5154
5155 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * message.el (message-forward-make-body-plain)
5158         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5159         multibyte-string-p.
5160
5161         * lpath.el: Revert.
5162
5163 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * message.el (message-forward-make-body-mml): Assume original message
5166         is multibyte string; error on unibyte.
5167         (message-forward-make-body-plain): Ditto; don't add excessive newline
5168         in body end.
5169
5170         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5171
5172 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5173
5174         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5175         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5176
5177 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * mm-extern.el (mm-extern-url): Don't use
5180         mm-with-unibyte-current-buffer.
5181         (mm-extern-cache-contents): Use with-current-buffer instead of
5182         save-excursion + set-buffer.
5183
5184 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * mm-util.el (mm-emacs-mule): Remove.
5187
5188 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5189
5190         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5191         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5192         change.
5193
5194 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5197         bind the default value of enable-multibyte-characters to nil.
5198
5199 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * message.el (message-forward-make-body-plain)
5202         (message-forward-make-body-mml):
5203         Don't use mm-with-unibyte-current-buffer.
5204
5205 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5206
5207         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5208
5209 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5210
5211         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5212         (Bug#5592).
5213
5214 2010-05-07  Julien Danjou  <julien@danjou.info>
5215
5216         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5217         it to mm-pipe-part.
5218
5219         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5220         it is given.
5221
5222 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * binhex.el (binhex-decode-region-internal)
5225         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5226         (dns-query)
5227         * nnweb.el (nnweb-gmane-search)
5228         * pgg-parse.el (pgg-parse-armor)
5229         * pgg.el (pgg-verify-region)
5230         * sha1.el (sha1-string-external)
5231         * uudecode.el (uudecode-decode-region-internal)
5232         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5233         XEmacs.
5234
5235         * gnus-art.el (gnus-article-browse-html-parts)
5236         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5237         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5238         make-temp-file.
5239
5240         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5241         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5242         compiling.
5243
5244         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5245         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5246         XEmacs when compiling.
5247
5248         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5249         gnus-pick-mode-off-hook for XEmacs when compiling.
5250         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5251         gnus-binary-mode-off-hook for XEmacs when compiling.
5252
5253         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5254         Return nil if char-charset is not available.
5255
5256         * imap.el (imap-disable-multibyte)
5257         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5258         macros.
5259
5260         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5261         instead of encode-coding-string.
5262
5263         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5264         'xemacs) instead of mm-emacs-mule to switch function definitions.
5265         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5266
5267         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5268         bind temporary-file-directory for XEmacs;
5269         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5270         timer-set-function for XEmacs 21.4 and SXEmacs;
5271         bind timer-list for XEmacs 21.4 and SXEmacs;
5272         fbind char-charset and find-charset-region for non-Mule XEmacs;
5273         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5274         encode-coding-region and encode-coding-string for XEmacs having no
5275         file-coding feature.
5276
5277 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5278
5279         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5280
5281 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5284         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5285
5286 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5287
5288         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5289         alias `jka-compr-delete-temp-file' no longer exists.
5290
5291 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5292
5293         Use define-minor-mode in Gnus where applicable.
5294         * mml.el (mml-mode): Use define-minor-mode.
5295         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5296         (gnus-undo-mode): Use define-minor-mode.
5297         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5298         (gnus-dead-summary-mode): Use define-minor-mode.
5299         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5300         Initialize in declaration.
5301         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5302         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5303         (gnus-mailing-list-mode): Use define-minor-mode.
5304         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5305         (gnus-draft-mode): Use define-minor-mode.
5306         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5307         (gnus-dired-mode): Use define-minor-mode.
5308
5309 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5310
5311         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5312         handles on recursive mml-to-mime translation and check them for
5313         boundary delimiter collisions.  Reported by Greg Troxel.
5314
5315 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5318
5319 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5320
5321         * mm-util.el (mm-find-buffer-file-coding-system):
5322         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5323
5324 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5325
5326         * message.el (message-generate-headers): Record insertion of optional
5327         headers as well.  Otherwise the check to prevent repeated insertion of
5328         optional headers is a no-op.
5329
5330 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * smime.el: Don't mention CVS.
5333
5334         * nnrss.el (nnrss-fetch): Don't mention CVS.
5335
5336         * nnir.el: Don't mention CVS.
5337
5338 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5339
5340         * gnus-sum.el (gnus-summary-bookmark-make-record):
5341         Add `location' field.
5342
5343 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * lpath.el: Fbind bookmark-default-handler,
5346         bookmark-get-bookmark-record, bookmark-make-record-default,
5347         bookmark-prop-get for Emacs <23 and XEmacs.
5348
5349 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5350
5351         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5352         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5353         Use with-current-buffer to silence the byte-compiler.
5354         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5355         bother to require `gnus'.
5356         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5357
5358 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5359
5360         * gnus-sum.el (gnus-summary-bookmark-make-record)
5361         (gnus-summary-bookmark-jump): New functions.
5362         (gnus-summary-mode): Setup bookmark support.
5363
5364 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5365
5366         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5367         if set.
5368
5369 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5372         gnus-article-browse-html-save-cid-image; make it work recursively for
5373         forwarded messages as well.
5374         (gnus-article-browse-html-parts): Work when prefix arg is given.
5375         (gnus-article-browse-html-article): Doc fix.
5376
5377 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5378
5379         * message.el (message-default-mail-headers):
5380         (message-default-headers): Carry the value mail-default-headers over
5381         into message-default-mail-headers, rather than message-default-headers.
5382
5383 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5384
5385         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5386         charset.
5387
5388         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5389         charset into the <meta> tag when the article is encoded to utf-8.
5390
5391 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-art.el (gnus-article-browse-delete-temp-files):
5394         Delete directories as well.
5395         (gnus-article-browse-html-parts): Work for images that do not specify
5396         file names; delete temp directory when quitting; insert header at the
5397         right place; use file: scheme for image files.
5398
5399 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5400
5401         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5402         (gnus-article-browse-html-parts): Use it to make temporary cid image
5403         files in addition to html file so that browser may display them.
5404
5405 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5408
5409 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5412
5413 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * auth-source.el (auth-sources): Change default to be simpler.
5416         Explain about Secret Service API sources.  Improve Customize options.
5417         (auth-source-pick): Change to accept any number of search parameters.
5418         Implement fallbacks iteratively, not recursively.  Add scoring on the
5419         second pass and sort by score.  Call Secret Service API when needed.
5420         (auth-source-user-or-password): Use it.  Call Secret Service API
5421         directly when needed to get the user name and the password.
5422
5423 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5424
5425         * message.el (message-interactive): Doc fix.
5426         (message-qmail-inject-args): Reflow.
5427         (message-kill-to-signature): Fix typo in docstring.
5428
5429         * smiley.el (smiley-buffer): Fix typo in docstring.
5430
5431 2010-03-24  Glenn Morris  <rgm@gnu.org>
5432
5433         * mail-source.el (gnus-message): Declare.
5434         (mail-source-delete-old-incoming): Require gnus-util.
5435
5436 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5439
5440         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5441
5442         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5443         password-cache's default if it is not bound.
5444         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5445         password-cache-expiry's default if it is not bound.
5446
5447         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5448         available in Emacs 21.
5449
5450         * lpath.el: Suppress compiler warnings for:
5451         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5452         XEmacs;
5453         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5454         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5455         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5456
5457 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * auth-source.el (auth-sources): Fix up definition so extra parameters
5460         are always inline.
5461
5462 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5463
5464         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5465         wasn't updated after mismatch.  Clear cached mailbox info correctly
5466         when uidvalidity changes.
5467         (nnimap-group-prefixed-name): New function to avoid some code
5468         duplication.
5469         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5470         (nnimap-request-group): Use it.
5471         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5472         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5473         with many imap folders.  This is done by caching the group status from
5474         the imap server persistently in a group parameter `imap-status'.  (This
5475         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5476         but not persistently, so every Gnus startup was still very slow.)
5477
5478 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5481         delete the extra newline.  Otherwise editing of :string and :number
5482         types don't work.
5483
5484 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5487         secrets.el dependency.
5488         (auth-sources): Add optional user name.  Add secrets.el configuration
5489         choice (unused right now).
5490
5491 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * gnus-sum.el (gnus-summary-make-menu-bar):
5494         Let `gnus-registry-install-shortcuts' fill in the functions.
5495
5496         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5497         warnings.
5498         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5499         (gnus-registry-install-shortcuts): Populate and use it in a
5500         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5501
5502 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5503
5504         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5505         In-place substitutions for the group name encoding/decoding.
5506         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5507         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5508         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5509         (nnimap-update-unseen, nnimap-request-list)
5510         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5511         (nnimap-request-set-mark, nnimap-split-to-groups)
5512         (nnimap-split-articles, nnimap-request-newgroups)
5513         (nnimap-request-create-group, nnimap-request-accept-article)
5514         (nnimap-request-delete-group, nnimap-request-rename-group)
5515         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5516         `encoded-mbx' for consistency.
5517         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5518         variable `imap-current-mailbox'.
5519
5520         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5521         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5522
5523 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5524
5525         * pop3.el (pop3-display-message-size-flag): Display message size byte
5526         counts during POP3 download.
5527         (pop3-movemail): Use it.
5528         (pop3-list): Implement listing of available messages.
5529
5530 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5531
5532         * nnir.el (nnir-get-article-nov-override-function): New function to
5533         override the normal NOV retrieval.
5534         (nnir-retrieve-headers): Use it.
5535
5536 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5537
5538         * auth-source.el (netrc-machine-user-or-password): Autoload.
5539
5540 2010-03-19  Glenn Morris  <rgm@gnu.org>
5541
5542         Stop message.el from loading about 40 libraries it doesn't always need.
5543         The general approach is to autoload rather than require, and to
5544         require in the specific functions rather than the file.  (Bug#5642)
5545
5546         * gmm-utils.el: Don't require wid-edit.
5547         (widget-create-child-value, widget-convert, widget-default-get):
5548         Autoload.
5549
5550         * gnus-util.el: Don't require time-date, netrc.
5551         (message-fetch-field, gnus-group-name-decode): Declare rather than
5552         autoloading.
5553         (gnus-fetch-field): Require message.
5554         (gnus-decode-newsgroups): Require gnus-group.
5555
5556         * ietf-drums.el: Don't require time-date.
5557
5558         * message.el: Don't require hashcash, canlock, ecomplete.
5559         Do require mail-utils.  Require nnheader only when compiling.
5560         (smtpmail-default-smtp-server): Remove declaration.
5561         (message-send-mail-function): Check smtpmail-default-smtp-server
5562         is bound rather than requiring smtpmail.
5563         (message-auto-save-directory, message-insert-signature):
5564         Use expand-file-name rather than nnheader-concat.
5565         (nnheader-insert-file-contents): Autoload.
5566         (hashcash-wait-async): Declare.
5567         (message-send-mail): Only call gnus-setup-posting-charset if
5568         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5569         (message-send-mail-with-sendmail): Require sendmail.
5570         (canlock-password, canlock-password-for-verify): Declare.
5571         (message-canlock-password): Require canlock.
5572         (nnheader-get-report): Autoload.
5573         (gnus-setup-posting-charset): Declare.
5574         (message-send-news): Require gnus-msg.
5575         (message-make-references, message-make-in-reply-to): Use mail-header-id
5576         rather than the alias mail-header-message-id.
5577         (ecomplete-add-item, ecomplete-save): Declare.
5578         (message-put-addresses-in-ecomplete): Require ecomplete.
5579         (ecomplete-display-matches): Autoload.
5580
5581         * mm-decode.el: Don't require mailcap, gnus-util.
5582         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5583         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5584         Autoload.
5585         (mailcap-mime-extensions): Declare.
5586
5587         * mm-encode.el: Don't require mailcap.
5588         (mailcap-extension-to-mime): Autoload.
5589
5590         * mml-sec.el: Don't require password-cache.
5591
5592         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5593         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5594         (mml-minibuffer-read-type): Require mailcap.
5595         (mml-preview): Require gnus-msg.
5596
5597         * mml1991.el: Require password-cache.
5598         (password-cache-expiry): Remove declaration.
5599
5600         * mml2015.el: Require password-cache.
5601         (password-cache-expiry): Remove declaration.
5602
5603         * nneething.el (mailcap): Require mailcap.
5604
5605         * nnheader.el (declare-function): Add compatibility stub.
5606         (message-remove-header): Declare rather than autoload.
5607         (nnheader-replace-header): Require message.
5608
5609         * nnimap.el (declare-function): Add compatibility stub.
5610         (netrc-parse, netrc-machine-user-or-password): Declare.
5611         (nnimap-open-connection): Require netrc.
5612
5613         * nntp.el (declare-function): Add compatibility stub.
5614         (netrc-parse, netrc-machine, netrc-get): Declare.
5615         (nntp-send-authinfo): Require netrc.
5616
5617         * rfc2047.el: Don't require qp.
5618         (quoted-printable-encode-region, quoted-printable-decode-string):
5619         Autoload.
5620
5621         * sieve-mode.el: Don't require easymenu.
5622         (easy-menu-add-item): Autoload it.
5623
5624         * spam-stat.el (time-to-number-of-days): Autoload it.
5625
5626 2010-03-19  Glenn Morris  <rgm@gnu.org>
5627
5628         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5629
5630 2010-03-18  Glenn Morris  <rgm@gnu.org>
5631
5632         * hashcash.el (declare-function): Remove duplicate definition.
5633
5634 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5635
5636         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5637         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5638         value if any backslash escapes).
5639
5640 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5643         if it is available.  (bug#5647)
5644
5645         * lpath.el: Suppress compiler warning for coding-system-from-name for
5646         Emacs 21 and XEmacs.
5647
5648 2010-03-14  Juri Linkov  <juri@jurta.org>
5649
5650         * hmac-def.el:
5651         * hmac-md5.el:
5652         * netrc.el: Fix keywords.
5653
5654 2010-02-26  Glenn Morris  <rgm@gnu.org>
5655
5656         * message.el (message-send-mail-function): Change the default, so that
5657         it inherits from a customized send-mail-function.  (Bug#5643)
5658
5659 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5660
5661         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5662         shell-command-to-string signals an error (bug#5299).
5663
5664 2010-02-24  Glenn Morris  <rgm@gnu.org>
5665
5666         * message.el (message-smtpmail-send-it)
5667         (message-send-mail-with-mailclient): Doc fixes.
5668
5669 2010-02-16  Glenn Morris  <rgm@gnu.org>
5670
5671         * message.el (message-default-mail-headers): Change the default value
5672         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5673
5674 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5677         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5678
5679 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5680
5681         * time-date.el (date-to-time): Doc fix (Bug#5408).
5682
5683 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5684
5685         * message.el (message-mail): Just pass yank-action on to message-setup.
5686         (message-setup): Handle (FUN . ARGS) form of yank-action.
5687         (message-with-reply-buffer, message-widen-reply)
5688         (message-yank-original): Handle non-buffer values of
5689         message-reply-buffer (Bug#4080).
5690         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5691
5692 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5693
5694         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5695         Fix typo in docstring.
5696
5697 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5698
5699         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5700         response.
5701
5702 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5705
5706         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5707
5708         * message.el (message-check-news-header-syntax): Protect against a
5709         string that `rfc822-addresses' returns when parsing fails.
5710
5711 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5714         (gnus-previous-char-property-change): New functions.
5715
5716         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5717
5718 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5719
5720         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5721         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5722
5723 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5724
5725         * message.el (message-exchange-point-and-mark): Rework last change to
5726         avoid using optional arg of exchange-point-and-mark, for backward
5727         compatibility.
5728
5729 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5730
5731         * message.el (message-exchange-point-and-mark):
5732         Call exchange-point-and-mark with an argument rather than setting
5733         mark-active by hand (Bug#5175).
5734
5735 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * nntp.el (nntp-service-to-port): Work for service expressed with
5738         numeric string; replace [:digit:] with [0-9] for XEmacs.
5739
5740 2009-12-17  Glenn Morris  <rgm@gnu.org>
5741
5742         * gnus-group.el (gnus-bug-group-download-format-alist):
5743         Change emacs entry to debbugs.gnu.org.  Bump :version.
5744
5745 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5748
5749 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * message.el (message-info): Explain why we use `Info-goto-node'.
5752
5753 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5756
5757 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * message.el (message-completion-in-region): New compatibility function.
5760         (message-expand-group): Use it.
5761
5762 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5765         with no unread article should be listed if the 2nd arg `predicate' is
5766         given.
5767
5768 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5771
5772 2009-11-29  Juri Linkov  <juri@jurta.org>
5773
5774         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5775         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5776         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5777
5778 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5779
5780         * sha1.el (sha1-string-external): default-directory "/" in case
5781         otherwise non-existent.  process-connection-type pipe for touch of
5782         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5783
5784 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5785
5786         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5787         it's comms related and sgml-mode.el has "comm" on that basis too.
5788
5789 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5792         containing tspecial characters if they have been already quoted.
5793
5794 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5795
5796         * dns-mode.el (auto-mode-alist): Purecopy string.
5797
5798 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5801
5802 2009-10-24  Glenn Morris  <rgm@gnu.org>
5803
5804         * gnus-art.el (help-xref-stack-item): Define for compiler.
5805
5806 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5807
5808         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5809
5810 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5813
5814 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5817         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5818
5819 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5822         (gnus-overlays-in): New alias to overlays-in.
5823
5824         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5825         gnus-overlay-get, and gnus-delete-overlay.
5826         (gnus-summary-show-thread): Make it work as well for systems in which
5827         next-single-char-property-change is not available.
5828         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5829
5830         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5831         (gnus-overlay-get): New alias to extent-property.
5832         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5833
5834         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5835         SXEmacs.
5836
5837         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5838         SXEmacs.
5839
5840 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5843
5844 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5845
5846         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5847         and XEmacs that don't have `remove-overlays'.
5848
5849 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5850
5851         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5852         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5853         selective display.  Use overlays instead.
5854
5855 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5856
5857         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5858
5859 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5860
5861         * spam-stat.el (spam-stat-load): Fix typo in message.
5862
5863 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5864
5865         * dig.el (dig-invoke): Fix typo in docstring.
5866         (query-dig): Reflow docstring.
5867
5868 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5869
5870         * gnus-art.el (gnus-article-encrypt-body):
5871         * message.el (message-check-recipients):
5872         * mm-util.el (mm-codepage-setup):
5873         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5874         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5875
5876 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5877
5878         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5879         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5880         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5881         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5882         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5883
5884 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5885
5886         * dig.el: Add "Keywords: comm", as per net-utils.el.
5887
5888 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * dig.el (dig-mode): Use define-derived-mode.
5891
5892 2009-09-19  Glenn Morris  <rgm@gnu.org>
5893
5894         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5895
5896 2009-09-18  Glenn Morris  <rgm@gnu.org>
5897
5898         * gnus-diary.el (gnus-diary-check-message):
5899         * message.el (message-insert-formatted-citation-line):
5900         * nnbabyl.el (top-level):
5901         * nndiary.el (nndiary-schedule):
5902         Fix typos in condition-case handlers.
5903
5904 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5907         configuration that provides the sole article window in a frame;
5908         position point correctly after deleting a part.
5909
5910 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5911
5912         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5913         (spam-resolve-registrations-routine): Use it to unregister articles
5914         that change status.
5915
5916 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5919         with XEmacs.
5920         (parse-time-string-chars): Use it.
5921
5922 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * imap.el (imap-interactive-login): Better messages.
5925         (imap-open): Fix bug with renamed buffer on reconnect.
5926         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5927         for easier debugging and cleaner code.  On successful (guessed based on
5928         server capabilities) secondary authentication, set imap-state
5929         correctly.
5930         (imap-last-authenticator): Define imap-last-authenticator as a variable
5931         to avoid warnings.
5932
5933 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nnrss.el (nnrss-request-article): Remove binding of
5936         default-enable-multibyte-characters that has gotten needless by
5937         the 2007-07-13 change in rfc2047-encode-message-header.
5938
5939         * mml.el (mml-insert-multipart): Error on the message header.
5940         (mml-insert-part): Error on the message header; position point at
5941         the end of a MIME tag.
5942
5943 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * time-date.el (autoload): Expand define-obsolete-function-alias into
5946         defalias and make-obsolete for old Emacsen that Gnus supports.
5947         (with-no-warnings): Define it for old Emacsen.
5948         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5949         is available.
5950         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5951         float-time is available; suppress compile warning for time-to-seconds.
5952
5953         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5954         (gnus-float-time): Alias to float-time if it exists.
5955
5956         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5957         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5958         float-time is available; suppress compile warning for time-to-seconds.
5959
5960         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5961         XEmacs.
5962
5963 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * imap.el (imap-message-map): Docstring fix.
5966
5967 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5970         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5971         Add the optional argument `encoding' that overrides the default.
5972
5973         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5974         mm-encode-buffer.
5975
5976 2009-09-04  Glenn Morris  <rgm@gnu.org>
5977
5978         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5979         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5980         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5981         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5982         * mm-util.el (mm-with-unibyte-current-buffer)
5983         (mm-find-buffer-file-coding-system):
5984         * yenc.el (yenc-decode-region): Use default-value rather than
5985         default-enable-multibyte-characters.
5986
5987 2009-09-03  Glenn Morris  <rgm@gnu.org>
5988
5989         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5990         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5991         than default-enable-multibyte-characters.
5992
5993 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5994
5995         * gnus-art.el (gnus-article-read-summary-keys):
5996         Fix gnus-buffer-configuration's value temporarily used.
5997
5998 2009-09-02  Glenn Morris  <rgm@gnu.org>
5999
6000         * gnus-util.el (gnus-float-time): New function.
6001         * gnus-delay.el (gnus-delay-article):
6002         * gnus-sum.el (gnus-thread-latest-date):
6003         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6004         * nnspool.el (nnspool-request-newgroups):
6005         Use gnus-float-time rather than time-to-seconds.
6006         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6007
6008         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6009         (gnus-header-subject-face, gnus-header-newsgroups-face)
6010         (gnus-header-name-face, gnus-header-content-face):
6011         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6012         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6013         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6014         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6015         (gnus-cite-face-11):
6016         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6017         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6018         (gnus-server-closed-face, gnus-server-denied-face)
6019         (gnus-server-offline-face):
6020         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6021         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6022         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6023         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6024         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6025         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6026         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6027         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6028         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6029         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6030         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6031         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6032         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6033         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6034         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6035         (gnus-summary-high-undownloaded-face)
6036         (gnus-summary-low-undownloaded-face)
6037         (gnus-summary-normal-undownloaded-face)
6038         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6039         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6040         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6041         (gnus-splash-face):
6042         * message.el (message-header-to-face, message-header-cc-face)
6043         (message-header-subject-face, message-header-newsgroups-face)
6044         (message-header-other-face, message-header-name-face)
6045         (message-header-xheader-face, message-separator-face)
6046         (message-cited-text-face, message-mml-face):
6047         * sieve-mode.el (sieve-control-commands-face)
6048         (sieve-action-commands-face, sieve-test-commands-face)
6049         (sieve-tagged-arguments-face):
6050         * spam.el (spam-face):
6051         Mark face aliases with "-face" in the name as obsolete.
6052
6053 2009-09-01  Glenn Morris  <rgm@gnu.org>
6054
6055         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6056         than goto-line.
6057
6058 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6061         Don't move point if the command is invoked inside the message header.
6062
6063 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6064
6065         * imap.el (imap-send-command): Simplify.
6066         (imap-wait-for-tag): point-max -> buffer-size.
6067
6068 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6069
6070         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6071         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6072         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6073         * nnir.el (nnir-swish-e-index-file):
6074         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6075         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6076         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6077         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6078         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6079         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6080
6081 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6084         Don't save excursion.
6085
6086 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6087
6088         * nnheader.el (nnheader-find-file-noselect):
6089         * mm-util.el (mm-insert-file-contents):
6090         Use (default-value 'major-mode) instead of default-major-mode.
6091
6092 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6093
6094         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6095
6096 2009-08-26  Glenn Morris  <rgm@gnu.org>
6097
6098         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6099         than placing in files.el.
6100
6101 2009-08-25  Glenn Morris  <rgm@gnu.org>
6102
6103         * nnir.el (top-level): Don't require cl at run-time.
6104         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6105         Replace cl-function substitute with gnus-replace-in-string.
6106         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6107         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6108         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6109         simplified expansions.
6110
6111 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6112
6113         * dig.el (dig): Add autoload cookie.
6114
6115 2009-08-22  Glenn Morris  <rgm@gnu.org>
6116
6117         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6118         goto-line.
6119
6120 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6121
6122         * parse-time.el (parse-time-string-chars): Save match data.
6123
6124 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6125
6126         * parse-time.el (parse-time-string-chars): Compute using character
6127         classes, to handle non-ascii characters (Bug#3190).
6128
6129 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6132
6133         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6134         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6135         (gnus-mm-display-part, gnus-mime-display-single)
6136         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6137         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6138
6139         * gnus-sum.el
6140         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6141         (gnus-summary-move-article): Add expirable mark to articles copied or
6142         moved to group that has auto-expire turned on if the option is non-nil.
6143
6144 2009-07-24  Glenn Morris  <rgm@gnu.org>
6145
6146         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6147         Fix typo.  (Bug#3903)
6148
6149 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6152         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6153         that should not be used for draft articles.
6154         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6155         that has no concern in minor mode keys.
6156         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6157         Abolish.
6158
6159 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6162         article without making inquiry to a user for unknown encoding.
6163
6164         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6165         (nnmaildir--scan): Assume i-node and device number that file-attributes
6166         returns might be cons-cell.
6167
6168         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6169
6170         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6171
6172 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * auth-source.el: Remove docs now in auth.texi.  Don't use
6175         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6176         `auth-source-hide-passwords' and use them.
6177
6178 2009-07-15  Glenn Morris  <rgm@gnu.org>
6179
6180         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6181
6182 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6185         excessive whitespace from the default values of title and description.
6186
6187 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6190         mail-fetch-field to fetch Content-Description header in order to
6191         exclude newlines.
6192
6193 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6194
6195         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6196         format used by GnuPG 2.0.11.
6197
6198 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6201         to deleted part.
6202
6203 2009-05-30  David Engster  <dengste@eml.cc>
6204
6205         * nnmairix.el: Remove old documentation in the commentary block.
6206         (nnmairix-request-group): Do not update active file for nnml back ends.
6207         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6208         end so that overview files are ignored.
6209         (nnmairix-update-groups): Make updating the groups more robust by using
6210         marks.
6211         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6212         with dollar characters in message-id.
6213
6214 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6217         2008-12-25 in dns.el.
6218
6219 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6220
6221         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6222         could happen if the text is only composed of spaces and/or tabs.
6223
6224 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6225
6226         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6227         when sending a queued message to avoid extra mml tags.
6228
6229 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6232
6233 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6236         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6237         rmail-toggle-header for XEmacs;
6238         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6239
6240 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-dired.el: Remove autoload for gnus-setup-message.
6243         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6244         displaying Gnus logo; always use compose-mail.
6245
6246 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6249
6250 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6253         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6254         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6255         available.
6256         (gnus-nocem-epg-verify): New function.
6257
6258 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6261
6262 2009-02-15  Glenn Morris  <rgm@gnu.org>
6263
6264         * gnus-util.el (rmail-insert-rmail-file-header)
6265         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6266         autoloads.
6267         (rmail-default-rmail-file): Remove unnecessary declaration.
6268         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6269
6270 2009-02-14  Glenn Morris  <rgm@gnu.org>
6271
6272         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6273         variable (only used in gnus-util, which declares it anyway).
6274         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6275         which was only needed by gnus-art (changed to not use it any more).
6276         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6277         only used in gnus-util, which autoloads it itself.
6278         (rmail-update-summary): Fix autoload.
6279
6280         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6281         rather than rmail-output-to-rmail-file.
6282
6283 2009-02-07  Glenn Morris  <rgm@gnu.org>
6284
6285         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6286         autoload of function that no longer exists.
6287         (rmail-toggle-header): Declare.
6288         (message-forward-rmail-make-body): Handle mbox Rmail.
6289
6290 2009-01-31  Glenn Morris  <rgm@gnu.org>
6291
6292         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6293         2009-01-09 change.
6294
6295 2009-01-31  Dave Love  <fx@gnu.org>
6296
6297         * imap.el (imap-fetch-safe): Bind debug-on-error.
6298         (imap-debug): Add imap-fetch-safe.
6299
6300 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6301
6302         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6303         (auth-source-forget-all-cached): New convenience function.
6304         (auth-source-user-or-password): Accept list of modes or a single mode.
6305
6306         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6307         auth-source modes.
6308
6309         * netrc.el (netrc-machine-user-or-password): Use list of
6310         auth-source modes.
6311
6312         * nnimap.el (nnimap-open-connection): Use list of
6313         auth-source modes.
6314
6315         * nntp.el (nntp-send-authinfo): Use list of
6316         auth-source modes.
6317
6318 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6321         now.
6322
6323 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6326         coding system in XEmacs; add a workaround for XEmacs.
6327
6328         * lpath.el: Fbind coding-system-aliasee.
6329
6330 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6333         of current-language-environment.
6334
6335 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6338         available at runtime.
6339
6340 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6343
6344 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6345
6346         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6347         the greatest positive fixnum value doesn't work under an XEmacs with
6348         bignum support; use the most-positive-fixnum constant instead,
6349         available since Emacs 21.1 with cl and XEmacs 21.1.
6350
6351 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6354         XEmacs gets not to work.
6355
6356 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * mm-util.el (mm-coding-system-priorities): Allow the value like
6359         "Japanese (UTF-8)" of current-language-environment.
6360
6361 2009-01-09  Glenn Morris  <rgm@gnu.org>
6362
6363         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6364         with last-command-event.
6365
6366 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6369         in the doc string.
6370
6371         * message.el (message-fix-before-sending): Amend comment.
6372
6373 2009-01-08  Dave Love  <fx@gnu.org>
6374
6375         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6376
6377 2009-01-07  David Engster  <dengste@eml.cc>
6378
6379         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6380         simplified server definitions by converting it via
6381         gnus-server-to-method.
6382
6383 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6386         parameter's operands.
6387
6388 2009-01-06  David Engster  <dengste@eml.cc>
6389
6390         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6391         primary select method (for gnus-group-mark-article-as-read).
6392
6393 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6394
6395         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6396         `(gnus)Face', not `(gnus)X-Face'.
6397
6398 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * mm-util.el (mm-ucs-to-char): New function.
6401
6402         * mm-url.el (mm-url-decode-entities): Use it.
6403
6404         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6405         unicode-to-char.
6406
6407 2009-01-05  Dave Love  <fx@gnu.org>
6408
6409         * time-date.el: Require cl for `declare'.
6410
6411 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6414         Dave Love.
6415
6416 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * message.el (message-fix-before-sending): Add `eight-bit' to
6419         illegible-text check.
6420
6421 2009-01-03  Michael Olson  <mwolson@gnu.org>
6422
6423         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6424         `headers' is nil.  This can occur if the IMAP server does not have
6425         permissions to read messages from a folder, but can write new messages
6426         to the folder.
6427         (nnimap-request-article-part): Do not insert `data' if it is nil.
6428
6429         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6430         characters which will confuse `read', so skip past them.
6431
6432 2009-01-01  Dave Love  <fx@gnu.org>
6433
6434         * imap.el (imap-string-to-integer): Fix typo.
6435         (imap-fetch-safe): New function.
6436         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6437
6438         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6439
6440         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6441         (imap-parse-greeting): Fix doc strings.
6442         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6443         (imap-parse-flag-list): Make messages unique.
6444         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6445
6446         * nnimap.el: Fix author email.
6447         (nnimap-split-rule): Add FIXME comment.
6448         (nnimap-debug): Fix doc string.
6449
6450 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6453
6454 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6457         nslookup if resolv.conf isn't available.
6458         (dns-query): Rename from query-dns.
6459         (dns-query-cached): Rename from query-dns-cached.
6460
6461 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6464         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6465         to check if those variables exist (first appeared in Emacs 18.50).
6466
6467 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * mm-util.el (mm-line-number-at-pos): New function.
6470
6471         * spam-report.el (spam-report-process-queue): Use it.
6472
6473 2008-12-24  David Engster  <dengste@eml.cc>
6474
6475         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6476         parameters that haven't existed as variables as buffer-local variables.
6477
6478 2008-12-23  Dave Love  <fx@gnu.org>
6479
6480         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6481         cadar.
6482
6483         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6484         imap-starttls-p.
6485         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6486
6487 2008-12-22  Dave Love  <fx@gnu.org>
6488
6489         * imap.el: Fix author email.  Doc fixes.
6490         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6491         reply.
6492
6493 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * spam-report.el (spam-report-gmane-max-requests): New constant.
6496         (spam-report-gmane-wait): New variable.
6497         (spam-report-gmane-ham, spam-report-gmane-spam)
6498         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6499         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6500         the server.
6501
6502         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6503         Add explanations.
6504
6505         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6506         nnheader-accept-process-output and nnheader-read-timeout if available.
6507         (pop3-movemail): Use it.
6508
6509         * message.el (message-check-news-body-syntax): Fix signature check if
6510         there's an attachment.
6511
6512 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * mm-util.el: Add comments to the mm- emulating functions.
6515
6516 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6519         Reported by Stephen Berman <stephen.berman@gmx.net>.
6520
6521 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * mm-util.el (mm-substring-no-properties): New function.
6524         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6525         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6526         (mm-string-to-multibyte): Doc fix.
6527
6528         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6529
6530 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * mml.el (mml-attach-file): Strip text properties from file name.
6533         (Bug#1574)
6534
6535 2008-12-16  Glenn Morris  <rgm@gnu.org>
6536
6537         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6538
6539 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6542         knows since the charset specified might be a bogus alias that
6543         mm-charset-synonym-alist provides.
6544
6545 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6548         "ISO_8859-1".
6549
6550         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6551
6552 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-util.el (mm-charset-eval-alist):
6555         Define it before mm-charset-to-coding-system.
6556         (mm-charset-to-coding-system): Add optional argument `silent';
6557         define it before mm-charset-override-alist.
6558         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6559         default value if it can be used in Emacs currently running;
6560         silence mm-charset-to-coding-system.
6561
6562 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6565         `allow-override' which says whether to use `mm-charset-override-alist'.
6566         (rfc2047-decode-encoded-words): Use it.
6567
6568         * mm-util.el (mm-charset-override-alist): Fix custom type;
6569         add `(gb2312 . gbk)' to choices.
6570
6571 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6574         fast.
6575
6576         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6577
6578         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6579
6580 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6581
6582         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6583         on links.
6584
6585         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6586
6587 2008-12-03  Lute Kamstra  <lute@gnu.org>
6588
6589         * sha1.el: Remove leading * from docstrings of defcustoms,
6590         deffaces, defconsts and defuns.
6591
6592 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6595         users' addresses that don't have domain parts.
6596         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6597         rather than message-narrow-to-head since there will be the message
6598         header separator.
6599
6600 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6603         since the result is inserted in a unibyte buffer anyway.
6604         (nnimap-demule-use-string-to-multibyte): Remove.
6605         (nnimap-demule): Alias it to mm-string-to-multibyte.
6606
6607 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6610         variable for debugging bug#464 and bug#1174.
6611         (nnimap-demule): Use it.
6612
6613 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6616         score calculation correctly.
6617
6618 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6619
6620         * message.el (message-send-mail): Just set the buffer to unibyte
6621         rather than use mm-with-unibyte-current-buffer which does a lot more.
6622         (message-send-mail-partially): Don't bother with
6623         mm-with-unibyte-current-buffer since it's already been made unibyte by
6624         message-send-mail.
6625
6626 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6629
6630 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6633
6634 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6637         require itself and to remove `with-no-warnings'.
6638
6639 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * starttls.el (starttls-any-program-available): Get the name of the
6642         available TLS layer program.
6643         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6644         well as the host name in the "opening" message.
6645
6646         * auth-source.el (auth-source-cache, auth-source-do-cache)
6647         (auth-source-user-or-password): Cache passwords and logins by default,
6648         allow override with `auth-source-do-cache'.
6649         (auth-source-forget-user-or-password): Allow users to remove cache
6650         entries if needed.
6651
6652 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6653
6654         * md4.el (md4-buffer): Fix typo in docstring.
6655         (md4, md4-64): Doc fixes.
6656         (md4-pack-int32): Reflow docstring.
6657
6658 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6661         condition-case to only the forward-sexp call.
6662
6663 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6666         quotes contained.  Make it more robust regardless by an extra
6667         condition-case wrapper.
6668
6669 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6672
6673 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * nnml.el (nnml-request-expire-articles): Check if the function set to
6676         `nnmail-expiry-target' returns the symbol `delete'.
6677
6678         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6679
6680         * nnmail.el (nnmail-expiry-target): Fix custom type.
6681
6682 2008-10-02  Glenn Morris  <rgm@gnu.org>
6683
6684         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6685         Silence compiler warning.
6686
6687 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6688
6689         * tls.el (open-tls-stream): Show the actual command being
6690         executed, instead of the format string.
6691
6692 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * lpath.el: Fbind codepage-setup for Emacs 23.
6695
6696 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6697
6698         * mml.el (mml-menu): Don't assume mml2015 is bound.
6699
6700 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6703         exists.
6704
6705 2008-09-27  Glenn Morris  <rgm@gnu.org>
6706
6707         * gnus-util.el (mail-header-remove-comments): Autoload it.
6708
6709 2008-09-27  Andreas Schwab  <schwab@suse.de>
6710
6711         * gnus-util.el (gnus-split-references): Strip comments.
6712         (gnus-parent-id): Likewise.
6713
6714 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * message.el (message-confirm-send): Fix version.
6717
6718 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * message.el (message-idna-to-ascii-rhs-1): Use
6721         mail-extract-address-components rather than mail-header-parse-addresses
6722         that is an alias by default to ietf-drums-parse-addresses that does not
6723         support non-ASCII names in headers' contents.
6724
6725 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * message.el (message-confirm-send): Fix variable documentation to
6728         avoid the "y/n" wording.
6729
6730 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6731
6732         * message.el (message-set-auto-save-file-name): Save to a different
6733         filename so multiple messages (especially drafts) can be recovered.
6734
6735 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * message.el (message-confirm-send): Add appropriate version.
6738
6739 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6740
6741         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6742         defvar.
6743
6744 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6745
6746         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6747         (mm-pkcs7-enveloped-magic): Ditto.
6748
6749 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6750
6751         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6752         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6753
6754 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6757         default, it's better.
6758
6759 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6762         summary line gnus-number property and ignore them (with a warning
6763         message).
6764
6765 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6768         macro caddr in the interactive form since it won't be expanded.
6769
6770 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6773         `charset'; fix name of function called recursively.
6774         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6775
6776 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6779         (gnus-mime-set-charset-parameters): New function.
6780         (gnus-mime-view-part-as-charset): Use it to correctly display part
6781         specifying wrong charset.
6782
6783 2008-09-08  David Engster  <dengste@eml.cc>
6784
6785         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6786         in completing-read for back end server.
6787
6788 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * message.el (message-confirm-send): New variable to confirm sending a
6791         message.
6792         (message-send): Use it.
6793
6794 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6797
6798 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6801
6802 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6805         prevent tracking too many groups.
6806         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6807         Use it.
6808
6809 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6810
6811         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6812         moving point to the bottom of the window in order to avoid recentering.
6813
6814 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6817
6818         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6819         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6820         (gnus-article-beginning-of-window): Fix calculation.
6821
6822 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-msg.el (gnus-summary-supersede-article)
6825         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6826         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6827         message header.
6828
6829 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6830
6831         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6832         pending output coming after the status change.
6833
6834 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6835
6836         * message.el:
6837         * gnus-start.el:
6838         * gnus-registry.el: Remove VMS support.
6839
6840 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6843         macro.
6844         (rfc2104-hash): Use it.
6845
6846 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6849         (gnus-summary-sort-by-most-recent-date): New commands.
6850         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6851         and menu entries.
6852
6853 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6856         don't redisplay article for raw contents; remove plural articles stuff.
6857
6858         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6859         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6860         on gnus-summary-save-article; display results properly.
6861
6862 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * lpath.el: No need to fbind ns-focus-frame.
6865
6866 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6869
6870 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-summary-save-in-pipe):
6873         Consider gnus-save-all-headers.
6874
6875 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6876
6877         * gnus-util.el (ns-focus-frame): Remove declaration.
6878         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6879         like x.
6880
6881 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6882
6883         * rfc2104.el (rfc2104-zero): Delete defconst.
6884         (rfc2104-hex-alist): Likewise.
6885         (rfc2104-hex-to-int): Delete func.
6886         (rfc2104-hexstring-to-bitstring): Likewise.
6887         (rfc2104-nybbles): New defconst.
6888         (rfc2104-hash): Rewrite for speed.
6889
6890 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * tls.el (open-tls-stream): Make it work with the 2nd argument
6893         BUFFER that is a string but does not exist as a buffer object, as
6894         mentioned in the doc-string.
6895
6896 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6899         SXEmacs.
6900
6901 2008-07-16  Glenn Morris  <rgm@gnu.org>
6902
6903         * gnus-util.el (ns-focus-frame): Declare for compiler.
6904
6905 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6908         set as a group parameter.
6909         (gnus-summary-save-in-pipe): Work when it is called independently.
6910         (gnus-summary-pipe-to-muttprint): Don't modify
6911         gnus-summary-pipe-output-default-command.
6912
6913 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6914
6915         * message.el (message-send-mail-with-sendmail):
6916         Display the error message.
6917
6918 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-art.el (gnus-default-article-saver):
6921         Add gnus-summary-save-in-pipe to choices.
6922         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6923         gnus-summary-pipe-output-default-command as the default command.
6924         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6925         instead of gnus-last-shell-command.
6926
6927         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6928         New user option.
6929         (gnus-summary-muttprint-program): Mention the value will be changed.
6930         (gnus-summary-save-article): Force showing of all headers.
6931         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6932
6933 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6934
6935         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6936
6937 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6938
6939         * nnimap.el (nnimap-id):
6940         * sieve-manage.el (sieve-manage-open): Doc fixes.
6941
6942 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6943
6944         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6945         if available.
6946
6947 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6948
6949         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6950
6951         * nnkiboze.el (nnkiboze-generate-group):
6952         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6953
6954         * nnmairix.el: Require CL.
6955
6956 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * dgnushack.el: Autoload get-display-table and put-display-table for
6959         XEmacs 21.5.
6960
6961         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6962         21.4 and SXEmacs.
6963
6964 2008-06-15  David Engster  <dengste@eml.cc>
6965
6966         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6967
6968 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6969
6970         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6971         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6972         runtime choice under XEmacs.
6973
6974         * gnus-sum.el (gnus-summary-set-display-table):
6975         Use `gnus-put-display-table', `gnus-get-display-table',
6976         `gnus-set-display-table' for the display table, instead of `aset'.
6977
6978         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6979         Use `gnus-put-display-table', `gnus-get-display-table',
6980         `gnus-set-display-table' for the display table.
6981
6982 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * nnmairix.el: Add autoloads.
6985
6986 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * nnmairix.el (nnmairix-delete-recreate-group)
6989         (nnmairix-update-and-clear-marks): Fix error messages.
6990
6991 2008-06-14  David Engster  <dengste@eml.cc>
6992
6993         * nnmairix.el: Upgrade to version 0.6.
6994         (nnmairix-group-toggle-propmarks-this-group)
6995         (nnmairix-group-toggle-readmarks-this-group)
6996         (nnmairix-group-delete-recreate-this-group)
6997         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6998         (nnmairix-remove-tick-mark-original-article): New commands.
6999         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7000         (nnmairix-propagate-marks-to-nnmairix-groups)
7001         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7002         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7003         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7004         functions needed for marks propagation and manipulation of read marks.
7005         (nnmairix-update-groups): New function.
7006         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7007         (nnmairix-determine-original-group-from-registry)
7008         (nnmairix-determine-original-group-from-path)
7009         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7010         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7011         New helper functions.
7012         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7013         keystrokes for new commands.
7014         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7015         (nnmairix-request-group): Check allow-fast group parameter.
7016         (nnmairix-request-create-group): Set allow-fast group parameter if
7017         nnmairix-allowfast-default is set.
7018         (nnmairix-close-group): Propagate marks upon closing if needed.
7019         (nnmairix-group-toggle-threads-this-group): Use new.
7020         nnmairix-group-toggle-parameter helper function.
7021         (nnmairix-search): Better check for empty search result.
7022         (nnmairix-goto-original-article): Use new helper functions for
7023         determining original article.
7024         (nnmairix-show-original-article): Make sure message-id is in brackets.
7025         (nnmairix-call-mairix-binary): Change variable name.
7026         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7027         helper function.
7028         (nnmairix-widget-toggle-activate): Fix doc string.
7029
7030 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * nnir.el: Require edmacro when compiling with XEmacs.
7033         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7034         available in Emacs 21.
7035
7036 2008-06-11  Glenn Morris  <rgm@gnu.org>
7037
7038         * gnus-util.el (x-focus-frame):
7039         * gnus.el (image-size):
7040         * mm-decode.el (image-size): Declare.
7041
7042         * gnus-picon.el (declare-function): Add compat definition.
7043         (image-size): Declare.
7044
7045         * gnus-group.el (tool-bar-map):
7046         * gnus-sum.el (tool-bar-map): Define for compiler.
7047
7048         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7049
7050         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7051
7052         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7053         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7054         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7055         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7056         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7057         * sieve-manage.el, spam-report.el, spam.el:
7058         Remove unnecessary eval-and-compile of autoloads.
7059
7060 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7061
7062         * auth-source.el: Precise Tramp doc.
7063
7064 2008-06-07  Glenn Morris  <rgm@gnu.org>
7065
7066         * nnmairix.el: Remove unnecessary eval-when-compile.
7067
7068 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * lpath.el: Fbind propertize for XEmacs 21.4.
7071
7072 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * nnir.el: Move here from ../contrib.
7075
7076 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7077
7078         * gnus-util.el (gnus-read-shell-command): New function.
7079         * mm-decode.el (mm-pipe-part):
7080         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7081
7082 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7085
7086 2008-06-03  Glenn Morris  <rgm@gnu.org>
7087
7088         * pop3.el (nnheader-accept-process-output): Autoload it.
7089
7090 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7093         are not 2-digit hexadecimal characters that follow `%'s.
7094
7095 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7096
7097         * message.el (message-bogus-recipient-p): Fix type in doc string.
7098         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7099         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7100         Improve custom options.
7101         (message-bogus-recipient-p): Adjust accordingly.
7102
7103 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7104
7105         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7106         long-form month and day names.
7107
7108 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * dgnushack.el: Autoload debug, eudc-expand-inline and
7111         pgg-snarf-keys-region for XEmacs.
7112
7113         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7114
7115         * nnmairix.el: Require edmacro when compiling with XEmacs.
7116
7117 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7120         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7121
7122 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7123
7124         * auth-source.el: Add more docs.
7125
7126         * netrc.el (netrc-machine): Always match if the port is not given.
7127
7128 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7131         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7132         retrieval faster in some cases, but might make CPU usage larger.
7133         If this has any bad side effects, we might revert this change.
7134
7135         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7136         seems to make mail retrieval much, much faster.
7137         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7138         unconditionally.
7139
7140         * gnus-draft.el (gnus-group-send-queue):
7141         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7142
7143 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7146
7147         * message.el (message-bogus-address-regexp): Fix and improve custom
7148         type.
7149         (message-setup-hook): Add message-check-recipients as custom option.
7150
7151 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * message.el (message-cite-function): Remove bogus autoload which crept
7154         in during merge from v5-10.
7155
7156 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7159
7160         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7161
7162         * auth-source.el: Preliminary Tramp docs.
7163         (auth-sources): Change the default auth-sources to use
7164         EPA .gpg files.
7165
7166 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * nntp.el: Autoload `auth-source-user-or-password'.
7169         (nntp-send-authinfo): Use it.
7170
7171         * nnimap.el: Autoload `auth-source-user-or-password'.
7172         (nnimap-open-connection): Use it.
7173
7174         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7175         for the gnus-message function.
7176         (auth-source-user-or-password): Use it.
7177
7178 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7179
7180         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7181         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7182         (rfc2104-hash): Use it.
7183
7184 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7185
7186         * gnus-art.el (gnus-article-toggle-truncate-lines):
7187         Don't use `iff' in docstring.
7188
7189 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7192
7193         * gnus-util.el (gnus-extract-address-component-name)
7194         (gnus-extract-address-component-email): Convenience functions around
7195         `gnus-extract-address-components'.
7196
7197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7198         Use `gnus-extract-address-component-email' to fix bug of comparing full
7199         sender name to `user-mail-address'.
7200
7201 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7204         catch/throw to optimize.
7205         (gnus-registry-find-keywords): Just use member to find a keyword.
7206
7207 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7208
7209         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7210         is current before calling gnus-server-prepare.
7211         (gnus-server-setup-buffer, gnus-server-update-server)
7212         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7213
7214 2008-05-04  Juri Linkov  <juri@jurta.org>
7215
7216         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7217         (mailcap-file-default-commands): Use mailcap-replace-in-string
7218         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7219         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7220
7221 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7222
7223         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7224
7225 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7226
7227         * gnus.el: Bump version to 0.11.
7228
7229 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7230
7231         * gnus.el: No Gnus v0.10 is released.
7232
7233 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7236         hooks.
7237         (gnus-update-read-articles): Speed up non-marks-using users.
7238         (gnus-use-marks): Define gnus-use-marks.
7239         (gnus-propagate-marks): Rename variable to something more sensible.
7240
7241 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7242
7243         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7244         (gmm-image-load-path-for-library): Fix typos in docstrings.
7245         (gmm-message): Reflow docstring.
7246
7247 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7248
7249         * mail-source.el (mail-source-set-1, mail-source-bind):
7250         Move auth-source code out of the macro to clean it up and fix bugs.
7251
7252 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7255         by sender if it's equal to user-mail-address, it's likely to be
7256         useless.
7257
7258         * mail-source.el (mail-source-bind): Don't use user or password if they
7259         are not bound.  Unintern them if they are nil.  Don't use server unless
7260         it's bound, and default it to empty string otherwise.
7261
7262 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * mail-source.el: Load auth-source.el.
7265         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7266         get user name or password, if auth-sources is set up.
7267
7268         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7269         strategy of splitting with parent.
7270         (gnus-registry-split-fancy-with-parent)
7271         (gnus-registry-post-process-groups): Use it and fix prior
7272         bug (returning a list as the split result).
7273
7274         * auth-source.el (auth-sources): Remove server parameter.
7275         (auth-source-pick, auth-source-user-or-password)
7276         (auth-source-user-or-password-imap)
7277         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7278         (auth-source-user-or-password-sftp)
7279         (auth-source-user-or-password-smtp): Remove server parameter.
7280
7281 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7282
7283         * smime.el (smime-sign-region, smime-encrypt-region)
7284         (smime-decrypt-region):
7285         Remove redundant calls to `generate-new-buffer-name'.
7286
7287 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7288
7289         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7290         Don't use QP for message/rfc822.
7291         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7292
7293 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7294
7295         * sieve-manage.el (sieve-string-bytes): Remove.
7296         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7297         correct byte-length only if the process's coding-system is the same as
7298         the one used internally by Emacs to represent strings.
7299
7300 2008-04-22  Juri Linkov  <juri@jurta.org>
7301
7302         * mailcap.el (mailcap-file-default-commands): New function.
7303
7304 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * message.el (message-signature-separator, message-cite-function):
7307         Change custom version.
7308
7309 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7310
7311         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7312         commands.
7313         (tls-checktrust): Ditto.
7314
7315 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * mm-decode.el (mm-display-external): Make temp file read-only.
7318
7319 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7322         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7323         `C-c C-f d'.
7324
7325 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7326
7327         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7328
7329 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * gnus.el: Bump version to 0.9.
7332
7333 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus.el: No Gnus v0.8 is released.
7336
7337 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7338
7339         * mail-source.el (mail-source-value):
7340         Prefer fboundp to functionp so it works with macros as well.
7341
7342 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7343
7344         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7345         Fix last change in case the element is not even a symbol.
7346
7347 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7350         Prefer fboundp to functionp so it works with macros as well.
7351
7352 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * auth-source.el: Add docs.
7355         (auth-sources): Modify format to support server.
7356         (auth-source-pick, auth-source-user-or-password)
7357         (auth-source-user-or-password-imap)
7358         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7359         (auth-source-user-or-password-sftp)
7360         (auth-source-user-or-password-smtp): Add server parameter.
7361
7362 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7363
7364         * gnus-registry.el: Initialize the registry when gnus-registry-install
7365         is t.
7366
7367 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * compface.el (uncompface): Make buffer unibyte.
7370
7371 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7372
7373         * mail-source.el (mail-source-value):
7374         Prefer fboundp to functionp so it works with macros as well.
7375
7376 2008-04-05  Glenn Morris  <rgm@gnu.org>
7377
7378         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7379
7380 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7381
7382         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7383         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7384
7385         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7386         multibyteness after rather than before erasing it.
7387
7388         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7389         mm-with-multibyte.
7390         (gnus-request-article-this-buffer): Make sure the proper decoding is
7391         used if gnus-original-article-buffer happens to be unibyte.
7392
7393         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7394         default-enable-multibyte-characters.
7395
7396         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7397         default-enable-multibyte-characters.
7398
7399         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7400
7401         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7402
7403 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7404
7405         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7406         Fix last change in case the element is not even a symbol.
7407
7408 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7409
7410         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7411         (imap-message-copyuid-1): Use it.
7412         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7413         J. Williams in
7414         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7415
7416         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7417         imap-enable-exchange-bug-workaround.
7418         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7419
7420 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7421
7422         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7423         a 100 byte status-checks into a 2-3MB transfer for each group.
7424         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7425         to enable bug workaround or not.
7426         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7427
7428 2008-03-31  Glenn Morris  <rgm@gnu.org>
7429
7430         * message.el (mml2015-use): Declare for compiler.
7431         (message-info): Require mml2015 when appropriate.
7432
7433 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7436         whitespace.
7437
7438 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7439
7440         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7441         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7442         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7443         (nntp-service-to-port): New function.
7444         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7445         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7446         (nntp-open-netcat-stream): New function.
7447         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7448
7449 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7450
7451         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7452
7453 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7454
7455         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7456
7457 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7458
7459         * dns.el (dns-write): Use set-buffer-multibyte.
7460
7461 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7462
7463         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7464
7465 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * message.el (message-signature-separator): Change default.
7468         Improve custom type.
7469         (message-cite-function): Change default to
7470         message-cite-original-without-signature.
7471
7472         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7473         toggle.
7474
7475         * message.el (message-check-news-body-syntax): Fix signature check.
7476         (message-setup-1): Mark buffer as unmodified _after_ running
7477         message-setup-hook and handling message-alternative-emails.
7478         (message-shorten-references): Be more strict when building list of
7479         valid references to comply with GNKSA.
7480
7481         * gnus-group.el (gnus-read-ephemeral-bug-group)
7482         (gnus-read-ephemeral-debian-bug-group)
7483         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7484
7485         * message.el (message-info): Don't use booleanp which isn't supported
7486         in Emacs 21 and XEmacs.
7487
7488 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7491         gnus-group-gmane-group-download-format.
7492         (gnus-group-read-ephemeral-gmane-group): Rename from
7493         gnus-group-read-ephemeral-gmane-group.
7494         (gnus-read-ephemeral-gmane-group-url): Rename from
7495         gnus-group-read-ephemeral-gmane-group-url.
7496         (gnus-bug-group-download-format-alist): New variable.
7497         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7498         (gnus-read-ephemeral-emacs-bug-group): New commands.
7499
7500 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7503         (gnus-visible-headers): Improve custom type.
7504
7505 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * mml.el (mml-menu): Add workarounds for XEmacs.
7508
7509         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7510         X-Boundary header.
7511
7512         * message.el (message-simplify-recipients): Fix previous commit.
7513
7514 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7515
7516         * mm-util.el (mm-set-buffer-multibyte): New function.
7517         * mm-decode.el (mm-copy-to-buffer): Use it.
7518
7519         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7520         Prefer fboundp to functionp so it works with macros as well.
7521
7522 2008-03-19  Glenn Morris  <rgm@gnu.org>
7523
7524         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7525         Accidentally removed in the sync process with Emacs.
7526
7527 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * message.el (message-alter-recipients-discard-bogus-full-name):
7530         New function.
7531         (message-alter-recipients-function): New variable.
7532         (message-get-reply-headers): Use it.
7533         (message-replace-header): New helper function.
7534         (message-recipients-without-full-name): New variable.
7535         (message-simplify-recipients): New command.
7536
7537         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7538
7539         * message.el (message-info): Handle EasyPG manual.
7540
7541         * mml.el (mml-menu): Add entry for EasyPG.
7542
7543 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7544
7545         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7546         parameter.
7547
7548         * message.el (message-disassociate-draft): Specify drafts group name
7549         fully.
7550
7551 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7552
7553         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7554         Eliminate unnecessary duplicates from the match list.
7555
7556 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7559
7560         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7561
7562         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7563         args of `how-many' of which the XEmacs version doesn't take; declare
7564         Info-index-next as function.
7565
7566 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-score.el (gnus-score-headers): Fix handling of
7569         gnus-inhibit-slow-scoring.
7570
7571         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7572         string.
7573         (gnus-button-url-regexp): Improve handling of parenthesis.
7574         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7575         (gnus-button-handle-info-keystrokes): Handle index entries.
7576
7577 2008-03-15  Glenn Morris  <rgm@gnu.org>
7578
7579         * parse-time.el (parse-time-string): Simplify.
7580
7581 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7584         Incoming* files.
7585
7586 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7587
7588         * auth-source.el (auth-sources): Rename from auth-source-choices.
7589         (auth-source-pick): Use it.
7590
7591 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7592
7593         * binhex.el (binhex-decode-region-internal):
7594         * uudecode.el (uudecode-decode-region-internal):
7595         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7596         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7597         setting default-enable-multibyte-characters.
7598
7599 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7600
7601         * auth-source.el (auth-source-protocols)
7602         (auth-source-protocols-customize, auth-source-choices): Add and
7603         modified variable customizations and defaults.
7604         (auth-source-pick, auth-source-user-or-password)
7605         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7606         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7607         (auth-source-user-or-password-sftp)
7608         (auth-source-user-or-password-smtp): Use new variables and provide an
7609         interface to netrc.el.
7610
7611 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7614         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7615         Make sure the nntp port to specify is a string.
7616
7617 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7618
7619         * nntp.el: Use with-current-buffer.
7620         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7621         dubious mm-with-unibyte-current-buffer.
7622         (nntp-with-open-group-function): New function extracted from
7623         nntp-with-open-group macro.
7624         (nntp-with-open-group): Use the function, so it's easier to debug.
7625         Add indentation and debugging info.
7626         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7627         Recommend the use of the netcat alternatives.
7628
7629         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7630         Avoid mm-string-as-multibyte as well.
7631
7632         * nnweb.el (nnweb-insert-html):
7633         Remove use of nnheader-string-as-multibyte.
7634
7635         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7636         (nnheader-string-as-multibyte): Remove.
7637
7638         * mm-view.el: Use inhibit-read-only.
7639         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7640         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7641         or unibyte-string.
7642
7643         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7644         (mm-uu-yenc-extract): Use with-current-buffer.
7645
7646         * gnus-soup.el (gnus-soup-send-packet): Don't use
7647         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7648
7649         * nnmh.el: Use with-current-buffer.
7650         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7651         mm-string-as-multibyte on the output of mm-encode-coding-string.
7652
7653         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7654         (nnimap-request-move-article): Use with-current-buffer.
7655
7656         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7657         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7658         conversion uses string-make-unibyte rather than string-as-unibyte.
7659
7660         * gnus-msg.el: Use with-current-buffer.
7661
7662         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7663
7664 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7665
7666         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7667         string for caching if it is 'PIN.
7668
7669 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * lpath.el: Consider the case without Emacs/W3.
7672
7673 2008-03-08  Glenn Morris  <rgm@gnu.org>
7674
7675         * time-date.el (date-to-time, time-subtract, time-add)
7676         (safe-date-to-time): Doc fixes.
7677
7678 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * mail-source.el (mail-source-delete-old-incoming-confirm):
7681         Change default to nil.
7682         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7683
7684 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * lpath.el: Rearrange.
7687
7688         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7689         (gnus-article-goto-prev-page): Work for articles having ^L's.
7690
7691         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7692
7693         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7694
7695 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7696
7697         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7698         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7699         (gnus-bookmark-jump): Adjust some variable names.
7700
7701 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7702
7703         * auth-source.el: New package.
7704         (auth-source-choices): Add customization entry point variable.
7705
7706         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7707         bug.
7708
7709 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7712         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7713         (gnus-registry-install-shortcuts): Rename from
7714         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7715         the `gnus-registry-mark-map' keymap dynamically from
7716         `gnus-registry-marks'.  The generated functions update the summary line
7717         when a registry mark is added or deleted, and will call
7718         `gnus-registry-install-p' (see the comments in the code).
7719         (gnus-registry-user-format-function-M): Use concat intelligently.
7720
7721         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7722         the registry mark functions.
7723
7724 2008-03-05  Glenn Morris  <rgm@gnu.org>
7725
7726         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7727         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7728         gnus-art.
7729         (top-level): No need to load own source when compiling.
7730
7731 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7734         Suggested by <chris.anderton@zetnet.co.uk>.
7735
7736 2008-03-04  Glenn Morris  <rgm@gnu.org>
7737
7738         * gnus-sum.el (top-level): No need to require gnus when compiling,
7739         since unconditionally required near start of file.
7740         (gnus-summary-display-while-building): Move definition before use.
7741
7742 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7743
7744         * gnus-registry.el (gnus-registry-user-format-function-M):
7745         Add formatting function.
7746
7747 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7750         with plists.
7751         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7752         Use new format.
7753
7754 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7757         `where-is-internal' that returns a range of key sequences.
7758
7759 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7760
7761         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7762
7763         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7764         (gnus-summary-jump-to-group): Consider windows on other displayed
7765         frames as well.  Similar changes might be needed elsewhere, but that's
7766         the one I've bumped into during my use.
7767
7768         * nndoc.el (nndoc-oe-dbx-type-p):
7769         * gnus-msg.el (gnus-debug):
7770         * gnus-group.el (gnus-update-group-mark-positions):
7771         Use mm-string-to-multibyte.
7772
7773 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7776         doesn't handle NotDashEscaped.
7777
7778         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7779         (mml-dnd-attach-options): Fix typo in custom choice.
7780
7781         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7782         Change nndoc-article-type to mbox.
7783         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7784
7785         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7786         to nil, instead of html2text.
7787
7788         * imap.el (imap-debug): Add `imap-ping-server'.
7789
7790         * gnus-bookmark.el: Add FIXMEs.
7791
7792         * message.el (message-form-letter-separator)
7793         (message-send-form-letter-delay): New variables.
7794         (message-send-form-letter): Use them.  New command to send form
7795         letters.  Requested by Uwe Siart.
7796         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7797
7798 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * Update copyright years.
7801
7802 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         Sync from EMACS_22_BASE.
7805
7806         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7807
7808 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7809
7810         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7811         empty author.
7812
7813 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7814
7815         * gnus-registry.el (gnus-registry-marks): Add variable for
7816         customization of marks and their appearance.
7817         (gnus-registry-read-mark): Use it.
7818         (gnus-registry-do-marks): Add utility function to loop through
7819         `gnus-registry-marks'.
7820         (gnus-registry-install-shortcuts-and-menus): Add function to install
7821         shortcuts and menus.
7822         (gnus-registry-initialize): Use it.
7823         (gnus-registry-default-mark): Clarify documentation.
7824
7825 2008-02-29  Glenn Morris  <rgm@gnu.org>
7826
7827         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7828         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7829         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7830         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7831         Change defcustom :version from 23.0 to 23.1.
7832
7833 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * gnus-registry.el (gnus-registry-follow-group-p)
7836         (gnus-registry-post-process-groups): Add functions to aid registry
7837         splitting and improve logging.  Clarify behavior in function
7838         documentation.
7839         (gnus-registry-split-fancy-with-parent): Use them.
7840
7841 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7842
7843         * gnus-art.el: Use with-current-buffer.
7844
7845 2008-02-27  David Engster  <dengste@eml.cc>
7846
7847         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7848         Express real group name in the response.
7849
7850 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7853         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7854         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7855         autoload gnus-registry-fetch-group when compiling.
7856         (nnmairix-request-group-with-article-number-correction):
7857         Remove unreferenced argument passed to nnmairix-call-backend.
7858
7859 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7862         (mm-uu-extract): Improve face for low color ttys.
7863         Reported by Sascha Wilde.
7864
7865 2008-02-27  Glenn Morris  <rgm@gnu.org>
7866
7867         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7868         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7869         variables to defconsts.  Convert comments to doc-strings.
7870         (nnmairix-last-server, nnmairix-current-server): Convert from free
7871         variables to defvars.  Convert comments to doc-strings.
7872         (gnus-registry-fetch-group): Autoload.
7873         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7874         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7875         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7876         caddr.
7877         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7878         nnmairix-request-group-with-article-number-correction call.
7879         (nnmairix-fast, nnmairix-group): New, less general names, for free
7880         variables passed from nnmairix-request-group to
7881         nnmairix-request-group-with-article-number-correction.  Declare.
7882         (nnmairix-request-group-with-article-number-correction):
7883         Use nnmairix-fast, nnmairix-group rather than fast, group.
7884
7885 2008-02-26  David Engster  <dengste@eml.cc>
7886
7887         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7888         version 0.5.
7889
7890 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7891
7892         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7893         instead of making an extra function call.  Don't add the current group
7894         to articles only when they have the group.  Use
7895         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7896         Reported by David <de_bb@arcor.de>.
7897
7898 2008-02-24  Miles Bader  <miles@gnu.org>
7899
7900         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7901         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7902         (mm-find-mime-charset-region):
7903         * mm-bodies.el (mm-encode-body):
7904         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7905
7906 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7909         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7910
7911 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * mail-source.el (mail-source-delete-incoming): Change default.
7914         Supplement doc string.
7915
7916         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7917
7918 2008-02-14  Glenn Morris  <rgm@gnu.org>
7919
7920         * time-date.el (format-seconds): New function.
7921
7922 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * nnmail.el (nnmail-message-id-cache-file): Derive from
7925         `gnus-home-directory'.
7926
7927 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7930         Document negative prefix.
7931
7932         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7933
7934 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * message.el (message-unsent-separator): Add the Exim bounce
7937         separator.
7938
7939 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7940
7941         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7942         list.
7943         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7944         recipient/signer list.
7945
7946 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * Makefile.in (datarootdir): Define.
7949         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7950         name that might contain whitespace.
7951
7952 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7955         fbound (Emacs 23 unicode), signal an error.
7956
7957 2008-02-08  Glenn Morris  <rgm@gnu.org>
7958
7959         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7960
7961 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7962
7963         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7964         ports to the calls to `netrc-machine-user-or-password' in addition to
7965         "imap" and "imaps".
7966
7967 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7968
7969         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7970
7971         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7972
7973 2008-02-01  Kenichi Handa  <handa@m17n.org>
7974
7975         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7976         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7977         (rfc2104-hash): Convert the result of concat to unibyte string.
7978
7979 2008-02-01  Dave Love  <fx@gnu.org>
7980
7981         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7982         coding-system-for-read.
7983         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7984
7985 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7988         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7989         <hanche@math.ntnu.no>.
7990
7991 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7994
7995         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7996
7997 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7998
7999         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8000         * message.el (message-beginning-of-line): Use featurep instead of bound
8001         tests in order to resolve conditionals at compile time.
8002
8003 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8004
8005         * mail-source.el (mail-sources): Add `group' choice.
8006
8007         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8008         parameter `in-group' to control into which group the articles go.
8009         Add treatment of `group' mail-source.
8010
8011 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8014
8015         * mm-decode.el (mm-dissect-buffer): Decode description.
8016
8017         * mml.el (mml-to-mime): Encode message header first.
8018
8019 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8022         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8023
8024         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8025         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8026
8027 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8030
8031 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8034         prefix keys.
8035         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8036         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8037         gnus-xmas.el.
8038
8039         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8040         (gnus-xmas-article-describe-bindings): New function.
8041         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8042         gnus-xmas-article-describe-bindings.
8043
8044         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8045
8046 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8049         Add new variables for article mark management.
8050         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8051         list of extra data entries which, when present, will indicate that the
8052         article ID should not be trimmed from the registry.
8053         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8054         functions.
8055         (gnus-registry-read-mark): New function to read a mark name from the
8056         user.
8057         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8058         (gnus-registry-set-article-mark-internal): New functions to add and
8059         remove marks.
8060         (gnus-registry-get-article-marks): New function to show the marks for
8061         an article, or retrieve them for further use.
8062
8063 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8066         keys when no argument is given.
8067
8068 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * imap.el (imap-ping-server): New variable.
8071         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8072         (imap-ping-server): Minor doc string fixes.
8073
8074 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8075
8076         * imap.el (imap-ping-server): New function.
8077         (imap-opened): Call imap-ping-server.
8078
8079 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * gnus-sum.el (gnus-article-sort-by-random)
8082         (gnus-thread-sort-by-random): Fix doc strings.
8083         Reported by jidanni@jidanni.org.
8084
8085 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-article-describe-bindings): New function.
8088         (gnus-article-read-summary-keys): Use it.
8089         (gnus-article-mode-map): Bind `C-h b' to it.
8090
8091 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8094         XEmacs.
8095         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8096         Protect against non-character events.
8097
8098         * lpath.el: Fbind map-keymap for Emacs 21.
8099
8100 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8103         New command.
8104         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8105         instead of END.  Change name of the temp file.
8106         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8107         customizable.
8108
8109 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8112         bind `S W' to gnus-article-wide-reply-with-original; set default
8113         binding to gnus-article-read-summary-send-keys.
8114         (gnus-article-read-summary-keys): Fix the order of keys; display
8115         continuation keys correctly in the echo area; describe bindings
8116         correctly when keys end with `C-h'.
8117         (gnus-article-read-summary-send-keys): New function.
8118         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8119         Work for gnus-article-read-summary-send-keys; display continuation keys
8120         correctly in the echo area.
8121         (gnus-article-reply-with-original): Ignore prefix argument.
8122         (gnus-article-wide-reply-with-original): New function.
8123
8124         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8125         Emacs 21.
8126
8127 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8130         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8131
8132 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8135         (gnus-group-read-ephemeral-gmane-group): New command.
8136
8137 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8138
8139         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8140
8141 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * message.el (message-send-mail-function): Increase custom version.
8144
8145         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8146         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8147
8148 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8149
8150         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8151         for the cases where imap-authenticate is called with a nil buffer
8152         parameter.
8153
8154 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8157         html parts correctly; support forwarded messages.
8158         (gnus-article-browse-html-article): Remove work buffers.
8159
8160         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8161         compiling.
8162         (netrc-bound-and-true-p): New macro.
8163         (netrc-parse): Use it instead of bound-and-true-p that is not available
8164         in XEmacs 21.4.
8165
8166 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8167
8168         * gnus-registry.el (gnus-registry-mark-article)
8169         (gnus-registry-article-marks): Add functionality to mark articles
8170         through the Gnus registry.
8171
8172         * encrypt.el: Clarify documentation for the new pgg method.
8173         (encrypt-file-alist): Add PGG option.
8174         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8175         functionality.  Abstract password key and messaging to external
8176         functions.
8177         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8178         (encrypt-message-method-and-cipher): Add new convenience external
8179         functions.
8180         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8181         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8182
8183         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8184         (netrc-parse): Use encrypt-file-alist to determine if
8185         encrypt-find-model or encrypt-insert-file-contents should be used.
8186
8187         * encrypt.el: Clarify documentation.  Load password-cache or
8188         password, whichever one is found first, instead of autoloading.
8189
8190 2007-12-19  Glenn Morris  <rgm@gnu.org>
8191
8192         * mml.el (message-options-set, message-narrow-to-head)
8193         (message-in-body-p, message-mail-p, message-encode-message-body):
8194         Autoload.
8195         (message-remove-header, message-narrow-to-headers-or-head)
8196         (message-subscribed-p, message-make-mail-followup-to)
8197         (message-position-on-field, message-news-p)
8198         (message-options-set-recipient, message-generate-headers)
8199         (message-sort-headers): Declare as functions.
8200
8201 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8204         convention in doc string.
8205
8206 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8209         title to html parts.
8210         (gnus-article-browse-html-article): Pass message header to it.
8211
8212         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8213
8214 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8217         or password compatible with XEmacs.
8218
8219 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8222         format document.
8223         (gnus-mime-delete-part): Don't write description line if empty.
8224         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8225
8226 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8227
8228         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8229         (gnus-summary-mark-read-and-unread-as-read)
8230         (gnus-summary-mark-current-read-and-unread-as-read)
8231         (gnus-summary-mark-unread-as-ticked): Doc fix.
8232         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8233
8234 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8237         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8238
8239 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8242         yes-or-no-p.
8243
8244 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * mm-decode.el (mm-add-meta-html-tag): New function.
8247         (mm-save-part-to-file, mm-pipe-part): Use it.
8248
8249         * gnus-art.el (gnus-article-browse-delete-temp-files):
8250         Use gnus-y-or-n-p instead of y-or-n-p.
8251         (gnus-article-browse-html-parts): Work with message/external-body; use
8252         mm-add-meta-html-tag.
8253
8254 2007-12-11  Glenn Morris  <rgm@gnu.org>
8255
8256         * gnus-cache.el: Require gnus-sum not just when compiling.
8257
8258         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8259
8260         * gnus-int.el (gnus-server-opened, gnus-status-message):
8261         Move definitions before use.
8262
8263         * mm-decode.el: Require gnus-util.
8264         (mm-remove-part): Only call delete-annotation on XEmacs.
8265
8266         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8267
8268         * nnmail.el: Require gnus-int.
8269
8270         * spam.el: Move `require's before `eval-when-compile's.
8271
8272         * gnus-ems.el (gnus-alive-p):
8273         * gnus-fun.el (message-goto-eoh):
8274         * gnus-util.el (gnus-group-name-decode):
8275         * mail-source.el (gnus-compress-sequence):
8276         * message.el (Info-goto-node, format-spec):
8277         * mm-bodies.el (message-options-get):
8278         * mm-decode.el (mm-view-pkcs7):
8279         * mm-util.el (gmm-write-region):
8280         * mml-smime.el (mml-compute-boundary)
8281         (gnus-completing-read-with-default):
8282         * mml.el (widget-button-press, gnus-make-hashtable):
8283         * mml1991.el (mm-decode-content-transfer-encoding)
8284         (mm-encode-content-transfer-encoding)
8285         (message-options-get, message-options-set):
8286         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8287         * nnfolder.el (gnus-request-group):
8288         * nnheader.el (ietf-drums-unfold-fws):
8289         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8290         * smime.el (gnus-run-mode-hooks):
8291         * spam-stat.el (gnus-message): Autoload.
8292
8293         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8294         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8295         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8296         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8297         Add declare-function compatibility definition.
8298
8299         * gnus-cache.el (nnvirtual-find-group-art):
8300         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8301         (gnus-add-image, gnus-add-wash-type):
8302         * gnus-group.el (nnkiboze-score-file):
8303         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8304         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8305         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8306         (message-tokenize-header, gnus-get-buffer-create)
8307         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8308         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8309         * gnus.el (gnus-group-decoded-name):
8310         * mail-source.el (imap-capability):
8311         * mm-bodies.el (message-options-set):
8312         * mm-decode.el (gnus-configure-windows):
8313         * mm-extern.el (message-goto-body):
8314         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8315         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8316         (epg-sub-key-validity, message-options-set):
8317         * mml.el (widget-event-point, gnus-configure-windows):
8318         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8319         * mml2015.el (epg-check-configuration, epg-configuration)
8320         (message-options-set):
8321         * nndb.el (nndb-request-article):
8322         * nnfolder.el (gnus-request-create-group):
8323         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8324         * nnmaildir.el (gnus-group-mark-article-read):
8325         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8326         * rfc1843.el (message-fetch-field):
8327         * spam.el (gnus-extract-address-components):
8328         Declare as functions.
8329
8330 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8333
8334         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8335
8336         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8337         bind show-trailing-whitespace for XEmacs.
8338
8339 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8342         new no-op macro for backward compatibility.
8343
8344         * imap.el (imap-string-to-integer): New function.
8345
8346 2007-12-09  Glenn Morris  <rgm@gnu.org>
8347
8348         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8349
8350         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8351         * message.el, mm-view.el, sieve-manage.el, smime.el:
8352         Add declare-function compatibility definition.
8353
8354         * gnus-art.el (w3-region, w3m-region, Info-menu):
8355         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8356         * gnus-sum.el (gnus-get-predicate):
8357         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8358         * message.el (mail-abbrev-in-expansion-header-p):
8359         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8360         (w3m-detect-meta-charset, w3m-region):
8361         * sieve-manage.el (password-read, password-cache-add)
8362         (password-cache-remove):
8363         * smime.el (password-read-and-add): Declare as functions.
8364
8365 2007-12-08  David Kastrup  <dak@gnu.org>
8366
8367         * gnus-sum.el (gnus-summary-simplify-subject-query):
8368         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8369         `message'.
8370
8371 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8374         it to bind idna-program, installation-directory, defined-colors, and
8375         face-attribute for XEmacs of the version that compiles defcustom forms.
8376
8377 2007-12-07  Glenn Morris  <rgm@gnu.org>
8378
8379         * gnus-art.el (article-make-date-line): Revert previous change.
8380
8381 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8384
8385 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8386
8387         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8388         Call gnus-add-to-range ranges only once with a prepared article-list.
8389
8390 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8391
8392         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8393         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8394         group names with backslashes.
8395         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8396
8397 2007-12-06  Deepak Goel  <deego3@gmail.com>
8398
8399         * gnus-art.el (article-make-date-line):
8400         * gnus-start.el (gnus-load):
8401         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8402
8403 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-art.el (gnus-use-idna)
8406         * gnus-start.el (gnus-site-init-file)
8407         * message.el (message-use-idna)
8408         * mm-uu.el (mm-uu-hide-markers)
8409         * smiley.el (smiley-style): Revert changes that suppress warnings.
8410
8411 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8414         specify charset to html source.
8415         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8416
8417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8420         idna-program in order to suppress byte compile warning issued by XEmacs
8421         that came to byte compile the default value section of defcustom forms
8422         recently.
8423
8424         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8425         value of installation-directory.
8426
8427         * message.el (message-use-idna): Don't directly refer to the value of
8428         idna-program.
8429
8430         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8431
8432         * smiley.el (smiley-style): Don't directly call face-attribute.
8433
8434 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8437
8438         * gnus-dired.el: Reduce Gnus dependencies.
8439         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8440         Don't require.  Use autoloads instead.
8441         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8442         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8443         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8444         (gnus-dired-mode): Adjust doc string.
8445         (gnus-dired-mail-mode): New variable.
8446         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8447         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8448         (gnus-dired-mail-buffers): New function.  Return mail or message
8449         composition buffers.
8450         (gnus-dired-attach): Use it.
8451         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8452         NO-DECODE.
8453         (gnus-dired-print): Use `gnus-print-buffer' depending on
8454         `gnus-dired-mail-mode'.
8455
8456 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * rfc2047.el (rfc2047-encoded-word-regexp)
8459         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8460         explaining what regexp patterns are for.
8461
8462 2007-12-04  Glenn Morris  <rgm@gnu.org>
8463
8464         * password.el: Move to password-cache.el.
8465
8466         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8467         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8468         * mml-smime.el (password-read, password-cache-add)
8469         (password-cache-remove):
8470         No need to autoload, since mml-sec requires password.
8471
8472         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8473         * message.el (gnus-extract-address-components):
8474         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8475
8476         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8477         password.
8478
8479 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * mailcap.el: Reduce dependencies.
8482         (mail-header-parse-content-type): Autoload.
8483         (mailcap-delete-duplicates): New alias.
8484         (mailcap-mime-info): Add optional argument NO-DECODE.
8485         (mailcap-mime-types): Use mailcap-delete-duplicates.
8486
8487         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8488
8489 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8490
8491         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8492         (imap-parse-status): Upcase status-att for servers that sends them
8493         lower-case (e.g., MS Exchange 2007).
8494
8495 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8498         function.
8499
8500         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8501         (gnus-uu-yenc-article): New function.
8502
8503         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8504
8505         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8506
8507 2007-12-02  Glenn Morris  <rgm@gnu.org>
8508
8509         * binhex.el (binhex): New custom group.
8510         (binhex-decoder-program, binhex-decoder-switches)
8511         (binhex-use-external): Move to the binhex custom group.
8512
8513         * uudecode.el (uudecode): New custom group.
8514         (uudecode-decoder-program, uudecode-decoder-switches)
8515         (uudecode-use-external): Move to the uudecode custom group.
8516
8517         * netrc.el (top-level): Don't load `encrypt' features.
8518         (netrc-parse): Don't use encrypt.
8519         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8520
8521         * encrypt.el: Remove file.
8522
8523 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8526         matches on patches.
8527
8528         * gnus-art.el (gnus-article-browse-html-article):
8529         Mention `mm-text-html-renderer' in the doc string.
8530
8531         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8532         string.  Add comments.
8533
8534         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8535         if rhs is ASCII.
8536
8537 2007-12-01  Glenn Morris  <rgm@gnu.org>
8538
8539         * mail-source.el (top-level): Require format-spec before
8540         eval-when-compile.
8541
8542 2007-11-30  Glenn Morris  <rgm@gnu.org>
8543
8544         * encrypt.el: Require password, rather than autoloading password-read.
8545
8546 2007-11-29  Glenn Morris  <rgm@gnu.org>
8547
8548         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8549         (sasl-make-client, sasl-next-step, sasl-step-data)
8550         (sasl-step-set-data): Declare as functions.
8551
8552 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8555
8556 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8557
8558         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8559         certs should be verified and what is to be done in the event of a
8560         verification failure.
8561
8562         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8563         caller can indicate whether the cache should be disregarded for this
8564         call.  This way the result of the call is reproducible at all times and
8565         can be considered a canonical server name for the supplied method.
8566         (gnus-agent-method-p): Canonicalize server names by pushing their
8567         method through `gnus-method-to-server' using the no-cache argument.
8568
8569         * gnus-srvr.el (gnus-server-insert-server-line):
8570         Call `gnus-method-to-server' with `no-cache' argument.
8571
8572         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8573         gnus-agent-possibly-synchronize-flags as this should be called when the
8574         server is actually being opened.
8575         (gnus-agent-possibly-synchronize-flags)
8576         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8577         flags file of an agentized server to the latter function.
8578
8579         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8580         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8581         after a connection has been established successfully.
8582
8583 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (article-display-face): Force to display face if called
8586         interactively; check if gnus-article-x-face-too-ugly matches author.
8587         (article-display-x-face): Display face even if From header is missing
8588         as article-display-face does.
8589
8590 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8591
8592         * hashcash.el (message-narrow-to-headers-or-head)
8593         (message-fetch-field, message-goto-eoh)
8594         (message-narrow-to-headers): Declare as functions.
8595
8596 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * mail-source.el (mail-sources): Default to fetch from file for
8599         compatibility with default of nnmail-spool-file.
8600
8601 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8604         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8605         to look for encoded word that should be encoded again.
8606         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8607         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8608         encoding pattern.
8609         (rfc2047-decode-region): Switch strict regexp and loose one according
8610         to rfc2047-allow-irregular-q-encoded-words.
8611
8612 2007-11-25  Romain Francoise  <romain@orebokech.com>
8613
8614         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8615
8616 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * tls.el (tls-program): Provide more custom choices from
8619         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8620         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8621
8622 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8625         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8626
8627         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8628         `nnmail-spool-file'.
8629
8630         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8631         `nnmail-spool-file'.
8632
8633         * gnus-move.el (gnus-change-server): Ditto.
8634
8635         * gnus-kill.el (gnus-batch-score): Ditto.
8636
8637         * gnus-cache.el (gnus-jog-cache): Ditto.
8638
8639         * gnus-msg.el (gnus-summary-reply):
8640         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8641
8642 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8645         version.  Minor improvement to doc strings.
8646         (tls-program): Add comment.
8647
8648 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8649
8650         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8651         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8652         mismatch between the hostname provided in the certificate and the name
8653         of the host connnecting to.
8654         (open-tls-stream): Use them.  Check certificates against trusted root
8655         certificates.
8656
8657 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gnus-cache.el (gnus-cache-generate-nov-databases):
8660         Use nnml-generate-nov-databases-directory instead of
8661         nnml-generate-nov-databases-1.
8662
8663 2007-11-24  Glenn Morris  <rgm@gnu.org>
8664
8665         * message.el (message-tool-bar-retro): Update for rename
8666         mail_send.xpm->mail-send.xpm.
8667
8668 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8671         `smime-ldap-search' for Emacs 22 and up.
8672
8673 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8674
8675         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8676
8677         * message.el (message-send-mail-function): Fix error convention.
8678         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8679         (message-widen-reply, message-send-mail, message-talkative-question)
8680         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8681         (message-clone-locals, message-send-news): Use with-current-buffer.
8682         (message-insert-or-toggle-importance): Remove unused var `valid'.
8683         (message-make-references): Remove unused var `new-references'.
8684         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8685
8686 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8687
8688         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8689         (spam-split-symbolic-return-positive): Reflow docstring.
8690         (spam-backends, spam-summary-exit-behavior)
8691         (spam-mark-ham-unread-before-move-from-spam-group)
8692         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8693         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8694         (spam-clear-cache, spam-backend-check, spam-install-backend)
8695         (spam-install-statistical-backend, spam-list-of-processors)
8696         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8697         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8698         (spam-check-crm114, spam-initialize, spam-unload-hook):
8699         Fix typos in docstrings.
8700
8701 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8704         been checked if they have never been read and those group levels are
8705         higher than the one that a user specified.
8706
8707 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8710         foreign groups unless a group level is specified by a user.
8711         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8712
8713 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * message.el (message-send-mail-function): Require sendmail.
8716
8717 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * message.el (message-send-mail-function): Check for smtpmail too.
8720
8721         * utf7.el (utf7-encode, utf7-decode): Use coding system
8722         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8723
8724         * message.el (message-send-mail-function): New function.
8725         (message-send-mail-function): Set default using
8726         message-send-mail-function.  Adjust doc string.
8727         (message-send-mail-with-mailclient): New function.
8728
8729 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8730
8731         * smime.el (from):
8732         * rfc2047.el (message-posting-charset):
8733         * qp.el (mm-use-ultra-safe-encoding):
8734         * pop3.el (parse-time-months):
8735         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8736         * nnml.el (files):
8737         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8738         (jka-compr-compression-info-list, ange-ftp-path-format)
8739         (efs-path-regexp):
8740         * nndiary.el (files):
8741         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8742         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8743         (epg-digest-algorithm-alist, inhibit-redisplay)
8744         (password-cache-expiry):
8745         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8746         (pgg-output-buffer, password-cache-expiry):
8747         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8748         (efs-path-regexp):
8749         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8750         (inhibit-redisplay):
8751         * mm-uu.el (file-name, start-point, end-point, entry)
8752         (gnus-newsgroup-name, gnus-newsgroup-charset):
8753         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8754         (latin-unity-ucs-list):
8755         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8756         (mm-uu-binhex-decode-function):
8757         * message.el (gnus-message-group-art, gnus-list-identifiers)
8758         (rmail-enable-mime-composing, gnus-local-organization)
8759         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8760         (gnus-read-active-file, facemenu-add-face-function)
8761         (facemenu-remove-face-function, gnus-article-decoded-p)
8762         (tool-bar-mode):
8763         * mail-source.el (display-time-mail-function):
8764         * gnus-util.el (nnmail-pathname-coding-system)
8765         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8766         (gnus-original-article-buffer, gnus-user-agent)
8767         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8768         (xemacs-codename, sxemacs-codename, emacs-program-version):
8769         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8770         * gnus-start.el (gnus-agent-covered-methods)
8771         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8772         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8773         (gnus-newsgroup-headers, gnus-group-list-mode)
8774         (gnus-group-mark-positions, gnus-newsgroup-data)
8775         (gnus-newsgroup-unreads, nnoo-state-alist)
8776         (gnus-current-select-method, mail-sources)
8777         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8778         (nnmail-spool-file, gnus-cache-active-hashtb):
8779         * gnus-mh.el (mh-lib-progs):
8780         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8781         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8782         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8783         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8784         (gnus-group-buffer):
8785         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8786         (font-lock-set-defaults):
8787         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8788         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8789         (gnus-summary-post-menu, total-parts, type, condition, length):
8790         * gnus-agent.el (gnus-agent-read-agentview):
8791         * flow-fill.el (show-trailing-whitespace):
8792         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8793         eval-and-compile wrappers for byte compiler pacifiers.
8794
8795         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8796         (mm-display-inline-fontify): Check for featurep 'xemacs not
8797         extent-list.
8798
8799         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8800         itimer-list.
8801         (mm-create-image-xemacs): Only do something for XEmacs.
8802         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8803
8804         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8805
8806         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8807         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8808
8809 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8810
8811         * nnimap.el (nnimap-split-download-body):
8812         * gnus-demon.el (gnus-demon):
8813         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8814
8815 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8818         New macros.
8819         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8820         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8821         copy data from unibyte buffer to multibyte current buffer.
8822         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8823         to copy data from unibyte current buffer to multibyte buffer.
8824         (nntp-make-process-buffer): Make process buffer unibyte.
8825
8826         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8827
8828 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8829
8830         * pop3.el (pop3-open-server): Accept and process data more robustly at
8831         connexion start to avoid spurious "POP SSL connexion failed" errors.
8832
8833 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8836         read group names.
8837
8838 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8841
8842 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8845         (nnmail-save-active): Use a unibyte buffer when saving active file,
8846         which may contain non-ASCII group names.
8847
8848         * nnml.el (nnml-request-group): Decode group names in messages.
8849
8850 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * message.el (message-citation-line-function)
8853         (message-insert-formatted-citation-line): Fix spelling of
8854         `message-insert-formated-citation-line'.
8855
8856 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8859
8860 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8863         nnmail-pathname-coding-system.
8864
8865         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8866         that a user enters; decode group names in messages.
8867
8868         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8869
8870 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8873
8874         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8875
8876         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8877         risky local variable.
8878
8879         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8880
8881 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * encrypt.el: Improve documentation to fix function name typo.
8884         Reported by Daiki Ueno <ueno@unixuser.org>.
8885
8886 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8889         even if the point is not in the last page of an article.
8890         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8891         back to the previous page.
8892
8893 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8896
8897 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8900
8901 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8902
8903         * message.el (message-check-news-body-syntax):
8904         Avoid mm-string-as-multibyte.
8905         (message-hide-headers): Don't assume (point-min)==1.
8906
8907 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * message.el (message-remove-blank-cited-lines): Fix if remove is
8910         given.
8911         (message-bogus-address-regexp): New variable.
8912         (message-bogus-recipient-p): New function.
8913         (message-check-recipients): New command.
8914         (message-syntax-checks): Add `bogus-recipient'.
8915         (message-fix-before-sending): Add `bogus-recipient'.
8916
8917         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8918         (gnus-treat-body-boundary): Don't test window-system.
8919
8920 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8921
8922         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8923
8924 2007-10-28  Miles Bader  <miles@gnu.org>
8925
8926         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8927         at compile-time too.
8928
8929 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus-msg.el (gnus-message-setup-hook):
8932         Add `message-remove-blank-cited-lines' to options.
8933
8934 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * message.el (message-remove-blank-cited-lines): New function.
8937         Suggested by Karl Plästerer.
8938
8939 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8942         mapc.
8943
8944         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8945         (top-level): Use mapc to set functions to be traced for debugging.
8946
8947         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8948         called for effect with while loop.
8949
8950         * message.el (message-talkative-question): Replace mapcar called for
8951         effect with mapc.
8952
8953         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8954         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8955         called for effect with dolist.
8956
8957         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8958
8959         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8960         gnus-extra-headers and nnmail-extra-headers.
8961
8962         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8963         called for effect with dolist.
8964         (top-level): Use mapc to set functions to be traced for debugging.
8965
8966         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8967         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8968         dolist.
8969
8970         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8971         Replace mapcar called for effect with mapc.
8972         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8973         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8974         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8975         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8976
8977         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8978         remove-if that's a cl function.
8979
8980         * webmail.el (webmail-debug): Replace mapcar called for effect with
8981         dolist.
8982
8983         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8984         with mapc.
8985
8986 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8989         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8990         with while loop.
8991
8992         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8993         functions from article-* functions.
8994         (gnus-multi-decode-header): Replace mapcar called for effect with
8995         dolist.
8996
8997         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8998         (gnus-bookmark-show-details): Replace mapcar called for effect with
8999         while loop.
9000
9001         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9002         called for effect with while loop.
9003
9004         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9005         with dolist.
9006
9007         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9008         Replace mapcar called for effect with dolist.
9009
9010         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9011
9012         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9013         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9014         Replace mapcar called for effect with dolist.
9015         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9016         mapc.
9017
9018         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9019         Replace mapcar called for effect with dolist.
9020         (gnus-topic-list): Replace mapcar called for effect with mapc.
9021
9022         * gnus.el: Use mapc instead of mapcar to add autoloads.
9023
9024 2007-10-23  Richard Stallman  <rms@gnu.org>
9025
9026         * gnus-group.el (gnus-group-highlight): Mark as risky.
9027
9028 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus.el (gnus-server-to-method): Return method found first in
9031         gnus-newsrc-alist.
9032
9033         * gnus-art.el (gnus-article-highlight-signature)
9034         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9035         button overlay without the front stickiness.
9036
9037 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9038
9039         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9040         overview buffer needed a catch to receive its throw.
9041         (gnus-agent-flush-cache): Declare as interactive to make this function
9042         easier to use.
9043
9044 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9047         `next-line'.
9048
9049 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9052         exclude address matching message-dont-reply-to-names.
9053
9054 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-util.el (gnus-string<): New function.
9057
9058         * gnus-sum.el (gnus-article-sort-by-author)
9059         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9060
9061 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9064         the frame-focus tag is set in gnus-buffer-configuration.
9065
9066 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9069         the front stickiness.
9070
9071 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9074         url pattern; remove duplicate one.
9075         (gnus-article-extend-url-button): New function.
9076         (gnus-article-add-buttons): Use it.
9077         (gnus-button-push): Use concatenated url that it makes.
9078
9079 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9080
9081         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9082
9083 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9084
9085         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9086         Don't hardcode point-min==1.
9087
9088 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9091         Fix comment about "iso8859-1".
9092
9093 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9094
9095         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9096         ones returned from the verify-function.
9097
9098         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9099         Call mml2015-extract-cleartext-signature if extraction failed.
9100
9101 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9102
9103         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9104         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9105         failed.
9106
9107 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9110
9111 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9114         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9115         recommends to use EasyPG instead of PGG.
9116
9117         * pgg.el: Revert to revision 6.23.2.16.
9118
9119         * pgg-def.el: Revert to revision 6.6.2.14.
9120
9121         * pgg-gpg.el: Revert to revision 6.23.2.34.
9122
9123 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9124
9125         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9126         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9127         thread for both the null and zero (kill/expire thread) universal prefix
9128         cases.
9129         (gnus-summary-expire-thread): Add new function to expire a thread,
9130         using gnus-summary-kill-thread.
9131         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9132         shortcuts for gnus-summary-expire-thread.
9133         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9134         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9135
9136 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9137
9138         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9139         extras value, so an extras entry can be deleted.
9140         (gnus-registry-delete-extra-entry): Use it.
9141         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9142         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9143         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9144         storage through the gnus-registry, and provide an appropriate API for
9145         it.
9146
9147 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9150         Suggested by Leo <sdl.web@gmail.com>.
9151
9152         * gnus.el: Do.
9153
9154 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9157         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9158
9159         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9160
9161         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9162         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9163
9164 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9167         newline.
9168         (nnmbox-request-accept-article): Don't change article in source buffer;
9169         narrow to header to use message-fetch-field rather than
9170         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9171         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9172         as delimiters; make sure article ends with newline.
9173         (nnmbox-delete-mail): Correct last position of article to be deleted;
9174         ignore X-Gnus-Newsgroup header in article body.
9175         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9176         positions; make sure article ends with newline.
9177
9178         * message.el (message-display-abbrev): Don't infloop when a user
9179         inserts SPC in the beginning of header.
9180
9181         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9182         coding-system-for-read and coding-system-for-write for XEmacs having no
9183         file-coding feature.
9184
9185         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9186
9187 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9188
9189         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9190         list of groups not followed by default.  Fix type to be regexp.
9191         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9192
9193 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9194
9195         * hmac-def.el (define-hmac-function): Switch from old-style to
9196         new-style backquotes.
9197
9198         * md4.el (md4-make-step): Likewise.
9199
9200 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9203         raw-text coding system when saving .newsrc file, which may contain
9204         non-ASCII group names.
9205
9206 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-cus.el (gnus-score-extra): New widget.
9209         (gnus-score-extra-convert): New function.
9210         (gnus-score-customize): Use it for Extra.
9211
9212 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9213
9214         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9215         (mml2015-mailcrypt-clear-verify): Use it.
9216         (mml2015-gpg-clear-verify): Use it.
9217         (mml2015-pgg-clear-verify): Use it.
9218         (mml2015-epg-clear-verify): Replace the current part with the output
9219         from GnuPG; don't extract the plaintext by itself.
9220
9221         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9222         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9223         mml2015-clear-verify-function; don't touch the armor headers or
9224         dash-escaped text here.
9225
9226 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9229         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9230         parts, or application/octet-stream as a last resort.
9231         (gnus-mime-view-part-as-type): Don't toggle display.
9232         (gnus-mime-view-part-as-charset): Don't turn off display before
9233         querying charset.
9234
9235         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9236         stuff to undisplayer function in Emacs.
9237         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9238
9239         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9240         text/calendar parts.
9241
9242 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9245         decoding text/calendar parts.
9246
9247         * message.el (message-forward-make-body-mime): Always mark body as
9248         having no illegible text; remove signed-or-encrypted argument.
9249         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9250
9251         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9252         (mml-generate-mime-1): Don't encode body if it is specified to be in
9253         raw form; don't make buffer be unibyte when inserting multibyte string.
9254
9255 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9256
9257         * sha1.el: Fix up comment style.
9258         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9259         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9260
9261         * hex-util.el: Fix up comment style.
9262         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9263
9264         * gnus-salt.el: Use with-current-buffer.
9265         (gnus-pick-setup-message): Fix long-standing typo.
9266
9267 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * imap.el (imap-logout-timeout): New variable.
9270         (imap-logout, imap-logout-wait): New functions.
9271         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9272
9273         * nnimap.el (nnimap-logout-timeout): New server variable.
9274         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9275         nnimap-logout-timeout.
9276
9277         * gnus-art.el (gnus-article-summary-command-nosave)
9278         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9279
9280 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus.el (gnus-maximum-newsgroup): New variable.
9283
9284         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9285         according to gnus-maximum-newsgroup.
9286
9287         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9288         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9289         Limit the range of articles according to gnus-maximum-newsgroup.
9290
9291 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9292
9293         * gnus-art.el (gnus-sticky-article): Fix problems described in
9294         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9295         Don't perform gnus-configure-windows here; reuse existing sticky
9296         article buffer.
9297
9298         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9299         it doesn't exist in gnus-article-mode.
9300
9301 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9304         (gnus-agent-decoded-group-name): New function.
9305         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9306         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9307
9308 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9309
9310         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9311         Add binding for gnus-sticky-article.
9312         (gnus-summary-exit): Don't kill sticky article buffers.
9313
9314         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9315         article buffer.
9316         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9317         (gnus-kill-sticky-article-buffers): New commands.
9318
9319 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * nntp.el (nntp-xref-number-is-evil): New server variable.
9322         (nntp-find-group-and-number): If it is non-nil, don't trust article
9323         numbers in the Xref header.
9324
9325 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-agent.el (gnus-agent-read-group): New function.
9328         (gnus-agent-flush-group, gnus-agent-expire-group)
9329         (gnus-agent-regenerate-group): Use it.
9330         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9331         nnmail-pathname-coding-system.
9332
9333 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9336
9337         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9338         that are unread as unread, and also as selected so that information of
9339         marks having been changed by a user may be updated when exiting group.
9340
9341 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9344
9345 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9348         calculated ignoring signature parts to gnus-treat-article.
9349
9350 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9353         a point here in order to keep the window start.
9354         (gnus-insert-mime-security-button): Make a button overlay without the
9355         front stickiness.
9356         (gnus-mime-display-security): Goto the end of a button.
9357
9358         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9359
9360 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9363         group-name-at-point.
9364         (gnus-group-completing-read): New function that offers decoded
9365         non-ASCII group names for completion.
9366         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9367         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9368         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9369         (gnus-group-fetch-control): Use it.
9370         (gnus-fetch-group): Use group-name-at-point for the initial value
9371         rather than the default value; use gnus-alive-p.
9372
9373         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9374         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9375         (gnus-summary-post-news): Use gnus-group-completing-read.
9376
9377         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9378         (gnus-read-move-group-name): Decode group name for completion.
9379
9380 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9383         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9384         Yamaoka slightly modified the code).
9385
9386 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9389         (nnmail-split-incoming): Bind it.
9390
9391         * nnml.el (nnml-group-name-charset): New function.
9392         (nnml-decoded-group-name): Use it; don't decode group name if
9393         nnmail-group-names-not-encoded-p is non-nil.
9394         (nnml-encoded-group-name): New function.
9395         (nnml-group-pathname): Inline nnml-decoded-group-name.
9396         (nnml-request-expire-articles): Decode group name in message.
9397         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9398         nnmail-pathname-coding-system.
9399         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9400         not decoded ones according to nnmail-group-names-not-encoded-p.
9401         (nnml-generate-active-info): Use nnml-encoded-group-name.
9402
9403 2007-08-08  Glenn Morris  <rgm@gnu.org>
9404
9405         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9406         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9407         doc-strings and comments.
9408
9409 2007-07-25  Glenn Morris  <rgm@gnu.org>
9410
9411         * Relicense all FSF files to GPLv3 or later.
9412
9413 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-sum.el (gnus-summary-move-article):
9416         Make gnus-summary-respool-article work.
9417
9418 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9421         string.
9422
9423 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9424
9425         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9426         that should be ignored when comparing distant RSS articles with local
9427         ones.
9428         (nnrss-make-hash-index): New function.  Create a hash index according
9429         to the ignored fields.
9430         (nnrss-check-group): Use it.
9431
9432 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9435
9436         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9437
9438         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9439         the new optional argument ENCODED is non-nil.
9440         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9441         coding system for encoding group name.
9442         (gnus-group-make-rss-group): Pass un-encoded group name to
9443         gnus-group-make-group.
9444         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9445         encoded.
9446
9447         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9448         Encode group name to which articles are moved or copied.
9449         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9450         coding system for encoding Newsgroup, Followup-To and Xref headers.
9451
9452         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9453         marks; use nnheader-file-coding-system to write a file.
9454         (nnagent-retrieve-headers): Bind file-name-coding-system to
9455         nnmail-pathname-coding-system.
9456
9457         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9458
9459         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9460         (nnml-request-article, nnml-request-create-group)
9461         (nnml-request-rename-group, nnml-find-id)
9462         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9463         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9464         (nnml-save-marks): Use nnml-group-pathname instead of
9465         nnmail-group-pathname.
9466
9467         (nnml-request-create-group, nnml-request-expire-articles)
9468         (nnml-request-move-article, nnml-request-delete-group)
9469         (nnml-deletable-article-p, nnml-possibly-create-directory)
9470         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9471         (nnml-open-marks): Bind file-name-coding-system to
9472         nnmail-pathname-coding-system.
9473
9474         (nnml-request-article): Pass server argument to nnml-find-group-number.
9475         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9476         Pass server argument to nnml-possibly-create-directory.
9477         (nnml-request-accept-article): Pass server argument to
9478         nnml-active-number and nnml-save-mail.
9479         (nnml-find-group-number): Pass server argument to nnml-find-id.
9480         (nnml-request-update-info): Pass server argument to
9481         nnml-marks-changed-p.
9482
9483         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9484         (nnml-save-mail, nnml-active-number): Add server argument.
9485
9486         (nnml-request-delete-group): Warn if group is missing.
9487         (nnml-get-nov-buffer): Decode group name.
9488         (nnml-generate-active-info): Encode group name.
9489         (nnml-open-marks): Decode group name in messages.
9490
9491 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9494         if it is not specified.
9495         (gnus-article-pipe-part, gnus-article-save-part)
9496         (gnus-article-interactively-view-part, gnus-article-copy-part)
9497         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9498         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9499         (gnus-article-replace-part, gnus-article-delete-part)
9500         (gnus-article-view-part-as-type): Pass raw prefix argument to
9501         gnus-article-part-wrapper.
9502
9503 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-agent.el (gnus-agent-save-active):
9506         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9507
9508         * gnus-cache.el (gnus-cache-save-buffers)
9509         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9510         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9511         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9512         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9513         (gnus-cache-generate-active, gnus-cache-rename-group)
9514         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9515         (gnus-cache-update-overview-total-fetched-for):
9516         Bind file-name-coding-system to nnmail-pathname-coding-system.
9517         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9518         New variables.
9519         (gnus-cache-decoded-group-name): New function.
9520         (gnus-cache-file-name): Use it.
9521         (gnus-cache-generate-active): Use non-decoded group name for active.
9522
9523         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9524         right place.
9525         (gnus-write-active-file): Don't break non-ASCII group names.
9526
9527         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9528         nnmail-pathname-coding-system.
9529
9530         * lpath.el: Bind default-file-name-coding-system,
9531         file-name-coding-system and language-info-alist for XEmacs.
9532
9533         * gnus-uu.el (gnus-uu-decode-save): Typo.
9534
9535 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9538
9539 2007-07-14  David Kastrup  <dak@gnu.org>
9540
9541         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9542         finishing actions if we did not edit the article.
9543
9544 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9547         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9548         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9549         (gnus-agent-flush-group, gnus-agent-flush-cache)
9550         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9551         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9552         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9553         (gnus-agent-regenerate-group)
9554         (gnus-agent-update-files-total-fetched-for)
9555         (gnus-agent-update-view-total-fetched-for):
9556         Bind file-name-coding-system to nnmail-pathname-coding-system.
9557         (gnus-agent-group-pathname): Don't encode file names by
9558         nnmail-pathname-coding-system.
9559         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9560         coding-system-for-write instead of buffer-file-coding-system to
9561         gnus-agent-file-coding-system.
9562
9563         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9564         Decode group name.
9565
9566         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9567
9568         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9569         (gnus-read-newsrc-el-file): Make group names unibyte.
9570
9571         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9572         nnmail-pathname-coding-system.
9573
9574         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9575         (nnrss-request-delete-group): Bind file-name-coding-system to
9576         nnmail-pathname-coding-system.
9577         (nnrss-read-server-data, nnrss-read-group-data):
9578         Bind file-name-coding-system correctly.
9579         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9580
9581         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9582         (nntp-server-to-method-cache): New variable.
9583         (nntp-group-pathname): New function that decodes non-ASCII group names.
9584         (nntp-possibly-create-directory, nntp-marks-changed-p)
9585         (nntp-save-marks, nntp-open-marks): Use it.
9586         (nntp-possibly-create-directory, nntp-open-marks):
9587         Bind file-name-coding-system to nnmail-pathname-coding-system.
9588         (nntp-open-marks): Decode group names when bootstrapping marks.
9589
9590         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9591         Newsgroups and Folowup-To headers.
9592
9593 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9596         (gnus-server-closed-face, gnus-server-denied-face)
9597         (gnus-server-offline-face): Remove variable.
9598         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9599
9600         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9601         of modifying message-stack directly for XEmacs.
9602
9603         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9604         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9605         if the coding-system argument is nil for XEmacs.
9606
9607         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9608         mm-charset-override-alist.
9609
9610         * rfc2047.el: Don't require base64; require rfc2045 for the function
9611         rfc2045-encode-string.
9612         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9613         to quote the parameter value.
9614
9615 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9618         form in gnus-group-name-charset-method-alist.
9619
9620         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9621         overrides the default layout edit-form.
9622
9623         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9624
9625         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9626
9627 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9630         as unfetched articles.
9631
9632 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9635
9636 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9639         original back end that keeps marks in the local system.
9640
9641 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9644         arg of pop-to-buffer for XEmacs.
9645         (gnus-article-read-summary-keys): Ditto; don't restore window
9646         configuration if summary command ends up with neither article buffer
9647         nor summary buffer; describe bindings if summary keys end with C-h.
9648
9649 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * message.el (message-fix-before-sending): Skip raw message part to be
9652         forwarded while checking illegible text.
9653         (message-forward-make-body-mime, message-forward-make-body):
9654         Mark signed or encrypted raw message as having no illegible text.
9655
9656 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9659         (gnus-message-with-timestamp-1): New macro.
9660         (gnus-message-with-timestamp): New function.
9661         (gnus-message): Use them.
9662
9663         * nnheader.el (nnheader-message): Use them.
9664
9665 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9668         .newsrc.eld file.
9669
9670 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-agent.el (gnus-agent-fetch-headers)
9673         (gnus-agent-retrieve-headers):
9674         Bind gnus-decode-encoded-address-function to identity.
9675
9676         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9677         available also when the server returns simply a dot.
9678
9679         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9680
9681 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9684
9685 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-ems.el (gnus-x-splash): Make it work.
9688
9689         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9690         from being used.
9691
9692         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9693
9694 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9697         4th and the 5th arguments.
9698
9699         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9700         the front stickiness.
9701         (gnus-article-summary-command-nosave): Correct the order of the
9702         arguments passed to pop-to-buffer.
9703         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9704         summary command ends up with the article buffer.
9705
9706         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9707         the same faces.
9708
9709 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9710
9711         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9712
9713 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9714
9715         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9716         * gnus-sum.el (gnus-summary-highlight):
9717         * pgg.el (pgg-sign-region, pgg-sign):
9718         * mail-source.el (mail-source-delete-old-incoming-confirm):
9719         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9720
9721 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-art.el (gnus-mime-view-part-externally)
9724         (gnus-mime-view-part-internally): Fix predicate function passed to
9725         completing-read.
9726
9727         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9728
9729         * gnus.el (gnus-update-message-archive-method): Add :version.
9730
9731 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus.el (gnus-update-message-archive-method): New variable.
9734
9735         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9736         according to gnus-message-archive-method if
9737         gnus-update-message-archive-method is non-nil.
9738
9739 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9742         Suggested by Loic Dachary <loic@dachary.org>.
9743         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9744
9745 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * message.el (message-pop-to-buffer): Add switch-function argument.
9748         (message-mail): Pass switch-function argument to it.
9749
9750 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9753         Improve doc string.
9754
9755 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9758         (gnus-header-content)
9759         * gnus-cite.el (gnus-cite-10)
9760         * gnus-srvr.el (gnus-server-closed)
9761         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9762         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9763         (gnus-group-mail-3-empty, gnus-group-mail-low)
9764         (gnus-group-mail-low-empty, gnus-splash)
9765         * message.el (message-header-to, message-header-cc)
9766         (message-header-subject, message-header-other, message-header-name)
9767         (message-header-xheader, message-separator, message-cited-text)
9768         (message-mml): Lighten colors of faces used for dark background.
9769
9770 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9771
9772         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9773         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9774
9775 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * message.el (message-narrow-to-headers-or-head):
9778         Ignore mail-header-separator in the body.
9779
9780 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9783         same as window size.
9784
9785 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9786
9787         * message.el (message-font-lock-keywords): Use message-header-xheader
9788         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9789         ahead of the anything pattern, to get it recognised.
9790
9791 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9794         spam.el loads uses it in the compiled defadvice form.
9795
9796 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9797
9798         * gnus-sum.el (gnus-articles-to-read)
9799         (gnus-summary-insert-old-articles): Don't truncate group name for
9800         `read-string'.
9801
9802         * gnus-util.el (gnus-limit-string): Delete this function.
9803
9804         * gnus-sum.el (gnus-simplify-subject-fully):
9805         Use `truncate-string-to-width' instead.
9806
9807 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9808
9809         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9810         Tell if, on summary exit, the next group has to be selected.
9811         (gnus-summary-exit): Use it.
9812
9813 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9816         non-break space.
9817
9818 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9821         Check if group is not a directory.
9822         (nnfolder-request-expire-articles): Don't delete articles if the target
9823         group is not available.
9824
9825         * nnml.el (nnml-request-create-group): Properly check if group is not a
9826         file.
9827         (nnml-request-expire-articles): Don't delete articles if the target
9828         group is not available.
9829
9830         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9831         Don't quote characters that are within parentheses.
9832
9833 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9836         (gnus-handle-ephemeral-exit): Select article according to it.
9837
9838 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * message.el (message-insert-formated-citation-line): Remove newline.
9841         (message-citation-line-format): Add final \n here so that the user can
9842         avoid a blank line.
9843
9844 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9845
9846         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9847         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9848         Update lanl/arXiv support.
9849
9850 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus.el: Bump version number.
9853
9854 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * gnus.el (gnus-version-number): Bump version.
9857
9858 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9859
9860         * gnus.el: No Gnus v0.6 is released.
9861
9862 2007-04-27  Didier Verna  <didier@xemacs.org>
9863
9864         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9865         * gmm-utils.el (gmm-regexp-concat): ... here.
9866         * message.el: Don't require 'gnus-util.
9867         (message-dont-reply-to-names): Handle name change above.
9868         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9869
9870 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9873         since the initial value varies according to the system.
9874
9875 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9878
9879 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9880
9881         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9882
9883 2007-04-24  Didier Verna  <didier@xemacs.org>
9884
9885         Improve the type of gnus-ignored-from-addresses.
9886         * gnus-util.el (gnus-orify-regexp): New function.
9887         * message.el (gnus-util): Require it.
9888         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9889         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9890         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9891
9892 2007-04-24  Didier Verna  <didier@xemacs.org>
9893
9894         * gnus-sum.el:
9895         * gnus-utils.el: Fix some trailing whitespaces.
9896
9897 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9900         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9901         article's Message-ID; refer parent article in summary buffer.
9902
9903         * message.el (message-bounce): Call mime-to-mml.
9904
9905         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9906         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9907         optimize and/or forms properly.
9908
9909 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9912         URL.
9913
9914 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9917
9918 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9921         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9922         displayed of multipart/alternative part if it is invoked from summary
9923         buffer.
9924
9925         * mm-view.el (mm-inline-text-html-render-with-w3m)
9926         (mm-inline-text-html-render-with-w3m-standalone)
9927         (mm-inline-render-with-function): Use mail-parse-charset by default.
9928
9929 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9930
9931         * parse-time.el (parse-time-string-chars): Check if CHAR
9932         is less than the length of parse-time-syntax.
9933
9934 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9937         from gnus-newsgroup-processable.
9938
9939 2007-04-16  Didier Verna  <didier@xemacs.org>
9940
9941         * gnus-msg.el (gnus-configure-posting-styles):
9942         Handle message-signature-directory properly with :file syntax.
9943         Reported by "Leo".
9944
9945 2007-04-11  Didier Verna  <didier@xemacs.org>
9946
9947         New user option: message-signature-directory.
9948         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9949         * message.el (message-insert-signature): Ditto.
9950         * message.el (message-signature-file): Doc update.
9951         * message.el (message-signature-directory): New.
9952
9953 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-msg.el (gnus-inews-yank-articles):
9956         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9957
9958 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * message.el (message-yank-original): Make sure cited text ends with
9961         newline; don't exchange point and mark.
9962
9963 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9964
9965         * tls.el (open-tls-stream): Properly handle case where there
9966         is no associated buffer.
9967
9968 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9969
9970         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9971         message-yank-original, make sure (< mark TEXT point).
9972
9973 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * message.el (message-fill-column): New variable.
9976         (message-mode): Use it.  Add comment on a possible new hook.
9977
9978         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9979         (nnmail-get-new-mail): Reformat.
9980
9981         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9982
9983         * gmm-utils.el: Fix Commentary.
9984         (gmm-tool-bar-from-list): Fix typo in doc string.
9985
9986 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9987
9988         * message.el (message-yank-original): Don't switch point and mark
9989         unnecessarily to put point and mark as documented.
9990
9991 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9994         from the message heads.
9995
9996 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9997
9998         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9999         article buffer does not have a window.  This may not be the best
10000         solution but is certainly better than setting the start of the null,
10001         that is the current, window.
10002
10003 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10006         (gnus-draft-setup): Run it.
10007
10008         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10009         gnus-score-fast-scoring.  Allow regexp.
10010         (gnus-score-headers): Use it.
10011
10012         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10013         XEmacs.
10014
10015         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10016         string.
10017         (gnus-button-alist): Also catch `<f1> k ...'.
10018         (gnus-treat-display-x-face): Fix doc string.
10019
10020 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10021
10022         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10023         evaluation of gnus-extended-version to ensure correct generation of the
10024         User-Agent header when message-generate-headers-first is used.
10025
10026 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10027
10028         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10029         hashcash-path is nil.  Don't call callback with incorrect number of
10030         parameters if val is 0.
10031
10032 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10033
10034         * message.el (message-required-news-headers):
10035         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10036
10037 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10038
10039         * tls.el (open-tls-stream): In handshake-waiting loop,
10040         don't wait more if there is output available to process.
10041
10042 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10043
10044         * tls.el (tls-program): Doc fix.
10045
10046 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * message.el (message-generate-new-buffers): Change the meaning of the
10049         nil value; add `standard' to the choices; treat t as `unique'; improve
10050         doc string.
10051         (gnus-select-frame-set-input-focus): Autoload.
10052         (message-buffer-name): Search for the existing message buffer if
10053         message-generate-new-buffers is nil or `standard'; treat the value t of
10054         message-generate-new-buffers as `unique'.
10055         (message-pop-to-buffer): Raise the frame already displaying the message
10056         buffer; clear the echo area after querying.
10057         (message-setup): Pass the `continue' argument to compose-mail.
10058         (message-mail): Prefer `switch-function' if it is given; search for the
10059         existing message buffer if the `continue' argument is non-nil; pass
10060         continue and switch-function arguments to compose-mail by way of
10061         message-setup.
10062         (message-mail-other-window): Adjust argument of message-setup.
10063         (message-mail-other-frame): Ditto.
10064
10065 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10068         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10069         to turn font-lock on when turning gnus-message-citation-mode on.
10070
10071 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10072
10073         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10074         (mml-smime-function-alist): New variable; add epg as the backend.
10075         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10076         mml-smime- functions instead.
10077         * mm-view.el: Require smime.
10078
10079 2007-03-05  Didier Verna  <didier@xemacs.org>
10080
10081         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10082         instead of just inheritance for posting styles.
10083         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10084
10085 2007-02-24  Chris Moore  <dooglus@gmail.com>
10086
10087         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10088         * pgg-pgp.el (pgg-pgp-encrypt-region):
10089         * pgg-gpg.el (pgg-gpg-encrypt-region):
10090         Check pgg-encrypt-for-me if no other recipients.
10091
10092 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10093
10094         * tls.el (tls-certtool-program): Fix custom type.
10095
10096 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10099         and point-at-eol instead of line-(beginning|end)-position.
10100
10101         * assistant.el (assistant-parse-buffer): Ditto.
10102
10103         * netrc.el (netrc-parse-services): Ditto.
10104
10105 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10106
10107         * mml2015.el (mml2015-epg-find-usable-key): New function.
10108         (mml2015-epg-sign): Use it.
10109         (mml2015-epg-encrypt): Use it.
10110
10111 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * message.el (message-make-in-reply-to): Quote name containing
10114         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10115         if there are special characters.  Reported by NAKAJI Hiroyuki
10116         <nakaji@jp.freebsd.org>.
10117
10118 2007-02-27  Didier Verna  <didier@xemacs.org>
10119
10120         Include the group parameters as well as the topic ones in the
10121         inheritance filter process.
10122         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10123         argument GROUP-PARAMS-LIST.
10124         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10125
10126 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * nntp.el (nntp-never-echoes-commands)
10129         (nntp-open-connection-functions-never-echo-commands): New variables.
10130         (nntp-send-command): Use them.
10131
10132 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10133
10134         * mml2015.el (mml2015-epg-verify): Simplify.
10135
10136 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * mml.el (mml-content-disposition-alist): New user option.
10139         (mml-content-disposition): New function.
10140         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10141         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10142
10143 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10144
10145         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10146         verification.
10147
10148 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10149
10150         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10151         articles posted in the last 24 hours.
10152
10153 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10154
10155         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10156
10157 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10158
10159         * nntp.el (nntp-send-command): Don't wait for echoes when
10160         nntp-open-ssl-stream is used.
10161
10162 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10165         (gnus-message-add-citation-keywords)
10166         (gnus-message-remove-citation-keywords): Remove.
10167         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10168         directly, make the variables in font-lock-defaults buffer-local, add
10169         gnus-message-citation-keywords to them and then update the value of
10170         font-lock-keywords.
10171
10172 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * message.el (message-cite-original-1): Don't call
10175         gnus-article-highlight-citation.
10176
10177         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10178         citations; fix line count.
10179
10180 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10183         (gnus-message-add-citation-keywords)
10184         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10185         versions of font-lock-add-keywords and font-lock-remove-keywords to
10186         work with XEmacs correctly.
10187
10188 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-cite.el (gnus-cite-face-list): Set the values of
10191         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10192         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10193         (gnus-message-cite-prefix-regexp): New variable.
10194         (gnus-message-search-citation-line): Use it; protect against long
10195         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10196         the 0th match data for Emacs.
10197         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10198         (gnus-message-add-citation-keywords): Append keywords rather than
10199         prepending; emulate font-lock-add-keywords if it is not available.
10200         (gnus-message-remove-citation-keywords):
10201         Emulate font-lock-remove-keywords if it is not available.
10202
10203         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10204
10205         * message.el (message-cite-prefix-regexp): Set the value of
10206         gnus-message-cite-prefix-regexp.
10207
10208 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10209
10210         * nnweb.el (nnweb-google-parse-1): Update parser.
10211
10212 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10213
10214         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10215
10216 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10217
10218         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10219         regexp.
10220
10221 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10224         string-to-multibyte.
10225         (uudecode-decode-region-internal): Use it.
10226
10227         * lpath.el: Fbind string-as-multibyte for XEmacs.
10228
10229 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10232         Fix custom choice.
10233
10234         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10235
10236 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10237
10238         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10239
10240         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10241         `write-region' to respect `mm-inhibit-file-name-handlers'.
10242
10243 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10246         Use gnus-home-directory instead of "~/" or "$HOME".
10247
10248 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10249
10250         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10251         to mention filename.
10252         Add comments at beginning regarding usage.
10253         (encrypt-write-file-contents): Change interactive so a string is
10254         acceptable.  If the file has no associated model, show an error instead
10255         of a nonsense prompt.
10256
10257 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10258
10259         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10260         Thanks to Yoshihiko Yamada for kind notification of this typo.
10261
10262 2007-01-12  Kenichi Handa  <handa@m17n.org>
10263
10264         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10265         multibyte buffer.
10266
10267 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-score.el (gnus-score-fast-scoring): New variable.
10270         (gnus-score-headers): Use it.
10271
10272         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10273
10274         * message.el (message-cite-original-1):
10275         Call gnus-article-highlight-citation if requested.
10276         (message-make-from): Allow name and address as optional arguments.
10277
10278         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10279
10280         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10281         bugs to doc string.
10282         (gnus-button-alist): Add mid\\|message-id.
10283         (gnus-button-fetch-group): Extend for use in
10284         `browse-url-browser-function'.
10285         (gnus-button-url-regexp): Try to catch paired parentheses like in
10286         Wikipedia URLs.
10287
10288         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10289         Suggested by Simon Krahnke <overlord@gmx.li>.
10290
10291 2007-01-13  Romain Francoise  <romain@orebokech.com>
10292
10293         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10294         Update copyright.
10295
10296 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10297
10298         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10299
10300 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10301
10302         * gnus-registry.el (gnus-registry-unfollowed-groups)
10303         (gnus-registry-split-fancy-with-parent): Fix documentation.
10304
10305 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10308         from nnweb groups.
10309
10310 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10313         Xref urls.  Erase buffer before requesting head.
10314
10315         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10316
10317 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10320         customizable.
10321
10322 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10323
10324         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10325         no signing key is found.
10326         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10327         no encrypting and/or signing key is found.
10328
10329 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10332
10333 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10336         headers read from disk with the ones newly found in the current search.
10337         This should no longer cause problems, because the article numbers in
10338         Gmane's `nov.php' output are ignored since the previous change.
10339
10340 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10341
10342         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10343
10344 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10347         replace-regexp-in-string; bind url-version; fbind display-images-p and
10348         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10349         find-face and set-itimer-function for Emacs; bind itimer-list for
10350         Emacs.
10351
10352         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10353
10354 2007-01-01  Romain Francoise  <romain@orebokech.com>
10355
10356         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10357
10358 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10359
10360         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10361         `define-minor-mode' macro definition expanded properly.
10362         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10363         exclude it there.
10364
10365         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10366         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10367         `fboundp' test.
10368         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10369         This is OK to autoload in (S)XEmacs now.
10370
10371 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10374         keystroke.
10375         (gnus-summary-limit-to-singletons): Fix typo.
10376
10377         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10378         else fails.
10379
10380 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10381
10382         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10383         docstring.
10384
10385         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10386         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10387         (gnus-summary-insert-dormant-articles): Fix typo in message.
10388
10389 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10392         nil for XEmacs.
10393         (gnus-message-citation-mode): Don't autoload in XEmacs.
10394
10395         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10396
10397 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10398
10399         * nnimap.el (nnimap-expunge-search-string):
10400         Mention nnimap-search-uids-not-since-is-evil in docstring.
10401
10402 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * spam.el: Revert to make-obsolete-variable because
10405         define-obsolete-variable-alias is not supported in Emacs 21.
10406
10407         * spam.el (spam-ifile-path, spam-ifile-database-path)
10408         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10409         make-obsolete-variable.
10410         (spam-bsfilter-path, spam-bsfilter-program)
10411         (spam-spamassassin-path, spam-spamassassin-program)
10412         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10413         Don't use "path" inappropriately.
10414         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10415         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10416         variable names.
10417
10418 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10419
10420         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10421         summary buffer.
10422
10423         * password.el (password-cache-remove): Use clear-string to burn
10424         password, if available.
10425
10426 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10429
10430         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10431
10432         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10433         (gnus-message-highlight-citation): Move defcustom here from
10434         gnus-cite.el.
10435         (gnus-message-citation-mode): Autoload.
10436
10437         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10438         checks to make it compile with XEmacs.
10439         (gnus-message-citation-mode): New minor mode.
10440         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10441         (gnus-message-highlight-citation): New variables.
10442         (gnus-message-search-citation-line)
10443         (gnus-message-add-citation-keywords)
10444         (gnus-message-remove-citation-keywords)
10445         (turn-on-gnus-message-citation-mode)
10446         (turn-off-gnus-message-citation-mode): New functions.
10447
10448 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10449
10450         * gnus-cite.el: Enable highlighting of different citation levels in
10451         message-mode.
10452
10453 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * message.el (message-make-fqdn): Fix comment.
10456         (message-bogus-system-names): Add ".local".
10457
10458         * spam.el (spam-ifile-path, spam-ifile-program)
10459         (spam-ifile-database-path, spam-ifile-database)
10460         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10461         Don't use "path" inappropriately.
10462         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10463         strings.
10464         (spam-check-ifile, spam-ifile-register-with-ifile)
10465         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10466         Use new variable names.
10467
10468         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10469         (gnus-treat-display-smileys): Simplify using
10470         gnus-image-type-available-p.
10471
10472         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10473         available.
10474
10475         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10476         Use `display-images-p' if available.
10477
10478 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10481         one after turning on the buffer's multibyteness instead of decoding
10482         them directly in the unibyte buffer that causes unexpected conversion
10483         in Emacs 23 (unicode).
10484
10485 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * message.el (message-generate-hashcash): Fix custom type.
10488
10489 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10492
10493 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10496         disconnect icons.  Add help text.
10497
10498 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10499
10500         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10501         negated to be consistent with the others we handle.
10502
10503 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10506         version of gnus-summary-buffer to something, so that we can use two
10507         article buffers at the same time.
10508
10509 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10512         trigger all the extra headers.
10513         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10514         sorting.
10515
10516 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10517
10518         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10519         solid groups.
10520
10521 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10522
10523         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10524
10525 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * legacy-gnus-agent.el: Add Copyright notice.
10528
10529 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10530
10531         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10532
10533 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10536
10537         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10538         to make it work reliably in CVS Emacs.
10539         (gnus-summary-limit-strange-charsets-predicate)
10540         (gnus-summary-limit-to-predicate): New functions.
10541
10542 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10543
10544         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10545         specifying array size.
10546         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10547         array if it is too small.
10548         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10549         (gnus-sort-threads-loop): New function.
10550
10551 2006-12-06  Chris Moore  <dooglus@gmail.com>
10552
10553         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10554         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10555
10556 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10557
10558         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10559         options.
10560
10561 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10564         DOS-ing the recipient.
10565
10566         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10567         the headers when creating the mapping to avoid mismappings.
10568         (nnweb-gmane-create-mapping): Always nix out old mapping.
10569
10570 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10573         and mm-verify-option to never.
10574
10575 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * message.el (message-signed-or-encrypted-p): New function.
10578         (message-forward-make-body): Use it.
10579
10580         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10581         Replace encode-coding-string with mm-encode-coding-string.
10582
10583 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * nneething.el (nneething-decode-file-name):
10586         Replace decode-coding-string with mm-decode-coding-string.
10587
10588         * gnus-int.el (gnus-open-server): Say failed server's name.
10589
10590 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10591
10592         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10593         strings to a single string.  Quote `errors-file-name'.
10594         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10595         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10596         Adjust calls.  Use `shell-quote-argument'.
10597
10598 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10599
10600         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10601         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10602
10603         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10604         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10605         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10606         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10607         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10608         (gnus-subscribe-newsgroup, gnus-1):
10609         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10610         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10611         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10612         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10613
10614 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10617         keystroke.
10618         (gnus-summary-limit-to-bodies): Implement headersp.
10619
10620 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10623
10624 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10627
10628 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * message.el (message-generate-hashcash): Expand range of values to
10631         include `opportunistic'.
10632         (message-send-mail): Use it.
10633
10634 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10635
10636         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10637         and comment it.
10638
10639         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10640
10641 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-util.el (gnus-extract-address-components): Improve comment.
10644
10645 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-util.el (gnus-extract-address-components): Work with address in
10648         which the name portion contains @.
10649
10650         * lpath.el: Fbind custom-autoload.
10651
10652 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus.el (gnus-start): Move custom group up.
10655         (gnus-select-method): Don't autoload, but make it available for
10656         `customize-variable'.
10657         (gnus-getenv-nntpserver): Don't autoload.
10658
10659 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10660
10661         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10662
10663 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * message.el (message-sendmail-extra-arguments): New variable.
10666         (message-send-mail-with-sendmail): Use it.
10667
10668 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10671         mm-with-unibyte-current-buffer to make string unibyte.
10672
10673         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10674         mm-string-as-multibyte.
10675
10676 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10677
10678         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10679         Reported by Werner Koch <wk@gnupg.org>.
10680
10681 2006-11-14  Daiki Ueno  <ueno@p360>
10682
10683         * mml2015.el: Autoload epa-select-keys when compiling.
10684
10685 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10686
10687         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10688         message-options.
10689         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10690
10691 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10692
10693         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10694         EasyPG (< 0.0.6).
10695         (mml2015-always-trust): New user option.
10696         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10697         prompt.
10698
10699 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * nntp.el (nntp-authinfo-force): New variable.
10702         (nntp-send-authinfo): Use it.
10703
10704 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10707         decode encoded words.  Improve prompt.  Add comment about forwarding.
10708         (message-replacement-char): Move up.
10709
10710 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10711
10712         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10713         instead of gnus-intersection because arguments of gnus-sorted-nunion
10714         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10715
10716 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10719         (message-simplify-subject-functions):
10720         Enable message-strip-subject-encoded-words by default.
10721
10722 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * message.el (message-strip-subject-encoded-words): New function.
10725         (message-simplify-subject-functions): New variable.
10726         (message-simplify-subject): Use it.  Fix typo in doc string.
10727         Support message-strip-subject-encoded-words.
10728
10729 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10730
10731         * gnus-diary.el (gnus-diary-delay-format-function):
10732         * nndiary.el (nndiary-reminders):
10733         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10734
10735 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-art.el (article-hide-boring-headers): Fetch date from
10738         gnus-original-article-buffer to avoid problems with localized date
10739         strings.
10740
10741 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10744
10745 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10748         New variables.
10749         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10750         (mm-charset-synonym-alist): Move some entries to
10751         mm-codepage-iso-8859-list.
10752         (mm-charset-synonym-alist, mm-charset-override-alist):
10753         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10754
10755 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10758
10759 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10762         with Emacs 21 and XEmacs.
10763
10764 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10765
10766         * spam.el (spam-parse-address): New function for better parsing,
10767         catching errors, etc.
10768         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10769
10770 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * mm-view.el: Add interactive arg to html2text autoload.
10773
10774 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10777
10778 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10781         New variables.
10782         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10783         (mm-charset-synonym-alist): Move some entries to
10784         mm-codepage-iso-8859-list.
10785
10786         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10787
10788 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * message.el (message-citation-line-format)
10791         (message-insert-formated-citation-line): Fix implementation of %E, %N
10792         and %n according to the doc string.
10793
10794 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10795
10796         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10797         Use car-safe to avoid bad parses.
10798
10799 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10802         names.
10803
10804         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10805
10806 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10809         header.
10810
10811         * message.el (message-draft-headers): Add Date.
10812         (message-headers-to-generate): Fix typo in docstring.
10813
10814         * nndraft.el (nndraft-required-headers): New variable.
10815         (nndraft-generate-headers): Use it.
10816
10817         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10818
10819 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10820
10821         * gnus-registry.el (gnus-registry-wash-for-keywords)
10822         (gnus-registry-find-keywords): New functions to allow easy searching of
10823         articles that are in the registry.
10824
10825 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10828         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10829         Reported by Damien Elmes <damien@repose.cx>.
10830
10831 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus.el (gnus-mime): Remove unused custom group.
10834
10835 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10836
10837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10838         "blank line" when searching for end of armor headers.
10839
10840 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gmm-utils.el (gmm-write-region): Fix variable name.
10843
10844 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gmm-utils.el (gmm-write-region): New function based on compatibility
10847         code from `mm-make-temp-file'.
10848
10849         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10850
10851         * nnmaildir.el (nnmaildir--update-nov)
10852         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10853         Use `gmm-write-region'.
10854
10855 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10858         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10859
10860         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10861
10862         * message.el (message-replacement-char): New variable.
10863         (message-fix-before-sending): Use it.
10864         (message-simplify-subject): New function to remove duplicate code.
10865         (message-reply, message-followup): Use it.
10866
10867         * gnus-sum.el (gnus-summary-make-menu-bar):
10868         Clarify gnus-summary-limit-to-articles.
10869
10870 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-util.el (gnus-with-local-quit): New macro.
10873
10874         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10875
10876 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10877
10878         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10879         ignore non-string data.
10880
10881 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10884         non-string data (needs to be done in the registry too).
10885
10886 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10887
10888         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10889         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10890         (gnus-registry-split-fancy-with-parent)
10891         (gnus-registry-fetch-simplified-message-subject-fast)
10892         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10893         Remove text properties on ingress into the registry and when it's saved.
10894         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10895         registry from entries with no groups.
10896
10897 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10898
10899         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10900         function to remove string properties.
10901
10902 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gmm-utils.el (gmm): Adjust custom version.
10905
10906         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10907         Adjust custom version.
10908
10909         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10910
10911 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * gnus-art.el (gnus-insert-prev-page-button)
10914         (gnus-insert-next-page-button): Simplify.  Reformat.
10915
10916 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10917
10918         * gnus-art.el (gnus-insert-prev-page-button)
10919         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10920
10921 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10922
10923         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10924
10925 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10926
10927         * gnus-art.el (gnus-insert-mime-button)
10928         (gnus-insert-mime-security-button):
10929         Apply gnus-article-button-face to MIME and security buttons.
10930
10931 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10934         readable.
10935
10936 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10939
10940 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10941
10942         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10943         `browse-url-of-file' instead of `browse-url'.
10944
10945 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10946
10947         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10948         regexp.  Articles containing quotation were cut prematurely.
10949
10950 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * message.el (message-cite-original-1): Use nobody by default for the
10953         value of From header.
10954         (message-reply): Ditto.
10955
10956 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10957
10958         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10959         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10960         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10961
10962 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10965         mails in the doc string.  Add some URLs in comment.
10966         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10967
10968 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10971         backslashes handling and the way to find boundaries of quoted strings.
10972
10973 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10974
10975         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10976         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10977         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10978         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10979
10980 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10983         doc string.
10984         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10985
10986 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * lpath.el: Fbind epg-check-configuration.
10989
10990 2006-09-06  Simon Josefsson  <jas@extundo.com>
10991
10992         * mml2015.el (mml2015-use): Doc fix, mention epg.
10993
10994 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10995
10996         * mml2015.el (mml2015-use): Default to epg, if available.
10997
10998 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10999
11000         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11001         message-sender.
11002         (mml1991-epg-encrypt): Ditto.
11003         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11004         message-sender.
11005         (mml2015-epg-encrypt): Ditto.
11006
11007 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11008
11009         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11010         several common directories.
11011
11012 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11013
11014         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11015         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11016
11017 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (article-decode-encoded-words): Make it fast.
11020
11021 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11024
11025         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11026         in quoted string into `\'.
11027
11028 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11031         Use standard-syntax-table.
11032
11033 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-art.el (gnus-decode-address-function): New variable.
11036         (article-decode-encoded-words): Use it to decode headers which are
11037         assumed to contain addresses.
11038         (gnus-mime-delete-part): Remove useless `or'.
11039
11040         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11041         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11042         (gnus-nov-parse-line): Use it to decode From header.
11043         (gnus-get-newsgroup-headers): Ditto.
11044         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11045
11046         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11047         (mail-decode-encoded-address-string): New alias.
11048
11049         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11050         New function.
11051         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11052         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11053         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11054         (rfc2047-decode-string): Ditto.
11055         (rfc2047-decode-address-region): New function.
11056         (rfc2047-decode-address-string): New function.
11057
11058 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * message.el (message-caesar-buffer-body): Allow rotating headers.
11061
11062         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11063
11064         * message.el (message-insert-formated-citation-line): Fix %f.
11065         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11066
11067 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11070         (gnus-bookmark-mouse-available-p): New macro.
11071         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11072         (gnus-bookmark-bmenu-show-infos): Use it.
11073         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11074         (gnus-bookmark-bmenu-hide-infos): Ditto.
11075         (gnus-bookmark-remove-properties): New function.
11076         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11077         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11078         (gnus-bookmark-write-file): Bind coding-system-for-write.
11079         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11080         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11081         group before selecting it.
11082         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11083         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11084         quit-window if it is not available; use gnus-mouse-2 and bind it to
11085         gnus-bookmark-bmenu-select-by-mouse.
11086         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11087         (gnus-bookmark-bmenu-select-by-mouse): New function.
11088
11089 2006-08-13  Romain Francoise  <romain@orebokech.com>
11090
11091         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11092         space.
11093
11094 2006-08-10  Romain Francoise  <romain@orebokech.com>
11095
11096         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11097         (dns-mode-soa-auto-increment-serial): New user option.
11098         (dns-mode-soa-maybe-increment-serial): New function.
11099         (dns-mode): Add the latter to `write-contents-functions'.
11100
11101 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * compface.el (uncompface): Use binary rather than raw-text-unix.
11104
11105 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * compface.el (uncompface): Make sure the eol conversion doesn't take
11108         place when communicating with the external programs.
11109         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11110
11111 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11114
11115 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11116
11117         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11118         Make it more robust by parsing author and date independently.
11119
11120 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11123
11124 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11125
11126         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11127         first matching secret key.
11128         (mml2015-epg-encrypt): Ditto.
11129
11130         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11131         first matching secret key.
11132         (mml1991-epg-encrypt): Ditto.
11133
11134         * mml2015.el (mml2015-encrypt-to-self): New user option.
11135         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11136         mml2015-epg-encrypt-to-self is set.
11137
11138         * mml1991.el (mml1991-encrypt-to-self): New variable.
11139         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11140         mml1991-epg-encrypt-to-self is set.
11141
11142         * mml2015.el (mml2015-signers): New user option.
11143         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11144         (mml2015-epg-encrypt): Allow to select signing keys.
11145
11146         * mml1991.el (mml1991-signers): New variable.
11147         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11148         (mml1991-epg-encrypt): Allow to select signing keys.
11149
11150 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * nnheader.el (nnheader-insert-head): Make it work even if the file
11153         uses CRLF for the line-break code.
11154
11155 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11156
11157         * mml2015.el: Require mml-sec instead of password.
11158         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11159         (mml2015-cache-passphrase): Inherit the default value from
11160         mml-secure-cache-passphrase.
11161         (mml2015-passphrase-cache-expiry): Inherit the default value from
11162         mml-secure-passphrase-cache-expiry.
11163
11164         * mml1991.el: Require mml-sec instead of password.
11165         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11166         (mml1991-cache-passphrase): Inherit the default value from
11167         mml-secure-cache-passphrase.
11168         (mml1991-passphrase-cache-expiry): Inherit the default value from
11169         mml-secure-passphrase-cache-expiry.
11170
11171         * mml-sec.el: Require password.
11172         (mml-secure-verbose): New user option.
11173         (mml-secure-cache-passphrase): New user option.
11174         (mml-secure-passphrase-cache-expiry): New user option.
11175
11176 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11177
11178         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11179         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11180         andreas@altroot.de (Andreas Vögele).
11181
11182         FIXME: Use `tiny change'?
11183
11184 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11185
11186         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11187         workaround for the url package included with Emacs.
11188
11189         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11190
11191 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11194         correctly.  This fixes a bug caused by the 2006-05-12 change.
11195
11196 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11197
11198         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11199         some information about the error when saying that the `bogus' mail
11200         group will be used.
11201
11202 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11205         string.
11206
11207 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11208
11209         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11210
11211 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11212
11213         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11214
11215 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11216
11217         * mml1991.el (mml1991-function-alist): Add epg.
11218         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11219         (mml1991-epg-encrypt): New functions.
11220
11221 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11222
11223         * mml2015.el (mml2015-verbose): New variable.
11224         (mml2015-cache-passphrase): Ditto.
11225         (mml2015-passphrase-cache-expiry): Ditto.
11226         (mml2015-function-alist): Add epg.
11227         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11228         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11229         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11230         New functions.
11231
11232 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11233
11234         * message.el (message-cite-original-1): Preserve region when removing
11235         quoted text due to X-No-Archive in order to avoid bogus attribution
11236         when citing multiple messages.
11237
11238 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11239
11240         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11241         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11242
11243 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * gnus-diary.el (gnus-user-format-function-d)
11246         (gnus-user-format-function-D): Autoload.
11247
11248         * imap.el (Commentary): Fix typo.
11249
11250         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11251         2006-04-22 contribution.
11252
11253 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254
11255         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11256         It didn't really fix the bogosity I'm seeing with solid web groups.
11257
11258 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11261         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11262         created using server names.  If we use the feature without declaring
11263         it, Gnus does not properly manage server and group state.
11264
11265         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11266         bound.
11267
11268 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11269
11270         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11271         looking up the method using GROUP's prefix before inventing a new one.
11272         It is used on killed/unknown groups in various places where returning
11273         an all-new method isn't expected by the caller.
11274
11275         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11276         and match semantics of gnus-group-real-prefix.
11277
11278 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * nnmail.el (nnmail-broken-references-mailers): New variable.
11281         (nnmail-ignore-broken-references): New function generalizing
11282         nnmail-fix-eudora-headers.
11283         (nnmail-fix-eudora-headers): Now obsolete.
11284
11285         * gnus-art.el (gnus-button-handle-custom):
11286         Support `customize-apropos*'.
11287
11288 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11289
11290         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11291
11292         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11293         articles.
11294
11295 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * message.el (message-cite-reply-above): New variable.
11298         (message-yank-original): Use it.
11299
11300 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11303
11304 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11307         as read.
11308
11309         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11310
11311 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11314         (gnus-bookmark-default-file): Use gnus-directory.
11315         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11316         Remove "*" in doc string.
11317         (gnus-bookmark-write-file): Simplify.
11318         (gnus-bookmark-maybe-sort-alist): Use `when'.
11319         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11320         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11321         Add FIXME about Emacs 21 and XEmacs compatibility.
11322         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11323         compatibility.
11324         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11325         compatibility.
11326         (gnus-bookmark-menu-heading): Fix version.
11327
11328 2006-06-19  Bastien Guerry  <bzg@altern.org>
11329
11330         * gnus-bookmark.el: New file.
11331
11332 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * message.el (message-syntax-checks): Doc fix.
11335
11336 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11337
11338         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11339         unsubscribed groups as if they were killed ones.  It causes duplicate
11340         entries in gnus-newsrc-alist.
11341
11342 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * message.el (message-syntax-checks): Doc fix.
11345         (message-send-mail): Add check for continuation headers.
11346         (message-check-news-header-syntax): Fix regexp used to check for
11347         continuation headers.
11348
11349 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11352
11353 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11356
11357 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11360         default-truncate-lines.
11361
11362 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11365         to fill the utf-8 entry.
11366
11367         * lpath.el: Fbind unicode-precedence-list.
11368
11369 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11370
11371         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11372
11373 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11374
11375         * gnus-agent.el (directory-files-and-attributes): Move all the way
11376         forward (the third and final move).
11377         (gnus-agent-read-agentview): Trap reconstruction errors due to
11378         nonexistent directory.  Handle by returning nil.
11379
11380 2006-05-30  Didier Verna  <didier@xemacs.org>
11381
11382         * message.el (message-dont-reply-to-names): Update the custom type.
11383         * message.el (message-dont-reply-to-names): New defsubst: potentially
11384         convert a list of regexps into a single one.
11385         * message.el (message-get-reply-headers): Use it.
11386         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11387
11388 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-agent.el (directory-files-and-attributes): Move forward.
11391
11392 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * gnus-ml.el (gnus-mailing-list-subscribe)
11395         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11396         (gnus-mailing-list-message): Fix doc strings.
11397
11398 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11401         of doing it manually.
11402
11403 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11406         comment.
11407
11408 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11409
11410         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11411         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11412         (gnus-agent-read-local): All symbols allocated in my-obarray.
11413         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11414         (gnus-agent-regenerate-group): Check numeric names to see if they are
11415         messages or groups.
11416         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11417         better way of do this...)
11418
11419         * gnus-cache.el (gnus-agent-total-fetched-for):
11420         Ignore 'dummy.group' (there should be a better way of do this...)
11421
11422 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11425         (gnus-saved-headers): Ditto.
11426         (gnus-default-article-saver): Mention functions may have properties.
11427         (gnus-article-save): Override gnus-save-all-headers and
11428         gnus-saved-headers by :headers property which saver function may have.
11429         (gnus-summary-save-in-file): Add :headers property.
11430         (gnus-summary-write-to-file): Ditto.
11431
11432         * gnus-sum.el (gnus-summary-save-article): Bind
11433         gnus-prompt-before-saving to t when saving many articles in a file;
11434         always show all headers.
11435
11436         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11437
11438 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11441         marks.
11442
11443         * message.el (message-indent-citation): Add optional arguments to allow
11444         using it outside of message buffers.
11445
11446         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11447         (gnus-article-treat-unfold-headers): Use it.
11448         (gnus-article-truncate-lines): New variable.
11449         (gnus-article-mode): Use it.
11450         (gnus-article-toggle-truncate-lines): New function.
11451
11452         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11453         Add gnus-article-toggle-truncate-lines.
11454
11455         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11456         coding system in XEmacs, use binary.
11457
11458 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11461         after-load-alist.
11462
11463         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11464         this function should save decoded articles.
11465         (gnus-summary-write-to-file): Use property to specify this function
11466         should save decoded articles and specify gnus-summary-save-in-file
11467         should be used to save articles other than the first one when saving
11468         many articles.
11469         (gnus-summary-save-body-in-file): Use property to specify this
11470         function should save decoded articles.
11471         (gnus-summary-write-body-to-file): Use property to specify this
11472         function should save decoded articles and specify
11473         gnus-summary-save-body-in-file should be used to save articles other
11474         than the first one when saving many articles.
11475
11476         * gnus-sum.el (gnus-summary-save-article): Simplify.
11477
11478 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-art.el (gnus-default-article-saver):
11481         Add gnus-summary-write-body-to-file.
11482         (gnus-article-save-coding-system): Don't use coding system object
11483         in XEmacs.
11484         (gnus-read-save-file-name): Add optional `dir-var' argument which
11485         specifies directory in which files are saved; work even if optional
11486         `variable' argument is not specified.
11487         (gnus-summary-write-to-file): Read file name.
11488         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11489         (gnus-summary-write-body-to-file): New function.
11490
11491         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11492         (gnus-summary-local-variables): Add it.
11493         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11494         (gnus-summary-save-article): Remove optional `decode' argument;
11495         determine whether to decode articles by the value of
11496         gnus-default-article-saver; when saving many files using
11497         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11498         it first and use gnus-summary-save-in-file or
11499         gnus-summary-save-body-in-file thereafter unless
11500         gnus-prompt-before-saving is always; move point to article which
11501         will be saved.
11502         (gnus-summary-save-article-file): Revert.
11503         (gnus-summary-write-article-file): Revert.
11504         (gnus-summary-save-article-body-file): Revert.
11505         (gnus-summary-write-article-body-file): New function.
11506
11507 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-art.el (gnus-default-article-saver): Doc fix.
11510         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11511         from gnus-summary-save-article-coding-system, and default to a
11512         certain coding system.
11513         (gnus-output-to-file): Add coding cookie and encode text according
11514         to gnus-article-save-coding-system; don't use mm-append-to-file.
11515
11516         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11517         gnus-art.el and rename to gnus-article-save-coding-system.
11518         (gnus-summary-save-article): Require gnus-art; don't show all
11519         headers if it decodes articles; don't add coding cookie here;
11520         don't bind mm-text-coding-system-for-write.
11521         (gnus-summary-save-article-file): Save decoded articles.
11522         (gnus-summary-write-article-file): When saving many files, use
11523         gnus-summary-write-to-file first and gnus-summary-save-in-file
11524         thereafter unless gnus-prompt-before-saving is always.
11525         (gnus-summary-save-article-body-file): Save decoded articles.
11526
11527         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11528
11529 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * nnrss.el (nnrss-check-group): Bind hash-index.
11532
11533 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11534
11535         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11536         its hash index.  Store this hash in `nnrss-group-data'.
11537         (nnrss-read-group-data): Update accordingly.
11538
11539 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11542         entry.
11543
11544         * gnus-sum.el (gnus-summary-make-menu-bar):
11545         Add gnus-article-browse-html-article.
11546
11547 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11548
11549         * gnus-sum.el (gnus-summary-mime-map):
11550         Add gnus-article-browse-html-article.
11551
11552         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11553
11554 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11557         suitable coding systems in customize.
11558
11559 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * mail-source.el (mail-sources): Fix custom type.
11562
11563 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11566         (gnus-summary-expire-articles-now): Shorten prompt.
11567
11568         * gmm-utils.el (wid-edit): Require.
11569         (defun-gmm): Rename from `gmm-defun-compat'.
11570         (gmm-image-search-load-path): Use it.
11571         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11572
11573 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-sum.el (gnus-summary-save-article-coding-system):
11576         New variable.
11577         (gnus-summary-save-article): Add optional `decode' argument.
11578         If it is set and gnus-summary-save-article-coding-system is non-nil,
11579         save decoded article.
11580         (gnus-summary-write-article-file): Save decoded article if
11581         gnus-summary-save-article-coding-system is non-nil.
11582
11583         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11584         type.
11585
11586 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11589
11590 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11593         first to test gnus-single-article-buffer which may be buffer-local.
11594
11595         * gnus-sum.el (gnus-summary-setup-buffer):
11596         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11597         group; make gnus-article-buffer, gnus-article-current, and
11598         gnus-original-article-buffer always buffer-local.
11599         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11600         group.
11601         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11602
11603 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * nnml.el (nnml-request-compact-group): Compressed files might not
11606         have .gz extension.
11607
11608 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11609
11610         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11611         (mm-copy-to-buffer): Use with-current-buffer.
11612         (mm-display-part): Simplify.
11613         (mm-inlinable-p): Add optional arg `type'.
11614
11615 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11616
11617         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11618         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11619         Try harder to show the attachment internally or externally using
11620         gnus-mime-view-part-as-type.
11621
11622 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-from-style, message-signature-separator)
11625         (message-user-organization-file, message-send-mail-function)
11626         (message-citation-line-function, message-yank-prefix)
11627         (message-indent-citation-function, message-signature)
11628         (message-signature-file, message-signature-insert-empty-line):
11629         Remove autoloads.
11630
11631         * gnus-art.el (gnus-buttonized-mime-types):
11632         Remove "multipart/signed".  Revert 2006-04-26 change.
11633
11634 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * gnus.el (gnus-version-number): Bump version.
11637
11638 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11639
11640         * gnus.el: No Gnus v0.5 is released.
11641
11642 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11643
11644         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11645         fetching articles by message-id.
11646
11647 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * message.el (hashcash): Require hashcash as normal.
11650
11651         * ecomplete.el (ecomplete-highlight-match-line):
11652         Use point-at-eol.
11653         (ecomplete-highlight-match-line): Use `highlight', because that
11654         face exists in both Emacs and XEmacs.
11655
11656         * message.el (message-display-abbrev): Use point-at-bol.
11657
11658         * mail-source.el: Don't require timer/timer-funcs.
11659
11660         * gnus-async.el: Ditto.
11661
11662         * password.el: Ditto.
11663
11664         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11665
11666         * mm-url.el: Ditto.
11667
11668         * gnus-xmas.el: Don't require timer-funcs.
11669
11670         * mm-util.el: Require timer/timer-funcs.
11671
11672 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11673
11674         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11675         Close.
11676
11677 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11680         unibyte after clear-decrypt function runs.
11681
11682         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11683         returns as a unibyte string.
11684
11685 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * lpath.el: Revert.
11688
11689         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11690         (pgg-gpg-process-sentinel): Revert.
11691
11692         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11693         (pgg-pgp-lookup-key): Revert.
11694
11695         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11696         (pgg-pgp5-lookup-key): Revert.
11697
11698         * pgg.el (pgg-fetch-key): Revert.
11699
11700 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * lpath.el: Fbind string-as-multibyte for XEmacs.
11703
11704         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11705         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11706         (mml1991-pgg-encrypt): Ditto.
11707
11708         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11709         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11710         a multibyte buffer.
11711
11712         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11713         (pgg-pgp-lookup-key): Ditto.
11714
11715         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11716         (pgg-pgp5-lookup-key): Ditto.
11717
11718         * pgg.el (pgg-fetch-key): Ditto.
11719
11720 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * message.el (message-user-organization-file): Check several
11723         locations of the organization file.
11724
11725         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11726         Add gnus-article-view-part-as-type.
11727
11728         * gnus-art.el (gnus-article-view-part-as-type): New function.
11729
11730         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11731         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11732
11733         * mml.el: Simplify autoload.
11734         (mml-mode): defvar dnd-protocol-alist instead of using
11735         symbol-value.
11736         (mml-default-directory): New variable.
11737         (mml-minibuffer-read-file): Use it.
11738         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11739
11740         * message.el (message-citation-line-format): New variable.
11741         (message-insert-formated-citation-line): New function.
11742         (message-citation-line-function):
11743         Add `message-insert-formated-citation-line' to custom type.
11744
11745         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11746         to doc string.
11747
11748         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11749         depending on mm-verify-option.
11750
11751 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11754         binding pgg-* variables; reimplement the section which prevents
11755         MIME header from being signed.
11756         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11757         pgg-text-mode; remove a blank line at the top of body.
11758
11759         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11760         lines at the top of body; use gnus-newsgroup-charset if there's no
11761         Charset header.
11762
11763 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * message.el (message-self-insert-commands): Doc fix.
11766
11767         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11768         (mm-uu-pgp-encrypted-test): Ditto.
11769         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11770         between header and body; return application/pgp-encrypted handle
11771         if decryption failed; decode decrypted body by charset.
11772
11773         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11774         element match to application/pgp-*.
11775
11776 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11777
11778         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11779         HTML.
11780
11781 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * mail-source.el (mail-source-call-script): Message the error
11784         string.
11785
11786 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-util.el (gnus-byte-compile): Use it.
11789
11790 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11791
11792         * gnus-util.el (kill-empty-logs): New function.
11793
11794 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * message.el (message-mail-alias-type): Doc fix.
11797         (message-mail-alias-type-p): New function.
11798         (message-send): Use it.
11799         (message-mode): Ditto.
11800         (message-strip-forbidden-properties): Ditto.
11801
11802         * ecomplete.el (ecomplete-database-file-coding-system):
11803         New variable.
11804         (ecomplete-save): Use it.
11805         (ecomplete-setup): Use it.
11806
11807 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * message.el (message-self-insert-commands): New variable.
11810         (message-strip-forbidden-properties): Use it.
11811
11812 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11815         that doesn't make XEmacs choke.
11816
11817 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-util.el (gnus-replace-in-string):
11820         Prefer replace-regexp-in-string over of replace-in-string.
11821
11822 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-util.el (gnus-select-frame-set-input-focus):
11825         Use select-frame-set-input-focus if it is available in XEmacs; use
11826         definition defined in Emacs 22 for old Emacsen.
11827
11828         * dgnushack.el: Autoload unmorse-region for XEmacs.
11829
11830         * lpath.el: Bind cursor-in-non-selected-windows and
11831         select-frame-set-input-focus for XEmacs.
11832
11833 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11836
11837 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11838
11839         * gnus-registry.el (gnus-registry-cache-save): Remove text
11840         properties when saving via the temp buffer.
11841
11842 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * message.el (message-generate-hashcash): Honor custom type.
11845
11846 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * message.el (message-generate-hashcash): Default to non-nil when
11849         hashcash is found.
11850
11851         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11852         (gnus-refer-thread-limit): Increase default to 500.
11853
11854         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11855
11856         * flow-fill.el (fill-flowed): Allow delete-space.
11857
11858 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11861         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11862         Remove autoloads.
11863
11864 2006-04-18  Simon Josefsson  <jas@extundo.com>
11865
11866         * message.el (message-generate-hashcash): Default to.
11867
11868 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11871         concatenating segments rather than before concatenating them.
11872
11873 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11876
11877 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11880
11881         * message.el (message-forward-make-body-plain):
11882         Allow message-forward-ignored-headers to be a list.
11883         (message-remove-ignored-headers): Factor out into function.
11884         (message-forward-make-body-mml): Use it.
11885
11886         * imap.el (imap-quote-specials): New function.
11887         (imap-login-auth): Quote specials.
11888
11889         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11890         (rfc2231-parse-string): Allow concatanation of parameters that
11891         aren't contiguous.  The test case is
11892           (mail-header-parse-content-type "message/external-body;
11893             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11894             access-type=LOCAL-FILE;
11895             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11896
11897 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11898
11899         * nntp.el (nntp-accept-process-output): Return the value of
11900         `nnheader-accept-process-output'.
11901
11902 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11903
11904         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11905         (gnus-button-alist): Recognize more diff formats.
11906         (gnus-button-patch): Strip directory.
11907
11908 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11911         Emacs 22 when setting focus.
11912
11913 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * gnus-art.el (gnus-article-treat-types): Do treatment of
11916         text/x-verbatim parts.
11917         (gnus-button-patch): New command.
11918
11919         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11920         addresses that contain invalid characters.
11921
11922 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * message.el (message-put-addresses-in-ecomplete):
11925         Use gnus-replace-in-string.
11926         (message-is-yours-p): Use the more correct
11927         mail-header-parse-address instead of
11928         mail-extract-address-components.
11929         (message-put-addresses-in-ecomplete): Fix typo.
11930
11931         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11932         keystroke.
11933
11934         * gnus-art.el (gnus-treatment-function-alist): Change order of
11935         newsgroups/generic header folding to avoid double-folding.
11936
11937         * message.el (message-hidden-headers): Add X-Draft-From.
11938
11939         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11940         New command.
11941         (gnus-summary-repeat-search-article-backward): New command.
11942
11943         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11944         groups in the parent topic.
11945
11946 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11947
11948         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11949         (spam-extra-header-to-number): Return the CRM114 number as a
11950         number instead of a string.
11951
11952 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953
11954         * gnus-art.el (gnus-face-properties-alist): Move here from
11955         gnus-fun.
11956
11957         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11958
11959 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * message.el (message-strip-forbidden-properties): Only display on
11962         self-insert-command.
11963
11964         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11965         reindent.
11966         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11967
11968 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11969
11970         * smiley.el (smiley-style): Fix typo.
11971
11972 2006-03-23  Kenichi Handa  <handa@m17n.org>
11973
11974         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11975         instead of set-buffer-multibyte.
11976
11977 2006-03-23  Kenichi Handa  <handa@m17n.org>
11978
11979         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11980         buffer and then decode the buffer text if necessary.
11981         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11982         first, and after mm-encode-body, change the buffer to unibyte.
11983
11984 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11985
11986         * hashcash.el (hashcash-insert-payment-async-2):
11987         Use message-goto-eoh instead of doing it manually.
11988         (mail-add-payment): Use message-narrow-to-header instead of trying
11989         to do the same itself.
11990
11991         * message.el (message-hidden-headers): Add Face.
11992
11993         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11994         reparenting code.
11995         (gnus-summary-reparent-children): Refactored out code.
11996         (gnus-summary-thread-map): New keystroke.
11997         (gnus-summary-reparent-children): Make into command.
11998
11999         * smiley.el (smiley-style): Default to `medium' if using a large
12000         font.
12001
12002         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12003         does it itself.
12004
12005         * message.el (message-point-in-header-p): Simplify definition.
12006
12007 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * nnagent.el (nnagent-request-set-mark): Silence log file
12010         writing.
12011         (nnagent-request-set-mark): Use write-region instead of
12012         append-to-file.
12013
12014         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12015         strange select method.
12016
12017         * ecomplete.el (ecomplete-display-matches): Get highlightling
12018         right.
12019         (ecomplete-display-matches): Use literals.
12020         (ecomplete-display-matches): Disable message logging.
12021
12022         * message.el (message-display-abbrev): Small optimization.
12023
12024         * ecomplete.el (ecomplete-display-matches): Allow automatic
12025         display.
12026
12027         * message.el (message-strip-forbidden-properties):
12028         Display abbrevs.
12029         (message-display-abbrev): Get automatic display right.
12030
12031         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12032         keystrokes.
12033
12034 2006-04-13  Romain Francoise  <romain@orebokech.com>
12035
12036         TODO: Backport to v5-10!
12037
12038         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12039         Move here (and rename) from gnus-registry.el.
12040
12041         * gnus-registry.el: Require gnus-util.
12042         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12043
12044 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * gnus-group.el (gnus-group-catchup-current):
12047         Change if-then-else-if-then-else into cond.
12048         (gnus-group-catchup): Indent.
12049         (group-name-at-point): New function.
12050         (gnus-fetch-group): Provide default from thing at point.
12051
12052 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12053
12054         * message.el (message-display-abbrev): Fix regexp.
12055
12056         * ecomplete.el (ecomplete-highlight-match-line):
12057         Reimplement choosing.
12058         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12059         dead variables.
12060
12061         * message.el (message-newline-and-indent): Remove debugging.
12062         (message-display-abbrev): Use new implementation.
12063
12064 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * gnus-art.el (gnus-article-mode):
12067         Set cursor-in-non-selected-windows to nil.
12068
12069         * smiley.el: Revert previous change.
12070         (smiley-data-directory): defvar it before using it in the
12071         defcustom of `smiley-style'.
12072
12073 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * message.el (message-newline-and-indent): New function.
12076
12077         * ecomplete.el: Implement more bits.
12078
12079         * message.el (message-put-addresses-in-ecomplete): Clean up the
12080         string.
12081
12082         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12083
12084         * gnus-sum.el (gnus-summary-save-parts):
12085         Bind gnus-summary-save-parts-counter and use it to make unique file
12086         names.
12087
12088         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12089
12090         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12091         parameter to say whether to actually parse the individual
12092         addresses.
12093
12094         * message.el (message-put-addresses-in-ecomplete): New function.
12095         (ecomplete): Require.
12096         (message-mail-alias-type): Add ecomplete as an option.
12097
12098 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12099
12100         * flow-fill.el (fill-flowed): Remove trailing space from blank
12101         quoted lines.
12102
12103 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * smiley.el (smiley-style): Move definition later to avoid a
12106         compilation warning.
12107
12108 2006-04-12  Kenichi Handa  <handa@m17n.org>
12109
12110         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12111         buffer and then decode the buffer text if necessary.
12112         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12113         first, and after mm-encode-body, change the buffer to unibyte.
12114         Use mm-disable-multibyte instead of set-buffer-multibyte.
12115
12116 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12119         Content-Type header instead of Content-Disposition header.
12120         (gnus-mime-inline-part): Ditto.
12121         (gnus-mime-view-part-as-charset): Ignore charset that the part
12122         specifies.
12123
12124         * mm-decode.el (mm-display-part): Work with external parts and
12125         usual parts similarly.
12126
12127         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12128         instead of gnus-display-mime.
12129
12130         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12131         instead of with-temp-buffer.
12132
12133         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12134         tag to summarized topics part in order to encode non-ASCII text.
12135
12136 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * smiley.el (smiley-style): New variable.
12139         (smiley-directory): New function.
12140         (smiley-data-directory): Derive from `smiley-style' using
12141         `smiley-directory'.
12142         (smiley-regexp-alist): Add new entries.
12143
12144         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12145         (gnus-article-browse-delete-temp): Add :version.
12146
12147 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12148
12149         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12150         the sieve region.
12151
12152 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * gnus.el (gnus-version-number): Bump version.
12155
12156 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus.el: No Gnus v0.4 is released.
12159
12160 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12163         layout.
12164
12165         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12166         unknown charset.
12167
12168         * message.el (message-header-synonyms): Add Original-To to the
12169         default.
12170
12171         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12172         optional parameter.
12173
12174 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus-fun.el (gnus): Require it for gnus-directory.
12177
12178 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12181
12182 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12183
12184         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12185
12186 2006-04-05  Simon Josefsson  <jas@extundo.com>
12187
12188         * password.el (password-reset): New function.
12189
12190 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12191
12192         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12193         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12194
12195 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12196
12197         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12198         Some whitespace was matched into the url, which broke browsing hits
12199         > 100 when mm-url-use-external was nil.
12200
12201 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12204         Check gnus-extra-headers for 'Newsgroups.
12205
12206         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12207         bound.
12208
12209 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12210
12211         * pgg-gpg.el: Clean up process buffers every time gpg processes
12212         complete.
12213
12214 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12217         doc string.
12218
12219 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12220
12221         * pgg-gpg.el (pgg-gpg-process-filter)
12222         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12223
12224         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12225         lines, temporary fix.
12226
12227 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12230
12231 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12232
12233         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12234         default-enable-multibyte-characters.  This reverts the change from
12235         revision 6.17 which is no longer necessary because the passphrase
12236         is sent separately now.  GnuPG messages are unreadable under
12237         multibyte locales with default-enable-multibyte-characters set to
12238         nil.
12239
12240 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * message.el (message-tool-bar-gnome): Move "spell".
12243
12244 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12247         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12248         instead.
12249
12250 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12251
12252         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12253         Improve newsgroups handling for NNTP overviews which don't include
12254         Newsgroups.
12255
12256 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12257
12258         * message.el (message-resend): Bind message-generate-hashcash to nil.
12259
12260 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12261
12262         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12263         when searching for already-paid recipients.
12264
12265 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12266
12267         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12268         passphrases when it is not needed.
12269         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12270         passphrase stuff from gpg, should only be necessary when you use
12271         gpg with a smartcard.
12272
12273 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mml.el (mml-insert-mime): Ignore cached contents of
12276         message/external-body part.
12277
12278         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12279         (mm-insert-part): Ditto.
12280
12281 2006-03-23  Simon Josefsson  <jas@extundo.com>
12282
12283         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12284         Reiner.
12285         (pgg-gpg-use-agent-p): Use it again.
12286
12287 2006-03-23  Simon Josefsson  <jas@extundo.com>
12288
12289         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12290         older emacsen.
12291         (pgg-gpg-use-agent-p): Don't use it.
12292
12293 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12296         if we can.
12297
12298 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12299
12300         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12301         (pgg-gpg-update-agent): New function.
12302         (pgg-gpg-use-agent-p): New function.
12303         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12304         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12305         (pgg-gpg-sign-region): Use it.
12306
12307 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12310         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12311
12312 2006-03-21  Simon Josefsson  <jas@extundo.com>
12313
12314         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12315         <wilde@sha-bang.de>.
12316         (pgg-gpg-use-agent): New variable.
12317         (pgg-gpg-process-region): Use it.
12318         (pgg-gpg-encrypt-region): Likewise.
12319         (pgg-gpg-encrypt-symmetric-region): Likewise.
12320         (pgg-gpg-decrypt-region): Likewise.
12321         (pgg-gpg-sign-region): Likewise.
12322         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12323
12324 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12327
12328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12329         Add comment on version.
12330
12331 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * smiley.el: Add missing test smiley.
12334
12335 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * mm-decode.el (mm-with-part): New macro.
12338         (mm-get-part): Use it; work with message/external-body as well.
12339         (mm-save-part): Treat name and filename equally.
12340
12341         * mm-extern.el (mm-extern-cache-contents): New function.
12342         (mm-inline-external-body): Use it; force the part to be displayed;
12343         move undisplayer added to the cached handle to the parent.
12344
12345         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12346         (gnus-mime-view-part-as-type): Work with message/external-body.
12347
12348         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12349
12350 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12353         images in image-load-path.  [Sync with image.el, revision 1.60, in
12354         Emacs.]
12355
12356 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12359         path rather than symbol.  Always return list of directories.
12360         Guarantee that image directory comes first.  [Sync with image.el,
12361         revision 1.59, in Emacs.]
12362
12363         * message.el (message-make-tool-bar): Adjust to new API of
12364         `gmm-image-load-path-for-library'.
12365
12366         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12367
12368         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12369
12370 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12371
12372         * gnus-art.el (gnus-article-only-boring-p):
12373         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12374         intangible text.
12375         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12376
12377 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12380         Use `defun' instead of `gmm-defun-compat'.
12381
12382 2006-03-14  Simon Josefsson  <jas@extundo.com>
12383
12384         * message.el (message-unique-id): Don't use message-number-base36
12385         if (user-uid) is a float.
12386         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12387
12388 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12391
12392         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12393         empty line between a part and a message part.
12394
12395 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * smiley.el: Add more test smileys.
12398         (smiley-data-directory, smiley-regexp-alist)
12399         (gnus-smiley-file-types): Fix doc strings.
12400         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12401         adding new elements.
12402         (smiley-mouse-map): Unused code.  Make it a comment.
12403
12404 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12407         scan latest NoCeM messages instead of old ones.
12408         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12409         delimiters that are recently used.
12410         (gnus-nocem-load-cache): Add autoload cookie.
12411
12412         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12413
12414         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12415         level which is larger than gnus-use-nocem is specified.
12416
12417         * gnus-group.el (gnus-group-get-new-news): Ditto.
12418
12419 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-util.el (gnus-tool-bar-update): New function.
12422
12423         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12424         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12425
12426         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12427
12428         * gnus-group.el (gnus-group-redraw-when-idle)
12429         (gnus-group-redraw-check): Remove.
12430         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12431
12432 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12435         if optional last element is specified in splits (FIELD VALUE...).
12436
12437 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12440         to gmm-image-load-path-for-library.  Call with no-error argument.
12441         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12442
12443         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12444
12445         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12446
12447         * gmm-utils.el (gmm-image-load-path): Remove alias.
12448
12449 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * gmm-utils.el (gmm-image-load-path): Add alias.
12452
12453         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12454         nnml-generate-nov-databases-1.
12455         (nnml-generate-nov-databases): Use it.
12456         (nnml-generate-nov-databases-directory): Document no-active
12457         argument.
12458
12459         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12460         directory if path is t.  Add no-error.
12461
12462         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12463         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12464
12465         * gnus-art.el (gnus-article-browse-delete-temp-files):
12466         Simplify resetting gnus-article-browse-html-temp-list.
12467
12468         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12469         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12470         Add example to docstring.  Rename local variables.  Move error
12471         checks to default case in cond and simplify.
12472
12473 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12476         handle is multipart when calling it recursively.
12477         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12478
12479 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12480
12481         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12482         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12483
12484 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12487         is loaded.
12488
12489         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12490         loaded.
12491
12492 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12495         to "Emacs 23 (unicode)" in doc string.
12496
12497         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12498         "Emacs 23 (unicode)" in comment.
12499
12500 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12503
12504         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12505         characters 160 through 255 in Emacs 23.
12506
12507 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12510         gnus-article-browse-html-temp.
12511         (gnus-article-browse-delete-temp): Make it customizable.
12512         Add `file'.  Adjust doc string.
12513         (gnus-article-browse-delete-temp-files): Add argument.
12514         Allow query for each file.  Adjust doc string.
12515         (gnus-article-browse-html-parts):
12516         Add `gnus-article-browse-delete-temp-files' to
12517         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12518
12519 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12520
12521         * gnus-art.el (gnus-article-browse-html-temp)
12522         (gnus-article-browse-delete-temp): New variables.
12523         (gnus-article-browse-delete-temp-files): New function.
12524         (gnus-article-browse-html-parts): Use it.
12525
12526 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12529
12530         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12531         string.
12532
12533         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12534         gnus-summary-insert-new-articles when unplugged.
12535         Remove gnus-summary-search-article-forward.
12536
12537         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12538         display-visual-class instead of display-color-cells.
12539
12540 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * dgnushack.el: Autoload customize-group for XEmacs.
12543
12544         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12545         message/* containing non-ASCII text properly.
12546
12547 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * message.el: Require gmm-utils, remove autoloads.
12550         (message-tool-bar): Set default based on
12551         gmm-tool-bar-style.
12552         (message-tool-bar-gnome): Add gmm-customize-mode.
12553
12554         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12555         gmm-tool-bar-style.
12556         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12557
12558         * gnus-group.el (gnus-group-tool-bar): Set default based on
12559         gmm-tool-bar-style.
12560         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12561
12562         * gmm-utils.el (gmm-image-directory): Rename variable from
12563         gmm-image-load-path.
12564         (gmm-image-load-path): Use gmm-image-directory.
12565         (gmm-customize-mode): New function.
12566         (gmm-tool-bar-style): New variable.
12567
12568         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12569         gnus-group-redraw-line-number.
12570         (gnus-group-redraw-check): Simplify.
12571         (gnus-group-tool-bar-update): Remove redraw check.
12572         (gnus-group-make-tool-bar): Add redraw check.
12573
12574 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12575
12576         * gnus-art.el (gnus-button): Add missing parentheses.
12577
12578 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * lpath.el: Fbind line-number-at-pos.
12581
12582 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12585
12586 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-art.el (gnus-button): New face.
12589         (gnus-article-button-face): Use it.
12590
12591         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12592         Add gnus-summary-next-page.  Re-order.
12593
12594         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12595         next-node are now included.
12596         (gnus-group-redraw-line-number): New internal variable.
12597         (gnus-group-redraw-check): Helper function for updating the tool
12598         bar.
12599         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12600
12601         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12602
12603         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12604         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12605         Use it to match format of Spamassassin 3.0 and later.
12606         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12607         (spam-check-bogofilter)
12608         (spam-bogofilter-register-with-bogofilter): Fix args of
12609         `gnus-error' calls.
12610
12611 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12614         unnecessary interaction when sending queued mails.
12615         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12616
12617 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12620         first or last are nil.
12621
12622 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12623
12624         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12625
12626 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12627
12628         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12629
12630 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * dns.el (query-dns): Protect more against buggy tcp output.
12633
12634 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12637         nov.php.
12638
12639 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12640
12641         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12642         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12643         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12644         output on the server side.
12645         (nnweb-google-create-mapping): Update regexps and add some
12646         progress indication.
12647
12648 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * gnus-group.el (gnus-group-tool-bar-gnome):
12651         Fix gnus-agent-toggle-plugged.  Re-order icons.
12652         (gnus-group-tool-bar-gnome):
12653         Add gnus-group-{prev,next}-unread-group.
12654         (gnus-group-tool-bar-gnome): Re-order icons.
12655
12656         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12657         Move gnus-summary-insert-new-articles.
12658
12659         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12660         Fix comments.
12661
12662         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12663         also available in Emacs 21.3.
12664
12665         * message.el (message-fix-before-sending): Change "Emacs 22" to
12666         "Emacs 23 (unicode)" in comment.
12667
12668         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12669         "Emacs 23 (unicode)" in comment.
12670
12671         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12672         comment.
12673         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12674
12675         * mm-view.el (mm-fill-flowed): Add :version.
12676
12677 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12680         and load-path.
12681
12682 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * message.el: Autoload gmm-image-load-path.
12685         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12686         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12687         consitency.
12688
12689         * gmm-utils.el (gmm-image-load-path): Also search in
12690         "../etc/images".  Don't set gmm-image-load-path if we don't find
12691         the image.
12692
12693 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gmm-utils.el (gmm-image-load-path): Don't make
12696         `gmm-image-load-path' include subdirectories which the second arg
12697         `image' might specify.
12698
12699         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12700         subdirectory to icon file names.
12701
12702         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12703
12704 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12707         gmm-image-load-path calls.
12708
12709         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12710
12711         * message.el (message-make-tool-bar): Ditto.
12712
12713         * mml.el (mml-preview): Add comment concerning tool bar icons.
12714
12715         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12716         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12717
12718         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12719         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12720
12721         * message.el (message-tool-bar-gnome): Use new icon names.
12722         (message-make-tool-bar): Use `gmm-image-load-path'.
12723
12724         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12725         New functions from MH-E.
12726         (gmm-image-load-path): New variable from MH-E.
12727         (gmm-image-load-path): New function from MH-E.  Add arguments
12728         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12729         *-image-load-path-called-flag.
12730
12731 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12732
12733         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12734
12735 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12736
12737         * nnimap.el (nnimap-request-move-article): Change folder back to
12738         source group before deleting.
12739
12740 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12743
12744         * gnus-art.el (mm-url-insert-file-contents-external):
12745         Autoload mm-url.
12746
12747         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12748
12749 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12752         coding system which mm-charset-to-coding-system returns for a
12753         given charset is valid.
12754
12755 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12756
12757         * html2text.el (html2text-remove-tag-list):
12758         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12759
12760 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12761
12762         * gnus-cus.el: Revert 2005-10-17 change.
12763
12764 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-art.el (article-strip-banner):
12767         Call article-really-strip-banner only when the regexp match is made.
12768
12769 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (article-strip-banner):
12772         Use gnus-extract-address-components instead of
12773         mail-header-parse-addresses to make it work with non-ASCII text;
12774         remove mail-encode-encoded-word-string.
12775
12776         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12777         values which are surrounded with \"...\"; make it never cause a
12778         Lisp error; give up parsing of parameters if it failed in
12779         extracting type.
12780
12781 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12782
12783         * smime.el (smime-cert-by-ldap-1): Fix bug where
12784         `smime-ldap-search' returns results without userCertificates.
12785
12786 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12789
12790 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * spam.el (spam-check-spamassassin-headers): Adapt format for
12793         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12794         <ari@mbf.ocn.ne.jp>.
12795         (spam-list-of-processors): Add spam-use-gmane.
12796
12797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12800         make-temp-file; make it work with XEmacs as well.
12801
12802         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12803         mm-make-temp-file.
12804
12805         * mm-decode.el (mm-display-external): Use the 3rd arg of
12806         mm-make-temp-file.
12807         (mm-create-image-xemacs): Ditto.
12808
12809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12812         with message-narrow-to-headers.
12813         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12814         (gnus-draft-check-draft-articles): New function.
12815         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12816
12817 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * gnus-art.el (gnus-article-browse-html-parts):
12820         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12821         Don't use suffix argument for mm-make-temp-file for Emacs 21
12822         compatibility.  Remove useless `format'.
12823
12824 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12825
12826         * nnweb.el (nnweb-google-wash-article): Update regexps.
12827         (nnweb-group-alist): Use defvoo instead of defvar.
12828
12829 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12832         re-loading nn* modules.
12833
12834 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12837         for `tool-bar-mode' and don't check it's default-value.
12838
12839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12840
12841         * message.el (message-make-tool-bar): Ditto.
12842
12843         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12844         `substring'.  Shorten tmp-file name.
12845
12846         * gnus.el: Remove bogus comment.
12847
12848 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12849
12850         * gnus-art.el (gnus-article-browse-html-parts): New function.
12851         (gnus-article-browse-html-article): New function for viewing html
12852         articles with a browser.
12853
12854 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12855
12856         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12857         in elisp.
12858         (pgg-gpg-encrypt-symmetric-region): Ditto.
12859         (pgg-gpg-sign-region): Ditto.
12860
12861         * pgg-def.el (pgg-text-mode): New variable.
12862
12863         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12864         (mml2015-pgg-encrypt): Ditto.
12865
12866         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12867         (mml1991-pgg-encrypt): Ditto.
12868
12869 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * nnfolder.el (nnfolder-insert-newsgroup-line):
12872         Use message-make-date instead of current-time-string.
12873
12874         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12875         to gnus-decoded which mm-uu might set.
12876
12877 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12880         don't decode quoted parameters; remove misimported Emacs code.
12881         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12882         (rfc2231-decode-encoded-string): Don't use split-string which
12883         behaves differently according to Emacs version; use
12884         mm-decode-coding-region to convert charset to coding-system.
12885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12886         (rfc2231-encode-string): Remove misimported Emacs code.
12887
12888 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12891         when calling mail-header-parse-content-type.
12892         (article-de-quoted-unreadable): Ditto.
12893         (article-de-base64-unreadable): Ditto.
12894         (article-wash-html): Ditto.
12895
12896         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12897         calling mail-header-parse-content-type and
12898         mail-header-parse-content-disposition.
12899         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12900         mail-header-parse-content-type.
12901
12902         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12903         insert charset and format parameters; encode description after
12904         inserting it to buffer.
12905         (mml-insert-parameter): Fold lines properly even if a parameter is
12906         segmented into two or more lines; change the max column to 76.
12907
12908         * rfc1843.el (rfc1843-decode-article-body): Don't use
12909         ignore-errors when calling mail-header-parse-content-type.
12910
12911         * rfc2231.el (rfc2231-parse-string): Return at least type if
12912         possible; don't cause an error even if it fails in parsing of
12913         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12914         (rfc2231-encode-string): Don't break lines at the beginning, leave
12915         it to mml-insert-parameter.
12916
12917         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12918         calling mail-header-parse-content-type.
12919
12920 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * spam-report.el (spam-report-gmane-use-article-number):
12923         Improve doc string.
12924         (spam-report-gmane-internal): Check if a suitable header was found
12925         in the article.
12926
12927 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12930         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12931
12932 2006-02-05  Romain Francoise  <romain@orebokech.com>
12933
12934         Update copyright notices of all files in the gnus directory.
12935
12936 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12937
12938         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12939
12940 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12943         segmented lines of parameter value to cope with Thunderbird 1.5
12944         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12945         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12946         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12947
12948 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12949
12950         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12951         parts.
12952
12953 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12954
12955         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12956         there's only one active file for all servers.
12957         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12958         solid groups.  Gnus might have used a FAST request to select the group.
12959         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12960         and nnweb-search redundantly in the active file.
12961         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12962         (nnweb-request-create-group): Don't use ARGS.
12963         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12964         initialisations.  Let nnoo do the work.
12965
12966 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12969         Say the part has been decoded.
12970
12971         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12972
12973 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12974
12975         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12976         mailcap-viewer-test-cache when there's no 'test clause, since that
12977         will invert the meaning of a "nil" test previously determined by
12978         mailcap-mailcap-entry-passes-test.
12979
12980 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12983         compiling.
12984
12985         * gnus-sum.el: Ditto.
12986
12987         * message.el: Don't bind tool-bar-map when compiling.
12988
12989 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12992
12993 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12994
12995         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12996         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12997         current Google Groups.
12998
12999 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13002         and tool-bar-mode.
13003
13004         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13005         and tool-bar-mode.
13006
13007         * message.el (message-tool-bar-update): Simplify.
13008         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13009
13010         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13011         gnus-summary-buffer.
13012         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13013         gnus-summary-reply.
13014
13015         * gmm-utils.el (gmm): Add :version.
13016
13017 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * Makefile.in (clean): New rule.
13020         (distclean): Use it.
13021
13022 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13023
13024         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13025         Don't autoload.
13026
13027 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gmm-utils.el (gmm-verbose): Add :group.
13030
13031 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * message.el: Change some comments WRT tool-bars.
13034
13035         * gnus-sum.el (gnus-summary-tool-bar)
13036         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13037         (gnus-summary-tool-bar-zap-list): New variables.
13038         (gnus-summary-make-tool-bar): Complete rewrite using
13039         `gmm-tool-bar-from-list'.
13040
13041         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13042         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13043         New variables.
13044         (gnus-group-make-tool-bar): Complete rewrite using
13045         `gmm-tool-bar-from-list'.
13046         (gnus-group-tool-bar-update): New function.
13047
13048         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13049
13050 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13053         is dissected into a single part of which the type is the same as
13054         the given one; decode charset.
13055
13056 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13057
13058         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13059         into alists as symbol not string, since that's what
13060         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13061         look for.
13062
13063 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13066         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13067
13068         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13069
13070 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13073         (gnus-xmas-mime-security-button-menu): New function.
13074
13075         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13076         (gnus-mime-security-button-menu): New definition.
13077         (gnus-mime-security-button-map): Use them.
13078         (gnus-mime-security-button-menu): New function.
13079         (gnus-insert-mime-security-button): Addition to help echo.
13080         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13081         (gnus-mime-security-pipe-part): New functions.
13082
13083         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13084         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13085
13086         * mm-decode.el (mm-handle-set-disposition): Remove.
13087         (mm-handle-set-description): Remove.
13088
13089 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13092         (mm-w3m-standalone-supports-m17n-p): New function.
13093         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13094         w3m usage.
13095
13096         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13097         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13098
13099 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * message.el (message-tool-bar-zap-list):
13102         Use gmm-tool-bar-zap-list as custom type.
13103         (message-tool-bar-update): New function.
13104         (message-tool-bar, message-tool-bar-gnome)
13105         (message-tool-bar-retro): Add message-tool-bar-update.
13106         (message-tool-bar-gnome): Add flyspell-buffer.
13107
13108         * gnus-util.el (gnus-error): Describe `args'.
13109
13110         * gmm-utils.el (gmm-error): Describe `args'.
13111         (gmm-tool-bar-zap-list): New widget.
13112         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13113
13114 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13117         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13118         the number of recursive calls.
13119
13120         * mm-decode.el (mm-handle-set-disposition): New macro.
13121         (mm-handle-set-description): New macro.
13122
13123 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13126         encoding.
13127
13128 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * message.el (message-tool-bar-zap-list, message-tool-bar)
13131         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13132         (message-tool-bar-local-item-from-menu): Remove.
13133         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13134         (message-make-tool-bar): New function.
13135         (message-mode): Use `message-make-tool-bar'.
13136
13137         * gmm-utils.el: New file.
13138         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13139         (gmm-lazy): New widget copied from `nnmail.el'.
13140         (gmm-tool-bar-from-list): New function for creating customizable
13141         tool bars.
13142         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13143         output.
13144         (gmm): Add :prefix to defgroup.
13145
13146 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13147
13148         * gmm-utils.el (gmm-widget-p): New function.
13149
13150 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * mml.el (mml-attach-file): Describe `description' in doc string.
13153         (mml-menu): Add Emacs MIME manual and PGG manual.
13154
13155 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13156
13157         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13158
13159 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13160
13161         * nntp.el (nntp-end-of-line): Doc fix.
13162
13163 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13164
13165         * imap.el (imap-open): Handle case where buffer is a buffer
13166         object.
13167
13168 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13169
13170         * gnus-delay.el (gnus-delay): Don't autoload.
13171         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13172         to be re-loaded when customizing the `gnus-delay' group.
13173
13174 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13175
13176         * message.el (message-insert-citation-line): Use newlines.
13177
13178 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13179
13180         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13181         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13182         these routines, so the passphrase can be managed externally and
13183         passed in to the system.
13184         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13185         pgg-add-passphrase-to-cache function.
13186
13187         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13188         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13189         these routines, so the passphrase can be managed externally and
13190         passed in to the system.
13191         (pgg-pgp5-sign-region): Use new name of
13192         pgg-add-passphrase-to-cache function.
13193
13194 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13195
13196         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13197         part of the decoded armor to find the key-identifier.
13198         (pgg-gpg-lookup-key-owner): New function to return the
13199         human-readable identifier of a key owner.
13200         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13201         itself.
13202         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13203         the key value) if we have a key and can match it against a secret
13204         key.  Also, added a note pointing out fact that the prompt only
13205         indicates the first matching key.
13206
13207         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13208         pgg-decrypt-region.
13209         (pgg-add-passphrase-to-cache): Rename from
13210         `pgg-add-passphrase-cache' to reduce confusion (all callers
13211         changed).
13212         (pgg-remove-passphrase-from-cache): Rename from
13213         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13214         changed).
13215         (pgg-read-passphrase, pgg-add-passphrase-cache)
13216         (pgg-remove-passphrase-cache): Add informative docstrings.
13217         (pgg-decrypt): Convey provided passphrase in subordinate call to
13218         pgg-decrypt-region.
13219
13220 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13221
13222         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13223         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13224         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13225         'passphrase' argument, so the passphrase can be managed externally
13226         and then passed in to the system.
13227
13228         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13229         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13230         so the passphrase cache can be used reliably with identifiers
13231         besides a pgp packet's key id.
13232
13233         * pgg-gpg.el (pgg-gpg-encrypt-region)
13234         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13235         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13236         these routines, so the passphrase can be managed externally and
13237         passed in to the system.
13238
13239         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13240         'notruncate' argument, so the passphrase cache can be used
13241         reliably with identifiers besides a pgp packet's key id.
13242
13243 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13244
13245         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13246         symmetric encryption.
13247         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13248         encrypted session key.
13249         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13250         message ask for the passphrase in a proper way.
13251
13252         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13253         New user commands for symmetric encryption.
13254
13255 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13258
13259         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13260
13261 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13262
13263         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13264
13265 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mm-decode.el (mm-inlined-types): Add application/pgp.
13268         (mm-automatic-display): Ditto.
13269
13270         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13271         part as text.
13272
13273 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * nnrss.el: Update copyright.
13276         (nnrss-opml-import): Query whether to subscribe to each entry.
13277
13278         * gnus-art.el:
13279         * gnus-sum.el:
13280         * gnus-xmas.el:
13281         * messagexmas.el:
13282         * mm-uu.el:
13283         * mm-view.el: Update copyright.
13284
13285 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * message.el (message-info): New function.
13288         (message-mode-menu): Add it.
13289         Update copyright.
13290
13291         * ChangeLog: Fix and update copyright.
13292
13293 2006-01-13  Romain Francoise  <romain@orebokech.com>
13294
13295         * message.el (message-forward-subject-name-subject): Prefer the
13296         address to 'nowhere' if the sender has no name.
13297         Fix typo.  Update copyright year.
13298
13299 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-art.el (article-wash-html):
13302         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13303         (gnus-article-wash-html-with-w3m-standalone): New function.
13304
13305         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13306         mm-inline-text-html-render-with-w3m-standalone.
13307         (mm-text-html-washer-alist): Map w3m-standalone to
13308         gnus-article-wash-html-with-w3m-standalone.
13309         (mm-inline-text-html-render-with-w3m-standalone): New function.
13310
13311 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13314         Improve LaTeX.
13315
13316 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13319         (nnrss-request-article): Render text/plain parts as HTML.
13320
13321         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13322         the buffer.
13323
13324 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13327         custom definition of `gnus-posting-styles'.
13328
13329         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13330         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13331
13332 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13335         Use nntp for bug archive.
13336
13337 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13340         parts.
13341         (nnrss-normalize-date): New function converts ISO 8601 date into
13342         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13343         (nnrss-check-group): Use it.
13344
13345 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13348
13349         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13350         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13351         (nnrss-insert-w3): Ditto.
13352
13353 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13356         the articles to be forwarded including the case where neither a
13357         number of articles nor a region is specified.
13358
13359 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * nnrss.el (nnrss-request-article): Fix last change; fill
13362         text/plain parts.
13363
13364 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13367         in text/plain part.
13368         (nnrss-check-group): Don't add excessive newline to dc:subject.
13369
13370 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13371
13372         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13373         article.
13374
13375 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13378         (nnml-use-compressed-files, nnml-save-mail): Support other
13379         comression programs such as bzip2.
13380
13381 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * dns.el (query-dns): Make sure we check the buffer size before
13384         removing tcp headers.
13385
13386 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13389         remove MIME buttons associated with multipart/alternative parts.
13390         (gnus-mime-display-alternative): Tag buttons using `article-type'
13391         text property.
13392
13393         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13394         associated with multipart/alternative parts.
13395
13396         * gnus-art.el (gnus-signature-separator): Fix custom type.
13397
13398         * mm-decode.el (mm-inlined-types): Fix custom type.
13399         (mm-keep-viewer-alive-types): Ditto.
13400         (mm-automatic-display): Ditto.
13401         (mm-attachment-override-types): Ditto.
13402         (mm-inline-override-types): Ditto.
13403         (mm-automatic-external-display): Ditto.
13404
13405 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * spam-report.el (spam-report-user-mail-address)
13408         (spam-report-user-agent): New variables.
13409         (spam-report-url-ping-plain): Use spam-report-user-agent.
13410
13411 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13412
13413         * gnus-art.el (gnus-button-handle-custom): Do not just use
13414         `customize-apropos' for any "M-x customize-*" button but the
13415         function called for.  Accept both the function name and its
13416         argument in order to achieve this.
13417         (gnus-button-alist): Remove support for "custom:" URL's.
13418         Pass function name to `gnus-button-handle-custom' in case of "M-x
13419         customize-*" buttons.
13420
13421 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13424         multipart/alternative and add xref to mm-discouraged-alternatives
13425         in doc string.
13426
13427         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13428         gnus-buttonized-mime-types in doc string.
13429
13430 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13433         Suggest image/.* in the doc string.
13434
13435 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13438         message-marks (Debian bug #342521).
13439
13440 2005-12-12  Simon Josefsson  <jas@extundo.com>
13441
13442         * password.el (password-read-from-cache): Add.
13443         (password-read): Use it.
13444
13445 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * rfc2047.el (rfc2047-charset-to-coding-system):
13448         Recognize us-ascii as a MIME charset.
13449
13450         * mm-bodies.el (mm-decode-content-transfer-encoding):
13451         Protect against the case where the 2nd arg TYPE is nil.
13452
13453 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * pop3.el (pop3-stream-type): Fix custom version.
13456
13457         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13458
13459 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13460
13461         * mm-decode.el (mm-display-external): Add missing cdr.
13462
13463 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13466         RFC1524) if it is in mailcap or add a suffix according to
13467         mailcap-mime-extensions when generating a temp filename; postpone
13468         deleting a temp file for 2 seconds for some wrappers, shell
13469         scripts, and so on, which might exit right after having started a
13470         viewer command as a background job.
13471
13472 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * nntp.el (nntp-marks-directory): Fix custom group.
13475
13476         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13477         steps when < 10.
13478
13479         * gnus-start.el (gnus-no-server-1):
13480         Mention `gnus-level-default-subscribed' in doc string.
13481
13482 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13483
13484         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13485         parens.
13486
13487 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-xmas.el (gnus-use-toolbar): Revert.
13490         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13491         gnus-use-toolbar is default.
13492
13493         * messagexmas.el (message-use-toolbar): Revert.
13494         (message-setup-toolbar): Use global default-toolbar if
13495         message-use-toolbar is default.
13496
13497 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13500         according to default-toolbar-visible-p.
13501
13502         * messagexmas.el (message-use-toolbar): Ditto.
13503
13504 2005-11-26  Dave Love  <fx@gnu.org>
13505
13506         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13507         (tls-program, tls-success): Provide openssl alternative.
13508
13509         * starttls.el: Doc fixes.
13510         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13511         SERVICE to PORT.
13512
13513         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13514         port null or service name.
13515         (starttls-negotiate): Autoload.
13516
13517 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * message.el (message-kill-to-signature): Fix interactive spec.
13520
13521 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * pop3.el (pop3-open-server): Recognize a string as a service name.
13524
13525 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13526
13527         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13528
13529 2005-11-23  Dave Love  <fx@gnu.org>
13530
13531         Add pop3s, pop3/starttls.
13532
13533         * pop3.el (pop3-authentication-scheme): Clarify doc.
13534         (open-tls-stream, starttls-open-stream): Autoload.
13535         (pop3-stream-type): New.
13536         (pop3-open-server): Use it.
13537
13538         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13539         for POP.
13540         (mail-source-keyword-map): Add :stream for POP.
13541         (mail-source-fetch-pop): Use pop3-stream-type.
13542
13543 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13546         of current-time-string.
13547
13548 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13549
13550         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13551         date header.
13552
13553 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13554
13555         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13556         it can seriously impact performance as it bypasses the agent's
13557         local caches.
13558
13559 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13560
13561         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13562         must be explicitly online rather than "not explicitly offline" for
13563         its flags to be synchronized.
13564
13565         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13566         that gnus-uu-unmark-thread will function correctly.
13567
13568         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13569         1024K is instead displayed as 1M.
13570
13571 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13572
13573         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13574
13575 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13576
13577         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13578
13579 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13580
13581         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13582         error message to display actual error condition.
13583         (gnus-agent-save-local): Avoid saving symbols that are bound to
13584         nil as they simply result in a warning message in
13585         gnus-agent-read-local.
13586
13587 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13590         rather than make-variable-buffer-local for file-precious-flag.
13591
13592 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13593
13594         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13595         for duplicates which are removed.  The invalid sort check then
13596         triggers a rescan after the sort as sorting may have moved
13597         duplicate entries such that they can be cheaply detected.
13598
13599 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13602
13603 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13604
13605         * gnus-agent.el (gnus-agent-article-alist-save-format):
13606         Change internal variable to a custom variable.  Change default value
13607         from compressed(2) to uncompressed(1).
13608         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13609         support for uncompressed agentview files.  Taken together, reading
13610         the agentview file should now be 6-7 times faster.
13611
13612 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13613
13614         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13615         as a buffer-local variable.  This avoids creating truncated
13616         dribble files as a result of a hang up, eg.
13617
13618 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13619
13620         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13621         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13622         XEmacs.
13623
13624 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-start.el (gnus-start-draft-setup):
13627         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13628
13629         * gnus.el (gnus-splash): Change custom group.
13630         (gnus-group-get-parameter, gnus-group-parameter-value):
13631         Describe allow-list argument.
13632
13633         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13634         string.
13635
13636 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus-art.el (gnus-default-article-saver): Add user-defined
13639         `function' to custom type.
13640
13641 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13642
13643         * imap.el (imap-open): Handle case where buffer is a buffer
13644         object.
13645
13646 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13649         long lines.
13650         (gnus-cache-delete-group): Wrap doc strings.
13651
13652         * gnus-agent.el (gnus-agent-rename-group)
13653         (gnus-agent-delete-group): Wrap doc strings.
13654
13655 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * messagexmas.el (message-use-toolbar): Change the valid values
13658         into default, top, bottom, left, and right.
13659         (message-toolbar-thickness): New variable.
13660         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13661         well.
13662         (message-setup-toolbar): Make it work.
13663
13664         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13665         (gnus-use-toolbar): Change the valid values into default, top,
13666         bottom, left, and right.
13667         (gnus-toolbar-thickness): New variable.
13668         (gnus-xmas-setup-toolbar): New function.
13669         (gnus-xmas-setup-group-toolbar): Use it.
13670         (gnus-xmas-setup-summary-toolbar): Use it.
13671
13672 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13673
13674         * gnus-start.el (gnus-1): Add "native" to
13675         gnus-predefined-server-alist.
13676
13677         * gnus.el (gnus-method-to-server): Don't add "native" to the
13678         lists here, because that leads to problems when
13679         gnus-select-method is bound.
13680
13681 2005-11-09  Simon Josefsson  <jas@extundo.com>
13682
13683         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13684         use (not sort-by-date) instead.
13685
13686 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13687
13688         * gnus-delay.el (gnus-delay-group): Don't autoload.
13689         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13690         to be re-loaded when customizing the `gnus-delay' group.
13691
13692 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13693
13694         * message.el: Revert last changes.
13695         (message-insert-citation-line): Use newlines.
13696
13697 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13698
13699         * message.el (message-courtesy-message)
13700         (message-mark-insert-begin, message-mark-insert-end)
13701         (message-elide-ellipsis, message-cancel-message)
13702         (message-add-header, message-change-subject)
13703         (message-cross-post-followup-to-header)
13704         (message-cross-post-insert-note, message-reduce-to-to-cc)
13705         (message-widen-reply, message-delete-not-region)
13706         (message-kill-to-signature, message-insert-signature)
13707         (message-insert-importance-high, message-insert-importance-low)
13708         (message-insert-or-toggle-importance)
13709         (message-insert-disposition-notification-to)
13710         (message-indent-citation, message-yank-original)
13711         (message-cite-original-without-signature, message-cite-original)
13712         (message-insert-citation-line, message-position-on-field)
13713         (message-fix-before-sending, message-send-mail-partially)
13714         (message-send-mail, message-send-mail-with-sendmail)
13715         (message-send-mail-with-qmail, message-send-news)
13716         (message-check-news-header-syntax, message-generate-headers)
13717         (message-insert-courtesy-copy, message-fill-address)
13718         (message-fill-header, message-shorten-references)
13719         (message-setup-1, message-cancel-news)
13720         (message-forward-make-body-plain, message-forward-make-body-mime)
13721         (message-forward-make-body-mml, message-encode-message-body)
13722         (message-forward-make-body-digest-plain)
13723         (message-forward-make-body-digest-mime)
13724         (message-use-alternative-email-as-from): Insert `hard-newline'
13725         instead of ordinary newlines.
13726
13727 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * message.el (message-generate-headers): Downcase the argument
13730         given to message-check-element.
13731
13732 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13733
13734         * nntp.el (nntp-authinfo-rejected): New error condition.
13735         (nntp-wait-for): Use new error condition to signal authentication
13736         error.
13737         (nntp-retrieve-data): Rethrow new error condition to break out of
13738         recursive call to nntp-send-authinfo.
13739
13740 2005-11-08  Romain Francoise  <romain@orebokech.com>
13741
13742         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13743         (gnus-summary-exit-map): Bind to `Z p'.
13744         (gnus-summary-make-menu-bar): Add menu item.
13745
13746 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13749         (gnus-treat-*): Add `first' in all doc strings.
13750
13751         * gnus-group.el (gnus-group-compact-group): Fix typo.
13752
13753 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus.el (gnus-parameters-case-fold-search): New variable.
13756         (gnus-parameters-get-parameter): Use it.
13757
13758         * gnus-score.el (gnus-home-score-file): Doc fix.
13759
13760 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13761
13762         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13763
13764 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-util.el (mm-special-display-p): New function.
13767
13768         * mml.el (mml-preview): Use it; doc fix.
13769
13770 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13771
13772         * imap.el (imap-open): Handle case where buffer is a buffer object.
13773
13774 2005-10-29  Romain Francoise  <romain@orebokech.com>
13775
13776         * message.el (message-fix-before-sending): Fix comment.
13777
13778 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13779
13780         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13781
13782 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13783
13784         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13785         Used in gnus-score.el.
13786
13787 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13790
13791 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13794         whitespace removed in revision 7.8.  Use concatenated string to
13795         protect trailing whitespace.
13796
13797 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13798
13799         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13800         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13801         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13802         Courier IMAP ("some version from 2004").  Mostly based on similar
13803         code in the same function.
13804
13805 2005-10-26  Didier Verna  <didier@xemacs.org>
13806
13807         * gnus-group.el (gnus-group-compact-group): Invalidate original
13808         article buffer.
13809         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13810         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13811         NOV database and in article itself.
13812         Invalidate article backlog.
13813
13814 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13817
13818 2005-10-26  Simon Josefsson  <jas@extundo.com>
13819
13820         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13821         part of 2004-07-25 change.
13822
13823 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * message.el (message-display-completion-list): New function.
13826         (message-expand-group): Use it; make sure the Completions buffer
13827         is modifiable.
13828 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13829
13830         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13831         user-mail-name is an empty string.
13832
13833 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13836         depending on gnus-score-decay-constant.
13837
13838         * encrypt.el (encrypt-insert-file-contents)
13839         (encrypt-write-file-contents): Don't use `gnus-message'.
13840
13841         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13842         arguments.
13843         (mm-uu-type-alist): Add message-marks and insert-marks.
13844         Pass arguments to mm-uu-verbatim-marks-extract.
13845         (mm-uu-hide-markers): New variable.
13846         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13847
13848         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13849         (gnus-convert-image-to-face-command): Use "convert" by default to
13850         allow other input image formats.
13851         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13852         accordingly.
13853
13854 2005-10-23  Simon Josefsson  <jas@extundo.com>
13855
13856         * imap.el (imap-gssapi-program): Align command line parameters
13857         with latest GNU SASL.
13858         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13859
13860 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13863         HTML.
13864         (nnslashdot-request-article): Ditto.
13865
13866         * lpath.el (featurep): Add nobreak-char-display.
13867
13868 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13869
13870         * mail-source.el (mail-source-fetch-pop): Require pop3.
13871         (mail-source-check-pop): Ditto.
13872
13873 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13876         errors.
13877
13878 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13881         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13882
13883         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13884
13885         * mm-bodies.el (mm-decode-string):
13886         Call `mm-charset-to-coding-system' with allow-override argument.
13887
13888 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13891         (rfc2047-charset-to-coding-system): New function.
13892         (rfc2047-decode-encoded-words): New function.
13893         (rfc2047-decode-region): Use them.
13894         (rfc2047-decode-cte): Remove.
13895         (rfc2047-parse-and-decode): Remove.
13896         (rfc2047-decode): Remove.
13897
13898 2005-10-15  Kenichi Handa  <handa@m17n.org>
13899
13900         * rfc2047.el (rfc2047-decode-cte): New function.
13901         (rfc2047-decode-region): Change the way to decode successive
13902         encoded-words: decode B- or Q-encoding in each encoded-word,
13903         concatenate them, and decode it as charset.
13904
13905 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * lpath.el: Fbind codepage-setup for XEmacs.
13908
13909 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13910
13911         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13912         widget-move-and-invoke.
13913         (gnus-custom-mode): Use gnus-custom-map.
13914
13915 2005-10-15  Bill Wohler  <wohler@newt.com>
13916
13917         * message.el (message-tool-bar-map): Rename image file from
13918         mail_send to mail/send.
13919
13920 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13921
13922         * message.el (message-expand-group): Pass the common
13923         prefix substring of completion to `display-completion-list'.
13924
13925 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * mml-sec.el (mml-secure-method): New internal variable.
13928         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13929         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13930         New functions using mml-secure-method.
13931
13932         * mml.el (mml-mode-map): Add key bindings for those functions.
13933         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13934         Harder <harder@myrealbox.com>.
13935         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13936         Goto end of message if point is the headers of the message.
13937
13938         * message.el (message-in-body-p): New function.
13939
13940         * assistant.el: Autoload gnus-util and netrc.
13941
13942         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13943         Use `mm-charset-override-alist' only when decoding.
13944
13945         * mm-bodies.el (mm-decode-body):
13946         Call `mm-charset-to-coding-system' with allow-override argument.
13947
13948         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13949         `filename' from Content-Disposition if Content-Type doesn't
13950         provide `name'.
13951         (gnus-mime-view-part-as-type): Set default instead of
13952         initial-input.
13953
13954 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13955
13956         * format-spec.el (format-spec): Propagate text properties of % spec.
13957
13958 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-art.el (gnus-treat-predicate): Add `first'.
13961
13962 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13965         (mm-charset-override-alist): New variable.
13966         (mm-charset-to-coding-system): Use it.
13967         (mm-codepage-setup): New helper function.
13968         (mm-charset-eval-alist): New variable.
13969         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13970         Warn about unknown charsets.
13971
13972         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13973
13974 2005-10-04  David Hansen  <david.hansen@gmx.net>
13975
13976         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13977         (nnrss-check-group): Ditto.
13978
13979 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13982         Rename x-gnus-verbatim to x-verbatim.
13983         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13984
13985         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13986         x-verbatim.
13987
13988         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13989
13990         * gnus-util.el (gnus-remove-duplicates): Remove.
13991
13992         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13993         instead of gnus-remove-duplicates.
13994
13995         * message.el (message-remove-duplicates): Remove.
13996         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13997         message-remove-duplicates.
13998
13999         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14000         available, else use implementation from `delete-dups'.
14001
14002         * message.el (message-insert-expires): New function.
14003         (message-mode-map): Add key binding.
14004         (message-mode-field-menu): Add menu entry.
14005         (message-mode): Document it.
14006         (message-make-expires-date): Use `message-make-date'.
14007
14008 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14009
14010         * message.el (message-make-expires-date): New function.
14011
14012 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * Makefile.in (list-installed-shadows): New entry.
14015         (install): Use it.
14016         (remove-installed-shadows): New entry.
14017
14018         * dgnushack.el (dgnushack-default-load-path): New variable.
14019         (dgnushack-find-lisp-shadows): New function.
14020         (dgnushack-remove-lisp-shadows): New function.
14021
14022 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * Makefile.in (install-el-elc): New entry.
14025         (install): Use it so that .el files are necessarily installed.
14026
14027 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14030
14031 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14032
14033         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14034         function rather than the diff-mode.el package.
14035         (mm-display-external): Use with-current-buffer.
14036         (mm-viewer-completion-map, mm-viewer-completion-map):
14037         Move initialization inside declaration.
14038
14039 2005-09-29  Simon Josefsson  <jas@extundo.com>
14040
14041         * spam.el: Load hashcash when compiling, to avoid warnings.
14042         Don't autoload mail-check-payment.
14043         (spam-check-hashcash): Define unconditionally, since hashcash.el
14044         is part of Gnus now.  Ignore errors from payment checking.
14045
14046 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * message.el (message-bold-region, message-unbold-region):
14049         Rename from `bold-region' and `unbold-region'.
14050
14051         * message.el: Remove useless autoloads.
14052
14053 2005-09-28  Simon Josefsson  <jas@extundo.com>
14054
14055         * message.el (message-use-idna): Default to t.
14056         (message-use-idna): Test whether encoding works too.  Doc fix.
14057
14058 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * nntp.el (nntp-warn-about-losing-connection): Remove.
14061
14062 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14065         customizable.  Change default value.
14066         (mm-uu-diff-groups-regexp): Change default value.
14067         (mm-uu-type-alist): Add doc string.
14068         (mm-uu-configure): Add doc string.  Make it interactive.
14069         (mm-uu-tex-groups-regexp): New variable.
14070         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14071         (mm-uu-type-alist): Add LaTeX documents.
14072         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14073         of "text/verbatim".
14074         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14075
14076         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14077         instead of "text/verbatim".
14078
14079         * message.el (message-mark-inserted-region)
14080         (message-mark-insert-file): Use slrn style marks when called with
14081         prefix argument.
14082
14083 2005-09-27  Simon Josefsson  <jas@extundo.com>
14084
14085         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14086
14087 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14088
14089         * message.el (message-remove-duplicates): New function.
14090         Implementation borrowed from `gnus-remove-duplicates'.
14091         (message-idna-to-ascii-rhs): Also encode idna addresses in
14092         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14093         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14094         only ask about the same idna domain once per header and also tell
14095         in what header to replace the idna domain.
14096
14097         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14098         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14099         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14100         a header is decoded and not just the last one.
14101
14102 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14105         has been decoded.
14106
14107         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14108         (mm-insert-part): Don't modify text if it has been decoded.
14109
14110         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14111         decoded.
14112
14113         * mm-view.el (mm-inline-text): Don't strip text props unless
14114         decoding enriched or richtext parts.
14115
14116 2005-09-25  Romain Francoise  <romain@orebokech.com>
14117
14118         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14119         * gnus-start.el (gnus-subscribe-interactively):
14120         * gnus-uu.el (gnus-uu-grab-articles):
14121         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14122         space.
14123
14124 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14125
14126         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14127         * mm-view.el (mm-view-pkcs7-decrypt):
14128         * gnus-sum.el (gnus-summary-limit-to-extra)
14129         (gnus-summary-respool-article, gnus-read-move-group-name):
14130         * gnus-score.el (gnus-summary-increase-score):
14131         * gnus-util.el (gnus-completing-read-with-default):
14132         * gnus-art.el (gnus-read-save-file-name)
14133         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14134         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14135         * message.el (message-check-news-header-syntax):
14136         Follow convention for reading with the minibuffer.
14137
14138 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * spam-report.el (spam-report-url-ping-plain):
14141         Use gnus-extended-version as User-Agent.
14142
14143         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14144         default value is nil.
14145
14146         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14147         (mm-uu-verbatim-marks-extract): New function.
14148         (mm-uu-extract): New face.
14149         (mm-uu-copy-to-buffer): Use it.
14150
14151         * spam-report.el (spam-report-gmane-ham): Rename from
14152         `spam-report-gmane-unspam'.
14153         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14154         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14155
14156         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14157         Autoload.
14158         (spam-report-gmane-unregister-routine):
14159         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14160
14161 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14164         (spam-report-gmane-unregister-routine): Add support for gmane
14165         unregistration.
14166
14167         * spam-report.el (spam-report-gmane-unspam)
14168         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14169         (spam-report-gmane): Change to take a single article and do unspam
14170         registration.
14171
14172 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * mm-url.el (mm-url-decode-entities): Fix regexp.
14175
14176 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14179         default to nil, to be able to use Gnus at all.  If the default
14180         switches to something else, then the function should be fixed not
14181         be exceedingly slow.
14182
14183 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14186         fail hard.
14187
14188         * spam-report.el: Add better Keywords line.
14189
14190         * spam.el: Add Maintainer and better Keywords line.
14191
14192 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-art.el (gnus-article-replace-part)
14195         (gnus-mime-replace-part): New functions.
14196         (gnus-mime-action-alist, gnus-mime-button-commands)
14197         (gnus-mime-save-part-and-strip): Add file argument.
14198         (gnus-article-part-wrapper): Add interactive argument.
14199
14200         * gnus-sum.el (gnus-summary-mime-map):
14201         Add `gnus-article-replace-part'.
14202
14203 2005-09-19  Didier Verna  <didier@xemacs.org>
14204
14205         The nnml compaction feature:
14206         * nnml.el (nnml-request-compact-group): New function.
14207         * nnml.el (nnml-request-compact): New function.
14208         * gnus-int.el (gnus-request-compact-group): New function.
14209         * gnus-int.el (gnus-request-compact): New function.
14210         * gnus-group.el (gnus-group-compact-group): New function.
14211         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14212         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14213         * gnus-srvr.el (gnus-server-compact-server): New function.
14214         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14215         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14216
14217 2005-09-18  Deepak Goel  <deego@gnufans.org>
14218
14219         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14220         format spec.
14221
14222 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14225
14226 2005-09-15  Romain Francoise  <romain@orebokech.com>
14227
14228         * message.el (message-fill-paragraph): Clarify docstring.
14229
14230 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-art.el (gnus-mime-display-part): Protect against broken
14233         MIME messages.
14234
14235 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14238         before parsing header.
14239
14240 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14241
14242         * html2text.el (html2text-replace-list): Add new entities.
14243
14244 2005-09-11  Romain Francoise  <romain@orebokech.com>
14245
14246         * message.el (message-alternative-emails): Improve docstring.
14247         (message-setup-1): Call `message-use-alternative-email-as-from'
14248         after `message-setup-hook' to give it precedence over posting
14249         styles, etc.
14250         (message-use-alternative-email-as-from): Add docstring.
14251         Remove the original From header if present.
14252
14253         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14254         (nnml-save-mail): Use it.
14255
14256         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14257         articles.  Add new argument `silent'.
14258         (gnus-uu-mark-all): Report the total number of marked articles.
14259
14260 2005-09-10  Romain Francoise  <romain@orebokech.com>
14261
14262         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14263         (gnus-uu-mark-series): Likewise.
14264
14265 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * spam-report.el (spam-report-gmane): Fix generation of spam
14268         report URL.
14269
14270 2005-09-10  Simon Josefsson  <jas@extundo.com>
14271
14272         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14273         t, based on discussion on the ding list with Robert Epprecht
14274         <epprecht@solnet.ch>.
14275
14276 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * spam-report.el (spam-report-gmane): Make it work without
14279         X-Report-Spam header.  Gmane now only provides Archived-At.
14280         This is only used if `spam-report-gmane-use-article-number' is nil.
14281         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14282
14283         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14284         make `gnus-summary-sort-by-recipient' work with threading.
14285
14286         * nnweb.el (nnweb-google-wash-article): Print a message if article
14287         is not available.
14288
14289 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14290
14291         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14292         change.  Decode text/* parts content before displaying.
14293
14294 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14297
14298 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14301
14302         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14303         url-package-name, url-package-version,
14304         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14305         w3m-display-inline-images, and w3m-minor-mode-map.
14306
14307 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * message.el (message-tab-body-function): Fix mismatched custom type.
14310
14311         * gnus.el (gnus-group-change-level-function): Ditto.
14312
14313         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14314
14315         * gnus-art.el (gnus-signature-limit)
14316         (gnus-article-mime-part-function): Ditto.
14317
14318 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * mml.el (mml-mode): Silence the byte compiler.
14321
14322         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14323         using `(sit-for 0)' before moving the point to the specified part;
14324         skip unbuttonized parts.
14325         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14326         return to the summary window if gnus-auto-select-part is non-nil.
14327
14328 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14331         New variables.
14332         (mml-dnd-attach-file, mml-mode): Use them.
14333
14334         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14335         Make fetching article by MID work again for Google Groups.
14336         Add FIXME concerning gnus-group-make-web-group.
14337
14338         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14339         Don't depend on Gnus by using mail-extract-address-components if
14340         gnus-extract-address-components is not bound.
14341
14342 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14343
14344         * gnus-art.el (gnus-mime-display-security): Don't display the
14345         signature, but only the signed part.
14346
14347 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14350
14351         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14352         list, not listp.
14353
14354 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14355
14356         * mm-encode.el (mm-encode-content-transfer-encoding):
14357         Likewise when encoding.
14358
14359         * mm-bodies.el (mm-decode-content-transfer-encoding):
14360         De-canonicalize CRLF for all text content types, not just
14361         text/plain.
14362
14363 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14366         valid article; point arrow and cursor at the MIME button.
14367
14368 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14371         Suggested by Dan Christensen <jdc@uwo.ca>.
14372
14373         * mm-decode.el (mm-save-part): Enable change of prompt.
14374
14375 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14376
14377         * gnus-msg.el (gnus-inews-add-send-actions):
14378         Make `message-post-method' lambda parameter ARG `&optional'.
14379
14380 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * gnus-sum.el (gnus-summary-mime-map):
14383         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14384         gnus-article-jump-to-part.
14385
14386         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14387         (gnus-article-edit-part): Use it.
14388         (gnus-article-part-wrapper): Add no-handle argument.
14389         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14390         New functions.
14391
14392 2005-08-29  Romain Francoise  <romain@orebokech.com>
14393
14394         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14395         docstring.
14396         (gnus-face-from-file): Likewise.
14397
14398 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14401         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14402         non-nil.
14403         (gnus-auto-select-part): New variable.
14404         (gnus-article-jump-to-part): New function.
14405         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14406         (gnus-mime-delete-part): Allow selecting specified part after
14407         deleting or stripping parts.
14408         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14409         part if argument is bogus.
14410
14411 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14412
14413         * gnus-art.el (w3m-minor-mode-map):
14414         * gnus-spec.el (gnus-newsrc-file-version):
14415         * gnus-util.el (nnmail-active-file-coding-system)
14416         (gnus-original-article-buffer, gnus-user-agent):
14417         * gnus.el (gnus-ham-process-destinations)
14418         (gnus-parameter-ham-marks-alist)
14419         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14420         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14421         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14422         * mm-decode.el (gnus-current-window-configuration):
14423         * mm-extern.el (gnus-article-mime-handles):
14424         * mm-url.el (url-current-object, url-package-name)
14425         (url-package-version):
14426         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14427         (smime-keys, w3m-cid-retrieve-function-alist)
14428         (w3m-current-buffer, w3m-display-inline-images)
14429         (w3m-minor-mode-map):
14430         * mml-smime.el (gnus-extract-address-components):
14431         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14432         (gnus-newsrc-hashtb, message-default-charset)
14433         (message-deletable-headers, message-options)
14434         (message-posting-charset, message-required-mail-headers)
14435         (message-required-news-headers):
14436         * mml1991.el (mc-pgp-always-sign):
14437         * mml2015.el (mc-pgp-always-sign):
14438         * nnheader.el (nnmail-extra-headers):
14439         * rfc1843.el (gnus-decode-encoded-word-function)
14440         (gnus-decode-header-function, gnus-newsgroup-name):
14441         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14442
14443 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14444
14445         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14446         the end of the date treatments.
14447
14448 2005-08-15  Simon Josefsson  <jas@extundo.com>
14449
14450         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14451         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14452         Capello and Romain Francoise.
14453         (pgg-fetch-key-function): Remove, not used?
14454         (pgg-insert-url-with-w3): Require url, to get
14455         url-insert-file-contents regardless of where it is defined.
14456
14457 2005-08-13  Romain Francoise  <romain@orebokech.com>
14458
14459         * message.el (message-cite-original-1): New function.
14460         (message-cite-original): Use it.
14461         (message-cite-original-without-signature): Ditto.
14462
14463 2005-08-08  Romain Francoise  <romain@orebokech.com>
14464
14465         * message.el (message-yank-empty-prefix): New variable.
14466         (message-indent-citation): Use it.
14467         (message-cite-original-without-signature): Respect X-No-Archive.
14468
14469 2005-08-08  Simon Josefsson  <jas@extundo.com>
14470
14471         * pgg.el: Autoload url-insert-file-contents instead of loading
14472         w3/url.
14473         (pgg-insert-url-with-w3): Don't load url here.
14474
14475 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14476
14477         * message.el (message-kill-to-signature): Don't insert newline at
14478         bol.
14479         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14480
14481 2005-08-06  Romain Francoise  <romain@orebokech.com>
14482
14483         * message.el (message-user-fqdn): Fix typo in docstring.
14484
14485 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14486
14487         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14488
14489         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14490
14491 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * mm-bodies.el (mm-encode-body): Use coding system rather than
14494         charset to encode text.
14495
14496         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14497         number of charsets if utf-8 is available (XEmacs).
14498
14499 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14502         taken from `gnus-button-mid-or-mail-regexp'.
14503         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14504         (gnus-button-alist): Improve regexp for domain part of the MIDs
14505         for news:localpart@domain buttons.
14506         (gnus-button-ctan-directory-regexp): Update.
14507
14508 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * sieve-manage.el (sieve-manage-interactive-login):
14511         Use make-local-variable rather than make-variable-buffer-local.
14512         (sieve-manage-open): Ditto.
14513         (sieve-manage-authenticate): Ditto.
14514
14515         * mml.el (mml-generate-mime-1): Make the content type default to
14516         text/plain if the filename is not specified.
14517
14518 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14521         instead of insert-buffer.
14522
14523         * message.el (message-yank-original): Ditto; set the mark at the
14524         end of the yanked message.
14525
14526 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14529         lines to scroll rather than to stop it.
14530
14531         * mml.el (mml-generate-default-type): Add doc string.
14532         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14533         default to application/octet-stream when determining the content
14534         type if it is not specified for the part or the mml contents; add
14535         a comment about mml-generate-default-type.
14536
14537 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14540         make it default to application/octet-stream when determining the
14541         content type if it is not specified for the external contents.
14542
14543 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14546         segmented parameter but also other parameters might be there.
14547
14548 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mm-decode.el (mm-display-external): Delete temp file, directory
14551         and buffer immediately if the external process is exited.
14552
14553 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14556         fewer lines than that of scroll-margin.
14557         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14558
14559 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-art.el (gnus-article-next-page): Revert.
14562         (gnus-article-beginning-of-window): New macro.
14563         (gnus-article-next-page-1): Use it.
14564         (gnus-article-prev-page): Ditto.
14565         (gnus-article-edit-part): Use insert-buffer-substring instead of
14566         insert-buffer.
14567         (gnus-article-edit-exit): Ditto.
14568
14569         * gnus-util.el (gnus-beginning-of-window): Remove.
14570         (gnus-end-of-window): Remove.
14571
14572         * lpath.el: Don't bind header-line-format and scroll-margin.
14573
14574 2005-07-25  Simon Josefsson  <jas@extundo.com>
14575
14576         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14577         to have the url package without w3.  Reported by Daiki Ueno
14578         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14579
14580 2005-07-20  Didier Verna  <didier@xemacs.org>
14581
14582         * gnus-diary.el: Remove the description comment (nndiary is now
14583         properly documented in the Gnus manual).
14584         Fix the spelling of "Back End".
14585         * nndiary.el: Ditto.
14586         Fix the copyright notice.
14587
14588 2005-07-18  Romain Francoise  <romain@orebokech.com>
14589
14590         * gnus-sum.el (gnus-summary-to-prefix)
14591         (gnus-summary-newsgroup-prefix): New variables.
14592         (gnus-summary-from-or-to-or-newsgroups): Use them.
14593
14594 2005-07-17  Romain Francoise  <romain@orebokech.com>
14595
14596         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14597         space as it's generally not especially interesting to the user.
14598
14599 2005-07-16  Romain Francoise  <romain@orebokech.com>
14600
14601         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14602         nil to avoid prompting and file modification if one of the
14603         messages at the top of the nnfolder file contains a copyright
14604         notice.
14605         Update copyright notice.
14606
14607         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14608         instead of `current-time-string' as the latter creates a time
14609         string that is not RFC 2822 compliant (it lacks the zone).
14610         Update copyright notice.
14611
14612 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14613
14614         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14615         for text/rtf.  Display default in prompt.  Pass default for M-n.
14616
14617         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14618
14619 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14620
14621         * gnus-msg.el (gnus-button-mailto):
14622         Remove save-selected-window-window hackery because it relies on
14623         save-selected-window internals.
14624
14625 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14628         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14629         (gnus-article-prev-page): Ditto.
14630
14631         * gnus-util.el (gnus-beginning-of-window): New function.
14632         (gnus-end-of-window): New function.
14633
14634         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14635
14636 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14637
14638         * gnus-score.el (gnus-score-edit-all-score):
14639         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14640         gnus-message.
14641
14642 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643
14644         * gnus-msg.el (gnus-button-mailto):
14645         Remove save-selected-window-window hackery because it relies on
14646         save-selected-window internals.
14647
14648 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14651         add-minor-mode.
14652         (gnus-binary-mode): Ditto.
14653
14654         * gnus-topic.el (gnus-topic-mode): Ditto.
14655
14656 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14657
14658         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14659         (gnus-article-prev-page): Take scroll-margin into consideration.
14660
14661 2005-07-04  Lute Kamstra  <lute@gnu.org>
14662
14663         Update FSF's address in GPL notices.
14664
14665 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14666
14667         * gnus.el (gnus-exit):
14668         * gnus-group.el (gnus-group-icons):
14669         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14670
14671         * gnus-nocem.el (gnus-nocem):
14672         * message.el (message-various, message-buffers, message-sending)
14673         (message-interface, message-forwarding, message-insertion)
14674         (message-headers, message-news, message-mail):
14675         * pgg-gpg.el (pgg-gpg):
14676         * pgg-parse.el (pgg-parse):
14677         * pgg-pgp.el (pgg-pgp):
14678         * pgg-pgp5.el (pgg-pgp5):
14679         * pop3.el (pop3): Finish `defgroup' description with period.
14680
14681 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-art.el (article-display-face): Improve the efficiency.
14684         (article-display-x-face): Ditto; remove grey x-face stuff.
14685
14686 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-art.el (article-display-face): Correct the position in
14689         which Faces are inserted.
14690
14691 2005-06-29  Didier Verna  <didier@xemacs.org>
14692
14693         * gnus-art.el (article-display-face): Display faces in correct
14694         order.
14695
14696 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14699         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14700         (gnus-nocem-check-article): Fetch the Type header.
14701         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14702         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14703         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14704         make sure gnus-nocem-hashtb is initialized.
14705         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14706         (gnus-nocem-unwanted-article-p): Ditto.
14707
14708         * pgg.el (pgg-verify): Return the verification result.
14709
14710 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14713         is ascii.
14714
14715 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14716
14717         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14718         `show-nonbreak-escape'.
14719
14720 2005-06-23  Lute Kamstra  <lute@gnu.org>
14721
14722         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14723
14724         * dig.el (dig-mode):
14725         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14726
14727 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14728
14729         * nnimap.el (nnimap-split-download-body): Fix spellings.
14730
14731 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14732
14733         * gnus-art.el (gnus-article-encrypt-body):
14734         * gnus-cus.el (gnus-score-customize):
14735         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14736         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14737
14738 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14739
14740         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14741         header by looking for magic "MII" at the beginnig.
14742
14743 2005-06-16  Miles Bader  <miles@gnu.org>
14744
14745         * gnus-xmas.el (gnus-xmas-group-startup-message):
14746         Use renamed gnus-splash face.
14747
14748         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14749         (assistant-field-face): New backward-compatibility alias for renamed
14750         face.
14751         (assistant-render-text): Use renamed assistant-field face.
14752
14753         * spam.el (spam): Remove "-face" suffix from face name.
14754         (spam-face): New backward-compatibility alias for renamed face.
14755         (spam-face, spam-initialize): Use renamed spam face.
14756
14757         * message.el (message-header-to, message-header-cc)
14758         (message-header-subject, message-header-newsgroups)
14759         (message-header-other, message-header-name)
14760         (message-header-xheader, message-separator, message-cited-text)
14761         (message-mml): Remove "-face" suffix from face names.
14762         (message-header-to-face, message-header-cc-face)
14763         (message-header-subject-face, message-header-newsgroups-face)
14764         (message-header-other-face, message-header-name-face)
14765         (message-header-xheader-face, message-separator-face)
14766         (message-cited-text-face, message-mml-face):
14767         New backward-compatibility aliases for renamed faces.
14768         (message-font-lock-keywords): Use renamed message faces.
14769
14770         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14771         (sieve-test-commands, sieve-tagged-arguments):
14772         Remove "-face" suffix from face names.
14773         (sieve-control-commands-face, sieve-action-commands-face)
14774         (sieve-test-commands-face, sieve-tagged-arguments-face):
14775         New backward-compatibility aliases for renamed faces.
14776         (sieve-control-commands-face, sieve-action-commands-face)
14777         (sieve-test-commands-face, sieve-tagged-arguments-face):
14778         Use renamed sieve faces.
14779
14780         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14781         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14782         (gnus-group-news-3-empty, gnus-group-news-4)
14783         (gnus-group-news-4-empty, gnus-group-news-5)
14784         (gnus-group-news-5-empty, gnus-group-news-6)
14785         (gnus-group-news-6-empty, gnus-group-news-low)
14786         (gnus-group-news-low-empty, gnus-group-mail-1)
14787         (gnus-group-mail-1-empty, gnus-group-mail-2)
14788         (gnus-group-mail-2-empty, gnus-group-mail-3)
14789         (gnus-group-mail-3-empty, gnus-group-mail-low)
14790         (gnus-group-mail-low-empty, gnus-summary-selected)
14791         (gnus-summary-cancelled, gnus-summary-high-ticked)
14792         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14793         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14794         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14795         (gnus-summary-low-undownloaded)
14796         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14797         (gnus-summary-low-unread, gnus-summary-normal-unread)
14798         (gnus-summary-high-read, gnus-summary-low-read)
14799         (gnus-summary-normal-read, gnus-splash):
14800         Remove "-face" suffix from face names.
14801         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14802         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14803         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14804         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14805         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14806         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14807         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14808         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14809         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14810         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14811         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14812         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14813         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14814         (gnus-summary-normal-ticked-face)
14815         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14816         (gnus-summary-normal-ancient-face)
14817         (gnus-summary-high-undownloaded-face)
14818         (gnus-summary-low-undownloaded-face)
14819         (gnus-summary-normal-undownloaded-face)
14820         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14821         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14822         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14823         (gnus-splash-face):
14824         New backward-compatibility aliases for renamed faces.
14825         (gnus-group-startup-message): Use renamed gnus faces.
14826
14827         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14828         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14829         (gnus-server-agent): Remove "-face" suffix from face names.
14830         (gnus-server-agent-face, gnus-server-opened-face)
14831         (gnus-server-closed-face, gnus-server-denied-face)
14832         (gnus-server-offline-face):
14833         New backward-compatibility aliases for renamed faces.
14834         (gnus-server-agent-face, gnus-server-opened-face)
14835         (gnus-server-closed-face, gnus-server-denied-face)
14836         (gnus-server-offline-face): Use renamed gnus faces.
14837
14838         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14839         Remove "-face" suffix from face names.
14840         (gnus-picon-xbm-face, gnus-picon-face):
14841         New backward-compatibility aliases for renamed faces.
14842
14843         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14844         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14845         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14846         (gnus-cite-11): Remove "-face" suffix from face names.
14847         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14848         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14849         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14850         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14851         New backward-compatibility aliases for renamed faces.
14852         (gnus-cite-attribution-face, gnus-cite-face-list)
14853         (gnus-article-boring-faces): Use renamed gnus faces.
14854
14855         * gnus-art.el (gnus-signature, gnus-header-from)
14856         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14857         (gnus-header-content): Remove "-face" suffix from face names.
14858         (gnus-signature-face, gnus-header-from-face)
14859         (gnus-header-subject-face, gnus-header-newsgroups-face)
14860         (gnus-header-name-face, gnus-header-content-face):
14861         New backward-compatibility aliases for renamed faces.
14862         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14863
14864         * gnus-sum.el (gnus-summary-selected-face)
14865         (gnus-summary-highlight): Use renamed gnus faces.
14866         * gnus-group.el (gnus-group-highlight): Likewise.
14867
14868 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14869
14870         * gnus-sieve.el (gnus-sieve-article-add-rule):
14871         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14872         * spam-stat.el (spam-stat-buffer-change-to-spam)
14873         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14874
14875         * message.el (message-is-yours-p):
14876         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14877
14878 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * mm-view.el (mm-inline-text): Withdraw the last change.
14881
14882 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14885         executing enriched-decode.
14886
14887 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14890         charset of tar files.
14891
14892 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14893
14894         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14895
14896 2005-06-04  Lute Kamstra  <lute@gnu.org>
14897
14898         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14899         information is never recorded.
14900
14901 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14902
14903         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14904
14905 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * pop3.el (pop3-apop): Run md5 in the binary mode.
14908
14909         * starttls.el (starttls-set-process-query-on-exit-flag):
14910         Use eval-and-compile.
14911
14912 2005-05-31  Simon Josefsson  <jas@extundo.com>
14913
14914         * smime.el (smime-replace-in-string): Define.
14915         (smime-cert-by-ldap-1): Use it.
14916
14917 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-art.el (article-display-x-face): Replace
14920         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14921
14922         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14923         set-process-query-on-exit-flag or process-kill-without-query.
14924
14925         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14926         loop instead of replace-regexp.
14927
14928         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14929         instead of process-kill-without-query if it is available.
14930
14931         * lpath.el: Fbind ldap-search-entries.
14932
14933         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14934         instead of find-file-hooks if it is available.
14935
14936         * mml1991.el: Bind pgg-default-user-id when compiling.
14937
14938         * mml2015.el: Bind pgg-default-user-id when compiling.
14939
14940         * nndraft.el (nndraft-request-associate-buffer):
14941         Use write-contents-functions instead of write-contents-hooks if it is
14942         available.
14943
14944         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14945         instead of find-file-hooks if it is available.
14946
14947         * nntp.el (nntp-open-connection): Replace
14948         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14949         (nntp-open-ssl-stream): Ditto.
14950         (nntp-open-tls-stream): Ditto.
14951
14952         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14953         set-process-query-on-exit-flag or process-kill-without-query.
14954         (starttls-open-stream-gnutls): Use it instead of
14955         process-kill-without-query.
14956         (starttls-open-stream): Ditto.
14957
14958 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14959
14960         * smime.el (smime-cert-by-ldap-1): Don't use
14961         replace-regexp-in-string.
14962
14963 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14964
14965         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14966
14967         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14968         in PEM format.  Adjust to the XEmacs compability.
14969
14970 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14973         by `string-to-number'.
14974         * gnus-agent.el (gnus-agent-regenerate-group)
14975         (gnus-agent-fetch-articles): Ditto.
14976         * gnus-art.el (gnus-button-fetch-group): Ditto.
14977         * gnus-cache.el (gnus-cache-generate-active)
14978         (gnus-cache-articles-in-group): Ditto.
14979         * gnus-group.el (gnus-group-set-current-level)
14980         (gnus-group-insert-group-line): Ditto.
14981         * gnus-score.el (gnus-score-set-expunge-below)
14982         (gnus-score-set-mark-below, gnus-summary-score-effect)
14983         (gnus-summary-score-entry): Ditto.
14984         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14985         (gnus-soup-pack): Ditto.
14986         * gnus-spec.el (gnus-xmas-format): Ditto.
14987         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14988         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14989         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14990         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14991         * nndb.el (nndb-get-remote-expire-response): Ditto.
14992         * nndiary.el (nndiary-parse-schedule-value)
14993         (nndiary-string-to-number, nndiary-request-replace-article)
14994         (nndiary-request-article): Ditto.
14995         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14996         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14997         * nneething.el (nneething-make-head): Ditto.
14998         * nnfolder.el (nnfolder-request-article)
14999         (nnfolder-retrieve-headers): Ditto.
15000         * nnheader.el (nnheader-file-to-number): Ditto.
15001         * nnkiboze.el (nnkiboze-request-article): Ditto.
15002         * nnmail.el (nnmail-process-unix-mail-format)
15003         (nnmail-process-babyl-mail-format): Ditto.
15004         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15005         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15006         (nnmh-request-create-group, nnmh-request-list-1)
15007         (nnmh-request-group, nnmh-request-article): Ditto.
15008         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15009         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15010         * nnsoup.el (nnsoup-make-active): Ditto.
15011         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15012         * nntp.el (nntp-find-group-and-number)
15013         (nntp-retrieve-headers-with-xover): Ditto.
15014         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15015         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15016         (pgg-format-key-identifier): Ditto.
15017         * pop3.el (pop3-last, pop3-stat): Ditto.
15018         * qp.el (quoted-printable-decode-region): Ditto.
15019
15020         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15021         of concat.
15022
15023 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15026
15027         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15028
15029         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15030
15031         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15032
15033         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15034
15035         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15036
15037         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15038         (gnus-carpal-mode): Ditto.
15039
15040         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15041         (gnus-browse-mode): Ditto.
15042
15043         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15044
15045         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15046
15047 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15048
15049         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15050
15051 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-util.el (gnus-run-mode-hooks): New function.
15054
15055         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15056
15057         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15058         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15059
15060 2005-05-27  Lute Kamstra  <lute@gnu.org>
15061
15062         * dns-mode.el (dns-mode): Specify customization group.
15063
15064 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15065
15066         * gnus-agent.el (gnus-agent-make-mode-line-string):
15067         Use mode-line-highlight as mouse-face.
15068
15069 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * canlock.el (canlock): Change the parent group to news.
15072
15073         * deuglify.el (gnus-outlook-deuglify): Add :group.
15074
15075         * dig.el (dig): Add :group.
15076
15077         * dns-mode.el (dns-mode): Add :group.
15078
15079         * encrypt.el (encrypt): Add :group.
15080
15081         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15082         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15083         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15084         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15085         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15086
15087         * gnus-diary.el (gnus-diary): Add :group.
15088
15089         * gnus.el (gnus-group-news-1-face): Add :group.
15090         (gnus-group-news-1-empty-face): Ditto.
15091         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15092         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15093         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15094         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15095         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15096         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15097         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15098         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15099         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15100         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15101         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15102         (gnus-summary-high-ticked-face): Ditto.
15103         (gnus-summary-low-ticked-face): Ditto.
15104         (gnus-summary-normal-ticked-face): Ditto.
15105         (gnus-summary-high-ancient-face): Ditto.
15106         (gnus-summary-low-ancient-face): Ditto.
15107         (gnus-summary-normal-ancient-face): Ditto.
15108         (gnus-summary-high-undownloaded-face): Ditto.
15109         (gnus-summary-low-undownloaded-face): Ditto.
15110         (gnus-summary-normal-undownloaded-face): Ditto.
15111         (gnus-summary-high-unread-face): Ditto.
15112         (gnus-summary-low-unread-face): Ditto.
15113         (gnus-summary-normal-unread-face): Ditto.
15114         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15115         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15116
15117         * hashcash.el (hashcash): New custom group.
15118         (hashcash-default-payment): Add :group.
15119         (hashcash-payment-alist): Ditto.
15120         (hashcash-default-accept-payment): Ditto.
15121         (hashcash-accept-resources): Ditto.
15122         (hashcash-path): Ditto.
15123         (hashcash-extra-generate-parameters): Ditto.
15124         (hashcash-double-spend-database): Ditto.
15125         (hashcash-in-news): Ditto.
15126
15127         * message.el (message-minibuffer-local-map): Add :group.
15128
15129         * netrc.el (netrc): Add :group.
15130
15131         * sieve-manage.el (sieve-manage-log): Add :group.
15132         (sieve-manage-default-user): Diito.
15133         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15134         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15135         (sieve-manage-authenticators): Ditto.
15136         (sieve-manage-authenticator-alist): Ditto.
15137         (sieve-manage-default-port): Ditto.
15138
15139         * sieve-mode.el (sieve-control-commands-face): Add :group.
15140         (sieve-action-commands-face): Ditto.
15141         (sieve-test-commands-face): Ditto.
15142         (sieve-tagged-arguments-face): Ditto.
15143
15144         * smime.el (smime): Add :group.
15145
15146         * spam-report.el (spam-report): Add :group.
15147
15148         * spam.el (spam, spam-face): Add :group.
15149
15150 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15151
15152         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15153         return \n.\n.\n at the end of articles.  Protect against that.
15154         (nntp-with-open-group): Allow debugging.
15155
15156         * nnheader.el (mail-header-set-extra): Make into a function
15157         because I just could't understand how to quote the list properly.
15158
15159         * dns.el (query-dns-cached): New function.
15160
15161 2005-05-26  Lute Kamstra  <lute@gnu.org>
15162
15163         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15164
15165 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15168
15169         * gnus-art.el: Don't autoload mail-extract-address-components.
15170
15171         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15172         eval-and-compile to evaluate it.
15173
15174         * hashcash.el: Don't autoload executable-find.
15175
15176         * nndb.el: Don't declare the nndb back end two or more times; don't
15177         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15178
15179         * nntp.el: Autoload format-spec instead of format; use
15180         eval-and-compile to evaluate autoload forms.
15181
15182 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15183
15184         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15185
15186 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15187
15188         * gnus.el (gnus-version-number): Bump version.
15189
15190 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15191
15192         * gnus.el: No Gnus v0.3 is released.
15193
15194 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * lpath.el (featurep): Bind show-nonbreak-escape.
15197
15198 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-art.el (gnus-article-edit-part): Disable undo.
15201
15202 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15205         gnus-article-date-lapsed-new-header is t if date timer is active;
15206         skip headers in which the original date value is empty.
15207         (gnus-article-save-original-date): Redefine it as a macro.
15208         (gnus-display-mime): Use it.
15209
15210 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-art.el (article-date-ut): Support converting date in
15213         forwarded parts as well.
15214         (gnus-article-save-original-date): New function.
15215         (gnus-display-mime): Use it.
15216
15217 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15218
15219         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15220         enclosure element of <item>.
15221
15222 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * message.el (message-kill-buffer-query): Rename from
15225         `message-kill-buffer-query-if-modified'.  Add :version.
15226
15227 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15230         window layout.
15231
15232 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * mml.el: Autoload dnd when compiling.
15235
15236 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15239         x-dnd-*.
15240
15241 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * qp.el (quoted-printable-encode-region): Save excursion.
15244
15245 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15246
15247         * message.el (message-kill-buffer-query-if-modified): Add new variable
15248         so the user can kill a modified message buffer quickly.
15249         (message-kill-buffer): Use it.
15250
15251 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * lpath.el: Fbind display-time-event-handler; don't fbind
15254         string-to-multibyte.
15255
15256         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15257
15258 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15261         contained in text because xml.el decodes entities) with LFs.
15262
15263 2005-04-11  Lute Kamstra  <lute@gnu.org>
15264
15265         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15266         differently.
15267
15268 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15269
15270         * mm-util.el (mm-detect-coding-region): Typo.
15271
15272 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15275
15276 2005-04-06  Deepak Goel  <deego@gnufans.org>
15277
15278         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15279         user-function allow user modifications of the scores.
15280         (spam-stat-score-buffer-user): New function, to allow
15281         user-computed modifications to the score.
15282         (spam-stat-score-buffer-user-functions): List of additional
15283         scoring functions.
15284         (spam-stat-error-holder): Global temporary error holder.
15285         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15286         variable.
15287
15288 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15289
15290         * gnus-registry.el (gnus-registry-clean-empty-function)
15291         (gnus-registry-trim, gnus-registry-fetch-groups)
15292         (gnus-registry-delete-group): Groups that match
15293         `gnus-registry-ignored-groups' are removed from the registry
15294         entries, not just ignored for splitting.  This helps clean up the
15295         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15296         to get all the groups a message ID is in.
15297
15298         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15299         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15300         (spam-stat-score-buffer-user-functions): Add :number custom type.
15301
15302 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15305         argument in XEmacs.
15306
15307         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15308         (nnrss-request-group): Decode group name first.
15309         (nnrss-request-article): Make a text/plain article if mml-to-mime
15310         failed.
15311         (nnrss-get-encoding): Return a compatible encoding according to
15312         nnrss-compatible-encoding-alist.
15313         (nnrss-find-el): Use consp instead of listp.
15314         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15315
15316 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15319         which Emacs 20 doesn't support.
15320         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15321
15322 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15325         silence the byte compiler inside the defun.
15326
15327         * gnus-demon.el (parse-time-string): Add autoload.
15328
15329         * gnus-delay.el (parse-time-string): Add autoload.
15330
15331         * gnus-art.el (parse-time-string): Add autoload.
15332
15333         * nnultimate.el (parse-time): Require for `parse-time-string'.
15334
15335 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15338
15339         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15340
15341         * smime.el (smime-ldap-host-list): Add :version.
15342
15343 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15344
15345         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15346         pass it to `gnus-browse-read-group'.
15347         (gnus-browse-read-group): Add NUMBER argument and pass it to
15348         `gnus-group-read-ephemeral-group'.
15349
15350         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15351         argument and pass it to `gnus-group-read-group'.
15352
15353 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15354
15355         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15356         mm-xemacs-find-mime-charset-1 if we have the mule feature
15357         available at runtime.
15358
15359 2005-03-25  Werner Lemberg  <wl@gnu.org>
15360
15361         * nnmaildir.el: Replace `illegal' with `invalid'.
15362
15363 2005-03-23  Lute Kamstra  <lute@gnu.org>
15364
15365         * time-date.el: Add comment on time value formats.
15366         Don't require parse-time.
15367         (with-decoded-time-value): New macro.
15368         (encode-time-value): New function.
15369         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15370         (days-to-time): Return a valid time value when arg is huge.
15371         (time-since): Use time-subtract.
15372         (time-to-number-of-days): Use time-to-seconds.
15373
15374 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15375
15376         * gnus-start.el (gnus-display-time-event-handler):
15377         Check display-time-timer at runtime rather than only at load time
15378         in case display-time-mode is turned off in the mean time.
15379
15380 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15383         used.
15384
15385         * nneething.el (nneething-map-file-directory): Derive from
15386         `gnus-directory'.
15387
15388         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15389         the To/Cc button.
15390
15391 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * nnmaildir.el (nnmaildir-request-accept-article):
15394         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15395
15396 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15397
15398         * gnus-async.el: Require timer-funcs at compile time when in
15399         XEmacs for `run-with-idle-timer'.
15400
15401 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15402
15403         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15404         autoloaded function.
15405
15406 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15407
15408         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15409
15410 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15411
15412         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15413
15414 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15415
15416         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15417         Add gnus-expert-user to default.
15418
15419 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15420
15421         * nnimap.el (nnimap-open-server): Ditto.
15422
15423         * imap.el (imap-authenticate): Fix typo.
15424
15425 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15426
15427         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15428         buffer (since IMAP server might return FETCH response out of
15429         order, and the nntp buffer must be sorted).
15430
15431 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15432
15433         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15434         comparison on string.
15435
15436         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15437         (gnus-agent-score): Rename category keywords to match gnus-cus.
15438         (gnus-agent-summary-fetch-series): Modify to protect against
15439         gnus-agent-summary-fetch-group clearing processable flags.
15440         (gnus-agent-synchronize-group-flags): Update live group buffer as
15441         synchronization may occur due to the user toggle the plugged
15442         status.
15443         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15444         successfully downloaded.
15445         (gnus-agent-expire-group-1): Avoid using markers when the overview
15446         is in ascending order; greatly improves performance.
15447         (gnus-agent-regenerate-group):
15448         Use gnus-agent-synchronize-group-flags to reset read status in both
15449         gnus and server.
15450         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15451
15452 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * message.el: Don't autoload former message-utils variables.
15455         (message-strip-subject-trailing-was): Change doc string.
15456
15457         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15458         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15459         (nnweb-google-search): Add "hl=en" here.
15460         (nnweb-google-parse-1, nnweb-google-create-mapping):
15461         Don't hardcode URL.
15462
15463 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * message.el (message-get-reply-headers, message-followup):
15466         Mention related variables `message-use-followup-to' and
15467         `message-use-mail-followup-to', in the information buffer.
15468
15469         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15470         of broken groups(-beta).google.com.
15471
15472 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15475         parameter to invoked gnus-request-move-article; remove the
15476         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15477         all at once instead of once per article.
15478         (gnus-summary-remove-process-mark): Accept a list of articles as
15479         well as a single article for processing.
15480
15481         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15482         parameter.
15483
15484         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15485
15486         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15487
15488         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15489         parameter.
15490
15491         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15492         parameter.
15493
15494         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15495         parameter and remove the gnus-sum-hint-move-is-internal variable.
15496
15497         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15498         parameter.
15499
15500         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15501         parameter.
15502
15503         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15504         parameter.
15505
15506         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15507
15508         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15509         parameter.
15510
15511         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15512         parameter.
15513
15514 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15515
15516         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15517         a more conservative way.
15518
15519 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15522         buffer, so it moves the window's cursor.
15523
15524 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15525
15526         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15527         `mm-dissect-multipart' and receive the from field as an (optional)
15528         argument from `mm-dissect-multipart'.
15529         (mm-dissect-multipart): Receive the from field as an argument and
15530         pass it on when we call `mm-dissect-buffer' on MIME parts.
15531         Fixes verification/decryption of signed/encrypted MIME parts.
15532
15533 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * gnus-sum.el (gnus-summary-move-article):
15536         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15537         whatever it calls (right now, only nnimap-request-move article
15538         respects it).
15539
15540         * nnimap.el (nnimap-request-move-article):
15541         When gnus-sum-hint-move-is-internal is set, don't do the extra
15542         nnimap-request-article.
15543
15544 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15547
15548         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15549         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15550
15551         * gnus-sum.el (gnus-summary-caesar-message):
15552         Apply `gnus-treat-article' after rotation.
15553
15554         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15555         doc string.
15556
15557 2005-02-22  Simon Josefsson  <jas@extundo.com>
15558
15559         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15560         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15561         <arne@arnested.dk>.
15562         (encrypt): Add password-cache and password-cache-expiry as group
15563         members.
15564
15565 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15566
15567         * smime.el (smime-ldap-host-list): Doc fix.
15568         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15569         cache) password.
15570         (smime-sign-region): Use it.
15571         (smime-decrypt-region): Use it.
15572         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15573         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15574         fails.
15575         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15576         certificate from DER to PEM format rather than calling openssl.
15577
15578         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15579
15580         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15581         for signing/encryption.
15582
15583         * mml.el (mml-parse-1): Use them.
15584
15585 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15586
15587         * nnrss.el (nnrss-verbose): Remove.
15588         (nnrss-request-group): Use `nnheader-message' instead.
15589
15590 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15591
15592         * nnrss.el (nnrss-verbose): New variable.
15593         (nnrss-request-group): Make it say nnrss is requesting a group.
15594
15595 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15598         Handle news URL with given port correctly.
15599
15600 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15603         containing special characters.
15604
15605         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15606
15607         * mml.el (mime-to-mml): Ditto.
15608
15609         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15610         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15611         (rfc2047-decode-region): Quote decoded words containing special
15612         characters when rfc2047-quote-decoded-words-containing-tspecials
15613         is non-nil.
15614
15615 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15618
15619         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15620
15621 2005-02-15  Simon Josefsson  <jas@extundo.com>
15622
15623         * nnimap.el (nnimap-debug): Doc fix.
15624
15625         * imap.el (imap-debug): Doc fix.
15626
15627 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15630
15631 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus.el (spam-contents): Improve docs for spam-contents
15634         parameter in its variable incarnation.
15635
15636 2005-02-14  Simon Josefsson  <jas@extundo.com>
15637
15638         * smime-ldap.el: Use require instead of load-library for ldap.
15639         (smime-ldap-search): Indent.
15640         (smime-ldap-search-internal): Shorten line.
15641
15642         * smime.el (smime-cert-by-dns): Add doc-string.
15643         (smime-cert-by-ldap-1): Indent.
15644
15645         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15646         mml-smime-get-dns-ldap.
15647         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15648
15649 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15650
15651         * smime.el: Require smime-ldap.
15652         (smime-ldap-host-list): New variable.
15653         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15654
15655         * mml-smime.el (mml-smime-encrypt-query): New function.
15656         (mml-smime-encrypt-query): Use it.
15657
15658         * smime-ldap.el: New file.
15659
15660 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15663
15664 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15667         argument in doc string.  Make query for type more clear.
15668
15669 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * gnus.el (gnus-group-startup-message): Search for gnus images in
15672         etc/images/gnus.
15673         * mm-util.el (mm-image-load-path): Likewise.
15674         * smiley.el (smiley-data-directory): Search for smilies in
15675         etc/images/smilies.
15676
15677 2005-02-09  Kim F. Storm  <storm@cua.dk>
15678
15679         Change Emacs release version from 21.4 to 22.1 throughout.
15680         Change Emacs development version from 21.3.50 to 22.0.50.
15681
15682 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15685
15686         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15687         non-Mule XEmacs as well.
15688         (mm-decompress-buffer): Signal an error intentionally if it does
15689         not decompress compressed data because auto-compression-mode is
15690         disabled.
15691
15692 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15695         an ID in the registry even if it has no groups.
15696
15697 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15700         merge it into mm-decompress-buffer.
15701         (gnus-mime-copy-part): Use the MIME part charset, the value which
15702         a user specified or gnus-newsgroup-charset for decoding, like
15703         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15704         save-buffer what was used.  Suggested by Kevin Ryde
15705         <user42@zip.com.au>.
15706         (gnus-mime-inline-part): Allow the name parameter as well as the
15707         filename parameter; force decompressing of compressed data; always
15708         display contents being not decoded as unibyte.
15709
15710         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15711         as well as the filename parameter.
15712
15713         * mm-util.el (mm-decompress-buffer):
15714         Merge gnus-mime-jka-compr-maybe-uncompress.
15715         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15716         of compressed data.
15717
15718 2005-02-08  Simon Josefsson  <jas@extundo.com>
15719
15720         * imap.el (imap-log): Doc fix.
15721
15722 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15725         the coding cookies; decompress compressed parts.
15726
15727         * mml.el (mml-generate-mime-1): Add the charset parameter according
15728         to the value which a user specified manually or the coding cookie.
15729
15730         * mm-util.el (mm-string-to-multibyte): New function.
15731         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15732         (mm-coding-system-to-mime-charset): New function.
15733         (mm-decompress-buffer): New function.
15734         (mm-find-buffer-file-coding-system): New function.
15735
15736         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15737         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15738         parts.
15739
15740 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15741
15742         * mm-view.el (mm-display-inline-fontify): Decode a part according
15743         to the charset parameter.
15744
15745 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15748         prefix arg is neither nil nor a number, as info specifies.
15749
15750 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15753         timestamps.
15754
15755 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15756
15757         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15758         groups error checking and notify user.
15759
15760 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15761
15762         * message.el (message-send-mail-function): Check existence of
15763         sendmail-program first before using default value
15764         `message-send-mail-with-sendmail'.  Otherwise use more generic
15765         `smtpmail-send-it'.
15766
15767 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * nntp.el (nntp-request-update-info): Always return nil.
15770
15771 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15772
15773         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15774
15775 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15776
15777         * message.el (message-beginning-of-line): Change the behavior when
15778         invoked between BOL and : so that it first moves backward.
15779
15780 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15783         article buffer when editing of the article is discarded.
15784         (gnus-article-prepare): Revert.
15785
15786 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * gnus-art.el (gnus-article-prepare):
15789         Remove message-strip-forbidden-properties from the local hook.
15790
15791 2005-01-27  Simon Josefsson  <jas@extundo.com>
15792
15793         * password.el (password-cache-add): Only start one timer per key.
15794         Reported by Derek Atkins <warlord@MIT.EDU>.
15795
15796 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15797
15798         * run-at-time.el: Remove.  It is no longer needed as
15799         timer-funcs.el in the xemacs-base package has a working version of
15800         `run-at-time'.
15801
15802         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15803
15804         * password.el: Require timer-funcs instead of run-at-time in
15805         XEmacs.
15806         Remove `password-run-at-time' macro.
15807         (password-cache-add): Use `run-at-time' instead of
15808         `password-run-at-time'.
15809
15810         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15811         Remove `nnheader-cancel-function-timers' alias,
15812         `cancel-function-timers' exists in XEmacs in timer-funcs.
15813
15814         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15815         for `run-with-idle-timer'.
15816
15817         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15818         for `run-at-time'.
15819
15820         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15821         for `with-timeout'.
15822
15823         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15824         the same as for XEmacs 21.4.
15825         No need to ignore `run-with-idle-timer', this function exists in
15826         XEmacs now in timer-funcs.el in the xemacs-base package.
15827         (dgnushack-compile): No need to delete
15828         run-at-time.el from the list of files to compile because it
15829         doesn't exist anymore.
15830
15831 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15834         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15835
15836 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15837
15838         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15839         sensitively.
15840
15841 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15842
15843         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15844
15845 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15848         which will be inserted according to the multibyteness of a buffer
15849         rather than the type of contents.  Suggested by ARISAWA Akihiro
15850         <ari@mbf.ocn.ne.jp>.
15851
15852         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15853         of string which old xml.el may return rather than a string.
15854
15855 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15858
15859 2005-01-16  Simon Josefsson  <jas@extundo.com>
15860
15861         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15862         idn/idna.el isn't available.
15863         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15864         <michael@waxrat.com>.
15865
15866         * hashcash.el: Remove non-FSF copyright header.
15867
15868         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15869         (hashcash-generate-payment): Use it.
15870         (hashcash-generate-payment-async): Use it.
15871
15872 2005-01-15  Simon Josefsson  <jas@extundo.com>
15873
15874         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15875         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15876
15877         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15878         gnus-summary-idna-message.
15879         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15880         (gnus-summary-idna-message): New function.
15881
15882 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15883
15884         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15885         gnus-novice-user.
15886
15887 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * nnrss.el (nnrss-request-delete-group): Delete entries in
15890         nnrss-group-alist as well.
15891         (nnrss-save-server-data): Insert newline.
15892
15893 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * gnus.el (gnus-user-agent): Use list of symbols instead of
15896         symbols.  Display full version number for (S)XEmacs.
15897         Optionally display (S)XEmacs codename.
15898
15899         * gnus-util.el (gnus-emacs-version): Update for new
15900         `gnus-user-agent'.
15901
15902         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15903         Gnus version.
15904
15905 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15908         which is unreadable in some setups.
15909
15910 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-spec.el (gnus-update-format-specifications): Flush the
15913         group format spec cache if it doesn't support decoded group names.
15914
15915 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15918         Allow to apply decay on score files matching a regexp.
15919
15920 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15923         compatibility in %g and %c.
15924
15925 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15928         name for only %g and %c.
15929         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15930         of gnus-tmp-group to decoded group name.
15931         (gnus-group-make-rss-group): Exclude `/'s from group names.
15932
15933 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * nnrss.el (nnrss-get-encoding): Fix regexp.
15936
15937 2004-12-27  Simon Josefsson  <jas@extundo.com>
15938
15939         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15940         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15941         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15942
15943 2004-12-17  Kim F. Storm  <storm@cua.dk>
15944
15945         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15946
15947         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15948
15949 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15950
15951         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15952
15953 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * nnrss.el: Require rfc2047 and mml.
15956         (nnrss-file-coding-system): New variable.
15957         (nnrss-format-string): Redefine it as an inline function.
15958         (nnrss-decode-group-name): New function.
15959         (nnrss-string-as-multibyte): Remove.
15960         (nnrss-retrieve-headers): Decode group name; don't use
15961         nnrss-format-string.
15962         (nnrss-request-group): Decode group name.
15963         (nnrss-request-article): Decode group name; allow a Message-ID as
15964         well as an article number; don't use nnrss-format-string; encode a
15965         Message-ID string which may contain non-ASCII characters; use
15966         mml-to-mime to compose a MIME article.
15967         (nnrss-request-expire-articles): Decode group name.
15968         (nnrss-request-delete-group): Decode group name.
15969         (nnrss-fetch): Clarify error message.
15970         (nnrss-read-server-data): Use insert-file-contents instead of load;
15971         bind file-name-coding-system; use multibyte buffer.
15972         (nnrss-save-server-data): Bind coding-system-for-write to the
15973         value of nnrss-file-coding-system; bind file-name-coding-system;
15974         add coding cookie.
15975         (nnrss-read-group-data): Use insert-file-contents instead of load;
15976         bind file-name-coding-system; use multibyte buffer.
15977         (nnrss-save-group-data): Bind coding-system-for-write to the
15978         value of nnrss-file-coding-system; bind file-name-coding-system.
15979         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15980         make it work with non-ASCII text.
15981         (nnrss-find-el): Make it work with old xml.el as well.
15982
15983 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15984
15985         * nnrss.el (nnrss-get-encoding): New function.
15986         (nnrss-fetch): Use unibyte buffer initially; bind
15987         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15988         decode contents according to the encoding attribute.
15989         (nnrss-save-group-data): Add coding cookie.
15990         (nnrss-mime-encode-string): New function.
15991         (nnrss-check-group): Use it to encode subject and author.
15992
15993 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15996         imaginary variable.
15997
15998 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16001         correctly even if there are wide characters.
16002
16003 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16006         downcased symbol names; make a new cache instead of reusing
16007         bbdb-hashtable.
16008
16009 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16012         concatenating segments rather than before concatenating them.
16013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16014
16015         * message.el (message-get-reply-headers): Bind `extra'.
16016
16017 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16018
16019         * message.el (message-extra-wide-headers): New variable.
16020         (message-get-reply-headers): Use it.
16021
16022 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16025         (gnus-agent-group-pathname): Ditto.
16026
16027         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16028
16029         * gnus-group.el (gnus-group-make-group): Decode group name.
16030         (gnus-group-make-rss-group): Register the group data after opening
16031         the nnrss group.
16032
16033 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16034
16035         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16036         by expiry now get marked as read.
16037
16038 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16041
16042 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16043
16044         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16045         unify Latin characters in XEmacs.
16046         (mm-find-mime-charset-region): Use it.
16047
16048 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-util.el (gnus-delete-directory): New function.
16051
16052         * gnus-agent.el (gnus-agent-delete-group): Use it.
16053
16054         * gnus-cache.el (gnus-cache-delete-group): Use it.
16055
16056 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16059         names.
16060
16061 2004-12-16  Simon Josefsson  <jas@extundo.com>
16062
16063         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16064
16065 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16068
16069         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16070         (gnus-group-set-current-level): Decode group name.
16071
16072 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16073
16074         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16075         failed.
16076
16077 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-group.el (gnus-group-delete-group): Decode group name.
16080         (gnus-group-make-rss-group): Encode group name.
16081         (gnus-group-catchup-current): Decode group name.
16082         (gnus-group-kill-group): Decode group name.
16083
16084 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16085
16086         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16087
16088 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-group.el (gnus-group-make-rss-group):
16091         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16092
16093         * gnus-start.el (gnus-setup-news): Honor user's setting to
16094         gnus-message-archive-method.  Suggested by Lute Kamstra
16095         <lute@gnu.org>.
16096
16097 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16098
16099         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16100         global counterparts of the buffer-local variables.
16101
16102 2004-11-16  Romain Francoise  <romain@orebokech.com>
16103
16104         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16105         counterparts of the buffer-local variables.
16106
16107 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16108
16109         * message.el (message-forbidden-properties): Fix typo in doc
16110         string.
16111
16112 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16113
16114         * gnus-util.el (gnus-replace-in-string): Add doc string.
16115
16116         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16117         to avoid problems when splitting mails with many recipients.
16118
16119 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16120
16121         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16122         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16123
16124 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16125
16126         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16127         if there is no hashtable in memory or file modification time is
16128         newer than cached timestamp.
16129
16130 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * gnus-sum.el (gnus-summary-limit-to-recipient):
16133         Implement not-matching option.
16134
16135 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16138         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16139         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16140         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16141         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16142         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16143
16144 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * message.el (message-forward-make-body-mml): Remove headers
16147         according to message-forward-ignored-headers if a message is decoded.
16148
16149 2004-12-02  Romain Francoise  <romain@orebokech.com>
16150
16151         * message.el (message-forward-make-body-plain): Always remove
16152         headers according to message-forward-ignored-headers.
16153
16154 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16155
16156         * spam.el (spam-summary-prepare-exit): Remove the
16157         gnus-summary-limit pop for now, it has problems with ham marks for
16158         me.
16159
16160 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16163         correctly.
16164
16165 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16166
16167         * format-spec.el (format-spec): Message the char.
16168
16169 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16170
16171         * gnus-art.el (gnus-split-methods): Reformat comments.
16172
16173         * spam.el (spam-summary-prepare-exit): Remove article limits
16174         before exiting the summary buffer.
16175
16176 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16179         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16180
16181         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16182         order to silence the byte compiler.
16183
16184         * spam.el: Fix the way to silence the byte compiler, which
16185         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16186         bbdb-search-simple, spam-BBDB-register-routine,
16187         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16188         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16189         spam-stat-buffer-is-spam, spam-stat-load,
16190         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16191         spam-stat-save and spam-stat-split-fancy.
16192
16193 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16196         which may confuse users.
16197         (canlock-password-for-verify): Ditto.
16198
16199         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16200
16201         * gnus-art.el (gnus-emphasis-alist): Ditto.
16202
16203         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16204
16205         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16206
16207         * gnus-start.el (gnus-save-killed-list): Ditto.
16208
16209         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16210         (gnus-sum-thread-tree-root): Ditto.
16211         (gnus-sum-thread-tree-false-root): Ditto.
16212         (gnus-sum-thread-tree-single-indent): Ditto.
16213
16214         * message.el (message-courtesy-message): Ditto.
16215         (message-archive-note): Ditto.
16216         (message-subscribed-address-file): Ditto.
16217         (message-user-fqdn): Ditto.
16218
16219         * spam-report.el (spam-report-gmane-regex): Ditto.
16220
16221         * spam.el (spam-blackhole-good-server-regex): Ditto.
16222
16223 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mml.el (mml-preview): Widen the message buffer before copying
16226         the contents to the preview buffer; sort headers before previewing.
16227
16228         * message.el (message-hidden-headers): Fix the way to avoid a bug
16229         in the `repeat' widget in Emacs 21.3 or earlier.
16230
16231 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * message.el (message-hidden-headers): Default to "^References:".
16234         Improve customization type.  Suggested by Reiner Steib
16235         <Reiner.Steib@gmx.de>.
16236
16237 2004-11-25  Romain Francoise  <romain@orebokech.com>
16238
16239         * message.el (message-strip-forbidden-properties): Remove check for
16240         obsolete `message-hidden' text property, hidden headers are not
16241         accessible in the buffer anymore.
16242
16243 2004-11-22  Romain Francoise  <romain@orebokech.com>
16244
16245         * message.el (message-header-format-alist): Add `From' in list
16246         so that it can be sorted.
16247         (message-fix-before-sending): Widen and sort headers before
16248         sending.
16249         (message-hide-headers): Use narrowing to hide headers by moving
16250         them to the top of the buffer and narrowing to the region
16251         underneath.
16252
16253 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * message.el (message-strip-forbidden-properties):
16256         Bind buffer-read-only (etc) to nil.
16257
16258 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16261         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16262
16263 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16264
16265         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16266
16267 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16268
16269         * dns.el (query-dns): Use sit-for to time instead of
16270         accept-process-output, since that doesn't seem to work on udp
16271         sockets.
16272
16273 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16276
16277 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16278
16279         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16280         doc string.  Improve doc string.
16281
16282 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * nntp.el (nntp-request-update-info): Return nil if
16285         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16286         may not call gnus-activate-group which uselessly issues the GROUP
16287         commands for all nntp groups and wastes time.  Reported by Romain
16288         Francoise <romain@orebokech.com>.
16289
16290         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16291
16292 2004-11-15  Simon Josefsson  <jas@extundo.com>
16293
16294         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16295         headers separately.
16296         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16297         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16298
16299 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-start.el (gnus-convert-old-newsrc):
16302         Assign legacy-gnus-agent to 5.10.7.
16303
16304 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16305
16306         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16307         start of the lines.
16308
16309 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16310
16311         * hashcash.el (hashcash-default-payment): Change default to 20.
16312         (hashcash-default-accept-payment): Change default to 20.
16313         (hashcash-process-alist): New variable.
16314         (hashcash-generate-payment-async): Add.
16315         (hashcash-already-paid-p): Add.
16316         (hashcash-insert-payment): Don't generate payments twice.
16317         (hashcash-insert-payment-async): Add.
16318         (hashcash-insert-payment-async-2): Add.
16319         (hashcash-cancel-async): Add.
16320         (hashcash-wait-async): Add.
16321         (hashcash-processes-running-p): Add.
16322         (hashcash-wait-or-cancel): Add.
16323         (mail-add-payment): New optional argument.  Conditionally start
16324         asynchronous calculation.
16325         (mail-add-payment-async): Add.
16326
16327         * message.el (message-send-mail): Wait for asynchronous hashcash
16328         results.  Don't clobber existing X-Hashcash headers.
16329         (message-setup-1): Call mail-add-payment-async when
16330         message-generate-hashcash is non-nil.
16331
16332 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16333
16334         * message.el (message-use-alternative-email-as-from): Examine the
16335         From header as well; use message-make-from in order to include a
16336         user's full name.
16337
16338 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16341         default; improve customization type.
16342         (gnus-emphasis-custom-with-format): New macro.
16343         (gnus-emphasis-custom-value-to-external): New function.
16344         (gnus-emphasis-custom-value-to-internal): New function.
16345
16346 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * dns.el (query-dns): Resolve reverse addresses.
16349
16350 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * gnus-group.el (gnus-group-get-new-news): Use it.
16353
16354         * gnus-start.el (gnus-check-reasonable-setup): New function.
16355
16356 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16359         "Args out of range" error.  Reported by Arnaud Giersch
16360         <arnaud.giersch@free.fr>.
16361
16362 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16363
16364         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16365
16366 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16367
16368         * spam.el (spam group): Add :version.
16369
16370         * pgg-def.el (pgg group): Add :version.
16371
16372 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-art.el (gnus-article-edit-article): Don't associate the
16375         article buffer with a draft file.  This is a temporary measure
16376         against the 2004-08-22 change to gnus-article-edit-mode.
16377
16378 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16381         (html2text-format-tags): Remove unused variable `attr'.
16382
16383 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16386
16387         * tls.el (tls-process-connection-type, tls-success)
16388         (tls-certtool-program): Add :version.
16389
16390         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16391         (starttls-extra-arguments, starttls-process-connection-type)
16392         (starttls-connect, starttls-failure, starttls-success): Add :version.
16393
16394         * spam-stat.el (spam-stat): Add :version.
16395
16396         * sieve.el (sieve): Add :version.
16397
16398         * sha1.el (sha1): Add :version.
16399         (sha1-use-external): Remove redundant version.
16400
16401         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16402         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16403         (nnmail-split-fancy-match-partial-words)
16404         (nnmail-split-lowercase-expanded): Add :version.
16405
16406         * nndiary.el (nndiary): Add :version.
16407
16408         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16409
16410         * mml-sec.el (mml-default-sign-method)
16411         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16412         Add :version.
16413
16414         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16415
16416         * mm-url.el (mm-url-use-external, mm-url-program)
16417         (mm-url-arguments): Add :version.
16418
16419         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16420         (mm-attachment-file-modes, mm-decrypt-option)
16421         (mm-w3m-safe-url-regexp): Add :version.
16422
16423         * message.el (message-cite-prefix-regexp)
16424         (message-sendmail-envelope-from, message-minibuffer-local-map)
16425         (message-user-fqdn, message-completion-alist): Add :version.
16426
16427         * gnus-win.el (gnus-configure-windows-hook)
16428         (gnus-use-frames-on-any-display): Add :version.
16429
16430         * gnus-art.el (gnus-article-address-banner-alist)
16431         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16432         (gnus-treat-from-picon, gnus-treat-mail-picon)
16433         (gnus-treat-x-pgp-sig): Add :version.
16434
16435         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16436         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16437         (gnus-summary-article-delete-hook)
16438         (gnus-summary-display-while-building): Add :version.
16439
16440         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16441         (gnus-get-top-new-news-hook): Add :version.
16442
16443         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16444         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16445
16446         * gnus-registry.el (gnus-registry): Add :version.
16447
16448         * gnus-spec.el (gnus-use-correct-string-widths)
16449         (gnus-make-format-preserve-properties): Add :version.
16450
16451         * gnus.el (gnus-group-charter-alist)
16452         (gnus-group-fetch-control-use-browse-url)
16453         (gnus-install-group-spam-parameters): Add :version.
16454
16455         * gnus-diary.el (gnus-diary): Add :version.
16456
16457         * gnus-delay.el (gnus-delay): Add :version.
16458
16459         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16460         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16461         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16462         Add :version.
16463
16464         * gnus-agent.el (gnus-agent-max-fetch-size)
16465         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16466         (gnus-agent-prompt-send-queue): Add :version.
16467
16468         * deuglify.el (gnus-outlook-deuglify): Add :version.
16469
16470         * html2text.el: Beautify code.  Improve doc strings.
16471         Some checkdoc cleanup.
16472         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16473
16474 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16475
16476         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16477
16478 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16479
16480         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16481         when package is loaded.
16482
16483         * spam.el (spam-summary-score-preferred-header): Add global preference
16484         for people who want to override the default SpamAssassin over
16485         Bogofilter preference (when both are set).
16486         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16487         (spam-user-format-function-S):
16488         Check spam-summary-score-preferred-header.
16489         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16490         (spam-user-format-function-S): Format the score correctly.
16491
16492 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16495         signature file.  Suggested by Manoj Srivastava
16496         <srivasta@golden-gryphon.com>.
16497
16498         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16499         iso-2022-jp even in the Japanese language environment.
16500         Suggested by Jason Rumney <jasonr@gnu.org>.
16501
16502 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16505         use the same characters as the dummy marks; make it free from
16506         getting affected by the language environment.
16507         (gnus-summary-read-group-1): Update mark positions only when the
16508         format spec is updated.
16509
16510         * gnus-spec.el (gnus-update-format-specifications): Return a list
16511         of updated types.
16512
16513 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16516         of boundp to check if display-warning is available.
16517
16518 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16519
16520         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16521
16522 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * nnspool.el (nnspool-spool-directory): Use news-path if the
16525         news-directory variable is not bound.
16526
16527         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16528         function instead of display-warning if it is not available.
16529
16530 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16533         v5-10: Use `point-at-bol'.
16534
16535 2004-10-26  Simon Josefsson  <jas@extundo.com>
16536
16537         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16538         <chenggao@gmail.com>.
16539
16540 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16543         instead.
16544
16545 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16548         to remove a server from the nnimap-server-buffer-alist.
16549         (nnimap-open-connection, nnimap-close-server): Use it.
16550
16551         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16552
16553 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16556         running the major-mode function.
16557
16558 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16561         dummy marks in the right way.
16562
16563 2004-10-18  David Edmondson  <dme@dme.org>
16564
16565         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16566         excessively.
16567
16568 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16569
16570         * gnus-util.el (gnus-split-references): Accept a nil references
16571         string and go on blissfully.
16572
16573         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16574         cases where the references string is non-nil but has no references.
16575
16576         * encrypt.el: Add autoload tags.
16577
16578         * spam.el (spam-resolve-registrations-routine): Remove article
16579         from unregistration list too.  Reported by David Hanak
16580         <dhanak@isis.vanderbilt.edu>
16581
16582 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16585         nil.  Change custom type.
16586
16587 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16590
16591         * gnus-sum.el (gnus-summary-move-article): Use it.
16592
16593 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16594
16595         * encrypt.el: Add autoload cookies.
16596
16597         * spam.el (spam-backend-article-list-property)
16598         (spam-backend-get-article-todo-list)
16599         (spam-backend-put-article-todo-list)
16600         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16601         Resolve registrations separately.
16602         (spam-register-routine): Format comments.
16603         (spam-unregister-routine, spam-register-routine): Always call with
16604         specific-articles, no default list.
16605         (spam-summary-prepare-exit): Use the spam-classifications function.
16606
16607         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16608         gnus-encrypt.el.
16609
16610         * encrypt.el: Copied from gnus-encrypt.el.
16611
16612         * gnus-encrypt.el: Commented that it's obsolete.
16613
16614 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16617         (gnus-score-save): Use it.
16618
16619         * message.el (message-bury): Use `window-dedicated-p'.
16620
16621 2004-10-15  Simon Josefsson  <jas@extundo.com>
16622
16623         * pop3.el (top-level): Don't require nnheader.
16624         (pop3-read-timeout): Add.
16625         (pop3-accept-process-output): Add.
16626         (pop3-read-response, pop3-retr): Use it.
16627
16628 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * spam.el (spam-register-routine): Move comment.
16631         (spam-verify-bogofilter): Use 'unknown for the initial
16632         spam-bogofilter-valid state, not 'never.
16633
16634         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16635         for netrc-machine.
16636
16637         * nnimap.el (nnimap-open-connection):
16638         Use netrc-machine-user-or-password.
16639
16640 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16641
16642         * gnus-registry.el (gnus-registry-unload-hook):
16643         Set as a variable with add-hook.
16644
16645         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16646         of news-path.
16647
16648         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16649
16650         * spam.el: Delete duplicate `provide'.
16651         (spam-unload-hook): Set as a variable with add-hook.
16652
16653 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16656         in the doc string.
16657
16658         * message.el (message-ignored-news-headers)
16659         (message-ignored-supersedes-headers)
16660         (message-ignored-resent-headers)
16661         (message-forward-ignored-headers): Improve custom type.
16662
16663 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * message.el (message-tokenize-header): Fix 2004-09-06 change
16666         which used point-min in the wrong place.
16667
16668 2004-10-12  Simon Josefsson  <jas@extundo.com>
16669
16670         * tls.el (tls-certtool-program): New variable.
16671         (tls-certificate-information): New function, based on
16672         ssl-certificate-information.
16673
16674 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * compface.el: Move the version of ELisp-based uncompface program
16677         to the contrib directory because of the copyright problem.
16678
16679 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16680
16681         * message.el (message-kill-buffer): Raise the current frame.
16682
16683 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16686
16687         * gnus.el (message-y-or-n-p): Autoload.
16688
16689         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16690         (pop3-password-required, pop3-authentication-scheme)
16691         (pop3-leave-mail-on-server): Make customizable.
16692         (pop3): New custom group.
16693         (pop3-retr): Remove `sleep-for' statements.
16694         Suggested by Dave Love <fx@gnu.org>.
16695
16696         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16697         Windows/DOS.
16698
16699         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16700         (imap-parse-body): Fix incorrect use of `assert'.
16701         Suggested by Dave Love <fx@gnu.org>.
16702
16703         * mml.el (mml-minibuffer-read-disposition): Require match.
16704         Suggested by Dave Love <fx@gnu.org>.
16705
16706 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16709         doc string.
16710
16711 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16714
16715 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16716
16717         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16718         instead of calling `mm-insert-inline', to decode text/* parts
16719         before displaying them.
16720
16721 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * mm-uu.el (mm-uu-text-plain-type): New variable.
16724         (mm-uu-pgp-signed-extract-1): Use it.
16725         (mm-uu-pgp-encrypted-extract-1): Use it.
16726         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16727         bind mm-uu-text-plain-type with that value.
16728         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16729         mm-uu-dissect.
16730
16731 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-group.el (gnus-update-group-mark-positions):
16734         * gnus-sum.el (gnus-update-summary-mark-positions):
16735         * message.el (message-check-news-body-syntax):
16736         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16737         of string-as-multibyte.
16738
16739 2004-10-05  Juri Linkov  <juri@jurta.org>
16740
16741         * gnus-group.el (gnus-update-group-mark-positions):
16742         * gnus-sum.el (gnus-update-summary-mark-positions):
16743         * message.el (message-check-news-body-syntax):
16744         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16745         8-bit unibyte values to a multibyte string for search functions.
16746
16747 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16750         (mm-uu-dissect-text-parts): New function.
16751
16752         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16753         dissect text parts.
16754
16755         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16756         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16757
16758         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16759
16760         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16761         Use gnus-current-topics instead of gnus-current-topic.
16762
16763 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16766
16767 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16768
16769         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16770         where approriate.
16771
16772         * nnml.el (nnml-generate-active-info): do.
16773
16774         * nndiary.el (nndiary-generate-active-info): do.
16775
16776         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16777         (gnus-topic-move): do.
16778
16779         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16780         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16781
16782         * gnus-srvr.el (gnus-server-prepare)
16783         (gnus-server-open-all-servers): do.
16784
16785         * gnus-msg.el (gnus-summary-cancel-article)
16786         (gnus-summary-resend-message)
16787         (gnus-summary-mail-crosspost-complaint): do.
16788
16789         * gnus-move.el (gnus-change-server): do.
16790
16791         * gnus-group.el (gnus-group-unmark-all-groups)
16792         (gnus-group-set-current-level): do.
16793
16794 2004-10-04  Simon Josefsson  <jas@extundo.com>
16795
16796         * message.el (message-generate-hashcash): Doc fix.
16797
16798 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16799
16800         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16801         avoid infinite recursion via gnus-get-function.
16802
16803 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16806
16807         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16808
16809         * nnmail.el (nnmail-split-history): do.
16810
16811         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16812         (nnml-request-delete-group): do.
16813
16814         * nnslashdot.el (nnslashdot-read-groups): do.
16815
16816         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16817         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16818
16819         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16820         (nnspool-sift-nov-with-sed): Use last.
16821         (nnspool-retrieve-headers-with-nov): Use mapc.
16822         (nnspool-request-newgroups): Use dolist.
16823         (nnspool-request-group): Use last.
16824
16825         * nntp.el (nntp-read-server-type): Use dolist.
16826
16827         * nnvirtual.el (nnvirtual-create-mapping)
16828         (nnvirtual-update-read-and-marked): Use dolist.
16829         (nnvirtual-convert-headers): Simplify.
16830
16831 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16832
16833         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16834         Add support for sync'ing tick marks.
16835
16836 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16839         there's no visible header.
16840
16841 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16842
16843         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16844         When necessary, pass full group name to gnus-request-set-marks.
16845
16846 2004-10-01  Simon Josefsson  <jas@extundo.com>
16847
16848         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16849         acroread.
16850
16851 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * spam-report.el (spam-report-gmane): Fix interactive.
16854
16855         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16856
16857         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16858         when writing file.
16859         (gnus-agent-synchronize-flags): Don't default to being
16860         interactive.
16861
16862 2004-09-30  Simon Josefsson  <jas@extundo.com>
16863
16864         * message.el (message-generate-hashcash): Add.
16865         (message-send-mail): Use it, call mail-add-payment.
16866
16867 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16870
16871 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16872
16873         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16874         gnus-requst-update-info with explicit code to sync the in-memory
16875         info read flags with the marks being sync'd to the backend.
16876
16877         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16878
16879 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * spam.el (spam-verify-bogofilter): Add new function.
16882         (spam-check-bogofilter)
16883         (spam-bogofilter-register-with-bogofilter): Use it.
16884         (spam-verify-bogofilter): Add small fixes.
16885
16886 2004-09-28  Simon Josefsson  <jas@extundo.com>
16887
16888         * hashcash.el (hashcash-generate-payment): Revert.
16889
16890 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16893         Use gnus-extract-references instead of gnus-split-references.
16894
16895         * gnus-util.el (gnus-extract-references): Add new function, analogous
16896         to gnus-split-references but extracts only the message-ID without
16897         anything extra.
16898
16899         * hashcash.el (hashcash-generate-payment)
16900         (hashcash-check-payment): Do the right thing if hashcash-path is
16901         nil (because the hashcash program could not be found).
16902
16903         * spam.el (spam-use-hashcash): Remove comment.
16904
16905 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16906
16907         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16908         (gnus-cache-enter-article, gnus-cache-remove-article)
16909         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16910
16911         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16912
16913         * gnus-art.el (article-hide-boring-headers)
16914         (article-translate-strings, article-display-face)
16915         (gnus-article-mime-match-handle-first)
16916         (gnus-article-highlight-headers)
16917         (gnus-article-add-buttons-to-head): do.
16918
16919 2004-09-27  Simon Josefsson  <jas@extundo.com>
16920
16921         * hashcash.el: New version, from
16922         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16923         ../contrib/.
16924
16925 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16928
16929 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16930
16931         * gnus-dup.el (gnus-dup-open): Use mapc.
16932         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16933
16934         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16935         Reported by Stefan Wiens <s.wi@gmx.net>.
16936
16937         * gnus.el (gnus-shutdown): Use dolist.
16938
16939         * gnus-undo.el (gnus-undo): Use mapc.
16940
16941         * nnrss.el (nnrss-generate-active): do.
16942
16943         * message.el (message-cite-original-without-signature)
16944         (message-cite-original): Use mapc.
16945         (message-do-actions, message-make-forward-subject): Use dolist.
16946
16947 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16948
16949         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16950         deletion to remove entire duplicate line.  Fixes merged article
16951         number bug.
16952
16953 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16954
16955         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16956         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16957         first ask if you want to open a server and then, even when you
16958         responded with no, asking if you want to synchronize the server's
16959         flags.
16960         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16961         multi-line expressions.
16962         (gnus-agent-synchronize-group-flags): New internal function.
16963         Updates marks in memory (in the info structure) AND in the
16964         backend.
16965
16966         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16967
16968         * nnagent.el (nnagent-request-set-mark):
16969         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16970         method, to ensure that synchronization updates marks in the
16971         backend and in the info (in memory) structure.
16972
16973 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16976         convention fully; don't miss the root article of a thread; make
16977         the X-Draft-From header with correct article numbers.
16978
16979 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16980
16981         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16982         unless plugged.  Disable the agent so that an open failure causes
16983         an error.
16984
16985         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16986         Revert 2004-09-21 change.  The backend must be opened while
16987         synchronizing flags even when the backend stores the flags
16988         locally.
16989
16990 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16993         in `header' match.  Reported by Svend Tollak Munkejord.
16994
16995         * message.el (message-cite-original): Fix use of
16996         `message-cite-articles-with-x-no-archive'.
16997
16998 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17001         (gnus-window-to-buffer): Ditto.
17002
17003         * mml.el (mml-preview-buffer): New variable.
17004         (mml-preview): Manage window layout with gnus-buffer-configuration.
17005
17006         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17007         X-Draft-From header even if those articles aren't quoted.
17008
17009 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17010
17011         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17012         (gnus-request-set-mark, gnus-request-update-mark): Use new
17013         g-s-t-u-l-m to decide to use backend even when unplugged.
17014
17015 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17018         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17019
17020 2004-09-20  Simon Josefsson  <jas@extundo.com>
17021
17022         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17023         "utf-16-le".
17024
17025 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17026
17027         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17028
17029 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * uudecode.el (uudecode-use-external): Add :version.
17032
17033         * smime.el (smime-CA-file, smime-encrypt-cipher)
17034         (smime-dns-server): Add :version.
17035
17036         * smiley.el (gnus-smiley-file-types): Add :version.
17037
17038         * sha1.el (sha1-use-external): Add :version.
17039
17040         * pgg-def.el (pgg-query-keyserver): Add :version.
17041
17042         * nnmail.el (nnmail-fancy-expiry-targets)
17043         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17044         Add :version.
17045
17046         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17047         (nnimap-retrieve-groups-asynchronous): Add :version.
17048         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17049
17050         * mml.el (mml-content-disposition-parameters)
17051         (mml-insert-mime-headers-always): Add :version.
17052
17053         * mm-util.el (mm-coding-system-priorities): Add :version.
17054
17055         * mm-decode.el (mm-inline-text-html-with-images)
17056         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17057         (mm-verify-option): Add :version.
17058         (mm-text-html-renderer): Change :version.
17059
17060         * message.el (message-fcc-externalize-attachments)
17061         (message-required-headers, message-draft-headers)
17062         (message-subject-trailing-was-query)
17063         (message-subject-trailing-was-ask-regexp)
17064         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17065         (message-mark-insert-end, message-archive-header)
17066         (message-archive-note, message-cross-post-default)
17067         (message-cross-post-note, message-followup-to-note)
17068         (message-cross-post-note-function, message-use-mail-followup-to)
17069         (message-subscribed-address-functions)
17070         (message-subscribed-address-file, message-subscribed-addresses)
17071         (message-subscribed-regexps, message-allow-no-recipients)
17072         (message-yank-cited-prefix, message-signature-insert-empty-line)
17073         (message-hidden-headers, message-hierarchical-addresses)
17074         (message-mail-user-agent, message-use-idna)
17075         (message-valid-fqdn-regexp)
17076         (message-strip-special-text-properties, message-header-synonyms)
17077         (message-beginning-of-line, message-tab-body-function): Add :version.
17078         (message-insert-canlock, message-wide-reply-confirm-recipients):
17079         Change :version.
17080
17081         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17082         and :version.
17083         (mail-source-delete-old-incoming-confirm)
17084         (mail-source-movemail-program): Add :version.
17085
17086         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17087         (gnus-agent-cache, gnus-agent): Change :version.
17088
17089         * gnus-util.el (gnus-use-byte-compile): Change :version.
17090
17091         * gnus-sum.el (gnus-summary-make-false-root-always)
17092         (gnus-summary-default-high-score)
17093         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17094         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17095         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17096         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17097         (gnus-sum-thread-tree-single-indent)
17098         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17099         (gnus-sum-thread-tree-leaf-with-other)
17100         (gnus-sum-thread-tree-single-leaf): Add :version.
17101         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17102         (gnus-article-loose-mime): Change :version.
17103
17104         * gnus-start.el (gnus-backup-startup-file)
17105         (gnus-save-startup-file-via-temp-buffer): Add :version.
17106
17107         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17108         (gnus-server-offline-face): Add :version.
17109
17110         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17111
17112         * gnus-msg.el (gnus-gcc-externalize-attachments)
17113         (gnus-debug-files, gnus-debug-exclude-variables)
17114         (gnus-discouraged-post-methods): Change :version.
17115         (gnus-confirm-mail-reply-to-news)
17116         (gnus-confirm-treat-mail-like-news): Add :version.
17117
17118         * gnus-int.el (gnus-server-unopen-status): Add :version.
17119
17120         * gnus-group.el (gnus-group-jump-to-group-prompt)
17121         (gnus-large-ephemeral-newsgroup)
17122         (gnus-fetch-old-ephemeral-headers): Add :version.
17123
17124         * gnus-fun.el (gnus-x-face-directory)
17125         (gnus-convert-pbm-to-x-face-command)
17126         (gnus-convert-image-to-x-face-command)
17127         (gnus-convert-image-to-face-command): Add :version.
17128
17129         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17130
17131         * gnus-cite.el (gnus-cite-blank-line-after-header)
17132         (gnus-article-boring-faces): Add :version.
17133
17134         * gnus-art.el (gnus-buttonized-mime-types)
17135         (gnus-inhibit-mime-unbuttonizing)
17136         (gnus-treat-display-face)
17137         (gnus-treat-body-boundary): Change :version.
17138         (gnus-body-boundary-delimiter, gnus-picon-databases)
17139         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17140         (gnus-treat-date-english, gnus-treat-fold-headers)
17141         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17142         (gnus-treat-mail-picon, gnus-treat-wash-html)
17143         (gnus-article-encrypt-protocol)
17144         (gnus-use-idna, gnus-article-over-scroll)
17145         (gnus-mime-display-multipart-alternative-as-mixed)
17146         (gnus-mime-display-multipart-related-as-mixed)
17147         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17148         (gnus-ctan-url, gnus-button-ctan-handler)
17149         (gnus-button-handle-ctan-bogus-regexp)
17150         (gnus-button-ctan-directory-regexp)
17151         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17152         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17153         (gnus-button-man-level, gnus-button-emacs-level)
17154         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17155
17156         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17157         (gnus-agent-go-online): Change :version.
17158         (gnus-agent-expire-unagentized-dirs)
17159         (gnus-agent-auto-agentize-methods): Add :version.
17160
17161         * flow-fill.el (fill-flowed-display-column)
17162         (fill-flowed-encode-column): Add :version.
17163
17164         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17165         (gnus-outlook-deuglify-unwrap-max)
17166         (gnus-outlook-deuglify-cite-marks)
17167         (gnus-outlook-deuglify-unwrap-stop-chars)
17168         (gnus-outlook-deuglify-no-wrap-chars)
17169         (gnus-outlook-deuglify-attrib-cut-regexp)
17170         (gnus-outlook-deuglify-attrib-verb-regexp)
17171         (gnus-outlook-deuglify-attrib-end-regexp)
17172         (gnus-outlook-display-hook): Add :version.
17173
17174         * binhex.el (binhex-use-external): Add :version.
17175
17176 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17179         and `invisible'.
17180
17181 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17182
17183         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17184         in gnus-registry-trim.
17185
17186 2004-09-13  Simon Josefsson  <jas@extundo.com>
17187
17188         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17189
17190         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17191
17192         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17193         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17194         <yamaoka@jpl.org>.
17195         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17196         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17197         <yamaoka@jpl.org>.
17198
17199         * sieve.el (sieve-manage-mode): Ditto.
17200
17201 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17204
17205 2004-09-11  Simon Josefsson  <jas@extundo.com>
17206
17207         * dns-mode.el: Add.
17208
17209         * mm-view.el (mm-display-dns-inline): Add.
17210
17211         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17212         (mm-automatic-display): Ditto.
17213
17214         * mailcap.el (mailcap-mime-data): Add text/dns.
17215         (mailcap-mime-extensions): Map .soa to text/dns.
17216
17217 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17218
17219         * gnus-art.el (article-decode-mime-words, article-babel)
17220         (gnus-article-highlight-signature, gnus-article-add-buttons)
17221         (gnus-signature-toggle): Remove unnecessary bindings of
17222         `inhibit-read-only' inherited from v5.10 merge.
17223
17224 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * nntp.el (nntp): New customization group.
17227         (nntp-authinfo-file): Add customization group.
17228
17229         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17230
17231         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17232
17233         * gnus.el (to-address, to-list, subscribed)
17234         (large-newsgroup-initial): Ditto.
17235
17236         * flow-fill.el (fill-flowed-display-column)
17237         (fill-flowed-encode-column): Ditto.
17238
17239 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17240
17241         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17242         Use point-min rather than 1.
17243         (message-send-mail): Use buffer-size rather than point-max.
17244
17245         * gnus-sum.el (gnus-summary-search-article-forward):
17246         Signal a specific `search-failed' rather than a generic `error'.
17247
17248         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17249         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17250         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17251
17252 2004-09-10  Simon Josefsson  <jas@extundo.com>
17253
17254         * nndb.el (require): Remove tcp and duplicate cl.
17255
17256 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-agent.el (directory-files-and-attributes): Move forward.
17259
17260 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17261
17262         * gnus-agent.el (directory-files-and-attributes):
17263         Optionally defined to support XEmacs.
17264
17265 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17266
17267         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17268         to avoid run-time CL dependencies.
17269         (gnus-agent-unfetch-articles): New function.
17270         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17271         article numbers even when local .overview file is missing.
17272         (gnus-agent-read-article-number): New function.  Only accepts
17273         27-bit article numbers.
17274         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17275         Use gnus-agent-read-article-number.
17276         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17277         from backend while recognizing that article numbers in .overview
17278         must be valid.
17279         (gnus-agent-update-files-total-fetched-for):
17280         Use directory-files-and-attributes to improve performance.
17281         * gnus-int.el (gnus-request-move-article):
17282         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17283         improve performance.
17284
17285         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17286         some users confused by references to .newsrc when they only have a
17287         .newsrc.eld file.
17288         (gnus-convert-mark-converter-prompt)
17289         (gnus-convert-converter-needs-prompt): Fix use of property list.
17290         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17291         New function.  Used internally to only display 'gnus converting
17292         files' message when actually necessary.
17293
17294         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17295         methods now autoloaded.
17296
17297 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17300         identifiers.
17301
17302 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-picon.el: Fix indentation and closing parenthesis.
17305
17306 2004-09-01  Simon Josefsson  <jas@extundo.com>
17307
17308         * message.el (message-canlock-generate): Require sha1, not
17309         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17310         to require within a function.  Sadly, if sha1.el isn't loaded, the
17311         let binding in m-c-g will hide the defcustom definition, which is
17312         bad.)
17313
17314         * canlock.el: Require sha1, not sha1-el.
17315
17316         * message.el: Don't autoload sha1 (there is a autoload cookie in
17317         sha1.el).
17318
17319         * sha1-el.el: Rename to sha1.el.
17320
17321 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17322
17323         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17324
17325 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17326
17327         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17328
17329 2004-08-30  Kim F. Storm  <storm@cua.dk>
17330
17331         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17332
17333         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17334         Add :group 'nnimap.
17335
17336 2004-08-30  Andreas Schwab  <schwab@suse.de>
17337
17338         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17339         ?* and ?\;.
17340
17341         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17342         and ?\' to symbol instead of whitespace.
17343
17344 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17347
17348         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17349         instead of re-search-forward.
17350
17351         * gnus-uu.el (gnus-uu-save-article): Ditto.
17352         (gnus-uu-post-encode-uuencode): Ditto.
17353
17354         * html2text.el (html2text-clean-list-items): Ditto.
17355         (html2text-clean-dtdd): Ditto.
17356         (html2text-format-tags): Ditto.
17357
17358         * message.el (message-send-mail-with-sendmail): Fix regexp.
17359         (message-fill-field-general): Use search-forward instead of
17360         re-search-forward.
17361         (unbold-region): Ditto.
17362
17363         * nnrss.el (nnrss-request-article): Ditto.
17364
17365         * nnslashdot.el (nnslashdot-request-article): Ditto.
17366
17367         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17368
17369         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17370         "Unrecognized menu descriptor" error in XEmacs.
17371
17372 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17373
17374         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17375         parent article of a sparse article in the thread hashtb.
17376
17377 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17378
17379         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17380         (nnmail-expand-newtext): Lowercase expanded entries if
17381         nnmail-split-lowercase-expanded is non-nil.
17382
17383 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17386
17387         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17388         of gnus-tmp-news-method into string under XEmacs.  It will be
17389         passed to gnus-correct-length which takes only a string argument.
17390
17391 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-util.el (gnus-bind-print-variables): New macro.
17394         (gnus-prin1): Use it.
17395         (gnus-prin1-to-string): Use it.
17396         (gnus-pp): New function.
17397         (gnus-pp-to-string): New function.
17398
17399         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17400         Replace pp-to-string with gnus-pp-to-string.
17401         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17402         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17403         * gnus-msg.el (gnus-debug): Ditto.
17404         * gnus-score.el (gnus-score-save): Ditto.
17405         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17406         gnus-pp-to-string.
17407         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17408         with gnus-pp.
17409         * score-mode.el (gnus-score-pretty-print): Ditto.
17410         * webmail.el (webmail-debug): Ditto.
17411
17412 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-art.el (article-display-face, article-display-x-face):
17415         Use buffer-read-only.
17416
17417 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-art.el (article-hide-list-identifiers):
17420         Bind inhibit-read-only as t.
17421
17422 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17423
17424         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17425
17426 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17427
17428         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17429         (gnus-narrow-to-page): Don't assume point-min == 1.
17430         (gnus-article-edit-mode): Derive from message-mode.
17431
17432         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17433         point-min == 1.
17434
17435         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17436         Disable incorrect use of `assert'.
17437
17438         * message.el (message-mode): Set comment-start-skip.
17439
17440
17441 2004-08-22  Sam Steingold  <sds@gnu.org>
17442
17443         * pop3.el (pop3-leave-mail-on-server): New user variable.
17444         (pop3-movemail): Delete mail only when it is nil.
17445
17446 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17449
17450         * mml.el (mml-preview): Use `pop-to-buffer'.
17451
17452         * message.el (message-goto-mail-followup-to): Insert after "To".
17453         (message-carefully-insert-headers): Add comment.
17454
17455         * gnus.el: Remove unused variable `gnus-article-check-size'.
17456
17457         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17458
17459         * gnus-art.el (gnus-button-alist):
17460         Improve `gnus-button-handle-library' entry.
17461
17462 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17463
17464         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17465         Use downcase, since XEmacs capitalizes error messages differently.
17466
17467 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17468
17469         * nntp.el: Add (require 'gnus) due to reference to
17470         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17471
17472 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17473
17474         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17475         Bind `mm-fill-flowed'.
17476
17477         * mm-decode.el (mm-dissect-singlepart): Check it.
17478
17479 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17480
17481         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17482         'imap' for netrc parsing.
17483
17484 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * mailcap.el (mailcap-mime-data): Mark as risky.
17487
17488 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17491         may be included in the encoded word.
17492         (rfc2047-encode): Don't append a space if the encoded word
17493         includes close parenthesis.
17494
17495 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17498         of text within parentheses.
17499
17500 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17501
17502         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17503         (gnus-encrypt-write-file-contents): Make the password key the file
17504         name PLUS the cipher, not just the cipher.  Also remove failed
17505         passwords from the cache.
17506
17507 2004-08-06  Simon Josefsson  <jas@extundo.com>
17508
17509         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17510         Doc fix.
17511
17512 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17515         LWSP.
17516
17517 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17520         Try to append in-reply-to: data to the references: header.
17521
17522         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17523         (netrc-parse): Use gnus-encrypt.el functions.
17524
17525         * gnus-encrypt.el: Add new file for encryption support; currently
17526         does only a few GPG ciphers and an internal XOR cipher.
17527
17528         * password.el: Add comments on using password-read-and-add.
17529         (password-read-and-add): Add function to read and add the
17530         password to the cache at once.
17531
17532 2004-07-28  Simon Josefsson  <jas@extundo.com>
17533
17534         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17535         parameter (but don't use it, for now).
17536
17537         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17538         instead of hard coding to nil.
17539
17540 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17543         as mm-inline-image-xemacs does.
17544
17545 2004-07-26  Simon Josefsson  <jas@extundo.com>
17546
17547         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17548         Revert part of 2004-07-17 change below.
17549
17550 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17553         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17554
17555 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17558         quotes that actually start with ">" at the beginning of the
17559         lines.
17560
17561 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * rfc2047.el (rfc2047-encode-region): Fix last change.
17564         (rfc2047-encode-parameter): Remove useless concat.
17565
17566 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17569         encode special characters; fix some kind of misconfigured headers;
17570         signal a real error if debug-on-quit or debug-on-error is non-nil.
17571         (rfc2047-encode-max-chars): New variable.
17572         (rfc2047-encode-1): Use it.
17573         (rfc2047-encode-parameter): New function.
17574
17575         * mml.el (mml-insert-parameter): Remove an excessive space.
17576
17577 2004-07-17  Simon Josefsson  <jas@extundo.com>
17578
17579         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17580         Kai Grossjohann <kai@emptydomain.de>.
17581         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17582         (gnus-group-make-menu-bar): Ditto.
17583
17584         * gnus-util.el (gnus-group-server): Add.
17585
17586 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17587
17588         * message.el (message-clone-locals): Clone sendmail and smtp
17589         variables.
17590
17591 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * rfc2047.el (rfc2047-encode-region): Fix last change.
17594
17595 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17598         characters as non-special.
17599
17600 2004-07-09  Simon Josefsson  <jas@extundo.com>
17601
17602         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17603         Users will lose all flag changes made while unplugged with
17604         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17605         good default.  See numerous reports on ding mailing list.
17606
17607 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17610         add generate-head-function and generate-article-function to the
17611         rfc822-forward entry.
17612         (nndoc-rfc822-forward-generate-article): New function.
17613         (nndoc-rfc822-forward-generate-head): New function.
17614
17615         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17616
17617 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17618
17619         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17620         respect display group parameter and gnus-summary-expunge-below.
17621         (gnus-articles-to-read): Remove unused reference to display group
17622         parameter.
17623
17624 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17625
17626         * nnheader.el (nnheader-uniquify-message-id): New experimental
17627         variable.
17628         (nnheader-nov-read-message-id): Use it.
17629
17630         * spam-report.el (spam-report-gmane): Add interactive.
17631
17632 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * mm-encode.el (mm-content-transfer-encoding-defaults):
17635         Use qp-or-base64 for the application/* types.
17636
17637 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17638
17639         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17640
17641 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17642
17643         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17644         trim value.
17645
17646 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17647
17648         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17649         New macro and function.
17650         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17651
17652 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17655         after-load-alist.
17656
17657 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * gnus-group.el (gnus-group-get-new-news-this-group):
17660         Don't update info that isn't there.
17661
17662 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17663
17664         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17665         entry.
17666
17667 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * mm-view.el (mm-inline-render-with-function): Use multibyte
17670         buffer; decode html source by charset.
17671
17672         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17673
17674         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17675         Mule-UCS is loaded under XEmacs.
17676         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17677
17678 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17679
17680         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17681
17682 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * mm-util.el (mm-coding-system-p): Return a coding-system.
17685         (mm-mime-mule-charset-alist): Use shift_jis instead of
17686         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17687         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17688         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17689         instead of japanese-shift-jis and iso-latin-1 respectively in
17690         order to share the default value with both Emacs and XEmacs-mule.
17691         (mm-mule-charset-to-mime-charset):
17692         Make mm-coding-system-priorities effective.
17693         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17694         while predicating of candidates upon the priorities.
17695
17696 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * gnus-sum.el (gnus-summary-make-menu-bar):
17699         Add gnus-uu-invert-processable.
17700
17701         * gnus.el: Autoload gnus-uu-invert-processable.
17702
17703 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * mm-util.el (mm-with-multibyte-buffer): New macro.
17706
17707         * rfc2047.el (rfc2047-encode-string): Use it.
17708         (rfc2047-encode-region): Move point to the end of the region after
17709         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17710
17711 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17714         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17715
17716 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17719         (gnus-cite-parse): Ignore quoted envelope From_.
17720         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17721
17722 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17725         invalid addresses.
17726
17727 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17728
17729         * spam.el: Change section markers, revise TODO list.
17730         (spam-backends): Make new master list of all installed backends.
17731         (spam-summary-exit-behavior): Add new variable to determine how
17732         messages moves are done at summary exit.
17733         (spam-move-spam-nonspam-groups-only)
17734         (spam-process-ham-in-nonham-groups)
17735         (spam-process-ham-in-spam-groups): Remove variables, the
17736         spam-summary-exit-behavior variable should be used to manage this
17737         behavior.
17738         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17739         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17740         and spam-old-spam-articles.
17741         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17742         Add empty variables, placeholders for the backends they represent.
17743         (spam-set-difference): Move, unchanged.
17744         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17745         unless the user has a processor variable.
17746         (spam-classifications, spam-classification-valid-p)
17747         (spam-backend-properties, spam-backend-property-valid-p)
17748         (spam-backend-function-type-valid-p)
17749         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17750         (spam-report-articles-gmane, spam-report-articles-resend):
17751         Remove functions, they are not needed.
17752         (spam-install-backend-super, spam-backend-list)
17753         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17754         (spam-backend-function, spam-backend-ham-registration-function)
17755         (spam-backend-spam-registration-function)
17756         (spam-backend-ham-unregistration-function)
17757         (spam-backend-spam-unregistration-function)
17758         (spam-backend-statistical-p, spam-backend-mover-p)
17759         (spam-install-backend-alias, spam-install-checkonly-backend)
17760         (spam-install-mover-backend, spam-install-nocheck-backend)
17761         (spam-install-backend, spam-install-statistical-backend)
17762         (spam-install-statistical-checkonly-backend): Add backend installation
17763         support.
17764         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17765         (spam-group-processor-p): Use the new backend code and respect the
17766         summary exit behavior.
17767         (spam-mark-spam-as-expired-and-move-routine): Remove.
17768         (spam-summary-prepare): Change to use the new spam-old-articles
17769         variable.
17770         (spam-copy-or-move-routine, spam-copy-spam-routine)
17771         (spam-move-spam-routine, spam-copy-ham-routine)
17772         (spam-move-ham-routine): Add code to copy/move ham or spam.
17773         (spam-fetch-field-fast): Improve doc and code, plus allow the
17774         'number request.
17775         (spam-list-of-checks, spam-list-of-statistical-checks):
17776         Remove variables.
17777         (spam-split, spam-find-spam): Use the new backend code.
17778         (spam-registration-functions): Remove variable.
17779         (spam-unregister-routine): Add convenience wrapper.
17780         (spam-log-undo-registration, spam-register-routine)
17781         (spam-log-processing-to-registry)
17782         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17783         where possible.
17784         (spam-check-gmane-xref, spam-check-regex-headers)
17785         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17786         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17787         (spam-check-bogofilter-headers, spam-check-spamoracle)
17788         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17789         (spam-check-crm114-headers): Use the spam-split-group that
17790         spam-split prepares, no need to determine it every time.
17791
17792         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17793         to the nnheader-parse-naked-head call.
17794
17795         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17796
17797         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17798         the nnheader-nov-read-message-id call.
17799
17800 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17803         gnus-activate-group twice.  Suggested by Markus Peter
17804         <warp@spin.de>.
17805
17806 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-art.el (gnus-article-time-format): Exchange the order of
17809         day and month in the default value; fix customization type.
17810         (article-date-ut): Use add-text-properties.
17811         (article-make-date-line): Use message-make-date instead of
17812         current-time-string.
17813
17814         * message.el (message-fetch-field): Don't use set-text-properties.
17815         (message-make-date): Simplify.
17816
17817         * messagexmas.el (message-xmas-make-date): New function.
17818         (message-xmas-redefine): Defalias message-make-date to it.
17819
17820 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17823         (rfc2047-encode-region): Treat text within parentheses as special;
17824         show the original text when error has occurred.
17825
17826         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17827         already-computed method to gnus-activate-group.
17828
17829         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17830         same select-methods identical Lisp objects.
17831
17832         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17833         object when modifying the info.
17834
17835 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17838         gnus-opened-servers since it has never been opened with the new
17839         configuration yet.
17840
17841 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17844         arg to nnheader-generate-fake-message-id.
17845
17846 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17847
17848         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17849         number and build a fake message ID localized to a group and
17850         article number (so it's repeatable from that point on).
17851         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17852         ID format.
17853
17854         * gnus-sum.el (gnus-get-newsgroup-headers):
17855         Call nnheader-generate-fake-message-id with the article number.
17856
17857 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17858
17859         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17860         end-of-buffer.
17861
17862 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17863
17864         * message.el (message-ignored-supersedes-headers): Add Approved.
17865
17866 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17869         goto-char.
17870         (rfc2047-encode): Fold the line before encoding.
17871
17872 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17875         folding -- not all headers can be folded, and this should be done
17876         by the message composition mode.  Probably.  I think.
17877
17878 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17881         fast.
17882
17883         * gnus-ems.el (gnus-remove-image): Don't use
17884         message-text-with-property; remove only the image found first.
17885
17886         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17887         found first.
17888
17889 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17892
17893 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * message.el (message-text-with-property): Make it fast and accept
17896         optional arguments.
17897         (message-strip-forbidden-properties): Use it.
17898         (message-fix-before-sending): Follow the m-t-w-p change.
17899
17900         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17901
17902 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * gnus-art.el (article-hide-headers): Don't change the buffer
17905         mistakenly when performing mml-preview even if
17906         gnus-single-article-buffer is nil.
17907
17908 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17909
17910         * message.el (message-expand-name-databases): New user option.
17911         (message-expand-name): Use it.
17912
17913 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * spam.el (spam-report-articles-resend)
17916         (spam-report-resend-register-routine): Allow ham reporting.
17917         (spam-report-resend-register-ham-routine): Add wrapper.
17918         (spam-registration-functions): Add ham resending functions.
17919         (spam-list-of-processors): Add ham resend processor.
17920
17921         * gnus.el (ham-resend-to): Add new group parameter.
17922         (spam-process): Add ham resend option.
17923
17924         * spam-report.el (spam-report-resend): Allow reporting ham.
17925         (spam-report-resend-ham): Add wrapper.
17926
17927 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17928
17929         * message.el (message-cite-articles-with-x-no-archive):
17930         New variable.
17931         (message-cite-original): Use it.
17932
17933 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17934
17935         * message.el (message-cite-original): Respect X-No-Archive.
17936
17937 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (article-hide-headers): Refer to the values for
17940         gnus-ignored-headers and gnus-visible-headers in the summary
17941         buffer since a user may have set them as group parameters.
17942
17943 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17944
17945         * assistant.el (assistant-node-name): Add convenience function.
17946         (assistant-render-text, assistant-render-node): Add error handling,
17947         plus handle multiple next nodes.
17948         (assistant-find-next-node): Comment out for now.
17949         (assistant-find-next-nodes): Add function, returns list of next
17950         nodes.
17951
17952 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17953
17954         * mail-source.el (mail-source-directory): Fix doc-string.
17955
17956 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17957
17958         * assistant.el (assistant-render-text, assistant-eval): Add :set
17959         widget type, which is different because it takes and returns a
17960         list.  Much hilarity ensues.
17961
17962 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17965
17966         * gnus-group.el (gnus-group-get-new-news-this-group):
17967         Add doc-string.
17968
17969         * gnus-start.el (gnus-activate-group): Add doc-string.
17970
17971 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17974
17975 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17976
17977         * assistant.el (assistant-render-text): Try to add a :set
17978         widget, more to come.
17979
17980         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17981         strings.
17982         (spam-report-articles-resend)
17983         (spam-register-routine): Do registration iff any articles warrant
17984         it.
17985         (spam-summary-prepare-exit): Change log message for nil group
17986         destinations.
17987
17988 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17989
17990         * spam.el (spam-report-resend-register-routine):
17991         Allow spam-report-resend-to to be a group parameter or a global value.
17992
17993 2004-05-26  Simon Josefsson  <jas@extundo.com>
17994
17995         * starttls.el: Merge with my GNUTLS based starttls.el.
17996         (starttls-gnutls-program, starttls-use-gnutls)
17997         (starttls-extra-arguments, starttls-process-connection-type)
17998         (starttls-connect, starttls-failure, starttls-success):
17999         New variables.
18000         (starttls-program, starttls-extra-args): Doc fix.
18001         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18002         New functions.
18003         (starttls-negotiate, starttls-open-stream):
18004         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18005         function if it is set.
18006
18007 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18010         structured fields.
18011
18012 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18015
18016 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18017
18018         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18019         Add variable.
18020         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18021         assigning the spam-mark to new messages.
18022
18023 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18024
18025         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18026
18027 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18030
18031         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18032         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18033         default.
18034
18035 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18036
18037         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18038         correct data.
18039
18040 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18041
18042         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18043         (spam-group-processor-p): Fix function.
18044         (spam-group-processor-multiple-p)
18045         (spam-group-spam-processor-report-gmane-p)
18046         (spam-group-spam-processor-report-resend-p)
18047         (spam-group-spam-processor-bogofilter-p)
18048         (spam-group-spam-processor-blacklist-p)
18049         (spam-group-spam-processor-ifile-p)
18050         (spam-group-ham-processor-ifile-p)
18051         (spam-group-spam-processor-spamoracle-p)
18052         (spam-group-spam-processor-crm114-p)
18053         (spam-group-ham-processor-bogofilter-p)
18054         (spam-group-spam-processor-stat-p)
18055         (spam-group-ham-processor-stat-p)
18056         (spam-group-ham-processor-whitelist-p)
18057         (spam-group-ham-processor-BBDB-p)
18058         (spam-group-ham-processor-spamoracle-p)
18059         (spam-group-ham-processor-copy-p): Remove functions with some
18060         prejudice against unneeded code.
18061         (spam-report-articles-resend)
18062         (spam-report-resend-register-routine): Allow the group/topic
18063         spam-resend-to value to override spam-report-resend-to.
18064         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18065         properly now.
18066
18067         * gnus.el (spam-resend-to): Add group/topic parameter.
18068         (spam-process): Move the OBSOLETE processors to the end of the
18069         choices.
18070
18071 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18072
18073         * spam-report.el (spam-report-resend-to, spam-report-resend):
18074         Start with resend-to set to nil, and then ask the user if necessary.
18075         (spam-report-resend): spam-report-resend takes a list of articles, not
18076         separate article numbers.
18077
18078 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18081         addition to emacs-w3m.
18082
18083 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084
18085         * assistant.el (assistant-authinfo-data): New function.
18086         (assistant-eval): Eval for entire assistant.
18087
18088         * netrc.el (netrc-services-file): New variable.
18089         (netrc-parse-services): New function.
18090         (netrc-find-service-name): New function.
18091         (netrc-find-service-number): New function.
18092         (netrc-port-equal): New function.
18093         (netrc-machine): Use it.
18094
18095         * nnimap.el (nnimap-open-connection): Use netrc.
18096
18097         * gnus-util.el (gnus-netrc-get): Remove aliases.
18098
18099         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18100
18101         * assistant.el (wid-edit): Fix compilation.
18102
18103         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18104
18105 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18106
18107         * gnus-util.el (gnus-set-file-modes): New function.  (small
18108         patch).
18109
18110 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111
18112         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18113
18114         * assistant.el (assistant-render-node): Fix up rendering and
18115         read-only text.
18116         (assistant-render-node): Reset.
18117         (assistant-make-read-only): Not sticky.
18118
18119 2004-05-20  Danny Siu  <dsiu@adobe.com>
18120
18121         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18122         centered even when gnus-auto-center-summary is t.
18123
18124 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18125
18126         * dns.el (dns-get-txt-answer): New function.
18127         (dns-read-txt): Ditto.
18128         (query-dns): Use it.
18129
18130 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18133         active for foreign groups even if the group level is higher than
18134         the specified value.
18135
18136 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18137
18138         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18139         non-active groups.
18140
18141         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18142
18143 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18144
18145         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18146
18147 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18150         (spam-crm114-header, spam-crm114-spam-switch)
18151         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18152         (spam-crm114-positive-spam-header)
18153         (spam-crm114-database-directory, spam-list-of-processors)
18154         (spam-group-spam-processor-crm114-p)
18155         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18156         (spam-generic-score, spam-list-of-checks)
18157         (spam-list-of-statistical-checks, spam-registration-functions)
18158         (spam-check-crm114-headers, spam-crm114-score)
18159         (spam-check-crm114, spam-crm114-register-with-crm114)
18160         (spam-crm114-register-spam-routine)
18161         (spam-crm114-unregister-spam-routine)
18162         (spam-crm114-register-ham-routine)
18163         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18164         From asjo@koldfront.dk (Adam Sjøgren).
18165
18166         * gnus.el: Add spam-use-crm114.
18167
18168         * spam.el (spam-list-of-processors, spam-registration-functions):
18169         Add spam-use-resend.
18170         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18171         (spam-report-articles-gmane): Add doc fix.
18172         (spam-report-articles-resend, spam-report-resend-register-routine):
18173         Add wrappers around spam-report-resend-to.
18174
18175         * spam-report.el (spam-report-resend-to, spam-report-resend):
18176         Add support for resending spam.
18177         (spam-report-gmane): Fix line length >80.
18178
18179         * gnus.el (spam-process): Add spam-use-resend.
18180
18181 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18182
18183         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18184         number of processed spam messages.
18185         (spam-ham-copy-or-move-routine): Return the number of processed
18186         ham messages.
18187         (spam-summary-prepare-exit): Use the above values to decide
18188         whether status messages shouled be displayed.
18189
18190 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18193         `rfc2047-encoding-function-alist' in order to avoid conflicting
18194         with the old version.
18195         (rfc2047-encode-region): Concatenate words containing non-ASCII
18196         characters in structured fields; don't encode space-delimited
18197         ASCII words even in unstructured fields; don't break words at
18198         char-category boundaries.
18199         (rfc2047-encode-1): New function.
18200         (rfc2047-encode): Use it; encode text so that it occupies the
18201         maximum width within 76-column; work correctly on Q encoding for
18202         iso-2022-* charsets.
18203         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18204         sure not to break a line just after the header name.
18205         (rfc2047-b-encode-region): Remove.
18206         (rfc2047-b-encode-string): New function.
18207         (rfc2047-q-encode-region): Remove.
18208         (rfc2047-q-encode-string): New function.
18209
18210         * mm-util.el (mm-replace-in-string): New function.
18211
18212 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18213
18214         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18215         Really get it right.
18216         (gnus-inews-make-draft): Really.
18217
18218 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18219
18220         * nnmh.el (nnmh-request-list-1): Don't check the link count
18221         before descending.  (small patch)
18222
18223 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18224
18225         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18226         stuff.
18227
18228         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18229         Match on real group name.
18230
18231         * gnus-art.el (gnus-signature-limit): Doc fix.
18232
18233         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18234
18235         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18236
18237 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18238
18239         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18240         isn't a string.
18241
18242 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18243
18244         * gnus-draft.el (gnus-draft-send):
18245         Bind rfc2047-encode-encoded-words.
18246
18247         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18248         (rfc2047-encodable-p): Say that =? needs encoding.
18249         (rfc2047-encode-encoded-words): New variable.
18250
18251         * gnus-group.el (gnus-group-select-group): Doc fix.
18252
18253         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18254
18255         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18256         to nil.
18257
18258         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18259
18260         * nnheader.el (nnheader-get-lines-and-char): New function.
18261
18262 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18263
18264         * gnus-msg.el (gnus-summary-followup-with-original):
18265         Document yanking of region when active.
18266
18267 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18270         groups if the group level is higher than the specified value.
18271
18272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18273
18274         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18275         (gnus-group-jump-to-group): Add prefix argument using
18276         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18277         non-active group.
18278
18279         * compface.el (uncompface): Be verbose when changing
18280         `uncompface-use-external'.
18281
18282         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18283         handle manual section.
18284
18285 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * gnus-art.el (gnus-button-alist): Revert previous change.
18288
18289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18292
18293 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18294
18295         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18296         whether backend can accept message.
18297
18298         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18299
18300 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18301
18302         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18303         Avoid creating directory when nntp-marks-is-evil is true.
18304         Reported by Reiner Steib.
18305
18306 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18307
18308         * gnus-picon.el (gnus-picon-style): New variable.
18309         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18310         (gnus-picon-transform-address): Support `gnus-picon-style'.
18311         From Jesper Harder <harder@ifa.au.dk>.
18312
18313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * message.el (message-fill-field): Return point.
18316         (message-generate-headers): Go to end of field.
18317
18318         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18319         stuff for non-living groups.
18320
18321 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * gnus-art.el (gnus-article-followup-with-original)
18324         (gnus-article-reply-with-original): gnus-mark-active-p ->
18325         gnus-region-active-p.
18326
18327 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18328
18329         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18330         only when there is spam or ham to be processed.
18331
18332 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333
18334         * mail-source.el (mail-source-delete-crash-box): Refactor.
18335         (mail-source-fetch): Use it.
18336         (mail-source-fetch-file): Ditto.
18337         (mail-source-fetch-directory): Run postscript in loop.
18338         (mail-source-fetch-pop): Delete.
18339         (mail-source-fetch-maildir): Ditto.
18340         (mail-source-fetch-imap): Ditto.
18341
18342         * imap.el (imap-authenticators): Comment out sasl.
18343
18344         * message.el (message-skip-to-next-address): New function.
18345         (message-fill-header-address): Refactor.
18346         (message-fill-address): Use it.
18347         (message-delete-address): Use it.
18348         (message-fill-header-general): Refactor.
18349         (message-fill-field-address): Rename.
18350         (message-narrow-to-field): Find the start of the header.
18351         (message-header-format-alist): Don't pre-fill.
18352         (message-fill-header): Remove.
18353         (message-insert-header): New function.
18354         (message-shorten-references): Use it.
18355
18356         * rfc2047.el (rfc2047-field-value): Strip props.
18357
18358         * mail-parse.el (mail-header-make-address): New alias.
18359
18360         * ietf-drums.el (ietf-drums-make-address): New function.
18361
18362         * imap.el: Add compiler directives.
18363
18364         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18365
18366         * gnus-art.el (article-decode-idna-rhs): Don't use
18367         message-idna-inside-rhs-p.
18368
18369 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18370
18371         * message.el (message-idna-inside-rhs-p): Remove.
18372         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18373
18374         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18375         false positives.
18376
18377 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18378
18379         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18380
18381 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18382
18383         * nneething.el (nneething-file-name): Don't create spurious
18384         files.
18385
18386         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18387         (gnus-inews-do-gcc): Remove sleep.
18388
18389         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18390         part under point.
18391
18392         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18393         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18394
18395 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18396
18397         * spam.el (spam-summary-prepare-exit): Fix (length).
18398
18399 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18400
18401         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18402         as expired without moving it" message when there are spam
18403         messages left.
18404
18405 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18406
18407         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18408         header is not nil.
18409
18410 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18411
18412         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18413         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18414         (nntp-marks-changed-p): New arg SERVER.
18415         (nntp-request-update-info): Adjust caller.
18416
18417 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18418
18419         * nntp.el (nntp-save-marks): Pass missing arg.
18420
18421 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18422
18423         * nntp.el: Support marks.
18424         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18425         (nntp-marks-modtime, nntp-marks-directory): New variables.
18426         (nntp-request-set-mark, nntp-request-update-info)
18427         (nntp-possibly-create-directory, nntp-marks-changed-p)
18428         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18429         New functions.
18430
18431 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18434         (gnus-xmas-redefine): Rename.
18435
18436         * gnus-score.el (gnus-score-insert-help):
18437         Use gnus-select-lowest-window.
18438
18439         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18440         appt-select-lowest-window and rename to gnus-select-lowest-window.
18441
18442         * gnus.el: do.
18443
18444 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18445
18446         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18447         encodings of MIME-encoded words, in order to improve
18448         interoperability with several broken MUAs.
18449
18450 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18451
18452         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18453         tags, only when charsets are not specified in headers.
18454         (mm-inline-text-html-render-with-w3m): Ditto.
18455
18456         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18457         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18458
18459 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18460
18461         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18462         instead of MIME-decoded from fields when checking
18463         `gnus-article-address-banner-alist'.
18464
18465 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18466
18467         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18468         description rather than subject.
18469
18470 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18471
18472         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18473
18474 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18475
18476         * gnus.el (gnus-version-number): Bump.
18477
18478 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18479
18480         * gnus.el: No Gnus v0.2 is released.
18481
18482 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18483
18484         * gnus-agent.el (gnus-agent-read-agentview):
18485         Inline gnus-uncompress-range.
18486
18487 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18488
18489         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18490         `exec-installed-p'.
18491
18492 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18493
18494         * gnus.el (spam-process, spam-autodetect-methods):
18495         Add bsfilter and bsfilter-headers.
18496
18497         * spam.el (spam-bsfilter): New customize group.
18498         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18499         (spam-bsfilter-header, spam-bsfilter-probability-header)
18500         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18501         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18502         (spam-bsfilter-database-directory): New options.
18503         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18504         (spam-list-of-statistical-checks, spam-registration-functions):
18505         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18506         (spam-bsfilter-score): New command.
18507         (spam-check-bsfilter-headers, spam-check-bsfilter)
18508         (spam-bsfilter-register-with-bsfilter)
18509         (spam-bsfilter-register-spam-routine)
18510         (spam-bsfilter-unregister-spam-routine)
18511         (spam-bsfilter-register-ham-routine)
18512         (spam-bsfilter-unregister-ham-routine): New functions.
18513         (spam-generic-score): Support bsfilter; Accept an optional argument
18514         to recalcurate spam score even if scoring header has already been
18515         added.
18516         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18517         optional argument to recalcurate spam score even if scoring header
18518         has already been added.
18519
18520 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18523         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18524         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18525         link is missing.
18526
18527 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18528
18529         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18530         (html2text-get-attr): Rewrite.
18531
18532         * message.el (message-setup-1): Remove redundant put-text-property
18533         on mail-header-separator.
18534
18535 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * gnus-registry.el (gnus-registry-cache-whitespace)
18538         (gnus-registry-action, gnus-registry-spool-action)
18539         (gnus-registry-split-fancy-with-parent): Change message levels
18540         from 5 to 3 or 7, as needed.
18541
18542         * spam.el (spam-summary-prepare-exit)
18543         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18544         (spam-split, spam-find-spam, spam-log-undo-registration)
18545         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18546         level from 5 to 6.
18547
18548 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18551         2004-03-04 change).
18552
18553 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18554
18555         * sieve-manage.el (sieve-manage-open):
18556         * nnweb.el (nnweb-insert-html):
18557         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18558         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18559         * nnspool.el (nnspool-request-group):
18560         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18561         * nnml.el (nnml-request-update-info):
18562         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18563         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18564         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18565         (nnimap-request-set-mark):
18566         * nnfolder.el (nnfolder-request-update-info):
18567         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18568         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18569         * gnus-uu.el (gnus-uu-find-articles-matching):
18570         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18571         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18572         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18573         * gnus-nocem.el (gnus-nocem-scan-groups):
18574         * gnus-int.el (gnus-start-news-server):
18575         * gnus-group.el (gnus-group-make-kiboze-group)
18576         (gnus-group-browse-foreign-server):
18577         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18578         Use mapc when appropriate.
18579
18580 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18581
18582         FIXME: Make separate entries for each person.
18583
18584         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18585         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18586         <shields@msrl.com>:
18587
18588         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18589         may need for spam sorting and scoring.
18590         (spam-user-format-function-S): Add user format function suitable for
18591         general use.
18592         (spam-article-sort-by-spam-status): Add sorting function for summary
18593         sorting.
18594         (spam-extra-header-to-number): Add function to get a score from a
18595         header.
18596         (spam-summary-score): Add function to get a numeric score from the
18597         headers.
18598         (spam-generic-score): Fix function doc, was in wrong place.
18599         (spam-initialize): Take symbols when it's run, and install the
18600         extra headers that spam-necessary-extra-headers thinks we need.
18601
18602 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18605         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18606
18607 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18608
18609         * gnus-sum.el (gnus-set-global-variables)
18610         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18611         (gnus-article-get-xrefs, gnus-summary-best-group)
18612         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18613         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18614         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18615         Use with-current-buffer.
18616
18617 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * spam.el (spam-summary-prepare-exit): Simplify logic.
18620         (spam-fetch-article-header): Read the article header if it's not
18621         available.
18622         (spam-list-articles): Simplify logic.
18623         (spam-filelist-register-routine): Fix bug with unregister-list.
18624
18625         * gnus-registry.el: Fix comments at beginning.
18626
18627 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18628
18629         * message.el (message-cater-to-broken-inn): Remove.
18630         (message-shorten-references): Make sure the total folded length of
18631         References is shorter than 998 characters to cater to a bug in INN
18632         2.3.  Also, don't pretend that references aren't folded -- this
18633         hasn't worked for a while.
18634
18635 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18636
18637         * gnus-agent.el (gnus-agentize):
18638         gnus-agent-send-mail-real-function no longer set to current value
18639         of message-send-mail-function but rather a lambda that calls
18640         message-send-mail-function.  The change makes the agent real-time
18641         responsive to user changes to message-send-mail-function.
18642
18643 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18644
18645         * legacy-gnus-agent.el
18646         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18647         help from Florian Weimer <fw@deneb.enyo.de>
18648
18649 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * nnmail.el (nnmail-cache-insert): Revert last change.
18652
18653 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * nnmail.el (nnmail-cache-insert): Always check whether
18656         nnmail-cache-ignore-groups matches a group name.
18657
18658 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18659
18660         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18661         (spam-find-spam, spam-log-processing-to-registry)
18662         (spam-log-registered-p, spam-log-unregistration-needed-p)
18663         (spam-log-undo-registration): Use gnus-message instead of
18664         gnus-error, none of these errors are fatal.
18665
18666         * gnus-registry.el (gnus-registry-clean-empty-function)
18667         (gnus-registry-clean-empty): Remove only empty entries without
18668         extra data.
18669
18670 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18671
18672         * spam-stat.el (spam-stat-buffer-change-to-spam)
18673         (spam-stat-buffer-change-to-non-spam): Change (error) to
18674         (gnus-message 8) invocation.
18675
18676 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * nntp.el (nntp-via-netcat-command): New variable.
18679         (nntp-via-netcat-switches): New variable.
18680         (nntp-open-via-rlogin-and-netcat): New function.
18681         (nntp-open-connection-function): Doc fix.
18682         (nntp-telnet-command): Doc fix.
18683         (nntp-end-of-line): Doc fix.
18684         (nntp-via-rlogin-command): Doc fix.
18685         (nntp-via-user-name): Doc fix.
18686         (nntp-via-address): Doc fix.
18687
18688 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18691         error in Emacs 21.1.
18692
18693 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18696
18697 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18698
18699         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18700         (gnus-agent-with-refreshed-group): New macro.
18701         (gnus-agent-rename-group): New function.
18702         (gnus-agent-delete-group): New function.
18703         (gnus-agent-save-group-info): Use gnus-command-method when
18704         `method' parameter is nil.  Don't write nil entries into the
18705         active file.
18706         (gnus-agent-get-group-info): New function.
18707         (gnus-agent-fetch-articles):
18708         Use gnus-agent-update-files-total-fetched-for to increment disk space
18709         used.
18710         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18711         Use gnus-agent-update-view-total-fetched-for to increment disk space
18712         used.
18713         (gnus-agent-get-local): Add optional parameters to avoid calling
18714         gnus-group-real-name and gnus-find-method-for-group.
18715         (gnus-agent-set-local): Delete stored entry if either min, or max,
18716         are nil.
18717         (gnus-agent-fetch-session): Reworded error/quit messages.
18718         On quit, use gnus-agent-regenerate-group to record existance of any
18719         articles fetched to disk before the quit occurred.
18720         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18721         gnus-agent-update-view-total-fetched-for, and
18722         gnus-agent-update-files-total-fetched-for to decrement disk space
18723         used.
18724         (gnus-agent-retrieve-headers):
18725         Use gnus-agent-update-view-total-fetched-for to increment disk space
18726         used.
18727         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18728         with gnus-agent-update-files-total-fetched-for to decrement disk
18729         space and fresh group buffer.
18730         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18731         (gnus-agent-need-update-total-fetched-for): New variable.
18732         (gnus-agent-update-files-total-fetched-for): New function.
18733         (gnus-agent-update-view-total-fetched-for): New function.
18734         (gnus-agent-total-fetched-for): New function.
18735
18736         * gnus-cache.el (gnus-cache-save-buffers):
18737         Use gnus-cache-update-overview-total-fetched-for to change disk space
18738         used by this group.
18739         (gnus-cache-possibly-enter-article):
18740         Use gnus-cache-update-file-total-fetched-for to increment disk space
18741         used by this group.
18742         (gnus-cache-possibly-remove-article):
18743         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18744         used by this group.
18745         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18746         (gnus-cache-rename-group): New function.
18747         (gnus-cache-delete-group): New function.
18748         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18749         (gnus-cache-need-update-total-fetched-for): New variable.
18750         (gnus-cache-with-refreshed-group): New macro.
18751         (gnus-cache-update-file-total-fetched-for): New function.
18752         (gnus-cache-update-overview-total-fetched-for): New function.
18753         (gnus-cache-rename-group-total-fetched-for): New function.
18754         (gnus-cache-delete-group-total-fetched-for): New function.
18755         (gnus-cache-total-fetched-for): New function.
18756
18757         * gnus-group.el: Require gnus-sum and autoload functions to
18758         resolve warnings when gnus-group.el compiled alone.
18759         (gnus-group-line-format): Documented new %F.
18760         (size of Fetched data) group line format; identifies disk space
18761         used by agent and cache.
18762         (gnus-group-line-format-alist): Defined new F format.
18763         (gnus-total-fetched-for): New function.
18764         (gnus-group-delete-group): No longer update
18765         gnus-cache-active-altered as gnus-request-delete-group now keeps
18766         the cache in sync.
18767         (gnus-group-list-active): Let the agent store a server's active
18768         list if currently plugged.
18769
18770         * gnus-int.el (gnus-request-delete-group):
18771         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18772         local disk in sync with the server.
18773         (gnus-request-rename-group):
18774         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18775         local disk in sync with the server.
18776
18777         * gnus-start.el (gnus-get-unread-articles):
18778         Cosmetic simplification to logic.
18779
18780         * gnus-util.el (gnus-rename-file): New function.
18781
18782 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18783
18784         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18785
18786 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18787
18788         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18789         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18790
18791 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18792
18793         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18794         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18795
18796 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18799
18800 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * spam.el (spam-set-difference): Add function to replace
18803         gnus-set-difference in spam.el.
18804         (spam-summary-prepare-exit): Use spam-set-difference.
18805
18806 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18807
18808         * gnus-registry.el (gnus-registry-cache-file): Update to use
18809         gnus-dribble-directory OR gnus-home-directory OR ~.
18810         (gnus-registry-split-fancy-with-parent): Fix doc.
18811
18812 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * message.el (message-exchange-point-and-mark):
18815         Use message-mark-active-p.  Suggested by Jesper Harder
18816         <harder@ifa.au.dk>.
18817
18818 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * message.el (message-exchange-point-and-mark): Don't activate
18821         region if it was inactive.  Suggested by Hiroshi Fujishima
18822         <pooh@nature.tsukuba.ac.jp>.
18823
18824 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * gnus-art.el (article-display-face): Display Faces in the same
18827         order as X-Faces.
18828
18829 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18832
18833 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18836         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18837         (gnus-article-mime-hierarchy): Remove.
18838         (gnus-article-mime-hierarchy-next): Remove.
18839         (gnus-article-mode): Revert 2004-03-19 change.
18840         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18841         (gnus-insert-mime-button): Revert 2004-03-19 change.
18842         (gnus-mime-accumulate-hierarchy): Remove.
18843         (gnus-mime-enter-multipart): Remove.
18844         (gnus-mime-leave-multipart): Remove.
18845         (gnus-mime-display-part): Revert 2004-03-19 change.
18846         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18847
18848         * mml.el (mml-preview): Revert 2004-03-19 change.
18849
18850 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18851
18852         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18853
18854 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18857         t while entering a file name using the mm-with-multibyte macro.
18858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18859
18860         * mm-util.el (mm-with-multibyte): New macro.
18861
18862 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18865         New user option.
18866         (gnus-mime-multipart-functions): Doc and customization fix.
18867         (gnus-article-mime-hierarchy): New variable.
18868         (gnus-article-mime-hierarchy-next): New variable.
18869         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18870         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18871         gnus-article-mime-hierarchy-next to nil.
18872         (gnus-insert-mime-button): Show hierarchy numbers.
18873         (gnus-mime-accumulate-hierarchy): New function.
18874         (gnus-mime-enter-multipart): New function.
18875         (gnus-mime-leave-multipart): New function.
18876         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18877         (gnus-mime-display-alternative): Show hierarchy numbers.
18878
18879         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18880         gnus-article-mime-hierarchy-next to nil.
18881
18882 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18883
18884         * dns.el: Don't require gnus-xmas.
18885
18886 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18887
18888         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18889         inline PGP.
18890         (mml-menu): Disable mml-quote-region if mark is inactive.
18891
18892 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18895         when the group's active is not available.
18896
18897 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18900         error.
18901
18902 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * imap.el (imap-store-password): New variable.
18905         (imap-interactive-login): Use it.
18906         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18907
18908 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18911         window-start and hscroll to summary window.
18912
18913 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18914
18915         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18916         conversion message to newsrc-dribble when an actual conversion is
18917         performed.
18918
18919 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18920
18921         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18922
18923 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * mm-decode.el (mm-complicated-handles): New function reviving
18926         former definition of mm-multiple-handles.
18927
18928         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18929         (gnus-mime-delete-part): Use it.
18930
18931 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18932
18933         * gnus-agent.el (gnus-agent-read-local):
18934         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18935         avoid the implicit assumption that they will always be equal.
18936         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18937         coding-system-for-write, as the with-temp-file macro first prints
18938         to a buffer then saves the buffer.
18939
18940 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * gnus-art.el (gnus-article-edit-part): New function.
18943         (gnus-mime-save-part-and-strip): Use it; do query instead of
18944         signaling an error; don't use mm-multiple-handles.
18945         (gnus-mime-delete-part): Ditto.
18946
18947 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18948
18949         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18950         old file versions.
18951         (gnus-group-prepare-hook): Remove function that converted list
18952         form of gnus-agent-expire-days to group properties.
18953
18954         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18955         (gnus-request-accept-article): Re-indented.
18956
18957         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18958         converters to handle old agent file formats.  Add logic for a
18959         "backup before upgrading warning".
18960         (gnus-convert-mark-converter-prompt): Developers can mark
18961         functions as needing (default), or not needing,
18962         gnus-convert-old-newsrc's "backup before upgrading warning".
18963         (gnus-convert-converter-needs-prompt): Tests whether the user
18964         should be protected from potentially irreversable changes by the
18965         function.
18966
18967         * legacy-gnus-agent.el: New.  Provides converters that are only
18968         loaded when gnus-convert-old-newsrc needs to call them.
18969
18970 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * mail-source.el (mail-source-touch-pop): Doc fix.
18973
18974         * message.el (message-smtpmail-send-it): Doc fix.
18975
18976 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18979
18980         * nnmail.el (nnmail-split-fancy): do.
18981
18982         * gnus-kill.el (gnus-kill, gnus-execute): do.
18983
18984 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18985
18986         * gnus-sum.el (gnus-widget-reversible-match)
18987         (gnus-widget-reversible-to-internal)
18988         (gnus-widget-reversible-to-external): New functions.
18989         (gnus-widget-reversible): New widget.
18990         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18991
18992 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18993
18994         * gnus-sum.el (gnus-thread-sort-functions)
18995         (gnus-article-sort-functions): Document `(not F)' items.
18996
18997 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18998
18999         * spam.el (spam-use-gmane-xref): Add new backend.
19000         (spam-gmane-xref-spam-group): Add variable to control the name of the
19001         Gmane spam group.
19002         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19003         (spam-regex-headers-spam, spam-regex-headers-ham)
19004         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19005         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19006         backends and checks.
19007         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19008
19009         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19010         an autodetect method.
19011
19012 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19013
19014         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19015         articles are being added to a group.
19016         (gnus-request-replace-article): Inform the agent that articles
19017         need to be uncached as the cached contents are no longer valid.
19018
19019 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * binhex.el: Don't autoload executable-find.
19022
19023         * canlock.el: Don't autoload mail-fetch-field.
19024
19025         * dgnushack.el: Autoload c-mode for XEmacs.
19026
19027         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19028
19029         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19030         rmail-dont-reply-to and rmail-output.
19031
19032         * gnus-score.el: Don't autoload ffap-string-at-point.
19033
19034         * gnus-setup.el: Don't autoload sc-cite-original.
19035
19036         * imap.el: Don't autoload base64-decode-string,
19037         base64-encode-string and md5.
19038
19039         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19040         and rmail-msg-restore-non-pruned-header.
19041
19042         * mm-decode.el: Don't autoload executable-find.
19043
19044         * mm-url.el: Don't autoload executable-find.
19045
19046         * mm-view.el: Don't autoload diff-mode.
19047
19048         * nndb.el: Don't autoload news-reply-mode, news-setup,
19049         cancel-timer and telnet.
19050
19051         * password.el: Don't autoload run-at-time for Emacs.
19052
19053         * sha1-el.el: Don't autoload executable-find.
19054
19055         * sieve-mode.el: Don't autoload c-mode.
19056
19057         * uudecode.el: Don't autoload executable-find.
19058
19059 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19060
19061         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19062         (gnus-agent-possibly-alter-active): Avoid null in numeric
19063         comparison.
19064         (gnus-agent-set-local): Refuse to save null in local object table.
19065         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19066         list of articles that will be marked as unread.
19067
19068 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19071
19072 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19075         language tags.
19076
19077 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19078
19079         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19080         Don't bind "obarray".
19081
19082         * gnus-sum.el (gnus-thread-sort-functions):
19083         Add `gnus-thread-sort-by-most-recent-number' and
19084         `gnus-thread-sort-by-most-recent-date'.
19085         Reported by Kai Grossjohann <kai@emptydomain.de>.
19086
19087 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19090
19091 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19092
19093         * gnus-cus.el (gnus-agent-customize-category):
19094         Remove ignore-errors macro reference that required cl to be loaded at
19095         run-time.
19096
19097         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19098         single-interval range of the form (min . max).  Previously the
19099         range had to look like ((min . max)).  Likewise, return
19100         (min . max) rather than ((min . max)).
19101         (gnus-range-map): Use gnus-range-normalize to accept
19102         single-interval range.
19103
19104         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19105         the cache, but not the agent, now appear with their usual face.
19106
19107         * dgnushack.el (loaddir): New variable that is bound to the
19108         directory containing the dgnushack.el file. Use loaddir, rather
19109         than srcdir, to update load-path. Change lets dgnushack compile
19110         code in directories other than GNUS/lisp.
19111
19112 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * lpath.el: Don't bind w3m-safe-url-regexp.
19115
19116         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19117         w3m-safe-url-regexp variable buffer-local.
19118
19119         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19120
19121 2004-02-27  Simon Josefsson  <jas@extundo.com>
19122
19123         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19124         gnus-group-real-prefix.
19125         (gnus-summary-move-article): Use it, instead of
19126         gnus-group-real-prefix.
19127
19128 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * lpath.el: Bind w3m-safe-url-regexp.
19131
19132         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19133         w3m-safe-url-regexp variable buffer-local and set it as the value
19134         of mm-w3m-safe-url-regexp.
19135
19136         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19137
19138         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19139         parsing gnus-posting-styles when the message is not for replying.
19140
19141         * dgnushack.el: Autoload sgml-mode for XEmacs.
19142
19143         * nnrss.el (nnrss-opml-export):
19144         Use mm-set-buffer-file-coding-system instead of
19145         set-buffer-file-coding-system.
19146
19147 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19148
19149         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19150         of checkdoc.el).
19151         * nnrss.el: do.
19152         * gnus-mlspl.el: do.
19153         * gnus-ml.el: do.
19154         * gnus-srvr.el: do.
19155
19156         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19157
19158 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19159
19160         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19161         Corrections to custom-manual links.
19162
19163         * gnus-art.el (gnus-article): Ditto.
19164
19165         * mm-decode.el (mime-display, mime-security): Ditto.
19166
19167 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * flow-fill.el: Typo.
19170
19171 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19172
19173         * spam-wash.el: New file.
19174
19175 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19176
19177         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19178
19179 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19182         to be run with new-articles as LIST1, not LIST2.
19183         (spam-registration-functions): Add spam-use-ham-copy as a nil
19184         registration backend.
19185
19186 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19187
19188         * spam-stat.el (spam-stat-washing-hook): New option.
19189         (spam-stat-buffer-words): Use it.
19190         (spam-stat-process-directory, spam-stat-test-directory):
19191         Use insert-file-contents-literally.
19192         (spam-stat-coding-system): New variable.
19193         (spam-stat-load, spam-stat-save): Use it.
19194
19195 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * spam-report.el (spam-report-plug-agent):
19198         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19199
19200 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19201
19202         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19203         Allow / in mailto URLs.
19204
19205 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19206
19207         * spam-report.el (spam-report-process-queue): Fix interactive use.
19208         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19209         (spam-report-unplug-agent): Doc fixes.
19210         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19211         (spam-report-agentize, spam-report-deagentize): Autoload.
19212
19213 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19216
19217         * message.el (message-setup-fill-variables): Add mml tags to
19218         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19219         <ajk@iu.edu>.
19220         (message-mode): Don't modify paragraph-separate there.
19221
19222 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * compface.el (uncompface-use-external): Default to undecided.
19225         (uncompface-use-external-threshold): New variable.
19226         (uncompface-float-time): New macro.
19227         (uncompface): Determine whether to use the external decoder if
19228         uncompface-use-external is undecided.
19229
19230 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19231
19232         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19233         after images.
19234
19235         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19236
19237 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19238
19239         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19240
19241         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19242
19243         * gnus-sum.el (gnus-summary-limit-to-age)
19244         (gnus-summary-limit-children): do.
19245
19246         * gnus-int.el (gnus-request-scan): do.
19247
19248         * gnus-group.el (gnus-group-suspend): do.
19249
19250         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19251
19252         * gnus-cite.el (gnus-cite-parse-attributions): do.
19253
19254         * gnus-agent.el (gnus-summary-set-agent-mark)
19255         (gnus-agent-regenerate-group): do.
19256
19257         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19258
19259         * binhex.el (binhex-decode-region-internal): do.
19260
19261 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19262
19263         * gnus-fun.el (gnus-face-properties-alist): New user option.
19264         (gnus-display-x-face-in-from): Use it.
19265
19266         * gnus-art.el (article-display-face): Ditto.
19267
19268         * compface.el (uncompface-use-external): Default to nil.
19269
19270 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19271
19272         * nntp.el (nntp-erase-buffer): New function.
19273         (nntp-retrieve-data, nntp-send-command)
19274         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19275         (nntp-possibly-change-group): Use it.
19276
19277         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19278         Use with-current-buffer.
19279
19280 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19281
19282         * compface.el: Merge the ELisp-based uncompface program.
19283         (compface): New customization group.
19284         (uncompface-use-external): New user option.
19285         (uncompface): Call uncompface-internal if uncompface-use-external
19286         is nil.
19287         (uncompface-internal): New function.  Note that there are also
19288         some other functions and variables added for this function.
19289
19290 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19293         if necessary.
19294
19295 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * spam-report.el (spam-report-unplug-agent)
19298         (spam-report-plug-agent, spam-report-deagentize)
19299         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19300         Add support for the Agent in spam-report: when unplugged, report to a
19301         file; when plugged, submit all the requests.
19302
19303         * spam.el (spam-register-routine): Fix message about
19304         registration.
19305
19306 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19307
19308         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19309         dependencies.
19310         (rfc2047-encode): Use it.
19311
19312         * gnus-art.el (gnus-button-marker-list): Move before first
19313         reference.
19314
19315         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19316         (imap-parse-body): Fix format string mismatch.
19317
19318         * gnus-score.el (gnus-summary-increase-score): do.
19319
19320         * nnrss.el (nnrss-close): New function.
19321
19322 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19323
19324         * nnrss.el (nnrss-make-filename): New function.
19325         (nnrss-request-delete-group, nnrss-read-server-data)
19326         (nnrss-save-server-data, nnrss-read-group-data)
19327         (nnrss-save-group-data): Use it.
19328         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19329         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19330         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19331
19332 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19335
19336 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19337
19338         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19339         files.
19340
19341         * message.el (message-generate-headers-first): Don't quote nil
19342         and t in docstrings.
19343
19344         * imap.el (imap-id): do.
19345
19346         * gnus-agent.el (gnus-agent-consider-all-articles)
19347         (gnus-agent-queue-mail): do.
19348
19349 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * spam-report.el (spam-report-process-queue): New function.
19352         Process requests from `spam-report-requests-file'.
19353         (spam-report-process-queue): Doc fix.
19354
19355 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19356
19357         * spam.el (spam-register-routine)
19358         (spam-log-processing-to-registry, spam-log-registered-p)
19359         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19360         Change "check" to "spam-check" for semi-clarity.
19361
19362 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * pop3.el: Require nnheader.
19365
19366         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19367
19368         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19369
19370         * gnus-picon.el: Require cl.
19371
19372         * gnus-fun.el: Require gnus-ems and gnus-util.
19373
19374         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19375
19376         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19377
19378         * gnus-art.el (gnus-article-edit-mode): Define before first
19379         reference.
19380
19381 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19382
19383         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19384         (gnus-uu-post-encoded): Use point-at-bol.
19385
19386         * gnus-topic.el (gnus-group-active-topic-p): do.
19387
19388         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19389
19390         * gnus-group.el (gnus-group-kill-region): do.
19391
19392         * gnus-art.el (article-date-ut): do.
19393
19394         * message.el (message-fetch-field): Remove redundant
19395         case-fold-search binding.
19396         (message-narrow-to-field): Simplify.
19397
19398 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * spam.el (spam-directory): Derive from `gnus-directory'.
19401
19402         * spam-report.el (spam-report-url-to-file)
19403         (spam-report-requests-file): New function and variable for offline
19404         reporting.
19405         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19406         and user defined function.
19407         (spam-report-url-ping-mm-url): Remove doubled slash.
19408
19409 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19410
19411         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19412
19413 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19414
19415         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19416         Fix format string mismatch.
19417
19418         * sieve.el (sieve-deactivate-all): do.
19419
19420         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19421
19422         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19423
19424         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19425
19426         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19427
19428 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19431         the list of checks.
19432
19433 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19434
19435         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19436         padding.
19437
19438 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19439
19440         * mm-view.el (mm-fill-flowed): New variable.
19441         (mm-inline-text): Use it.
19442
19443 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19444
19445         * spam.el (spam-spamassassin-register-ham-routine)
19446         (spam-spamassassin-register-spam-routine): Fix function names.
19447
19448 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus.el (gnus-tmp-grouplens): Remove.
19451         (gnus-summary-line-format): Remove grouplens.
19452
19453         * gnus-group.el (gnus-group-line-format): Ditto.
19454
19455         * gnus-spec.el (gnus-format-specs): Ditto.
19456         (gnus-update-format-specifications): Flush the group format spec
19457         cache if there's the grouplens stuff.
19458         (gnus-parse-simple-format): Replace %l with the empty string.
19459
19460 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19461
19462         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19463         omission.
19464
19465 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19468         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19469
19470 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19471
19472         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19473         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19474         New macros and functions.
19475         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19476         Handle > NLINK_MAX messages.
19477         * nnmaildir.el (nnmaildir-request-set-mark):
19478         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19479
19480 2004-01-25  Alex Schroeder  <alex@gnu.org>
19481
19482         * spam-stat.el (spam-stat-process-directory-age): New option.
19483         (spam-stat-process-directory): Use it.
19484
19485 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19486
19487         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19488         (spam-stat-save): Accept prefix argument.
19489
19490 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19491
19492         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19493         links" error.
19494
19495 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19498         the rest of the and/or forms.
19499
19500 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19501
19502         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19503         compatibility with old .newsrc.eld files.
19504
19505         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19506
19507         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19508
19509         * gnus-start.el (gnus-1): do.
19510
19511         * gnus-group.el (gnus-group-line-format-alist): do.
19512
19513         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19514
19515         * gnus-gl.el: Remove.
19516
19517 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19518
19519         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19520         marks consisting of a single range {for example, (3 . 5)} rather
19521         than a list of a single range { ((3 . 5)) }.
19522
19523 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19526         Use with-current-buffer.
19527         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19528         avoid consing a string.
19529
19530         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19531         Remove obsolete entries for big5 and gb2312.
19532
19533 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19534
19535         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19536         uncompressed list.
19537
19538 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19539
19540         * spam-stat.el (spam-stat-strip-xref): New function.
19541         (spam-stat-process-directory): Use it.
19542
19543         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19544         here -- it's done in message-fetch-field.
19545
19546 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19547
19548         * gnus-agent.el (gnus-agent-queue-mail)
19549         (gnus-agent-prompt-send-queue): New variables.
19550         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19551         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19552         "nndraft:queue" along to gnus-draft-send.
19553         Use gnus-agent-prompt-send-queue.
19554         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19555         is "nndraft:queue".  Suggested by Gaute Strokkenes
19556         <gs234@srcf.ucam.org>
19557
19558         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19559         (agent-enable-undownloaded-faces): Add.
19560         (gnus-agent-cat-groups): Use eval-and-compile, not
19561         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19562         method of gnus-agent-cat-groups even when the buffer has been
19563         evaled.
19564         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19565         delete gnus-agent-save-active-1.
19566         (gnus-agent-save-groups): Delete.  Identical to
19567         gnus-agent-save-active.
19568         (gnus-agent-write-active): No longer adjust agent's copy of active
19569         file as agent's adjustments are now stored in their own
19570         file.  Remove optional parameter.
19571         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19572         servers.  Add use of min/max range limits from server's local
19573         file.
19574         (gnus-agent-save-alist): Remove unused optional argument.
19575         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19576         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19577         (gnus-agent-set-local): A per-server file that keeps min/max range
19578         limits for articles known to the agent.  Provides a fast mechanism
19579         for altering many active ranges.
19580         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19581         active file (local makes it unnecessary).
19582         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19583
19584         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19585         (agent-enable-undownloaded-faces): Add.
19586
19587         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19588         disable it when sending to "nndraft:queue".
19589         (gnus-group-send-queue): Add safety check to avoid sending queue
19590         when unplugged.
19591
19592         * gnus-group.el (gnus-group-catchup): Use new
19593         gnus-sequence-of-unread-articles, not
19594         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19595         numbers of articles.  Use gnus-range-map to avoid having to
19596         uncompress the unread list.
19597         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19598         Fix invalid ange-ftp reference.
19599
19600         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19601         (gnus-sorted-range-intersection): Intersection of two ranges
19602         without requiring that they first be uncompressed.
19603
19604         * gnus-start.el (gnus-activate-group): Unless blocked by the
19605         caller, possibly expand the active range to include both cached
19606         and agentized articles.
19607         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19608         multiple version-dependent converters.
19609         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19610         gnus-agent-save-active.
19611         (gnus-save-newsrc-file): Save dirty agent range limits.
19612
19613         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19614         gnus-agent-possibly-alter-active.
19615         (gnus-adjust-marked-articles): Faster handling of simple lists.
19616
19617 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19618
19619         * spam-stat.el (spam-stat-test-directory): New optional argument
19620         displays a list of files detected.  Suggested by Andrew Cohen
19621         <cohen@andy.bu.edu>.
19622         (spam-stat-buffer-words-with-scores): Don't narrow and change
19623         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19624
19625 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19626
19627         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19628         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19629         (spam-spamassassin-arguments)
19630         (spam-spamassassin-spam-flag-header)
19631         (spam-spamassassin-positive-spam-flag-header)
19632         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19633         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19634         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19635         (spam-list-of-processors, spam-list-of-checks)
19636         (spam-list-of-statistical-checks, spam-registration-functions)
19637         (spam-check-spamassassin-headers, spam-check-spamassassin)
19638         (spam-spamassassin-score)
19639         (spam-spamassassin-register-with-sa-learn)
19640         (spam-spamassassin-register-spam-routine)
19641         (spam-spamassassin-register-ham-routine)
19642         (spam-assassin-register-spam-routine)
19643         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19644         (spam-bogofilter-score): Fix to show article before scoring.
19645
19646 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19647
19648         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19649         default scoring function.
19650         (spam-generic-score): Call spam-spamassassin-score if
19651         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19652         spam-bogofilter-score otherwise.
19653
19654         * gnus.el (spam-process, spam-autodetect-methods):
19655         Add spamassassin and spamassassin-headers.
19656
19657 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19658
19659         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19660         Suppress unnecessary messages.
19661
19662 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19665         make-hash-table.
19666
19667 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * canlock.el (base64-encode-string): Don't autoload it.
19670
19671 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * run-at-time.el: Remove useless (require 'itimer),
19674         eval-and-compile and (featurep 'xemacs).
19675
19676 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19677
19678         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19679         GROUP is a virtual group.
19680
19681 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19682
19683         * gnus.el: Autoload `message-y-or-n-p'.
19684
19685 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19686
19687         * pgg-parse.el: Remove unnecessary (require 'custom).
19688
19689         * pgg-def.el: do.
19690
19691         * nnmail.el: do.
19692
19693         * gnus-undo.el: do.
19694
19695         * gnus-picon.el: do.
19696
19697         * gnus-util.el: do.
19698
19699 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19702
19703 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19706         handle, as well as a list.
19707
19708         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19709         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19710         (mm-w3m-cid-retrieve): Simplify.
19711
19712 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19713
19714         * message.el (message-kill-to-signature): Allow prefix arg to
19715         specify number of lines to keep before signature.
19716
19717 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19718
19719         * message.el (message-kill-to-signature): Change docstring.
19720
19721 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * canlock.el: Always require sha1-el.
19724         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19725
19726         * message.el: Autoload sha1 only when compiling.
19727
19728         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19729         eudc-expand-inline for XEmacs.
19730
19731 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * message.el (message-canlock-generate): Require sha1-el.
19734
19735 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19736
19737         * message.el (message-expand-name): Silence the byte compiler.
19738
19739         * lpath.el: Add detect-coding-system.
19740
19741         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19742         cus-edit.
19743
19744 2004-01-13  Simon Josefsson  <jas@extundo.com>
19745
19746         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19747         Invoke gnus-score-mode.
19748         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19749
19750         * gnus-range.el (gnus-compress-sequence): Doc fix.
19751         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19752
19753 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19754
19755         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19756
19757 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19758
19759         * spam.el (spam-get-article-as-string): Update to use
19760         gnus-request-article-this-buffer, much simpler.
19761         (spam-get-article-as-buffer): Remove.
19762
19763 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19764
19765         * message.el (message-expand-name): Use EUDC if the user uses that.
19766
19767 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19768
19769         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19770         character for the encoding to avoid consing a string.
19771
19772         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19773         unnecessarily.
19774
19775         * mm-util.el (mm-replace-chars-in-string): Remove.
19776
19777         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19778         of mm-replace-chars-in-string.
19779
19780 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19781
19782         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19783
19784         * mm-util.el (mm-subst-char-in-string): Support inplace.
19785
19786         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19787         a new string in every iteration.  Use shy groups.
19788
19789 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19790
19791         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19792         * gnus-soup.el (gnus-soup-group-brew):
19793         * gnus-msg.el (gnus-put-message):
19794         * gnus-move.el (gnus-group-move-group-to-server):
19795         * gnus-kill.el (gnus-batch-score):
19796         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19797         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19798         (gnus-group-update-group, gnus-group-read-group)
19799         (gnus-group-make-group, gnus-group-make-help-group)
19800         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19801         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19802         (gnus-group-sort-by-unread, gnus-group-catchup)
19803         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19804         (gnus-group-yank-group, gnus-group-set-info)
19805         (gnus-group-list-groups):
19806         * gnus.el (gnus-generate-new-group-name):
19807         * gnus-delay.el (gnus-delay-send-queue):
19808         * nnvirtual.el (nnvirtual-catchup-group):
19809         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19810         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19811         (gnus-group-prepare-topics, gnus-topic-check-topology):
19812         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19813         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19814         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19815         (gnus-group-make-articles-read):
19816         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19817         (gnus-group-change-level, gnus-kill-newsgroup)
19818         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19819         (gnus-get-unread-articles, gnus-make-articles-unread)
19820         (gnus-make-ascending-articles-unread): Use accessor
19821         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19822         to get group information for improved readability.
19823
19824
19825 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19826
19827         * gnus-art.el (article-decode-mime-words, article-babel)
19828         (gnus-article-highlight-signature, gnus-article-add-buttons)
19829         (gnus-signature-toggle): Use gnus-with-article-buffer.
19830
19831         * gnus-art.el (gnus-article-highlight-headers)
19832         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19833
19834         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19835         (gnus-article-set-globals, gnus-request-article-this-buffer)
19836         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19837         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19838         (gnus-mime-display-alternative): Use with-current-buffer.
19839
19840 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19841
19842         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19843         also under 80 char limit, and call gnus-error if needed.
19844         (spam-fetch-article-header): Fix - it was a
19845         buffer-local variable (gnus-newsgroup-data).
19846         (spam-find-spam): Use spam-generate-fake-headers, forget about
19847         spam-insert-fake-headers.
19848         (spam-insert-fake-headers): Remove.
19849
19850 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19851
19852         * deuglify.el (gnus-article-outlook-unwrap-lines)
19853         (gnus-outlook-rearrange-article)
19854         (gnus-outlook-repair-attribution-outlook)
19855         (gnus-outlook-repair-attribution-block)
19856         (gnus-outlook-repair-attribution-other): Remove redundant
19857         save-excursion.
19858
19859 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19860
19861         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19862         (spam-fetch-field-subject-fast)
19863         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19864         (spam-fetch-article-header): Add functions to deal with Gnus
19865         internals for fast retrieval of article header data.
19866         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19867
19868 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19869
19870         * pop3.el (pop3-md5): Remove.
19871         (pop3-apop): Replace pop3-md5 with md5.
19872
19873         * mm-bodies.el: base64 is always built-in.
19874
19875         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19876         Use with-current-buffer.
19877
19878 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * canlock.el (canlock-insert-header): Remove excessive grouping in
19881         regexp.
19882
19883         * gnus-sum.el (gnus-summary-read-document): Ditto.
19884
19885         * gnus-uu.el (gnus-uu-part-number): Ditto.
19886
19887         * html2text.el (html2text-remove-tags): Ditto.
19888         (html2text-format-tags): Ditto.
19889         (html2text-format-single-elements): Ditto.
19890
19891         * mml.el (mml-parse-1): Ditto.
19892
19893 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19894
19895         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19896
19897         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19898
19899         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19900
19901         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19902
19903 2003-11-15  Simon Josefsson  <jas@extundo.com>
19904
19905         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19906         (pgg-gpg-lookup-key): Use regexp match instead of
19907         split-string (split-string is different between emacs 21.2 and
19908         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19909
19910 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * gnus-art.el (gnus-mime-view-all-parts)
19913         (gnus-article-part-wrapper, gnus-article-view-part):
19914         Use with-current-buffer.
19915
19916 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19917
19918         * spam.el (spam-disable-spam-split-during-ham-respool)
19919         (spam-spamoracle-database, spam-cache-lookups)
19920         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19921         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19922         (spam-group-ham-marks, spam-group-spam-marks)
19923         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19924         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19925         also add spam-use-blackholes to the statistical checks.
19926         (spam-fetch-field-fast): Add interface to fetching fields, may
19927         become a macro.
19928         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19929         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19930         (spam-insert-fake-headers): Fake an article when needed.
19931         (spam-find-spam): Fake article when possible.
19932         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19933         (spam-check-bogofilter-headers): Use message-fetch-field instead
19934         of nnmail-fetch-field.
19935
19936 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19939
19940 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19941
19942         * spam.el (spam-split): Do not require spam-use-CHECK to be
19943         enabled if that check is passed to spam-split explicitly; also
19944         fix so 'spam doesn't get converted to spam-split-group when
19945         spam-split-symbolic-return is t.
19946         (spam-find-spam): Find registrations of the article and use those
19947         instead of re-running spam-split to find the spam/ham
19948         classification of the article.
19949         (spam-log-processing-to-registry, spam-log-registered-p)
19950         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19951         Use gnus-error instead of gnus-message.
19952         (spam-log-registration-type): Add function to determine the
19953         classification of a message based on registry entries; will
19954         return nil if both 'spam and 'ham are found.
19955         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19956         a reasonably fast local cache without the loading errors.
19957         (spam-cache-lookups): Set to t by default.
19958         (spam-find-spam): Don't try to guess spam-cache-lookups.
19959         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19960         spam-caches entry.
19961         (spam-filelist-build-cache, spam-filelist-check-cache):
19962         Fix caching of whitelist/blacklist entries.
19963         (spam-check-whitelist, spam-check-blacklist):
19964         Invoke spam-from-listed-p with a type, not a cache variable.
19965         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19966
19967 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19968
19969         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19970
19971         * nnmail.el (nnmail-split-fancy): do.
19972
19973         * mml.el (mml-parse): do.
19974
19975         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19976         (gnus-score-adaptive): do.
19977
19978 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19981         (gnus-mime-button-map): Don't set keymap parent.
19982         (gnus-button-ctan-directory-regexp): Use shy grouping.
19983         (gnus-prev-page-map): Don't set keymap parent.
19984         (gnus-prev-page-map): Remove duplicated one.
19985         (gnus-next-page-map): Don't set keymap parent.
19986         (gnus-mime-security-button-map): Ditto.
19987
19988         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19989         version number.
19990
19991         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19992
19993 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * canlock.el (canlock-sha1-function): Remove.
19996         (canlock-sha1-function-for-verify): Remove.
19997         (canlock-openssl-program): Remove.
19998         (canlock-openssl-args): Remove.
19999         (canlock-ignore-errors): Remove.
20000         (canlock-sha1-with-openssl): Remove.
20001         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20002         (canlock-verify): Don't use canlock-ignore-errors.
20003
20004         * sha1-el.el (sha1-string-external): Make it can return a string
20005         in binary form.
20006         (sha1-region-external): Ditto.
20007         (sha1-string-internal): Ditto.
20008         (sha1-region-internal): Ditto.
20009         (sha1-region): Ditto.
20010         (sha1-string): Ditto.
20011         (sha1): Ditto.
20012
20013 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20014
20015         * spam.el (spam-report-articles-gmane): New command.
20016
20017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20020
20021         * run-at-time.el (run-at-time-saved): Remove.
20022         (run-at-time): Doc fix.
20023
20024 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20027         (gnus-summary-limit-map): Add it.
20028         (gnus-summary-make-menu-bar): do.
20029
20030 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20031
20032         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20033         Make attempt at some caching support (done for BBDB only now).
20034         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20035         addresses to be checked.
20036         (spam-clear-cache-BBDB): Add function, to be invoked by
20037         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20038         (spam-check-BBDB): Check and use the caches, if
20039         spam-cache-lookups is on, remove superfluous (provide).
20040
20041 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20042
20043         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20044
20045 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20046
20047         * run-at-time.el (run-at-time-saved): Move to after the definition
20048         of `run-at-time'.
20049
20050         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20051
20052 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20055         mm-w3m-local-map-property.
20056
20057         * mm-view.el (mm-w3m-mode-map): Remove.
20058         (mm-w3m-local-map-property): Remove.
20059         (mm-inline-text-html-render-with-w3m): Don't use
20060         mm-w3m-local-map-property.
20061
20062 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20063
20064         * run-at-time.el: New file.
20065
20066         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20067         under Emacs.
20068
20069         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20070         of gnus-set-text-properties.
20071
20072         * gnus-uu.el (gnus-uu-save-article): Ditto.
20073
20074         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20075
20076         * gnus-cite.el (gnus-cite-parse): Ditto.
20077
20078         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20079         of gnus-.
20080
20081         * gnus-xmas.el (run-at-time): Require run-at-time.
20082
20083         * gnus.el: Change calls to nnheader-run-at-time and
20084         password-run-at-time throughout to use run-at-time directly.
20085
20086         * password.el: Remove definition of run-at-time.
20087
20088         * nnheaderxm.el: Remove definition of run-at-time.
20089
20090 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20091
20092         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20093         in prompt.
20094
20095 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20096
20097         * messagexmas.el (message-xmas-redefine): Alias
20098         `message-make-caesar-translation-table' to
20099         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20100         version.
20101
20102         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20103         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20104         `gnus-xmas-set-text-properties'.
20105         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20106         `gnus-xmas-completing-read'.
20107         (gnus-xmas-completing-read): Removed.
20108         (gnus-xmas-open-network-stream): Removed.
20109
20110         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20111         XEmacs version.
20112
20113         * dns.el (dns-make-network-process): Use `open-network-stream'
20114         instead of `gnus-xmas-open-network-stream'.
20115
20116         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20117
20118         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20119
20120 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20121
20122         * gnus-art.el (gnus-mime-display-alternative)
20123         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20124         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20125         Don't use gnus-local-map-property.
20126
20127         * gnus-util.el (gnus-local-map-property): Remove.
20128
20129         * mm-view.el (mm-view-pkcs7-decrypt):
20130         Replace gnus-completing-read-maybe-default with completing-read.
20131
20132         * gnus-util.el (gnus-completing-read): do.
20133         (gnus-completing-read-maybe-default): Remove.
20134
20135 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20136
20137         * password.el: Only autoload `run-at-time' if not XEmacs.
20138         Only autoload the itimer functions if XEmacs.
20139
20140 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20143         XEmacsen.
20144
20145         * dgnushack.el: Autoload executable-find for XEmacs.
20146
20147 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * gnus-art.el (gnus-read-string): Remove.
20150         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20151         read-string.
20152
20153 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20154
20155         * netrc.el: Autoload password-read.
20156         (netrc): Add configuration group.
20157         (netrc-encoding-method, netrc-openssl-path):
20158         Add variables for encoding and decoding of files with symmetric
20159         ciphers.
20160         (netrc-encode): Add assistant function to encode a file with
20161         netrc-encoding-method.
20162         (netrc-parse): Add interactive parameter, added optional
20163         decoding if netrc-encoding-method is non-nil but otherwise
20164         behavior is standard.
20165         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20166         Do s/encode/encrypt/ everywhere.
20167
20168         * spam.el: Remove executable-find autoload.
20169
20170 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20171
20172         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20173
20174         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20175
20176 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20177
20178         * gnus-art.el (gnus-treat-ansi-sequences)
20179         (article-treat-ansi-sequences): New variable and function.
20180         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20181
20182         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20183         Use it.
20184
20185 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20186
20187         * mm-util.el (mm-quote-arg): Remove.
20188
20189         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20190         shell-quote-argument.
20191
20192         * gnus-uu.el (gnus-uu-command): do.
20193
20194         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20195
20196         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20197         with make-char.
20198
20199         * mm-util.el (mm-make-char): Remove.
20200
20201         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20202         add-minor-mode.
20203
20204         * gnus-undo.el (gnus-undo-mode): do.
20205
20206         * gnus-topic.el (gnus-topic-mode): do.
20207
20208         * gnus-sum.el (gnus-dead-summary-mode): do.
20209
20210         * gnus-start.el (gnus-slave-mode): do.
20211
20212         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20213
20214         * gnus-ml.el (gnus-mailing-list-mode): do.
20215
20216         * gnus-gl.el (gnus-grouplens-mode): do.
20217
20218         * gnus-draft.el (gnus-draft-mode): do.
20219
20220         * gnus-dired.el (gnus-dired-mode): do.
20221
20222         * gnus-ems.el (gnus-add-minor-mode): Remove.
20223
20224         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20225         Replace gnus-char-width with char-width.
20226
20227         * gnus-ems.el (gnus-char-width): Remove.
20228
20229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20230         Replace gnus-char-width with char-width.
20231
20232         * gnus-ems.el (gnus-char-width): Remove.
20233
20234         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20235         definition.
20236         Remove Emacs 20 hash table compatibility code.
20237
20238         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20239         20 compatibility code.
20240
20241         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20242
20243         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20244
20245         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20246         Replace with point-at-{eol,bol}.
20247
20248         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20249
20250         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20251
20252         * flow-fill.el (fill-flowed-point-at-bol)
20253         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20254
20255         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20256         Replace with point-at-{eol,bol} throughout all files.
20257
20258 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20259
20260         * ntlm.el (ntlm-string-as-unibyte): New macro.
20261         (ntlm-build-auth-response): Use it.
20262
20263         Remove Emacs 20 stuff:
20264         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20265         (butlast, mapc, remove): Remove the compiler macros.
20266         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20267         of delq and copy-sequence.
20268         * gnus-art.el (popup-menu): Remove the compiler macro.
20269         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20270         Emacs 20.
20271
20272 2004-01-05  Simon Josefsson  <jas@extundo.com>
20273
20274         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20275         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20276         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20277         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20278         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20279         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20280         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20281         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20282         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20283         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20284         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20285         string-xor into ntlm-string-xor.
20286         Suggested by Jesper Harder <harder@myrealbox.com>.
20287
20288         * ntlm.el: Don't include poem.
20289
20290         * md4.el (print-int32, print-string-hexa): Remove.
20291         Suggested by Jesper Harder <harder@myrealbox.com>.
20292
20293         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20294
20295         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20296         probably breaks emacs with DL patch, but do we care? Is anyone
20297         still using the DL stuff?)
20298
20299         * sieve-manage.el: Use the password package.
20300         (sieve-manage-read-passwd): Remove.
20301         (sieve-manage-interactive-login): Use password.  Re-add
20302         condition-case around loop.
20303
20304         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20305         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20306         Use the password package.
20307
20308 2003-02-19  Simon Josefsson  <jas@extundo.com>
20309
20310         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20311         token.
20312
20313 2002-08-07  Simon Josefsson  <jas@extundo.com>
20314
20315         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20316         (sieve-manage-authenticators):
20317         (sieve-manage-authenticator-alist): Add some SASL mechs.
20318         (sieve-sasl-auth): New function.
20319         (sieve-manage-cram-md5-auth):
20320         (sieve-manage-plain-auth): Rewrite using SASL library.
20321         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20322         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20323         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20324         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20325
20326 2004-01-05  Simon Josefsson  <jas@extundo.com>
20327
20328         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20329         New files.
20330
20331 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20332
20333         * gnus-group.el (gnus-no-groups-message): Update.
20334
20335         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20336
20337 2003-11-09  Simon Josefsson  <jas@extundo.com>
20338
20339         * imap.el: Support for ID IMAP extension (RFC 2971).
20340         (imap-local-variables): Add imap-id.
20341         (imap-id): New variable.
20342         (imap-id): New function.
20343         (imap-parse-response): Parse untagged ID response.
20344         * nnimap.el (nnimap-id): New variable.
20345         (nnimap-open-connection): Use it.
20346
20347 2003-12-28  Simon Josefsson  <jas@extundo.com>
20348
20349         * gnus-score.el (gnus-score-edit-all-score): New.
20350         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20351
20352 2004-01-04  Simon Josefsson  <jas@extundo.com>
20353
20354         * password.el: Add.
20355
20356 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20357
20358         * dns.el (dns-query-types): Fix typo.
20359         (dns-query-types): New function.
20360         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20361         PTR and SOA replies, see RFC 1035.
20362
20363 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20364
20365         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20366
20367         * Move to Changelog.2.
20368
20369 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20370
20371         * gnus.el (gnus-version-number): Bump version.
20372
20373 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20374
20375         * gnus.el: No Gnus v0.1 is released.
20376
20377 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20378
20379         * gnus.el: No Gnus v0.0 is released.
20380
20381 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20382
20383         * gnus.el (gnus-version-number): Bump.
20384         (gnus-version): No.
20385
20386 See ChangeLog.2 for earlier changes.
20387
20388   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20389
20390   This file is part of GNU Emacs.
20391
20392   GNU Emacs is free software: you can redistribute it and/or modify
20393   it under the terms of the GNU General Public License as published by
20394   the Free Software Foundation, either version 3 of the License, or
20395   (at your option) any later version.
20396
20397   GNU Emacs is distributed in the hope that it will be useful,
20398   but WITHOUT ANY WARRANTY; without even the implied warranty of
20399   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20400   GNU General Public License for more details.
20401
20402   You should have received a copy of the GNU General Public License
20403   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20404
20405 ;; Local Variables:
20406 ;; coding: utf-8
20407 ;; fill-column: 79
20408 ;; add-log-time-zone-rule: t
20409 ;; End: