e0c5a60a2d665e20b56dd1687e9ce5fd8eacbc1c
[gnus] / lisp / ChangeLog
1 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-put-color): Don't do the box padding in tables, since
4         they're already padded.
5
6 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-art.el (gnus-article-next-page): When the last line of the
9         article is displayed, scroll down once more instead of going to the
10         next article at once.
11         (article-lapsed-string): Refactor out and allow specifying how many
12         segments you want.
13         (gnus-article-setup-buffer): Start updating the lapsed header directly.
14         (gnus-article-update-lapsed-header): New variable.
15
16         * shr.el: Revert change that made headings use different-sized faces.
17         The Emacs display engine isn't advanced enough that, for instance,
18         tables can comfortably use differntly-sized faces.
19
20 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
21
22         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
23         used.
24         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
25         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
26         we're using an encrypted connection.
27
28         * proto-stream.el: Alter the interface functions to also return the
29         actual stream type used: network or tls.
30
31 2011-01-25  Julien Danjou  <julien@danjou.info>
32
33         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
34         (mm-display-javascript-inline): New function.
35
36         * mm-decode.el (mm-inline-media-tests): Add application/javascript
37         viewing function.
38
39 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * shr.el (shr-expand-newlines): Fix variable name.
42
43 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * shr.el (shr-expand-newlines): Make nested boxes work.
46
47 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
50         backgrounds.
51         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
52         in a more sensible manner.
53
54 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
55
56         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
57         if EPG is loaded.
58
59 2011-01-24  Julien Danjou  <julien@danjou.info>
60
61         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
62         tags.
63
64 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
67         commands.
68
69         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
70         in the article buffer.
71         (gnus-gravatar-insert): Use blank space from the current buffer to
72         avoid breaking text properties.  This makes X-Sent updating work again.
73
74         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
75
76 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
79         fix the bug in url-http.el instead.
80
81         * shr.el (shr-image-fetched): Ditto.
82
83         * shr.el (shr-image-fetched): Avoid having point move in the article
84         buffer.
85
86         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
87         buffer after being called.  It's apparently being killed by url.el, and
88         killing it made point move to end-of-buffer in a random buffer.
89
90         * shr.el (shr-image-fetched): Ditto.
91
92 2011-01-23  Julien Danjou  <julien@danjou.info>
93
94         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
95
96         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
97         text/x-org.
98
99 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-sum.el (gnus-summary-move-article): Protect against backends
102         (i.e., nnimap) returning nil as the article number.
103
104 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
105
106         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
107         "DelSp" parameter in RFC3676.
108
109 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
110
111         * message.el (message-check-recipients): Display the encoded version of
112         the bogus address if they differ.
113
114         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
115         after sending.
116
117         * gnus-agent.el (gnus-agent-send-mail): Ditto.
118
119         * gnus-group.el (gnus-group-refresh-group): New convenience function.
120
121         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
122         group buffer after sending the queue.
123
124         * gnus-agent.el (gnus-agent-send-mail): Ditto.
125
126 2011-01-22  Julien Danjou  <julien@danjou.info>
127
128         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
129
130 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
131
132         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
133         nested related parts.
134
135         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
136         unexpired articles.  This fixes the regression that led expiry marks to
137         disappear from nnfolder groups.
138
139 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
140
141         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
142         Don't confuse the "ret" of "retrograde" with RET.
143
144 2011-01-21  Julien Danjou  <julien@danjou.info>
145
146         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
147         than mm-insert-inline.
148
149 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
152         Widen article buffer.
153
154 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
155
156         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
157         the temp buffer.
158         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
159
160 2011-01-20  Julien Danjou  <julien@danjou.info>
161
162         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
163
164         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
165         than mm-insert-inline to insert inline part: this respect
166         mm-inline-media-tests displayers.
167
168         * mm-view.el (mm-display-shell-script-inline): New function.
169
170         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
171
172         * mm-uu.el (mm-uu-type-alist): Add org block.
173         (mm-uu-org-src-code-block-extract): New function.
174
175         * mm-view.el (mm-display-org-inline): New function.
176
177         * mm-decode.el (mm-automatic-display): Add text/org.
178
179         * mailcap.el (mailcap-mime-extensions): Add .org.
180
181 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-art.el (gnus-article-highlight): Remove argument passed to
184         gnus-article-add-buttons.
185
186 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
187
188         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
189         From header with a date and "nobody" as the sender.
190
191 2011-01-19  Julien Danjou  <julien@danjou.info>
192
193         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
194         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
195         if you have the same regexp several times.
196         (gnus-button-push): Fix matching when regexp is symbol.
197
198 2011-01-15  Glenn Morris  <rgm@gnu.org>
199
200         * message.el (message-mail): A compose-mail function should
201         accept headers as strings.
202
203 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
204
205         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
206         Add :vert-only tags.
207         (message-mail): New arg RETURN-ACTION.
208         (message-return-action): New var.
209         (message-bury): Use it.
210         (message-mode): Make it buffer-local.
211         (message-send-and-exit): Always call message-bury.
212
213         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
214         message-mail.
215
216 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-convert-partial-article): Protect against
219         zero-length body parts.
220
221         * mm-decode.el (mm-preferred-alternative-precedence):
222         Discourage showing empty parts.
223
224         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
225         and stuff if the backend didn't return the article number.  This fixes
226         an Exchange-related nnimap bug.
227
228         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
229         group window, because it does the wrong thing when a separate frame
230         displays the group buffer.
231
232         * proto-stream.el (open-protocol-stream): Protect against the low-level
233         transport functions returning nil.
234
235 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
236
237         * mml2015.el (epg-sub-key-fingerprint): Autoload.
238         (mml2015-epg-find-usable-secret-key): New function.
239         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
240         mml2015-epg-find-usable-key (Bug#7797).
241         (mml2015-epg-encrypt): Ditto.
242
243 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * dgnushack.el (rot13-string): Fix the way to get the argument.
246
247 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
250
251 2011-01-03  Glenn Morris  <rgm@gnu.org>
252
253         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
254
255         * sieve.el (sieve-open-server): Give a more explicit error if
256         sieve-manage-open returns nil.  (Bug#7720)
257
258 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
259
260         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
261
262 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
265         This avoids sending passwords in plain text over non-encrypted
266         channels.
267
268         * shr.el (shr-rescale-image): Display all GIF images as animated images.
269
270         * nnimap.el (nnimap-login): Refactored out into own function, and
271         implement CRAM-MD5.
272         (nnimap-wait-for-line): Refactored out.
273
274         * mm-view.el (mml-smime): Require.
275
276 2010-12-20  David Engster  <deng@eml.cc>
277
278         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
279         use EPG to decrypt S/MIME messages instead of openssl.
280
281 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
284
285         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
286         status is the group clearly is unreachable.
287
288         * auth-source.el (auth-source-create): Add the optional second
289         parameter to `local-variable-p' to be compatible with XEmacs.
290
291 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
292
293         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
294         work when using a compressed nnml folder.
295
296 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
299         backends after sanitising on entry, because this never makes sense:
300         If the articles have gone missing, then the data no longer exists on
301         the backend, and if they haven't, then Gnus is wrong, and shouldn't
302         overwrite anything anyway.
303
304         * shr.el (shr-insert-document): Bind shr-width dynamically to
305         window-width if it's nil.
306
307 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
308
309         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
310         with the meaning of using the full emacs window width for rendering.
311
312 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
313
314         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
315         case when sender is not given.
316
317 2010-12-23  Julien Danjou  <julien@danjou.info>
318
319         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
320         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
321         the addresses, otherwise we might misplaced the gravatar.
322
323 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
324
325         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
326         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
327         obsolete in Emacs.
328
329 2010-12-20  Julien Danjou  <julien@danjou.info>
330
331         * gnus-util.el (gnus-rescale-image): Revert last change.
332
333 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
334
335         * binhex.el: Improve commentary (Bug#7482).
336
337 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-group.el (gnus-group-delete-articles): New command.
340
341 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
342
343         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
344
345 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
348         here, since it's up to the backends to do CRLF removal if their
349         protocol has it.
350
351         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
352
353 2010-12-17  Julien Danjou  <julien@danjou.info>
354
355         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
356         they are from file. Can also scale up.
357
358 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
361         gnus-use-agent.
362         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
363
364         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
365
366 2010-12-17  Julien Danjou  <julien@danjou.info>
367
368         * gravatar.el (gravatar-retrieve-synchronously): New function.
369         (gravatar-get-data): Make more robust.
370
371 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
374
375 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
378         to really consider the last line.
379
380 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
381
382         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
383         list of recipient keys, or use symmetric encryption if not a list.
384         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
385         EPA override, replacing the call to `netrc-store-data'.
386
387 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
388
389         * gnus-srvr.el: Avoid passing nil regexp argument to
390         delete-matching-lines.
391
392 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
395         fetching stops when Gnus exits.
396
397         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
398         function.
399         (nnfolder-request-expire-articles): Save all the buffers after doing
400         expiry.
401
402         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
403         the last article", since that led to serious performance regressions
404         when expiring nnml groups.
405
406 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnir.el: Improve customizations.
409
410 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
413
414         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
415         group has been killed.
416         (gnus-group-yank-group): Ditto.
417
418         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
419
420         * nnimap.el (nnimap-request-update-group-status): New function.
421
422         * gnus-int.el (gnus-request-update-group-status): New interface
423         function.
424
425         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
426         copying read-ness to the backends.
427
428         * nnimap.el (nnimap-quirk): New function.
429         (nnimap-retrieve-group-data-early): Use it.
430         (nnimap-quirks): New alist.
431
432 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * shr.el (shr-insert): Set shr-start after deleting trailing space;
435         don't delete it within indentation.
436
437 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
440         previous line.
441
442 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
445         QRESYNC command by deleting a superfluous space which broke Cyrus
446         servers.  This change will break other servers that are buggy the other
447         way around.
448
449 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * spam.el: Reindent and fix long lines.
452         (spam-copy-or-move-routine): Exclude invalid move destinations.
453
454 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
455
456         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
457         installed the registry.
458
459 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
462
463 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
464
465         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
466         groupname doesn't contain "gmane".
467
468 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
471         and netrc-bound-and-true-p bindings.
472         (netrc-parse): Cache the netrc contents.
473
474         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
475         (gnus-1): Don't create the nndrafts group twice.
476         (gnus-setup-news): There's no need to read the active file here, since
477         that's done again later on a per-backend basis.
478         (gnus-start-draft-setup): Make sure that the new group is started out
479         empty.
480
481         * gnus-agent.el (gnus-agentize): Don't create the queue group
482         automatically on startup.  It'll be created later, if needed.
483
484         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
485         of automatically subscribed groups.
486         (gnus-auto-subscribed-categories): New variable.
487         (gnus-matches-options-n): Use it.
488         (gnus-default-subscribed-newsgroups): Remove unused variable.
489         (gnus-start-draft-setup): Message a bit less.
490
491 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * nnir.el (nnir-run-imap): Return article list in order of increasing
494         UID.
495
496 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-sum.el (gnus-summary-enter-digest-group):
499         Mention gnus-auto-select-on-ephemeral-exit.
500
501         * proto-stream.el (proto-stream-open-network-only): Fix the calling
502         convention of the network-only option.
503
504 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * proto-stream.el (proto-stream-open-network-only): New function to
507         have a way to specify non-STARTTLS upgrade connections.
508
509 2010-12-10  Julien Danjou  <julien@danjou.info>
510
511         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
512         email address is nil.
513
514         * message.el (message-bogus-recipient-p): Set address to "" if nil.
515
516 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
517
518         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
519         deletion.
520         (nnir-run-imap): Only need to parse list once.
521
522 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * shr.el (shr-tag-script): Ignore <script>.
525         (shr-tag-label): Add <label> support.
526
527 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
530
531         * shr.el (shr-image-displayer): Work for images lined side by side.
532
533 2010-12-08  Robert Pluim  <rpluim@gmail.com>
534
535         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
536         parameter, since XEmacs doesn't accept t as a parameter.
537
538 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
539
540         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
541         ids.
542         (nnir-run-gmane): Simplify groupspec formatting.
543         (nnir-request-expire-articles): New function.
544
545 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
548         overflow, possibly.
549
550         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
551         (shr-render-td): Handle td style="" better.
552         (shr-tag-table): Use the color from the style sheet.
553         (shr-render-td): Make sure we copy over all the overlays, too.
554
555 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
556
557         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
558         (nnir-request-article): Improve article retrieval.
559
560 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * mm-util.el (mm-extra-numeric-entities): New variable.
563
564         * mm-url.el (mm-url-decode-entities):
565         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
566
567         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
568
569 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
570
571         * message.el: Use completion-at-point.
572         (message-completion-function): New fun, extracted from message-tab.
573         (message-mode): Use it for completion-at-point-functions.
574         (message-tab): Use it and completion-at-point.
575
576 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
579         character if a non-breakable character follows.
580
581 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
584         any stream.
585
586         * shr.el (shr-tag-font): Colorize the region.
587         (shr-tag-body): Ditto.
588         (shr-tag-font): Actually let the styles be inherited instead of
589         overwriting them.
590         (shr-tag-font): Get the background color right.
591         (shr-tag-style): Ignore all <style> tags for the moment.
592
593         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
594         a Message-ID to avoid having nnimap depend on gnus-sum.
595
596         * shr.el (shr-descend): Only colorize something if we have a node that
597         sets colors.
598
599 2010-12-06  Julien Danjou  <julien@danjou.info>
600
601         * shr.el (shr-render-td): Render td content with shr-descend, so style
602         will be applied to <td> too.
603         (shr-colorize-region): Colorize region even if we only have a background.
604         (shr-tag-body): Fix color and background color inheritance.
605         Do not recolorize after shr-generic.
606         (shr-tag-font): Let shr-generic colorize via inheritance.
607
608 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
611
612 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
613
614         * nnir.el (nnir-request-move-article): Remove obsolete code.
615
616 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
619
620 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-summary-respool-article): The completion function
623         expects a list instead of an alist.
624
625         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
626         string as the parameter.
627
628         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
629
630         * shr.el (shr-stylesheet): New dynamic variable for cascading the
631         styles.
632         (shr-colorize-region): New function.
633         (shr-insert-background-overlay): Remove.
634         (shr-render-td): Background setting should be taken care of on a higher
635         level.
636         (shr-tag-body): Use post-hoc colorizations.
637         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
638         (shr-put-color-1): Don't overwrite old colors.
639         (shr-colorize-region): When the background color isn't explicit, use
640         a fixed background.
641
642         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
643         nnmail variables.
644
645 2010-12-05  Bjørn Mork  <bjorn@mork.no>
646
647         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
648         unless necessary.
649
650 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
651
652         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
653         server.
654
655 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
658         so that TAB works.
659
660         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
661         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
662
663         * shr.el (shr-urlify): Show the URL before the title to avoid
664         misleading URLs.
665
666 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
667
668         * shr.el (shr-urlify): Display the title in <a> tags.
669
670 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
671
672         * nnir.el (nnir-categorize): Replace mapcar with mapc.
673
674 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * nnir.el: Rearrange code to allow macros to be autoloaded by
677         gnus-sum.el.
678         (nnir-retrieve-headers-override-function): Make this variable
679         customizable.
680         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
681
682         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
683         from nnir.el.
684
685 2010-12-03  Julien Danjou  <julien@danjou.info>
686
687         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
688
689 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
692         allow optional argument `environment'.
693
694 2010-12-03  Glenn Morris  <rgm@gnu.org>
695
696         * mm-extern.el (message-goto-body): Update declaration.
697
698 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-util.el (gnus-macroexpand-all): New function.
701
702         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
703         instead of macroexpand-all that is unavailable in XEmacs.
704
705 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
706
707         * nnir.el (nnir-summary-line-format): New variable.
708         (nnir-mode): Use it.
709         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
710         (nnir-article-ids): Reimplement as defsubst.
711         (nnir-retrieve-headers): Don't mangle the subject header.
712         (nnir-run-imap): Use 100 as RSV score.
713         (nnir-run-find-grep): Fix for full server searching.
714         (nnir-run-gmane): Better restriction to gmane groups.
715
716         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
717         summary buffers.
718
719 2010-12-02  Julien Danjou  <julien@danjou.info>
720
721         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
722
723         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
724
725         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
726         support.
727
728 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
729
730         * nnir.el: Update to handle the registry better.
731         (autoload): Silence byte-compiler.
732         (nnir-open-server): Add a hook for nnir groups.
733         (nnir-request-move-article): Don't mangle the header. Better to use
734         formating variables (which will be added in the future).
735         (nnir-registry-action): Update the registry using the original article
736         group name.
737         (nnir-mode): Install nnir-specific hooks for updating the registry.
738
739         * gnus-sum.el
740         (gnus-article-original-subject,gnus-newsgroup-original-name):
741         Remove obsolete variables.
742         (gnus-summary-move-article): Remove use of obsolete variables.
743         (gnus-summary-local-variables): Make move and delete hooks local to
744         summary buffers.
745
746 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * rtree.el: New file.
749
750 2010-12-01  Julien Danjou  <julien@danjou.info>
751
752         * message.el (message-user-organization): Do not use
753         gnus-local-organization.
754
755         * gnus.el: Remove gnus-local-organization.
756
757         * gnus-msg.el: Remove nastygram thing.
758
759 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
760
761         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
762         funcall.
763
764 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
767         names.
768
769         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
770         characters.
771
772         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
773         to t of inhibit-read-only since it is inside gnus-with-article-headers.
774         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
775         (gnus-gravatar-transform-address): Use mail-extract-address-components
776         that supports non-ASCII names rather than mail-header-parse-addresses.
777
778 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * proto-stream.el (open-protocol-stream): All starttls connections are
781         handled by the network handler.
782
783 2010-11-30  Julien Danjou  <julien@danjou.info>
784
785         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
786         (nnimap-open-connection-1): Fix PREAUTH.
787
788         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
789
790 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
793         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
794         (shr-insert): Use them.
795         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
796
797 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
798
799         * nnir.el (nnir-request-move-article): Bail out if original group
800         doesn't support article moves.
801         (nnir-get-active): Improve active list retrieval.
802
803 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * shr.el (shr-find-fill-point): Don't break before apostrophes.
806
807 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
808
809         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
810         seem to accept strings-with-numbers as port numbers,
811
812 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
813
814         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
815         change the registry.
816
817 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
820         delete-dups that is not available in XEmacs 21.4.
821
822         * mm-util.el (mm-delete-duplicates): Add comment.
823
824 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
825
826         * nnir.el (nnir-ignored-newsgroups): New variable.
827         (nnir-get-active): Use it.
828
829 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * proto-stream.el (proto-stream-open-network): Add some comments.
832
833         * nntp.el (nntp-open-connection): Provide a :success condition.
834
835         * nnimap.el (nnimap-open-connection-1): Ditto.
836
837         * proto-stream.el (proto-stream-open-network): See what the response to
838         the STARTTLS command is.
839
840         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
841         backwards compatibility).
842         (nnimap-open-connection-1): Really respect nnimap-server-port.
843
844         * proto-stream.el (proto-stream-open-network): When doing opportunistic
845         TLS upgrades we don't really care about the identity of the peer.
846         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
847         that what we've checked for.
848         (proto-stream-always-use-starttls): Only default to t if
849         open-gnutls-stream exists.
850         (proto-stream-open-network): If STARTTLS failed, then just open a
851         normal connection.
852         (proto-stream-open-network): Wait until the greeting before doing
853         STARTTLS.
854
855         * nntp.el (nntp-open-connection): Report what the connection error is.
856
857         * proto-stream.el (open-protocol-stream): Rename from
858         open-proto-stream.
859
860 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * nnimap.el (nnimap-stream): Change default to `undecided'.
863         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
864         first, and then network.
865         (nnimap-open-connection-1): Respect nnimap-server-port.
866         (nnimap-open-connection): Be more backwards-compatible.
867
868         * proto-stream.el (proto-stream-always-use-starttls): New variable.
869         (proto-stream-open-starttls): De-duplicate the starttls code.
870         (proto-stream-open-starttls): Folded back into the main function.
871         (proto-stream-open-network): Fix typo in the gnutls path.
872         (proto-stream-command): Refactor out.
873
874         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
875
876         * proto-stream.el (proto-stream-open-starttls): Actually implement the
877         starttls.el STARTTLS.
878
879         * color.el (color-lab->srgb): Fix function call name.
880
881         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
882         if we're using tls.el.
883         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
884         built in, then don't try to establish a STARTTLS connection.
885
886         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
887         servers.
888
889         * proto-stream.el (open-proto-stream): Use network, not stream.
890         (open-proto-stream): Add a way to specify what the end of a command is.
891
892         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
893         connections types.
894         (nntp-open-network-stream): Remove.
895         (nntp-open-ssl-stream): Remove.
896         (nntp-open-tls-stream): Remove.
897         (nntp-ssl-program): Remove.
898
899         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
900
901 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
902
903         * nnir.el: Fix typos.
904         (nnir-retrieve-headers-override-function): Rename variable to reflect
905         new semantics.
906         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
907         macros.
908         (nnir-request-article, nnir-request-move-article): Use them.
909         (nnir-categorize): New function.
910         (nnir-run-query): Use it.
911         (nnir-retrieve-headers): Rewrite to batch header retrieval.
912         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
913         sorted.
914         (nnir-group-full-name): Use gnus-group-full-name instead.
915         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
916         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
917
918 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
921
922         * proto-stream.el: New library to provide protocol-specific
923         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
924         protocols.
925         (open-proto-stream): Complete the documentation.
926         (proto-stream-open-network): Fix some typos.
927
928         * nnimap.el (nnimap-open-connection): Use it.
929
930 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
931
932         * pop3.el (pop3-open-server): Read server greeting before starting TLS
933         negotiation.
934
935 2010-11-26  Julien Danjou  <julien@danjou.info>
936
937         * color.el: Rename various rgb functions to srgb.
938
939 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
942         names.
943
944 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * shr.el (shr-insert): Revert last change.
947         (shr-find-fill-point): Never leave point being at bol;
948         relax the kinsoku limitation when rendering tables.
949
950 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
953         results from -accept-article.
954
955         * shr-color.el: Require cl when compiling.
956
957         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
958         checkin.
959
960         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
961
962         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
963
964         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
965         'add and 'delete to set backend marks.
966
967         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
968
969         * nnheader.el (nnheader-update-marks-actions): Refactor out.
970
971         * nntp.el (nntp-request-set-mark): Use it.
972
973         * nnfolder.el (nnfolder-request-set-mark): Ditto.
974
975         * nnml.el (nnml-request-set-mark): Ditto.
976
977         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
978         introduces regressions in article selection.
979         (nnimap-find-uid-response): New function.
980         (nnimap-request-accept-article): Use the UID returned, if any.
981         (nnimap-request-move-article): Use the UID returned, if any.
982         (nnimap-get-groups): Reimplement to work with folded lines.
983         (nnimap-find-uid-response): The UID is the last element in the list.
984         (nnimap-request-set-mark): Extend syntax with 'set.
985
986         * nnml.el (nnml-request-set-mark): Ditto.
987
988         * nnfolder.el (nnfolder-request-set-mark): Ditto.
989
990         * nntp.el (nntp-request-set-mark): Ditto.
991
992 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * message.el (message-called-interactively-p): A temporary macro.
995         (message-goto-body): Use it temporarily.
996
997 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1000         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1001         (nnimap-last-response-string): Fix last unfolding fix.
1002
1003 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * shr.el (shr-insert): Fix the way to fold lines.
1006
1007 2010-11-25  Julien Danjou  <julien@danjou.info>
1008
1009         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1010
1011         * color.el: Rename from color-lab.el
1012         (color-rgb->hex): Add.
1013         (color-complement): Add.
1014         (color-complement-hex): Add.
1015
1016         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1017
1018 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1021         don't exist.
1022
1023 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1026         assuming that article displaying or another mml-preview may be
1027         interrupted for an error or for the like.
1028
1029         * shr.el (shr-get-background): Fix argument name.
1030
1031 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1034
1035         * gnus-sum.el (gnus-summary-include-articles): New function.
1036
1037         * message.el (message-goto-body): called-interactively-p needs a
1038         parameter, so use `any'.
1039
1040         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1041         clear marks before moving, since they're synced from the Gnus side
1042         first.
1043
1044         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1045         (gnus-summary-move-article): Copy over all marks before moving, so that
1046         IMAP doesn't think a new article has arrived.
1047
1048 2010-11-24  Julien Danjou  <julien@danjou.info>
1049
1050         * shr.el (shr-insert-background-overlay): Fix typo.
1051         (shr-render-td): Copy the background before rendering.
1052
1053         * shr-color.el (shr-color-visible): Fix docstring.
1054
1055         * shr.el (shr-tag-table): Add bgcolor support.
1056         (shr-render-td): Add bgcolor support.
1057         (shr-get-background): Add.
1058         (shr-insert-foreground-overlay): Use shr-get-background.
1059
1060         * message.el (message-goto-body): Use called-interactively-p.
1061         (message-in-body-p): message-goto-body returns point.
1062
1063 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1066         Fixes something or other in Emacs 23, and is backwards compatible.
1067
1068         * message.el (message-goto-body): Remove the <#secure special-casing,
1069         which is too special.
1070
1071         * shr.el (shr-parse-style): Drop !important from styles.
1072
1073 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1074
1075         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1076         this function to return incorrect results when calling it with an
1077         explicit article argument different from
1078         (gnus-summary-article-number).
1079
1080 2010-11-24  Julien Danjou  <julien@danjou.info>
1081
1082         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1083         (shr-tag-body): Add background support.
1084         (shr-descend): Add background support.
1085         (shr-tag-title): Add.
1086
1087         * shr-color.el (shr-color-visible): Really return original background
1088         if fixed.
1089
1090 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * shr.el (shr-color-check): Protect against non-existant colour names.
1093
1094 2010-11-24  Julien Danjou  <julien@danjou.info>
1095
1096         * color-lab.el: Require 'cl when compiling.
1097
1098         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1099
1100         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1101         matched part.
1102
1103         * color-lab.el: Fix all expt calls to use float type.
1104
1105 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1108         expression to shr-color-check as is.
1109
1110         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1111
1112         * color-lab.el: Add coding cookie.
1113         (float-pi): Use eval-and-compile.
1114
1115         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1116         compiled for Emacsen having no `libxml-parse-html-region' support.
1117
1118 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * shr.el (shr-insert-color-overlay): Split stuff like
1121         "#444444 !important" to find the real colour.
1122         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1123         parse <font color="red"> entries.
1124
1125 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1126
1127         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1128         point when parsing headers.
1129
1130         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1131         is positioned properly when parsing headers.
1132
1133 2010-11-23  Julien Danjou  <julien@danjou.info>
1134
1135         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1136
1137         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1138
1139         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1140
1141         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1142         Use shr-color-hue-to-rgb.
1143         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1144
1145 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * shr.el (shr-color->hexadecimal): Autoload.
1148         (shr-descend): Add color to all tags.
1149
1150 2010-11-22  Julien Danjou  <julien@danjou.info>
1151
1152         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1153         shr-color->hexadecimal.
1154
1155         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1156         RGB() or HSL() color representation.
1157
1158         * shr.el (shr-tag-font): Add.
1159         (shr-tag-color-check): New function to get better colors.
1160         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1161         tag-span.
1162
1163         * shr-color.el: New file.
1164
1165         * color-lab.el: New file.
1166
1167         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1168
1169 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1170
1171         * nnir.el: Fix typo in comments.
1172         (nnir-run-imap): Simplify code. No need to reverse artlist.
1173         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1174
1175 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1178
1179         * nnimap.el (nnimap-get-capabilities): Refactor out.
1180         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1181
1182 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1183
1184         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1185         appearing when `mm-uu-hide-markers' is nil.
1186
1187 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * nnimap.el (nnimap-unselect-group): Make into its own function.
1190         (nnimap-request-rename-group): Unselect group before renaming.
1191         This had gotten lost somewhere.
1192         (nnimap-request-accept-article): Keep track of examined groups, and
1193         unselect the group before APPENDing to read-only groups.
1194         (nnimap-request-move-article): Clear flags before moving so that they
1195         can be re-set later.
1196
1197 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1200         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1201
1202 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (gnus-mime-display-single)
1205         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1206         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1207         parameter.
1208
1209 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1212         (shr-table-vertical-line): New variable.
1213         (shr-insert-table): Use it.
1214
1215 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-html.el (gnus-html-wash-images): Don't display images if
1218         gnus-inhibit-images is non-nil; register displayer for cid images.
1219         (gnus-html-display-image): Work for cid image.
1220         (gnus-html-insert-image): Allow arguments.
1221         (gnus-html-put-image): Inhibit read-only.
1222         (gnus-html-prefetch-images): Don't prefetch images if
1223         gnus-inhibit-images is non-nil.
1224
1225 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el (shr-put-image): Break lines when inserting big pictures.
1228
1229 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1230
1231         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1232         sender, thanks Katsumi Yamaoka.
1233
1234 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1235
1236         * nnir.el (nnir-run-imap): Reverse the article list for each group
1237         rather than the whole list.
1238
1239 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * shr.el (shr-image-displayer): Protect function against non-existent
1242         image source.
1243
1244         * gnus-art.el (gnus-inhibit-images): New user option.
1245         (gnus-mime-display-single): Don't display image if it is non-nil.
1246
1247         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1248         gnus-inhibit-images.
1249
1250         * shr.el (shr-image-displayer): New function.
1251         (shr-tag-img): Use it.
1252
1253 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1254
1255         * mml2015.el (mml2015-epg-sign): Use From header.
1256
1257 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1260
1261         * gnus-util.el (gnus-find-text-property-region): Return markers.
1262
1263         * shr.el (shr-tag-img): Put a displayer in the text property.
1264
1265         * gnus-util.el (gnus-find-text-property-region): New utility function.
1266
1267         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1268         (gnus-html-show-images): Remove.
1269
1270         * gnus-art.el (gnus-article-show-images): New, more general function.
1271
1272         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1273         image url text properties.
1274
1275         * shr.el: Ditto.
1276
1277         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1278         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1279
1280 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1283         work for two or more articles.
1284
1285 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1288         divide an image that's in an html article to two or more when washing
1289         non-ASCII characters in alt text of it.
1290
1291 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1294         smime-decrypt-region using function argument.
1295         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1296
1297         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1298
1299         * smime.el (smime-decrypt-region): Catch it.
1300
1301 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * smime.el (smime-mode-map): Move initialization into declaration.
1304         (gnus-run-mode-hooks): Don't autoload.
1305         (smime-mode): Use define-derived-mode.
1306
1307 2010-11-11  Glenn Morris  <rgm@gnu.org>
1308
1309         * smime.el (from): Restrict declaration to XEmacs.
1310
1311         * nnir.el (gnus-group-topic-name): Autoload.
1312
1313 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * shr.el (shr-insert): Don't break long line if it is because of
1316         kinsoku-bol characters in the line end.
1317
1318 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1319
1320         * nnir.el (nnir-request-move-article): Fix to provide original group
1321         and subject.
1322         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1323         been retrieved.
1324
1325         * gnus-sum.el (gnus-summary-move-article): Use original group and
1326         subject for virtual articles such as those in an nnir summary buffer.
1327
1328 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1331         least 21.5).
1332
1333         * smime.el (from): Declare it again for XEmacs.
1334
1335 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * message.el (message-resend): Don't disable encoding unless it's
1338         already encoded.
1339
1340         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1341         low-numbered articles.
1342
1343 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * rfc2047.el (rfc2047-syntax-table): Simplify.
1346
1347         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1348
1349         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1350         set-char-table-range for XEmacs.
1351
1352 2010-11-10  Glenn Morris  <rgm@gnu.org>
1353
1354         * time-date.el (time-to-seconds): Always an alias on Emacs,
1355         never a real function.
1356         (with-no-warnings): Remove compat stub, now unused.
1357         (time-less-p): Doc fix.
1358         (time-to-number-of-days): Simplify.
1359
1360         * smime.el (from): Remove unused declaration.
1361
1362         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1363         (gnus-float-time): On Emacs, always an alias.
1364
1365         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1366         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1367
1368 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * dgnushack.el: Don't use ignore-errors in the top level form since it
1371         is unavailable in XEmacs even if cl is loaded.
1372
1373         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1374
1375 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (browse-url-mailto): Autoload.
1378
1379         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1380
1381         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1382         regexp doesn't need quoting.
1383
1384 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1385
1386         * message.el (message-subject-trailing-was-ask-regexp)
1387         (message-subject-trailing-was-regexp): Match was: in addition to was.
1388
1389 2010-11-09  Glenn Morris  <rgm@gnu.org>
1390
1391         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1392         (nnbabyl-check-mbox): Use point-at-bol.
1393
1394 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1397
1398         * message.el (message-mailto): New function.
1399         (message-mailto): Should accept other parameters.
1400         (message-mailto): Remove since it duplicates browse-url-mailto
1401         functionality.
1402
1403 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1406         methods.
1407         (gnus-read-active-file): Ditto.
1408
1409         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1410         ": " from the prompt.
1411         (gnus-group-make-group): Ditto.
1412
1413 2010-11-07  Glenn Morris  <rgm@gnu.org>
1414
1415         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1416         (gnus-bookmark-kill-line): Use point-at-eol.
1417
1418 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1421         asterisks in From header.
1422
1423 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1426         string to avoid making the From headers syntactically invalid.
1427
1428         * message.el (message-send-mail): Don't insert courtesy messages if the
1429         message already has List-Post and List-ID messages.
1430
1431 2010-11-06  Glenn Morris  <rgm@gnu.org>
1432
1433         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1434         `condition', `type', `length' a prefix.
1435         (gnus-treat-predicate): Update for above name changes.
1436
1437 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1438
1439         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1440         binding.  Handled by `gnus-summary-refer-thread' instead.
1441         (nnir-warp-to-article): New backend function.
1442
1443         * nnimap.el (nnimap-request-thread): Force dependency updating.
1444
1445         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1446         (gnus-summary-refer-thread): Rework to improve thread-referral.
1447
1448         * gnus-int.el (gnus-warp-to-article): New function.
1449
1450         * gnus-sum.el (gnus-summary-article-map): Bind it.
1451
1452 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1453
1454         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1455         gnus-summary-refer-thread.
1456
1457         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1458         headers.
1459         (gnus-summary-limit-include-thread): Prevent articles in thread from
1460         being cut in gnus-cut-threads.
1461         (gnus-summary-refer-thread): Limit retrieved headers to those in
1462         thread.
1463
1464 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * message.el (message-send-mail): Use the value of
1467         message-courtesy-message from the message buffer.
1468
1469         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1470
1471         * shr.el (shr-browse-url): Implement mailto: URLs.
1472
1473         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1474         "raw".
1475
1476         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1477         if it's already selected.
1478
1479         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1480
1481 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1484         to measure the length and truncate alt text.
1485
1486 2010-11-03  Glenn Morris  <rgm@gnu.org>
1487
1488         * nndiary.el (nndiary-generate-nov-databases-1)
1489         (nndiary-generate-active-info): Rename dynamic variable `files' to
1490         something less generic.
1491
1492 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1493
1494         * nnir.el (nnir-request-move-article): Call the underlying backend to
1495         move articles from nnir.
1496
1497 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1500
1501 2010-11-02  Julien Danjou  <julien@danjou.info>
1502
1503         * nnir.el: Remove wais support.
1504
1505 2010-11-02  Glenn Morris  <rgm@gnu.org>
1506
1507         * gnus-html.el: Reorder requirements to quieten compiler.
1508
1509 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1512         properly for XEmacs as well.
1513         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1514         (gnus-article-natural-long-line-p): Use window-width rather than
1515         frame-width.
1516
1517 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1520         (nnir-read-parms): Don't modify query.
1521         (nnir-run-query): Add ability to search topic on current line.
1522         (nnir-get-active): Clean up.
1523
1524 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1527         degenerate articles.
1528
1529         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1530         (gnus-print-buffer): Just print the buffer as is, without any copying
1531         to a buffer and then re-highlighting.
1532
1533         * nnimap.el (nnimap-request-group): Store the new updated info.
1534         (nnimap-request-group): Select the group when we don't know whether it
1535         exists or not.
1536
1537         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1538         groups.
1539
1540         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1541         groups.
1542
1543         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1544         groups.
1545
1546         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1547         long-lines case by only filling the long lines.
1548
1549         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1550         (bug #7311).
1551
1552 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * shr.el: No need to declare `declare-function' since shr.el is for
1555         only Emacsen that provide `libxml-parse-html-region'.
1556
1557         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1558         effective only in a file it is referred to.
1559
1560 2010-11-01  Glenn Morris  <rgm@gnu.org>
1561
1562         * mm-util.el (gnus-completing-read): Autoload.
1563         (mm-read-coding-system): Simplify Emacs definition.
1564
1565         * nnmail.el (gnus-activate-group):
1566         * nnimap.el (gnutls-negotiate):
1567         * nntp.el (netrc-parse): Fix declarations.
1568
1569 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1572         string-match-p in Emacs >=23.
1573
1574         * gnus-msg.el (gnus-configure-posting-styles)
1575         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1576
1577 2010-11-01  Glenn Morris  <rgm@gnu.org>
1578
1579         * nnir.el (declare-function): Add compat stub.
1580         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1581         (nnir-run-gmane): Require 'mm-url.
1582
1583         * mm-util.el (mm-string-to-multibyte): Simplify.
1584
1585         * shr.el (declare-function): Add compat stub.
1586         (url-cache-create-filename): Declare.
1587         (mm-disable-multibyte, widget-convert-button): Autoload.
1588
1589         * smime.el (ldap-search): Declare.
1590         (smime-cert-by-ldap-1): Require ldap on Emacs.
1591
1592         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1593         (nnimap-keepalive): Use gnus-float-time.
1594
1595         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1596         (mail-source-delete-crash-box): Use gnus-float-time.
1597
1598         * gnus-dired.el (gnus-completing-read): Autoload.
1599
1600         * mm-view.el (gnus-rescale-image): Autoload.
1601
1602         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1603
1604         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1605
1606         * sieve-manage.el: Require 'cl when compiling.
1607
1608         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1609         (gnus-iswitchb-completing-read): Require iswitchb.
1610         (gnus-select-frame-set-input-focus): Silence compiler.
1611
1612 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * message.el (message-subject-trailing-was-query): Change default to t,
1615         since I think that's what most people want.
1616
1617         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1618         appending for easier debugging.
1619         (nnimap-wait-for-connection): Take a regexp.
1620         (nnimap-request-accept-article): Wait for the continuation line before
1621         sending anything unless we're streaming.
1622
1623         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1624         leave the header washing to take place.
1625
1626 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1627
1628         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1629         regular expression match and replace in posting styles.
1630
1631 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1632
1633         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1634         an entire server.
1635         (nnir-get-active): New function.
1636         (nnir-run-imap): Use it.
1637         (nnir-run-gmane): Who knew, gmane search returns an article score!
1638
1639         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1640         server on the current line with nnir.
1641
1642 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1645         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1646         left edge.
1647         (gnus-article-foldable-buffer): Skip past the prefix when determining
1648         raggedness.
1649
1650         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1651         the raw article, and change `C-u g' to show the article without doing
1652         treatments.
1653
1654         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1655         on to `gnus-treat-article'.
1656         (gnus-inhibit-article-treatments): New variable.
1657
1658         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1659
1660         * gnus-art.el (gnus-treatment-function-alist): Have
1661         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1662         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1663         sections.
1664
1665         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1666         parameter.
1667         (gnus-article-fill-cited-long-lines): New function.
1668         (gnus-article-fill-cited-article): Allow filling only long sections.
1669
1670         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1671         and non-punctuation (like after the apostrophe in "'We").
1672
1673         * gnus-sum.el (gnus-summary-select-article): Make sure
1674         gnus-original-article-buffer is alive.
1675
1676         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1677         reflect the order they're in in the digest.
1678
1679         * gnus.el (gnus-group-startup-message): Move point to the start of the
1680         buffer.
1681
1682         * nnimap.el (nnimap-capability): New function.
1683         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1684         is set.
1685
1686 2010-10-31  David Engster  <dengste@eml.cc>
1687
1688         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1689         conform with changes to gnus-completing-read.
1690
1691 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1694
1695 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1696
1697         * nnir.el: Move defvar, defcustom around to keep file organized
1698         and keep byte-compiler quiet.
1699         (nnir-read-parms): Accept search-engine as arg.
1700         (nnir-run-query): Pass search-engine as arg.
1701         (nnir-search-engine): Remove.
1702
1703 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (shr-generic): The text nodes should be text, not :text.
1706
1707         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1708         later in the file.
1709
1710 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1711
1712         * nnir.el: General clean up.  Allow searching with multiple engines.
1713         Allow separate extra-parameters for each engine.
1714         Batch queries when possible.
1715         (nnir-imap-default-search-key,nnir-method-default-engines):
1716         Add customize interface.
1717         (nnir-run-gmane): New engine.
1718         (nnir-engines): Use it.  Qualify all prompts with engine name.
1719         (nnir-search-engine): Remove global variable.
1720         (nnir-run-hyrex): Restore for now.
1721         (nnir-extra-parms,nnir-search-history): New variables.
1722         (gnus-group-make-nnir-group): Use them.
1723         (nnir-group-server): Remove in favor of gnus-group-server.
1724         (nnir-request-group): Avoid searching twice.
1725         (nnir-sort-groups-by-server): New function.
1726
1727 2010-10-30  Julien Danjou  <julien@danjou.info>
1728
1729         * gnus-group.el: Remove gnus-group-fetch-control.
1730
1731         * gnus-start.el (gnus-find-new-newsgroups):
1732         Remove gnus-check-first-time-used.
1733
1734         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1735
1736 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1737
1738         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1739         set on groups that don't have \* permanentflags.
1740
1741 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1744         control the background color.
1745         (shr-tag-img): Ignore very small web bug type images.
1746         (shr-put-image): Add help-echo alt texts to the images.
1747         (shr-tag-video): Show the video poster image.
1748
1749 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * shr.el (shr-table-depth): New variable.
1752         (shr-tag-table-1): Only insert the images after the top-level table.
1753
1754         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1755
1756         * gnus-util.el (gnus-list-memq-of-list): New function.
1757
1758         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1759         selected.
1760         (nnimap-unsplittable-articles): New slot.
1761         (nnimap-new-articles): Use it.
1762
1763 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1764
1765         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1766         move to the previous line on `M-g'.
1767
1768 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1771         *-request-group, which seems unnecessary.
1772
1773         * nnimap.el (nnimap-quote-specials): Function copied over from
1774         imap.el.
1775         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1776         they support that.  Suggested by Tom Regner.
1777
1778 2010-10-29  Julien Danjou  <julien@danjou.info>
1779
1780         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1781         defalias.
1782         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1783
1784         * gnus.el: Remove `gnus-nntp-service' variable.
1785         (gnus-secondary-servers): Make obsolete.
1786         (gnus-nntp-server): Make obsolete.
1787
1788         * gnus-start.el (gnus-1): Remove x-splash calls.
1789
1790         * gnus-ems.el (gnus-x-splash): Remove.
1791
1792         * gnus.el (gnus-group-startup-message): Simplify/update code.
1793
1794         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1795         definition.
1796
1797         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1798         capability before doing anything.
1799         (gnus-group-insert-group-line): Remove useless
1800         gnus-group-remove-excess-properties.
1801
1802 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1805
1806 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1809         config after reselecting.
1810
1811 2010-10-28  Julien Danjou  <julien@danjou.info>
1812
1813         * shr.el (shr-put-image): Use point even if only inserting text.
1814         (shr-put-image): Save excursion when inserting alt text on non-graphic
1815         display, so the behaviour is the same when we are on a graphic display.
1816
1817         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1818
1819 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1822         (gnus-mime-copy-part): Check coding system, not charset.
1823         (gnus-mime-view-part-externally): Never remove part.
1824         (gnus-mime-view-part-internally): Don't remove part here.
1825         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1826         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1827         multipart/alternative.
1828
1829         * mm-decode.el (mm-display-part): Take optional arg `force'.
1830
1831 2010-10-26  Julien Danjou  <julien@danjou.info>
1832
1833         * gnus-group.el (gnus-group-default-list-level): Add this function to
1834         compute the default list level.
1835         (gnus-group-default-list-level): Add possibility to use a function.
1836
1837 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1840
1841         * gnus-group.el (gnus-group-completing-read)
1842         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1843         gnus-replace-in-string.
1844
1845 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * shr.el (shr-tag-div): Add.
1848
1849         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1850
1851 2010-10-25  Julien Danjou  <julien@danjou.info>
1852
1853         * gnus-util.el: Remove `gnus-with-local-quit'.
1854
1855         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1856
1857 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1860         the original article buffer.
1861
1862 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnimap.el (nnimap-request-head): New function.
1865         (nnimap-request-move-article): Try to be slighly faster by not
1866         requesting the entire message when moving.
1867         (nnimap-transform-headers): Don't bug out on bodiless articles.
1868         (nnimap-send-command): Have no outstanding messages if the IMAP server
1869         doesn't support streaming.
1870         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1871
1872 2010-10-24  Julien Danjou  <julien@danjou.info>
1873
1874         * message.el (message-default-headers): Fix type.
1875
1876 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1879         prefetching images.
1880
1881         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1882         backend for unknown groups.  This is mainly useful for nnimap groups.
1883
1884         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1885         group isn't covered by the agent.
1886
1887 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1888
1889         * nnir.el (nnir-method-default-engines): New variable.
1890         (nnir-run-query): Use it.
1891         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1892         (gnus-summary-nnir-goto-thread): Change group if needed.
1893
1894         * gnus-group.el (gnus-group-group-map): Add key binding for
1895         gnus-group-make-nnir-group.
1896
1897 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-tag-object): Add.
1900
1901         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1902         original article buffer live.
1903         (gnus-summary-select-article-buffer):
1904         Mention gnus-widen-article-buffer.
1905
1906 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (shr-tag-strong): Add.
1909
1910 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1913         group names.  They mess up the group buffer badly.
1914
1915         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1916
1917         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1918         instead of the summary one.
1919
1920 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mml.el (mml-preview): Work properly when editing article.
1923
1924         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1925         gnus-have-read-active-file if it's already been in.
1926
1927 2010-10-22  Tom Tromey  <tromey@redhat.com>
1928
1929         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1930         gnus-group-completing-read.
1931
1932 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * message.el (message-mode-map): Don't bind M-; to comment region, to
1935         allow the global comment-dwim to work.
1936
1937 2010-10-21  Julien Danjou  <julien@danjou.info>
1938
1939         * message.el (message-setup-1): Allow message-default-headers to be a
1940         function.
1941
1942 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * shr.el (shr-tag-table): Simplify.
1945
1946 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1949         to avoid trying to snarf invalid stuff.
1950
1951         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1952
1953         * gnus.el (gnus-message-archive-group): Quote value.
1954         (gnus-message-archive-group): Mark as changed.
1955
1956         * shr.el (shr-add-font): Don't put the font properties on the newline
1957         or the indentation.
1958
1959         * message.el (message-fix-before-sending): Change options when sending
1960         non-printable characters.
1961
1962         * gnus.el (gnus-message-archive-method): Change the default to
1963         monthly outgoing groups.
1964
1965         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1966         that have gotten new numbers.
1967
1968         * nnimap.el (nnimap-request-replace-article): New function.
1969
1970 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1973         (nnrss-request-article): Don't use special html washing code.
1974
1975 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * shr.el (shr-tag-table): Remove useless nconc.
1978
1979 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-art.el (article-wash-html): Simplify and remove the charset
1982         stuff.  Use the normal html rendering code instead of the special html
1983         washing code.
1984
1985         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1986         `gnus-w3m' symbols.
1987         (mm-text-html-washer-alist): Remove.
1988
1989         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1990         (mm-inline-media-tests): Remove use.
1991         (mm-text-html-renderer): Change default to the `shr' symbol.
1992
1993         * mm-view.el (mm-inline-text-html): Remove use.
1994
1995         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1996         `gnus-blocked-images' to be a function.
1997         (gnus-article-wash-function): Remove.
1998
1999 2010-10-20  Julien Danjou  <julien@danjou.info>
2000
2001         * spam.el (spam-list-of-processors): Mark as obsolete.
2002
2003         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2004         (nnimap-insert-partial-structure): Fix boundary detection.
2005
2006 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2007
2008         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2009         run file-truename on remote files.  This can be expensive and even
2010         prevent one from editing drafts if some unrelated buffer has a stale
2011         connection.
2012
2013 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2016         kinsoku-eol regardless of shr-kinsoku-shorten.
2017         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2018         (shr-tag-table): Support caption, thead, and tfoot.
2019
2020 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2023         lines.
2024         (shr-save-contents): New command and keystroke.
2025
2026         * nndoc.el (nndoc-type-alist): Add git support.
2027         (nndoc-git-type-p): New function.
2028         (nndoc-transform-git-article): Ditto.
2029         (nndoc-transform-git-headers): Ditto.
2030         (nndoc-transform-git-headers): Generate Subject headers.
2031
2032         * shr.el (shr-parse-style): New function.
2033         (shr-tag-span): Ditto.
2034
2035         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2036         to `G G' to avoid collisions.
2037
2038 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * shr.el: Load kinsoku if necessary.
2041         (shr-kinsoku-shorten): New internal variable.
2042         (shr-find-fill-point): Make kinsoku shorten text line if
2043         shr-kinsoku-shorten is bound to non-nil.
2044         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2045         shr-indentation too when testing if table is wider than frame width.
2046         (shr-insert-table): Use `string-width' instead of `length' to measure
2047         text width.
2048         (shr-insert-table-ruler): Make sure indentation is done at bol.
2049
2050 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2051
2052         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2053         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2054         undecoded network data.
2055
2056 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2059         name in the mode line spec so that the mode line menu works
2060         (bug #2431).
2061
2062         * message.el (message-get-reply-headers): If we're fed `to-address',
2063         then always use that.
2064
2065         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2066         aren't so wide as to need to switch off the edit menu.
2067
2068         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2069         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2070
2071         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2072         `M-g'.
2073         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2074         the permanent marks.
2075
2076 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2077
2078         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2079         Splitting according to references/in-reply-to obeys the ignore-groups
2080         variable, while splitting by sender and subject do not.
2081
2082 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2085         alist, so that we can look for non-Unicode chars.
2086         (article-translate-strings): Allow both character and string maps.
2087
2088 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * shr.el (shr-insert): Don't insert space behind a wide character
2091         categorized as kinsoku-bol, or between characters both categorized as
2092         nospace.
2093
2094 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2095
2096         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2097         headers to gnus-newsgroup-headers.
2098
2099 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * shr.el (shr-tag-img): Don't align images -- since we're not
2102         rescaling, this often leads to ugly displays.
2103
2104 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2105
2106         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2107         duplicates.
2108
2109 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2110
2111         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2112         call.
2113
2114 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus.el: Autoload gnus-html-show-images.
2117
2118         * nnimap.el: Use nnheader-message throughout.
2119
2120         * shr.el (shr-tag-img): Ignore images with no data.
2121
2122 2010-10-15  Julien Danjou  <julien@danjou.info>
2123
2124         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2125         a possibility to disable format=flow encoding when using hard newlines.
2126
2127 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * shr.el (shr-insert): Remove space inserted before or after a
2130         breakable character or at the beginning or the end of a line.
2131         (shr-find-fill-point): Do kinsoku; find the second best point or give
2132         it up if there's no breakable point.
2133
2134 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * nnimap.el (nnimap-open-connection): Message when opening connection
2137         for debugging purposes.
2138
2139         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2140         on every setup buffer call to allow this to change from article to
2141         article.
2142
2143         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2144         buffers where we have a wide table.
2145
2146 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2147
2148         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2149         uses *-request-thread.
2150
2151 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2154         incantation, which is no longer valid.
2155
2156 2010-10-14  Julien Danjou  <julien@danjou.info>
2157
2158         * shr.el: Fix defcustom type (char -> character).
2159
2160 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2163         programs.
2164
2165 2010-10-14  Julien Danjou  <julien@danjou.info>
2166
2167         * shr.el (shr-tag-a): Use url-link as widget type.
2168
2169         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2170         `gnus-group-get-icon'.
2171
2172 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2175         This should make server editing work better.
2176
2177         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2178
2179         * tls.el (tls-program): Remove spurious %s from openssl.
2180
2181         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2182         (nnimap-parse-flags): Fix regexp.
2183
2184         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2185         probably work for CJVK text, too.
2186
2187         * nnimap.el (nnimap-extend-tls-programs): Remove.
2188         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2189
2190         * tls.el (tls-starttls-switches): Remove starttls hack.
2191         (open-tls-stream): Ditto.
2192         (tls-find-starttls-argument): Ditto.
2193
2194 2010-10-13  Julien Danjou  <julien@danjou.info>
2195
2196         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2197         responses.
2198
2199 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2202
2203         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2204         anything in Emacs.
2205
2206         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2207
2208 2010-10-13  Julien Danjou  <julien@danjou.info>
2209
2210         * shr.el (shr-width): Make shr-width a defcustom with default to
2211         fill-column.
2212         (shr-tag-img): Use shr-width rather than fill-column.
2213
2214 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * dgnushack.el (byte-optimize-apply)
2217         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2218
2219         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2220         position when (X-)Faces exist.
2221         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2222         avatars when called interactively.
2223
2224 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2227         gnus-article-x-face-too-ugly is bound.
2228
2229 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2232
2233         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2234         mailbox that doesn't exist.
2235
2236 2010-10-12  Julien Danjou  <julien@danjou.info>
2237
2238         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2239         (shr-get-image-data): Encode URL properly when fetching from cache.
2240         (shr-tag-img): Use aligned-to spaces to align correctly images.
2241
2242         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2243         before inserting the Gravatar.
2244
2245         * shr.el (shr-tag-img): Add align attribute support for <img>.
2246
2247 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-gravatar.el (gnus-art): Require.
2250
2251         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2252         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2253         Remove long obsoleted functions.
2254
2255 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2258
2259         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2260
2261         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2262         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2263         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2264         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2265         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2266         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2267         * sieve-manage.el, smime.el, spam.el:
2268         Fix comment for declare-function.
2269
2270 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nnimap.el (nnimap-request-rename-group): Select group read-only
2273         before renaming it.
2274
2275         * shr.el (shr-insert): Fix up the white space only regexp.
2276
2277         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2278         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2279
2280         * shr.el (shr-current-column): New function.
2281         (shr-find-fill-point): New function.
2282
2283 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2284
2285         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2286         numbers.
2287
2288 2010-10-11  Julien Danjou  <julien@danjou.info>
2289
2290         * shr.el (shr-hr-line): Add.
2291         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2292         display hr lines.
2293         (shr-max-columns): Do not change state to nil if we just inserting
2294         spaces.
2295
2296 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2299         select the last group.
2300
2301 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2302
2303         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2304
2305 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2306
2307         * dig.el (dig-mode-map): Declare and define in one step.
2308
2309 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2312         for Gnus.
2313         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2314         (nnimap-update-qresync-info): Mark \Seen articles as read.
2315
2316         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2317         non-variable, too.
2318
2319         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2320         available.
2321         (nnimap-update-info): Rely more on the current active than the param
2322         active to avoid marking articles as read too much.
2323
2324         * auth-source.el (auth-source-create): Use (user-login-name) for the
2325         user name default.
2326
2327         * nnimap.el (nnimap-update-info): If the server doesn't return any
2328         useful info, just use the previous info.
2329         (nnimap-update-info): Prefer old info over start-article.
2330         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2331
2332 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2333
2334         * nnir.el (autoload): Clean up autoloads.
2335         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2336         Use key rather than value.
2337         (nnir-imap-search-other): New variable.
2338         (nnir-read-parm): Use it.
2339         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2340         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2341
2342 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2345         the process, too.
2346
2347 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * spam.el (gnus-summary-mode-map): Bind to "$".
2350         Suggested by Russ Allbery.
2351
2352         * shr.el: Rework the way things are indented by <li> slightly.
2353
2354         * gnus.el (gnus-group-set-parameter): Fix typo.
2355
2356         * nnimap.el: Start implementing QRESYNC support.
2357
2358 2010-10-09  Julien Danjou  <julien@danjou.info>
2359
2360         * nnir.el (nnir-engines): Fix too many arguments.
2361
2362 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2365         group is the "last", so that the backends like nnfolder actually save
2366         their folders.
2367
2368         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2369         try to use that for the tls stream.
2370         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2371         UIDVALIDITY and find out which groups are read-only and not.
2372         (nnimap-get-flags): Use the same marks parsing code as the rest of
2373         nnimap.
2374
2375 2010-10-09  Julien Danjou  <julien@danjou.info>
2376
2377         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2378
2379         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2380         retrieving gravatars.
2381
2382         * shr.el (shr-table-corner): Add.
2383         (shr-table-line): Add.
2384         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2385
2386 2010-10-08  Julien Danjou  <julien@danjou.info>
2387
2388         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2389
2390 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2391
2392         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2393
2394         * gnus-sum.el (gnus-mark-article-as-unread)
2395         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2396         (gnus-summary-set-bookmark): Use it.
2397
2398         * gnus-msg.el (gnus-setup-message): Use it.
2399
2400         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2401
2402         * gnus.el (gnus-group-remove-parameter): Use it.
2403
2404         * gnus-group.el (gnus-group-make-web-group): Use it.
2405
2406         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2407
2408         * nnregistry.el: Update docs to mention manual.
2409
2410         * gnus-registry.el: Update docs to mention nnregistry.el.
2411         (gnus-registry-initialize): Don't install nnregistry refer method
2412         automatically.
2413         (gnus-registry-install-nnregistry): Remove it.
2414
2415 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * shr.el (shr-insert): Don't insert double spaces.
2418
2419 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-gravatar.el (gnus-treat-from-gravatar)
2422         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2423         called interactively.
2424
2425         * gnus-art.el (gnus-mime-view-part-externally)
2426         (gnus-mime-view-part-internally): Make predicate function passed to
2427         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2428         of a mime type.
2429
2430         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2431
2432 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * shr.el (require): Require cl when compiling.
2435         (shr-tag-hr): New function.
2436
2437         * nnimap.el (nnimap-update-info): Remove double setting of high.
2438         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2439         This makes nnimap work properly on Courier again.
2440
2441         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2442         the variable for backwards compatability.
2443
2444         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2445         the file name before using to avoid setting mm-default-directory to
2446         nil.
2447
2448         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2449         bidning gnus-agent variables.
2450
2451         * shr.el (shr-render-td): Use a cache for the table rendering function
2452         to avoid getting an exponential rendering behaviour in nested tables.
2453         (shr-insert): Rework the line-breaking algorithm.
2454         (shr-insert): Don't leave trailing spaces.
2455         (shr-insert-table): Also insert empty TDs.
2456         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2457
2458 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2459
2460         * gnus-sum.el (gnus-number): Rename from `number'.
2461         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2462         (gnus-summary-limit-children): Update uses correspondingly.
2463
2464 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2467         (gnus-gravatar-transform-address): Don't show avatars of people of
2468         which mail addresses match gnus-gravatar-too-ugly.
2469
2470 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * shr.el (shr-table-widths): Expand TD elements to fill available
2473         space.
2474
2475 2010-10-07  Julien Danjou  <julien@danjou.info>
2476
2477         * nnimap.el (nnimap-request-rename-group): Add this method.
2478
2479 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2482         name from XEmacs' function-arglist.
2483
2484         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2485         gravatar under XEmacs.
2486
2487 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2488
2489         * auth-source.el: Update docs with TODO items.
2490
2491         * gnus-sync.el: Update docs to explain state and plans.
2492
2493         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2494         Hooks for mark updates.
2495         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2496
2497         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2498         hooks with arguments, which is needed for mark update hooks.
2499
2500 2010-10-06  Julien Danjou  <julien@danjou.info>
2501
2502         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2503         was matched.
2504
2505         * sieve-manage.el: Update example in `Commentary'.
2506
2507         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2508
2509         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2510         not 2000.
2511         (sieve-manage-authenticate): Re-add function.
2512
2513 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * shr.el (shr-insert): Get 'space transition right.
2516         (shr-render-td): Only delete space at the end of the TD.
2517
2518         * nnimap.el (nnimap-open-connection): Prepare to support
2519         open-gnutls-stream.
2520
2521         * shr.el: Rearrange function order to be more logical.
2522
2523 2010-10-06  Julien Danjou  <julien@danjou.info>
2524
2525         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2526         (nnrss-discover-feed): Remove 404 URL in docstring.
2527
2528         * nnir.el: Fix Swish-E URL.
2529         Fix Namazu URL.
2530
2531         * message.el (message-change-subject): Remove 404 URL in a comment.
2532
2533 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2536         called interactively.
2537
2538         * gnus-util.el (gnus-remove-if): Allow hash table.
2539         (gnus-remove-if-not): New function.
2540
2541         * gnus-art.el (gnus-mime-view-part-as-type)
2542         * gnus-score.el (gnus-summary-score-effect)
2543         * gnus-sum.el (gnus-read-move-group-name):
2544         Replace remove-if-not with gnus-remove-if-not.
2545
2546         * gnus-group.el (gnus-group-completing-read):
2547         Regard collection as a hash table if it is not a list.
2548
2549 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2552
2553         * shr.el: Document the table-rendering algorithm.
2554
2555 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2558         for Emacsen having no `libxml-parse-html-region' support.
2559
2560 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2563         invalid URLs.
2564
2565         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2566         line-broken.
2567         (shr-tag-img): Ignore image fetching errors.
2568         (shr-overlays-in-region): Compute overlay positions correctly.
2569
2570         * mm-decode.el (mm-shr): Require shr.
2571
2572         * gnus-art.el (gnus-blocked-images): Move variable here.
2573
2574         * shr.el (shr-insert-table): Bind free variable.
2575
2576         * mm-decode.el (mm-shr): Bind shr-content-function.
2577
2578         * shr.el (shr-content-function): New variable.
2579
2580         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2581         added for symmetry.
2582
2583         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2584
2585         * gnus-group.el (gnus-group-make-group): Doc fix.
2586
2587         * nnimap.el (nnimap-request-newgroups): Return success.
2588
2589         * shr.el (shr-find-elements): New function.
2590         (shr-tag-table): Put all the images after the table.
2591         (shr-tag-table): Really inhibit images inside the table.
2592         (shr-collect-overlays): Copy over overlays from the TD elements to the
2593         main document.
2594
2595         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2596         gnus-blocked-images.
2597
2598 2010-10-05  Julien Danjou  <julien@danjou.info>
2599
2600         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2601
2602         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2603         (gnus-html-maximum-image-size): Add this function.
2604         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2605
2606         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2607         server-value of the capability is nil.
2608
2609 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * shr.el (shr-tag-em): Add <EM> tag.
2612
2613 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2614
2615         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2616         customizable.
2617
2618         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2619         handing broken links to browse-url.
2620
2621 2010-10-05  Julien Danjou  <julien@danjou.info>
2622
2623         * gnus-util.el (gnus-emacs-completing-read)
2624         (gnus-iswitchb-completing-read): Use autoload rather than require.
2625
2626 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2629         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2630         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2631         iswitchb-temp-buflist for XEmacs.
2632
2633         * gnus-util.el (gnus-completing-read-function): Exclude
2634         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2635         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2636         XEmacs.
2637
2638         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2639         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2640
2641         * gnus-html.el: Don't require help-fns under XEmacs.
2642         (gnus-html-schedule-image-fetching): Work for XEmacs.
2643
2644         * mm-decode.el (mm-shr): Decode contents by charset.
2645
2646 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2649         unknown.
2650
2651         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2652         (shr-get-image-data): Ensure against the cache file missing.
2653
2654         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2655         for data.
2656
2657         * spam-report.el (spam-report-url-ping-plain): Don't query about
2658         killing the process.
2659
2660         * shr.el (shr-render-td): Protect against too-wide text.
2661
2662 2010-10-04  Julien Danjou  <julien@danjou.info>
2663
2664         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2665         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2666
2667         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2668         retrieved.
2669
2670 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * shr.el (browse-url): Require.
2673         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2674         lines.
2675         (shr-show-alt-text, shr-browse-image): New commands.
2676         (shr-browse-url, shr-copy-url): New commands.
2677
2678         * gnus-sum.el (gnus-widen-article-window): New variable.
2679         (gnus-summary-select-article-buffer): Use it.
2680
2681         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2682         without @ signs.
2683
2684 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2685
2686         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2687
2688 2010-10-04  Julien Danjou  <julien@danjou.info>
2689
2690         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2691         for XEmacs.
2692
2693 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2696
2697         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2698         (nnimap-close-server): Implement.
2699
2700         * dgnushack.el (iswitchb): Require to shut up the compiler.
2701
2702         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2703         (shr-insert): Tweak line breaking.
2704         (shr-insert): Handle <pre> better.
2705         (shr-tag-li): Get <li> indentation right.
2706         (shr-tag-li): Get <li> indentation even righter.
2707         (shr-tag-blockquote): Ensure paragraph start.
2708         (shr-make-table): Tweak table generation.
2709         (shr-make-table): Fix typo.
2710
2711         * shr.el: Implement table rendering.
2712
2713 2010-10-04  Julien Danjou  <julien@danjou.info>
2714
2715         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2716
2717 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * shr.el (shr-insert): Use string anchors instead of line anchors.
2720
2721 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * shr.el: Add headings.
2724         (shr-ensure-paragraph): Actually work.
2725         (shr-tag-li): Make <ul> prettier.
2726         (shr-insert): Get white space at the beginning/end of elements right.
2727         (shr-tag-p): Collapse subsequent <p>s.
2728         (shr-ensure-paragraph): Don't insert double line feeds after blank
2729         lines.
2730         (shr-insert): \t is also space.
2731         (shr-tag-s): Fix "s" tag name function.
2732         (shr-tag-s): Fix face prop name.
2733
2734 2010-10-03  Julien Danjou  <julien@danjou.info>
2735
2736         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2737
2738         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2739         gnus-window-inside-pixel-edges.
2740
2741         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2742         gnus-ems.
2743
2744         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2745
2746         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2747         function.
2748
2749         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2750         resize choice.
2751
2752 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2755         beginning of the buffer.
2756
2757         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2758         article buffer again.
2759
2760         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2761
2762         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2763         when it's at the start of the buffer.
2764
2765         * shr.el (shr-tag-blockquote): Convert name.
2766         (shr-rescale-image): Use the right image-size variant.
2767
2768         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2769         buffer isn't shown, then select the current article first instead of
2770         bugging out.
2771         (gnus-summary-select-article-buffer): Show both the article and summary
2772         buffers again.
2773
2774         * shr.el (shr-fontize-cont): Protect against regions with no text.
2775         Rename tag functions to shr-tag-* for enhanced security.
2776         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2777
2778 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2779
2780         * shr.el (shr-insert):
2781         * pop3.el (pop3-movemail):
2782         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2783         loaded.
2784
2785 2010-10-03  Glenn Morris  <rgm@gnu.org>
2786
2787         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2788
2789         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2790
2791         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2792
2793         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2794
2795         * gnus-util.el (gnus-make-local-hook): Simplify.
2796
2797 2010-10-02  Julien Danjou  <julien@danjou.info>
2798
2799         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2800         (gnus-ido-completing-read): New function.
2801         (gnus-emacs-completing-read): New function.
2802         (gnus-completing-read): Use gnus-completing-read-function.
2803         Add gnus-completing-read-function.
2804
2805 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * shr.el (shr-insert-document): Autoload.
2808         (shr-img): Be silent.
2809         (shr-insert): Add a newline after every picture before text.
2810         (shr-add-font): Use overlays for combining faces.
2811         (shr-insert): Pass upwards the text start point.
2812
2813         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2814         possible.
2815         (mm-shr): New function.
2816
2817 2010-10-02  Julien Danjou  <julien@danjou.info>
2818
2819         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2820         should go backward.
2821
2822 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2823
2824         * shr.el (shr): Fix typo in provide call.
2825
2826 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * shr.el: New file.
2829
2830         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2831
2832         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2833         completing read.
2834
2835 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2838         we're being queried about.  Suggested by Dan Jacobson.
2839
2840         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2841         Suggested by Jason Eisner.
2842
2843         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2844         table, too.  Suggested by Stefan Wiens.
2845         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2846         the table unnecessary.  Suggested by Stefan Wiens.
2847
2848         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2849         longer needed, and probably doesn't work either, as pointed out by
2850         Stefan Wiens.
2851         (gnus-summary-exit): Remove call to the clearing function.
2852         (gnus-summary-exit-no-update): Ditto.
2853
2854         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2855         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2856         Reported by Stefan Monnier.
2857         (gnus-summary-save-in-rmail): Ditto.
2858
2859         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2860         article buffer, instead of both the article buffer and the summary
2861         buffer.  Sort of suggested by Dan Jacobson.
2862
2863         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2864
2865         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2866         Suggested by Dan Jacobson.
2867
2868         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2869         documentation clearer.
2870
2871         * message.el (message-shorten-references): Comment on the number "21".
2872         Suggested by Stefan Monnier.
2873
2874         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2875         Suggested by Dan Jacobson.
2876
2877         * gnus.el (gnus-large-newsgroup):
2878         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2879
2880         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2881         externalize attachments.  Bug reported by Steve Wen.
2882
2883         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2884         really message anything to the user.
2885
2886         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2887         directly.
2888
2889         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2890         messages in empty groups.
2891
2892 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2893
2894         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2895         non-UIDNEXT group.
2896
2897 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2900         not the value from the collection.
2901
2902         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2903         values.  This sometimes happens on some groups that have no info.
2904         (nnimap-request-newgroups): New function.
2905
2906 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2909         check into `gnus-registry-initialize'.
2910         (gnus-registry-initialize): Ditto.
2911         Fix and extend header docs.
2912
2913 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2916         regexp backtrace overflows.
2917
2918         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2919         for starttls that tls.el implements; i.e. openssl.
2920
2921         * tls.el (tls-starttls-switches): Give up on using starttls with
2922         gnutls-cli.
2923         (tls-program): Add --insecure to be consistent with the defaults from
2924         openssl s_client.  Now all three commands are insecure.
2925
2926 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * lpath.el: Bind completion-styles-alist for XEmacs.
2929
2930         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2931         (gravatar-create-image): New function that's an alias to
2932         gnus-xmas-create-image, gnus-create-image, or create-image.
2933         (gravatar-data->image): Use it.
2934
2935 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2938         install the nnregistry refer method.
2939         (gnus-registry-install-hooks): Use it.
2940         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2941         unfollowed groups.
2942
2943 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2944
2945         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2946         expanding threads.
2947
2948 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnir.el: Use the server names without suffixes (bug #7009).
2951
2952         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2953         unencrypted to STARTTLS, if possible.
2954
2955 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2956
2957         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2958         headers before superseding.
2959
2960 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * nnrss.el (nnrss-use-local): Add documentation.
2963
2964         * nnimap.el (nnimap-extend-tls-programs): New function.
2965         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2966         (nnimap-wait-for-connection): Accept the greeting from the stupid
2967         output from openssl s_client -starttls, too.
2968
2969         * tls.el (tls-starttls-switches): New variable.
2970         (tls-find-starttls-argument): Use it.
2971         (open-tls-stream): Ditto.
2972
2973         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2974         (netrc-machine): Ditto.
2975
2976         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2977         article number.
2978         (nnimap-split-fancy): New variable.
2979         (nnimap-split-incoming-mail): Use it.
2980
2981         * nntp.el (nntp-server-list-active-group): Document.
2982
2983         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2984         SELECT to get the message-id.
2985
2986         * mail-source.el (mail-sources): Remove webmail support.
2987         (defvar): Ditto.
2988         (mail-source-fetcher-alist): Ditto.
2989         (mail-source-fetch-webmail): Remove.
2990
2991         * webmail.el: Remove -- doesn't seem relevant any more.
2992
2993         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2994
2995         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2996         the \r.
2997
2998 2010-09-30  Julien Danjou  <julien@danjou.info>
2999
3000         * gnus-agent.el (gnus-agent-add-group): Fix call to
3001         gnus-completing-read.
3002
3003 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * nndoc.el (nndoc-retrieve-groups): New function.
3006
3007         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3008         `default', use nnmail-split-methods.
3009         (nnimap-request-article): Downcase the NILs so that they are nil.
3010
3011         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3012         symbol.
3013
3014         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3015         code, since if the user has requested network, that's what they ought
3016         to get.
3017         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3018         (nnimap-split-rule): Mark as obsolete.
3019
3020         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3021         New variable.
3022
3023         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3024         correct slot, too.
3025
3026 2010-09-29  Julien Danjou  <julien@danjou.info>
3027
3028         * gnus.el (gnus-local-domain): Declare variable obsolete.
3029
3030         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3031         Fix history computing.
3032         (gnus-ido-completing-read): Require ido.
3033
3034 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3037         build Gnus.
3038
3039         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3040         when interpreting the structures.
3041         (nnimap-request-accept-article): Add \r\n to the lines to make this
3042         work with Cyrus.
3043
3044         * nndraft.el (nndraft-request-expire-articles): Use the group name
3045         instead if "nndraft".  Fix found by Nils Ackermann.
3046
3047 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3048
3049         * nnregistry.el: Add.
3050
3051 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3052
3053         * nnmail.el (group, group-art-list, group-art):
3054         Remove unneeded directives.
3055
3056 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3059         (mm-mime-charset)
3060         * rfc2047.el (rfc2047-syntax-table)
3061         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3062
3063         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3064         rather than `insert-file-contents' and `eval-region'.
3065
3066         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3067         construction.
3068
3069         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3070
3071         * time-date.el: No need to require cl for Emacs 21.
3072
3073 2010-09-29  Julien Danjou  <julien@danjou.info>
3074
3075         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3076         replacement of `gnus-gravatar-relief' to mimic
3077         `gnus-faces-properties-alist'.
3078         Add :version property.
3079
3080 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * mail-source.el (mail-source-report-new-mail)
3083         * message.el (message-default-mail-headers)
3084         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3085
3086         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3087
3088 2010-09-28  Julien Danjou  <julien@danjou.info>
3089
3090         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3091         mail-address contains the same string as real-name.
3092
3093         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3094         non-blank in header, otherwise it'll get stripped.
3095
3096         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3097         real-name, and then for mail address rather than doing : or , search.
3098
3099 2010-09-27  Julien Danjou  <julien@danjou.info>
3100
3101         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3102         right completing-read function.
3103         (gnus-use-ido): New variable
3104         (gnus-completing-read-with-default): Remove.
3105         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3106         (gnus-agent-add-group):
3107         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3108         * mm-view.el (mm-view-pkcs7-decrypt):
3109         * mm-util.el (mm-codepage-setup):
3110         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3111         * mml-smime.el (mml-smime-openssl-sign-query):
3112         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3113         (mml-insert-multipart):
3114         * gnus-msg.el (gnus-summary-yank-message):
3115         * gnus-int.el (gnus-start-news-server):
3116         * mm-decode.el (mm-interactively-view-part):
3117         * gnus-dired.el (gnus-dired-attach):
3118         * gnus.el (gnus-read-method):
3119         * gnus-bookmark.el (gnus-bookmark-jump):
3120         * gnus-art.el (gnus-mime-view-part-as-type)
3121         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3122         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3123         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3124         * nnmairix.el (nnmairix-create-server-and-default-group)
3125         (nnmairix-update-groups, nnmairix-get-server)
3126         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3127         (nnmairix-get-group-from-file-path):
3128         * nnrss.el (nnrss-find-rss-via-syndic8):
3129         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3130         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3131         (gnus-group-browse-foreign-server):
3132         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3133         (gnus-summary-execute-command, gnus-summary-respool-article)
3134         (gnus-read-move-group-name):
3135         * gnus-score.el (gnus-summary-increase-score)
3136         (gnus-summary-score-effect):
3137         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3138
3139 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3142         x-focus-frame.
3143
3144         * nnimap.el (auth-source-forget-user-or-password)
3145         (auth-source-user-or-password): Autoload.
3146
3147         * message.el (message-from-style, message-interactive)
3148         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3149         (message-yank-prefix, message-indentation-spaces, message-signature)
3150         (message-signature-file): Add comment.
3151
3152 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3155         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3156         new articles.
3157
3158         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3159         parts.
3160         (nnimap-request-article): Work with the t setting, too.
3161
3162         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3163         that you don't get flashes of other buffers.
3164         (gnus-summary-show-complete-article): Intern before setting.
3165
3166 2010-09-27  David Engster  <dengste@eml.cc>
3167
3168         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3169         well as HEADERS.
3170         (nnmairix-retrieve-headers): Provide new argument for the above.
3171
3172 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-sum.el (gnus-summary-move-article): Don't alter
3175         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3176         group.
3177
3178         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3179
3180         * message.el (message-cite-prefix-regexp): Revert my last edit.
3181
3182         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3183         variable instead of the Gnus variable.
3184
3185         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3186
3187         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3188
3189         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3190         since some servers don't like it.
3191         (nnimap-open-connection): Forget credentials if the server says the
3192         password was wrong.
3193         (nnimap-parse-line): Protect against invalid data.
3194
3195         * gnus-sum.el (gnus-summary-move-article): Add comment.
3196         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3197         nothing alters it while scanning for new messages.
3198
3199         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3200         which may or may not help.
3201         (nnimap-open-connection): If we're doing a stream connection, and then
3202         discover we're on a STARTTLS-capable server, then open a STARTTLS
3203         connection instead.
3204
3205 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * nnimap.el (utf7): Require.
3208
3209         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3210         prefix.
3211
3212 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3213
3214         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3215
3216 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * nnimap.el (nnimap-request-accept-article): Message the error on
3219         error.
3220
3221 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3224
3225 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * nndoc.el (nndoc-request-list): Return success always.
3228
3229         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3230         `fetch-old' -- we only want to fetch the articles we've requested.
3231         The rest are in the agent, probably.
3232         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3233         disappeared server" to something low.  It's not important.
3234
3235         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3236         arrived before the FETCH data.
3237
3238         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3239         target here, because we don't know the Gnus name of the group.
3240
3241         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3242         for the correct group.
3243
3244         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3245
3246         * gnus.el (gnus): Give a final warning after startup.
3247
3248         * gnus-util.el (gnus-action-message-log): New variable.
3249         (gnus-message): Use it.
3250         (gnus-final-warning): New function.
3251
3252         * nnimap.el (nnimap-open-connection): Record the greeting.
3253         (nnimap): Add greeting.
3254
3255 2010-09-26  Julien Danjou  <julien@danjou.info>
3256
3257         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3258         arguments.
3259         (gnus-html-wash-images): Fix spec computing to include start/end.
3260
3261         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3262
3263 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3266         deletion.
3267         (nnimap-retrieve-headers): Don't select the group, because that's
3268         already done by nnimap-possibly-change-group.
3269
3270         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3271         (gnus-picon-transform-address): Use it.
3272
3273         * mail-source.el (mail-source-value): Revert previous patch.
3274
3275         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3276         on failure.
3277         (nnimap-open-connection): Look up both virtual and physical server name
3278         credentials.
3279
3280         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3281
3282 2009-02-07  Dave Love  <fx@gnu.org>
3283
3284         * tls.el (open-tls-stream): Don't query killing process.
3285
3286 2009-02-08  Dave Love  <fx@gnu.org>
3287
3288         * gnus-win.el (gnus-window-to-buffer-helper)
3289         (gnus-all-windows-visible-p): Function needn't be a symbol.
3290
3291         * mail-source.el (mail-source-value): Function needn't be a symbol.
3292
3293 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * message.el (message-cite-prefix-regexp): Remove } from the cite
3296         prefix.
3297
3298         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3299         highlight again, so that the highlight is correct.
3300
3301         * gnus-picon.el (gnus-picon): Remove again.
3302         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3303
3304         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3305         doing the header highlightling, so that the background colour of the
3306         picon is correct.
3307
3308         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3309         (gnus-picon): Ditto.
3310         (gnus-picon): Reinstate.  The background colour for picons is white.
3311         (gnus-picon-insert-glyph): Make the background white.
3312
3313         * nnml.el (nnml-open-nov): Don't return dead buffers.
3314
3315         * auth-source.el (auth-source-create): Query the user for whether to
3316         store the credentials.
3317
3318         * netrc.el (netrc-store-data): New function.
3319
3320         * auth-source.el (auth-source-user-or-password): Use the existing auth
3321         sources, if any, for creation.
3322
3323         * gnus.el (gnus-group-fast-parameter): Return the last matching
3324         parameter instead of the first matching parameter.
3325
3326 2010-09-26  Julien Danjou  <julien@danjou.info>
3327
3328         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3329
3330 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * mml2015.el (mml2015-use): Remove gpg support.
3333
3334         * mml1991.el (mml1991-function-alist): Remove gpg function.
3335         (mml1991-gpg-sign): Remove.
3336
3337 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3338
3339         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3340         (gnus-browse-unsubscribe-current-group): Document it.
3341         (gnus-browse-unsubscribe-group): Use it.
3342
3343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3346         address to the To list for easier response.
3347
3348         * gnus.el (gnus-play-startup-jingle): Remove.
3349         (gnus-splash): Don't play jingle.
3350         (gnus): Silence gnus-load message.
3351
3352         * gnus-art.el (gnus-treat-play-sounds): Remove.
3353
3354         * gnus.el (gnus-play-jingle): Remove audio support.
3355
3356         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3357
3358         * earcon.el: Remove -- no users.
3359
3360         * gnus-audio.el: Remove -- no users of this package.
3361
3362         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3363
3364         * gnus-start.el (gnus-setup-news): Remove nocem support.
3365
3366         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3367
3368         * gnus.el (gnus-use-nocem): Remove.
3369
3370         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3371         Remove.
3372
3373         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3374         uses NoCeM any more.
3375
3376         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3377         (gnus-button-ctan-handler): Ditto.
3378         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3379         (gnus-button-ctan-directory-regexp): Ditto.
3380         (gnus-button-handle-ctan): Ditto.
3381         (gnus-button-tex-level): Ditto.
3382         (gnus-button-alist): Remove CTAN stuff.
3383
3384 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3387         nnimap-streaming test.
3388
3389         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3390         servers twice.
3391
3392         * nnimap.el (nnimap-open-connection): Add more error reporting when
3393         nnimap fails early.
3394
3395         * nnheader.el (nnheader-get-report-string): New function.
3396         (nnheader-get-report): Use it.
3397
3398         * gnus-int.el (gnus-check-server): Say what the error was when opening
3399         failed.
3400
3401         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3402         using streaming.
3403
3404 2010-09-25  Julien Danjou  <julien@danjou.info>
3405
3406         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3407         gnus-window-inside-pixel-edges.
3408
3409 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3412
3413         * mm-decode.el (mm-save-part): Allow saving to other directories the
3414         normal Emacs way.
3415
3416         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3417         Suggested by Jay Berkenbilt.
3418
3419         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3420         there isn't a single byte.
3421
3422         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3423         just do it.  It doesn't really seem to matter what the user responds
3424         here, I think, so it's just a confusing question.
3425
3426         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3427         non-streaming case.
3428
3429         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3430         (gnus-article-encrypt-body): Use it.
3431
3432         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3433         keystroke.
3434
3435         * nnimap.el (nnimap-find-wanted-parts-1):
3436         Use gnus-fetch-partial-articles.
3437
3438         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3439
3440         * nnimap.el (nnimap-insert-partial-structure): New function.
3441         (nnimap-get-partial-article): New function.
3442         (nnimap-request-article): Use it.
3443         (nnimap-wait-for-response): Return whether the wait was successful.
3444         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3445         retrieval wasn't successful.
3446         (nnimap-retrieve-group-data-early): Allow throttling servers.
3447         (nnimap-streaming): New variable.
3448         (nnimap-fetch-partial-articles): Remove.
3449
3450         * mm-decode.el (mm-with-part): Protect against killed buffers.
3451
3452         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3453         for prettier summary display.
3454
3455 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3456
3457         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3458
3459 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3462         apparently third-party libraries depend on it.
3463
3464         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3465         before starting negotiation.
3466
3467         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3468         privacy reasons.
3469         (gnus-treat-mail-gravatar): Ditto.
3470
3471         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3472         buffer when inserting images.  Inserting text into the headers, for
3473         instance, can make them invalid.
3474
3475 2010-09-25  Julien Danjou  <julien@danjou.info>
3476
3477         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3478         variables.
3479
3480         * nnheader.el: Remove useless variables news-reply-yank-from and
3481         news-reply-yank-message-id.
3482
3483         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3484         variables.
3485
3486         * mml1991.el: Remove useless mml1991-verbose.
3487
3488         * gnus.el: Remove useless variable gnus-use-generic-from.
3489         Remove obsolete variable gnus-topic-indentation.
3490
3491         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3492
3493         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3494
3495         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3496
3497         * gnus-group.el: Remove useless gnus-group-icon-cache.
3498         Remove useless gnus-ephemeral-group-server.
3499
3500         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3501
3502         * mml2015.el: Remove useless mml2015-verbose.
3503
3504         * mml-smime.el: Remove useless mml-smime-verbose.
3505
3506         * gnus.el: Remove useless gnus-local-domain.
3507
3508         * gnus-gravatar.el (gnus-gravatar-transform-address):
3509         Use gnus-gravatar-size.
3510
3511         * gnus-art.el: Remove useless gnus-treat-translate.
3512
3513 2010-09-24  Julien Danjou  <julien@danjou.info>
3514
3515         * gnus-sum.el: Add support for Gravatars.
3516
3517         * gnus-art.el: Add support for Gravatars.
3518
3519         * gnus-gravatar.el: Add this file.
3520
3521         * gravatar.el: Add this file.
3522
3523 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3526
3527         * gnus-group.el (gnus-group-fetch-faq): Remove.
3528
3529         * gnus.el (gnus-group-faq-directory): Remove.
3530
3531         * gnus-group.el (gnus-group-fetch-charter): Remove.
3532
3533         * gnus.el (gnus-group-charter-alist): Remove.
3534
3535         * gnus-group.el (gnus-group-archive-directory): Remove.
3536         (gnus-group-recent-archive-directory): Ditto.
3537         (gnus-group-make-archive-group): Remove.
3538
3539         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3540
3541         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3542         use the same article number for all the cached articles.
3543
3544         * nnimap.el (nnimap-command): Register the last command time so
3545         that we can use it for idling NOOPs.
3546         (nnimap-open-connection): Start the keeplive timer.
3547         (nnimap-make-process-buffer): Store all the process buffers.
3548         (nnimap-keepalive): New function.
3549
3550         * starttls.el (starttls-open-stream): Add autoload cookie.
3551
3552 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3553
3554         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3555         handling.
3556
3557 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3560         its data structures.
3561
3562         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3563         instead of the cl.el copy-list.
3564         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3565         equalp.
3566
3567 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3570         and tool-bar-local-item-from-menu.
3571
3572         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3573         mode-line-highlight face for Emacs.
3574
3575         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3576         loading gnus-sum.elc; fix comment for canlock-verify.
3577         (gnus-article-jump-to-part): Use read-number.
3578         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3579         Remove Emacs pre-21 compatible code for help-echo.
3580         (gnus-article-next-page-1): No need to adjust the number of lines.
3581         (gnus-article-describe-bindings): Always use help-buffer.
3582
3583         * gnus-audio.el (gnus-audio-inline-sound)
3584         * gnus-cus.el (gnus-custom-mode)
3585         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3586
3587         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3588
3589         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3590         compatible code.
3591
3592 2010-09-24  Glenn Morris  <rgm@gnu.org>
3593
3594         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3595         visiting the fcc file in rmail-mode.
3596
3597         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3598
3599 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * nnir.el: Silence the byte compiler.
3602
3603         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3604         alias to browse-url-url-encode-chars if any.
3605         (gnus-html-encode-url): Use it.
3606
3607 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-start.el (gnus-use-backend-marks): New variable.
3610         (gnus-get-unread-articles-in-group): Use it.
3611
3612         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3613         makeover.
3614
3615 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3616
3617         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3618
3619 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3622         Remove.
3623         (gnus-setup-news-hook):
3624         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3625
3626         * gnus-int.el (gnus-request-update-info): Protect against backends not
3627         having the function.
3628
3629         * nnimap.el (nnimap-stream): Mention starttls.
3630         (nnimap-open-connection): Add starttls support.
3631
3632 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3633
3634         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3635
3636 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3639         BODYSTRUCTUREs.
3640         (nnimap-transform-headers): Unfold quoted {42} headers.
3641
3642         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3643         the info.
3644         (gnus-get-unread-articles): Only call updatep on backends that support
3645         it.
3646
3647         * nnweb.el (nnweb-request-update-info): NOOP.
3648
3649         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3650
3651         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3652         since it only deals with marks.
3653
3654         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3655         gnus-request-marks, and make a new gnus-request-update-info.
3656
3657         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3658         the active instead of the high number, which is usually too low.
3659
3660 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3663         * encrypt.el: Remove.
3664
3665 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3668         server in symbolic form.
3669
3670         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3671
3672 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3675         (nnimap-update-info): Fix up code slightly.
3676
3677         * gnus-int.el (gnus-open-server): Add tracing for performance
3678         debugging.
3679
3680         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3681         (gnus-group-insert-group-line): Pass the real group name so that it
3682         gets the right data.
3683
3684         * gnus-start.el (gnus-get-unread-articles): Don't have
3685         `gnus-get-unread-articles-in-group' update info, since that can be
3686         really slow and doesn't seem to be needed?
3687
3688 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3689
3690         * time-date.el (date-to-time): Try using parse-time-string first before
3691         using the slower timezone-make-date-arpa-standard.
3692
3693 2010-09-22  Julien Danjou  <julien@danjou.info>
3694
3695         * gnus-group.el (gnus-group-insert-group-line):
3696         Call gnus-group-highlight-line.
3697         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3698         default hook list.
3699         (gnus-group-update-eval-form): Add new function.
3700         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3701         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3702
3703 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3706         immediate, then expire all articles.
3707         (nnimap-update-info): Fix off-by-one errors.
3708         (nnimap-flags-to-marks): Would return no marks lists for group with no
3709         flags.  Instead return the other data.
3710
3711 2010-09-22  Julien Danjou  <julien@danjou.info>
3712
3713         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3714         Only return an icon.
3715         (gnus-group-insert-group-line): Compute icon to return.
3716
3717         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3718         (gnus-html-image-fetched): Only cache if
3719         gnus-html-image-automatic-caching is set.
3720         (gnus-html-image-fetched): Check for errors.
3721
3722 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3725         once per method on `g'.  This ensures that backends like nnfolder don't
3726         open all their folders.
3727
3728         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3729         (nnimap-request-list): Nix out group in the correct buffer.
3730         (nnimap-parse-flags): Implement by using `read' instead of
3731         hand-parsing.
3732         (nnimap-flags-to-marks): Pass on permanent-flags.
3733         (nnimap-make-process-buffer): Record the server name.
3734         (nnimap-parse-flags): Fix typo.
3735         (nnimap-request-scan): Run split on the server in general, not just a
3736         single group.
3737
3738         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3739         parameter, and propagate this downwards.
3740
3741         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3742         since EXAMINE changes it on the server.
3743
3744         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3745         this command might take a while.
3746
3747 2010-09-22  Julien Danjou  <julien@danjou.info>
3748
3749         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3750         harmful if you have 2 images side-by-side, they can't be properly
3751         update on text deletion.  Using text-property is safer here.
3752         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3753         data.
3754
3755 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * nnimap.el (nnimap-expunge-inbox): Remove.
3758         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3759         (nnimap-expunge): Flip default to t.
3760
3761         * gnus.el (gnus-method-to-server): Don't push things to the cache
3762         unless it's unique.
3763         (gnus-server-to-method): Ditto.
3764
3765 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3768
3769 2010-09-22  Julien Danjou  <julien@danjou.info>
3770
3771         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3772         get the start of data.
3773         (gnus-html-encode-url): Add this function to encode special chars in
3774         URL.
3775         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3776         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3777
3778         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3779         default.
3780         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3781
3782         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3783         images alt-text.
3784         (gnus-html-put-image): Put alt-text as help-echo.
3785
3786 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3789         * mm-util.el (mm-decompress-buffer)
3790         * nnir.el (nnir-run-find-grep)
3791         * pop3.el (pop3-list): Use 3rd arg of split-string.
3792
3793         * time-date.el (format-seconds): Comment fix.
3794
3795         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3796         and byte-optimize-form-code-walker.
3797         (dgnushack-make-auto-load): Don't advise make-autoload.
3798
3799         * lpath.el: Remove Emacs 21 stuff.
3800
3801 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3804         outside the active range.  Suggested by Dan Christensen.
3805
3806         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3807         slightly later to avoid double-getting it.
3808
3809         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3810         previous patch.
3811
3812         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3813
3814 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3815
3816         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3817
3818 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * gnus-int.el (gnus-open-server): Give a better error message in the
3821         "go offline" case.
3822
3823         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3824         marks for nnimap, which is seldom the right thing to do.
3825
3826         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3827         (gnus-same-method-different-name): New function.
3828
3829         * nnimap.el (parse-time): Require.
3830
3831         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3832         method in the presence of many similar methods.
3833
3834         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3835
3836         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3837         nnml-inhibit-expiry.
3838
3839         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3840         find out whether methods are equal.
3841
3842         * nnimap.el (nnimap-find-expired-articles): New function.
3843         (nnimap-process-expiry-targets): New function.
3844         (nnimap-request-move-article): Request the article before looking at
3845         what the Message-ID is.  Fix found by Andrew Cohen.
3846         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3847
3848         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3849         for oldness in addition to being a predicate.
3850
3851         * nnimap.el (nnimap-request-group): When we have zero articles, return
3852         the right data to Gnus.
3853         (nnimap-request-expire-articles): Only delete articles immediately if
3854         the target is 'delete.
3855
3856         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3857         method, this would bug out.
3858
3859         * gnus-group.el (gnus-group-expunge-group): Rename from
3860         gnus-group-nnimap-expunge, and implemented as a normal interface
3861         function.
3862
3863         * gnus-int.el (gnus-request-expunge-group): New function.
3864
3865         * nnimap.el (nnimap-request-create-group): Implement.
3866         (nnimap-request-expunge-group): New function.
3867
3868 2010-09-21  Julien Danjou  <julien@danjou.info>
3869
3870         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3871         (gnus-html-cache-expired): Add new function.
3872         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3873         wethever we should display image for fetch it.
3874         Compute alt-text earlier to pass it to the fetching function too.
3875         (gnus-html-schedule-image-fetching): Change function argument to only
3876         get one image at a time, not a list.
3877         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3878         cache.
3879         (gnus-html-get-image-data): New function to retrieve image data from
3880         cache.
3881         (gnus-html-put-image): Change buffer argument to use image data rather
3882         than file, and place image above region rather than inserting a new
3883         one.  Do not take alt-text as argument, since it's useless now: we place
3884         the image above alt-text.
3885         (gnus-html-prune-cache): Remove.
3886         (gnus-html-show-images): Start to fetch image when we find one, do not
3887         push into a temporary list.
3888         (gnus-html-prefetch-images): Only fetch image if they have expired.
3889         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3890         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3891
3892 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3895
3896 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3899         spec inser "*" if the group isn't active instead of 0.
3900
3901         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3902         opening the server.
3903         (nnimap-request-delete-group): Implement group deletion.
3904         (nnimap-transform-headers): Return the size of the entire message in
3905         the Bytes header, not just the size of the first part.
3906         (nnimap-request-move-article): When moving an article from nnimap,
3907         request the article first so the accepting form has an article to
3908         accept.  Reported by Dan Christensen.
3909         (nnimap-command): Make sure that the error message doesn't error out.
3910
3911 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3912
3913         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3914         we haven't requested anything.
3915
3916 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3919         "".  Fix found by Andrew Cohen.
3920
3921         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3922         instead of -encode-string.
3923
3924 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3927
3928         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3929         by mm-subst-char-in-string.
3930
3931 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3934         waiting for the connection string.
3935
3936         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3937         arriving.
3938
3939         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3940         bogus characters.  This allows selecting certain Gmail groups.
3941
3942         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3943         (nnimap-fetch-partial-articles): New variable.
3944         (nnimap-open-connection): When looking for credentials, also use the
3945         nnimap-server-port.
3946         (nnimap-request-article): Return the group/article number, so that Gnus
3947         `^' works as expected.
3948         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3949
3950         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3951         comments.
3952         (gnus-methods-sloppily-equal): New function.
3953         (gnus): When using the development version of Gnus, load the gnus-load
3954         file.
3955
3956         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3957         `gnus-open-server' on each method before trying to scan them etc.
3958         This ensures that all the backend parameters are set correctly.
3959
3960         * nnimap.el (nnimap-authenticator): New variable.
3961         (nnimap-open-connection): Allow anonymous login.
3962         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3963         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3964
3965         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3966         patch, found by Knut Anders Hatlen.
3967
3968 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3969
3970         * gnus-agent.el (gnus-agent-batch-confirmation)
3971         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3972         to gnus-message.
3973         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3974         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3975         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3976         * gnus-int.el (gnus-open-server): Likewise.
3977         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3978         (gnus-score-check-syntax): Likewise.
3979         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3980         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3981         Likewise.
3982         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3983
3984 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3987         calling conventions so that prefetch doesn't bug out.
3988
3989 2010-09-19  Julien Danjou  <julien@danjou.info>
3990
3991         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3992         rather than `subst-char-in-region' in order to be able to replace ASCII
3993         char by UTF-8 ones.
3994
3995         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3996         than curl.
3997         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3998         the right URL and ALT text on images.
3999         (gnus-html-wash-tags): Fix tag case.
4000         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4001         (gnus-article-html): Add -o display_ins_del=2 option.
4002         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4003
4004 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4007         the extra mail headers, which sometimes seem to happen for unknown
4008         reasons.
4009
4010         * mail-parse.el (mail-header-encode-parameter): Define as
4011         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4012         (or most, perhaps?) mail readers don't understand the latter, but do
4013         understand the former.
4014
4015         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4016         to nil, so that no methods are automatically agentized.  I think this
4017         is probably what most users want.
4018
4019         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4020         from url-retrieve, for instance about invalid URLs.
4021
4022         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4023         groups that have no articles.
4024         (nnimap-request-article): Check that we really got an article when we
4025         requested one.
4026
4027         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4028         doesn't exist.
4029
4030         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4031         nntp buffer so the agent can save it.
4032         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4033         that CRLF doesn't get translated to \n.
4034         (nnimap-open-connection): Don't make 'shell commands only send \n.
4035
4036 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4039         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4040         Update var name.
4041         (nnml-generate-nov-file): Use dolist.
4042         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4043         Use with-current-buffer.
4044
4045 2010-09-18  Julien Danjou  <julien@danjou.info>
4046
4047         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4048         parallel.
4049
4050 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4053         the range update right.
4054         (nnimap-request-group): Don't make `M-g' bug out on group with no
4055         marks.
4056         (nnoo): Require, so that other packages can require nnimap.
4057         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4058         command we're looking for.  This helps when the server sends more
4059         responses after we've gotten everything we expected.
4060         (nnimap): Add a `newlinep' field to keep track of end-of-line
4061         conventions.
4062         Don't send CRLF to things that don't want it.
4063         (nnimap-request-accept-article): Ditto.
4064
4065 2010-09-18  Julien Danjou  <julien@danjou.info>
4066
4067         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4068         than curl to retrieve images.
4069
4070 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4073         the marks.
4074         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4075         (nnimap-wait-for-connection): New function.
4076         (nnimap-open-connection): If we have PREAUTH, don't query for login
4077         credentials.
4078         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4079         when doing a partial update.
4080
4081 2010-09-18  Julien Danjou  <julien@danjou.info>
4082
4083         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4084         tags.
4085
4086 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * nnimap.el (nnimap-credentials): New function.
4089         (nnimap-open-connection): Use the new function to look for credentials
4090         also on the numeric equivalents of "imap" and "imaps".
4091
4092         * gnus-start.el (gnus-activate-group): Send the info to
4093         gnus-request-group.
4094
4095         * nnimap.el (nnimap-request-group): Have the "check" version of the
4096         function parse flags and update the info, so that a `M-g' get a total
4097         resync of all flags from the group.
4098
4099         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4100         to allow backends to alter the info on group selection.  Also alter all
4101         the backend -request-group functions to take the parameter.
4102
4103         * nnimap.el (nnimap-store-info): New function.
4104         (nnimap-update-info): Store the info for later usage.
4105         (nnimap-request-group): Use the stored info for the dont-check case, so
4106         that we don't retrieve all marks when we enter a group.
4107
4108         * nnimap.el: Use deffoo instead of defun for interface functions.
4109
4110         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4111         update the group info.  This makes the nndraft groups, for instance, go
4112         back to their old behaviour.
4113
4114         * gnus-sum.el (gnus-select-newsgroup): Indent.
4115
4116         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4117         in.
4118         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4119         nothing.
4120
4121         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4122         from methods that are denied.
4123
4124         * gnus-int.el (gnus-method-denied-p): New function.
4125
4126         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4127         store the password instead of netrc.
4128         (nnimap-open-connection): Don't error out when we can't make a
4129         connections.
4130
4131         * auth-source.el (auth-source-create): In the password prompt, say what
4132         we're querying for.  Also prompt for user name if that hasn't been
4133         given.
4134
4135         * nnimap.el (nnimap-with-process-buffer): Remove.
4136
4137 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4140         method when we're reading from the agent.
4141
4142         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4143
4144         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4145         that's probably most useful for users.
4146
4147         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4148         "failed" all the time.
4149
4150         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4151         ...)) with (with-current-buffer ... ).
4152
4153         * nntp.el (nntp-open-server): Return whether the open was successful or
4154         not.
4155
4156         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4157         select an unread unseen article first.
4158
4159         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4160         /etc/services, supply some sensible port defaults.
4161
4162         * dgnushack.el: Define netrc-credentials.
4163
4164 2010-09-17  Julien Danjou  <julien@danjou.info>
4165
4166         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4167
4168 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4169
4170         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4171         doesn't have any parameters.
4172
4173 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4176         only upcased checks.
4177
4178         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4179
4180         * nnimap.el (nnimap-open-shell-stream): New function.
4181         (nnimap-open-connection): Use it.
4182         (nnimap-transform-headers): Get the number of lines in each message.
4183         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4184         number of lines.
4185         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4186         problem.
4187
4188         * utf7.el (utf7-encode): Autoload.
4189
4190         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4191         to allow the mail splitting to not return a default group.  This is
4192         useful for nnimap, which will leave unmatched mail in the inbox.
4193
4194         * nnimap.el: Rewritten.
4195
4196         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4197         nnimap usage.
4198
4199         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4200         if the move is internal, so that nnimap can do fast internal moves.
4201
4202         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4203         data.
4204         (gnus-read-active-for-groups): Support finishing the early retrieval of
4205         data.
4206
4207         * gnus-range.el (gnus-range-nconcat): New function.
4208
4209         * gnus-int.el (gnus-finish-retrieve-group-infos)
4210         (gnus-retrieve-group-data-early): New functions.
4211
4212 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4213
4214         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4215         (nnrss-retrieve-groups):
4216         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4217         (pop3-quit): Use with-current-buffer.
4218
4219 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4222         instead of nnheader-accept-process-output.
4223
4224         * dgnushack.el (dgnushack-compile): Add comment.
4225
4226         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4227
4228         * gnus-html.el (gnus-html-schedule-image-fetching)
4229         (gnus-html-prefetch-images): Replace process-kill-without-query by
4230         gnus-set-process-query-on-exit-flag.
4231
4232 2010-09-16  Romain Francoise  <romain@orebokech.com>
4233
4234         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4235
4236 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4239         parameter to unintern is mandatory-ish in Emacs 24.
4240
4241         * gnus-html.el (gnus-html-schedule-image-fetching)
4242         (gnus-html-prefetch-images): Check for curl before using it.
4243
4244         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4245         depend on curl, which isn't essential.
4246
4247         * imap.el: Revert back to version
4248         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4249         seem problematic.
4250
4251 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4252
4253         * gnus-registry.el (gnus-registry-install-shortcuts):
4254         Explicitly pass `obarray' to `unintern' to avoid a warning.
4255
4256 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4259         change.
4260
4261         * nnrss.el (nnrss-request-list): Remove this function and related
4262         functions, including the moreover stuff.
4263
4264 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * nnrss.el (nnrss-retrieve-groups): New function.
4267
4268 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4269
4270         * .dir-locals.el: Add no-byte-compile cookie.
4271
4272 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * time-date.el (format-seconds): Comment fix.
4275
4276         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4277         for back end that doesn't support request-scan.
4278
4279 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4282         then do request scans from the backends.
4283
4284         * netrc.el (netrc-credentials): New conveniency function.
4285
4286         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4287         avoid running a hook per line, since this takes a lot of time,
4288         profiling shows.
4289         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4290         directly if gnus-visual-p is true.
4291
4292 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4295         groups; replace mapcar with dolist which is a bit faster; pass groups
4296         info to gnus-read-active-file-1.
4297         (gnus-read-active-file-1): Scan only specified groups if the new
4298         optional arg `infos' is given.
4299
4300 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4303
4304         * pop3.el (pop3-movemail): Remove.
4305         (pop3-streaming-movemail): Rename to pop3-movemail.
4306
4307         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4308         don't restrict end-tag searches to the end of the line.
4309
4310 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4313         articles of every unchecked group to t, which means unknown since the
4314         server has never been opened.
4315
4316 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-html.el (gnus-html-show-alt-text): New command.
4319         (gnus-html-browse-image): Ditto.
4320         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4321         to browse the image directly.
4322         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4323         better.
4324
4325         * gnus-async.el (gnus-async-article-callback):
4326         Call `gnus-html-prefetch-images' unconditionally.
4327
4328         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4329         before feeding URLs to curl.
4330
4331 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4334         internal images as deletable by `W D D'.
4335
4336         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4337         (gnus-async-article-callback): Fix typo.
4338
4339 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4342         current line to work around bugs in the output from w3m.
4343
4344         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4345         for groups that want that.
4346
4347         * nntp.el (nntp-wait-for-string): Supply a timeout for
4348         accept-process-output to ensure progress.
4349
4350         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4351         level to get unread articles from, then use that for foreign groups,
4352         too.
4353
4354         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4355         confuses the rest of the function.
4356
4357         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4358         for the methods that support -retrieve-groups, too.
4359
4360         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4361
4362 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4365         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4366
4367         * pop3.el: Require cl when compiling.
4368         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4369
4370 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4373         that aren't going to be activated.
4374         (gnus-get-unread-articles): Fix up the last commit.
4375
4376         * gnus-html.el (gnus-article-html): Allow calling without specifying
4377         the handle.  In that case, dissect the buffer first.
4378
4379         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4380
4381         * nnimap.el (nnimap-open-connection): Revert the change that would look
4382         into authinfo for imaps instead of imap.
4383
4384         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4385         say that you don't want to call gnus-request-group with don-check, but
4386         do check the reponse.  This is for virtual groups only.
4387         (gnus-get-unread-articles): Count the archive groups as secondary, so
4388         that they're activated the same way as before.
4389
4390         * imap.el (imap-message-map): Removed optional buffer parameter, since
4391         no callers use it.
4392         (imap-message-get): Ditto.
4393         (imap-message-put): Ditto.
4394         (imap-mailbox-map): Ditto.
4395         (imap-mailbox-put): Ditto.
4396         (imap-mailbox-get): Ditto.
4397         (imap-mailbox-get): Revert last change for this function.
4398
4399         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4400         case-insensitively.
4401         (nnimap-debug): Remove.
4402
4403         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4404         to use `imap-fetch' instead.  According to the comments, this should be
4405         safe, since all other IMAP clients use the 1:* syntax.
4406         (imap-enable-exchange-bug-workaround): Removed.
4407         (imap-debug): Removed -- doesn't seem very useful.
4408
4409         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4410         mail from a file, and the file doesn't exist.
4411
4412         * imap.el (imap-log): New convenience function used throughout instead
4413         of repeating the same code all over the place.
4414
4415         * pop3.el (pop3-streaming-movemail): Return t for success.
4416
4417         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4418         .authinfo if we're using ssl connection.
4419
4420         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4421         already have if we're in a main Gnus `g' run.
4422
4423         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4424
4425 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4428
4429         * nnmh.el (nnmh-request-list-1): Bind `file'.
4430
4431         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4432         alias to set-process-query-on-exit-flag or process-kill-without-query.
4433         (pop3-open-server): Use it.
4434
4435 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4438         box to the Incoming file.  Fixes mistake in previous checkin.
4439
4440         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4441         request loop (for debugging purposes) removed.
4442
4443         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4444         culprit is more visible.
4445         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4446         (nnml-add-incremental-nov): New functions to do "incremental" nov
4447         updates, where we just append to the end of the existing nov files
4448         without reading/writing them in full.
4449
4450         * mail-source.el (mail-source-delete-crash-box): Really only check the
4451         incoming files once in a while.
4452
4453         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4454
4455         * mail-source.el (mail-source-delete-crash-box): Only check the
4456         incoming files for deletion once per day to save a lot of file
4457         accesses.
4458
4459         * pop3.el (pop3-logon): Fix up unbound variable typo.
4460
4461         * mail-source.el (pop3-streaming-movemail): Autoload.
4462
4463         * pop3.el (pop3-streaming-movemail):
4464         Respect pop3-leave-mail-on-server.
4465
4466         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4467         retrieval.
4468
4469         * pop3.el (pop3-process-filter): Remove unused function.
4470         (pop3-streaming-movemail, pop3-send-streaming-command)
4471         (pop3-wait-for-messages, pop3-write-to-file)
4472         (pop3-number-of-responses): New functions for streaming pop3
4473         retrieval.
4474
4475         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4476         come from no known methods.
4477         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4478         list.
4479
4480         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4481         message sizes.
4482         (pop3-movemail): Use erase-buffer instead of looping and deleting
4483         regions, which seems rather odd.
4484
4485         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4486         file once per `g' run.
4487
4488         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4489         directories.  This makes the draft queue directory work.
4490
4491         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4492         data from the backends, so that we only request the list of groups from
4493         each method once.  This should speed things up considerably.
4494
4495         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4496         detect that it's not implemented.
4497
4498         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4499         we actually do recurse down into the tree, but don't stat all leaf
4500         nodes.
4501
4502         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4503         then say so instead of bugging out.
4504
4505         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4506         files exist before trying to read them.
4507
4508         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4509         around <pre_int>.
4510
4511         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4512
4513         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4514
4515 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * mm-util.el (mm-image-load-path): Just return the image directories,
4518         not all directories in the path in addition to the image directories.
4519         (mm-image-load-path): Maintain a cache of the image directories so that
4520         the `g' command in Gnus doesn't have to stat dozens of directories each
4521         time.
4522
4523         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4524         (gnus-html-wash-tags): Add a new `i' command to insert images.
4525         (gnus-html-insert-image): New command and keystroke.
4526         (gnus-html-redisplay-with-images): New command and keystroke.
4527         (gnus-html-show-images): Rename command.
4528         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4529         spacers.
4530         (gnus-html-wash-tags): Decode entities at the end, so that entities
4531         inside the tags don't mess up the rest of the "parsing".
4532
4533         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4534         so that nnimap methods aren't agentized by default.  There's apparently
4535         many problems related to agent/imap behaviour.
4536
4537         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4538
4539         * gnus-html.el: Doc fix.
4540
4541 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4544         specifier-spec-list for Emacs 21.
4545
4546         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4547         glyph-width and glyph-height instead of display-graphic-p and
4548         image-size; make avoidance of displaying small images work for XEmacs.
4549
4550         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4551         for XEmacs.
4552
4553         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4554         of symbol that holds plist data.
4555         (gnus-process-plist): Remove plist of process after getting it.
4556
4557 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * message.el (message-generate-hashcash): Change default to
4560         'opportunistic if hashcash is installed.
4561
4562         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4563         (gnus-html-put-image): Only call image-size once, since it's somewhat
4564         time-consuming on remote X servers.
4565
4566 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4569         type on data, not a file name.
4570
4571         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4572         window-pixel-edges for Emacs 21.
4573
4574         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4575         decoded contents.
4576         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4577
4578 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4581         group line format, since it isn't very interesting.
4582
4583         * gnus-agent.el (gnus-agent-short-article),
4584         (gnus-agent-long-article): Increase values for these two variables,
4585         since most people are likely to have more network connection and
4586         storage than before.
4587
4588         * gnus.el (gnus-refer-article-method): Change default to 'current.
4589         When referring an article, the common behaviour is to refer it from the
4590         current select method, not the native select method.  The chances of
4591         the native select method having the message in question is rather slim
4592         these days.
4593
4594         * gnus-sum.el (gnus-auto-select-subject): Change default to
4595         `unseen-or-unread'.  I think it's likely that most people want to
4596         select an unseen article over a previously seen, but unread one.
4597
4598         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4599         means that in the article buffer none of the minor mode elements will
4600         be shown, usually, and this is not desirable in most cases.
4601
4602         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4603         that commands like `d' (and the like) go to the next line in the
4604         buffer, instead of the next unread article.  I think this is the
4605         behaviour that is most natural for most users.
4606         (gnus-single-article-buffer): Change default to nil, so that people can
4607         have as many article buffers open as they have summary buffer.  I think
4608         this is the most natural way for the groups to behave.
4609
4610         * message.el (message-generate-new-buffers): Change default to
4611         `unsent', so that all new message buffers start their names with the
4612         string "*unsent", and it's easier to find the buffers if you move from
4613         them.
4614
4615 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4618         small.  They're probably tracking images.
4619         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4620         (gnus-html-rescale-image): Yet another try at getting the image sizing
4621         right.
4622
4623         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4624         nntp-marks-file-name is nil.
4625
4626 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * gnus-html.el (gnus-html-wash-tags)
4629         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4630         Better logging.
4631
4632 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4635
4636         * gnus-html.el (gnus-html-wash-tags): Check the value of
4637         gnus-blocked-images in the summary buffer.
4638
4639 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4642
4643 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4646         like "a", it seems like.
4647         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4648         since it needs to be picked from the correct buffer.
4649
4650         * nnwfm.el: Remove.
4651
4652         * nnlistserv.el: Remove.
4653
4654 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4655
4656         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4657         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4658
4659 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * nnkiboze.el: Remove.
4662
4663         * nndb.el: Remove.
4664
4665         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4666         alt text.
4667         (gnus-html-rescale-image): Try to get the rescaling logic right for
4668         images that are just wide and not tall.
4669
4670         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4671         overshadow variable bindings.
4672
4673 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * gnus-html.el (gnus-html-wash-tags)
4676         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4677         Add extra logging.
4678
4679 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4682         (gnus-max-image-proportion): New variable.
4683         (gnus-html-rescale-image): New function.
4684         (gnus-html-put-image): Rescale images.
4685
4686 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4687
4688         Fix up some byte-compiler warnings.
4689         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4690         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4691         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4692         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4693         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4694         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4695         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4696
4697 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-html.el (gnus-article-html): Decode contents by charset.
4700
4701 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4704         (gnus-html-frame-width, gnus-blocked-images)
4705         * message.el (message-prune-recipient-rules): Add custom version.
4706         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4707
4708         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4709         functions.
4710
4711         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4712         gnus-process-get.
4713
4714 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4715
4716         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4717         instead of lsub directly.
4718
4719 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * nnwarchive.el: Remove.
4722
4723         * gnus-soup.el: Remove.
4724
4725         * nnsoup.el: Remove.
4726
4727         * nnultimate.el: Remove.
4728
4729         * gnus-html.el (gnus-blocked-images): New variable.
4730
4731         * message.el (message-prune-recipients): New function.
4732         (message-prune-recipient-rules): New variable.
4733
4734         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4735         guess whether a long line is natural text or not.
4736
4737         * gnus-html.el (gnus-html-schedule-image-fetching):
4738         Use gnus-process-plist and friends for compatibility.
4739
4740 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4741
4742         * gnus-html.el: Require packages that define macros used in this file.
4743         (gnus-article-mouse-face): Declare to silence byte-compiler.
4744         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4745         process-get.
4746         (gnus-html-put-image): Use plist-get to avoid getf.
4747         (gnus-html-prefetch-images): Use with-current-buffer.
4748
4749 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-ems.el: Provide compatibility functions for
4752         gnus-set-process-plist.
4753
4754         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4755         header-line-format for XEmacs 21.4.
4756
4757         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4758         * gnus.el (gnus-valid-select-methods)
4759         * message.el (message-send-mail-partially-limit)
4760         * mm-decode.el (mm-text-html-renderer)
4761         * mml.el (mml-insert-mime-headers-always)
4762         * smiley.el (smiley-regexp-alist): Bump custom version.
4763
4764 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-html.el: require mm-url.
4767         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4768         with the url to `url'.
4769         (gnus-html-wash-tags): Support cid: URLs/images.
4770
4771 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4774         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4775         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4776
4777         * gnus-move.el: Remove file, since it doesn't really work.
4778
4779         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4780         UTF-8.  This seems to fix problems with some German web feeds.
4781
4782         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4783         at the top so that the proper colours are applied.
4784
4785         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4786         don't have dots in their names.
4787
4788         * gnus-art.el (gnus-article-view-part): Doc fix.
4789
4790         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4791         XEmacs-compatible.
4792         (gnus-html-put-image): Don't do images on non-graphic displays.
4793
4794         * nnslashdot.el: Remove this unused backend.
4795
4796         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4797         actions.
4798         (gnus-undo-register-1): Revert last change.
4799
4800         * gnus-group.el (gnus-group-completing-read): Protect against not
4801         having completion-styles bound.
4802
4803         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4804         make broken recipients happier.
4805
4806         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4807
4808         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4809         point parameter.
4810
4811         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4812
4813         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4814         completion-styles for group selection.
4815
4816 2009-02-04  Andreas Schwab  <schwab@suse.de>
4817
4818         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4819         headers and regexp-quote the match if necessary.
4820
4821 2009-03-24  Miles Bader  <miles@gnu.org>
4822
4823         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4824         the blinking smiley.
4825
4826 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4827
4828         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4829         blink smiley.
4830
4831 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4834         where the dribbel file lives exists.
4835
4836         * message.el (message-send-mail-partially-limit): Change the default to
4837         nil, since most people don't want this.
4838
4839         * mm-url.el (mm-url-decode-entities): Also decode entities like
4840         &#x3212.
4841
4842 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4843
4844         * gnus-sum.el (gnus-summary-idna-message):
4845         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4846         Hyperlink urls in docstrings with URL `...'.
4847
4848 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4849
4850         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4851         functions.
4852
4853 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4856         say what the mouseover text should be.
4857
4858         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4859         version of the mm-w3m-safe-url-regexp variable to only download images
4860         in the groups where we want that to happen.
4861
4862         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4863
4864         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4865         easier debugging.
4866         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4867         big pictures in the article buffer.
4868
4869         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4870         gnus-article-html.
4871         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4872         w3m.
4873
4874         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4875
4876 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4879         which doesn't exist.
4880
4881         * message.el (message-inhibit-ecomplete): New variable to allow some
4882         function to inhibit ecomplete address storage.
4883         (message-resend): Disable ecomplete message storage when resending
4884         messages.
4885
4886         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4887
4888 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4891         Save excursion while copying, moving, and deleting articles in order to
4892         prevent the cursor from jumping to unforeseen place.
4893
4894 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * lpath.el: No need to bind bookmark-current-buffer,
4897         bookmark-yank-point and bookmark-make-record-function.
4898
4899 2010-08-17  Glenn Morris  <rgm@gnu.org>
4900
4901         * gnus-sync.el: Require gnus components whose functions are used.
4902
4903         * gnus-art.el (bookmark-make-record-function):
4904         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4905         Declare for compiler.
4906
4907         * mm-url.el (mml-compute-boundary): Autoload.
4908
4909 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4912
4913 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4914
4915         Typo fix "hoo4a" -> "hook".
4916
4917         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4918
4919 2010-08-14  Glenn Morris  <rgm@gnu.org>
4920
4921         * gnus-sync.el (gnus-sync): Fix defgroup version.
4922
4923 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4924
4925         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4926
4927         * gnus-sync.el: Fix docs.
4928         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4929         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4930
4931 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         Optimizations for gnus-sync.el.
4934
4935         * gnus-sync.el: Add docs about gnus-sync-backend
4936         possibilities.
4937         (gnus-sync-save): Remove unnecessary message.
4938         (gnus-sync-read): Optimize and show what groups were skipped.
4939
4940 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         Minor bug fixes for gnus-sync.el.
4943
4944         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4945         Don't read the sync on get-new-news.
4946
4947         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4948         quiet.
4949
4950         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4951         (fix typo).
4952
4953 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4954
4955         Make saving and restoring of hidden threads work with overlays.
4956         Patch applied by Ted Zlatanov.
4957
4958         * gnus-sum.el (gnus-hidden-threads-configuration)
4959         (gnus-restore-hidden-threads-configuration): Update to deal with text
4960         properties, rather than searching for a magic character.
4961
4962 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         New gnus-sync.el library for synchronization of marks.
4965
4966         * gnus-sync.el: New library for synchronization of marks.
4967
4968         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4969         renamed from `gnus-registry-grep-in-list'.
4970
4971         * gnus-registry.el (gnus-registry-follow-group-p):
4972         Use `gnus-grep-in-list'.
4973
4974         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4975
4976 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4979         determining charset of text fails.
4980
4981 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * nnmail.el (nnmail-get-new-mail-1): Revert.
4984
4985         * nnml.el (nnml-active-number): Make sure names of newly created groups
4986         in nnml-group-alist are encoded.
4987
4988 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4991         containing non-ASCII characters in active file for nnml back end.
4992
4993 2010-07-24  David Engster  <dengste@eml.cc>
4994
4995         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4996         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4997
4998 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4999
5000         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5001         tag (Bug#6654).
5002
5003 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5006         the article buffer, not the summary buffer.
5007
5008 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5011         Emacs 23 as well.
5012
5013 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5016         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5017
5018 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5019
5020         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5021         Patch applied by Karl Fogel.
5022
5023         * gnus-sum.el (gnus-summary-bookmark-make-record):
5024         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5025
5026 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5027
5028         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5029         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5030         C-w still not working correctly from Article buffers; Thierry's
5031         patch to fix that will be applied after this.
5032
5033         * gnus-art.el (bookmark-make-record-function): New local variable.
5034
5035         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5036         article buffer.
5037         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5038
5039 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5040
5041         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5042         on changes in bookmark.el.
5043
5044 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5047         `no-log' instead of message not to log prompt string.
5048
5049 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5050
5051         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5052         the *other* type of HTML form submission.
5053
5054 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5055
5056         * auth-source.el (auth-source-pick): If choice does not contain a
5057         questioned keyword, set the check to t.
5058
5059 2010-06-12  Romain Francoise  <romain@orebokech.com>
5060
5061         * gnus-util.el (gnus-date-get-time): Move up before first use.
5062
5063 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5066         (gnus-article-edit-part): Bind it to make last part that is substituted
5067         or deleted visible.
5068         (gnus-mime-display-single): Buttonize part of which id equals to
5069         gnus-mime-buttonized-part-id.
5070
5071 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5072
5073         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5074         (gnus-dd-mmm): Use gnus-date-get-time.
5075         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5076         simplify logic.
5077         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5078         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5079
5080 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5081
5082         * auth-source.el (top): Autoload `secrets-list-collections',
5083         `secrets-create-item', `secrets-delete-item'.
5084         (auth-sources): Fix tag string.
5085         (auth-get-source, auth-source-retrieve, auth-source-create)
5086         (auth-source-delete): New defuns.
5087         (auth-source-pick): Rewrite in order to avoid 2 passes.
5088         (auth-source-forget-user-or-password): New parameter USERNAME.
5089         (auth-source-user-or-password): New parameters CREATE-MISSING and
5090         DELETE-EXISTING.  Retrieve password interactively, if needed.
5091
5092 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5093
5094         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5095         deleting unused directories when gnus-expert-user is t.
5096
5097 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5100         for each temp file when gnus-article-browse-delete-temp is ask.
5101
5102 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5103
5104         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5105         Lisp calls to delete-backward-char by calls to delete-char.
5106
5107 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5108
5109         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5110
5111 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5112
5113         * password-cache.el (password-cache-remove): Fix docstring.
5114
5115 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5118         article unless decoding article to be saved.
5119
5120 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5123         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5124         generated within the mm-with-unibyte-current-buffer macro.
5125
5126 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5129         to nil when we're in a mml-preview buffer and no group is selected.
5130
5131 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5132
5133         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5134         when catching the `C-g'.  Reported by "Leo".
5135
5136 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * message.el (message-forward-make-body-plain)
5139         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5140         multibyte-string-p.
5141
5142         * lpath.el: Revert.
5143
5144 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * message.el (message-forward-make-body-mml): Assume original message
5147         is multibyte string; error on unibyte.
5148         (message-forward-make-body-plain): Ditto; don't add excessive newline
5149         in body end.
5150
5151         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5152
5153 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5154
5155         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5156         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5157
5158 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * mm-extern.el (mm-extern-url): Don't use
5161         mm-with-unibyte-current-buffer.
5162         (mm-extern-cache-contents): Use with-current-buffer instead of
5163         save-excursion + set-buffer.
5164
5165 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * mm-util.el (mm-emacs-mule): Remove.
5168
5169 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5170
5171         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5172         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5173         change.
5174
5175 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5178         bind the default value of enable-multibyte-characters to nil.
5179
5180 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * message.el (message-forward-make-body-plain)
5183         (message-forward-make-body-mml):
5184         Don't use mm-with-unibyte-current-buffer.
5185
5186 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5189
5190 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5191
5192         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5193         (Bug#5592).
5194
5195 2010-05-07  Julien Danjou  <julien@danjou.info>
5196
5197         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5198         it to mm-pipe-part.
5199
5200         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5201         it is given.
5202
5203 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * binhex.el (binhex-decode-region-internal)
5206         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5207         (dns-query)
5208         * nnweb.el (nnweb-gmane-search)
5209         * pgg-parse.el (pgg-parse-armor)
5210         * pgg.el (pgg-verify-region)
5211         * sha1.el (sha1-string-external)
5212         * uudecode.el (uudecode-decode-region-internal)
5213         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5214         XEmacs.
5215
5216         * gnus-art.el (gnus-article-browse-html-parts)
5217         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5218         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5219         make-temp-file.
5220
5221         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5222         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5223         compiling.
5224
5225         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5226         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5227         XEmacs when compiling.
5228
5229         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5230         gnus-pick-mode-off-hook for XEmacs when compiling.
5231         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5232         gnus-binary-mode-off-hook for XEmacs when compiling.
5233
5234         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5235         Return nil if char-charset is not available.
5236
5237         * imap.el (imap-disable-multibyte)
5238         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5239         macros.
5240
5241         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5242         instead of encode-coding-string.
5243
5244         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5245         'xemacs) instead of mm-emacs-mule to switch function definitions.
5246         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5247
5248         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5249         bind temporary-file-directory for XEmacs;
5250         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5251         timer-set-function for XEmacs 21.4 and SXEmacs;
5252         bind timer-list for XEmacs 21.4 and SXEmacs;
5253         fbind char-charset and find-charset-region for non-Mule XEmacs;
5254         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5255         encode-coding-region and encode-coding-string for XEmacs having no
5256         file-coding feature.
5257
5258 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5259
5260         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5261
5262 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5265         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5266
5267 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5268
5269         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5270         alias `jka-compr-delete-temp-file' no longer exists.
5271
5272 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5273
5274         Use define-minor-mode in Gnus where applicable.
5275         * mml.el (mml-mode): Use define-minor-mode.
5276         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5277         (gnus-undo-mode): Use define-minor-mode.
5278         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5279         (gnus-dead-summary-mode): Use define-minor-mode.
5280         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5281         Initialize in declaration.
5282         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5283         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5284         (gnus-mailing-list-mode): Use define-minor-mode.
5285         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5286         (gnus-draft-mode): Use define-minor-mode.
5287         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5288         (gnus-dired-mode): Use define-minor-mode.
5289
5290 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5291
5292         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5293         handles on recursive mml-to-mime translation and check them for
5294         boundary delimiter collisions.  Reported by Greg Troxel.
5295
5296 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5299
5300 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5301
5302         * mm-util.el (mm-find-buffer-file-coding-system):
5303         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5304
5305 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5306
5307         * message.el (message-generate-headers): Record insertion of optional
5308         headers as well.  Otherwise the check to prevent repeated insertion of
5309         optional headers is a no-op.
5310
5311 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * smime.el: Don't mention CVS.
5314
5315         * nnrss.el (nnrss-fetch): Don't mention CVS.
5316
5317         * nnir.el: Don't mention CVS.
5318
5319 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5320
5321         * gnus-sum.el (gnus-summary-bookmark-make-record):
5322         Add `location' field.
5323
5324 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * lpath.el: Fbind bookmark-default-handler,
5327         bookmark-get-bookmark-record, bookmark-make-record-default,
5328         bookmark-prop-get for Emacs <23 and XEmacs.
5329
5330 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5331
5332         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5333         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5334         Use with-current-buffer to silence the byte-compiler.
5335         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5336         bother to require `gnus'.
5337         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5338
5339 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5340
5341         * gnus-sum.el (gnus-summary-bookmark-make-record)
5342         (gnus-summary-bookmark-jump): New functions.
5343         (gnus-summary-mode): Setup bookmark support.
5344
5345 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5346
5347         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5348         if set.
5349
5350 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5353         gnus-article-browse-html-save-cid-image; make it work recursively for
5354         forwarded messages as well.
5355         (gnus-article-browse-html-parts): Work when prefix arg is given.
5356         (gnus-article-browse-html-article): Doc fix.
5357
5358 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5359
5360         * message.el (message-default-mail-headers):
5361         (message-default-headers): Carry the value mail-default-headers over
5362         into message-default-mail-headers, rather than message-default-headers.
5363
5364 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5365
5366         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5367         charset.
5368
5369         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5370         charset into the <meta> tag when the article is encoded to utf-8.
5371
5372 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-article-browse-delete-temp-files):
5375         Delete directories as well.
5376         (gnus-article-browse-html-parts): Work for images that do not specify
5377         file names; delete temp directory when quitting; insert header at the
5378         right place; use file: scheme for image files.
5379
5380 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5381
5382         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5383         (gnus-article-browse-html-parts): Use it to make temporary cid image
5384         files in addition to html file so that browser may display them.
5385
5386 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5389
5390 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5393
5394 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * auth-source.el (auth-sources): Change default to be simpler.
5397         Explain about Secret Service API sources.  Improve Customize options.
5398         (auth-source-pick): Change to accept any number of search parameters.
5399         Implement fallbacks iteratively, not recursively.  Add scoring on the
5400         second pass and sort by score.  Call Secret Service API when needed.
5401         (auth-source-user-or-password): Use it.  Call Secret Service API
5402         directly when needed to get the user name and the password.
5403
5404 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5405
5406         * message.el (message-interactive): Doc fix.
5407         (message-qmail-inject-args): Reflow.
5408         (message-kill-to-signature): Fix typo in docstring.
5409
5410         * smiley.el (smiley-buffer): Fix typo in docstring.
5411
5412 2010-03-24  Glenn Morris  <rgm@gnu.org>
5413
5414         * mail-source.el (gnus-message): Declare.
5415         (mail-source-delete-old-incoming): Require gnus-util.
5416
5417 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5420
5421         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5422
5423         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5424         password-cache's default if it is not bound.
5425         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5426         password-cache-expiry's default if it is not bound.
5427
5428         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5429         available in Emacs 21.
5430
5431         * lpath.el: Suppress compiler warnings for:
5432         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5433         XEmacs;
5434         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5435         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5436         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5437
5438 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * auth-source.el (auth-sources): Fix up definition so extra parameters
5441         are always inline.
5442
5443 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5444
5445         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5446         wasn't updated after mismatch.  Clear cached mailbox info correctly
5447         when uidvalidity changes.
5448         (nnimap-group-prefixed-name): New function to avoid some code
5449         duplication.
5450         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5451         (nnimap-request-group): Use it.
5452         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5453         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5454         with many imap folders.  This is done by caching the group status from
5455         the imap server persistently in a group parameter `imap-status'.  (This
5456         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5457         but not persistently, so every Gnus startup was still very slow.)
5458
5459 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5460
5461         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5462         delete the extra newline.  Otherwise editing of :string and :number
5463         types don't work.
5464
5465 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5468         secrets.el dependency.
5469         (auth-sources): Add optional user name.  Add secrets.el configuration
5470         choice (unused right now).
5471
5472 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5473
5474         * gnus-sum.el (gnus-summary-make-menu-bar):
5475         Let `gnus-registry-install-shortcuts' fill in the functions.
5476
5477         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5478         warnings.
5479         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5480         (gnus-registry-install-shortcuts): Populate and use it in a
5481         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5482
5483 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5484
5485         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5486         In-place substitutions for the group name encoding/decoding.
5487         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5488         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5489         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5490         (nnimap-update-unseen, nnimap-request-list)
5491         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5492         (nnimap-request-set-mark, nnimap-split-to-groups)
5493         (nnimap-split-articles, nnimap-request-newgroups)
5494         (nnimap-request-create-group, nnimap-request-accept-article)
5495         (nnimap-request-delete-group, nnimap-request-rename-group)
5496         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5497         `encoded-mbx' for consistency.
5498         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5499         variable `imap-current-mailbox'.
5500
5501         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5502         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5503
5504 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5505
5506         * pop3.el (pop3-display-message-size-flag): Display message size byte
5507         counts during POP3 download.
5508         (pop3-movemail): Use it.
5509         (pop3-list): Implement listing of available messages.
5510
5511 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5512
5513         * nnir.el (nnir-get-article-nov-override-function): New function to
5514         override the normal NOV retrieval.
5515         (nnir-retrieve-headers): Use it.
5516
5517 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5518
5519         * auth-source.el (netrc-machine-user-or-password): Autoload.
5520
5521 2010-03-19  Glenn Morris  <rgm@gnu.org>
5522
5523         Stop message.el from loading about 40 libraries it doesn't always need.
5524         The general approach is to autoload rather than require, and to
5525         require in the specific functions rather than the file.  (Bug#5642)
5526
5527         * gmm-utils.el: Don't require wid-edit.
5528         (widget-create-child-value, widget-convert, widget-default-get):
5529         Autoload.
5530
5531         * gnus-util.el: Don't require time-date, netrc.
5532         (message-fetch-field, gnus-group-name-decode): Declare rather than
5533         autoloading.
5534         (gnus-fetch-field): Require message.
5535         (gnus-decode-newsgroups): Require gnus-group.
5536
5537         * ietf-drums.el: Don't require time-date.
5538
5539         * message.el: Don't require hashcash, canlock, ecomplete.
5540         Do require mail-utils.  Require nnheader only when compiling.
5541         (smtpmail-default-smtp-server): Remove declaration.
5542         (message-send-mail-function): Check smtpmail-default-smtp-server
5543         is bound rather than requiring smtpmail.
5544         (message-auto-save-directory, message-insert-signature):
5545         Use expand-file-name rather than nnheader-concat.
5546         (nnheader-insert-file-contents): Autoload.
5547         (hashcash-wait-async): Declare.
5548         (message-send-mail): Only call gnus-setup-posting-charset if
5549         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5550         (message-send-mail-with-sendmail): Require sendmail.
5551         (canlock-password, canlock-password-for-verify): Declare.
5552         (message-canlock-password): Require canlock.
5553         (nnheader-get-report): Autoload.
5554         (gnus-setup-posting-charset): Declare.
5555         (message-send-news): Require gnus-msg.
5556         (message-make-references, message-make-in-reply-to): Use mail-header-id
5557         rather than the alias mail-header-message-id.
5558         (ecomplete-add-item, ecomplete-save): Declare.
5559         (message-put-addresses-in-ecomplete): Require ecomplete.
5560         (ecomplete-display-matches): Autoload.
5561
5562         * mm-decode.el: Don't require mailcap, gnus-util.
5563         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5564         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5565         Autoload.
5566         (mailcap-mime-extensions): Declare.
5567
5568         * mm-encode.el: Don't require mailcap.
5569         (mailcap-extension-to-mime): Autoload.
5570
5571         * mml-sec.el: Don't require password-cache.
5572
5573         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5574         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5575         (mml-minibuffer-read-type): Require mailcap.
5576         (mml-preview): Require gnus-msg.
5577
5578         * mml1991.el: Require password-cache.
5579         (password-cache-expiry): Remove declaration.
5580
5581         * mml2015.el: Require password-cache.
5582         (password-cache-expiry): Remove declaration.
5583
5584         * nneething.el (mailcap): Require mailcap.
5585
5586         * nnheader.el (declare-function): Add compatibility stub.
5587         (message-remove-header): Declare rather than autoload.
5588         (nnheader-replace-header): Require message.
5589
5590         * nnimap.el (declare-function): Add compatibility stub.
5591         (netrc-parse, netrc-machine-user-or-password): Declare.
5592         (nnimap-open-connection): Require netrc.
5593
5594         * nntp.el (declare-function): Add compatibility stub.
5595         (netrc-parse, netrc-machine, netrc-get): Declare.
5596         (nntp-send-authinfo): Require netrc.
5597
5598         * rfc2047.el: Don't require qp.
5599         (quoted-printable-encode-region, quoted-printable-decode-string):
5600         Autoload.
5601
5602         * sieve-mode.el: Don't require easymenu.
5603         (easy-menu-add-item): Autoload it.
5604
5605         * spam-stat.el (time-to-number-of-days): Autoload it.
5606
5607 2010-03-19  Glenn Morris  <rgm@gnu.org>
5608
5609         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5610
5611 2010-03-18  Glenn Morris  <rgm@gnu.org>
5612
5613         * hashcash.el (declare-function): Remove duplicate definition.
5614
5615 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5616
5617         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5618         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5619         value if any backslash escapes).
5620
5621 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5624         if it is available.  (bug#5647)
5625
5626         * lpath.el: Suppress compiler warning for coding-system-from-name for
5627         Emacs 21 and XEmacs.
5628
5629 2010-03-14  Juri Linkov  <juri@jurta.org>
5630
5631         * hmac-def.el:
5632         * hmac-md5.el:
5633         * netrc.el: Fix keywords.
5634
5635 2010-02-26  Glenn Morris  <rgm@gnu.org>
5636
5637         * message.el (message-send-mail-function): Change the default, so that
5638         it inherits from a customized send-mail-function.  (Bug#5643)
5639
5640 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5641
5642         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5643         shell-command-to-string signals an error (bug#5299).
5644
5645 2010-02-24  Glenn Morris  <rgm@gnu.org>
5646
5647         * message.el (message-smtpmail-send-it)
5648         (message-send-mail-with-mailclient): Doc fixes.
5649
5650 2010-02-16  Glenn Morris  <rgm@gnu.org>
5651
5652         * message.el (message-default-mail-headers): Change the default value
5653         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5654
5655 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5658         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5659
5660 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5661
5662         * time-date.el (date-to-time): Doc fix (Bug#5408).
5663
5664 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5665
5666         * message.el (message-mail): Just pass yank-action on to message-setup.
5667         (message-setup): Handle (FUN . ARGS) form of yank-action.
5668         (message-with-reply-buffer, message-widen-reply)
5669         (message-yank-original): Handle non-buffer values of
5670         message-reply-buffer (Bug#4080).
5671         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5672
5673 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5674
5675         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5676         Fix typo in docstring.
5677
5678 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5679
5680         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5681         response.
5682
5683 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5686
5687         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5688
5689         * message.el (message-check-news-header-syntax): Protect against a
5690         string that `rfc822-addresses' returns when parsing fails.
5691
5692 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5695         (gnus-previous-char-property-change): New functions.
5696
5697         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5698
5699 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5700
5701         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5702         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5703
5704 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5705
5706         * message.el (message-exchange-point-and-mark): Rework last change to
5707         avoid using optional arg of exchange-point-and-mark, for backward
5708         compatibility.
5709
5710 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5711
5712         * message.el (message-exchange-point-and-mark):
5713         Call exchange-point-and-mark with an argument rather than setting
5714         mark-active by hand (Bug#5175).
5715
5716 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * nntp.el (nntp-service-to-port): Work for service expressed with
5719         numeric string; replace [:digit:] with [0-9] for XEmacs.
5720
5721 2009-12-17  Glenn Morris  <rgm@gnu.org>
5722
5723         * gnus-group.el (gnus-bug-group-download-format-alist):
5724         Change emacs entry to debbugs.gnu.org.  Bump :version.
5725
5726 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5729
5730 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * message.el (message-info): Explain why we use `Info-goto-node'.
5733
5734 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5737
5738 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5739
5740         * message.el (message-completion-in-region): New compatibility function.
5741         (message-expand-group): Use it.
5742
5743 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5746         with no unread article should be listed if the 2nd arg `predicate' is
5747         given.
5748
5749 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5752
5753 2009-11-29  Juri Linkov  <juri@jurta.org>
5754
5755         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5756         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5757         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5758
5759 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5760
5761         * sha1.el (sha1-string-external): default-directory "/" in case
5762         otherwise non-existent.  process-connection-type pipe for touch of
5763         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5764
5765 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5766
5767         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5768         it's comms related and sgml-mode.el has "comm" on that basis too.
5769
5770 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5773         containing tspecial characters if they have been already quoted.
5774
5775 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5776
5777         * dns-mode.el (auto-mode-alist): Purecopy string.
5778
5779 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5780
5781         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5782
5783 2009-10-24  Glenn Morris  <rgm@gnu.org>
5784
5785         * gnus-art.el (help-xref-stack-item): Define for compiler.
5786
5787 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5788
5789         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5790
5791 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5794
5795 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5798         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5799
5800 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5803         (gnus-overlays-in): New alias to overlays-in.
5804
5805         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5806         gnus-overlay-get, and gnus-delete-overlay.
5807         (gnus-summary-show-thread): Make it work as well for systems in which
5808         next-single-char-property-change is not available.
5809         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5810
5811         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5812         (gnus-overlay-get): New alias to extent-property.
5813         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5814
5815         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5816         SXEmacs.
5817
5818         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5819         SXEmacs.
5820
5821 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5824
5825 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5826
5827         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5828         and XEmacs that don't have `remove-overlays'.
5829
5830 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5833         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5834         selective display.  Use overlays instead.
5835
5836 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5837
5838         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5839
5840 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5841
5842         * spam-stat.el (spam-stat-load): Fix typo in message.
5843
5844 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * dig.el (dig-invoke): Fix typo in docstring.
5847         (query-dig): Reflow docstring.
5848
5849 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5850
5851         * gnus-art.el (gnus-article-encrypt-body):
5852         * message.el (message-check-recipients):
5853         * mm-util.el (mm-codepage-setup):
5854         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5855         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5856
5857 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5858
5859         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5860         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5861         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5862         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5863         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5864
5865 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5866
5867         * dig.el: Add "Keywords: comm", as per net-utils.el.
5868
5869 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5870
5871         * dig.el (dig-mode): Use define-derived-mode.
5872
5873 2009-09-19  Glenn Morris  <rgm@gnu.org>
5874
5875         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5876
5877 2009-09-18  Glenn Morris  <rgm@gnu.org>
5878
5879         * gnus-diary.el (gnus-diary-check-message):
5880         * message.el (message-insert-formatted-citation-line):
5881         * nnbabyl.el (top-level):
5882         * nndiary.el (nndiary-schedule):
5883         Fix typos in condition-case handlers.
5884
5885 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5888         configuration that provides the sole article window in a frame;
5889         position point correctly after deleting a part.
5890
5891 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5892
5893         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5894         (spam-resolve-registrations-routine): Use it to unregister articles
5895         that change status.
5896
5897 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5900         with XEmacs.
5901         (parse-time-string-chars): Use it.
5902
5903 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * imap.el (imap-interactive-login): Better messages.
5906         (imap-open): Fix bug with renamed buffer on reconnect.
5907         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5908         for easier debugging and cleaner code.  On successful (guessed based on
5909         server capabilities) secondary authentication, set imap-state
5910         correctly.
5911         (imap-last-authenticator): Define imap-last-authenticator as a variable
5912         to avoid warnings.
5913
5914 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * nnrss.el (nnrss-request-article): Remove binding of
5917         default-enable-multibyte-characters that has gotten needless by
5918         the 2007-07-13 change in rfc2047-encode-message-header.
5919
5920         * mml.el (mml-insert-multipart): Error on the message header.
5921         (mml-insert-part): Error on the message header; position point at
5922         the end of a MIME tag.
5923
5924 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * time-date.el (autoload): Expand define-obsolete-function-alias into
5927         defalias and make-obsolete for old Emacsen that Gnus supports.
5928         (with-no-warnings): Define it for old Emacsen.
5929         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5930         is available.
5931         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5932         float-time is available; suppress compile warning for time-to-seconds.
5933
5934         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5935         (gnus-float-time): Alias to float-time if it exists.
5936
5937         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5938         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5939         float-time is available; suppress compile warning for time-to-seconds.
5940
5941         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5942         XEmacs.
5943
5944 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         * imap.el (imap-message-map): Docstring fix.
5947
5948 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5951         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5952         Add the optional argument `encoding' that overrides the default.
5953
5954         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5955         mm-encode-buffer.
5956
5957 2009-09-04  Glenn Morris  <rgm@gnu.org>
5958
5959         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5960         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5961         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5962         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5963         * mm-util.el (mm-with-unibyte-current-buffer)
5964         (mm-find-buffer-file-coding-system):
5965         * yenc.el (yenc-decode-region): Use default-value rather than
5966         default-enable-multibyte-characters.
5967
5968 2009-09-03  Glenn Morris  <rgm@gnu.org>
5969
5970         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5971         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5972         than default-enable-multibyte-characters.
5973
5974 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5975
5976         * gnus-art.el (gnus-article-read-summary-keys):
5977         Fix gnus-buffer-configuration's value temporarily used.
5978
5979 2009-09-02  Glenn Morris  <rgm@gnu.org>
5980
5981         * gnus-util.el (gnus-float-time): New function.
5982         * gnus-delay.el (gnus-delay-article):
5983         * gnus-sum.el (gnus-thread-latest-date):
5984         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5985         * nnspool.el (nnspool-request-newgroups):
5986         Use gnus-float-time rather than time-to-seconds.
5987         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5988
5989         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5990         (gnus-header-subject-face, gnus-header-newsgroups-face)
5991         (gnus-header-name-face, gnus-header-content-face):
5992         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5993         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5994         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5995         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5996         (gnus-cite-face-11):
5997         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5998         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5999         (gnus-server-closed-face, gnus-server-denied-face)
6000         (gnus-server-offline-face):
6001         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6002         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6003         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6004         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6005         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6006         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6007         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6008         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6009         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6010         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6011         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6012         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6013         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6014         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6015         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6016         (gnus-summary-high-undownloaded-face)
6017         (gnus-summary-low-undownloaded-face)
6018         (gnus-summary-normal-undownloaded-face)
6019         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6020         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6021         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6022         (gnus-splash-face):
6023         * message.el (message-header-to-face, message-header-cc-face)
6024         (message-header-subject-face, message-header-newsgroups-face)
6025         (message-header-other-face, message-header-name-face)
6026         (message-header-xheader-face, message-separator-face)
6027         (message-cited-text-face, message-mml-face):
6028         * sieve-mode.el (sieve-control-commands-face)
6029         (sieve-action-commands-face, sieve-test-commands-face)
6030         (sieve-tagged-arguments-face):
6031         * spam.el (spam-face):
6032         Mark face aliases with "-face" in the name as obsolete.
6033
6034 2009-09-01  Glenn Morris  <rgm@gnu.org>
6035
6036         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6037         than goto-line.
6038
6039 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6042         Don't move point if the command is invoked inside the message header.
6043
6044 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6045
6046         * imap.el (imap-send-command): Simplify.
6047         (imap-wait-for-tag): point-max -> buffer-size.
6048
6049 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6050
6051         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6052         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6053         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6054         * nnir.el (nnir-swish-e-index-file):
6055         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6056         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6057         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6058         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6059         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6060         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6061
6062 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6065         Don't save excursion.
6066
6067 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6068
6069         * nnheader.el (nnheader-find-file-noselect):
6070         * mm-util.el (mm-insert-file-contents):
6071         Use (default-value 'major-mode) instead of default-major-mode.
6072
6073 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6076
6077 2009-08-26  Glenn Morris  <rgm@gnu.org>
6078
6079         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6080         than placing in files.el.
6081
6082 2009-08-25  Glenn Morris  <rgm@gnu.org>
6083
6084         * nnir.el (top-level): Don't require cl at run-time.
6085         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6086         Replace cl-function substitute with gnus-replace-in-string.
6087         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6088         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6089         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6090         simplified expansions.
6091
6092 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6093
6094         * dig.el (dig): Add autoload cookie.
6095
6096 2009-08-22  Glenn Morris  <rgm@gnu.org>
6097
6098         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6099         goto-line.
6100
6101 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6102
6103         * parse-time.el (parse-time-string-chars): Save match data.
6104
6105 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6106
6107         * parse-time.el (parse-time-string-chars): Compute using character
6108         classes, to handle non-ascii characters (Bug#3190).
6109
6110 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6113
6114         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6115         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6116         (gnus-mm-display-part, gnus-mime-display-single)
6117         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6118         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6119
6120         * gnus-sum.el
6121         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6122         (gnus-summary-move-article): Add expirable mark to articles copied or
6123         moved to group that has auto-expire turned on if the option is non-nil.
6124
6125 2009-07-24  Glenn Morris  <rgm@gnu.org>
6126
6127         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6128         Fix typo.  (Bug#3903)
6129
6130 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6133         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6134         that should not be used for draft articles.
6135         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6136         that has no concern in minor mode keys.
6137         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6138         Abolish.
6139
6140 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6143         article without making inquiry to a user for unknown encoding.
6144
6145         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6146         (nnmaildir--scan): Assume i-node and device number that file-attributes
6147         returns might be cons-cell.
6148
6149         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6150
6151         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6152
6153 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * auth-source.el: Remove docs now in auth.texi.  Don't use
6156         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6157         `auth-source-hide-passwords' and use them.
6158
6159 2009-07-15  Glenn Morris  <rgm@gnu.org>
6160
6161         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6162
6163 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6166         excessive whitespace from the default values of title and description.
6167
6168 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6171         mail-fetch-field to fetch Content-Description header in order to
6172         exclude newlines.
6173
6174 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6175
6176         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6177         format used by GnuPG 2.0.11.
6178
6179 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6182         to deleted part.
6183
6184 2009-05-30  David Engster  <dengste@eml.cc>
6185
6186         * nnmairix.el: Remove old documentation in the commentary block.
6187         (nnmairix-request-group): Do not update active file for nnml back ends.
6188         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6189         end so that overview files are ignored.
6190         (nnmairix-update-groups): Make updating the groups more robust by using
6191         marks.
6192         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6193         with dollar characters in message-id.
6194
6195 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6198         2008-12-25 in dns.el.
6199
6200 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6201
6202         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6203         could happen if the text is only composed of spaces and/or tabs.
6204
6205 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6206
6207         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6208         when sending a queued message to avoid extra mml tags.
6209
6210 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6213
6214 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6217         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6218         rmail-toggle-header for XEmacs;
6219         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6220
6221 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-dired.el: Remove autoload for gnus-setup-message.
6224         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6225         displaying Gnus logo; always use compose-mail.
6226
6227 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6230
6231 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6234         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6235         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6236         available.
6237         (gnus-nocem-epg-verify): New function.
6238
6239 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6242
6243 2009-02-15  Glenn Morris  <rgm@gnu.org>
6244
6245         * gnus-util.el (rmail-insert-rmail-file-header)
6246         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6247         autoloads.
6248         (rmail-default-rmail-file): Remove unnecessary declaration.
6249         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6250
6251 2009-02-14  Glenn Morris  <rgm@gnu.org>
6252
6253         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6254         variable (only used in gnus-util, which declares it anyway).
6255         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6256         which was only needed by gnus-art (changed to not use it any more).
6257         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6258         only used in gnus-util, which autoloads it itself.
6259         (rmail-update-summary): Fix autoload.
6260
6261         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6262         rather than rmail-output-to-rmail-file.
6263
6264 2009-02-07  Glenn Morris  <rgm@gnu.org>
6265
6266         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6267         autoload of function that no longer exists.
6268         (rmail-toggle-header): Declare.
6269         (message-forward-rmail-make-body): Handle mbox Rmail.
6270
6271 2009-01-31  Glenn Morris  <rgm@gnu.org>
6272
6273         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6274         2009-01-09 change.
6275
6276 2009-01-31  Dave Love  <fx@gnu.org>
6277
6278         * imap.el (imap-fetch-safe): Bind debug-on-error.
6279         (imap-debug): Add imap-fetch-safe.
6280
6281 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6282
6283         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6284         (auth-source-forget-all-cached): New convenience function.
6285         (auth-source-user-or-password): Accept list of modes or a single mode.
6286
6287         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6288         auth-source modes.
6289
6290         * netrc.el (netrc-machine-user-or-password): Use list of
6291         auth-source modes.
6292
6293         * nnimap.el (nnimap-open-connection): Use list of
6294         auth-source modes.
6295
6296         * nntp.el (nntp-send-authinfo): Use list of
6297         auth-source modes.
6298
6299 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6302         now.
6303
6304 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6307         coding system in XEmacs; add a workaround for XEmacs.
6308
6309         * lpath.el: Fbind coding-system-aliasee.
6310
6311 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6314         of current-language-environment.
6315
6316 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6319         available at runtime.
6320
6321 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6324
6325 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6326
6327         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6328         the greatest positive fixnum value doesn't work under an XEmacs with
6329         bignum support; use the most-positive-fixnum constant instead,
6330         available since Emacs 21.1 with cl and XEmacs 21.1.
6331
6332 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6335         XEmacs gets not to work.
6336
6337 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * mm-util.el (mm-coding-system-priorities): Allow the value like
6340         "Japanese (UTF-8)" of current-language-environment.
6341
6342 2009-01-09  Glenn Morris  <rgm@gnu.org>
6343
6344         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6345         with last-command-event.
6346
6347 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6350         in the doc string.
6351
6352         * message.el (message-fix-before-sending): Amend comment.
6353
6354 2009-01-08  Dave Love  <fx@gnu.org>
6355
6356         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6357
6358 2009-01-07  David Engster  <dengste@eml.cc>
6359
6360         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6361         simplified server definitions by converting it via
6362         gnus-server-to-method.
6363
6364 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6367         parameter's operands.
6368
6369 2009-01-06  David Engster  <dengste@eml.cc>
6370
6371         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6372         primary select method (for gnus-group-mark-article-as-read).
6373
6374 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6375
6376         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6377         `(gnus)Face', not `(gnus)X-Face'.
6378
6379 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * mm-util.el (mm-ucs-to-char): New function.
6382
6383         * mm-url.el (mm-url-decode-entities): Use it.
6384
6385         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6386         unicode-to-char.
6387
6388 2009-01-05  Dave Love  <fx@gnu.org>
6389
6390         * time-date.el: Require cl for `declare'.
6391
6392 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6395         Dave Love.
6396
6397 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * message.el (message-fix-before-sending): Add `eight-bit' to
6400         illegible-text check.
6401
6402 2009-01-03  Michael Olson  <mwolson@gnu.org>
6403
6404         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6405         `headers' is nil.  This can occur if the IMAP server does not have
6406         permissions to read messages from a folder, but can write new messages
6407         to the folder.
6408         (nnimap-request-article-part): Do not insert `data' if it is nil.
6409
6410         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6411         characters which will confuse `read', so skip past them.
6412
6413 2009-01-01  Dave Love  <fx@gnu.org>
6414
6415         * imap.el (imap-string-to-integer): Fix typo.
6416         (imap-fetch-safe): New function.
6417         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6418
6419         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6420
6421         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6422         (imap-parse-greeting): Fix doc strings.
6423         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6424         (imap-parse-flag-list): Make messages unique.
6425         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6426
6427         * nnimap.el: Fix author email.
6428         (nnimap-split-rule): Add FIXME comment.
6429         (nnimap-debug): Fix doc string.
6430
6431 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6434
6435 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6438         nslookup if resolv.conf isn't available.
6439         (dns-query): Rename from query-dns.
6440         (dns-query-cached): Rename from query-dns-cached.
6441
6442 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6445         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6446         to check if those variables exist (first appeared in Emacs 18.50).
6447
6448 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * mm-util.el (mm-line-number-at-pos): New function.
6451
6452         * spam-report.el (spam-report-process-queue): Use it.
6453
6454 2008-12-24  David Engster  <dengste@eml.cc>
6455
6456         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6457         parameters that haven't existed as variables as buffer-local variables.
6458
6459 2008-12-23  Dave Love  <fx@gnu.org>
6460
6461         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6462         cadar.
6463
6464         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6465         imap-starttls-p.
6466         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6467
6468 2008-12-22  Dave Love  <fx@gnu.org>
6469
6470         * imap.el: Fix author email.  Doc fixes.
6471         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6472         reply.
6473
6474 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * spam-report.el (spam-report-gmane-max-requests): New constant.
6477         (spam-report-gmane-wait): New variable.
6478         (spam-report-gmane-ham, spam-report-gmane-spam)
6479         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6480         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6481         the server.
6482
6483         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6484         Add explanations.
6485
6486         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6487         nnheader-accept-process-output and nnheader-read-timeout if available.
6488         (pop3-movemail): Use it.
6489
6490         * message.el (message-check-news-body-syntax): Fix signature check if
6491         there's an attachment.
6492
6493 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * mm-util.el: Add comments to the mm- emulating functions.
6496
6497 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6500         Reported by Stephen Berman <stephen.berman@gmx.net>.
6501
6502 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * mm-util.el (mm-substring-no-properties): New function.
6505         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6506         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6507         (mm-string-to-multibyte): Doc fix.
6508
6509         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6510
6511 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * mml.el (mml-attach-file): Strip text properties from file name.
6514         (Bug#1574)
6515
6516 2008-12-16  Glenn Morris  <rgm@gnu.org>
6517
6518         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6519
6520 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6523         knows since the charset specified might be a bogus alias that
6524         mm-charset-synonym-alist provides.
6525
6526 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6529         "ISO_8859-1".
6530
6531         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6532
6533 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * mm-util.el (mm-charset-eval-alist):
6536         Define it before mm-charset-to-coding-system.
6537         (mm-charset-to-coding-system): Add optional argument `silent';
6538         define it before mm-charset-override-alist.
6539         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6540         default value if it can be used in Emacs currently running;
6541         silence mm-charset-to-coding-system.
6542
6543 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6546         `allow-override' which says whether to use `mm-charset-override-alist'.
6547         (rfc2047-decode-encoded-words): Use it.
6548
6549         * mm-util.el (mm-charset-override-alist): Fix custom type;
6550         add `(gb2312 . gbk)' to choices.
6551
6552 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6555         fast.
6556
6557         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6558
6559         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6560
6561 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6562
6563         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6564         on links.
6565
6566         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6567
6568 2008-12-03  Lute Kamstra  <lute@gnu.org>
6569
6570         * sha1.el: Remove leading * from docstrings of defcustoms,
6571         deffaces, defconsts and defuns.
6572
6573 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6576         users' addresses that don't have domain parts.
6577         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6578         rather than message-narrow-to-head since there will be the message
6579         header separator.
6580
6581 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6582
6583         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6584         since the result is inserted in a unibyte buffer anyway.
6585         (nnimap-demule-use-string-to-multibyte): Remove.
6586         (nnimap-demule): Alias it to mm-string-to-multibyte.
6587
6588 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6591         variable for debugging bug#464 and bug#1174.
6592         (nnimap-demule): Use it.
6593
6594 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6597         score calculation correctly.
6598
6599 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6600
6601         * message.el (message-send-mail): Just set the buffer to unibyte
6602         rather than use mm-with-unibyte-current-buffer which does a lot more.
6603         (message-send-mail-partially): Don't bother with
6604         mm-with-unibyte-current-buffer since it's already been made unibyte by
6605         message-send-mail.
6606
6607 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6610
6611 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6614
6615 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6618         require itself and to remove `with-no-warnings'.
6619
6620 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6621
6622         * starttls.el (starttls-any-program-available): Get the name of the
6623         available TLS layer program.
6624         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6625         well as the host name in the "opening" message.
6626
6627         * auth-source.el (auth-source-cache, auth-source-do-cache)
6628         (auth-source-user-or-password): Cache passwords and logins by default,
6629         allow override with `auth-source-do-cache'.
6630         (auth-source-forget-user-or-password): Allow users to remove cache
6631         entries if needed.
6632
6633 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6634
6635         * md4.el (md4-buffer): Fix typo in docstring.
6636         (md4, md4-64): Doc fixes.
6637         (md4-pack-int32): Reflow docstring.
6638
6639 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6642         condition-case to only the forward-sexp call.
6643
6644 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6647         quotes contained.  Make it more robust regardless by an extra
6648         condition-case wrapper.
6649
6650 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6653
6654 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * nnml.el (nnml-request-expire-articles): Check if the function set to
6657         `nnmail-expiry-target' returns the symbol `delete'.
6658
6659         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6660
6661         * nnmail.el (nnmail-expiry-target): Fix custom type.
6662
6663 2008-10-02  Glenn Morris  <rgm@gnu.org>
6664
6665         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6666         Silence compiler warning.
6667
6668 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6669
6670         * tls.el (open-tls-stream): Show the actual command being
6671         executed, instead of the format string.
6672
6673 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * lpath.el: Fbind codepage-setup for Emacs 23.
6676
6677 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6678
6679         * mml.el (mml-menu): Don't assume mml2015 is bound.
6680
6681 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6684         exists.
6685
6686 2008-09-27  Glenn Morris  <rgm@gnu.org>
6687
6688         * gnus-util.el (mail-header-remove-comments): Autoload it.
6689
6690 2008-09-27  Andreas Schwab  <schwab@suse.de>
6691
6692         * gnus-util.el (gnus-split-references): Strip comments.
6693         (gnus-parent-id): Likewise.
6694
6695 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * message.el (message-confirm-send): Fix version.
6698
6699 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * message.el (message-idna-to-ascii-rhs-1): Use
6702         mail-extract-address-components rather than mail-header-parse-addresses
6703         that is an alias by default to ietf-drums-parse-addresses that does not
6704         support non-ASCII names in headers' contents.
6705
6706 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * message.el (message-confirm-send): Fix variable documentation to
6709         avoid the "y/n" wording.
6710
6711 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6712
6713         * message.el (message-set-auto-save-file-name): Save to a different
6714         filename so multiple messages (especially drafts) can be recovered.
6715
6716 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * message.el (message-confirm-send): Add appropriate version.
6719
6720 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6723         defvar.
6724
6725 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6726
6727         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6728         (mm-pkcs7-enveloped-magic): Ditto.
6729
6730 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6731
6732         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6733         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6734
6735 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6738         default, it's better.
6739
6740 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6743         summary line gnus-number property and ignore them (with a warning
6744         message).
6745
6746 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6749         macro caddr in the interactive form since it won't be expanded.
6750
6751 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6754         `charset'; fix name of function called recursively.
6755         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6756
6757 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6760         (gnus-mime-set-charset-parameters): New function.
6761         (gnus-mime-view-part-as-charset): Use it to correctly display part
6762         specifying wrong charset.
6763
6764 2008-09-08  David Engster  <dengste@eml.cc>
6765
6766         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6767         in completing-read for back end server.
6768
6769 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * message.el (message-confirm-send): New variable to confirm sending a
6772         message.
6773         (message-send): Use it.
6774
6775 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6778
6779 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6782
6783 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6786         prevent tracking too many groups.
6787         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6788         Use it.
6789
6790 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6791
6792         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6793         moving point to the bottom of the window in order to avoid recentering.
6794
6795 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6798
6799         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6800         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6801         (gnus-article-beginning-of-window): Fix calculation.
6802
6803 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-msg.el (gnus-summary-supersede-article)
6806         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6807         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6808         message header.
6809
6810 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6811
6812         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6813         pending output coming after the status change.
6814
6815 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6816
6817         * message.el:
6818         * gnus-start.el:
6819         * gnus-registry.el: Remove VMS support.
6820
6821 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6824         macro.
6825         (rfc2104-hash): Use it.
6826
6827 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6830         (gnus-summary-sort-by-most-recent-date): New commands.
6831         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6832         and menu entries.
6833
6834 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6837         don't redisplay article for raw contents; remove plural articles stuff.
6838
6839         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6840         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6841         on gnus-summary-save-article; display results properly.
6842
6843 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * lpath.el: No need to fbind ns-focus-frame.
6846
6847 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6850
6851 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-summary-save-in-pipe):
6854         Consider gnus-save-all-headers.
6855
6856 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6857
6858         * gnus-util.el (ns-focus-frame): Remove declaration.
6859         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6860         like x.
6861
6862 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6863
6864         * rfc2104.el (rfc2104-zero): Delete defconst.
6865         (rfc2104-hex-alist): Likewise.
6866         (rfc2104-hex-to-int): Delete func.
6867         (rfc2104-hexstring-to-bitstring): Likewise.
6868         (rfc2104-nybbles): New defconst.
6869         (rfc2104-hash): Rewrite for speed.
6870
6871 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * tls.el (open-tls-stream): Make it work with the 2nd argument
6874         BUFFER that is a string but does not exist as a buffer object, as
6875         mentioned in the doc-string.
6876
6877 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6880         SXEmacs.
6881
6882 2008-07-16  Glenn Morris  <rgm@gnu.org>
6883
6884         * gnus-util.el (ns-focus-frame): Declare for compiler.
6885
6886 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6889         set as a group parameter.
6890         (gnus-summary-save-in-pipe): Work when it is called independently.
6891         (gnus-summary-pipe-to-muttprint): Don't modify
6892         gnus-summary-pipe-output-default-command.
6893
6894 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6895
6896         * message.el (message-send-mail-with-sendmail):
6897         Display the error message.
6898
6899 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-default-article-saver):
6902         Add gnus-summary-save-in-pipe to choices.
6903         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6904         gnus-summary-pipe-output-default-command as the default command.
6905         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6906         instead of gnus-last-shell-command.
6907
6908         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6909         New user option.
6910         (gnus-summary-muttprint-program): Mention the value will be changed.
6911         (gnus-summary-save-article): Force showing of all headers.
6912         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6913
6914 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6915
6916         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6917
6918 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * nnimap.el (nnimap-id):
6921         * sieve-manage.el (sieve-manage-open): Doc fixes.
6922
6923 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6924
6925         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6926         if available.
6927
6928 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6929
6930         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6931
6932         * nnkiboze.el (nnkiboze-generate-group):
6933         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6934
6935         * nnmairix.el: Require CL.
6936
6937 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * dgnushack.el: Autoload get-display-table and put-display-table for
6940         XEmacs 21.5.
6941
6942         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6943         21.4 and SXEmacs.
6944
6945 2008-06-15  David Engster  <dengste@eml.cc>
6946
6947         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6948
6949 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6950
6951         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6952         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6953         runtime choice under XEmacs.
6954
6955         * gnus-sum.el (gnus-summary-set-display-table):
6956         Use `gnus-put-display-table', `gnus-get-display-table',
6957         `gnus-set-display-table' for the display table, instead of `aset'.
6958
6959         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6960         Use `gnus-put-display-table', `gnus-get-display-table',
6961         `gnus-set-display-table' for the display table.
6962
6963 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * nnmairix.el: Add autoloads.
6966
6967 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * nnmairix.el (nnmairix-delete-recreate-group)
6970         (nnmairix-update-and-clear-marks): Fix error messages.
6971
6972 2008-06-14  David Engster  <dengste@eml.cc>
6973
6974         * nnmairix.el: Upgrade to version 0.6.
6975         (nnmairix-group-toggle-propmarks-this-group)
6976         (nnmairix-group-toggle-readmarks-this-group)
6977         (nnmairix-group-delete-recreate-this-group)
6978         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6979         (nnmairix-remove-tick-mark-original-article): New commands.
6980         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6981         (nnmairix-propagate-marks-to-nnmairix-groups)
6982         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6983         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6984         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6985         functions needed for marks propagation and manipulation of read marks.
6986         (nnmairix-update-groups): New function.
6987         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6988         (nnmairix-determine-original-group-from-registry)
6989         (nnmairix-determine-original-group-from-path)
6990         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6991         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6992         New helper functions.
6993         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6994         keystrokes for new commands.
6995         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6996         (nnmairix-request-group): Check allow-fast group parameter.
6997         (nnmairix-request-create-group): Set allow-fast group parameter if
6998         nnmairix-allowfast-default is set.
6999         (nnmairix-close-group): Propagate marks upon closing if needed.
7000         (nnmairix-group-toggle-threads-this-group): Use new.
7001         nnmairix-group-toggle-parameter helper function.
7002         (nnmairix-search): Better check for empty search result.
7003         (nnmairix-goto-original-article): Use new helper functions for
7004         determining original article.
7005         (nnmairix-show-original-article): Make sure message-id is in brackets.
7006         (nnmairix-call-mairix-binary): Change variable name.
7007         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7008         helper function.
7009         (nnmairix-widget-toggle-activate): Fix doc string.
7010
7011 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * nnir.el: Require edmacro when compiling with XEmacs.
7014         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7015         available in Emacs 21.
7016
7017 2008-06-11  Glenn Morris  <rgm@gnu.org>
7018
7019         * gnus-util.el (x-focus-frame):
7020         * gnus.el (image-size):
7021         * mm-decode.el (image-size): Declare.
7022
7023         * gnus-picon.el (declare-function): Add compat definition.
7024         (image-size): Declare.
7025
7026         * gnus-group.el (tool-bar-map):
7027         * gnus-sum.el (tool-bar-map): Define for compiler.
7028
7029         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7030
7031         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7032
7033         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7034         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7035         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7036         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7037         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7038         * sieve-manage.el, spam-report.el, spam.el:
7039         Remove unnecessary eval-and-compile of autoloads.
7040
7041 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7042
7043         * auth-source.el: Precise Tramp doc.
7044
7045 2008-06-07  Glenn Morris  <rgm@gnu.org>
7046
7047         * nnmairix.el: Remove unnecessary eval-when-compile.
7048
7049 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * lpath.el: Fbind propertize for XEmacs 21.4.
7052
7053 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * nnir.el: Move here from ../contrib.
7056
7057 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7058
7059         * gnus-util.el (gnus-read-shell-command): New function.
7060         * mm-decode.el (mm-pipe-part):
7061         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7062
7063 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7066
7067 2008-06-03  Glenn Morris  <rgm@gnu.org>
7068
7069         * pop3.el (nnheader-accept-process-output): Autoload it.
7070
7071 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7074         are not 2-digit hexadecimal characters that follow `%'s.
7075
7076 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * message.el (message-bogus-recipient-p): Fix type in doc string.
7079         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7080         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7081         Improve custom options.
7082         (message-bogus-recipient-p): Adjust accordingly.
7083
7084 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7085
7086         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7087         long-form month and day names.
7088
7089 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * dgnushack.el: Autoload debug, eudc-expand-inline and
7092         pgg-snarf-keys-region for XEmacs.
7093
7094         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7095
7096         * nnmairix.el: Require edmacro when compiling with XEmacs.
7097
7098 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7101         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7102
7103 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * auth-source.el: Add more docs.
7106
7107         * netrc.el (netrc-machine): Always match if the port is not given.
7108
7109 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7112         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7113         retrieval faster in some cases, but might make CPU usage larger.
7114         If this has any bad side effects, we might revert this change.
7115
7116         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7117         seems to make mail retrieval much, much faster.
7118         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7119         unconditionally.
7120
7121         * gnus-draft.el (gnus-group-send-queue):
7122         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7123
7124 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7127
7128         * message.el (message-bogus-address-regexp): Fix and improve custom
7129         type.
7130         (message-setup-hook): Add message-check-recipients as custom option.
7131
7132 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * message.el (message-cite-function): Remove bogus autoload which crept
7135         in during merge from v5-10.
7136
7137 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7140
7141         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7142
7143         * auth-source.el: Preliminary Tramp docs.
7144         (auth-sources): Change the default auth-sources to use
7145         EPA .gpg files.
7146
7147 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * nntp.el: Autoload `auth-source-user-or-password'.
7150         (nntp-send-authinfo): Use it.
7151
7152         * nnimap.el: Autoload `auth-source-user-or-password'.
7153         (nnimap-open-connection): Use it.
7154
7155         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7156         for the gnus-message function.
7157         (auth-source-user-or-password): Use it.
7158
7159 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7160
7161         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7162         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7163         (rfc2104-hash): Use it.
7164
7165 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7166
7167         * gnus-art.el (gnus-article-toggle-truncate-lines):
7168         Don't use `iff' in docstring.
7169
7170 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7173
7174         * gnus-util.el (gnus-extract-address-component-name)
7175         (gnus-extract-address-component-email): Convenience functions around
7176         `gnus-extract-address-components'.
7177
7178         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7179         Use `gnus-extract-address-component-email' to fix bug of comparing full
7180         sender name to `user-mail-address'.
7181
7182 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7185         catch/throw to optimize.
7186         (gnus-registry-find-keywords): Just use member to find a keyword.
7187
7188 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7189
7190         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7191         is current before calling gnus-server-prepare.
7192         (gnus-server-setup-buffer, gnus-server-update-server)
7193         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7194
7195 2008-05-04  Juri Linkov  <juri@jurta.org>
7196
7197         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7198         (mailcap-file-default-commands): Use mailcap-replace-in-string
7199         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7200         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7201
7202 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7203
7204         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7205
7206 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7207
7208         * gnus.el: Bump version to 0.11.
7209
7210 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7211
7212         * gnus.el: No Gnus v0.10 is released.
7213
7214 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7217         hooks.
7218         (gnus-update-read-articles): Speed up non-marks-using users.
7219         (gnus-use-marks): Define gnus-use-marks.
7220         (gnus-propagate-marks): Rename variable to something more sensible.
7221
7222 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7223
7224         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7225         (gmm-image-load-path-for-library): Fix typos in docstrings.
7226         (gmm-message): Reflow docstring.
7227
7228 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * mail-source.el (mail-source-set-1, mail-source-bind):
7231         Move auth-source code out of the macro to clean it up and fix bugs.
7232
7233 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7236         by sender if it's equal to user-mail-address, it's likely to be
7237         useless.
7238
7239         * mail-source.el (mail-source-bind): Don't use user or password if they
7240         are not bound.  Unintern them if they are nil.  Don't use server unless
7241         it's bound, and default it to empty string otherwise.
7242
7243 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * mail-source.el: Load auth-source.el.
7246         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7247         get user name or password, if auth-sources is set up.
7248
7249         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7250         strategy of splitting with parent.
7251         (gnus-registry-split-fancy-with-parent)
7252         (gnus-registry-post-process-groups): Use it and fix prior
7253         bug (returning a list as the split result).
7254
7255         * auth-source.el (auth-sources): Remove server parameter.
7256         (auth-source-pick, auth-source-user-or-password)
7257         (auth-source-user-or-password-imap)
7258         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7259         (auth-source-user-or-password-sftp)
7260         (auth-source-user-or-password-smtp): Remove server parameter.
7261
7262 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7263
7264         * smime.el (smime-sign-region, smime-encrypt-region)
7265         (smime-decrypt-region):
7266         Remove redundant calls to `generate-new-buffer-name'.
7267
7268 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7269
7270         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7271         Don't use QP for message/rfc822.
7272         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7273
7274 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7275
7276         * sieve-manage.el (sieve-string-bytes): Remove.
7277         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7278         correct byte-length only if the process's coding-system is the same as
7279         the one used internally by Emacs to represent strings.
7280
7281 2008-04-22  Juri Linkov  <juri@jurta.org>
7282
7283         * mailcap.el (mailcap-file-default-commands): New function.
7284
7285 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * message.el (message-signature-separator, message-cite-function):
7288         Change custom version.
7289
7290 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7291
7292         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7293         commands.
7294         (tls-checktrust): Ditto.
7295
7296 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * mm-decode.el (mm-display-external): Make temp file read-only.
7299
7300 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7303         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7304         `C-c C-f d'.
7305
7306 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7307
7308         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7309
7310 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus.el: Bump version to 0.9.
7313
7314 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus.el: No Gnus v0.8 is released.
7317
7318 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7319
7320         * mail-source.el (mail-source-value):
7321         Prefer fboundp to functionp so it works with macros as well.
7322
7323 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7324
7325         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7326         Fix last change in case the element is not even a symbol.
7327
7328 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7329
7330         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7331         Prefer fboundp to functionp so it works with macros as well.
7332
7333 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7334
7335         * auth-source.el: Add docs.
7336         (auth-sources): Modify format to support server.
7337         (auth-source-pick, auth-source-user-or-password)
7338         (auth-source-user-or-password-imap)
7339         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7340         (auth-source-user-or-password-sftp)
7341         (auth-source-user-or-password-smtp): Add server parameter.
7342
7343 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * gnus-registry.el: Initialize the registry when gnus-registry-install
7346         is t.
7347
7348 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * compface.el (uncompface): Make buffer unibyte.
7351
7352 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7353
7354         * mail-source.el (mail-source-value):
7355         Prefer fboundp to functionp so it works with macros as well.
7356
7357 2008-04-05  Glenn Morris  <rgm@gnu.org>
7358
7359         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7360
7361 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7362
7363         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7364         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7365
7366         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7367         multibyteness after rather than before erasing it.
7368
7369         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7370         mm-with-multibyte.
7371         (gnus-request-article-this-buffer): Make sure the proper decoding is
7372         used if gnus-original-article-buffer happens to be unibyte.
7373
7374         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7375         default-enable-multibyte-characters.
7376
7377         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7378         default-enable-multibyte-characters.
7379
7380         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7381
7382         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7383
7384 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7385
7386         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7387         Fix last change in case the element is not even a symbol.
7388
7389 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7390
7391         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7392         (imap-message-copyuid-1): Use it.
7393         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7394         J. Williams in
7395         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7396
7397         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7398         imap-enable-exchange-bug-workaround.
7399         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7400
7401 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7402
7403         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7404         a 100 byte status-checks into a 2-3MB transfer for each group.
7405         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7406         to enable bug workaround or not.
7407         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7408
7409 2008-03-31  Glenn Morris  <rgm@gnu.org>
7410
7411         * message.el (mml2015-use): Declare for compiler.
7412         (message-info): Require mml2015 when appropriate.
7413
7414 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7417         whitespace.
7418
7419 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7420
7421         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7422         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7423         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7424         (nntp-service-to-port): New function.
7425         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7426         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7427         (nntp-open-netcat-stream): New function.
7428         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7429
7430 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7431
7432         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7433
7434 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7437
7438 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7439
7440         * dns.el (dns-write): Use set-buffer-multibyte.
7441
7442 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7443
7444         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7445
7446 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * message.el (message-signature-separator): Change default.
7449         Improve custom type.
7450         (message-cite-function): Change default to
7451         message-cite-original-without-signature.
7452
7453         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7454         toggle.
7455
7456         * message.el (message-check-news-body-syntax): Fix signature check.
7457         (message-setup-1): Mark buffer as unmodified _after_ running
7458         message-setup-hook and handling message-alternative-emails.
7459         (message-shorten-references): Be more strict when building list of
7460         valid references to comply with GNKSA.
7461
7462         * gnus-group.el (gnus-read-ephemeral-bug-group)
7463         (gnus-read-ephemeral-debian-bug-group)
7464         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7465
7466         * message.el (message-info): Don't use booleanp which isn't supported
7467         in Emacs 21 and XEmacs.
7468
7469 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7472         gnus-group-gmane-group-download-format.
7473         (gnus-group-read-ephemeral-gmane-group): Rename from
7474         gnus-group-read-ephemeral-gmane-group.
7475         (gnus-read-ephemeral-gmane-group-url): Rename from
7476         gnus-group-read-ephemeral-gmane-group-url.
7477         (gnus-bug-group-download-format-alist): New variable.
7478         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7479         (gnus-read-ephemeral-emacs-bug-group): New commands.
7480
7481 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7484         (gnus-visible-headers): Improve custom type.
7485
7486 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * mml.el (mml-menu): Add workarounds for XEmacs.
7489
7490         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7491         X-Boundary header.
7492
7493         * message.el (message-simplify-recipients): Fix previous commit.
7494
7495 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7496
7497         * mm-util.el (mm-set-buffer-multibyte): New function.
7498         * mm-decode.el (mm-copy-to-buffer): Use it.
7499
7500         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7501         Prefer fboundp to functionp so it works with macros as well.
7502
7503 2008-03-19  Glenn Morris  <rgm@gnu.org>
7504
7505         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7506         Accidentally removed in the sync process with Emacs.
7507
7508 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * message.el (message-alter-recipients-discard-bogus-full-name):
7511         New function.
7512         (message-alter-recipients-function): New variable.
7513         (message-get-reply-headers): Use it.
7514         (message-replace-header): New helper function.
7515         (message-recipients-without-full-name): New variable.
7516         (message-simplify-recipients): New command.
7517
7518         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7519
7520         * message.el (message-info): Handle EasyPG manual.
7521
7522         * mml.el (mml-menu): Add entry for EasyPG.
7523
7524 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7525
7526         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7527         parameter.
7528
7529         * message.el (message-disassociate-draft): Specify drafts group name
7530         fully.
7531
7532 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7533
7534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7535         Eliminate unnecessary duplicates from the match list.
7536
7537 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7540
7541         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7542
7543         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7544         args of `how-many' of which the XEmacs version doesn't take; declare
7545         Info-index-next as function.
7546
7547 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * gnus-score.el (gnus-score-headers): Fix handling of
7550         gnus-inhibit-slow-scoring.
7551
7552         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7553         string.
7554         (gnus-button-url-regexp): Improve handling of parenthesis.
7555         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7556         (gnus-button-handle-info-keystrokes): Handle index entries.
7557
7558 2008-03-15  Glenn Morris  <rgm@gnu.org>
7559
7560         * parse-time.el (parse-time-string): Simplify.
7561
7562 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7565         Incoming* files.
7566
7567 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * auth-source.el (auth-sources): Rename from auth-source-choices.
7570         (auth-source-pick): Use it.
7571
7572 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7573
7574         * binhex.el (binhex-decode-region-internal):
7575         * uudecode.el (uudecode-decode-region-internal):
7576         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7577         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7578         setting default-enable-multibyte-characters.
7579
7580 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7581
7582         * auth-source.el (auth-source-protocols)
7583         (auth-source-protocols-customize, auth-source-choices): Add and
7584         modified variable customizations and defaults.
7585         (auth-source-pick, auth-source-user-or-password)
7586         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7587         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7588         (auth-source-user-or-password-sftp)
7589         (auth-source-user-or-password-smtp): Use new variables and provide an
7590         interface to netrc.el.
7591
7592 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7595         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7596         Make sure the nntp port to specify is a string.
7597
7598 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7599
7600         * nntp.el: Use with-current-buffer.
7601         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7602         dubious mm-with-unibyte-current-buffer.
7603         (nntp-with-open-group-function): New function extracted from
7604         nntp-with-open-group macro.
7605         (nntp-with-open-group): Use the function, so it's easier to debug.
7606         Add indentation and debugging info.
7607         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7608         Recommend the use of the netcat alternatives.
7609
7610         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7611         Avoid mm-string-as-multibyte as well.
7612
7613         * nnweb.el (nnweb-insert-html):
7614         Remove use of nnheader-string-as-multibyte.
7615
7616         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7617         (nnheader-string-as-multibyte): Remove.
7618
7619         * mm-view.el: Use inhibit-read-only.
7620         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7621         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7622         or unibyte-string.
7623
7624         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7625         (mm-uu-yenc-extract): Use with-current-buffer.
7626
7627         * gnus-soup.el (gnus-soup-send-packet): Don't use
7628         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7629
7630         * nnmh.el: Use with-current-buffer.
7631         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7632         mm-string-as-multibyte on the output of mm-encode-coding-string.
7633
7634         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7635         (nnimap-request-move-article): Use with-current-buffer.
7636
7637         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7638         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7639         conversion uses string-make-unibyte rather than string-as-unibyte.
7640
7641         * gnus-msg.el: Use with-current-buffer.
7642
7643         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7644
7645 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7646
7647         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7648         string for caching if it is 'PIN.
7649
7650 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * lpath.el: Consider the case without Emacs/W3.
7653
7654 2008-03-08  Glenn Morris  <rgm@gnu.org>
7655
7656         * time-date.el (date-to-time, time-subtract, time-add)
7657         (safe-date-to-time): Doc fixes.
7658
7659 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * mail-source.el (mail-source-delete-old-incoming-confirm):
7662         Change default to nil.
7663         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7664
7665 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * lpath.el: Rearrange.
7668
7669         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7670         (gnus-article-goto-prev-page): Work for articles having ^L's.
7671
7672         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7673
7674         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7675
7676 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7677
7678         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7679         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7680         (gnus-bookmark-jump): Adjust some variable names.
7681
7682 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * auth-source.el: New package.
7685         (auth-source-choices): Add customization entry point variable.
7686
7687         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7688         bug.
7689
7690 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7693         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7694         (gnus-registry-install-shortcuts): Rename from
7695         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7696         the `gnus-registry-mark-map' keymap dynamically from
7697         `gnus-registry-marks'.  The generated functions update the summary line
7698         when a registry mark is added or deleted, and will call
7699         `gnus-registry-install-p' (see the comments in the code).
7700         (gnus-registry-user-format-function-M): Use concat intelligently.
7701
7702         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7703         the registry mark functions.
7704
7705 2008-03-05  Glenn Morris  <rgm@gnu.org>
7706
7707         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7708         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7709         gnus-art.
7710         (top-level): No need to load own source when compiling.
7711
7712 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7715         Suggested by <chris.anderton@zetnet.co.uk>.
7716
7717 2008-03-04  Glenn Morris  <rgm@gnu.org>
7718
7719         * gnus-sum.el (top-level): No need to require gnus when compiling,
7720         since unconditionally required near start of file.
7721         (gnus-summary-display-while-building): Move definition before use.
7722
7723 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * gnus-registry.el (gnus-registry-user-format-function-M):
7726         Add formatting function.
7727
7728 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7731         with plists.
7732         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7733         Use new format.
7734
7735 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7738         `where-is-internal' that returns a range of key sequences.
7739
7740 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7741
7742         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7743
7744         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7745         (gnus-summary-jump-to-group): Consider windows on other displayed
7746         frames as well.  Similar changes might be needed elsewhere, but that's
7747         the one I've bumped into during my use.
7748
7749         * nndoc.el (nndoc-oe-dbx-type-p):
7750         * gnus-msg.el (gnus-debug):
7751         * gnus-group.el (gnus-update-group-mark-positions):
7752         Use mm-string-to-multibyte.
7753
7754 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7757         doesn't handle NotDashEscaped.
7758
7759         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7760         (mml-dnd-attach-options): Fix typo in custom choice.
7761
7762         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7763         Change nndoc-article-type to mbox.
7764         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7765
7766         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7767         to nil, instead of html2text.
7768
7769         * imap.el (imap-debug): Add `imap-ping-server'.
7770
7771         * gnus-bookmark.el: Add FIXMEs.
7772
7773         * message.el (message-form-letter-separator)
7774         (message-send-form-letter-delay): New variables.
7775         (message-send-form-letter): Use them.  New command to send form
7776         letters.  Requested by Uwe Siart.
7777         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7778
7779 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * Update copyright years.
7782
7783 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         Sync from EMACS_22_BASE.
7786
7787         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7788
7789 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7790
7791         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7792         empty author.
7793
7794 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * gnus-registry.el (gnus-registry-marks): Add variable for
7797         customization of marks and their appearance.
7798         (gnus-registry-read-mark): Use it.
7799         (gnus-registry-do-marks): Add utility function to loop through
7800         `gnus-registry-marks'.
7801         (gnus-registry-install-shortcuts-and-menus): Add function to install
7802         shortcuts and menus.
7803         (gnus-registry-initialize): Use it.
7804         (gnus-registry-default-mark): Clarify documentation.
7805
7806 2008-02-29  Glenn Morris  <rgm@gnu.org>
7807
7808         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7809         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7810         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7811         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7812         Change defcustom :version from 23.0 to 23.1.
7813
7814 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * gnus-registry.el (gnus-registry-follow-group-p)
7817         (gnus-registry-post-process-groups): Add functions to aid registry
7818         splitting and improve logging.  Clarify behavior in function
7819         documentation.
7820         (gnus-registry-split-fancy-with-parent): Use them.
7821
7822 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7823
7824         * gnus-art.el: Use with-current-buffer.
7825
7826 2008-02-27  David Engster  <dengste@eml.cc>
7827
7828         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7829         Express real group name in the response.
7830
7831 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7834         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7835         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7836         autoload gnus-registry-fetch-group when compiling.
7837         (nnmairix-request-group-with-article-number-correction):
7838         Remove unreferenced argument passed to nnmairix-call-backend.
7839
7840 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7843         (mm-uu-extract): Improve face for low color ttys.
7844         Reported by Sascha Wilde.
7845
7846 2008-02-27  Glenn Morris  <rgm@gnu.org>
7847
7848         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7849         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7850         variables to defconsts.  Convert comments to doc-strings.
7851         (nnmairix-last-server, nnmairix-current-server): Convert from free
7852         variables to defvars.  Convert comments to doc-strings.
7853         (gnus-registry-fetch-group): Autoload.
7854         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7855         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7856         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7857         caddr.
7858         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7859         nnmairix-request-group-with-article-number-correction call.
7860         (nnmairix-fast, nnmairix-group): New, less general names, for free
7861         variables passed from nnmairix-request-group to
7862         nnmairix-request-group-with-article-number-correction.  Declare.
7863         (nnmairix-request-group-with-article-number-correction):
7864         Use nnmairix-fast, nnmairix-group rather than fast, group.
7865
7866 2008-02-26  David Engster  <dengste@eml.cc>
7867
7868         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7869         version 0.5.
7870
7871 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7874         instead of making an extra function call.  Don't add the current group
7875         to articles only when they have the group.  Use
7876         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7877         Reported by David <de_bb@arcor.de>.
7878
7879 2008-02-24  Miles Bader  <miles@gnu.org>
7880
7881         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7882         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7883         (mm-find-mime-charset-region):
7884         * mm-bodies.el (mm-encode-body):
7885         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7886
7887 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7890         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7891
7892 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * mail-source.el (mail-source-delete-incoming): Change default.
7895         Supplement doc string.
7896
7897         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7898
7899 2008-02-14  Glenn Morris  <rgm@gnu.org>
7900
7901         * time-date.el (format-seconds): New function.
7902
7903 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * nnmail.el (nnmail-message-id-cache-file): Derive from
7906         `gnus-home-directory'.
7907
7908 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7911         Document negative prefix.
7912
7913         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7914
7915 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * message.el (message-unsent-separator): Add the Exim bounce
7918         separator.
7919
7920 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7921
7922         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7923         list.
7924         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7925         recipient/signer list.
7926
7927 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * Makefile.in (datarootdir): Define.
7930         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7931         name that might contain whitespace.
7932
7933 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7936         fbound (Emacs 23 unicode), signal an error.
7937
7938 2008-02-08  Glenn Morris  <rgm@gnu.org>
7939
7940         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7941
7942 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7943
7944         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7945         ports to the calls to `netrc-machine-user-or-password' in addition to
7946         "imap" and "imaps".
7947
7948 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7949
7950         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7951
7952         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7953
7954 2008-02-01  Kenichi Handa  <handa@m17n.org>
7955
7956         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7957         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7958         (rfc2104-hash): Convert the result of concat to unibyte string.
7959
7960 2008-02-01  Dave Love  <fx@gnu.org>
7961
7962         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7963         coding-system-for-read.
7964         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7965
7966 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7969         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7970         <hanche@math.ntnu.no>.
7971
7972 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7975
7976         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7977
7978 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7979
7980         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7981         * message.el (message-beginning-of-line): Use featurep instead of bound
7982         tests in order to resolve conditionals at compile time.
7983
7984 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7985
7986         * mail-source.el (mail-sources): Add `group' choice.
7987
7988         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7989         parameter `in-group' to control into which group the articles go.
7990         Add treatment of `group' mail-source.
7991
7992 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7995
7996         * mm-decode.el (mm-dissect-buffer): Decode description.
7997
7998         * mml.el (mml-to-mime): Encode message header first.
7999
8000 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8003         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8004
8005         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8006         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8007
8008 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8011
8012 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8015         prefix keys.
8016         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8017         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8018         gnus-xmas.el.
8019
8020         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8021         (gnus-xmas-article-describe-bindings): New function.
8022         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8023         gnus-xmas-article-describe-bindings.
8024
8025         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8026
8027 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8030         Add new variables for article mark management.
8031         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8032         list of extra data entries which, when present, will indicate that the
8033         article ID should not be trimmed from the registry.
8034         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8035         functions.
8036         (gnus-registry-read-mark): New function to read a mark name from the
8037         user.
8038         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8039         (gnus-registry-set-article-mark-internal): New functions to add and
8040         remove marks.
8041         (gnus-registry-get-article-marks): New function to show the marks for
8042         an article, or retrieve them for further use.
8043
8044 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8047         keys when no argument is given.
8048
8049 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * imap.el (imap-ping-server): New variable.
8052         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8053         (imap-ping-server): Minor doc string fixes.
8054
8055 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8056
8057         * imap.el (imap-ping-server): New function.
8058         (imap-opened): Call imap-ping-server.
8059
8060 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-sum.el (gnus-article-sort-by-random)
8063         (gnus-thread-sort-by-random): Fix doc strings.
8064         Reported by jidanni@jidanni.org.
8065
8066 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-art.el (gnus-article-describe-bindings): New function.
8069         (gnus-article-read-summary-keys): Use it.
8070         (gnus-article-mode-map): Bind `C-h b' to it.
8071
8072 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8075         XEmacs.
8076         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8077         Protect against non-character events.
8078
8079         * lpath.el: Fbind map-keymap for Emacs 21.
8080
8081 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8084         New command.
8085         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8086         instead of END.  Change name of the temp file.
8087         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8088         customizable.
8089
8090 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8093         bind `S W' to gnus-article-wide-reply-with-original; set default
8094         binding to gnus-article-read-summary-send-keys.
8095         (gnus-article-read-summary-keys): Fix the order of keys; display
8096         continuation keys correctly in the echo area; describe bindings
8097         correctly when keys end with `C-h'.
8098         (gnus-article-read-summary-send-keys): New function.
8099         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8100         Work for gnus-article-read-summary-send-keys; display continuation keys
8101         correctly in the echo area.
8102         (gnus-article-reply-with-original): Ignore prefix argument.
8103         (gnus-article-wide-reply-with-original): New function.
8104
8105         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8106         Emacs 21.
8107
8108 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8111         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8112
8113 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8116         (gnus-group-read-ephemeral-gmane-group): New command.
8117
8118 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8119
8120         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8121
8122 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * message.el (message-send-mail-function): Increase custom version.
8125
8126         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8127         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8128
8129 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8132         for the cases where imap-authenticate is called with a nil buffer
8133         parameter.
8134
8135 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8138         html parts correctly; support forwarded messages.
8139         (gnus-article-browse-html-article): Remove work buffers.
8140
8141         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8142         compiling.
8143         (netrc-bound-and-true-p): New macro.
8144         (netrc-parse): Use it instead of bound-and-true-p that is not available
8145         in XEmacs 21.4.
8146
8147 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-registry.el (gnus-registry-mark-article)
8150         (gnus-registry-article-marks): Add functionality to mark articles
8151         through the Gnus registry.
8152
8153         * encrypt.el: Clarify documentation for the new pgg method.
8154         (encrypt-file-alist): Add PGG option.
8155         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8156         functionality.  Abstract password key and messaging to external
8157         functions.
8158         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8159         (encrypt-message-method-and-cipher): Add new convenience external
8160         functions.
8161         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8162         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8163
8164         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8165         (netrc-parse): Use encrypt-file-alist to determine if
8166         encrypt-find-model or encrypt-insert-file-contents should be used.
8167
8168         * encrypt.el: Clarify documentation.  Load password-cache or
8169         password, whichever one is found first, instead of autoloading.
8170
8171 2007-12-19  Glenn Morris  <rgm@gnu.org>
8172
8173         * mml.el (message-options-set, message-narrow-to-head)
8174         (message-in-body-p, message-mail-p, message-encode-message-body):
8175         Autoload.
8176         (message-remove-header, message-narrow-to-headers-or-head)
8177         (message-subscribed-p, message-make-mail-followup-to)
8178         (message-position-on-field, message-news-p)
8179         (message-options-set-recipient, message-generate-headers)
8180         (message-sort-headers): Declare as functions.
8181
8182 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8185         convention in doc string.
8186
8187 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8190         title to html parts.
8191         (gnus-article-browse-html-article): Pass message header to it.
8192
8193         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8194
8195 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8198         or password compatible with XEmacs.
8199
8200 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8203         format document.
8204         (gnus-mime-delete-part): Don't write description line if empty.
8205         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8206
8207 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8208
8209         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8210         (gnus-summary-mark-read-and-unread-as-read)
8211         (gnus-summary-mark-current-read-and-unread-as-read)
8212         (gnus-summary-mark-unread-as-ticked): Doc fix.
8213         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8214
8215 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8218         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8219
8220 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8223         yes-or-no-p.
8224
8225 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * mm-decode.el (mm-add-meta-html-tag): New function.
8228         (mm-save-part-to-file, mm-pipe-part): Use it.
8229
8230         * gnus-art.el (gnus-article-browse-delete-temp-files):
8231         Use gnus-y-or-n-p instead of y-or-n-p.
8232         (gnus-article-browse-html-parts): Work with message/external-body; use
8233         mm-add-meta-html-tag.
8234
8235 2007-12-11  Glenn Morris  <rgm@gnu.org>
8236
8237         * gnus-cache.el: Require gnus-sum not just when compiling.
8238
8239         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8240
8241         * gnus-int.el (gnus-server-opened, gnus-status-message):
8242         Move definitions before use.
8243
8244         * mm-decode.el: Require gnus-util.
8245         (mm-remove-part): Only call delete-annotation on XEmacs.
8246
8247         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8248
8249         * nnmail.el: Require gnus-int.
8250
8251         * spam.el: Move `require's before `eval-when-compile's.
8252
8253         * gnus-ems.el (gnus-alive-p):
8254         * gnus-fun.el (message-goto-eoh):
8255         * gnus-util.el (gnus-group-name-decode):
8256         * mail-source.el (gnus-compress-sequence):
8257         * message.el (Info-goto-node, format-spec):
8258         * mm-bodies.el (message-options-get):
8259         * mm-decode.el (mm-view-pkcs7):
8260         * mm-util.el (gmm-write-region):
8261         * mml-smime.el (mml-compute-boundary)
8262         (gnus-completing-read-with-default):
8263         * mml.el (widget-button-press, gnus-make-hashtable):
8264         * mml1991.el (mm-decode-content-transfer-encoding)
8265         (mm-encode-content-transfer-encoding)
8266         (message-options-get, message-options-set):
8267         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8268         * nnfolder.el (gnus-request-group):
8269         * nnheader.el (ietf-drums-unfold-fws):
8270         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8271         * smime.el (gnus-run-mode-hooks):
8272         * spam-stat.el (gnus-message): Autoload.
8273
8274         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8275         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8276         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8277         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8278         Add declare-function compatibility definition.
8279
8280         * gnus-cache.el (nnvirtual-find-group-art):
8281         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8282         (gnus-add-image, gnus-add-wash-type):
8283         * gnus-group.el (nnkiboze-score-file):
8284         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8285         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8286         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8287         (message-tokenize-header, gnus-get-buffer-create)
8288         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8289         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8290         * gnus.el (gnus-group-decoded-name):
8291         * mail-source.el (imap-capability):
8292         * mm-bodies.el (message-options-set):
8293         * mm-decode.el (gnus-configure-windows):
8294         * mm-extern.el (message-goto-body):
8295         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8296         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8297         (epg-sub-key-validity, message-options-set):
8298         * mml.el (widget-event-point, gnus-configure-windows):
8299         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8300         * mml2015.el (epg-check-configuration, epg-configuration)
8301         (message-options-set):
8302         * nndb.el (nndb-request-article):
8303         * nnfolder.el (gnus-request-create-group):
8304         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8305         * nnmaildir.el (gnus-group-mark-article-read):
8306         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8307         * rfc1843.el (message-fetch-field):
8308         * spam.el (gnus-extract-address-components):
8309         Declare as functions.
8310
8311 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8314
8315         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8316
8317         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8318         bind show-trailing-whitespace for XEmacs.
8319
8320 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8323         new no-op macro for backward compatibility.
8324
8325         * imap.el (imap-string-to-integer): New function.
8326
8327 2007-12-09  Glenn Morris  <rgm@gnu.org>
8328
8329         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8330
8331         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8332         * message.el, mm-view.el, sieve-manage.el, smime.el:
8333         Add declare-function compatibility definition.
8334
8335         * gnus-art.el (w3-region, w3m-region, Info-menu):
8336         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8337         * gnus-sum.el (gnus-get-predicate):
8338         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8339         * message.el (mail-abbrev-in-expansion-header-p):
8340         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8341         (w3m-detect-meta-charset, w3m-region):
8342         * sieve-manage.el (password-read, password-cache-add)
8343         (password-cache-remove):
8344         * smime.el (password-read-and-add): Declare as functions.
8345
8346 2007-12-08  David Kastrup  <dak@gnu.org>
8347
8348         * gnus-sum.el (gnus-summary-simplify-subject-query):
8349         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8350         `message'.
8351
8352 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8355         it to bind idna-program, installation-directory, defined-colors, and
8356         face-attribute for XEmacs of the version that compiles defcustom forms.
8357
8358 2007-12-07  Glenn Morris  <rgm@gnu.org>
8359
8360         * gnus-art.el (article-make-date-line): Revert previous change.
8361
8362 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8365
8366 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8367
8368         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8369         Call gnus-add-to-range ranges only once with a prepared article-list.
8370
8371 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8372
8373         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8374         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8375         group names with backslashes.
8376         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8377
8378 2007-12-06  Deepak Goel  <deego3@gmail.com>
8379
8380         * gnus-art.el (article-make-date-line):
8381         * gnus-start.el (gnus-load):
8382         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8383
8384 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-art.el (gnus-use-idna)
8387         * gnus-start.el (gnus-site-init-file)
8388         * message.el (message-use-idna)
8389         * mm-uu.el (mm-uu-hide-markers)
8390         * smiley.el (smiley-style): Revert changes that suppress warnings.
8391
8392 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8395         specify charset to html source.
8396         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8397
8398 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8401         idna-program in order to suppress byte compile warning issued by XEmacs
8402         that came to byte compile the default value section of defcustom forms
8403         recently.
8404
8405         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8406         value of installation-directory.
8407
8408         * message.el (message-use-idna): Don't directly refer to the value of
8409         idna-program.
8410
8411         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8412
8413         * smiley.el (smiley-style): Don't directly call face-attribute.
8414
8415 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8418
8419         * gnus-dired.el: Reduce Gnus dependencies.
8420         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8421         Don't require.  Use autoloads instead.
8422         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8423         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8424         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8425         (gnus-dired-mode): Adjust doc string.
8426         (gnus-dired-mail-mode): New variable.
8427         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8428         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8429         (gnus-dired-mail-buffers): New function.  Return mail or message
8430         composition buffers.
8431         (gnus-dired-attach): Use it.
8432         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8433         NO-DECODE.
8434         (gnus-dired-print): Use `gnus-print-buffer' depending on
8435         `gnus-dired-mail-mode'.
8436
8437 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * rfc2047.el (rfc2047-encoded-word-regexp)
8440         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8441         explaining what regexp patterns are for.
8442
8443 2007-12-04  Glenn Morris  <rgm@gnu.org>
8444
8445         * password.el: Move to password-cache.el.
8446
8447         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8448         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8449         * mml-smime.el (password-read, password-cache-add)
8450         (password-cache-remove):
8451         No need to autoload, since mml-sec requires password.
8452
8453         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8454         * message.el (gnus-extract-address-components):
8455         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8456
8457         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8458         password.
8459
8460 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * mailcap.el: Reduce dependencies.
8463         (mail-header-parse-content-type): Autoload.
8464         (mailcap-delete-duplicates): New alias.
8465         (mailcap-mime-info): Add optional argument NO-DECODE.
8466         (mailcap-mime-types): Use mailcap-delete-duplicates.
8467
8468         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8469
8470 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8471
8472         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8473         (imap-parse-status): Upcase status-att for servers that sends them
8474         lower-case (e.g., MS Exchange 2007).
8475
8476 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8479         function.
8480
8481         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8482         (gnus-uu-yenc-article): New function.
8483
8484         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8485
8486         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8487
8488 2007-12-02  Glenn Morris  <rgm@gnu.org>
8489
8490         * binhex.el (binhex): New custom group.
8491         (binhex-decoder-program, binhex-decoder-switches)
8492         (binhex-use-external): Move to the binhex custom group.
8493
8494         * uudecode.el (uudecode): New custom group.
8495         (uudecode-decoder-program, uudecode-decoder-switches)
8496         (uudecode-use-external): Move to the uudecode custom group.
8497
8498         * netrc.el (top-level): Don't load `encrypt' features.
8499         (netrc-parse): Don't use encrypt.
8500         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8501
8502         * encrypt.el: Remove file.
8503
8504 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8507         matches on patches.
8508
8509         * gnus-art.el (gnus-article-browse-html-article):
8510         Mention `mm-text-html-renderer' in the doc string.
8511
8512         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8513         string.  Add comments.
8514
8515         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8516         if rhs is ASCII.
8517
8518 2007-12-01  Glenn Morris  <rgm@gnu.org>
8519
8520         * mail-source.el (top-level): Require format-spec before
8521         eval-when-compile.
8522
8523 2007-11-30  Glenn Morris  <rgm@gnu.org>
8524
8525         * encrypt.el: Require password, rather than autoloading password-read.
8526
8527 2007-11-29  Glenn Morris  <rgm@gnu.org>
8528
8529         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8530         (sasl-make-client, sasl-next-step, sasl-step-data)
8531         (sasl-step-set-data): Declare as functions.
8532
8533 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8536
8537 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8538
8539         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8540         certs should be verified and what is to be done in the event of a
8541         verification failure.
8542
8543         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8544         caller can indicate whether the cache should be disregarded for this
8545         call.  This way the result of the call is reproducible at all times and
8546         can be considered a canonical server name for the supplied method.
8547         (gnus-agent-method-p): Canonicalize server names by pushing their
8548         method through `gnus-method-to-server' using the no-cache argument.
8549
8550         * gnus-srvr.el (gnus-server-insert-server-line):
8551         Call `gnus-method-to-server' with `no-cache' argument.
8552
8553         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8554         gnus-agent-possibly-synchronize-flags as this should be called when the
8555         server is actually being opened.
8556         (gnus-agent-possibly-synchronize-flags)
8557         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8558         flags file of an agentized server to the latter function.
8559
8560         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8561         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8562         after a connection has been established successfully.
8563
8564 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (article-display-face): Force to display face if called
8567         interactively; check if gnus-article-x-face-too-ugly matches author.
8568         (article-display-x-face): Display face even if From header is missing
8569         as article-display-face does.
8570
8571 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8572
8573         * hashcash.el (message-narrow-to-headers-or-head)
8574         (message-fetch-field, message-goto-eoh)
8575         (message-narrow-to-headers): Declare as functions.
8576
8577 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * mail-source.el (mail-sources): Default to fetch from file for
8580         compatibility with default of nnmail-spool-file.
8581
8582 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8585         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8586         to look for encoded word that should be encoded again.
8587         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8588         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8589         encoding pattern.
8590         (rfc2047-decode-region): Switch strict regexp and loose one according
8591         to rfc2047-allow-irregular-q-encoded-words.
8592
8593 2007-11-25  Romain Francoise  <romain@orebokech.com>
8594
8595         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8596
8597 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * tls.el (tls-program): Provide more custom choices from
8600         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8601         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8602
8603 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8606         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8607
8608         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8609         `nnmail-spool-file'.
8610
8611         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8612         `nnmail-spool-file'.
8613
8614         * gnus-move.el (gnus-change-server): Ditto.
8615
8616         * gnus-kill.el (gnus-batch-score): Ditto.
8617
8618         * gnus-cache.el (gnus-jog-cache): Ditto.
8619
8620         * gnus-msg.el (gnus-summary-reply):
8621         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8622
8623 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8626         version.  Minor improvement to doc strings.
8627         (tls-program): Add comment.
8628
8629 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8630
8631         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8632         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8633         mismatch between the hostname provided in the certificate and the name
8634         of the host connnecting to.
8635         (open-tls-stream): Use them.  Check certificates against trusted root
8636         certificates.
8637
8638 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-cache.el (gnus-cache-generate-nov-databases):
8641         Use nnml-generate-nov-databases-directory instead of
8642         nnml-generate-nov-databases-1.
8643
8644 2007-11-24  Glenn Morris  <rgm@gnu.org>
8645
8646         * message.el (message-tool-bar-retro): Update for rename
8647         mail_send.xpm->mail-send.xpm.
8648
8649 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8652         `smime-ldap-search' for Emacs 22 and up.
8653
8654 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8655
8656         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8657
8658         * message.el (message-send-mail-function): Fix error convention.
8659         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8660         (message-widen-reply, message-send-mail, message-talkative-question)
8661         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8662         (message-clone-locals, message-send-news): Use with-current-buffer.
8663         (message-insert-or-toggle-importance): Remove unused var `valid'.
8664         (message-make-references): Remove unused var `new-references'.
8665         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8666
8667 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8668
8669         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8670         (spam-split-symbolic-return-positive): Reflow docstring.
8671         (spam-backends, spam-summary-exit-behavior)
8672         (spam-mark-ham-unread-before-move-from-spam-group)
8673         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8674         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8675         (spam-clear-cache, spam-backend-check, spam-install-backend)
8676         (spam-install-statistical-backend, spam-list-of-processors)
8677         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8678         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8679         (spam-check-crm114, spam-initialize, spam-unload-hook):
8680         Fix typos in docstrings.
8681
8682 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8685         been checked if they have never been read and those group levels are
8686         higher than the one that a user specified.
8687
8688 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8691         foreign groups unless a group level is specified by a user.
8692         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8693
8694 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * message.el (message-send-mail-function): Require sendmail.
8697
8698 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * message.el (message-send-mail-function): Check for smtpmail too.
8701
8702         * utf7.el (utf7-encode, utf7-decode): Use coding system
8703         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8704
8705         * message.el (message-send-mail-function): New function.
8706         (message-send-mail-function): Set default using
8707         message-send-mail-function.  Adjust doc string.
8708         (message-send-mail-with-mailclient): New function.
8709
8710 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8711
8712         * smime.el (from):
8713         * rfc2047.el (message-posting-charset):
8714         * qp.el (mm-use-ultra-safe-encoding):
8715         * pop3.el (parse-time-months):
8716         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8717         * nnml.el (files):
8718         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8719         (jka-compr-compression-info-list, ange-ftp-path-format)
8720         (efs-path-regexp):
8721         * nndiary.el (files):
8722         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8723         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8724         (epg-digest-algorithm-alist, inhibit-redisplay)
8725         (password-cache-expiry):
8726         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8727         (pgg-output-buffer, password-cache-expiry):
8728         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8729         (efs-path-regexp):
8730         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8731         (inhibit-redisplay):
8732         * mm-uu.el (file-name, start-point, end-point, entry)
8733         (gnus-newsgroup-name, gnus-newsgroup-charset):
8734         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8735         (latin-unity-ucs-list):
8736         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8737         (mm-uu-binhex-decode-function):
8738         * message.el (gnus-message-group-art, gnus-list-identifiers)
8739         (rmail-enable-mime-composing, gnus-local-organization)
8740         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8741         (gnus-read-active-file, facemenu-add-face-function)
8742         (facemenu-remove-face-function, gnus-article-decoded-p)
8743         (tool-bar-mode):
8744         * mail-source.el (display-time-mail-function):
8745         * gnus-util.el (nnmail-pathname-coding-system)
8746         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8747         (gnus-original-article-buffer, gnus-user-agent)
8748         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8749         (xemacs-codename, sxemacs-codename, emacs-program-version):
8750         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8751         * gnus-start.el (gnus-agent-covered-methods)
8752         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8753         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8754         (gnus-newsgroup-headers, gnus-group-list-mode)
8755         (gnus-group-mark-positions, gnus-newsgroup-data)
8756         (gnus-newsgroup-unreads, nnoo-state-alist)
8757         (gnus-current-select-method, mail-sources)
8758         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8759         (nnmail-spool-file, gnus-cache-active-hashtb):
8760         * gnus-mh.el (mh-lib-progs):
8761         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8762         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8763         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8764         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8765         (gnus-group-buffer):
8766         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8767         (font-lock-set-defaults):
8768         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8769         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8770         (gnus-summary-post-menu, total-parts, type, condition, length):
8771         * gnus-agent.el (gnus-agent-read-agentview):
8772         * flow-fill.el (show-trailing-whitespace):
8773         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8774         eval-and-compile wrappers for byte compiler pacifiers.
8775
8776         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8777         (mm-display-inline-fontify): Check for featurep 'xemacs not
8778         extent-list.
8779
8780         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8781         itimer-list.
8782         (mm-create-image-xemacs): Only do something for XEmacs.
8783         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8784
8785         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8786
8787         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8788         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8789
8790 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8791
8792         * nnimap.el (nnimap-split-download-body):
8793         * gnus-demon.el (gnus-demon):
8794         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8795
8796 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8799         New macros.
8800         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8801         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8802         copy data from unibyte buffer to multibyte current buffer.
8803         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8804         to copy data from unibyte current buffer to multibyte buffer.
8805         (nntp-make-process-buffer): Make process buffer unibyte.
8806
8807         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8808
8809 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8810
8811         * pop3.el (pop3-open-server): Accept and process data more robustly at
8812         connexion start to avoid spurious "POP SSL connexion failed" errors.
8813
8814 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8817         read group names.
8818
8819 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8822
8823 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8826         (nnmail-save-active): Use a unibyte buffer when saving active file,
8827         which may contain non-ASCII group names.
8828
8829         * nnml.el (nnml-request-group): Decode group names in messages.
8830
8831 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * message.el (message-citation-line-function)
8834         (message-insert-formatted-citation-line): Fix spelling of
8835         `message-insert-formated-citation-line'.
8836
8837 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8840
8841 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8844         nnmail-pathname-coding-system.
8845
8846         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8847         that a user enters; decode group names in messages.
8848
8849         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8850
8851 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8854
8855         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8856
8857         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8858         risky local variable.
8859
8860         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8861
8862 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8863
8864         * encrypt.el: Improve documentation to fix function name typo.
8865         Reported by Daiki Ueno <ueno@unixuser.org>.
8866
8867 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8870         even if the point is not in the last page of an article.
8871         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8872         back to the previous page.
8873
8874 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8877
8878 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8881
8882 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8883
8884         * message.el (message-check-news-body-syntax):
8885         Avoid mm-string-as-multibyte.
8886         (message-hide-headers): Don't assume (point-min)==1.
8887
8888 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * message.el (message-remove-blank-cited-lines): Fix if remove is
8891         given.
8892         (message-bogus-address-regexp): New variable.
8893         (message-bogus-recipient-p): New function.
8894         (message-check-recipients): New command.
8895         (message-syntax-checks): Add `bogus-recipient'.
8896         (message-fix-before-sending): Add `bogus-recipient'.
8897
8898         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8899         (gnus-treat-body-boundary): Don't test window-system.
8900
8901 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8902
8903         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8904
8905 2007-10-28  Miles Bader  <miles@gnu.org>
8906
8907         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8908         at compile-time too.
8909
8910 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-msg.el (gnus-message-setup-hook):
8913         Add `message-remove-blank-cited-lines' to options.
8914
8915 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * message.el (message-remove-blank-cited-lines): New function.
8918         Suggested by Karl Plästerer.
8919
8920 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8923         mapc.
8924
8925         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8926         (top-level): Use mapc to set functions to be traced for debugging.
8927
8928         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8929         called for effect with while loop.
8930
8931         * message.el (message-talkative-question): Replace mapcar called for
8932         effect with mapc.
8933
8934         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8935         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8936         called for effect with dolist.
8937
8938         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8939
8940         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8941         gnus-extra-headers and nnmail-extra-headers.
8942
8943         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8944         called for effect with dolist.
8945         (top-level): Use mapc to set functions to be traced for debugging.
8946
8947         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8948         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8949         dolist.
8950
8951         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8952         Replace mapcar called for effect with mapc.
8953         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8954         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8955         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8956         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8957
8958         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8959         remove-if that's a cl function.
8960
8961         * webmail.el (webmail-debug): Replace mapcar called for effect with
8962         dolist.
8963
8964         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8965         with mapc.
8966
8967 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8970         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8971         with while loop.
8972
8973         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8974         functions from article-* functions.
8975         (gnus-multi-decode-header): Replace mapcar called for effect with
8976         dolist.
8977
8978         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8979         (gnus-bookmark-show-details): Replace mapcar called for effect with
8980         while loop.
8981
8982         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8983         called for effect with while loop.
8984
8985         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8986         with dolist.
8987
8988         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8989         Replace mapcar called for effect with dolist.
8990
8991         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8992
8993         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8994         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8995         Replace mapcar called for effect with dolist.
8996         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8997         mapc.
8998
8999         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9000         Replace mapcar called for effect with dolist.
9001         (gnus-topic-list): Replace mapcar called for effect with mapc.
9002
9003         * gnus.el: Use mapc instead of mapcar to add autoloads.
9004
9005 2007-10-23  Richard Stallman  <rms@gnu.org>
9006
9007         * gnus-group.el (gnus-group-highlight): Mark as risky.
9008
9009 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus.el (gnus-server-to-method): Return method found first in
9012         gnus-newsrc-alist.
9013
9014         * gnus-art.el (gnus-article-highlight-signature)
9015         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9016         button overlay without the front stickiness.
9017
9018 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9019
9020         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9021         overview buffer needed a catch to receive its throw.
9022         (gnus-agent-flush-cache): Declare as interactive to make this function
9023         easier to use.
9024
9025 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9028         `next-line'.
9029
9030 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9033         exclude address matching message-dont-reply-to-names.
9034
9035 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-util.el (gnus-string<): New function.
9038
9039         * gnus-sum.el (gnus-article-sort-by-author)
9040         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9041
9042 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9045         the frame-focus tag is set in gnus-buffer-configuration.
9046
9047 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9050         the front stickiness.
9051
9052 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9055         url pattern; remove duplicate one.
9056         (gnus-article-extend-url-button): New function.
9057         (gnus-article-add-buttons): Use it.
9058         (gnus-button-push): Use concatenated url that it makes.
9059
9060 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9061
9062         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9063
9064 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9065
9066         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9067         Don't hardcode point-min==1.
9068
9069 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9072         Fix comment about "iso8859-1".
9073
9074 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9075
9076         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9077         ones returned from the verify-function.
9078
9079         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9080         Call mml2015-extract-cleartext-signature if extraction failed.
9081
9082 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9083
9084         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9085         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9086         failed.
9087
9088 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9091
9092 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9095         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9096         recommends to use EasyPG instead of PGG.
9097
9098         * pgg.el: Revert to revision 6.23.2.16.
9099
9100         * pgg-def.el: Revert to revision 6.6.2.14.
9101
9102         * pgg-gpg.el: Revert to revision 6.23.2.34.
9103
9104 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9105
9106         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9107         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9108         thread for both the null and zero (kill/expire thread) universal prefix
9109         cases.
9110         (gnus-summary-expire-thread): Add new function to expire a thread,
9111         using gnus-summary-kill-thread.
9112         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9113         shortcuts for gnus-summary-expire-thread.
9114         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9115         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9116
9117 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9118
9119         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9120         extras value, so an extras entry can be deleted.
9121         (gnus-registry-delete-extra-entry): Use it.
9122         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9123         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9124         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9125         storage through the gnus-registry, and provide an appropriate API for
9126         it.
9127
9128 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9131         Suggested by Leo <sdl.web@gmail.com>.
9132
9133         * gnus.el: Do.
9134
9135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9138         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9139
9140         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9141
9142         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9143         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9144
9145 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9148         newline.
9149         (nnmbox-request-accept-article): Don't change article in source buffer;
9150         narrow to header to use message-fetch-field rather than
9151         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9152         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9153         as delimiters; make sure article ends with newline.
9154         (nnmbox-delete-mail): Correct last position of article to be deleted;
9155         ignore X-Gnus-Newsgroup header in article body.
9156         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9157         positions; make sure article ends with newline.
9158
9159         * message.el (message-display-abbrev): Don't infloop when a user
9160         inserts SPC in the beginning of header.
9161
9162         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9163         coding-system-for-read and coding-system-for-write for XEmacs having no
9164         file-coding feature.
9165
9166         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9167
9168 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9169
9170         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9171         list of groups not followed by default.  Fix type to be regexp.
9172         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9173
9174 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9175
9176         * hmac-def.el (define-hmac-function): Switch from old-style to
9177         new-style backquotes.
9178
9179         * md4.el (md4-make-step): Likewise.
9180
9181 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9184         raw-text coding system when saving .newsrc file, which may contain
9185         non-ASCII group names.
9186
9187 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-cus.el (gnus-score-extra): New widget.
9190         (gnus-score-extra-convert): New function.
9191         (gnus-score-customize): Use it for Extra.
9192
9193 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9194
9195         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9196         (mml2015-mailcrypt-clear-verify): Use it.
9197         (mml2015-gpg-clear-verify): Use it.
9198         (mml2015-pgg-clear-verify): Use it.
9199         (mml2015-epg-clear-verify): Replace the current part with the output
9200         from GnuPG; don't extract the plaintext by itself.
9201
9202         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9203         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9204         mml2015-clear-verify-function; don't touch the armor headers or
9205         dash-escaped text here.
9206
9207 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9210         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9211         parts, or application/octet-stream as a last resort.
9212         (gnus-mime-view-part-as-type): Don't toggle display.
9213         (gnus-mime-view-part-as-charset): Don't turn off display before
9214         querying charset.
9215
9216         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9217         stuff to undisplayer function in Emacs.
9218         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9219
9220         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9221         text/calendar parts.
9222
9223 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9226         decoding text/calendar parts.
9227
9228         * message.el (message-forward-make-body-mime): Always mark body as
9229         having no illegible text; remove signed-or-encrypted argument.
9230         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9231
9232         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9233         (mml-generate-mime-1): Don't encode body if it is specified to be in
9234         raw form; don't make buffer be unibyte when inserting multibyte string.
9235
9236 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9237
9238         * sha1.el: Fix up comment style.
9239         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9240         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9241
9242         * hex-util.el: Fix up comment style.
9243         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9244
9245         * gnus-salt.el: Use with-current-buffer.
9246         (gnus-pick-setup-message): Fix long-standing typo.
9247
9248 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * imap.el (imap-logout-timeout): New variable.
9251         (imap-logout, imap-logout-wait): New functions.
9252         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9253
9254         * nnimap.el (nnimap-logout-timeout): New server variable.
9255         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9256         nnimap-logout-timeout.
9257
9258         * gnus-art.el (gnus-article-summary-command-nosave)
9259         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9260
9261 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus.el (gnus-maximum-newsgroup): New variable.
9264
9265         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9266         according to gnus-maximum-newsgroup.
9267
9268         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9269         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9270         Limit the range of articles according to gnus-maximum-newsgroup.
9271
9272 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9273
9274         * gnus-art.el (gnus-sticky-article): Fix problems described in
9275         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9276         Don't perform gnus-configure-windows here; reuse existing sticky
9277         article buffer.
9278
9279         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9280         it doesn't exist in gnus-article-mode.
9281
9282 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9285         (gnus-agent-decoded-group-name): New function.
9286         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9287         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9288
9289 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9290
9291         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9292         Add binding for gnus-sticky-article.
9293         (gnus-summary-exit): Don't kill sticky article buffers.
9294
9295         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9296         article buffer.
9297         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9298         (gnus-kill-sticky-article-buffers): New commands.
9299
9300 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * nntp.el (nntp-xref-number-is-evil): New server variable.
9303         (nntp-find-group-and-number): If it is non-nil, don't trust article
9304         numbers in the Xref header.
9305
9306 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-agent.el (gnus-agent-read-group): New function.
9309         (gnus-agent-flush-group, gnus-agent-expire-group)
9310         (gnus-agent-regenerate-group): Use it.
9311         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9312         nnmail-pathname-coding-system.
9313
9314 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9317
9318         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9319         that are unread as unread, and also as selected so that information of
9320         marks having been changed by a user may be updated when exiting group.
9321
9322 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9325
9326 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9329         calculated ignoring signature parts to gnus-treat-article.
9330
9331 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9334         a point here in order to keep the window start.
9335         (gnus-insert-mime-security-button): Make a button overlay without the
9336         front stickiness.
9337         (gnus-mime-display-security): Goto the end of a button.
9338
9339         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9340
9341 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9344         group-name-at-point.
9345         (gnus-group-completing-read): New function that offers decoded
9346         non-ASCII group names for completion.
9347         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9348         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9349         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9350         (gnus-group-fetch-control): Use it.
9351         (gnus-fetch-group): Use group-name-at-point for the initial value
9352         rather than the default value; use gnus-alive-p.
9353
9354         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9355         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9356         (gnus-summary-post-news): Use gnus-group-completing-read.
9357
9358         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9359         (gnus-read-move-group-name): Decode group name for completion.
9360
9361 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9362
9363         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9364         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9365         Yamaoka slightly modified the code).
9366
9367 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9370         (nnmail-split-incoming): Bind it.
9371
9372         * nnml.el (nnml-group-name-charset): New function.
9373         (nnml-decoded-group-name): Use it; don't decode group name if
9374         nnmail-group-names-not-encoded-p is non-nil.
9375         (nnml-encoded-group-name): New function.
9376         (nnml-group-pathname): Inline nnml-decoded-group-name.
9377         (nnml-request-expire-articles): Decode group name in message.
9378         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9379         nnmail-pathname-coding-system.
9380         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9381         not decoded ones according to nnmail-group-names-not-encoded-p.
9382         (nnml-generate-active-info): Use nnml-encoded-group-name.
9383
9384 2007-08-08  Glenn Morris  <rgm@gnu.org>
9385
9386         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9387         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9388         doc-strings and comments.
9389
9390 2007-07-25  Glenn Morris  <rgm@gnu.org>
9391
9392         * Relicense all FSF files to GPLv3 or later.
9393
9394 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-sum.el (gnus-summary-move-article):
9397         Make gnus-summary-respool-article work.
9398
9399 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9402         string.
9403
9404 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9405
9406         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9407         that should be ignored when comparing distant RSS articles with local
9408         ones.
9409         (nnrss-make-hash-index): New function.  Create a hash index according
9410         to the ignored fields.
9411         (nnrss-check-group): Use it.
9412
9413 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9416
9417         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9418
9419         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9420         the new optional argument ENCODED is non-nil.
9421         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9422         coding system for encoding group name.
9423         (gnus-group-make-rss-group): Pass un-encoded group name to
9424         gnus-group-make-group.
9425         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9426         encoded.
9427
9428         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9429         Encode group name to which articles are moved or copied.
9430         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9431         coding system for encoding Newsgroup, Followup-To and Xref headers.
9432
9433         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9434         marks; use nnheader-file-coding-system to write a file.
9435         (nnagent-retrieve-headers): Bind file-name-coding-system to
9436         nnmail-pathname-coding-system.
9437
9438         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9439
9440         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9441         (nnml-request-article, nnml-request-create-group)
9442         (nnml-request-rename-group, nnml-find-id)
9443         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9444         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9445         (nnml-save-marks): Use nnml-group-pathname instead of
9446         nnmail-group-pathname.
9447
9448         (nnml-request-create-group, nnml-request-expire-articles)
9449         (nnml-request-move-article, nnml-request-delete-group)
9450         (nnml-deletable-article-p, nnml-possibly-create-directory)
9451         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9452         (nnml-open-marks): Bind file-name-coding-system to
9453         nnmail-pathname-coding-system.
9454
9455         (nnml-request-article): Pass server argument to nnml-find-group-number.
9456         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9457         Pass server argument to nnml-possibly-create-directory.
9458         (nnml-request-accept-article): Pass server argument to
9459         nnml-active-number and nnml-save-mail.
9460         (nnml-find-group-number): Pass server argument to nnml-find-id.
9461         (nnml-request-update-info): Pass server argument to
9462         nnml-marks-changed-p.
9463
9464         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9465         (nnml-save-mail, nnml-active-number): Add server argument.
9466
9467         (nnml-request-delete-group): Warn if group is missing.
9468         (nnml-get-nov-buffer): Decode group name.
9469         (nnml-generate-active-info): Encode group name.
9470         (nnml-open-marks): Decode group name in messages.
9471
9472 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9475         if it is not specified.
9476         (gnus-article-pipe-part, gnus-article-save-part)
9477         (gnus-article-interactively-view-part, gnus-article-copy-part)
9478         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9479         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9480         (gnus-article-replace-part, gnus-article-delete-part)
9481         (gnus-article-view-part-as-type): Pass raw prefix argument to
9482         gnus-article-part-wrapper.
9483
9484 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-agent.el (gnus-agent-save-active):
9487         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9488
9489         * gnus-cache.el (gnus-cache-save-buffers)
9490         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9491         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9492         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9493         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9494         (gnus-cache-generate-active, gnus-cache-rename-group)
9495         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9496         (gnus-cache-update-overview-total-fetched-for):
9497         Bind file-name-coding-system to nnmail-pathname-coding-system.
9498         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9499         New variables.
9500         (gnus-cache-decoded-group-name): New function.
9501         (gnus-cache-file-name): Use it.
9502         (gnus-cache-generate-active): Use non-decoded group name for active.
9503
9504         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9505         right place.
9506         (gnus-write-active-file): Don't break non-ASCII group names.
9507
9508         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9509         nnmail-pathname-coding-system.
9510
9511         * lpath.el: Bind default-file-name-coding-system,
9512         file-name-coding-system and language-info-alist for XEmacs.
9513
9514         * gnus-uu.el (gnus-uu-decode-save): Typo.
9515
9516 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9519
9520 2007-07-14  David Kastrup  <dak@gnu.org>
9521
9522         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9523         finishing actions if we did not edit the article.
9524
9525 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9528         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9529         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9530         (gnus-agent-flush-group, gnus-agent-flush-cache)
9531         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9532         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9533         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9534         (gnus-agent-regenerate-group)
9535         (gnus-agent-update-files-total-fetched-for)
9536         (gnus-agent-update-view-total-fetched-for):
9537         Bind file-name-coding-system to nnmail-pathname-coding-system.
9538         (gnus-agent-group-pathname): Don't encode file names by
9539         nnmail-pathname-coding-system.
9540         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9541         coding-system-for-write instead of buffer-file-coding-system to
9542         gnus-agent-file-coding-system.
9543
9544         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9545         Decode group name.
9546
9547         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9548
9549         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9550         (gnus-read-newsrc-el-file): Make group names unibyte.
9551
9552         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9553         nnmail-pathname-coding-system.
9554
9555         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9556         (nnrss-request-delete-group): Bind file-name-coding-system to
9557         nnmail-pathname-coding-system.
9558         (nnrss-read-server-data, nnrss-read-group-data):
9559         Bind file-name-coding-system correctly.
9560         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9561
9562         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9563         (nntp-server-to-method-cache): New variable.
9564         (nntp-group-pathname): New function that decodes non-ASCII group names.
9565         (nntp-possibly-create-directory, nntp-marks-changed-p)
9566         (nntp-save-marks, nntp-open-marks): Use it.
9567         (nntp-possibly-create-directory, nntp-open-marks):
9568         Bind file-name-coding-system to nnmail-pathname-coding-system.
9569         (nntp-open-marks): Decode group names when bootstrapping marks.
9570
9571         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9572         Newsgroups and Folowup-To headers.
9573
9574 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9577         (gnus-server-closed-face, gnus-server-denied-face)
9578         (gnus-server-offline-face): Remove variable.
9579         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9580
9581         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9582         of modifying message-stack directly for XEmacs.
9583
9584         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9585         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9586         if the coding-system argument is nil for XEmacs.
9587
9588         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9589         mm-charset-override-alist.
9590
9591         * rfc2047.el: Don't require base64; require rfc2045 for the function
9592         rfc2045-encode-string.
9593         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9594         to quote the parameter value.
9595
9596 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9599         form in gnus-group-name-charset-method-alist.
9600
9601         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9602         overrides the default layout edit-form.
9603
9604         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9605
9606         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9607
9608 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9611         as unfetched articles.
9612
9613 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9616
9617 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9620         original back end that keeps marks in the local system.
9621
9622 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9625         arg of pop-to-buffer for XEmacs.
9626         (gnus-article-read-summary-keys): Ditto; don't restore window
9627         configuration if summary command ends up with neither article buffer
9628         nor summary buffer; describe bindings if summary keys end with C-h.
9629
9630 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * message.el (message-fix-before-sending): Skip raw message part to be
9633         forwarded while checking illegible text.
9634         (message-forward-make-body-mime, message-forward-make-body):
9635         Mark signed or encrypted raw message as having no illegible text.
9636
9637 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9640         (gnus-message-with-timestamp-1): New macro.
9641         (gnus-message-with-timestamp): New function.
9642         (gnus-message): Use them.
9643
9644         * nnheader.el (nnheader-message): Use them.
9645
9646 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9649         .newsrc.eld file.
9650
9651 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-agent.el (gnus-agent-fetch-headers)
9654         (gnus-agent-retrieve-headers):
9655         Bind gnus-decode-encoded-address-function to identity.
9656
9657         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9658         available also when the server returns simply a dot.
9659
9660         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9661
9662 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9665
9666 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-ems.el (gnus-x-splash): Make it work.
9669
9670         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9671         from being used.
9672
9673         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9674
9675 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9678         4th and the 5th arguments.
9679
9680         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9681         the front stickiness.
9682         (gnus-article-summary-command-nosave): Correct the order of the
9683         arguments passed to pop-to-buffer.
9684         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9685         summary command ends up with the article buffer.
9686
9687         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9688         the same faces.
9689
9690 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9691
9692         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9693
9694 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9695
9696         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9697         * gnus-sum.el (gnus-summary-highlight):
9698         * pgg.el (pgg-sign-region, pgg-sign):
9699         * mail-source.el (mail-source-delete-old-incoming-confirm):
9700         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9701
9702 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-art.el (gnus-mime-view-part-externally)
9705         (gnus-mime-view-part-internally): Fix predicate function passed to
9706         completing-read.
9707
9708         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9709
9710         * gnus.el (gnus-update-message-archive-method): Add :version.
9711
9712 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus.el (gnus-update-message-archive-method): New variable.
9715
9716         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9717         according to gnus-message-archive-method if
9718         gnus-update-message-archive-method is non-nil.
9719
9720 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9723         Suggested by Loic Dachary <loic@dachary.org>.
9724         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9725
9726 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * message.el (message-pop-to-buffer): Add switch-function argument.
9729         (message-mail): Pass switch-function argument to it.
9730
9731 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9734         Improve doc string.
9735
9736 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9739         (gnus-header-content)
9740         * gnus-cite.el (gnus-cite-10)
9741         * gnus-srvr.el (gnus-server-closed)
9742         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9743         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9744         (gnus-group-mail-3-empty, gnus-group-mail-low)
9745         (gnus-group-mail-low-empty, gnus-splash)
9746         * message.el (message-header-to, message-header-cc)
9747         (message-header-subject, message-header-other, message-header-name)
9748         (message-header-xheader, message-separator, message-cited-text)
9749         (message-mml): Lighten colors of faces used for dark background.
9750
9751 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9752
9753         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9754         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9755
9756 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * message.el (message-narrow-to-headers-or-head):
9759         Ignore mail-header-separator in the body.
9760
9761 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9764         same as window size.
9765
9766 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9767
9768         * message.el (message-font-lock-keywords): Use message-header-xheader
9769         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9770         ahead of the anything pattern, to get it recognised.
9771
9772 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9775         spam.el loads uses it in the compiled defadvice form.
9776
9777 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9778
9779         * gnus-sum.el (gnus-articles-to-read)
9780         (gnus-summary-insert-old-articles): Don't truncate group name for
9781         `read-string'.
9782
9783         * gnus-util.el (gnus-limit-string): Delete this function.
9784
9785         * gnus-sum.el (gnus-simplify-subject-fully):
9786         Use `truncate-string-to-width' instead.
9787
9788 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9789
9790         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9791         Tell if, on summary exit, the next group has to be selected.
9792         (gnus-summary-exit): Use it.
9793
9794 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9797         non-break space.
9798
9799 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9802         Check if group is not a directory.
9803         (nnfolder-request-expire-articles): Don't delete articles if the target
9804         group is not available.
9805
9806         * nnml.el (nnml-request-create-group): Properly check if group is not a
9807         file.
9808         (nnml-request-expire-articles): Don't delete articles if the target
9809         group is not available.
9810
9811         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9812         Don't quote characters that are within parentheses.
9813
9814 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9817         (gnus-handle-ephemeral-exit): Select article according to it.
9818
9819 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * message.el (message-insert-formated-citation-line): Remove newline.
9822         (message-citation-line-format): Add final \n here so that the user can
9823         avoid a blank line.
9824
9825 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9826
9827         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9828         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9829         Update lanl/arXiv support.
9830
9831 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * gnus.el: Bump version number.
9834
9835 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * gnus.el (gnus-version-number): Bump version.
9838
9839 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9840
9841         * gnus.el: No Gnus v0.6 is released.
9842
9843 2007-04-27  Didier Verna  <didier@xemacs.org>
9844
9845         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9846         * gmm-utils.el (gmm-regexp-concat): ... here.
9847         * message.el: Don't require 'gnus-util.
9848         (message-dont-reply-to-names): Handle name change above.
9849         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9850
9851 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9854         since the initial value varies according to the system.
9855
9856 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9859
9860 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9861
9862         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9863
9864 2007-04-24  Didier Verna  <didier@xemacs.org>
9865
9866         Improve the type of gnus-ignored-from-addresses.
9867         * gnus-util.el (gnus-orify-regexp): New function.
9868         * message.el (gnus-util): Require it.
9869         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9870         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9872
9873 2007-04-24  Didier Verna  <didier@xemacs.org>
9874
9875         * gnus-sum.el:
9876         * gnus-utils.el: Fix some trailing whitespaces.
9877
9878 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9881         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9882         article's Message-ID; refer parent article in summary buffer.
9883
9884         * message.el (message-bounce): Call mime-to-mml.
9885
9886         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9887         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9888         optimize and/or forms properly.
9889
9890 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9893         URL.
9894
9895 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9898
9899 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9902         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9903         displayed of multipart/alternative part if it is invoked from summary
9904         buffer.
9905
9906         * mm-view.el (mm-inline-text-html-render-with-w3m)
9907         (mm-inline-text-html-render-with-w3m-standalone)
9908         (mm-inline-render-with-function): Use mail-parse-charset by default.
9909
9910 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9911
9912         * parse-time.el (parse-time-string-chars): Check if CHAR
9913         is less than the length of parse-time-syntax.
9914
9915 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9918         from gnus-newsgroup-processable.
9919
9920 2007-04-16  Didier Verna  <didier@xemacs.org>
9921
9922         * gnus-msg.el (gnus-configure-posting-styles):
9923         Handle message-signature-directory properly with :file syntax.
9924         Reported by "Leo".
9925
9926 2007-04-11  Didier Verna  <didier@xemacs.org>
9927
9928         New user option: message-signature-directory.
9929         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9930         * message.el (message-insert-signature): Ditto.
9931         * message.el (message-signature-file): Doc update.
9932         * message.el (message-signature-directory): New.
9933
9934 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-msg.el (gnus-inews-yank-articles):
9937         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9938
9939 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * message.el (message-yank-original): Make sure cited text ends with
9942         newline; don't exchange point and mark.
9943
9944 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9945
9946         * tls.el (open-tls-stream): Properly handle case where there
9947         is no associated buffer.
9948
9949 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9950
9951         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9952         message-yank-original, make sure (< mark TEXT point).
9953
9954 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * message.el (message-fill-column): New variable.
9957         (message-mode): Use it.  Add comment on a possible new hook.
9958
9959         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9960         (nnmail-get-new-mail): Reformat.
9961
9962         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9963
9964         * gmm-utils.el: Fix Commentary.
9965         (gmm-tool-bar-from-list): Fix typo in doc string.
9966
9967 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9968
9969         * message.el (message-yank-original): Don't switch point and mark
9970         unnecessarily to put point and mark as documented.
9971
9972 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9975         from the message heads.
9976
9977 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9978
9979         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9980         article buffer does not have a window.  This may not be the best
9981         solution but is certainly better than setting the start of the null,
9982         that is the current, window.
9983
9984 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9987         (gnus-draft-setup): Run it.
9988
9989         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9990         gnus-score-fast-scoring.  Allow regexp.
9991         (gnus-score-headers): Use it.
9992
9993         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9994         XEmacs.
9995
9996         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9997         string.
9998         (gnus-button-alist): Also catch `<f1> k ...'.
9999         (gnus-treat-display-x-face): Fix doc string.
10000
10001 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10002
10003         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10004         evaluation of gnus-extended-version to ensure correct generation of the
10005         User-Agent header when message-generate-headers-first is used.
10006
10007 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10008
10009         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10010         hashcash-path is nil.  Don't call callback with incorrect number of
10011         parameters if val is 0.
10012
10013 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10014
10015         * message.el (message-required-news-headers):
10016         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10017
10018 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10019
10020         * tls.el (open-tls-stream): In handshake-waiting loop,
10021         don't wait more if there is output available to process.
10022
10023 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10024
10025         * tls.el (tls-program): Doc fix.
10026
10027 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * message.el (message-generate-new-buffers): Change the meaning of the
10030         nil value; add `standard' to the choices; treat t as `unique'; improve
10031         doc string.
10032         (gnus-select-frame-set-input-focus): Autoload.
10033         (message-buffer-name): Search for the existing message buffer if
10034         message-generate-new-buffers is nil or `standard'; treat the value t of
10035         message-generate-new-buffers as `unique'.
10036         (message-pop-to-buffer): Raise the frame already displaying the message
10037         buffer; clear the echo area after querying.
10038         (message-setup): Pass the `continue' argument to compose-mail.
10039         (message-mail): Prefer `switch-function' if it is given; search for the
10040         existing message buffer if the `continue' argument is non-nil; pass
10041         continue and switch-function arguments to compose-mail by way of
10042         message-setup.
10043         (message-mail-other-window): Adjust argument of message-setup.
10044         (message-mail-other-frame): Ditto.
10045
10046 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10049         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10050         to turn font-lock on when turning gnus-message-citation-mode on.
10051
10052 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10053
10054         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10055         (mml-smime-function-alist): New variable; add epg as the backend.
10056         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10057         mml-smime- functions instead.
10058         * mm-view.el: Require smime.
10059
10060 2007-03-05  Didier Verna  <didier@xemacs.org>
10061
10062         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10063         instead of just inheritance for posting styles.
10064         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10065
10066 2007-02-24  Chris Moore  <dooglus@gmail.com>
10067
10068         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10069         * pgg-pgp.el (pgg-pgp-encrypt-region):
10070         * pgg-gpg.el (pgg-gpg-encrypt-region):
10071         Check pgg-encrypt-for-me if no other recipients.
10072
10073 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10074
10075         * tls.el (tls-certtool-program): Fix custom type.
10076
10077 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10080         and point-at-eol instead of line-(beginning|end)-position.
10081
10082         * assistant.el (assistant-parse-buffer): Ditto.
10083
10084         * netrc.el (netrc-parse-services): Ditto.
10085
10086 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10087
10088         * mml2015.el (mml2015-epg-find-usable-key): New function.
10089         (mml2015-epg-sign): Use it.
10090         (mml2015-epg-encrypt): Use it.
10091
10092 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * message.el (message-make-in-reply-to): Quote name containing
10095         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10096         if there are special characters.  Reported by NAKAJI Hiroyuki
10097         <nakaji@jp.freebsd.org>.
10098
10099 2007-02-27  Didier Verna  <didier@xemacs.org>
10100
10101         Include the group parameters as well as the topic ones in the
10102         inheritance filter process.
10103         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10104         argument GROUP-PARAMS-LIST.
10105         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10106
10107 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * nntp.el (nntp-never-echoes-commands)
10110         (nntp-open-connection-functions-never-echo-commands): New variables.
10111         (nntp-send-command): Use them.
10112
10113 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10114
10115         * mml2015.el (mml2015-epg-verify): Simplify.
10116
10117 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * mml.el (mml-content-disposition-alist): New user option.
10120         (mml-content-disposition): New function.
10121         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10122         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10123
10124 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10125
10126         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10127         verification.
10128
10129 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10130
10131         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10132         articles posted in the last 24 hours.
10133
10134 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10135
10136         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10137
10138 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10139
10140         * nntp.el (nntp-send-command): Don't wait for echoes when
10141         nntp-open-ssl-stream is used.
10142
10143 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10146         (gnus-message-add-citation-keywords)
10147         (gnus-message-remove-citation-keywords): Remove.
10148         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10149         directly, make the variables in font-lock-defaults buffer-local, add
10150         gnus-message-citation-keywords to them and then update the value of
10151         font-lock-keywords.
10152
10153 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * message.el (message-cite-original-1): Don't call
10156         gnus-article-highlight-citation.
10157
10158         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10159         citations; fix line count.
10160
10161 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10164         (gnus-message-add-citation-keywords)
10165         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10166         versions of font-lock-add-keywords and font-lock-remove-keywords to
10167         work with XEmacs correctly.
10168
10169 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-cite.el (gnus-cite-face-list): Set the values of
10172         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10173         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10174         (gnus-message-cite-prefix-regexp): New variable.
10175         (gnus-message-search-citation-line): Use it; protect against long
10176         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10177         the 0th match data for Emacs.
10178         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10179         (gnus-message-add-citation-keywords): Append keywords rather than
10180         prepending; emulate font-lock-add-keywords if it is not available.
10181         (gnus-message-remove-citation-keywords):
10182         Emulate font-lock-remove-keywords if it is not available.
10183
10184         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10185
10186         * message.el (message-cite-prefix-regexp): Set the value of
10187         gnus-message-cite-prefix-regexp.
10188
10189 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10190
10191         * nnweb.el (nnweb-google-parse-1): Update parser.
10192
10193 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10194
10195         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10196
10197 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10198
10199         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10200         regexp.
10201
10202 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10205         string-to-multibyte.
10206         (uudecode-decode-region-internal): Use it.
10207
10208         * lpath.el: Fbind string-as-multibyte for XEmacs.
10209
10210 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10213         Fix custom choice.
10214
10215         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10216
10217 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10218
10219         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10220
10221         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10222         `write-region' to respect `mm-inhibit-file-name-handlers'.
10223
10224 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10227         Use gnus-home-directory instead of "~/" or "$HOME".
10228
10229 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10230
10231         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10232         to mention filename.
10233         Add comments at beginning regarding usage.
10234         (encrypt-write-file-contents): Change interactive so a string is
10235         acceptable.  If the file has no associated model, show an error instead
10236         of a nonsense prompt.
10237
10238 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10239
10240         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10241         Thanks to Yoshihiko Yamada for kind notification of this typo.
10242
10243 2007-01-12  Kenichi Handa  <handa@m17n.org>
10244
10245         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10246         multibyte buffer.
10247
10248 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-score.el (gnus-score-fast-scoring): New variable.
10251         (gnus-score-headers): Use it.
10252
10253         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10254
10255         * message.el (message-cite-original-1):
10256         Call gnus-article-highlight-citation if requested.
10257         (message-make-from): Allow name and address as optional arguments.
10258
10259         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10260
10261         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10262         bugs to doc string.
10263         (gnus-button-alist): Add mid\\|message-id.
10264         (gnus-button-fetch-group): Extend for use in
10265         `browse-url-browser-function'.
10266         (gnus-button-url-regexp): Try to catch paired parentheses like in
10267         Wikipedia URLs.
10268
10269         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10270         Suggested by Simon Krahnke <overlord@gmx.li>.
10271
10272 2007-01-13  Romain Francoise  <romain@orebokech.com>
10273
10274         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10275         Update copyright.
10276
10277 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10278
10279         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10280
10281 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         * gnus-registry.el (gnus-registry-unfollowed-groups)
10284         (gnus-registry-split-fancy-with-parent): Fix documentation.
10285
10286 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10289         from nnweb groups.
10290
10291 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10294         Xref urls.  Erase buffer before requesting head.
10295
10296         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10297
10298 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10301         customizable.
10302
10303 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10304
10305         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10306         no signing key is found.
10307         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10308         no encrypting and/or signing key is found.
10309
10310 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10313
10314 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10315
10316         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10317         headers read from disk with the ones newly found in the current search.
10318         This should no longer cause problems, because the article numbers in
10319         Gmane's `nov.php' output are ignored since the previous change.
10320
10321 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10322
10323         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10324
10325 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10328         replace-regexp-in-string; bind url-version; fbind display-images-p and
10329         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10330         find-face and set-itimer-function for Emacs; bind itimer-list for
10331         Emacs.
10332
10333         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10334
10335 2007-01-01  Romain Francoise  <romain@orebokech.com>
10336
10337         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10338
10339 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10340
10341         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10342         `define-minor-mode' macro definition expanded properly.
10343         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10344         exclude it there.
10345
10346         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10347         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10348         `fboundp' test.
10349         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10350         This is OK to autoload in (S)XEmacs now.
10351
10352 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10355         keystroke.
10356         (gnus-summary-limit-to-singletons): Fix typo.
10357
10358         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10359         else fails.
10360
10361 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10362
10363         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10364         docstring.
10365
10366         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10367         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10368         (gnus-summary-insert-dormant-articles): Fix typo in message.
10369
10370 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10373         nil for XEmacs.
10374         (gnus-message-citation-mode): Don't autoload in XEmacs.
10375
10376         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10377
10378 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10379
10380         * nnimap.el (nnimap-expunge-search-string):
10381         Mention nnimap-search-uids-not-since-is-evil in docstring.
10382
10383 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * spam.el: Revert to make-obsolete-variable because
10386         define-obsolete-variable-alias is not supported in Emacs 21.
10387
10388         * spam.el (spam-ifile-path, spam-ifile-database-path)
10389         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10390         make-obsolete-variable.
10391         (spam-bsfilter-path, spam-bsfilter-program)
10392         (spam-spamassassin-path, spam-spamassassin-program)
10393         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10394         Don't use "path" inappropriately.
10395         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10396         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10397         variable names.
10398
10399 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10400
10401         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10402         summary buffer.
10403
10404         * password.el (password-cache-remove): Use clear-string to burn
10405         password, if available.
10406
10407 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10410
10411         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10412
10413         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10414         (gnus-message-highlight-citation): Move defcustom here from
10415         gnus-cite.el.
10416         (gnus-message-citation-mode): Autoload.
10417
10418         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10419         checks to make it compile with XEmacs.
10420         (gnus-message-citation-mode): New minor mode.
10421         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10422         (gnus-message-highlight-citation): New variables.
10423         (gnus-message-search-citation-line)
10424         (gnus-message-add-citation-keywords)
10425         (gnus-message-remove-citation-keywords)
10426         (turn-on-gnus-message-citation-mode)
10427         (turn-off-gnus-message-citation-mode): New functions.
10428
10429 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10430
10431         * gnus-cite.el: Enable highlighting of different citation levels in
10432         message-mode.
10433
10434 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * message.el (message-make-fqdn): Fix comment.
10437         (message-bogus-system-names): Add ".local".
10438
10439         * spam.el (spam-ifile-path, spam-ifile-program)
10440         (spam-ifile-database-path, spam-ifile-database)
10441         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10442         Don't use "path" inappropriately.
10443         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10444         strings.
10445         (spam-check-ifile, spam-ifile-register-with-ifile)
10446         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10447         Use new variable names.
10448
10449         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10450         (gnus-treat-display-smileys): Simplify using
10451         gnus-image-type-available-p.
10452
10453         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10454         available.
10455
10456         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10457         Use `display-images-p' if available.
10458
10459 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10462         one after turning on the buffer's multibyteness instead of decoding
10463         them directly in the unibyte buffer that causes unexpected conversion
10464         in Emacs 23 (unicode).
10465
10466 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10467
10468         * message.el (message-generate-hashcash): Fix custom type.
10469
10470 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10473
10474 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10477         disconnect icons.  Add help text.
10478
10479 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10480
10481         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10482         negated to be consistent with the others we handle.
10483
10484 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10487         version of gnus-summary-buffer to something, so that we can use two
10488         article buffers at the same time.
10489
10490 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10491
10492         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10493         trigger all the extra headers.
10494         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10495         sorting.
10496
10497 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10498
10499         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10500         solid groups.
10501
10502 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10503
10504         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10505
10506 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * legacy-gnus-agent.el: Add Copyright notice.
10509
10510 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10511
10512         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10513
10514 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10517
10518         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10519         to make it work reliably in CVS Emacs.
10520         (gnus-summary-limit-strange-charsets-predicate)
10521         (gnus-summary-limit-to-predicate): New functions.
10522
10523 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10524
10525         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10526         specifying array size.
10527         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10528         array if it is too small.
10529         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10530         (gnus-sort-threads-loop): New function.
10531
10532 2006-12-06  Chris Moore  <dooglus@gmail.com>
10533
10534         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10535         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10536
10537 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10538
10539         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10540         options.
10541
10542 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10545         DOS-ing the recipient.
10546
10547         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10548         the headers when creating the mapping to avoid mismappings.
10549         (nnweb-gmane-create-mapping): Always nix out old mapping.
10550
10551 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10554         and mm-verify-option to never.
10555
10556 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * message.el (message-signed-or-encrypted-p): New function.
10559         (message-forward-make-body): Use it.
10560
10561         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10562         Replace encode-coding-string with mm-encode-coding-string.
10563
10564 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * nneething.el (nneething-decode-file-name):
10567         Replace decode-coding-string with mm-decode-coding-string.
10568
10569         * gnus-int.el (gnus-open-server): Say failed server's name.
10570
10571 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10572
10573         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10574         strings to a single string.  Quote `errors-file-name'.
10575         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10576         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10577         Adjust calls.  Use `shell-quote-argument'.
10578
10579 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10580
10581         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10582         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10583
10584         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10585         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10586         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10587         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10588         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10589         (gnus-subscribe-newsgroup, gnus-1):
10590         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10591         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10592         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10593         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10594
10595 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10598         keystroke.
10599         (gnus-summary-limit-to-bodies): Implement headersp.
10600
10601 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10604
10605 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10608
10609 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * message.el (message-generate-hashcash): Expand range of values to
10612         include `opportunistic'.
10613         (message-send-mail): Use it.
10614
10615 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10616
10617         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10618         and comment it.
10619
10620         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10621
10622 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-util.el (gnus-extract-address-components): Improve comment.
10625
10626 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus-util.el (gnus-extract-address-components): Work with address in
10629         which the name portion contains @.
10630
10631         * lpath.el: Fbind custom-autoload.
10632
10633 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus.el (gnus-start): Move custom group up.
10636         (gnus-select-method): Don't autoload, but make it available for
10637         `customize-variable'.
10638         (gnus-getenv-nntpserver): Don't autoload.
10639
10640 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10641
10642         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10643
10644 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * message.el (message-sendmail-extra-arguments): New variable.
10647         (message-send-mail-with-sendmail): Use it.
10648
10649 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10652         mm-with-unibyte-current-buffer to make string unibyte.
10653
10654         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10655         mm-string-as-multibyte.
10656
10657 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10658
10659         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10660         Reported by Werner Koch <wk@gnupg.org>.
10661
10662 2006-11-14  Daiki Ueno  <ueno@p360>
10663
10664         * mml2015.el: Autoload epa-select-keys when compiling.
10665
10666 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10667
10668         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10669         message-options.
10670         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10671
10672 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10673
10674         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10675         EasyPG (< 0.0.6).
10676         (mml2015-always-trust): New user option.
10677         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10678         prompt.
10679
10680 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * nntp.el (nntp-authinfo-force): New variable.
10683         (nntp-send-authinfo): Use it.
10684
10685 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10688         decode encoded words.  Improve prompt.  Add comment about forwarding.
10689         (message-replacement-char): Move up.
10690
10691 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10692
10693         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10694         instead of gnus-intersection because arguments of gnus-sorted-nunion
10695         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10696
10697 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10700         (message-simplify-subject-functions):
10701         Enable message-strip-subject-encoded-words by default.
10702
10703 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * message.el (message-strip-subject-encoded-words): New function.
10706         (message-simplify-subject-functions): New variable.
10707         (message-simplify-subject): Use it.  Fix typo in doc string.
10708         Support message-strip-subject-encoded-words.
10709
10710 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10711
10712         * gnus-diary.el (gnus-diary-delay-format-function):
10713         * nndiary.el (nndiary-reminders):
10714         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10715
10716 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-art.el (article-hide-boring-headers): Fetch date from
10719         gnus-original-article-buffer to avoid problems with localized date
10720         strings.
10721
10722 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10725
10726 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10729         New variables.
10730         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10731         (mm-charset-synonym-alist): Move some entries to
10732         mm-codepage-iso-8859-list.
10733         (mm-charset-synonym-alist, mm-charset-override-alist):
10734         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10735
10736 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10739
10740 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10743         with Emacs 21 and XEmacs.
10744
10745 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * spam.el (spam-parse-address): New function for better parsing,
10748         catching errors, etc.
10749         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10750
10751 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * mm-view.el: Add interactive arg to html2text autoload.
10754
10755 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10758
10759 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10762         New variables.
10763         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10764         (mm-charset-synonym-alist): Move some entries to
10765         mm-codepage-iso-8859-list.
10766
10767         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10768
10769 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * message.el (message-citation-line-format)
10772         (message-insert-formated-citation-line): Fix implementation of %E, %N
10773         and %n according to the doc string.
10774
10775 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10776
10777         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10778         Use car-safe to avoid bad parses.
10779
10780 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10783         names.
10784
10785         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10786
10787 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10790         header.
10791
10792         * message.el (message-draft-headers): Add Date.
10793         (message-headers-to-generate): Fix typo in docstring.
10794
10795         * nndraft.el (nndraft-required-headers): New variable.
10796         (nndraft-generate-headers): Use it.
10797
10798         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10799
10800 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10801
10802         * gnus-registry.el (gnus-registry-wash-for-keywords)
10803         (gnus-registry-find-keywords): New functions to allow easy searching of
10804         articles that are in the registry.
10805
10806 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10809         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10810         Reported by Damien Elmes <damien@repose.cx>.
10811
10812 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus.el (gnus-mime): Remove unused custom group.
10815
10816 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10817
10818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10819         "blank line" when searching for end of armor headers.
10820
10821 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gmm-utils.el (gmm-write-region): Fix variable name.
10824
10825 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gmm-utils.el (gmm-write-region): New function based on compatibility
10828         code from `mm-make-temp-file'.
10829
10830         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10831
10832         * nnmaildir.el (nnmaildir--update-nov)
10833         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10834         Use `gmm-write-region'.
10835
10836 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10839         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10840
10841         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10842
10843         * message.el (message-replacement-char): New variable.
10844         (message-fix-before-sending): Use it.
10845         (message-simplify-subject): New function to remove duplicate code.
10846         (message-reply, message-followup): Use it.
10847
10848         * gnus-sum.el (gnus-summary-make-menu-bar):
10849         Clarify gnus-summary-limit-to-articles.
10850
10851 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-util.el (gnus-with-local-quit): New macro.
10854
10855         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10856
10857 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10858
10859         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10860         ignore non-string data.
10861
10862 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10863
10864         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10865         non-string data (needs to be done in the registry too).
10866
10867 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10868
10869         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10870         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10871         (gnus-registry-split-fancy-with-parent)
10872         (gnus-registry-fetch-simplified-message-subject-fast)
10873         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10874         Remove text properties on ingress into the registry and when it's saved.
10875         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10876         registry from entries with no groups.
10877
10878 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10879
10880         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10881         function to remove string properties.
10882
10883 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * gmm-utils.el (gmm): Adjust custom version.
10886
10887         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10888         Adjust custom version.
10889
10890         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10891
10892 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-art.el (gnus-insert-prev-page-button)
10895         (gnus-insert-next-page-button): Simplify.  Reformat.
10896
10897 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10898
10899         * gnus-art.el (gnus-insert-prev-page-button)
10900         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10901
10902 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10903
10904         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10905
10906 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10907
10908         * gnus-art.el (gnus-insert-mime-button)
10909         (gnus-insert-mime-security-button):
10910         Apply gnus-article-button-face to MIME and security buttons.
10911
10912 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10915         readable.
10916
10917 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10920
10921 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10922
10923         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10924         `browse-url-of-file' instead of `browse-url'.
10925
10926 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10927
10928         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10929         regexp.  Articles containing quotation were cut prematurely.
10930
10931 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * message.el (message-cite-original-1): Use nobody by default for the
10934         value of From header.
10935         (message-reply): Ditto.
10936
10937 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10940         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10941         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10942
10943 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10946         mails in the doc string.  Add some URLs in comment.
10947         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10948
10949 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10952         backslashes handling and the way to find boundaries of quoted strings.
10953
10954 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10955
10956         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10957         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10958         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10959         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10960
10961 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10964         doc string.
10965         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10966
10967 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * lpath.el: Fbind epg-check-configuration.
10970
10971 2006-09-06  Simon Josefsson  <jas@extundo.com>
10972
10973         * mml2015.el (mml2015-use): Doc fix, mention epg.
10974
10975 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10976
10977         * mml2015.el (mml2015-use): Default to epg, if available.
10978
10979 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10980
10981         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10982         message-sender.
10983         (mml1991-epg-encrypt): Ditto.
10984         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10985         message-sender.
10986         (mml2015-epg-encrypt): Ditto.
10987
10988 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10989
10990         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10991         several common directories.
10992
10993 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10994
10995         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10996         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10997
10998 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-art.el (article-decode-encoded-words): Make it fast.
11001
11002 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11005
11006         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11007         in quoted string into `\'.
11008
11009 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11012         Use standard-syntax-table.
11013
11014 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-art.el (gnus-decode-address-function): New variable.
11017         (article-decode-encoded-words): Use it to decode headers which are
11018         assumed to contain addresses.
11019         (gnus-mime-delete-part): Remove useless `or'.
11020
11021         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11022         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11023         (gnus-nov-parse-line): Use it to decode From header.
11024         (gnus-get-newsgroup-headers): Ditto.
11025         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11026
11027         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11028         (mail-decode-encoded-address-string): New alias.
11029
11030         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11031         New function.
11032         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11033         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11034         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11035         (rfc2047-decode-string): Ditto.
11036         (rfc2047-decode-address-region): New function.
11037         (rfc2047-decode-address-string): New function.
11038
11039 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * message.el (message-caesar-buffer-body): Allow rotating headers.
11042
11043         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11044
11045         * message.el (message-insert-formated-citation-line): Fix %f.
11046         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11047
11048 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11051         (gnus-bookmark-mouse-available-p): New macro.
11052         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11053         (gnus-bookmark-bmenu-show-infos): Use it.
11054         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11055         (gnus-bookmark-bmenu-hide-infos): Ditto.
11056         (gnus-bookmark-remove-properties): New function.
11057         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11058         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11059         (gnus-bookmark-write-file): Bind coding-system-for-write.
11060         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11061         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11062         group before selecting it.
11063         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11064         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11065         quit-window if it is not available; use gnus-mouse-2 and bind it to
11066         gnus-bookmark-bmenu-select-by-mouse.
11067         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11068         (gnus-bookmark-bmenu-select-by-mouse): New function.
11069
11070 2006-08-13  Romain Francoise  <romain@orebokech.com>
11071
11072         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11073         space.
11074
11075 2006-08-10  Romain Francoise  <romain@orebokech.com>
11076
11077         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11078         (dns-mode-soa-auto-increment-serial): New user option.
11079         (dns-mode-soa-maybe-increment-serial): New function.
11080         (dns-mode): Add the latter to `write-contents-functions'.
11081
11082 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * compface.el (uncompface): Use binary rather than raw-text-unix.
11085
11086 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * compface.el (uncompface): Make sure the eol conversion doesn't take
11089         place when communicating with the external programs.
11090         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11091
11092 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11095
11096 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11097
11098         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11099         Make it more robust by parsing author and date independently.
11100
11101 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11104
11105 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11106
11107         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11108         first matching secret key.
11109         (mml2015-epg-encrypt): Ditto.
11110
11111         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11112         first matching secret key.
11113         (mml1991-epg-encrypt): Ditto.
11114
11115         * mml2015.el (mml2015-encrypt-to-self): New user option.
11116         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11117         mml2015-epg-encrypt-to-self is set.
11118
11119         * mml1991.el (mml1991-encrypt-to-self): New variable.
11120         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11121         mml1991-epg-encrypt-to-self is set.
11122
11123         * mml2015.el (mml2015-signers): New user option.
11124         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11125         (mml2015-epg-encrypt): Allow to select signing keys.
11126
11127         * mml1991.el (mml1991-signers): New variable.
11128         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11129         (mml1991-epg-encrypt): Allow to select signing keys.
11130
11131 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * nnheader.el (nnheader-insert-head): Make it work even if the file
11134         uses CRLF for the line-break code.
11135
11136 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11137
11138         * mml2015.el: Require mml-sec instead of password.
11139         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11140         (mml2015-cache-passphrase): Inherit the default value from
11141         mml-secure-cache-passphrase.
11142         (mml2015-passphrase-cache-expiry): Inherit the default value from
11143         mml-secure-passphrase-cache-expiry.
11144
11145         * mml1991.el: Require mml-sec instead of password.
11146         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11147         (mml1991-cache-passphrase): Inherit the default value from
11148         mml-secure-cache-passphrase.
11149         (mml1991-passphrase-cache-expiry): Inherit the default value from
11150         mml-secure-passphrase-cache-expiry.
11151
11152         * mml-sec.el: Require password.
11153         (mml-secure-verbose): New user option.
11154         (mml-secure-cache-passphrase): New user option.
11155         (mml-secure-passphrase-cache-expiry): New user option.
11156
11157 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11158
11159         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11160         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11161         andreas@altroot.de (Andreas Vögele).
11162
11163         FIXME: Use `tiny change'?
11164
11165 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11166
11167         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11168         workaround for the url package included with Emacs.
11169
11170         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11171
11172 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11175         correctly.  This fixes a bug caused by the 2006-05-12 change.
11176
11177 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11178
11179         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11180         some information about the error when saying that the `bogus' mail
11181         group will be used.
11182
11183 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11186         string.
11187
11188 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11189
11190         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11191
11192 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11195
11196 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11197
11198         * mml1991.el (mml1991-function-alist): Add epg.
11199         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11200         (mml1991-epg-encrypt): New functions.
11201
11202 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11203
11204         * mml2015.el (mml2015-verbose): New variable.
11205         (mml2015-cache-passphrase): Ditto.
11206         (mml2015-passphrase-cache-expiry): Ditto.
11207         (mml2015-function-alist): Add epg.
11208         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11209         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11210         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11211         New functions.
11212
11213 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11214
11215         * message.el (message-cite-original-1): Preserve region when removing
11216         quoted text due to X-No-Archive in order to avoid bogus attribution
11217         when citing multiple messages.
11218
11219 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11220
11221         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11222         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11223
11224 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-diary.el (gnus-user-format-function-d)
11227         (gnus-user-format-function-D): Autoload.
11228
11229         * imap.el (Commentary): Fix typo.
11230
11231         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11232         2006-04-22 contribution.
11233
11234 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11235
11236         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11237         It didn't really fix the bogosity I'm seeing with solid web groups.
11238
11239 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11240
11241         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11242         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11243         created using server names.  If we use the feature without declaring
11244         it, Gnus does not properly manage server and group state.
11245
11246         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11247         bound.
11248
11249 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11250
11251         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11252         looking up the method using GROUP's prefix before inventing a new one.
11253         It is used on killed/unknown groups in various places where returning
11254         an all-new method isn't expected by the caller.
11255
11256         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11257         and match semantics of gnus-group-real-prefix.
11258
11259 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * nnmail.el (nnmail-broken-references-mailers): New variable.
11262         (nnmail-ignore-broken-references): New function generalizing
11263         nnmail-fix-eudora-headers.
11264         (nnmail-fix-eudora-headers): Now obsolete.
11265
11266         * gnus-art.el (gnus-button-handle-custom):
11267         Support `customize-apropos*'.
11268
11269 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11272
11273         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11274         articles.
11275
11276 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * message.el (message-cite-reply-above): New variable.
11279         (message-yank-original): Use it.
11280
11281 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11284
11285 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11288         as read.
11289
11290         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11291
11292 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11295         (gnus-bookmark-default-file): Use gnus-directory.
11296         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11297         Remove "*" in doc string.
11298         (gnus-bookmark-write-file): Simplify.
11299         (gnus-bookmark-maybe-sort-alist): Use `when'.
11300         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11301         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11302         Add FIXME about Emacs 21 and XEmacs compatibility.
11303         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11304         compatibility.
11305         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11306         compatibility.
11307         (gnus-bookmark-menu-heading): Fix version.
11308
11309 2006-06-19  Bastien Guerry  <bzg@altern.org>
11310
11311         * gnus-bookmark.el: New file.
11312
11313 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * message.el (message-syntax-checks): Doc fix.
11316
11317 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11318
11319         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11320         unsubscribed groups as if they were killed ones.  It causes duplicate
11321         entries in gnus-newsrc-alist.
11322
11323 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * message.el (message-syntax-checks): Doc fix.
11326         (message-send-mail): Add check for continuation headers.
11327         (message-check-news-header-syntax): Fix regexp used to check for
11328         continuation headers.
11329
11330 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11333
11334 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11337
11338 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11341         default-truncate-lines.
11342
11343 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11346         to fill the utf-8 entry.
11347
11348         * lpath.el: Fbind unicode-precedence-list.
11349
11350 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11351
11352         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11353
11354 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11355
11356         * gnus-agent.el (directory-files-and-attributes): Move all the way
11357         forward (the third and final move).
11358         (gnus-agent-read-agentview): Trap reconstruction errors due to
11359         nonexistent directory.  Handle by returning nil.
11360
11361 2006-05-30  Didier Verna  <didier@xemacs.org>
11362
11363         * message.el (message-dont-reply-to-names): Update the custom type.
11364         * message.el (message-dont-reply-to-names): New defsubst: potentially
11365         convert a list of regexps into a single one.
11366         * message.el (message-get-reply-headers): Use it.
11367         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11368
11369 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-agent.el (directory-files-and-attributes): Move forward.
11372
11373 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gnus-ml.el (gnus-mailing-list-subscribe)
11376         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11377         (gnus-mailing-list-message): Fix doc strings.
11378
11379 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11380
11381         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11382         of doing it manually.
11383
11384 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11387         comment.
11388
11389 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11390
11391         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11392         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11393         (gnus-agent-read-local): All symbols allocated in my-obarray.
11394         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11395         (gnus-agent-regenerate-group): Check numeric names to see if they are
11396         messages or groups.
11397         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11398         better way of do this...)
11399
11400         * gnus-cache.el (gnus-agent-total-fetched-for):
11401         Ignore 'dummy.group' (there should be a better way of do this...)
11402
11403 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11406         (gnus-saved-headers): Ditto.
11407         (gnus-default-article-saver): Mention functions may have properties.
11408         (gnus-article-save): Override gnus-save-all-headers and
11409         gnus-saved-headers by :headers property which saver function may have.
11410         (gnus-summary-save-in-file): Add :headers property.
11411         (gnus-summary-write-to-file): Ditto.
11412
11413         * gnus-sum.el (gnus-summary-save-article): Bind
11414         gnus-prompt-before-saving to t when saving many articles in a file;
11415         always show all headers.
11416
11417         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11418
11419 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11422         marks.
11423
11424         * message.el (message-indent-citation): Add optional arguments to allow
11425         using it outside of message buffers.
11426
11427         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11428         (gnus-article-treat-unfold-headers): Use it.
11429         (gnus-article-truncate-lines): New variable.
11430         (gnus-article-mode): Use it.
11431         (gnus-article-toggle-truncate-lines): New function.
11432
11433         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11434         Add gnus-article-toggle-truncate-lines.
11435
11436         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11437         coding system in XEmacs, use binary.
11438
11439 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11442         after-load-alist.
11443
11444         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11445         this function should save decoded articles.
11446         (gnus-summary-write-to-file): Use property to specify this function
11447         should save decoded articles and specify gnus-summary-save-in-file
11448         should be used to save articles other than the first one when saving
11449         many articles.
11450         (gnus-summary-save-body-in-file): Use property to specify this
11451         function should save decoded articles.
11452         (gnus-summary-write-body-to-file): Use property to specify this
11453         function should save decoded articles and specify
11454         gnus-summary-save-body-in-file should be used to save articles other
11455         than the first one when saving many articles.
11456
11457         * gnus-sum.el (gnus-summary-save-article): Simplify.
11458
11459 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (gnus-default-article-saver):
11462         Add gnus-summary-write-body-to-file.
11463         (gnus-article-save-coding-system): Don't use coding system object
11464         in XEmacs.
11465         (gnus-read-save-file-name): Add optional `dir-var' argument which
11466         specifies directory in which files are saved; work even if optional
11467         `variable' argument is not specified.
11468         (gnus-summary-write-to-file): Read file name.
11469         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11470         (gnus-summary-write-body-to-file): New function.
11471
11472         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11473         (gnus-summary-local-variables): Add it.
11474         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11475         (gnus-summary-save-article): Remove optional `decode' argument;
11476         determine whether to decode articles by the value of
11477         gnus-default-article-saver; when saving many files using
11478         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11479         it first and use gnus-summary-save-in-file or
11480         gnus-summary-save-body-in-file thereafter unless
11481         gnus-prompt-before-saving is always; move point to article which
11482         will be saved.
11483         (gnus-summary-save-article-file): Revert.
11484         (gnus-summary-write-article-file): Revert.
11485         (gnus-summary-save-article-body-file): Revert.
11486         (gnus-summary-write-article-body-file): New function.
11487
11488 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (gnus-default-article-saver): Doc fix.
11491         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11492         from gnus-summary-save-article-coding-system, and default to a
11493         certain coding system.
11494         (gnus-output-to-file): Add coding cookie and encode text according
11495         to gnus-article-save-coding-system; don't use mm-append-to-file.
11496
11497         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11498         gnus-art.el and rename to gnus-article-save-coding-system.
11499         (gnus-summary-save-article): Require gnus-art; don't show all
11500         headers if it decodes articles; don't add coding cookie here;
11501         don't bind mm-text-coding-system-for-write.
11502         (gnus-summary-save-article-file): Save decoded articles.
11503         (gnus-summary-write-article-file): When saving many files, use
11504         gnus-summary-write-to-file first and gnus-summary-save-in-file
11505         thereafter unless gnus-prompt-before-saving is always.
11506         (gnus-summary-save-article-body-file): Save decoded articles.
11507
11508         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11509
11510 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * nnrss.el (nnrss-check-group): Bind hash-index.
11513
11514 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11515
11516         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11517         its hash index.  Store this hash in `nnrss-group-data'.
11518         (nnrss-read-group-data): Update accordingly.
11519
11520 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11523         entry.
11524
11525         * gnus-sum.el (gnus-summary-make-menu-bar):
11526         Add gnus-article-browse-html-article.
11527
11528 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11529
11530         * gnus-sum.el (gnus-summary-mime-map):
11531         Add gnus-article-browse-html-article.
11532
11533         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11534
11535 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11538         suitable coding systems in customize.
11539
11540 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * mail-source.el (mail-sources): Fix custom type.
11543
11544 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11547         (gnus-summary-expire-articles-now): Shorten prompt.
11548
11549         * gmm-utils.el (wid-edit): Require.
11550         (defun-gmm): Rename from `gmm-defun-compat'.
11551         (gmm-image-search-load-path): Use it.
11552         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11553
11554 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-sum.el (gnus-summary-save-article-coding-system):
11557         New variable.
11558         (gnus-summary-save-article): Add optional `decode' argument.
11559         If it is set and gnus-summary-save-article-coding-system is non-nil,
11560         save decoded article.
11561         (gnus-summary-write-article-file): Save decoded article if
11562         gnus-summary-save-article-coding-system is non-nil.
11563
11564         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11565         type.
11566
11567 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11570
11571 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11574         first to test gnus-single-article-buffer which may be buffer-local.
11575
11576         * gnus-sum.el (gnus-summary-setup-buffer):
11577         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11578         group; make gnus-article-buffer, gnus-article-current, and
11579         gnus-original-article-buffer always buffer-local.
11580         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11581         group.
11582         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11583
11584 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * nnml.el (nnml-request-compact-group): Compressed files might not
11587         have .gz extension.
11588
11589 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11590
11591         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11592         (mm-copy-to-buffer): Use with-current-buffer.
11593         (mm-display-part): Simplify.
11594         (mm-inlinable-p): Add optional arg `type'.
11595
11596 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11597
11598         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11599         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11600         Try harder to show the attachment internally or externally using
11601         gnus-mime-view-part-as-type.
11602
11603 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * message.el (message-from-style, message-signature-separator)
11606         (message-user-organization-file, message-send-mail-function)
11607         (message-citation-line-function, message-yank-prefix)
11608         (message-indent-citation-function, message-signature)
11609         (message-signature-file, message-signature-insert-empty-line):
11610         Remove autoloads.
11611
11612         * gnus-art.el (gnus-buttonized-mime-types):
11613         Remove "multipart/signed".  Revert 2006-04-26 change.
11614
11615 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11616
11617         * gnus.el (gnus-version-number): Bump version.
11618
11619 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11620
11621         * gnus.el: No Gnus v0.5 is released.
11622
11623 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11624
11625         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11626         fetching articles by message-id.
11627
11628 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629
11630         * message.el (hashcash): Require hashcash as normal.
11631
11632         * ecomplete.el (ecomplete-highlight-match-line):
11633         Use point-at-eol.
11634         (ecomplete-highlight-match-line): Use `highlight', because that
11635         face exists in both Emacs and XEmacs.
11636
11637         * message.el (message-display-abbrev): Use point-at-bol.
11638
11639         * mail-source.el: Don't require timer/timer-funcs.
11640
11641         * gnus-async.el: Ditto.
11642
11643         * password.el: Ditto.
11644
11645         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11646
11647         * mm-url.el: Ditto.
11648
11649         * gnus-xmas.el: Don't require timer-funcs.
11650
11651         * mm-util.el: Require timer/timer-funcs.
11652
11653 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11654
11655         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11656         Close.
11657
11658 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11661         unibyte after clear-decrypt function runs.
11662
11663         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11664         returns as a unibyte string.
11665
11666 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * lpath.el: Revert.
11669
11670         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11671         (pgg-gpg-process-sentinel): Revert.
11672
11673         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11674         (pgg-pgp-lookup-key): Revert.
11675
11676         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11677         (pgg-pgp5-lookup-key): Revert.
11678
11679         * pgg.el (pgg-fetch-key): Revert.
11680
11681 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * lpath.el: Fbind string-as-multibyte for XEmacs.
11684
11685         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11686         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11687         (mml1991-pgg-encrypt): Ditto.
11688
11689         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11690         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11691         a multibyte buffer.
11692
11693         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11694         (pgg-pgp-lookup-key): Ditto.
11695
11696         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11697         (pgg-pgp5-lookup-key): Ditto.
11698
11699         * pgg.el (pgg-fetch-key): Ditto.
11700
11701 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * message.el (message-user-organization-file): Check several
11704         locations of the organization file.
11705
11706         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11707         Add gnus-article-view-part-as-type.
11708
11709         * gnus-art.el (gnus-article-view-part-as-type): New function.
11710
11711         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11712         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11713
11714         * mml.el: Simplify autoload.
11715         (mml-mode): defvar dnd-protocol-alist instead of using
11716         symbol-value.
11717         (mml-default-directory): New variable.
11718         (mml-minibuffer-read-file): Use it.
11719         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11720
11721         * message.el (message-citation-line-format): New variable.
11722         (message-insert-formated-citation-line): New function.
11723         (message-citation-line-function):
11724         Add `message-insert-formated-citation-line' to custom type.
11725
11726         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11727         to doc string.
11728
11729         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11730         depending on mm-verify-option.
11731
11732 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11735         binding pgg-* variables; reimplement the section which prevents
11736         MIME header from being signed.
11737         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11738         pgg-text-mode; remove a blank line at the top of body.
11739
11740         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11741         lines at the top of body; use gnus-newsgroup-charset if there's no
11742         Charset header.
11743
11744 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * message.el (message-self-insert-commands): Doc fix.
11747
11748         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11749         (mm-uu-pgp-encrypted-test): Ditto.
11750         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11751         between header and body; return application/pgp-encrypted handle
11752         if decryption failed; decode decrypted body by charset.
11753
11754         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11755         element match to application/pgp-*.
11756
11757 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11758
11759         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11760         HTML.
11761
11762 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * mail-source.el (mail-source-call-script): Message the error
11765         string.
11766
11767 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * gnus-util.el (gnus-byte-compile): Use it.
11770
11771 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11772
11773         * gnus-util.el (kill-empty-logs): New function.
11774
11775 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * message.el (message-mail-alias-type): Doc fix.
11778         (message-mail-alias-type-p): New function.
11779         (message-send): Use it.
11780         (message-mode): Ditto.
11781         (message-strip-forbidden-properties): Ditto.
11782
11783         * ecomplete.el (ecomplete-database-file-coding-system):
11784         New variable.
11785         (ecomplete-save): Use it.
11786         (ecomplete-setup): Use it.
11787
11788 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * message.el (message-self-insert-commands): New variable.
11791         (message-strip-forbidden-properties): Use it.
11792
11793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11796         that doesn't make XEmacs choke.
11797
11798 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-util.el (gnus-replace-in-string):
11801         Prefer replace-regexp-in-string over of replace-in-string.
11802
11803 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-util.el (gnus-select-frame-set-input-focus):
11806         Use select-frame-set-input-focus if it is available in XEmacs; use
11807         definition defined in Emacs 22 for old Emacsen.
11808
11809         * dgnushack.el: Autoload unmorse-region for XEmacs.
11810
11811         * lpath.el: Bind cursor-in-non-selected-windows and
11812         select-frame-set-input-focus for XEmacs.
11813
11814 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11817
11818 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11819
11820         * gnus-registry.el (gnus-registry-cache-save): Remove text
11821         properties when saving via the temp buffer.
11822
11823 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * message.el (message-generate-hashcash): Honor custom type.
11826
11827 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11828
11829         * message.el (message-generate-hashcash): Default to non-nil when
11830         hashcash is found.
11831
11832         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11833         (gnus-refer-thread-limit): Increase default to 500.
11834
11835         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11836
11837         * flow-fill.el (fill-flowed): Allow delete-space.
11838
11839 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11842         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11843         Remove autoloads.
11844
11845 2006-04-18  Simon Josefsson  <jas@extundo.com>
11846
11847         * message.el (message-generate-hashcash): Default to.
11848
11849 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11852         concatenating segments rather than before concatenating them.
11853
11854 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11857
11858 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11861
11862         * message.el (message-forward-make-body-plain):
11863         Allow message-forward-ignored-headers to be a list.
11864         (message-remove-ignored-headers): Factor out into function.
11865         (message-forward-make-body-mml): Use it.
11866
11867         * imap.el (imap-quote-specials): New function.
11868         (imap-login-auth): Quote specials.
11869
11870         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11871         (rfc2231-parse-string): Allow concatanation of parameters that
11872         aren't contiguous.  The test case is
11873           (mail-header-parse-content-type "message/external-body;
11874             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11875             access-type=LOCAL-FILE;
11876             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11877
11878 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11879
11880         * nntp.el (nntp-accept-process-output): Return the value of
11881         `nnheader-accept-process-output'.
11882
11883 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11886         (gnus-button-alist): Recognize more diff formats.
11887         (gnus-button-patch): Strip directory.
11888
11889 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11892         Emacs 22 when setting focus.
11893
11894 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * gnus-art.el (gnus-article-treat-types): Do treatment of
11897         text/x-verbatim parts.
11898         (gnus-button-patch): New command.
11899
11900         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11901         addresses that contain invalid characters.
11902
11903 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * message.el (message-put-addresses-in-ecomplete):
11906         Use gnus-replace-in-string.
11907         (message-is-yours-p): Use the more correct
11908         mail-header-parse-address instead of
11909         mail-extract-address-components.
11910         (message-put-addresses-in-ecomplete): Fix typo.
11911
11912         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11913         keystroke.
11914
11915         * gnus-art.el (gnus-treatment-function-alist): Change order of
11916         newsgroups/generic header folding to avoid double-folding.
11917
11918         * message.el (message-hidden-headers): Add X-Draft-From.
11919
11920         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11921         New command.
11922         (gnus-summary-repeat-search-article-backward): New command.
11923
11924         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11925         groups in the parent topic.
11926
11927 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11928
11929         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11930         (spam-extra-header-to-number): Return the CRM114 number as a
11931         number instead of a string.
11932
11933 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11934
11935         * gnus-art.el (gnus-face-properties-alist): Move here from
11936         gnus-fun.
11937
11938         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11939
11940 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * message.el (message-strip-forbidden-properties): Only display on
11943         self-insert-command.
11944
11945         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11946         reindent.
11947         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11948
11949 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11950
11951         * smiley.el (smiley-style): Fix typo.
11952
11953 2006-03-23  Kenichi Handa  <handa@m17n.org>
11954
11955         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11956         instead of set-buffer-multibyte.
11957
11958 2006-03-23  Kenichi Handa  <handa@m17n.org>
11959
11960         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11961         buffer and then decode the buffer text if necessary.
11962         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11963         first, and after mm-encode-body, change the buffer to unibyte.
11964
11965 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * hashcash.el (hashcash-insert-payment-async-2):
11968         Use message-goto-eoh instead of doing it manually.
11969         (mail-add-payment): Use message-narrow-to-header instead of trying
11970         to do the same itself.
11971
11972         * message.el (message-hidden-headers): Add Face.
11973
11974         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11975         reparenting code.
11976         (gnus-summary-reparent-children): Refactored out code.
11977         (gnus-summary-thread-map): New keystroke.
11978         (gnus-summary-reparent-children): Make into command.
11979
11980         * smiley.el (smiley-style): Default to `medium' if using a large
11981         font.
11982
11983         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11984         does it itself.
11985
11986         * message.el (message-point-in-header-p): Simplify definition.
11987
11988 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * nnagent.el (nnagent-request-set-mark): Silence log file
11991         writing.
11992         (nnagent-request-set-mark): Use write-region instead of
11993         append-to-file.
11994
11995         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11996         strange select method.
11997
11998         * ecomplete.el (ecomplete-display-matches): Get highlightling
11999         right.
12000         (ecomplete-display-matches): Use literals.
12001         (ecomplete-display-matches): Disable message logging.
12002
12003         * message.el (message-display-abbrev): Small optimization.
12004
12005         * ecomplete.el (ecomplete-display-matches): Allow automatic
12006         display.
12007
12008         * message.el (message-strip-forbidden-properties):
12009         Display abbrevs.
12010         (message-display-abbrev): Get automatic display right.
12011
12012         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12013         keystrokes.
12014
12015 2006-04-13  Romain Francoise  <romain@orebokech.com>
12016
12017         TODO: Backport to v5-10!
12018
12019         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12020         Move here (and rename) from gnus-registry.el.
12021
12022         * gnus-registry.el: Require gnus-util.
12023         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12024
12025 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * gnus-group.el (gnus-group-catchup-current):
12028         Change if-then-else-if-then-else into cond.
12029         (gnus-group-catchup): Indent.
12030         (group-name-at-point): New function.
12031         (gnus-fetch-group): Provide default from thing at point.
12032
12033 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * message.el (message-display-abbrev): Fix regexp.
12036
12037         * ecomplete.el (ecomplete-highlight-match-line):
12038         Reimplement choosing.
12039         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12040         dead variables.
12041
12042         * message.el (message-newline-and-indent): Remove debugging.
12043         (message-display-abbrev): Use new implementation.
12044
12045 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-art.el (gnus-article-mode):
12048         Set cursor-in-non-selected-windows to nil.
12049
12050         * smiley.el: Revert previous change.
12051         (smiley-data-directory): defvar it before using it in the
12052         defcustom of `smiley-style'.
12053
12054 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * message.el (message-newline-and-indent): New function.
12057
12058         * ecomplete.el: Implement more bits.
12059
12060         * message.el (message-put-addresses-in-ecomplete): Clean up the
12061         string.
12062
12063         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12064
12065         * gnus-sum.el (gnus-summary-save-parts):
12066         Bind gnus-summary-save-parts-counter and use it to make unique file
12067         names.
12068
12069         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12070
12071         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12072         parameter to say whether to actually parse the individual
12073         addresses.
12074
12075         * message.el (message-put-addresses-in-ecomplete): New function.
12076         (ecomplete): Require.
12077         (message-mail-alias-type): Add ecomplete as an option.
12078
12079 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12080
12081         * flow-fill.el (fill-flowed): Remove trailing space from blank
12082         quoted lines.
12083
12084 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * smiley.el (smiley-style): Move definition later to avoid a
12087         compilation warning.
12088
12089 2006-04-12  Kenichi Handa  <handa@m17n.org>
12090
12091         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12092         buffer and then decode the buffer text if necessary.
12093         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12094         first, and after mm-encode-body, change the buffer to unibyte.
12095         Use mm-disable-multibyte instead of set-buffer-multibyte.
12096
12097 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12100         Content-Type header instead of Content-Disposition header.
12101         (gnus-mime-inline-part): Ditto.
12102         (gnus-mime-view-part-as-charset): Ignore charset that the part
12103         specifies.
12104
12105         * mm-decode.el (mm-display-part): Work with external parts and
12106         usual parts similarly.
12107
12108         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12109         instead of gnus-display-mime.
12110
12111         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12112         instead of with-temp-buffer.
12113
12114         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12115         tag to summarized topics part in order to encode non-ASCII text.
12116
12117 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * smiley.el (smiley-style): New variable.
12120         (smiley-directory): New function.
12121         (smiley-data-directory): Derive from `smiley-style' using
12122         `smiley-directory'.
12123         (smiley-regexp-alist): Add new entries.
12124
12125         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12126         (gnus-article-browse-delete-temp): Add :version.
12127
12128 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12129
12130         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12131         the sieve region.
12132
12133 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134
12135         * gnus.el (gnus-version-number): Bump version.
12136
12137 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus.el: No Gnus v0.4 is released.
12140
12141 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12142
12143         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12144         layout.
12145
12146         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12147         unknown charset.
12148
12149         * message.el (message-header-synonyms): Add Original-To to the
12150         default.
12151
12152         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12153         optional parameter.
12154
12155 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus-fun.el (gnus): Require it for gnus-directory.
12158
12159 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12162
12163 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12164
12165         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12166
12167 2006-04-05  Simon Josefsson  <jas@extundo.com>
12168
12169         * password.el (password-reset): New function.
12170
12171 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12172
12173         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12174         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12175
12176 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12177
12178         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12179         Some whitespace was matched into the url, which broke browsing hits
12180         > 100 when mm-url-use-external was nil.
12181
12182 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12185         Check gnus-extra-headers for 'Newsgroups.
12186
12187         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12188         bound.
12189
12190 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12191
12192         * pgg-gpg.el: Clean up process buffers every time gpg processes
12193         complete.
12194
12195 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12198         doc string.
12199
12200 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12201
12202         * pgg-gpg.el (pgg-gpg-process-filter)
12203         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12204
12205         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12206         lines, temporary fix.
12207
12208 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12211
12212 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12213
12214         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12215         default-enable-multibyte-characters.  This reverts the change from
12216         revision 6.17 which is no longer necessary because the passphrase
12217         is sent separately now.  GnuPG messages are unreadable under
12218         multibyte locales with default-enable-multibyte-characters set to
12219         nil.
12220
12221 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * message.el (message-tool-bar-gnome): Move "spell".
12224
12225 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12228         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12229         instead.
12230
12231 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12232
12233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12234         Improve newsgroups handling for NNTP overviews which don't include
12235         Newsgroups.
12236
12237 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12238
12239         * message.el (message-resend): Bind message-generate-hashcash to nil.
12240
12241 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12242
12243         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12244         when searching for already-paid recipients.
12245
12246 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12247
12248         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12249         passphrases when it is not needed.
12250         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12251         passphrase stuff from gpg, should only be necessary when you use
12252         gpg with a smartcard.
12253
12254 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * mml.el (mml-insert-mime): Ignore cached contents of
12257         message/external-body part.
12258
12259         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12260         (mm-insert-part): Ditto.
12261
12262 2006-03-23  Simon Josefsson  <jas@extundo.com>
12263
12264         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12265         Reiner.
12266         (pgg-gpg-use-agent-p): Use it again.
12267
12268 2006-03-23  Simon Josefsson  <jas@extundo.com>
12269
12270         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12271         older emacsen.
12272         (pgg-gpg-use-agent-p): Don't use it.
12273
12274 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12277         if we can.
12278
12279 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12280
12281         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12282         (pgg-gpg-update-agent): New function.
12283         (pgg-gpg-use-agent-p): New function.
12284         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12285         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12286         (pgg-gpg-sign-region): Use it.
12287
12288 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12291         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12292
12293 2006-03-21  Simon Josefsson  <jas@extundo.com>
12294
12295         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12296         <wilde@sha-bang.de>.
12297         (pgg-gpg-use-agent): New variable.
12298         (pgg-gpg-process-region): Use it.
12299         (pgg-gpg-encrypt-region): Likewise.
12300         (pgg-gpg-encrypt-symmetric-region): Likewise.
12301         (pgg-gpg-decrypt-region): Likewise.
12302         (pgg-gpg-sign-region): Likewise.
12303         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12304
12305 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12308
12309         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12310         Add comment on version.
12311
12312 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * smiley.el: Add missing test smiley.
12315
12316 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * mm-decode.el (mm-with-part): New macro.
12319         (mm-get-part): Use it; work with message/external-body as well.
12320         (mm-save-part): Treat name and filename equally.
12321
12322         * mm-extern.el (mm-extern-cache-contents): New function.
12323         (mm-inline-external-body): Use it; force the part to be displayed;
12324         move undisplayer added to the cached handle to the parent.
12325
12326         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12327         (gnus-mime-view-part-as-type): Work with message/external-body.
12328
12329         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12330
12331 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12334         images in image-load-path.  [Sync with image.el, revision 1.60, in
12335         Emacs.]
12336
12337 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12340         path rather than symbol.  Always return list of directories.
12341         Guarantee that image directory comes first.  [Sync with image.el,
12342         revision 1.59, in Emacs.]
12343
12344         * message.el (message-make-tool-bar): Adjust to new API of
12345         `gmm-image-load-path-for-library'.
12346
12347         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12348
12349         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12350
12351 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12352
12353         * gnus-art.el (gnus-article-only-boring-p):
12354         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12355         intangible text.
12356         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12357
12358 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12361         Use `defun' instead of `gmm-defun-compat'.
12362
12363 2006-03-14  Simon Josefsson  <jas@extundo.com>
12364
12365         * message.el (message-unique-id): Don't use message-number-base36
12366         if (user-uid) is a float.
12367         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12368
12369 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12372
12373         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12374         empty line between a part and a message part.
12375
12376 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * smiley.el: Add more test smileys.
12379         (smiley-data-directory, smiley-regexp-alist)
12380         (gnus-smiley-file-types): Fix doc strings.
12381         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12382         adding new elements.
12383         (smiley-mouse-map): Unused code.  Make it a comment.
12384
12385 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12388         scan latest NoCeM messages instead of old ones.
12389         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12390         delimiters that are recently used.
12391         (gnus-nocem-load-cache): Add autoload cookie.
12392
12393         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12394
12395         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12396         level which is larger than gnus-use-nocem is specified.
12397
12398         * gnus-group.el (gnus-group-get-new-news): Ditto.
12399
12400 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * gnus-util.el (gnus-tool-bar-update): New function.
12403
12404         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12405         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12406
12407         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12408
12409         * gnus-group.el (gnus-group-redraw-when-idle)
12410         (gnus-group-redraw-check): Remove.
12411         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12412
12413 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12416         if optional last element is specified in splits (FIELD VALUE...).
12417
12418 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12421         to gmm-image-load-path-for-library.  Call with no-error argument.
12422         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12423
12424         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12425
12426         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12427
12428         * gmm-utils.el (gmm-image-load-path): Remove alias.
12429
12430 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gmm-utils.el (gmm-image-load-path): Add alias.
12433
12434         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12435         nnml-generate-nov-databases-1.
12436         (nnml-generate-nov-databases): Use it.
12437         (nnml-generate-nov-databases-directory): Document no-active
12438         argument.
12439
12440         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12441         directory if path is t.  Add no-error.
12442
12443         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12444         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12445
12446         * gnus-art.el (gnus-article-browse-delete-temp-files):
12447         Simplify resetting gnus-article-browse-html-temp-list.
12448
12449         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12450         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12451         Add example to docstring.  Rename local variables.  Move error
12452         checks to default case in cond and simplify.
12453
12454 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12457         handle is multipart when calling it recursively.
12458         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12459
12460 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12461
12462         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12463         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12464
12465 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12468         is loaded.
12469
12470         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12471         loaded.
12472
12473 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12476         to "Emacs 23 (unicode)" in doc string.
12477
12478         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12479         "Emacs 23 (unicode)" in comment.
12480
12481 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12484
12485         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12486         characters 160 through 255 in Emacs 23.
12487
12488 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12491         gnus-article-browse-html-temp.
12492         (gnus-article-browse-delete-temp): Make it customizable.
12493         Add `file'.  Adjust doc string.
12494         (gnus-article-browse-delete-temp-files): Add argument.
12495         Allow query for each file.  Adjust doc string.
12496         (gnus-article-browse-html-parts):
12497         Add `gnus-article-browse-delete-temp-files' to
12498         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12499
12500 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12501
12502         * gnus-art.el (gnus-article-browse-html-temp)
12503         (gnus-article-browse-delete-temp): New variables.
12504         (gnus-article-browse-delete-temp-files): New function.
12505         (gnus-article-browse-html-parts): Use it.
12506
12507 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12510
12511         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12512         string.
12513
12514         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12515         gnus-summary-insert-new-articles when unplugged.
12516         Remove gnus-summary-search-article-forward.
12517
12518         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12519         display-visual-class instead of display-color-cells.
12520
12521 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * dgnushack.el: Autoload customize-group for XEmacs.
12524
12525         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12526         message/* containing non-ASCII text properly.
12527
12528 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * message.el: Require gmm-utils, remove autoloads.
12531         (message-tool-bar): Set default based on
12532         gmm-tool-bar-style.
12533         (message-tool-bar-gnome): Add gmm-customize-mode.
12534
12535         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12536         gmm-tool-bar-style.
12537         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12538
12539         * gnus-group.el (gnus-group-tool-bar): Set default based on
12540         gmm-tool-bar-style.
12541         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12542
12543         * gmm-utils.el (gmm-image-directory): Rename variable from
12544         gmm-image-load-path.
12545         (gmm-image-load-path): Use gmm-image-directory.
12546         (gmm-customize-mode): New function.
12547         (gmm-tool-bar-style): New variable.
12548
12549         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12550         gnus-group-redraw-line-number.
12551         (gnus-group-redraw-check): Simplify.
12552         (gnus-group-tool-bar-update): Remove redraw check.
12553         (gnus-group-make-tool-bar): Add redraw check.
12554
12555 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12556
12557         * gnus-art.el (gnus-button): Add missing parentheses.
12558
12559 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * lpath.el: Fbind line-number-at-pos.
12562
12563 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12566
12567 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * gnus-art.el (gnus-button): New face.
12570         (gnus-article-button-face): Use it.
12571
12572         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12573         Add gnus-summary-next-page.  Re-order.
12574
12575         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12576         next-node are now included.
12577         (gnus-group-redraw-line-number): New internal variable.
12578         (gnus-group-redraw-check): Helper function for updating the tool
12579         bar.
12580         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12581
12582         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12583
12584         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12585         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12586         Use it to match format of Spamassassin 3.0 and later.
12587         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12588         (spam-check-bogofilter)
12589         (spam-bogofilter-register-with-bogofilter): Fix args of
12590         `gnus-error' calls.
12591
12592 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12595         unnecessary interaction when sending queued mails.
12596         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12597
12598 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12601         first or last are nil.
12602
12603 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12604
12605         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12606
12607 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608
12609         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12610
12611 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * dns.el (query-dns): Protect more against buggy tcp output.
12614
12615 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12618         nov.php.
12619
12620 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12621
12622         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12623         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12624         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12625         output on the server side.
12626         (nnweb-google-create-mapping): Update regexps and add some
12627         progress indication.
12628
12629 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-group.el (gnus-group-tool-bar-gnome):
12632         Fix gnus-agent-toggle-plugged.  Re-order icons.
12633         (gnus-group-tool-bar-gnome):
12634         Add gnus-group-{prev,next}-unread-group.
12635         (gnus-group-tool-bar-gnome): Re-order icons.
12636
12637         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12638         Move gnus-summary-insert-new-articles.
12639
12640         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12641         Fix comments.
12642
12643         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12644         also available in Emacs 21.3.
12645
12646         * message.el (message-fix-before-sending): Change "Emacs 22" to
12647         "Emacs 23 (unicode)" in comment.
12648
12649         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12650         "Emacs 23 (unicode)" in comment.
12651
12652         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12653         comment.
12654         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12655
12656         * mm-view.el (mm-fill-flowed): Add :version.
12657
12658 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12661         and load-path.
12662
12663 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * message.el: Autoload gmm-image-load-path.
12666         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12667         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12668         consitency.
12669
12670         * gmm-utils.el (gmm-image-load-path): Also search in
12671         "../etc/images".  Don't set gmm-image-load-path if we don't find
12672         the image.
12673
12674 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gmm-utils.el (gmm-image-load-path): Don't make
12677         `gmm-image-load-path' include subdirectories which the second arg
12678         `image' might specify.
12679
12680         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12681         subdirectory to icon file names.
12682
12683         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12684
12685 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12688         gmm-image-load-path calls.
12689
12690         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12691
12692         * message.el (message-make-tool-bar): Ditto.
12693
12694         * mml.el (mml-preview): Add comment concerning tool bar icons.
12695
12696         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12697         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12698
12699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12700         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12701
12702         * message.el (message-tool-bar-gnome): Use new icon names.
12703         (message-make-tool-bar): Use `gmm-image-load-path'.
12704
12705         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12706         New functions from MH-E.
12707         (gmm-image-load-path): New variable from MH-E.
12708         (gmm-image-load-path): New function from MH-E.  Add arguments
12709         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12710         *-image-load-path-called-flag.
12711
12712 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12713
12714         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12715
12716 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12717
12718         * nnimap.el (nnimap-request-move-article): Change folder back to
12719         source group before deleting.
12720
12721 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12724
12725         * gnus-art.el (mm-url-insert-file-contents-external):
12726         Autoload mm-url.
12727
12728         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12729
12730 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12733         coding system which mm-charset-to-coding-system returns for a
12734         given charset is valid.
12735
12736 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12737
12738         * html2text.el (html2text-remove-tag-list):
12739         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12740
12741 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12742
12743         * gnus-cus.el: Revert 2005-10-17 change.
12744
12745 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (article-strip-banner):
12748         Call article-really-strip-banner only when the regexp match is made.
12749
12750 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-art.el (article-strip-banner):
12753         Use gnus-extract-address-components instead of
12754         mail-header-parse-addresses to make it work with non-ASCII text;
12755         remove mail-encode-encoded-word-string.
12756
12757         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12758         values which are surrounded with \"...\"; make it never cause a
12759         Lisp error; give up parsing of parameters if it failed in
12760         extracting type.
12761
12762 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12763
12764         * smime.el (smime-cert-by-ldap-1): Fix bug where
12765         `smime-ldap-search' returns results without userCertificates.
12766
12767 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12770
12771 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * spam.el (spam-check-spamassassin-headers): Adapt format for
12774         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12775         <ari@mbf.ocn.ne.jp>.
12776         (spam-list-of-processors): Add spam-use-gmane.
12777
12778 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12781         make-temp-file; make it work with XEmacs as well.
12782
12783         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12784         mm-make-temp-file.
12785
12786         * mm-decode.el (mm-display-external): Use the 3rd arg of
12787         mm-make-temp-file.
12788         (mm-create-image-xemacs): Ditto.
12789
12790 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12793         with message-narrow-to-headers.
12794         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12795         (gnus-draft-check-draft-articles): New function.
12796         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12797
12798 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-art.el (gnus-article-browse-html-parts):
12801         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12802         Don't use suffix argument for mm-make-temp-file for Emacs 21
12803         compatibility.  Remove useless `format'.
12804
12805 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12806
12807         * nnweb.el (nnweb-google-wash-article): Update regexps.
12808         (nnweb-group-alist): Use defvoo instead of defvar.
12809
12810 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12813         re-loading nn* modules.
12814
12815 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12818         for `tool-bar-mode' and don't check it's default-value.
12819
12820         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12821
12822         * message.el (message-make-tool-bar): Ditto.
12823
12824         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12825         `substring'.  Shorten tmp-file name.
12826
12827         * gnus.el: Remove bogus comment.
12828
12829 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12830
12831         * gnus-art.el (gnus-article-browse-html-parts): New function.
12832         (gnus-article-browse-html-article): New function for viewing html
12833         articles with a browser.
12834
12835 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12836
12837         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12838         in elisp.
12839         (pgg-gpg-encrypt-symmetric-region): Ditto.
12840         (pgg-gpg-sign-region): Ditto.
12841
12842         * pgg-def.el (pgg-text-mode): New variable.
12843
12844         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12845         (mml2015-pgg-encrypt): Ditto.
12846
12847         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12848         (mml1991-pgg-encrypt): Ditto.
12849
12850 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * nnfolder.el (nnfolder-insert-newsgroup-line):
12853         Use message-make-date instead of current-time-string.
12854
12855         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12856         to gnus-decoded which mm-uu might set.
12857
12858 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12861         don't decode quoted parameters; remove misimported Emacs code.
12862         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12863         (rfc2231-decode-encoded-string): Don't use split-string which
12864         behaves differently according to Emacs version; use
12865         mm-decode-coding-region to convert charset to coding-system.
12866         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12867         (rfc2231-encode-string): Remove misimported Emacs code.
12868
12869 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12872         when calling mail-header-parse-content-type.
12873         (article-de-quoted-unreadable): Ditto.
12874         (article-de-base64-unreadable): Ditto.
12875         (article-wash-html): Ditto.
12876
12877         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12878         calling mail-header-parse-content-type and
12879         mail-header-parse-content-disposition.
12880         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12881         mail-header-parse-content-type.
12882
12883         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12884         insert charset and format parameters; encode description after
12885         inserting it to buffer.
12886         (mml-insert-parameter): Fold lines properly even if a parameter is
12887         segmented into two or more lines; change the max column to 76.
12888
12889         * rfc1843.el (rfc1843-decode-article-body): Don't use
12890         ignore-errors when calling mail-header-parse-content-type.
12891
12892         * rfc2231.el (rfc2231-parse-string): Return at least type if
12893         possible; don't cause an error even if it fails in parsing of
12894         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12895         (rfc2231-encode-string): Don't break lines at the beginning, leave
12896         it to mml-insert-parameter.
12897
12898         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12899         calling mail-header-parse-content-type.
12900
12901 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * spam-report.el (spam-report-gmane-use-article-number):
12904         Improve doc string.
12905         (spam-report-gmane-internal): Check if a suitable header was found
12906         in the article.
12907
12908 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12911         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12912
12913 2006-02-05  Romain Francoise  <romain@orebokech.com>
12914
12915         Update copyright notices of all files in the gnus directory.
12916
12917 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12918
12919         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12920
12921 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12924         segmented lines of parameter value to cope with Thunderbird 1.5
12925         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12926         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12927         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12928
12929 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12930
12931         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12932         parts.
12933
12934 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12935
12936         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12937         there's only one active file for all servers.
12938         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12939         solid groups.  Gnus might have used a FAST request to select the group.
12940         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12941         and nnweb-search redundantly in the active file.
12942         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12943         (nnweb-request-create-group): Don't use ARGS.
12944         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12945         initialisations.  Let nnoo do the work.
12946
12947 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12950         Say the part has been decoded.
12951
12952         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12953
12954 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12955
12956         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12957         mailcap-viewer-test-cache when there's no 'test clause, since that
12958         will invert the meaning of a "nil" test previously determined by
12959         mailcap-mailcap-entry-passes-test.
12960
12961 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12964         compiling.
12965
12966         * gnus-sum.el: Ditto.
12967
12968         * message.el: Don't bind tool-bar-map when compiling.
12969
12970 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12973
12974 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12975
12976         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12977         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12978         current Google Groups.
12979
12980 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12983         and tool-bar-mode.
12984
12985         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12986         and tool-bar-mode.
12987
12988         * message.el (message-tool-bar-update): Simplify.
12989         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12990
12991         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12992         gnus-summary-buffer.
12993         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12994         gnus-summary-reply.
12995
12996         * gmm-utils.el (gmm): Add :version.
12997
12998 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * Makefile.in (clean): New rule.
13001         (distclean): Use it.
13002
13003 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13004
13005         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13006         Don't autoload.
13007
13008 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gmm-utils.el (gmm-verbose): Add :group.
13011
13012 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * message.el: Change some comments WRT tool-bars.
13015
13016         * gnus-sum.el (gnus-summary-tool-bar)
13017         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13018         (gnus-summary-tool-bar-zap-list): New variables.
13019         (gnus-summary-make-tool-bar): Complete rewrite using
13020         `gmm-tool-bar-from-list'.
13021
13022         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13023         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13024         New variables.
13025         (gnus-group-make-tool-bar): Complete rewrite using
13026         `gmm-tool-bar-from-list'.
13027         (gnus-group-tool-bar-update): New function.
13028
13029         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13030
13031 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13034         is dissected into a single part of which the type is the same as
13035         the given one; decode charset.
13036
13037 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13038
13039         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13040         into alists as symbol not string, since that's what
13041         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13042         look for.
13043
13044 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13047         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13048
13049         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13050
13051 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13054         (gnus-xmas-mime-security-button-menu): New function.
13055
13056         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13057         (gnus-mime-security-button-menu): New definition.
13058         (gnus-mime-security-button-map): Use them.
13059         (gnus-mime-security-button-menu): New function.
13060         (gnus-insert-mime-security-button): Addition to help echo.
13061         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13062         (gnus-mime-security-pipe-part): New functions.
13063
13064         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13065         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13066
13067         * mm-decode.el (mm-handle-set-disposition): Remove.
13068         (mm-handle-set-description): Remove.
13069
13070 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13073         (mm-w3m-standalone-supports-m17n-p): New function.
13074         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13075         w3m usage.
13076
13077         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13078         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13079
13080 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * message.el (message-tool-bar-zap-list):
13083         Use gmm-tool-bar-zap-list as custom type.
13084         (message-tool-bar-update): New function.
13085         (message-tool-bar, message-tool-bar-gnome)
13086         (message-tool-bar-retro): Add message-tool-bar-update.
13087         (message-tool-bar-gnome): Add flyspell-buffer.
13088
13089         * gnus-util.el (gnus-error): Describe `args'.
13090
13091         * gmm-utils.el (gmm-error): Describe `args'.
13092         (gmm-tool-bar-zap-list): New widget.
13093         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13094
13095 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13098         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13099         the number of recursive calls.
13100
13101         * mm-decode.el (mm-handle-set-disposition): New macro.
13102         (mm-handle-set-description): New macro.
13103
13104 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13107         encoding.
13108
13109 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * message.el (message-tool-bar-zap-list, message-tool-bar)
13112         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13113         (message-tool-bar-local-item-from-menu): Remove.
13114         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13115         (message-make-tool-bar): New function.
13116         (message-mode): Use `message-make-tool-bar'.
13117
13118         * gmm-utils.el: New file.
13119         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13120         (gmm-lazy): New widget copied from `nnmail.el'.
13121         (gmm-tool-bar-from-list): New function for creating customizable
13122         tool bars.
13123         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13124         output.
13125         (gmm): Add :prefix to defgroup.
13126
13127 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13128
13129         * gmm-utils.el (gmm-widget-p): New function.
13130
13131 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * mml.el (mml-attach-file): Describe `description' in doc string.
13134         (mml-menu): Add Emacs MIME manual and PGG manual.
13135
13136 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13137
13138         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13139
13140 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13141
13142         * nntp.el (nntp-end-of-line): Doc fix.
13143
13144 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13145
13146         * imap.el (imap-open): Handle case where buffer is a buffer
13147         object.
13148
13149 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13150
13151         * gnus-delay.el (gnus-delay): Don't autoload.
13152         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13153         to be re-loaded when customizing the `gnus-delay' group.
13154
13155 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13156
13157         * message.el (message-insert-citation-line): Use newlines.
13158
13159 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13160
13161         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13162         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13163         these routines, so the passphrase can be managed externally and
13164         passed in to the system.
13165         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13166         pgg-add-passphrase-to-cache function.
13167
13168         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13169         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13170         these routines, so the passphrase can be managed externally and
13171         passed in to the system.
13172         (pgg-pgp5-sign-region): Use new name of
13173         pgg-add-passphrase-to-cache function.
13174
13175 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13176
13177         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13178         part of the decoded armor to find the key-identifier.
13179         (pgg-gpg-lookup-key-owner): New function to return the
13180         human-readable identifier of a key owner.
13181         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13182         itself.
13183         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13184         the key value) if we have a key and can match it against a secret
13185         key.  Also, added a note pointing out fact that the prompt only
13186         indicates the first matching key.
13187
13188         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13189         pgg-decrypt-region.
13190         (pgg-add-passphrase-to-cache): Rename from
13191         `pgg-add-passphrase-cache' to reduce confusion (all callers
13192         changed).
13193         (pgg-remove-passphrase-from-cache): Rename from
13194         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13195         changed).
13196         (pgg-read-passphrase, pgg-add-passphrase-cache)
13197         (pgg-remove-passphrase-cache): Add informative docstrings.
13198         (pgg-decrypt): Convey provided passphrase in subordinate call to
13199         pgg-decrypt-region.
13200
13201 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13202
13203         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13204         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13205         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13206         'passphrase' argument, so the passphrase can be managed externally
13207         and then passed in to the system.
13208
13209         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13210         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13211         so the passphrase cache can be used reliably with identifiers
13212         besides a pgp packet's key id.
13213
13214         * pgg-gpg.el (pgg-gpg-encrypt-region)
13215         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13216         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13217         these routines, so the passphrase can be managed externally and
13218         passed in to the system.
13219
13220         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13221         'notruncate' argument, so the passphrase cache can be used
13222         reliably with identifiers besides a pgp packet's key id.
13223
13224 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13225
13226         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13227         symmetric encryption.
13228         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13229         encrypted session key.
13230         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13231         message ask for the passphrase in a proper way.
13232
13233         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13234         New user commands for symmetric encryption.
13235
13236 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13239
13240         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13241
13242 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13243
13244         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13245
13246 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * mm-decode.el (mm-inlined-types): Add application/pgp.
13249         (mm-automatic-display): Ditto.
13250
13251         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13252         part as text.
13253
13254 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * nnrss.el: Update copyright.
13257         (nnrss-opml-import): Query whether to subscribe to each entry.
13258
13259         * gnus-art.el:
13260         * gnus-sum.el:
13261         * gnus-xmas.el:
13262         * messagexmas.el:
13263         * mm-uu.el:
13264         * mm-view.el: Update copyright.
13265
13266 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * message.el (message-info): New function.
13269         (message-mode-menu): Add it.
13270         Update copyright.
13271
13272         * ChangeLog: Fix and update copyright.
13273
13274 2006-01-13  Romain Francoise  <romain@orebokech.com>
13275
13276         * message.el (message-forward-subject-name-subject): Prefer the
13277         address to 'nowhere' if the sender has no name.
13278         Fix typo.  Update copyright year.
13279
13280 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-art.el (article-wash-html):
13283         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13284         (gnus-article-wash-html-with-w3m-standalone): New function.
13285
13286         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13287         mm-inline-text-html-render-with-w3m-standalone.
13288         (mm-text-html-washer-alist): Map w3m-standalone to
13289         gnus-article-wash-html-with-w3m-standalone.
13290         (mm-inline-text-html-render-with-w3m-standalone): New function.
13291
13292 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13295         Improve LaTeX.
13296
13297 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13300         (nnrss-request-article): Render text/plain parts as HTML.
13301
13302         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13303         the buffer.
13304
13305 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13308         custom definition of `gnus-posting-styles'.
13309
13310         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13311         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13312
13313 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13316         Use nntp for bug archive.
13317
13318 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13321         parts.
13322         (nnrss-normalize-date): New function converts ISO 8601 date into
13323         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13324         (nnrss-check-group): Use it.
13325
13326 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13329
13330         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13331         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13332         (nnrss-insert-w3): Ditto.
13333
13334 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13337         the articles to be forwarded including the case where neither a
13338         number of articles nor a region is specified.
13339
13340 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * nnrss.el (nnrss-request-article): Fix last change; fill
13343         text/plain parts.
13344
13345 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13348         in text/plain part.
13349         (nnrss-check-group): Don't add excessive newline to dc:subject.
13350
13351 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13352
13353         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13354         article.
13355
13356 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13359         (nnml-use-compressed-files, nnml-save-mail): Support other
13360         comression programs such as bzip2.
13361
13362 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * dns.el (query-dns): Make sure we check the buffer size before
13365         removing tcp headers.
13366
13367 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13370         remove MIME buttons associated with multipart/alternative parts.
13371         (gnus-mime-display-alternative): Tag buttons using `article-type'
13372         text property.
13373
13374         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13375         associated with multipart/alternative parts.
13376
13377         * gnus-art.el (gnus-signature-separator): Fix custom type.
13378
13379         * mm-decode.el (mm-inlined-types): Fix custom type.
13380         (mm-keep-viewer-alive-types): Ditto.
13381         (mm-automatic-display): Ditto.
13382         (mm-attachment-override-types): Ditto.
13383         (mm-inline-override-types): Ditto.
13384         (mm-automatic-external-display): Ditto.
13385
13386 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * spam-report.el (spam-report-user-mail-address)
13389         (spam-report-user-agent): New variables.
13390         (spam-report-url-ping-plain): Use spam-report-user-agent.
13391
13392 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13393
13394         * gnus-art.el (gnus-button-handle-custom): Do not just use
13395         `customize-apropos' for any "M-x customize-*" button but the
13396         function called for.  Accept both the function name and its
13397         argument in order to achieve this.
13398         (gnus-button-alist): Remove support for "custom:" URL's.
13399         Pass function name to `gnus-button-handle-custom' in case of "M-x
13400         customize-*" buttons.
13401
13402 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13405         multipart/alternative and add xref to mm-discouraged-alternatives
13406         in doc string.
13407
13408         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13409         gnus-buttonized-mime-types in doc string.
13410
13411 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13414         Suggest image/.* in the doc string.
13415
13416 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13419         message-marks (Debian bug #342521).
13420
13421 2005-12-12  Simon Josefsson  <jas@extundo.com>
13422
13423         * password.el (password-read-from-cache): Add.
13424         (password-read): Use it.
13425
13426 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * rfc2047.el (rfc2047-charset-to-coding-system):
13429         Recognize us-ascii as a MIME charset.
13430
13431         * mm-bodies.el (mm-decode-content-transfer-encoding):
13432         Protect against the case where the 2nd arg TYPE is nil.
13433
13434 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * pop3.el (pop3-stream-type): Fix custom version.
13437
13438         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13439
13440 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13441
13442         * mm-decode.el (mm-display-external): Add missing cdr.
13443
13444 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13447         RFC1524) if it is in mailcap or add a suffix according to
13448         mailcap-mime-extensions when generating a temp filename; postpone
13449         deleting a temp file for 2 seconds for some wrappers, shell
13450         scripts, and so on, which might exit right after having started a
13451         viewer command as a background job.
13452
13453 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * nntp.el (nntp-marks-directory): Fix custom group.
13456
13457         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13458         steps when < 10.
13459
13460         * gnus-start.el (gnus-no-server-1):
13461         Mention `gnus-level-default-subscribed' in doc string.
13462
13463 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13464
13465         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13466         parens.
13467
13468 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-xmas.el (gnus-use-toolbar): Revert.
13471         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13472         gnus-use-toolbar is default.
13473
13474         * messagexmas.el (message-use-toolbar): Revert.
13475         (message-setup-toolbar): Use global default-toolbar if
13476         message-use-toolbar is default.
13477
13478 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13481         according to default-toolbar-visible-p.
13482
13483         * messagexmas.el (message-use-toolbar): Ditto.
13484
13485 2005-11-26  Dave Love  <fx@gnu.org>
13486
13487         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13488         (tls-program, tls-success): Provide openssl alternative.
13489
13490         * starttls.el: Doc fixes.
13491         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13492         SERVICE to PORT.
13493
13494         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13495         port null or service name.
13496         (starttls-negotiate): Autoload.
13497
13498 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * message.el (message-kill-to-signature): Fix interactive spec.
13501
13502 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * pop3.el (pop3-open-server): Recognize a string as a service name.
13505
13506 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13507
13508         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13509
13510 2005-11-23  Dave Love  <fx@gnu.org>
13511
13512         Add pop3s, pop3/starttls.
13513
13514         * pop3.el (pop3-authentication-scheme): Clarify doc.
13515         (open-tls-stream, starttls-open-stream): Autoload.
13516         (pop3-stream-type): New.
13517         (pop3-open-server): Use it.
13518
13519         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13520         for POP.
13521         (mail-source-keyword-map): Add :stream for POP.
13522         (mail-source-fetch-pop): Use pop3-stream-type.
13523
13524 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13527         of current-time-string.
13528
13529 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13530
13531         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13532         date header.
13533
13534 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13535
13536         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13537         it can seriously impact performance as it bypasses the agent's
13538         local caches.
13539
13540 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13541
13542         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13543         must be explicitly online rather than "not explicitly offline" for
13544         its flags to be synchronized.
13545
13546         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13547         that gnus-uu-unmark-thread will function correctly.
13548
13549         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13550         1024K is instead displayed as 1M.
13551
13552 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13553
13554         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13555
13556 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13557
13558         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13559
13560 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13561
13562         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13563         error message to display actual error condition.
13564         (gnus-agent-save-local): Avoid saving symbols that are bound to
13565         nil as they simply result in a warning message in
13566         gnus-agent-read-local.
13567
13568 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13571         rather than make-variable-buffer-local for file-precious-flag.
13572
13573 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13574
13575         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13576         for duplicates which are removed.  The invalid sort check then
13577         triggers a rescan after the sort as sorting may have moved
13578         duplicate entries such that they can be cheaply detected.
13579
13580 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13583
13584 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13585
13586         * gnus-agent.el (gnus-agent-article-alist-save-format):
13587         Change internal variable to a custom variable.  Change default value
13588         from compressed(2) to uncompressed(1).
13589         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13590         support for uncompressed agentview files.  Taken together, reading
13591         the agentview file should now be 6-7 times faster.
13592
13593 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13594
13595         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13596         as a buffer-local variable.  This avoids creating truncated
13597         dribble files as a result of a hang up, eg.
13598
13599 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13600
13601         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13602         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13603         XEmacs.
13604
13605 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-start.el (gnus-start-draft-setup):
13608         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13609
13610         * gnus.el (gnus-splash): Change custom group.
13611         (gnus-group-get-parameter, gnus-group-parameter-value):
13612         Describe allow-list argument.
13613
13614         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13615         string.
13616
13617 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * gnus-art.el (gnus-default-article-saver): Add user-defined
13620         `function' to custom type.
13621
13622 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13623
13624         * imap.el (imap-open): Handle case where buffer is a buffer
13625         object.
13626
13627 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13630         long lines.
13631         (gnus-cache-delete-group): Wrap doc strings.
13632
13633         * gnus-agent.el (gnus-agent-rename-group)
13634         (gnus-agent-delete-group): Wrap doc strings.
13635
13636 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * messagexmas.el (message-use-toolbar): Change the valid values
13639         into default, top, bottom, left, and right.
13640         (message-toolbar-thickness): New variable.
13641         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13642         well.
13643         (message-setup-toolbar): Make it work.
13644
13645         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13646         (gnus-use-toolbar): Change the valid values into default, top,
13647         bottom, left, and right.
13648         (gnus-toolbar-thickness): New variable.
13649         (gnus-xmas-setup-toolbar): New function.
13650         (gnus-xmas-setup-group-toolbar): Use it.
13651         (gnus-xmas-setup-summary-toolbar): Use it.
13652
13653 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-start.el (gnus-1): Add "native" to
13656         gnus-predefined-server-alist.
13657
13658         * gnus.el (gnus-method-to-server): Don't add "native" to the
13659         lists here, because that leads to problems when
13660         gnus-select-method is bound.
13661
13662 2005-11-09  Simon Josefsson  <jas@extundo.com>
13663
13664         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13665         use (not sort-by-date) instead.
13666
13667 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * gnus-delay.el (gnus-delay-group): Don't autoload.
13670         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13671         to be re-loaded when customizing the `gnus-delay' group.
13672
13673 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13674
13675         * message.el: Revert last changes.
13676         (message-insert-citation-line): Use newlines.
13677
13678 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13679
13680         * message.el (message-courtesy-message)
13681         (message-mark-insert-begin, message-mark-insert-end)
13682         (message-elide-ellipsis, message-cancel-message)
13683         (message-add-header, message-change-subject)
13684         (message-cross-post-followup-to-header)
13685         (message-cross-post-insert-note, message-reduce-to-to-cc)
13686         (message-widen-reply, message-delete-not-region)
13687         (message-kill-to-signature, message-insert-signature)
13688         (message-insert-importance-high, message-insert-importance-low)
13689         (message-insert-or-toggle-importance)
13690         (message-insert-disposition-notification-to)
13691         (message-indent-citation, message-yank-original)
13692         (message-cite-original-without-signature, message-cite-original)
13693         (message-insert-citation-line, message-position-on-field)
13694         (message-fix-before-sending, message-send-mail-partially)
13695         (message-send-mail, message-send-mail-with-sendmail)
13696         (message-send-mail-with-qmail, message-send-news)
13697         (message-check-news-header-syntax, message-generate-headers)
13698         (message-insert-courtesy-copy, message-fill-address)
13699         (message-fill-header, message-shorten-references)
13700         (message-setup-1, message-cancel-news)
13701         (message-forward-make-body-plain, message-forward-make-body-mime)
13702         (message-forward-make-body-mml, message-encode-message-body)
13703         (message-forward-make-body-digest-plain)
13704         (message-forward-make-body-digest-mime)
13705         (message-use-alternative-email-as-from): Insert `hard-newline'
13706         instead of ordinary newlines.
13707
13708 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * message.el (message-generate-headers): Downcase the argument
13711         given to message-check-element.
13712
13713 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13714
13715         * nntp.el (nntp-authinfo-rejected): New error condition.
13716         (nntp-wait-for): Use new error condition to signal authentication
13717         error.
13718         (nntp-retrieve-data): Rethrow new error condition to break out of
13719         recursive call to nntp-send-authinfo.
13720
13721 2005-11-08  Romain Francoise  <romain@orebokech.com>
13722
13723         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13724         (gnus-summary-exit-map): Bind to `Z p'.
13725         (gnus-summary-make-menu-bar): Add menu item.
13726
13727 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13730         (gnus-treat-*): Add `first' in all doc strings.
13731
13732         * gnus-group.el (gnus-group-compact-group): Fix typo.
13733
13734 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus.el (gnus-parameters-case-fold-search): New variable.
13737         (gnus-parameters-get-parameter): Use it.
13738
13739         * gnus-score.el (gnus-home-score-file): Doc fix.
13740
13741 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13742
13743         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13744
13745 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mm-util.el (mm-special-display-p): New function.
13748
13749         * mml.el (mml-preview): Use it; doc fix.
13750
13751 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13752
13753         * imap.el (imap-open): Handle case where buffer is a buffer object.
13754
13755 2005-10-29  Romain Francoise  <romain@orebokech.com>
13756
13757         * message.el (message-fix-before-sending): Fix comment.
13758
13759 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13760
13761         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13762
13763 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13764
13765         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13766         Used in gnus-score.el.
13767
13768 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13771
13772 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13775         whitespace removed in revision 7.8.  Use concatenated string to
13776         protect trailing whitespace.
13777
13778 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13779
13780         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13781         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13782         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13783         Courier IMAP ("some version from 2004").  Mostly based on similar
13784         code in the same function.
13785
13786 2005-10-26  Didier Verna  <didier@xemacs.org>
13787
13788         * gnus-group.el (gnus-group-compact-group): Invalidate original
13789         article buffer.
13790         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13791         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13792         NOV database and in article itself.
13793         Invalidate article backlog.
13794
13795 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13798
13799 2005-10-26  Simon Josefsson  <jas@extundo.com>
13800
13801         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13802         part of 2004-07-25 change.
13803
13804 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * message.el (message-display-completion-list): New function.
13807         (message-expand-group): Use it; make sure the Completions buffer
13808         is modifiable.
13809 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13810
13811         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13812         user-mail-name is an empty string.
13813
13814 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13817         depending on gnus-score-decay-constant.
13818
13819         * encrypt.el (encrypt-insert-file-contents)
13820         (encrypt-write-file-contents): Don't use `gnus-message'.
13821
13822         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13823         arguments.
13824         (mm-uu-type-alist): Add message-marks and insert-marks.
13825         Pass arguments to mm-uu-verbatim-marks-extract.
13826         (mm-uu-hide-markers): New variable.
13827         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13828
13829         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13830         (gnus-convert-image-to-face-command): Use "convert" by default to
13831         allow other input image formats.
13832         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13833         accordingly.
13834
13835 2005-10-23  Simon Josefsson  <jas@extundo.com>
13836
13837         * imap.el (imap-gssapi-program): Align command line parameters
13838         with latest GNU SASL.
13839         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13840
13841 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13844         HTML.
13845         (nnslashdot-request-article): Ditto.
13846
13847         * lpath.el (featurep): Add nobreak-char-display.
13848
13849 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13850
13851         * mail-source.el (mail-source-fetch-pop): Require pop3.
13852         (mail-source-check-pop): Ditto.
13853
13854 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13857         errors.
13858
13859 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13862         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13863
13864         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13865
13866         * mm-bodies.el (mm-decode-string):
13867         Call `mm-charset-to-coding-system' with allow-override argument.
13868
13869 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13872         (rfc2047-charset-to-coding-system): New function.
13873         (rfc2047-decode-encoded-words): New function.
13874         (rfc2047-decode-region): Use them.
13875         (rfc2047-decode-cte): Remove.
13876         (rfc2047-parse-and-decode): Remove.
13877         (rfc2047-decode): Remove.
13878
13879 2005-10-15  Kenichi Handa  <handa@m17n.org>
13880
13881         * rfc2047.el (rfc2047-decode-cte): New function.
13882         (rfc2047-decode-region): Change the way to decode successive
13883         encoded-words: decode B- or Q-encoding in each encoded-word,
13884         concatenate them, and decode it as charset.
13885
13886 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * lpath.el: Fbind codepage-setup for XEmacs.
13889
13890 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13891
13892         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13893         widget-move-and-invoke.
13894         (gnus-custom-mode): Use gnus-custom-map.
13895
13896 2005-10-15  Bill Wohler  <wohler@newt.com>
13897
13898         * message.el (message-tool-bar-map): Rename image file from
13899         mail_send to mail/send.
13900
13901 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13902
13903         * message.el (message-expand-group): Pass the common
13904         prefix substring of completion to `display-completion-list'.
13905
13906 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * mml-sec.el (mml-secure-method): New internal variable.
13909         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13910         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13911         New functions using mml-secure-method.
13912
13913         * mml.el (mml-mode-map): Add key bindings for those functions.
13914         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13915         Harder <harder@myrealbox.com>.
13916         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13917         Goto end of message if point is the headers of the message.
13918
13919         * message.el (message-in-body-p): New function.
13920
13921         * assistant.el: Autoload gnus-util and netrc.
13922
13923         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13924         Use `mm-charset-override-alist' only when decoding.
13925
13926         * mm-bodies.el (mm-decode-body):
13927         Call `mm-charset-to-coding-system' with allow-override argument.
13928
13929         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13930         `filename' from Content-Disposition if Content-Type doesn't
13931         provide `name'.
13932         (gnus-mime-view-part-as-type): Set default instead of
13933         initial-input.
13934
13935 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13936
13937         * format-spec.el (format-spec): Propagate text properties of % spec.
13938
13939 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-art.el (gnus-treat-predicate): Add `first'.
13942
13943 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13946         (mm-charset-override-alist): New variable.
13947         (mm-charset-to-coding-system): Use it.
13948         (mm-codepage-setup): New helper function.
13949         (mm-charset-eval-alist): New variable.
13950         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13951         Warn about unknown charsets.
13952
13953         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13954
13955 2005-10-04  David Hansen  <david.hansen@gmx.net>
13956
13957         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13958         (nnrss-check-group): Ditto.
13959
13960 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13963         Rename x-gnus-verbatim to x-verbatim.
13964         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13965
13966         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13967         x-verbatim.
13968
13969         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13970
13971         * gnus-util.el (gnus-remove-duplicates): Remove.
13972
13973         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13974         instead of gnus-remove-duplicates.
13975
13976         * message.el (message-remove-duplicates): Remove.
13977         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13978         message-remove-duplicates.
13979
13980         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13981         available, else use implementation from `delete-dups'.
13982
13983         * message.el (message-insert-expires): New function.
13984         (message-mode-map): Add key binding.
13985         (message-mode-field-menu): Add menu entry.
13986         (message-mode): Document it.
13987         (message-make-expires-date): Use `message-make-date'.
13988
13989 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13990
13991         * message.el (message-make-expires-date): New function.
13992
13993 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * Makefile.in (list-installed-shadows): New entry.
13996         (install): Use it.
13997         (remove-installed-shadows): New entry.
13998
13999         * dgnushack.el (dgnushack-default-load-path): New variable.
14000         (dgnushack-find-lisp-shadows): New function.
14001         (dgnushack-remove-lisp-shadows): New function.
14002
14003 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * Makefile.in (install-el-elc): New entry.
14006         (install): Use it so that .el files are necessarily installed.
14007
14008 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14011
14012 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14013
14014         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14015         function rather than the diff-mode.el package.
14016         (mm-display-external): Use with-current-buffer.
14017         (mm-viewer-completion-map, mm-viewer-completion-map):
14018         Move initialization inside declaration.
14019
14020 2005-09-29  Simon Josefsson  <jas@extundo.com>
14021
14022         * spam.el: Load hashcash when compiling, to avoid warnings.
14023         Don't autoload mail-check-payment.
14024         (spam-check-hashcash): Define unconditionally, since hashcash.el
14025         is part of Gnus now.  Ignore errors from payment checking.
14026
14027 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * message.el (message-bold-region, message-unbold-region):
14030         Rename from `bold-region' and `unbold-region'.
14031
14032         * message.el: Remove useless autoloads.
14033
14034 2005-09-28  Simon Josefsson  <jas@extundo.com>
14035
14036         * message.el (message-use-idna): Default to t.
14037         (message-use-idna): Test whether encoding works too.  Doc fix.
14038
14039 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * nntp.el (nntp-warn-about-losing-connection): Remove.
14042
14043 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14046         customizable.  Change default value.
14047         (mm-uu-diff-groups-regexp): Change default value.
14048         (mm-uu-type-alist): Add doc string.
14049         (mm-uu-configure): Add doc string.  Make it interactive.
14050         (mm-uu-tex-groups-regexp): New variable.
14051         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14052         (mm-uu-type-alist): Add LaTeX documents.
14053         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14054         of "text/verbatim".
14055         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14056
14057         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14058         instead of "text/verbatim".
14059
14060         * message.el (message-mark-inserted-region)
14061         (message-mark-insert-file): Use slrn style marks when called with
14062         prefix argument.
14063
14064 2005-09-27  Simon Josefsson  <jas@extundo.com>
14065
14066         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14067
14068 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14069
14070         * message.el (message-remove-duplicates): New function.
14071         Implementation borrowed from `gnus-remove-duplicates'.
14072         (message-idna-to-ascii-rhs): Also encode idna addresses in
14073         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14074         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14075         only ask about the same idna domain once per header and also tell
14076         in what header to replace the idna domain.
14077
14078         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14079         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14080         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14081         a header is decoded and not just the last one.
14082
14083 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14086         has been decoded.
14087
14088         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14089         (mm-insert-part): Don't modify text if it has been decoded.
14090
14091         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14092         decoded.
14093
14094         * mm-view.el (mm-inline-text): Don't strip text props unless
14095         decoding enriched or richtext parts.
14096
14097 2005-09-25  Romain Francoise  <romain@orebokech.com>
14098
14099         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14100         * gnus-start.el (gnus-subscribe-interactively):
14101         * gnus-uu.el (gnus-uu-grab-articles):
14102         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14103         space.
14104
14105 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14106
14107         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14108         * mm-view.el (mm-view-pkcs7-decrypt):
14109         * gnus-sum.el (gnus-summary-limit-to-extra)
14110         (gnus-summary-respool-article, gnus-read-move-group-name):
14111         * gnus-score.el (gnus-summary-increase-score):
14112         * gnus-util.el (gnus-completing-read-with-default):
14113         * gnus-art.el (gnus-read-save-file-name)
14114         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14115         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14116         * message.el (message-check-news-header-syntax):
14117         Follow convention for reading with the minibuffer.
14118
14119 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * spam-report.el (spam-report-url-ping-plain):
14122         Use gnus-extended-version as User-Agent.
14123
14124         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14125         default value is nil.
14126
14127         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14128         (mm-uu-verbatim-marks-extract): New function.
14129         (mm-uu-extract): New face.
14130         (mm-uu-copy-to-buffer): Use it.
14131
14132         * spam-report.el (spam-report-gmane-ham): Rename from
14133         `spam-report-gmane-unspam'.
14134         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14135         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14136
14137         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14138         Autoload.
14139         (spam-report-gmane-unregister-routine):
14140         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14141
14142 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14143
14144         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14145         (spam-report-gmane-unregister-routine): Add support for gmane
14146         unregistration.
14147
14148         * spam-report.el (spam-report-gmane-unspam)
14149         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14150         (spam-report-gmane): Change to take a single article and do unspam
14151         registration.
14152
14153 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * mm-url.el (mm-url-decode-entities): Fix regexp.
14156
14157 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158
14159         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14160         default to nil, to be able to use Gnus at all.  If the default
14161         switches to something else, then the function should be fixed not
14162         be exceedingly slow.
14163
14164 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14167         fail hard.
14168
14169         * spam-report.el: Add better Keywords line.
14170
14171         * spam.el: Add Maintainer and better Keywords line.
14172
14173 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * gnus-art.el (gnus-article-replace-part)
14176         (gnus-mime-replace-part): New functions.
14177         (gnus-mime-action-alist, gnus-mime-button-commands)
14178         (gnus-mime-save-part-and-strip): Add file argument.
14179         (gnus-article-part-wrapper): Add interactive argument.
14180
14181         * gnus-sum.el (gnus-summary-mime-map):
14182         Add `gnus-article-replace-part'.
14183
14184 2005-09-19  Didier Verna  <didier@xemacs.org>
14185
14186         The nnml compaction feature:
14187         * nnml.el (nnml-request-compact-group): New function.
14188         * nnml.el (nnml-request-compact): New function.
14189         * gnus-int.el (gnus-request-compact-group): New function.
14190         * gnus-int.el (gnus-request-compact): New function.
14191         * gnus-group.el (gnus-group-compact-group): New function.
14192         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14193         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14194         * gnus-srvr.el (gnus-server-compact-server): New function.
14195         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14196         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14197
14198 2005-09-18  Deepak Goel  <deego@gnufans.org>
14199
14200         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14201         format spec.
14202
14203 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14206
14207 2005-09-15  Romain Francoise  <romain@orebokech.com>
14208
14209         * message.el (message-fill-paragraph): Clarify docstring.
14210
14211 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-art.el (gnus-mime-display-part): Protect against broken
14214         MIME messages.
14215
14216 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14219         before parsing header.
14220
14221 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14222
14223         * html2text.el (html2text-replace-list): Add new entities.
14224
14225 2005-09-11  Romain Francoise  <romain@orebokech.com>
14226
14227         * message.el (message-alternative-emails): Improve docstring.
14228         (message-setup-1): Call `message-use-alternative-email-as-from'
14229         after `message-setup-hook' to give it precedence over posting
14230         styles, etc.
14231         (message-use-alternative-email-as-from): Add docstring.
14232         Remove the original From header if present.
14233
14234         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14235         (nnml-save-mail): Use it.
14236
14237         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14238         articles.  Add new argument `silent'.
14239         (gnus-uu-mark-all): Report the total number of marked articles.
14240
14241 2005-09-10  Romain Francoise  <romain@orebokech.com>
14242
14243         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14244         (gnus-uu-mark-series): Likewise.
14245
14246 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * spam-report.el (spam-report-gmane): Fix generation of spam
14249         report URL.
14250
14251 2005-09-10  Simon Josefsson  <jas@extundo.com>
14252
14253         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14254         t, based on discussion on the ding list with Robert Epprecht
14255         <epprecht@solnet.ch>.
14256
14257 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * spam-report.el (spam-report-gmane): Make it work without
14260         X-Report-Spam header.  Gmane now only provides Archived-At.
14261         This is only used if `spam-report-gmane-use-article-number' is nil.
14262         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14263
14264         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14265         make `gnus-summary-sort-by-recipient' work with threading.
14266
14267         * nnweb.el (nnweb-google-wash-article): Print a message if article
14268         is not available.
14269
14270 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14271
14272         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14273         change.  Decode text/* parts content before displaying.
14274
14275 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14276
14277         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14278
14279 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14282
14283         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14284         url-package-name, url-package-version,
14285         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14286         w3m-display-inline-images, and w3m-minor-mode-map.
14287
14288 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * message.el (message-tab-body-function): Fix mismatched custom type.
14291
14292         * gnus.el (gnus-group-change-level-function): Ditto.
14293
14294         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14295
14296         * gnus-art.el (gnus-signature-limit)
14297         (gnus-article-mime-part-function): Ditto.
14298
14299 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * mml.el (mml-mode): Silence the byte compiler.
14302
14303         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14304         using `(sit-for 0)' before moving the point to the specified part;
14305         skip unbuttonized parts.
14306         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14307         return to the summary window if gnus-auto-select-part is non-nil.
14308
14309 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14312         New variables.
14313         (mml-dnd-attach-file, mml-mode): Use them.
14314
14315         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14316         Make fetching article by MID work again for Google Groups.
14317         Add FIXME concerning gnus-group-make-web-group.
14318
14319         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14320         Don't depend on Gnus by using mail-extract-address-components if
14321         gnus-extract-address-components is not bound.
14322
14323 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14324
14325         * gnus-art.el (gnus-mime-display-security): Don't display the
14326         signature, but only the signed part.
14327
14328 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14331
14332         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14333         list, not listp.
14334
14335 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14336
14337         * mm-encode.el (mm-encode-content-transfer-encoding):
14338         Likewise when encoding.
14339
14340         * mm-bodies.el (mm-decode-content-transfer-encoding):
14341         De-canonicalize CRLF for all text content types, not just
14342         text/plain.
14343
14344 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14347         valid article; point arrow and cursor at the MIME button.
14348
14349 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14352         Suggested by Dan Christensen <jdc@uwo.ca>.
14353
14354         * mm-decode.el (mm-save-part): Enable change of prompt.
14355
14356 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14357
14358         * gnus-msg.el (gnus-inews-add-send-actions):
14359         Make `message-post-method' lambda parameter ARG `&optional'.
14360
14361 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14362
14363         * gnus-sum.el (gnus-summary-mime-map):
14364         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14365         gnus-article-jump-to-part.
14366
14367         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14368         (gnus-article-edit-part): Use it.
14369         (gnus-article-part-wrapper): Add no-handle argument.
14370         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14371         New functions.
14372
14373 2005-08-29  Romain Francoise  <romain@orebokech.com>
14374
14375         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14376         docstring.
14377         (gnus-face-from-file): Likewise.
14378
14379 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14382         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14383         non-nil.
14384         (gnus-auto-select-part): New variable.
14385         (gnus-article-jump-to-part): New function.
14386         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14387         (gnus-mime-delete-part): Allow selecting specified part after
14388         deleting or stripping parts.
14389         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14390         part if argument is bogus.
14391
14392 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14393
14394         * gnus-art.el (w3m-minor-mode-map):
14395         * gnus-spec.el (gnus-newsrc-file-version):
14396         * gnus-util.el (nnmail-active-file-coding-system)
14397         (gnus-original-article-buffer, gnus-user-agent):
14398         * gnus.el (gnus-ham-process-destinations)
14399         (gnus-parameter-ham-marks-alist)
14400         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14401         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14402         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14403         * mm-decode.el (gnus-current-window-configuration):
14404         * mm-extern.el (gnus-article-mime-handles):
14405         * mm-url.el (url-current-object, url-package-name)
14406         (url-package-version):
14407         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14408         (smime-keys, w3m-cid-retrieve-function-alist)
14409         (w3m-current-buffer, w3m-display-inline-images)
14410         (w3m-minor-mode-map):
14411         * mml-smime.el (gnus-extract-address-components):
14412         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14413         (gnus-newsrc-hashtb, message-default-charset)
14414         (message-deletable-headers, message-options)
14415         (message-posting-charset, message-required-mail-headers)
14416         (message-required-news-headers):
14417         * mml1991.el (mc-pgp-always-sign):
14418         * mml2015.el (mc-pgp-always-sign):
14419         * nnheader.el (nnmail-extra-headers):
14420         * rfc1843.el (gnus-decode-encoded-word-function)
14421         (gnus-decode-header-function, gnus-newsgroup-name):
14422         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14423
14424 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14425
14426         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14427         the end of the date treatments.
14428
14429 2005-08-15  Simon Josefsson  <jas@extundo.com>
14430
14431         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14432         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14433         Capello and Romain Francoise.
14434         (pgg-fetch-key-function): Remove, not used?
14435         (pgg-insert-url-with-w3): Require url, to get
14436         url-insert-file-contents regardless of where it is defined.
14437
14438 2005-08-13  Romain Francoise  <romain@orebokech.com>
14439
14440         * message.el (message-cite-original-1): New function.
14441         (message-cite-original): Use it.
14442         (message-cite-original-without-signature): Ditto.
14443
14444 2005-08-08  Romain Francoise  <romain@orebokech.com>
14445
14446         * message.el (message-yank-empty-prefix): New variable.
14447         (message-indent-citation): Use it.
14448         (message-cite-original-without-signature): Respect X-No-Archive.
14449
14450 2005-08-08  Simon Josefsson  <jas@extundo.com>
14451
14452         * pgg.el: Autoload url-insert-file-contents instead of loading
14453         w3/url.
14454         (pgg-insert-url-with-w3): Don't load url here.
14455
14456 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14457
14458         * message.el (message-kill-to-signature): Don't insert newline at
14459         bol.
14460         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14461
14462 2005-08-06  Romain Francoise  <romain@orebokech.com>
14463
14464         * message.el (message-user-fqdn): Fix typo in docstring.
14465
14466 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14467
14468         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14469
14470         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14471
14472 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * mm-bodies.el (mm-encode-body): Use coding system rather than
14475         charset to encode text.
14476
14477         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14478         number of charsets if utf-8 is available (XEmacs).
14479
14480 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14483         taken from `gnus-button-mid-or-mail-regexp'.
14484         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14485         (gnus-button-alist): Improve regexp for domain part of the MIDs
14486         for news:localpart@domain buttons.
14487         (gnus-button-ctan-directory-regexp): Update.
14488
14489 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * sieve-manage.el (sieve-manage-interactive-login):
14492         Use make-local-variable rather than make-variable-buffer-local.
14493         (sieve-manage-open): Ditto.
14494         (sieve-manage-authenticate): Ditto.
14495
14496         * mml.el (mml-generate-mime-1): Make the content type default to
14497         text/plain if the filename is not specified.
14498
14499 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14502         instead of insert-buffer.
14503
14504         * message.el (message-yank-original): Ditto; set the mark at the
14505         end of the yanked message.
14506
14507 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14510         lines to scroll rather than to stop it.
14511
14512         * mml.el (mml-generate-default-type): Add doc string.
14513         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14514         default to application/octet-stream when determining the content
14515         type if it is not specified for the part or the mml contents; add
14516         a comment about mml-generate-default-type.
14517
14518 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14521         make it default to application/octet-stream when determining the
14522         content type if it is not specified for the external contents.
14523
14524 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14527         segmented parameter but also other parameters might be there.
14528
14529 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * mm-decode.el (mm-display-external): Delete temp file, directory
14532         and buffer immediately if the external process is exited.
14533
14534 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14537         fewer lines than that of scroll-margin.
14538         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14539
14540 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-art.el (gnus-article-next-page): Revert.
14543         (gnus-article-beginning-of-window): New macro.
14544         (gnus-article-next-page-1): Use it.
14545         (gnus-article-prev-page): Ditto.
14546         (gnus-article-edit-part): Use insert-buffer-substring instead of
14547         insert-buffer.
14548         (gnus-article-edit-exit): Ditto.
14549
14550         * gnus-util.el (gnus-beginning-of-window): Remove.
14551         (gnus-end-of-window): Remove.
14552
14553         * lpath.el: Don't bind header-line-format and scroll-margin.
14554
14555 2005-07-25  Simon Josefsson  <jas@extundo.com>
14556
14557         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14558         to have the url package without w3.  Reported by Daiki Ueno
14559         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14560
14561 2005-07-20  Didier Verna  <didier@xemacs.org>
14562
14563         * gnus-diary.el: Remove the description comment (nndiary is now
14564         properly documented in the Gnus manual).
14565         Fix the spelling of "Back End".
14566         * nndiary.el: Ditto.
14567         Fix the copyright notice.
14568
14569 2005-07-18  Romain Francoise  <romain@orebokech.com>
14570
14571         * gnus-sum.el (gnus-summary-to-prefix)
14572         (gnus-summary-newsgroup-prefix): New variables.
14573         (gnus-summary-from-or-to-or-newsgroups): Use them.
14574
14575 2005-07-17  Romain Francoise  <romain@orebokech.com>
14576
14577         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14578         space as it's generally not especially interesting to the user.
14579
14580 2005-07-16  Romain Francoise  <romain@orebokech.com>
14581
14582         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14583         nil to avoid prompting and file modification if one of the
14584         messages at the top of the nnfolder file contains a copyright
14585         notice.
14586         Update copyright notice.
14587
14588         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14589         instead of `current-time-string' as the latter creates a time
14590         string that is not RFC 2822 compliant (it lacks the zone).
14591         Update copyright notice.
14592
14593 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14594
14595         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14596         for text/rtf.  Display default in prompt.  Pass default for M-n.
14597
14598         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14599
14600 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * gnus-msg.el (gnus-button-mailto):
14603         Remove save-selected-window-window hackery because it relies on
14604         save-selected-window internals.
14605
14606 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14609         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14610         (gnus-article-prev-page): Ditto.
14611
14612         * gnus-util.el (gnus-beginning-of-window): New function.
14613         (gnus-end-of-window): New function.
14614
14615         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14616
14617 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14618
14619         * gnus-score.el (gnus-score-edit-all-score):
14620         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14621         gnus-message.
14622
14623 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14624
14625         * gnus-msg.el (gnus-button-mailto):
14626         Remove save-selected-window-window hackery because it relies on
14627         save-selected-window internals.
14628
14629 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14632         add-minor-mode.
14633         (gnus-binary-mode): Ditto.
14634
14635         * gnus-topic.el (gnus-topic-mode): Ditto.
14636
14637 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14638
14639         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14640         (gnus-article-prev-page): Take scroll-margin into consideration.
14641
14642 2005-07-04  Lute Kamstra  <lute@gnu.org>
14643
14644         Update FSF's address in GPL notices.
14645
14646 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14647
14648         * gnus.el (gnus-exit):
14649         * gnus-group.el (gnus-group-icons):
14650         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14651
14652         * gnus-nocem.el (gnus-nocem):
14653         * message.el (message-various, message-buffers, message-sending)
14654         (message-interface, message-forwarding, message-insertion)
14655         (message-headers, message-news, message-mail):
14656         * pgg-gpg.el (pgg-gpg):
14657         * pgg-parse.el (pgg-parse):
14658         * pgg-pgp.el (pgg-pgp):
14659         * pgg-pgp5.el (pgg-pgp5):
14660         * pop3.el (pop3): Finish `defgroup' description with period.
14661
14662 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (article-display-face): Improve the efficiency.
14665         (article-display-x-face): Ditto; remove grey x-face stuff.
14666
14667 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (article-display-face): Correct the position in
14670         which Faces are inserted.
14671
14672 2005-06-29  Didier Verna  <didier@xemacs.org>
14673
14674         * gnus-art.el (article-display-face): Display faces in correct
14675         order.
14676
14677 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14680         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14681         (gnus-nocem-check-article): Fetch the Type header.
14682         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14683         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14684         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14685         make sure gnus-nocem-hashtb is initialized.
14686         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14687         (gnus-nocem-unwanted-article-p): Ditto.
14688
14689         * pgg.el (pgg-verify): Return the verification result.
14690
14691 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692
14693         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14694         is ascii.
14695
14696 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14697
14698         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14699         `show-nonbreak-escape'.
14700
14701 2005-06-23  Lute Kamstra  <lute@gnu.org>
14702
14703         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14704
14705         * dig.el (dig-mode):
14706         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14707
14708 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14709
14710         * nnimap.el (nnimap-split-download-body): Fix spellings.
14711
14712 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14713
14714         * gnus-art.el (gnus-article-encrypt-body):
14715         * gnus-cus.el (gnus-score-customize):
14716         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14717         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14718
14719 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14720
14721         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14722         header by looking for magic "MII" at the beginnig.
14723
14724 2005-06-16  Miles Bader  <miles@gnu.org>
14725
14726         * gnus-xmas.el (gnus-xmas-group-startup-message):
14727         Use renamed gnus-splash face.
14728
14729         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14730         (assistant-field-face): New backward-compatibility alias for renamed
14731         face.
14732         (assistant-render-text): Use renamed assistant-field face.
14733
14734         * spam.el (spam): Remove "-face" suffix from face name.
14735         (spam-face): New backward-compatibility alias for renamed face.
14736         (spam-face, spam-initialize): Use renamed spam face.
14737
14738         * message.el (message-header-to, message-header-cc)
14739         (message-header-subject, message-header-newsgroups)
14740         (message-header-other, message-header-name)
14741         (message-header-xheader, message-separator, message-cited-text)
14742         (message-mml): Remove "-face" suffix from face names.
14743         (message-header-to-face, message-header-cc-face)
14744         (message-header-subject-face, message-header-newsgroups-face)
14745         (message-header-other-face, message-header-name-face)
14746         (message-header-xheader-face, message-separator-face)
14747         (message-cited-text-face, message-mml-face):
14748         New backward-compatibility aliases for renamed faces.
14749         (message-font-lock-keywords): Use renamed message faces.
14750
14751         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14752         (sieve-test-commands, sieve-tagged-arguments):
14753         Remove "-face" suffix from face names.
14754         (sieve-control-commands-face, sieve-action-commands-face)
14755         (sieve-test-commands-face, sieve-tagged-arguments-face):
14756         New backward-compatibility aliases for renamed faces.
14757         (sieve-control-commands-face, sieve-action-commands-face)
14758         (sieve-test-commands-face, sieve-tagged-arguments-face):
14759         Use renamed sieve faces.
14760
14761         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14762         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14763         (gnus-group-news-3-empty, gnus-group-news-4)
14764         (gnus-group-news-4-empty, gnus-group-news-5)
14765         (gnus-group-news-5-empty, gnus-group-news-6)
14766         (gnus-group-news-6-empty, gnus-group-news-low)
14767         (gnus-group-news-low-empty, gnus-group-mail-1)
14768         (gnus-group-mail-1-empty, gnus-group-mail-2)
14769         (gnus-group-mail-2-empty, gnus-group-mail-3)
14770         (gnus-group-mail-3-empty, gnus-group-mail-low)
14771         (gnus-group-mail-low-empty, gnus-summary-selected)
14772         (gnus-summary-cancelled, gnus-summary-high-ticked)
14773         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14774         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14775         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14776         (gnus-summary-low-undownloaded)
14777         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14778         (gnus-summary-low-unread, gnus-summary-normal-unread)
14779         (gnus-summary-high-read, gnus-summary-low-read)
14780         (gnus-summary-normal-read, gnus-splash):
14781         Remove "-face" suffix from face names.
14782         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14783         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14784         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14785         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14786         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14787         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14788         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14789         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14790         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14791         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14792         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14793         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14794         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14795         (gnus-summary-normal-ticked-face)
14796         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14797         (gnus-summary-normal-ancient-face)
14798         (gnus-summary-high-undownloaded-face)
14799         (gnus-summary-low-undownloaded-face)
14800         (gnus-summary-normal-undownloaded-face)
14801         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14802         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14803         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14804         (gnus-splash-face):
14805         New backward-compatibility aliases for renamed faces.
14806         (gnus-group-startup-message): Use renamed gnus faces.
14807
14808         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14809         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14810         (gnus-server-agent): Remove "-face" suffix from face names.
14811         (gnus-server-agent-face, gnus-server-opened-face)
14812         (gnus-server-closed-face, gnus-server-denied-face)
14813         (gnus-server-offline-face):
14814         New backward-compatibility aliases for renamed faces.
14815         (gnus-server-agent-face, gnus-server-opened-face)
14816         (gnus-server-closed-face, gnus-server-denied-face)
14817         (gnus-server-offline-face): Use renamed gnus faces.
14818
14819         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14820         Remove "-face" suffix from face names.
14821         (gnus-picon-xbm-face, gnus-picon-face):
14822         New backward-compatibility aliases for renamed faces.
14823
14824         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14825         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14826         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14827         (gnus-cite-11): Remove "-face" suffix from face names.
14828         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14829         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14830         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14831         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14832         New backward-compatibility aliases for renamed faces.
14833         (gnus-cite-attribution-face, gnus-cite-face-list)
14834         (gnus-article-boring-faces): Use renamed gnus faces.
14835
14836         * gnus-art.el (gnus-signature, gnus-header-from)
14837         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14838         (gnus-header-content): Remove "-face" suffix from face names.
14839         (gnus-signature-face, gnus-header-from-face)
14840         (gnus-header-subject-face, gnus-header-newsgroups-face)
14841         (gnus-header-name-face, gnus-header-content-face):
14842         New backward-compatibility aliases for renamed faces.
14843         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14844
14845         * gnus-sum.el (gnus-summary-selected-face)
14846         (gnus-summary-highlight): Use renamed gnus faces.
14847         * gnus-group.el (gnus-group-highlight): Likewise.
14848
14849 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14850
14851         * gnus-sieve.el (gnus-sieve-article-add-rule):
14852         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14853         * spam-stat.el (spam-stat-buffer-change-to-spam)
14854         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14855
14856         * message.el (message-is-yours-p):
14857         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14858
14859 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-view.el (mm-inline-text): Withdraw the last change.
14862
14863 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14866         executing enriched-decode.
14867
14868 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14871         charset of tar files.
14872
14873 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14874
14875         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14876
14877 2005-06-04  Lute Kamstra  <lute@gnu.org>
14878
14879         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14880         information is never recorded.
14881
14882 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14883
14884         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14885
14886 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * pop3.el (pop3-apop): Run md5 in the binary mode.
14889
14890         * starttls.el (starttls-set-process-query-on-exit-flag):
14891         Use eval-and-compile.
14892
14893 2005-05-31  Simon Josefsson  <jas@extundo.com>
14894
14895         * smime.el (smime-replace-in-string): Define.
14896         (smime-cert-by-ldap-1): Use it.
14897
14898 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-art.el (article-display-x-face): Replace
14901         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14902
14903         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14904         set-process-query-on-exit-flag or process-kill-without-query.
14905
14906         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14907         loop instead of replace-regexp.
14908
14909         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14910         instead of process-kill-without-query if it is available.
14911
14912         * lpath.el: Fbind ldap-search-entries.
14913
14914         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14915         instead of find-file-hooks if it is available.
14916
14917         * mml1991.el: Bind pgg-default-user-id when compiling.
14918
14919         * mml2015.el: Bind pgg-default-user-id when compiling.
14920
14921         * nndraft.el (nndraft-request-associate-buffer):
14922         Use write-contents-functions instead of write-contents-hooks if it is
14923         available.
14924
14925         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14926         instead of find-file-hooks if it is available.
14927
14928         * nntp.el (nntp-open-connection): Replace
14929         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14930         (nntp-open-ssl-stream): Ditto.
14931         (nntp-open-tls-stream): Ditto.
14932
14933         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14934         set-process-query-on-exit-flag or process-kill-without-query.
14935         (starttls-open-stream-gnutls): Use it instead of
14936         process-kill-without-query.
14937         (starttls-open-stream): Ditto.
14938
14939 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14940
14941         * smime.el (smime-cert-by-ldap-1): Don't use
14942         replace-regexp-in-string.
14943
14944 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14945
14946         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14947
14948         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14949         in PEM format.  Adjust to the XEmacs compability.
14950
14951 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14954         by `string-to-number'.
14955         * gnus-agent.el (gnus-agent-regenerate-group)
14956         (gnus-agent-fetch-articles): Ditto.
14957         * gnus-art.el (gnus-button-fetch-group): Ditto.
14958         * gnus-cache.el (gnus-cache-generate-active)
14959         (gnus-cache-articles-in-group): Ditto.
14960         * gnus-group.el (gnus-group-set-current-level)
14961         (gnus-group-insert-group-line): Ditto.
14962         * gnus-score.el (gnus-score-set-expunge-below)
14963         (gnus-score-set-mark-below, gnus-summary-score-effect)
14964         (gnus-summary-score-entry): Ditto.
14965         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14966         (gnus-soup-pack): Ditto.
14967         * gnus-spec.el (gnus-xmas-format): Ditto.
14968         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14969         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14970         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14971         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14972         * nndb.el (nndb-get-remote-expire-response): Ditto.
14973         * nndiary.el (nndiary-parse-schedule-value)
14974         (nndiary-string-to-number, nndiary-request-replace-article)
14975         (nndiary-request-article): Ditto.
14976         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14977         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14978         * nneething.el (nneething-make-head): Ditto.
14979         * nnfolder.el (nnfolder-request-article)
14980         (nnfolder-retrieve-headers): Ditto.
14981         * nnheader.el (nnheader-file-to-number): Ditto.
14982         * nnkiboze.el (nnkiboze-request-article): Ditto.
14983         * nnmail.el (nnmail-process-unix-mail-format)
14984         (nnmail-process-babyl-mail-format): Ditto.
14985         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14986         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14987         (nnmh-request-create-group, nnmh-request-list-1)
14988         (nnmh-request-group, nnmh-request-article): Ditto.
14989         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14990         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14991         * nnsoup.el (nnsoup-make-active): Ditto.
14992         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14993         * nntp.el (nntp-find-group-and-number)
14994         (nntp-retrieve-headers-with-xover): Ditto.
14995         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14996         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14997         (pgg-format-key-identifier): Ditto.
14998         * pop3.el (pop3-last, pop3-stat): Ditto.
14999         * qp.el (quoted-printable-decode-region): Ditto.
15000
15001         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15002         of concat.
15003
15004 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15007
15008         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15009
15010         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15011
15012         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15013
15014         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15015
15016         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15017
15018         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15019         (gnus-carpal-mode): Ditto.
15020
15021         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15022         (gnus-browse-mode): Ditto.
15023
15024         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15025
15026         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15027
15028 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15029
15030         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15031
15032 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-util.el (gnus-run-mode-hooks): New function.
15035
15036         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15037
15038         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15039         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15040
15041 2005-05-27  Lute Kamstra  <lute@gnu.org>
15042
15043         * dns-mode.el (dns-mode): Specify customization group.
15044
15045 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15046
15047         * gnus-agent.el (gnus-agent-make-mode-line-string):
15048         Use mode-line-highlight as mouse-face.
15049
15050 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * canlock.el (canlock): Change the parent group to news.
15053
15054         * deuglify.el (gnus-outlook-deuglify): Add :group.
15055
15056         * dig.el (dig): Add :group.
15057
15058         * dns-mode.el (dns-mode): Add :group.
15059
15060         * encrypt.el (encrypt): Add :group.
15061
15062         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15063         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15064         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15065         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15066         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15067
15068         * gnus-diary.el (gnus-diary): Add :group.
15069
15070         * gnus.el (gnus-group-news-1-face): Add :group.
15071         (gnus-group-news-1-empty-face): Ditto.
15072         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15073         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15074         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15075         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15076         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15077         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15078         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15079         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15080         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15081         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15082         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15083         (gnus-summary-high-ticked-face): Ditto.
15084         (gnus-summary-low-ticked-face): Ditto.
15085         (gnus-summary-normal-ticked-face): Ditto.
15086         (gnus-summary-high-ancient-face): Ditto.
15087         (gnus-summary-low-ancient-face): Ditto.
15088         (gnus-summary-normal-ancient-face): Ditto.
15089         (gnus-summary-high-undownloaded-face): Ditto.
15090         (gnus-summary-low-undownloaded-face): Ditto.
15091         (gnus-summary-normal-undownloaded-face): Ditto.
15092         (gnus-summary-high-unread-face): Ditto.
15093         (gnus-summary-low-unread-face): Ditto.
15094         (gnus-summary-normal-unread-face): Ditto.
15095         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15096         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15097
15098         * hashcash.el (hashcash): New custom group.
15099         (hashcash-default-payment): Add :group.
15100         (hashcash-payment-alist): Ditto.
15101         (hashcash-default-accept-payment): Ditto.
15102         (hashcash-accept-resources): Ditto.
15103         (hashcash-path): Ditto.
15104         (hashcash-extra-generate-parameters): Ditto.
15105         (hashcash-double-spend-database): Ditto.
15106         (hashcash-in-news): Ditto.
15107
15108         * message.el (message-minibuffer-local-map): Add :group.
15109
15110         * netrc.el (netrc): Add :group.
15111
15112         * sieve-manage.el (sieve-manage-log): Add :group.
15113         (sieve-manage-default-user): Diito.
15114         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15115         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15116         (sieve-manage-authenticators): Ditto.
15117         (sieve-manage-authenticator-alist): Ditto.
15118         (sieve-manage-default-port): Ditto.
15119
15120         * sieve-mode.el (sieve-control-commands-face): Add :group.
15121         (sieve-action-commands-face): Ditto.
15122         (sieve-test-commands-face): Ditto.
15123         (sieve-tagged-arguments-face): Ditto.
15124
15125         * smime.el (smime): Add :group.
15126
15127         * spam-report.el (spam-report): Add :group.
15128
15129         * spam.el (spam, spam-face): Add :group.
15130
15131 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15132
15133         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15134         return \n.\n.\n at the end of articles.  Protect against that.
15135         (nntp-with-open-group): Allow debugging.
15136
15137         * nnheader.el (mail-header-set-extra): Make into a function
15138         because I just could't understand how to quote the list properly.
15139
15140         * dns.el (query-dns-cached): New function.
15141
15142 2005-05-26  Lute Kamstra  <lute@gnu.org>
15143
15144         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15145
15146 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15149
15150         * gnus-art.el: Don't autoload mail-extract-address-components.
15151
15152         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15153         eval-and-compile to evaluate it.
15154
15155         * hashcash.el: Don't autoload executable-find.
15156
15157         * nndb.el: Don't declare the nndb back end two or more times; don't
15158         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15159
15160         * nntp.el: Autoload format-spec instead of format; use
15161         eval-and-compile to evaluate autoload forms.
15162
15163 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15164
15165         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15166
15167 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15168
15169         * gnus.el (gnus-version-number): Bump version.
15170
15171 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15172
15173         * gnus.el: No Gnus v0.3 is released.
15174
15175 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176
15177         * lpath.el (featurep): Bind show-nonbreak-escape.
15178
15179 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-art.el (gnus-article-edit-part): Disable undo.
15182
15183 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15186         gnus-article-date-lapsed-new-header is t if date timer is active;
15187         skip headers in which the original date value is empty.
15188         (gnus-article-save-original-date): Redefine it as a macro.
15189         (gnus-display-mime): Use it.
15190
15191 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-art.el (article-date-ut): Support converting date in
15194         forwarded parts as well.
15195         (gnus-article-save-original-date): New function.
15196         (gnus-display-mime): Use it.
15197
15198 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15199
15200         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15201         enclosure element of <item>.
15202
15203 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * message.el (message-kill-buffer-query): Rename from
15206         `message-kill-buffer-query-if-modified'.  Add :version.
15207
15208 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15211         window layout.
15212
15213 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * mml.el: Autoload dnd when compiling.
15216
15217 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15220         x-dnd-*.
15221
15222 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * qp.el (quoted-printable-encode-region): Save excursion.
15225
15226 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * message.el (message-kill-buffer-query-if-modified): Add new variable
15229         so the user can kill a modified message buffer quickly.
15230         (message-kill-buffer): Use it.
15231
15232 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * lpath.el: Fbind display-time-event-handler; don't fbind
15235         string-to-multibyte.
15236
15237         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15238
15239 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15242         contained in text because xml.el decodes entities) with LFs.
15243
15244 2005-04-11  Lute Kamstra  <lute@gnu.org>
15245
15246         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15247         differently.
15248
15249 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15250
15251         * mm-util.el (mm-detect-coding-region): Typo.
15252
15253 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15256
15257 2005-04-06  Deepak Goel  <deego@gnufans.org>
15258
15259         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15260         user-function allow user modifications of the scores.
15261         (spam-stat-score-buffer-user): New function, to allow
15262         user-computed modifications to the score.
15263         (spam-stat-score-buffer-user-functions): List of additional
15264         scoring functions.
15265         (spam-stat-error-holder): Global temporary error holder.
15266         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15267         variable.
15268
15269 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * gnus-registry.el (gnus-registry-clean-empty-function)
15272         (gnus-registry-trim, gnus-registry-fetch-groups)
15273         (gnus-registry-delete-group): Groups that match
15274         `gnus-registry-ignored-groups' are removed from the registry
15275         entries, not just ignored for splitting.  This helps clean up the
15276         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15277         to get all the groups a message ID is in.
15278
15279         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15280         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15281         (spam-stat-score-buffer-user-functions): Add :number custom type.
15282
15283 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15286         argument in XEmacs.
15287
15288         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15289         (nnrss-request-group): Decode group name first.
15290         (nnrss-request-article): Make a text/plain article if mml-to-mime
15291         failed.
15292         (nnrss-get-encoding): Return a compatible encoding according to
15293         nnrss-compatible-encoding-alist.
15294         (nnrss-find-el): Use consp instead of listp.
15295         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15296
15297 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15300         which Emacs 20 doesn't support.
15301         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15302
15303 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15306         silence the byte compiler inside the defun.
15307
15308         * gnus-demon.el (parse-time-string): Add autoload.
15309
15310         * gnus-delay.el (parse-time-string): Add autoload.
15311
15312         * gnus-art.el (parse-time-string): Add autoload.
15313
15314         * nnultimate.el (parse-time): Require for `parse-time-string'.
15315
15316 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15319
15320         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15321
15322         * smime.el (smime-ldap-host-list): Add :version.
15323
15324 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15327         pass it to `gnus-browse-read-group'.
15328         (gnus-browse-read-group): Add NUMBER argument and pass it to
15329         `gnus-group-read-ephemeral-group'.
15330
15331         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15332         argument and pass it to `gnus-group-read-group'.
15333
15334 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15335
15336         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15337         mm-xemacs-find-mime-charset-1 if we have the mule feature
15338         available at runtime.
15339
15340 2005-03-25  Werner Lemberg  <wl@gnu.org>
15341
15342         * nnmaildir.el: Replace `illegal' with `invalid'.
15343
15344 2005-03-23  Lute Kamstra  <lute@gnu.org>
15345
15346         * time-date.el: Add comment on time value formats.
15347         Don't require parse-time.
15348         (with-decoded-time-value): New macro.
15349         (encode-time-value): New function.
15350         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15351         (days-to-time): Return a valid time value when arg is huge.
15352         (time-since): Use time-subtract.
15353         (time-to-number-of-days): Use time-to-seconds.
15354
15355 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15356
15357         * gnus-start.el (gnus-display-time-event-handler):
15358         Check display-time-timer at runtime rather than only at load time
15359         in case display-time-mode is turned off in the mean time.
15360
15361 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15364         used.
15365
15366         * nneething.el (nneething-map-file-directory): Derive from
15367         `gnus-directory'.
15368
15369         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15370         the To/Cc button.
15371
15372 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * nnmaildir.el (nnmaildir-request-accept-article):
15375         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15376
15377 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15378
15379         * gnus-async.el: Require timer-funcs at compile time when in
15380         XEmacs for `run-with-idle-timer'.
15381
15382 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15383
15384         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15385         autoloaded function.
15386
15387 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15388
15389         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15390
15391 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15392
15393         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15394
15395 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15396
15397         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15398         Add gnus-expert-user to default.
15399
15400 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15401
15402         * nnimap.el (nnimap-open-server): Ditto.
15403
15404         * imap.el (imap-authenticate): Fix typo.
15405
15406 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15407
15408         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15409         buffer (since IMAP server might return FETCH response out of
15410         order, and the nntp buffer must be sorted).
15411
15412 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15413
15414         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15415         comparison on string.
15416
15417         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15418         (gnus-agent-score): Rename category keywords to match gnus-cus.
15419         (gnus-agent-summary-fetch-series): Modify to protect against
15420         gnus-agent-summary-fetch-group clearing processable flags.
15421         (gnus-agent-synchronize-group-flags): Update live group buffer as
15422         synchronization may occur due to the user toggle the plugged
15423         status.
15424         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15425         successfully downloaded.
15426         (gnus-agent-expire-group-1): Avoid using markers when the overview
15427         is in ascending order; greatly improves performance.
15428         (gnus-agent-regenerate-group):
15429         Use gnus-agent-synchronize-group-flags to reset read status in both
15430         gnus and server.
15431         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15432
15433 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * message.el: Don't autoload former message-utils variables.
15436         (message-strip-subject-trailing-was): Change doc string.
15437
15438         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15439         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15440         (nnweb-google-search): Add "hl=en" here.
15441         (nnweb-google-parse-1, nnweb-google-create-mapping):
15442         Don't hardcode URL.
15443
15444 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * message.el (message-get-reply-headers, message-followup):
15447         Mention related variables `message-use-followup-to' and
15448         `message-use-mail-followup-to', in the information buffer.
15449
15450         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15451         of broken groups(-beta).google.com.
15452
15453 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15456         parameter to invoked gnus-request-move-article; remove the
15457         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15458         all at once instead of once per article.
15459         (gnus-summary-remove-process-mark): Accept a list of articles as
15460         well as a single article for processing.
15461
15462         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15463         parameter.
15464
15465         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15466
15467         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15468
15469         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15470         parameter.
15471
15472         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15473         parameter.
15474
15475         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15476         parameter and remove the gnus-sum-hint-move-is-internal variable.
15477
15478         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15479         parameter.
15480
15481         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15482         parameter.
15483
15484         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15485         parameter.
15486
15487         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15488
15489         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15490         parameter.
15491
15492         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15493         parameter.
15494
15495 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15496
15497         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15498         a more conservative way.
15499
15500 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15501
15502         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15503         buffer, so it moves the window's cursor.
15504
15505 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15506
15507         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15508         `mm-dissect-multipart' and receive the from field as an (optional)
15509         argument from `mm-dissect-multipart'.
15510         (mm-dissect-multipart): Receive the from field as an argument and
15511         pass it on when we call `mm-dissect-buffer' on MIME parts.
15512         Fixes verification/decryption of signed/encrypted MIME parts.
15513
15514 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * gnus-sum.el (gnus-summary-move-article):
15517         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15518         whatever it calls (right now, only nnimap-request-move article
15519         respects it).
15520
15521         * nnimap.el (nnimap-request-move-article):
15522         When gnus-sum-hint-move-is-internal is set, don't do the extra
15523         nnimap-request-article.
15524
15525 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15528
15529         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15530         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15531
15532         * gnus-sum.el (gnus-summary-caesar-message):
15533         Apply `gnus-treat-article' after rotation.
15534
15535         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15536         doc string.
15537
15538 2005-02-22  Simon Josefsson  <jas@extundo.com>
15539
15540         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15541         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15542         <arne@arnested.dk>.
15543         (encrypt): Add password-cache and password-cache-expiry as group
15544         members.
15545
15546 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15547
15548         * smime.el (smime-ldap-host-list): Doc fix.
15549         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15550         cache) password.
15551         (smime-sign-region): Use it.
15552         (smime-decrypt-region): Use it.
15553         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15554         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15555         fails.
15556         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15557         certificate from DER to PEM format rather than calling openssl.
15558
15559         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15560
15561         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15562         for signing/encryption.
15563
15564         * mml.el (mml-parse-1): Use them.
15565
15566 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15567
15568         * nnrss.el (nnrss-verbose): Remove.
15569         (nnrss-request-group): Use `nnheader-message' instead.
15570
15571 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15572
15573         * nnrss.el (nnrss-verbose): New variable.
15574         (nnrss-request-group): Make it say nnrss is requesting a group.
15575
15576 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15579         Handle news URL with given port correctly.
15580
15581 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15584         containing special characters.
15585
15586         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15587
15588         * mml.el (mime-to-mml): Ditto.
15589
15590         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15591         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15592         (rfc2047-decode-region): Quote decoded words containing special
15593         characters when rfc2047-quote-decoded-words-containing-tspecials
15594         is non-nil.
15595
15596 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15597
15598         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15599
15600         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15601
15602 2005-02-15  Simon Josefsson  <jas@extundo.com>
15603
15604         * nnimap.el (nnimap-debug): Doc fix.
15605
15606         * imap.el (imap-debug): Doc fix.
15607
15608 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15611
15612 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15613
15614         * gnus.el (spam-contents): Improve docs for spam-contents
15615         parameter in its variable incarnation.
15616
15617 2005-02-14  Simon Josefsson  <jas@extundo.com>
15618
15619         * smime-ldap.el: Use require instead of load-library for ldap.
15620         (smime-ldap-search): Indent.
15621         (smime-ldap-search-internal): Shorten line.
15622
15623         * smime.el (smime-cert-by-dns): Add doc-string.
15624         (smime-cert-by-ldap-1): Indent.
15625
15626         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15627         mml-smime-get-dns-ldap.
15628         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15629
15630 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15631
15632         * smime.el: Require smime-ldap.
15633         (smime-ldap-host-list): New variable.
15634         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15635
15636         * mml-smime.el (mml-smime-encrypt-query): New function.
15637         (mml-smime-encrypt-query): Use it.
15638
15639         * smime-ldap.el: New file.
15640
15641 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15644
15645 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15648         argument in doc string.  Make query for type more clear.
15649
15650 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus.el (gnus-group-startup-message): Search for gnus images in
15653         etc/images/gnus.
15654         * mm-util.el (mm-image-load-path): Likewise.
15655         * smiley.el (smiley-data-directory): Search for smilies in
15656         etc/images/smilies.
15657
15658 2005-02-09  Kim F. Storm  <storm@cua.dk>
15659
15660         Change Emacs release version from 21.4 to 22.1 throughout.
15661         Change Emacs development version from 21.3.50 to 22.0.50.
15662
15663 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15666
15667         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15668         non-Mule XEmacs as well.
15669         (mm-decompress-buffer): Signal an error intentionally if it does
15670         not decompress compressed data because auto-compression-mode is
15671         disabled.
15672
15673 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15676         an ID in the registry even if it has no groups.
15677
15678 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15681         merge it into mm-decompress-buffer.
15682         (gnus-mime-copy-part): Use the MIME part charset, the value which
15683         a user specified or gnus-newsgroup-charset for decoding, like
15684         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15685         save-buffer what was used.  Suggested by Kevin Ryde
15686         <user42@zip.com.au>.
15687         (gnus-mime-inline-part): Allow the name parameter as well as the
15688         filename parameter; force decompressing of compressed data; always
15689         display contents being not decoded as unibyte.
15690
15691         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15692         as well as the filename parameter.
15693
15694         * mm-util.el (mm-decompress-buffer):
15695         Merge gnus-mime-jka-compr-maybe-uncompress.
15696         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15697         of compressed data.
15698
15699 2005-02-08  Simon Josefsson  <jas@extundo.com>
15700
15701         * imap.el (imap-log): Doc fix.
15702
15703 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15706         the coding cookies; decompress compressed parts.
15707
15708         * mml.el (mml-generate-mime-1): Add the charset parameter according
15709         to the value which a user specified manually or the coding cookie.
15710
15711         * mm-util.el (mm-string-to-multibyte): New function.
15712         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15713         (mm-coding-system-to-mime-charset): New function.
15714         (mm-decompress-buffer): New function.
15715         (mm-find-buffer-file-coding-system): New function.
15716
15717         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15718         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15719         parts.
15720
15721 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15722
15723         * mm-view.el (mm-display-inline-fontify): Decode a part according
15724         to the charset parameter.
15725
15726 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15729         prefix arg is neither nil nor a number, as info specifies.
15730
15731 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15734         timestamps.
15735
15736 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15737
15738         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15739         groups error checking and notify user.
15740
15741 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15742
15743         * message.el (message-send-mail-function): Check existence of
15744         sendmail-program first before using default value
15745         `message-send-mail-with-sendmail'.  Otherwise use more generic
15746         `smtpmail-send-it'.
15747
15748 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * nntp.el (nntp-request-update-info): Always return nil.
15751
15752 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15753
15754         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15755
15756 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15757
15758         * message.el (message-beginning-of-line): Change the behavior when
15759         invoked between BOL and : so that it first moves backward.
15760
15761 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15764         article buffer when editing of the article is discarded.
15765         (gnus-article-prepare): Revert.
15766
15767 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-article-prepare):
15770         Remove message-strip-forbidden-properties from the local hook.
15771
15772 2005-01-27  Simon Josefsson  <jas@extundo.com>
15773
15774         * password.el (password-cache-add): Only start one timer per key.
15775         Reported by Derek Atkins <warlord@MIT.EDU>.
15776
15777 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15778
15779         * run-at-time.el: Remove.  It is no longer needed as
15780         timer-funcs.el in the xemacs-base package has a working version of
15781         `run-at-time'.
15782
15783         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15784
15785         * password.el: Require timer-funcs instead of run-at-time in
15786         XEmacs.
15787         Remove `password-run-at-time' macro.
15788         (password-cache-add): Use `run-at-time' instead of
15789         `password-run-at-time'.
15790
15791         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15792         Remove `nnheader-cancel-function-timers' alias,
15793         `cancel-function-timers' exists in XEmacs in timer-funcs.
15794
15795         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15796         for `run-with-idle-timer'.
15797
15798         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15799         for `run-at-time'.
15800
15801         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15802         for `with-timeout'.
15803
15804         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15805         the same as for XEmacs 21.4.
15806         No need to ignore `run-with-idle-timer', this function exists in
15807         XEmacs now in timer-funcs.el in the xemacs-base package.
15808         (dgnushack-compile): No need to delete
15809         run-at-time.el from the list of files to compile because it
15810         doesn't exist anymore.
15811
15812 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15815         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15816
15817 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15818
15819         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15820         sensitively.
15821
15822 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15823
15824         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15825
15826 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15829         which will be inserted according to the multibyteness of a buffer
15830         rather than the type of contents.  Suggested by ARISAWA Akihiro
15831         <ari@mbf.ocn.ne.jp>.
15832
15833         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15834         of string which old xml.el may return rather than a string.
15835
15836 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15839
15840 2005-01-16  Simon Josefsson  <jas@extundo.com>
15841
15842         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15843         idn/idna.el isn't available.
15844         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15845         <michael@waxrat.com>.
15846
15847         * hashcash.el: Remove non-FSF copyright header.
15848
15849         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15850         (hashcash-generate-payment): Use it.
15851         (hashcash-generate-payment-async): Use it.
15852
15853 2005-01-15  Simon Josefsson  <jas@extundo.com>
15854
15855         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15856         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15857
15858         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15859         gnus-summary-idna-message.
15860         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15861         (gnus-summary-idna-message): New function.
15862
15863 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15866         gnus-novice-user.
15867
15868 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * nnrss.el (nnrss-request-delete-group): Delete entries in
15871         nnrss-group-alist as well.
15872         (nnrss-save-server-data): Insert newline.
15873
15874 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * gnus.el (gnus-user-agent): Use list of symbols instead of
15877         symbols.  Display full version number for (S)XEmacs.
15878         Optionally display (S)XEmacs codename.
15879
15880         * gnus-util.el (gnus-emacs-version): Update for new
15881         `gnus-user-agent'.
15882
15883         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15884         Gnus version.
15885
15886 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15889         which is unreadable in some setups.
15890
15891 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * gnus-spec.el (gnus-update-format-specifications): Flush the
15894         group format spec cache if it doesn't support decoded group names.
15895
15896 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15899         Allow to apply decay on score files matching a regexp.
15900
15901 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15904         compatibility in %g and %c.
15905
15906 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15909         name for only %g and %c.
15910         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15911         of gnus-tmp-group to decoded group name.
15912         (gnus-group-make-rss-group): Exclude `/'s from group names.
15913
15914 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * nnrss.el (nnrss-get-encoding): Fix regexp.
15917
15918 2004-12-27  Simon Josefsson  <jas@extundo.com>
15919
15920         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15921         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15922         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15923
15924 2004-12-17  Kim F. Storm  <storm@cua.dk>
15925
15926         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15927
15928         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15929
15930 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15931
15932         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15933
15934 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * nnrss.el: Require rfc2047 and mml.
15937         (nnrss-file-coding-system): New variable.
15938         (nnrss-format-string): Redefine it as an inline function.
15939         (nnrss-decode-group-name): New function.
15940         (nnrss-string-as-multibyte): Remove.
15941         (nnrss-retrieve-headers): Decode group name; don't use
15942         nnrss-format-string.
15943         (nnrss-request-group): Decode group name.
15944         (nnrss-request-article): Decode group name; allow a Message-ID as
15945         well as an article number; don't use nnrss-format-string; encode a
15946         Message-ID string which may contain non-ASCII characters; use
15947         mml-to-mime to compose a MIME article.
15948         (nnrss-request-expire-articles): Decode group name.
15949         (nnrss-request-delete-group): Decode group name.
15950         (nnrss-fetch): Clarify error message.
15951         (nnrss-read-server-data): Use insert-file-contents instead of load;
15952         bind file-name-coding-system; use multibyte buffer.
15953         (nnrss-save-server-data): Bind coding-system-for-write to the
15954         value of nnrss-file-coding-system; bind file-name-coding-system;
15955         add coding cookie.
15956         (nnrss-read-group-data): Use insert-file-contents instead of load;
15957         bind file-name-coding-system; use multibyte buffer.
15958         (nnrss-save-group-data): Bind coding-system-for-write to the
15959         value of nnrss-file-coding-system; bind file-name-coding-system.
15960         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15961         make it work with non-ASCII text.
15962         (nnrss-find-el): Make it work with old xml.el as well.
15963
15964 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15965
15966         * nnrss.el (nnrss-get-encoding): New function.
15967         (nnrss-fetch): Use unibyte buffer initially; bind
15968         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15969         decode contents according to the encoding attribute.
15970         (nnrss-save-group-data): Add coding cookie.
15971         (nnrss-mime-encode-string): New function.
15972         (nnrss-check-group): Use it to encode subject and author.
15973
15974 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15977         imaginary variable.
15978
15979 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15982         correctly even if there are wide characters.
15983
15984 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15985
15986         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15987         downcased symbol names; make a new cache instead of reusing
15988         bbdb-hashtable.
15989
15990 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15993         concatenating segments rather than before concatenating them.
15994         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15995
15996         * message.el (message-get-reply-headers): Bind `extra'.
15997
15998 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15999
16000         * message.el (message-extra-wide-headers): New variable.
16001         (message-get-reply-headers): Use it.
16002
16003 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16006         (gnus-agent-group-pathname): Ditto.
16007
16008         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16009
16010         * gnus-group.el (gnus-group-make-group): Decode group name.
16011         (gnus-group-make-rss-group): Register the group data after opening
16012         the nnrss group.
16013
16014 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16015
16016         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16017         by expiry now get marked as read.
16018
16019 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16022
16023 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16024
16025         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16026         unify Latin characters in XEmacs.
16027         (mm-find-mime-charset-region): Use it.
16028
16029 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-util.el (gnus-delete-directory): New function.
16032
16033         * gnus-agent.el (gnus-agent-delete-group): Use it.
16034
16035         * gnus-cache.el (gnus-cache-delete-group): Use it.
16036
16037 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16040         names.
16041
16042 2004-12-16  Simon Josefsson  <jas@extundo.com>
16043
16044         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16045
16046 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16049
16050         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16051         (gnus-group-set-current-level): Decode group name.
16052
16053 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16054
16055         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16056         failed.
16057
16058 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-group.el (gnus-group-delete-group): Decode group name.
16061         (gnus-group-make-rss-group): Encode group name.
16062         (gnus-group-catchup-current): Decode group name.
16063         (gnus-group-kill-group): Decode group name.
16064
16065 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16066
16067         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16068
16069 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gnus-group.el (gnus-group-make-rss-group):
16072         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16073
16074         * gnus-start.el (gnus-setup-news): Honor user's setting to
16075         gnus-message-archive-method.  Suggested by Lute Kamstra
16076         <lute@gnu.org>.
16077
16078 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16079
16080         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16081         global counterparts of the buffer-local variables.
16082
16083 2004-11-16  Romain Francoise  <romain@orebokech.com>
16084
16085         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16086         counterparts of the buffer-local variables.
16087
16088 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * message.el (message-forbidden-properties): Fix typo in doc
16091         string.
16092
16093 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-util.el (gnus-replace-in-string): Add doc string.
16096
16097         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16098         to avoid problems when splitting mails with many recipients.
16099
16100 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16101
16102         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16103         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16104
16105 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16106
16107         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16108         if there is no hashtable in memory or file modification time is
16109         newer than cached timestamp.
16110
16111 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16112
16113         * gnus-sum.el (gnus-summary-limit-to-recipient):
16114         Implement not-matching option.
16115
16116 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16119         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16120         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16121         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16122         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16123         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16124
16125 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * message.el (message-forward-make-body-mml): Remove headers
16128         according to message-forward-ignored-headers if a message is decoded.
16129
16130 2004-12-02  Romain Francoise  <romain@orebokech.com>
16131
16132         * message.el (message-forward-make-body-plain): Always remove
16133         headers according to message-forward-ignored-headers.
16134
16135 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * spam.el (spam-summary-prepare-exit): Remove the
16138         gnus-summary-limit pop for now, it has problems with ham marks for
16139         me.
16140
16141 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16142
16143         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16144         correctly.
16145
16146 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16147
16148         * format-spec.el (format-spec): Message the char.
16149
16150 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * gnus-art.el (gnus-split-methods): Reformat comments.
16153
16154         * spam.el (spam-summary-prepare-exit): Remove article limits
16155         before exiting the summary buffer.
16156
16157 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16160         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16161
16162         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16163         order to silence the byte compiler.
16164
16165         * spam.el: Fix the way to silence the byte compiler, which
16166         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16167         bbdb-search-simple, spam-BBDB-register-routine,
16168         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16169         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16170         spam-stat-buffer-is-spam, spam-stat-load,
16171         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16172         spam-stat-save and spam-stat-split-fancy.
16173
16174 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16177         which may confuse users.
16178         (canlock-password-for-verify): Ditto.
16179
16180         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16181
16182         * gnus-art.el (gnus-emphasis-alist): Ditto.
16183
16184         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16185
16186         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16187
16188         * gnus-start.el (gnus-save-killed-list): Ditto.
16189
16190         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16191         (gnus-sum-thread-tree-root): Ditto.
16192         (gnus-sum-thread-tree-false-root): Ditto.
16193         (gnus-sum-thread-tree-single-indent): Ditto.
16194
16195         * message.el (message-courtesy-message): Ditto.
16196         (message-archive-note): Ditto.
16197         (message-subscribed-address-file): Ditto.
16198         (message-user-fqdn): Ditto.
16199
16200         * spam-report.el (spam-report-gmane-regex): Ditto.
16201
16202         * spam.el (spam-blackhole-good-server-regex): Ditto.
16203
16204 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * mml.el (mml-preview): Widen the message buffer before copying
16207         the contents to the preview buffer; sort headers before previewing.
16208
16209         * message.el (message-hidden-headers): Fix the way to avoid a bug
16210         in the `repeat' widget in Emacs 21.3 or earlier.
16211
16212 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * message.el (message-hidden-headers): Default to "^References:".
16215         Improve customization type.  Suggested by Reiner Steib
16216         <Reiner.Steib@gmx.de>.
16217
16218 2004-11-25  Romain Francoise  <romain@orebokech.com>
16219
16220         * message.el (message-strip-forbidden-properties): Remove check for
16221         obsolete `message-hidden' text property, hidden headers are not
16222         accessible in the buffer anymore.
16223
16224 2004-11-22  Romain Francoise  <romain@orebokech.com>
16225
16226         * message.el (message-header-format-alist): Add `From' in list
16227         so that it can be sorted.
16228         (message-fix-before-sending): Widen and sort headers before
16229         sending.
16230         (message-hide-headers): Use narrowing to hide headers by moving
16231         them to the top of the buffer and narrowing to the region
16232         underneath.
16233
16234 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * message.el (message-strip-forbidden-properties):
16237         Bind buffer-read-only (etc) to nil.
16238
16239 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16242         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16243
16244 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16245
16246         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16247
16248 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * dns.el (query-dns): Use sit-for to time instead of
16251         accept-process-output, since that doesn't seem to work on udp
16252         sockets.
16253
16254 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16257
16258 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16259
16260         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16261         doc string.  Improve doc string.
16262
16263 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * nntp.el (nntp-request-update-info): Return nil if
16266         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16267         may not call gnus-activate-group which uselessly issues the GROUP
16268         commands for all nntp groups and wastes time.  Reported by Romain
16269         Francoise <romain@orebokech.com>.
16270
16271         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16272
16273 2004-11-15  Simon Josefsson  <jas@extundo.com>
16274
16275         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16276         headers separately.
16277         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16278         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16279
16280 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * gnus-start.el (gnus-convert-old-newsrc):
16283         Assign legacy-gnus-agent to 5.10.7.
16284
16285 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16286
16287         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16288         start of the lines.
16289
16290 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16291
16292         * hashcash.el (hashcash-default-payment): Change default to 20.
16293         (hashcash-default-accept-payment): Change default to 20.
16294         (hashcash-process-alist): New variable.
16295         (hashcash-generate-payment-async): Add.
16296         (hashcash-already-paid-p): Add.
16297         (hashcash-insert-payment): Don't generate payments twice.
16298         (hashcash-insert-payment-async): Add.
16299         (hashcash-insert-payment-async-2): Add.
16300         (hashcash-cancel-async): Add.
16301         (hashcash-wait-async): Add.
16302         (hashcash-processes-running-p): Add.
16303         (hashcash-wait-or-cancel): Add.
16304         (mail-add-payment): New optional argument.  Conditionally start
16305         asynchronous calculation.
16306         (mail-add-payment-async): Add.
16307
16308         * message.el (message-send-mail): Wait for asynchronous hashcash
16309         results.  Don't clobber existing X-Hashcash headers.
16310         (message-setup-1): Call mail-add-payment-async when
16311         message-generate-hashcash is non-nil.
16312
16313 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16314
16315         * message.el (message-use-alternative-email-as-from): Examine the
16316         From header as well; use message-make-from in order to include a
16317         user's full name.
16318
16319 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16322         default; improve customization type.
16323         (gnus-emphasis-custom-with-format): New macro.
16324         (gnus-emphasis-custom-value-to-external): New function.
16325         (gnus-emphasis-custom-value-to-internal): New function.
16326
16327 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * dns.el (query-dns): Resolve reverse addresses.
16330
16331 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16332
16333         * gnus-group.el (gnus-group-get-new-news): Use it.
16334
16335         * gnus-start.el (gnus-check-reasonable-setup): New function.
16336
16337 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16340         "Args out of range" error.  Reported by Arnaud Giersch
16341         <arnaud.giersch@free.fr>.
16342
16343 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16344
16345         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16346
16347 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16348
16349         * spam.el (spam group): Add :version.
16350
16351         * pgg-def.el (pgg group): Add :version.
16352
16353 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-art.el (gnus-article-edit-article): Don't associate the
16356         article buffer with a draft file.  This is a temporary measure
16357         against the 2004-08-22 change to gnus-article-edit-mode.
16358
16359 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16362         (html2text-format-tags): Remove unused variable `attr'.
16363
16364 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16367
16368         * tls.el (tls-process-connection-type, tls-success)
16369         (tls-certtool-program): Add :version.
16370
16371         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16372         (starttls-extra-arguments, starttls-process-connection-type)
16373         (starttls-connect, starttls-failure, starttls-success): Add :version.
16374
16375         * spam-stat.el (spam-stat): Add :version.
16376
16377         * sieve.el (sieve): Add :version.
16378
16379         * sha1.el (sha1): Add :version.
16380         (sha1-use-external): Remove redundant version.
16381
16382         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16383         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16384         (nnmail-split-fancy-match-partial-words)
16385         (nnmail-split-lowercase-expanded): Add :version.
16386
16387         * nndiary.el (nndiary): Add :version.
16388
16389         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16390
16391         * mml-sec.el (mml-default-sign-method)
16392         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16393         Add :version.
16394
16395         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16396
16397         * mm-url.el (mm-url-use-external, mm-url-program)
16398         (mm-url-arguments): Add :version.
16399
16400         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16401         (mm-attachment-file-modes, mm-decrypt-option)
16402         (mm-w3m-safe-url-regexp): Add :version.
16403
16404         * message.el (message-cite-prefix-regexp)
16405         (message-sendmail-envelope-from, message-minibuffer-local-map)
16406         (message-user-fqdn, message-completion-alist): Add :version.
16407
16408         * gnus-win.el (gnus-configure-windows-hook)
16409         (gnus-use-frames-on-any-display): Add :version.
16410
16411         * gnus-art.el (gnus-article-address-banner-alist)
16412         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16413         (gnus-treat-from-picon, gnus-treat-mail-picon)
16414         (gnus-treat-x-pgp-sig): Add :version.
16415
16416         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16417         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16418         (gnus-summary-article-delete-hook)
16419         (gnus-summary-display-while-building): Add :version.
16420
16421         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16422         (gnus-get-top-new-news-hook): Add :version.
16423
16424         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16425         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16426
16427         * gnus-registry.el (gnus-registry): Add :version.
16428
16429         * gnus-spec.el (gnus-use-correct-string-widths)
16430         (gnus-make-format-preserve-properties): Add :version.
16431
16432         * gnus.el (gnus-group-charter-alist)
16433         (gnus-group-fetch-control-use-browse-url)
16434         (gnus-install-group-spam-parameters): Add :version.
16435
16436         * gnus-diary.el (gnus-diary): Add :version.
16437
16438         * gnus-delay.el (gnus-delay): Add :version.
16439
16440         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16441         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16442         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16443         Add :version.
16444
16445         * gnus-agent.el (gnus-agent-max-fetch-size)
16446         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16447         (gnus-agent-prompt-send-queue): Add :version.
16448
16449         * deuglify.el (gnus-outlook-deuglify): Add :version.
16450
16451         * html2text.el: Beautify code.  Improve doc strings.
16452         Some checkdoc cleanup.
16453         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16454
16455 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16456
16457         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16458
16459 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16462         when package is loaded.
16463
16464         * spam.el (spam-summary-score-preferred-header): Add global preference
16465         for people who want to override the default SpamAssassin over
16466         Bogofilter preference (when both are set).
16467         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16468         (spam-user-format-function-S):
16469         Check spam-summary-score-preferred-header.
16470         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16471         (spam-user-format-function-S): Format the score correctly.
16472
16473 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16476         signature file.  Suggested by Manoj Srivastava
16477         <srivasta@golden-gryphon.com>.
16478
16479         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16480         iso-2022-jp even in the Japanese language environment.
16481         Suggested by Jason Rumney <jasonr@gnu.org>.
16482
16483 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16486         use the same characters as the dummy marks; make it free from
16487         getting affected by the language environment.
16488         (gnus-summary-read-group-1): Update mark positions only when the
16489         format spec is updated.
16490
16491         * gnus-spec.el (gnus-update-format-specifications): Return a list
16492         of updated types.
16493
16494 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16497         of boundp to check if display-warning is available.
16498
16499 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16502
16503 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * nnspool.el (nnspool-spool-directory): Use news-path if the
16506         news-directory variable is not bound.
16507
16508         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16509         function instead of display-warning if it is not available.
16510
16511 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16514         v5-10: Use `point-at-bol'.
16515
16516 2004-10-26  Simon Josefsson  <jas@extundo.com>
16517
16518         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16519         <chenggao@gmail.com>.
16520
16521 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16524         instead.
16525
16526 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16529         to remove a server from the nnimap-server-buffer-alist.
16530         (nnimap-open-connection, nnimap-close-server): Use it.
16531
16532         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16533
16534 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16537         running the major-mode function.
16538
16539 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16542         dummy marks in the right way.
16543
16544 2004-10-18  David Edmondson  <dme@dme.org>
16545
16546         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16547         excessively.
16548
16549 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16550
16551         * gnus-util.el (gnus-split-references): Accept a nil references
16552         string and go on blissfully.
16553
16554         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16555         cases where the references string is non-nil but has no references.
16556
16557         * encrypt.el: Add autoload tags.
16558
16559         * spam.el (spam-resolve-registrations-routine): Remove article
16560         from unregistration list too.  Reported by David Hanak
16561         <dhanak@isis.vanderbilt.edu>
16562
16563 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16566         nil.  Change custom type.
16567
16568 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16571
16572         * gnus-sum.el (gnus-summary-move-article): Use it.
16573
16574 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16575
16576         * encrypt.el: Add autoload cookies.
16577
16578         * spam.el (spam-backend-article-list-property)
16579         (spam-backend-get-article-todo-list)
16580         (spam-backend-put-article-todo-list)
16581         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16582         Resolve registrations separately.
16583         (spam-register-routine): Format comments.
16584         (spam-unregister-routine, spam-register-routine): Always call with
16585         specific-articles, no default list.
16586         (spam-summary-prepare-exit): Use the spam-classifications function.
16587
16588         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16589         gnus-encrypt.el.
16590
16591         * encrypt.el: Copied from gnus-encrypt.el.
16592
16593         * gnus-encrypt.el: Commented that it's obsolete.
16594
16595 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16598         (gnus-score-save): Use it.
16599
16600         * message.el (message-bury): Use `window-dedicated-p'.
16601
16602 2004-10-15  Simon Josefsson  <jas@extundo.com>
16603
16604         * pop3.el (top-level): Don't require nnheader.
16605         (pop3-read-timeout): Add.
16606         (pop3-accept-process-output): Add.
16607         (pop3-read-response, pop3-retr): Use it.
16608
16609 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * spam.el (spam-register-routine): Move comment.
16612         (spam-verify-bogofilter): Use 'unknown for the initial
16613         spam-bogofilter-valid state, not 'never.
16614
16615         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16616         for netrc-machine.
16617
16618         * nnimap.el (nnimap-open-connection):
16619         Use netrc-machine-user-or-password.
16620
16621 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16622
16623         * gnus-registry.el (gnus-registry-unload-hook):
16624         Set as a variable with add-hook.
16625
16626         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16627         of news-path.
16628
16629         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16630
16631         * spam.el: Delete duplicate `provide'.
16632         (spam-unload-hook): Set as a variable with add-hook.
16633
16634 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16637         in the doc string.
16638
16639         * message.el (message-ignored-news-headers)
16640         (message-ignored-supersedes-headers)
16641         (message-ignored-resent-headers)
16642         (message-forward-ignored-headers): Improve custom type.
16643
16644 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * message.el (message-tokenize-header): Fix 2004-09-06 change
16647         which used point-min in the wrong place.
16648
16649 2004-10-12  Simon Josefsson  <jas@extundo.com>
16650
16651         * tls.el (tls-certtool-program): New variable.
16652         (tls-certificate-information): New function, based on
16653         ssl-certificate-information.
16654
16655 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * compface.el: Move the version of ELisp-based uncompface program
16658         to the contrib directory because of the copyright problem.
16659
16660 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * message.el (message-kill-buffer): Raise the current frame.
16663
16664 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16667
16668         * gnus.el (message-y-or-n-p): Autoload.
16669
16670         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16671         (pop3-password-required, pop3-authentication-scheme)
16672         (pop3-leave-mail-on-server): Make customizable.
16673         (pop3): New custom group.
16674         (pop3-retr): Remove `sleep-for' statements.
16675         Suggested by Dave Love <fx@gnu.org>.
16676
16677         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16678         Windows/DOS.
16679
16680         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16681         (imap-parse-body): Fix incorrect use of `assert'.
16682         Suggested by Dave Love <fx@gnu.org>.
16683
16684         * mml.el (mml-minibuffer-read-disposition): Require match.
16685         Suggested by Dave Love <fx@gnu.org>.
16686
16687 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16690         doc string.
16691
16692 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16695
16696 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16697
16698         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16699         instead of calling `mm-insert-inline', to decode text/* parts
16700         before displaying them.
16701
16702 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * mm-uu.el (mm-uu-text-plain-type): New variable.
16705         (mm-uu-pgp-signed-extract-1): Use it.
16706         (mm-uu-pgp-encrypted-extract-1): Use it.
16707         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16708         bind mm-uu-text-plain-type with that value.
16709         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16710         mm-uu-dissect.
16711
16712 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-group.el (gnus-update-group-mark-positions):
16715         * gnus-sum.el (gnus-update-summary-mark-positions):
16716         * message.el (message-check-news-body-syntax):
16717         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16718         of string-as-multibyte.
16719
16720 2004-10-05  Juri Linkov  <juri@jurta.org>
16721
16722         * gnus-group.el (gnus-update-group-mark-positions):
16723         * gnus-sum.el (gnus-update-summary-mark-positions):
16724         * message.el (message-check-news-body-syntax):
16725         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16726         8-bit unibyte values to a multibyte string for search functions.
16727
16728 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16731         (mm-uu-dissect-text-parts): New function.
16732
16733         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16734         dissect text parts.
16735
16736         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16737         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16738
16739         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16740
16741         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16742         Use gnus-current-topics instead of gnus-current-topic.
16743
16744 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16745
16746         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16747
16748 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16751         where approriate.
16752
16753         * nnml.el (nnml-generate-active-info): do.
16754
16755         * nndiary.el (nndiary-generate-active-info): do.
16756
16757         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16758         (gnus-topic-move): do.
16759
16760         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16761         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16762
16763         * gnus-srvr.el (gnus-server-prepare)
16764         (gnus-server-open-all-servers): do.
16765
16766         * gnus-msg.el (gnus-summary-cancel-article)
16767         (gnus-summary-resend-message)
16768         (gnus-summary-mail-crosspost-complaint): do.
16769
16770         * gnus-move.el (gnus-change-server): do.
16771
16772         * gnus-group.el (gnus-group-unmark-all-groups)
16773         (gnus-group-set-current-level): do.
16774
16775 2004-10-04  Simon Josefsson  <jas@extundo.com>
16776
16777         * message.el (message-generate-hashcash): Doc fix.
16778
16779 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16780
16781         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16782         avoid infinite recursion via gnus-get-function.
16783
16784 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16787
16788         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16789
16790         * nnmail.el (nnmail-split-history): do.
16791
16792         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16793         (nnml-request-delete-group): do.
16794
16795         * nnslashdot.el (nnslashdot-read-groups): do.
16796
16797         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16798         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16799
16800         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16801         (nnspool-sift-nov-with-sed): Use last.
16802         (nnspool-retrieve-headers-with-nov): Use mapc.
16803         (nnspool-request-newgroups): Use dolist.
16804         (nnspool-request-group): Use last.
16805
16806         * nntp.el (nntp-read-server-type): Use dolist.
16807
16808         * nnvirtual.el (nnvirtual-create-mapping)
16809         (nnvirtual-update-read-and-marked): Use dolist.
16810         (nnvirtual-convert-headers): Simplify.
16811
16812 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16813
16814         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16815         Add support for sync'ing tick marks.
16816
16817 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16820         there's no visible header.
16821
16822 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16823
16824         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16825         When necessary, pass full group name to gnus-request-set-marks.
16826
16827 2004-10-01  Simon Josefsson  <jas@extundo.com>
16828
16829         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16830         acroread.
16831
16832 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833
16834         * spam-report.el (spam-report-gmane): Fix interactive.
16835
16836         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16837
16838         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16839         when writing file.
16840         (gnus-agent-synchronize-flags): Don't default to being
16841         interactive.
16842
16843 2004-09-30  Simon Josefsson  <jas@extundo.com>
16844
16845         * message.el (message-generate-hashcash): Add.
16846         (message-send-mail): Use it, call mail-add-payment.
16847
16848 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16849
16850         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16851
16852 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16853
16854         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16855         gnus-requst-update-info with explicit code to sync the in-memory
16856         info read flags with the marks being sync'd to the backend.
16857
16858         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16859
16860 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16861
16862         * spam.el (spam-verify-bogofilter): Add new function.
16863         (spam-check-bogofilter)
16864         (spam-bogofilter-register-with-bogofilter): Use it.
16865         (spam-verify-bogofilter): Add small fixes.
16866
16867 2004-09-28  Simon Josefsson  <jas@extundo.com>
16868
16869         * hashcash.el (hashcash-generate-payment): Revert.
16870
16871 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16872
16873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16874         Use gnus-extract-references instead of gnus-split-references.
16875
16876         * gnus-util.el (gnus-extract-references): Add new function, analogous
16877         to gnus-split-references but extracts only the message-ID without
16878         anything extra.
16879
16880         * hashcash.el (hashcash-generate-payment)
16881         (hashcash-check-payment): Do the right thing if hashcash-path is
16882         nil (because the hashcash program could not be found).
16883
16884         * spam.el (spam-use-hashcash): Remove comment.
16885
16886 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16887
16888         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16889         (gnus-cache-enter-article, gnus-cache-remove-article)
16890         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16891
16892         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16893
16894         * gnus-art.el (article-hide-boring-headers)
16895         (article-translate-strings, article-display-face)
16896         (gnus-article-mime-match-handle-first)
16897         (gnus-article-highlight-headers)
16898         (gnus-article-add-buttons-to-head): do.
16899
16900 2004-09-27  Simon Josefsson  <jas@extundo.com>
16901
16902         * hashcash.el: New version, from
16903         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16904         ../contrib/.
16905
16906 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16909
16910 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16911
16912         * gnus-dup.el (gnus-dup-open): Use mapc.
16913         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16914
16915         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16916         Reported by Stefan Wiens <s.wi@gmx.net>.
16917
16918         * gnus.el (gnus-shutdown): Use dolist.
16919
16920         * gnus-undo.el (gnus-undo): Use mapc.
16921
16922         * nnrss.el (nnrss-generate-active): do.
16923
16924         * message.el (message-cite-original-without-signature)
16925         (message-cite-original): Use mapc.
16926         (message-do-actions, message-make-forward-subject): Use dolist.
16927
16928 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16929
16930         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16931         deletion to remove entire duplicate line.  Fixes merged article
16932         number bug.
16933
16934 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16935
16936         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16937         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16938         first ask if you want to open a server and then, even when you
16939         responded with no, asking if you want to synchronize the server's
16940         flags.
16941         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16942         multi-line expressions.
16943         (gnus-agent-synchronize-group-flags): New internal function.
16944         Updates marks in memory (in the info structure) AND in the
16945         backend.
16946
16947         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16948
16949         * nnagent.el (nnagent-request-set-mark):
16950         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16951         method, to ensure that synchronization updates marks in the
16952         backend and in the info (in memory) structure.
16953
16954 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16957         convention fully; don't miss the root article of a thread; make
16958         the X-Draft-From header with correct article numbers.
16959
16960 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16961
16962         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16963         unless plugged.  Disable the agent so that an open failure causes
16964         an error.
16965
16966         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16967         Revert 2004-09-21 change.  The backend must be opened while
16968         synchronizing flags even when the backend stores the flags
16969         locally.
16970
16971 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16974         in `header' match.  Reported by Svend Tollak Munkejord.
16975
16976         * message.el (message-cite-original): Fix use of
16977         `message-cite-articles-with-x-no-archive'.
16978
16979 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16982         (gnus-window-to-buffer): Ditto.
16983
16984         * mml.el (mml-preview-buffer): New variable.
16985         (mml-preview): Manage window layout with gnus-buffer-configuration.
16986
16987         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16988         X-Draft-From header even if those articles aren't quoted.
16989
16990 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16991
16992         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16993         (gnus-request-set-mark, gnus-request-update-mark): Use new
16994         g-s-t-u-l-m to decide to use backend even when unplugged.
16995
16996 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16999         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17000
17001 2004-09-20  Simon Josefsson  <jas@extundo.com>
17002
17003         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17004         "utf-16-le".
17005
17006 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17007
17008         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17009
17010 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * uudecode.el (uudecode-use-external): Add :version.
17013
17014         * smime.el (smime-CA-file, smime-encrypt-cipher)
17015         (smime-dns-server): Add :version.
17016
17017         * smiley.el (gnus-smiley-file-types): Add :version.
17018
17019         * sha1.el (sha1-use-external): Add :version.
17020
17021         * pgg-def.el (pgg-query-keyserver): Add :version.
17022
17023         * nnmail.el (nnmail-fancy-expiry-targets)
17024         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17025         Add :version.
17026
17027         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17028         (nnimap-retrieve-groups-asynchronous): Add :version.
17029         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17030
17031         * mml.el (mml-content-disposition-parameters)
17032         (mml-insert-mime-headers-always): Add :version.
17033
17034         * mm-util.el (mm-coding-system-priorities): Add :version.
17035
17036         * mm-decode.el (mm-inline-text-html-with-images)
17037         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17038         (mm-verify-option): Add :version.
17039         (mm-text-html-renderer): Change :version.
17040
17041         * message.el (message-fcc-externalize-attachments)
17042         (message-required-headers, message-draft-headers)
17043         (message-subject-trailing-was-query)
17044         (message-subject-trailing-was-ask-regexp)
17045         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17046         (message-mark-insert-end, message-archive-header)
17047         (message-archive-note, message-cross-post-default)
17048         (message-cross-post-note, message-followup-to-note)
17049         (message-cross-post-note-function, message-use-mail-followup-to)
17050         (message-subscribed-address-functions)
17051         (message-subscribed-address-file, message-subscribed-addresses)
17052         (message-subscribed-regexps, message-allow-no-recipients)
17053         (message-yank-cited-prefix, message-signature-insert-empty-line)
17054         (message-hidden-headers, message-hierarchical-addresses)
17055         (message-mail-user-agent, message-use-idna)
17056         (message-valid-fqdn-regexp)
17057         (message-strip-special-text-properties, message-header-synonyms)
17058         (message-beginning-of-line, message-tab-body-function): Add :version.
17059         (message-insert-canlock, message-wide-reply-confirm-recipients):
17060         Change :version.
17061
17062         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17063         and :version.
17064         (mail-source-delete-old-incoming-confirm)
17065         (mail-source-movemail-program): Add :version.
17066
17067         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17068         (gnus-agent-cache, gnus-agent): Change :version.
17069
17070         * gnus-util.el (gnus-use-byte-compile): Change :version.
17071
17072         * gnus-sum.el (gnus-summary-make-false-root-always)
17073         (gnus-summary-default-high-score)
17074         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17075         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17076         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17077         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17078         (gnus-sum-thread-tree-single-indent)
17079         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17080         (gnus-sum-thread-tree-leaf-with-other)
17081         (gnus-sum-thread-tree-single-leaf): Add :version.
17082         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17083         (gnus-article-loose-mime): Change :version.
17084
17085         * gnus-start.el (gnus-backup-startup-file)
17086         (gnus-save-startup-file-via-temp-buffer): Add :version.
17087
17088         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17089         (gnus-server-offline-face): Add :version.
17090
17091         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17092
17093         * gnus-msg.el (gnus-gcc-externalize-attachments)
17094         (gnus-debug-files, gnus-debug-exclude-variables)
17095         (gnus-discouraged-post-methods): Change :version.
17096         (gnus-confirm-mail-reply-to-news)
17097         (gnus-confirm-treat-mail-like-news): Add :version.
17098
17099         * gnus-int.el (gnus-server-unopen-status): Add :version.
17100
17101         * gnus-group.el (gnus-group-jump-to-group-prompt)
17102         (gnus-large-ephemeral-newsgroup)
17103         (gnus-fetch-old-ephemeral-headers): Add :version.
17104
17105         * gnus-fun.el (gnus-x-face-directory)
17106         (gnus-convert-pbm-to-x-face-command)
17107         (gnus-convert-image-to-x-face-command)
17108         (gnus-convert-image-to-face-command): Add :version.
17109
17110         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17111
17112         * gnus-cite.el (gnus-cite-blank-line-after-header)
17113         (gnus-article-boring-faces): Add :version.
17114
17115         * gnus-art.el (gnus-buttonized-mime-types)
17116         (gnus-inhibit-mime-unbuttonizing)
17117         (gnus-treat-display-face)
17118         (gnus-treat-body-boundary): Change :version.
17119         (gnus-body-boundary-delimiter, gnus-picon-databases)
17120         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17121         (gnus-treat-date-english, gnus-treat-fold-headers)
17122         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17123         (gnus-treat-mail-picon, gnus-treat-wash-html)
17124         (gnus-article-encrypt-protocol)
17125         (gnus-use-idna, gnus-article-over-scroll)
17126         (gnus-mime-display-multipart-alternative-as-mixed)
17127         (gnus-mime-display-multipart-related-as-mixed)
17128         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17129         (gnus-ctan-url, gnus-button-ctan-handler)
17130         (gnus-button-handle-ctan-bogus-regexp)
17131         (gnus-button-ctan-directory-regexp)
17132         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17133         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17134         (gnus-button-man-level, gnus-button-emacs-level)
17135         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17136
17137         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17138         (gnus-agent-go-online): Change :version.
17139         (gnus-agent-expire-unagentized-dirs)
17140         (gnus-agent-auto-agentize-methods): Add :version.
17141
17142         * flow-fill.el (fill-flowed-display-column)
17143         (fill-flowed-encode-column): Add :version.
17144
17145         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17146         (gnus-outlook-deuglify-unwrap-max)
17147         (gnus-outlook-deuglify-cite-marks)
17148         (gnus-outlook-deuglify-unwrap-stop-chars)
17149         (gnus-outlook-deuglify-no-wrap-chars)
17150         (gnus-outlook-deuglify-attrib-cut-regexp)
17151         (gnus-outlook-deuglify-attrib-verb-regexp)
17152         (gnus-outlook-deuglify-attrib-end-regexp)
17153         (gnus-outlook-display-hook): Add :version.
17154
17155         * binhex.el (binhex-use-external): Add :version.
17156
17157 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17158
17159         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17160         and `invisible'.
17161
17162 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17165         in gnus-registry-trim.
17166
17167 2004-09-13  Simon Josefsson  <jas@extundo.com>
17168
17169         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17170
17171         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17172
17173         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17174         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17175         <yamaoka@jpl.org>.
17176         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17177         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17178         <yamaoka@jpl.org>.
17179
17180         * sieve.el (sieve-manage-mode): Ditto.
17181
17182 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17185
17186 2004-09-11  Simon Josefsson  <jas@extundo.com>
17187
17188         * dns-mode.el: Add.
17189
17190         * mm-view.el (mm-display-dns-inline): Add.
17191
17192         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17193         (mm-automatic-display): Ditto.
17194
17195         * mailcap.el (mailcap-mime-data): Add text/dns.
17196         (mailcap-mime-extensions): Map .soa to text/dns.
17197
17198 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17199
17200         * gnus-art.el (article-decode-mime-words, article-babel)
17201         (gnus-article-highlight-signature, gnus-article-add-buttons)
17202         (gnus-signature-toggle): Remove unnecessary bindings of
17203         `inhibit-read-only' inherited from v5.10 merge.
17204
17205 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * nntp.el (nntp): New customization group.
17208         (nntp-authinfo-file): Add customization group.
17209
17210         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17211
17212         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17213
17214         * gnus.el (to-address, to-list, subscribed)
17215         (large-newsgroup-initial): Ditto.
17216
17217         * flow-fill.el (fill-flowed-display-column)
17218         (fill-flowed-encode-column): Ditto.
17219
17220 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17221
17222         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17223         Use point-min rather than 1.
17224         (message-send-mail): Use buffer-size rather than point-max.
17225
17226         * gnus-sum.el (gnus-summary-search-article-forward):
17227         Signal a specific `search-failed' rather than a generic `error'.
17228
17229         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17230         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17231         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17232
17233 2004-09-10  Simon Josefsson  <jas@extundo.com>
17234
17235         * nndb.el (require): Remove tcp and duplicate cl.
17236
17237 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * gnus-agent.el (directory-files-and-attributes): Move forward.
17240
17241 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17242
17243         * gnus-agent.el (directory-files-and-attributes):
17244         Optionally defined to support XEmacs.
17245
17246 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17247
17248         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17249         to avoid run-time CL dependencies.
17250         (gnus-agent-unfetch-articles): New function.
17251         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17252         article numbers even when local .overview file is missing.
17253         (gnus-agent-read-article-number): New function.  Only accepts
17254         27-bit article numbers.
17255         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17256         Use gnus-agent-read-article-number.
17257         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17258         from backend while recognizing that article numbers in .overview
17259         must be valid.
17260         (gnus-agent-update-files-total-fetched-for):
17261         Use directory-files-and-attributes to improve performance.
17262         * gnus-int.el (gnus-request-move-article):
17263         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17264         improve performance.
17265
17266         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17267         some users confused by references to .newsrc when they only have a
17268         .newsrc.eld file.
17269         (gnus-convert-mark-converter-prompt)
17270         (gnus-convert-converter-needs-prompt): Fix use of property list.
17271         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17272         New function.  Used internally to only display 'gnus converting
17273         files' message when actually necessary.
17274
17275         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17276         methods now autoloaded.
17277
17278 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17281         identifiers.
17282
17283 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus-picon.el: Fix indentation and closing parenthesis.
17286
17287 2004-09-01  Simon Josefsson  <jas@extundo.com>
17288
17289         * message.el (message-canlock-generate): Require sha1, not
17290         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17291         to require within a function.  Sadly, if sha1.el isn't loaded, the
17292         let binding in m-c-g will hide the defcustom definition, which is
17293         bad.)
17294
17295         * canlock.el: Require sha1, not sha1-el.
17296
17297         * message.el: Don't autoload sha1 (there is a autoload cookie in
17298         sha1.el).
17299
17300         * sha1-el.el: Rename to sha1.el.
17301
17302 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17303
17304         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17305
17306 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17307
17308         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17309
17310 2004-08-30  Kim F. Storm  <storm@cua.dk>
17311
17312         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17313
17314         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17315         Add :group 'nnimap.
17316
17317 2004-08-30  Andreas Schwab  <schwab@suse.de>
17318
17319         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17320         ?* and ?\;.
17321
17322         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17323         and ?\' to symbol instead of whitespace.
17324
17325 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17328
17329         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17330         instead of re-search-forward.
17331
17332         * gnus-uu.el (gnus-uu-save-article): Ditto.
17333         (gnus-uu-post-encode-uuencode): Ditto.
17334
17335         * html2text.el (html2text-clean-list-items): Ditto.
17336         (html2text-clean-dtdd): Ditto.
17337         (html2text-format-tags): Ditto.
17338
17339         * message.el (message-send-mail-with-sendmail): Fix regexp.
17340         (message-fill-field-general): Use search-forward instead of
17341         re-search-forward.
17342         (unbold-region): Ditto.
17343
17344         * nnrss.el (nnrss-request-article): Ditto.
17345
17346         * nnslashdot.el (nnslashdot-request-article): Ditto.
17347
17348         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17349
17350         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17351         "Unrecognized menu descriptor" error in XEmacs.
17352
17353 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17354
17355         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17356         parent article of a sparse article in the thread hashtb.
17357
17358 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17359
17360         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17361         (nnmail-expand-newtext): Lowercase expanded entries if
17362         nnmail-split-lowercase-expanded is non-nil.
17363
17364 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17367
17368         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17369         of gnus-tmp-news-method into string under XEmacs.  It will be
17370         passed to gnus-correct-length which takes only a string argument.
17371
17372 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-util.el (gnus-bind-print-variables): New macro.
17375         (gnus-prin1): Use it.
17376         (gnus-prin1-to-string): Use it.
17377         (gnus-pp): New function.
17378         (gnus-pp-to-string): New function.
17379
17380         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17381         Replace pp-to-string with gnus-pp-to-string.
17382         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17383         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17384         * gnus-msg.el (gnus-debug): Ditto.
17385         * gnus-score.el (gnus-score-save): Ditto.
17386         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17387         gnus-pp-to-string.
17388         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17389         with gnus-pp.
17390         * score-mode.el (gnus-score-pretty-print): Ditto.
17391         * webmail.el (webmail-debug): Ditto.
17392
17393 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * gnus-art.el (article-display-face, article-display-x-face):
17396         Use buffer-read-only.
17397
17398 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-art.el (article-hide-list-identifiers):
17401         Bind inhibit-read-only as t.
17402
17403 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17406
17407 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17408
17409         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17410         (gnus-narrow-to-page): Don't assume point-min == 1.
17411         (gnus-article-edit-mode): Derive from message-mode.
17412
17413         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17414         point-min == 1.
17415
17416         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17417         Disable incorrect use of `assert'.
17418
17419         * message.el (message-mode): Set comment-start-skip.
17420
17421
17422 2004-08-22  Sam Steingold  <sds@gnu.org>
17423
17424         * pop3.el (pop3-leave-mail-on-server): New user variable.
17425         (pop3-movemail): Delete mail only when it is nil.
17426
17427 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17430
17431         * mml.el (mml-preview): Use `pop-to-buffer'.
17432
17433         * message.el (message-goto-mail-followup-to): Insert after "To".
17434         (message-carefully-insert-headers): Add comment.
17435
17436         * gnus.el: Remove unused variable `gnus-article-check-size'.
17437
17438         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17439
17440         * gnus-art.el (gnus-button-alist):
17441         Improve `gnus-button-handle-library' entry.
17442
17443 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17444
17445         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17446         Use downcase, since XEmacs capitalizes error messages differently.
17447
17448 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * nntp.el: Add (require 'gnus) due to reference to
17451         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17452
17453 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17454
17455         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17456         Bind `mm-fill-flowed'.
17457
17458         * mm-decode.el (mm-dissect-singlepart): Check it.
17459
17460 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17463         'imap' for netrc parsing.
17464
17465 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * mailcap.el (mailcap-mime-data): Mark as risky.
17468
17469 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17472         may be included in the encoded word.
17473         (rfc2047-encode): Don't append a space if the encoded word
17474         includes close parenthesis.
17475
17476 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17479         of text within parentheses.
17480
17481 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17482
17483         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17484         (gnus-encrypt-write-file-contents): Make the password key the file
17485         name PLUS the cipher, not just the cipher.  Also remove failed
17486         passwords from the cache.
17487
17488 2004-08-06  Simon Josefsson  <jas@extundo.com>
17489
17490         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17491         Doc fix.
17492
17493 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17496         LWSP.
17497
17498 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17501         Try to append in-reply-to: data to the references: header.
17502
17503         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17504         (netrc-parse): Use gnus-encrypt.el functions.
17505
17506         * gnus-encrypt.el: Add new file for encryption support; currently
17507         does only a few GPG ciphers and an internal XOR cipher.
17508
17509         * password.el: Add comments on using password-read-and-add.
17510         (password-read-and-add): Add function to read and add the
17511         password to the cache at once.
17512
17513 2004-07-28  Simon Josefsson  <jas@extundo.com>
17514
17515         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17516         parameter (but don't use it, for now).
17517
17518         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17519         instead of hard coding to nil.
17520
17521 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17524         as mm-inline-image-xemacs does.
17525
17526 2004-07-26  Simon Josefsson  <jas@extundo.com>
17527
17528         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17529         Revert part of 2004-07-17 change below.
17530
17531 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17534         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17535
17536 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17539         quotes that actually start with ">" at the beginning of the
17540         lines.
17541
17542 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * rfc2047.el (rfc2047-encode-region): Fix last change.
17545         (rfc2047-encode-parameter): Remove useless concat.
17546
17547 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17550         encode special characters; fix some kind of misconfigured headers;
17551         signal a real error if debug-on-quit or debug-on-error is non-nil.
17552         (rfc2047-encode-max-chars): New variable.
17553         (rfc2047-encode-1): Use it.
17554         (rfc2047-encode-parameter): New function.
17555
17556         * mml.el (mml-insert-parameter): Remove an excessive space.
17557
17558 2004-07-17  Simon Josefsson  <jas@extundo.com>
17559
17560         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17561         Kai Grossjohann <kai@emptydomain.de>.
17562         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17563         (gnus-group-make-menu-bar): Ditto.
17564
17565         * gnus-util.el (gnus-group-server): Add.
17566
17567 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * message.el (message-clone-locals): Clone sendmail and smtp
17570         variables.
17571
17572 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * rfc2047.el (rfc2047-encode-region): Fix last change.
17575
17576 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17579         characters as non-special.
17580
17581 2004-07-09  Simon Josefsson  <jas@extundo.com>
17582
17583         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17584         Users will lose all flag changes made while unplugged with
17585         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17586         good default.  See numerous reports on ding mailing list.
17587
17588 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17591         add generate-head-function and generate-article-function to the
17592         rfc822-forward entry.
17593         (nndoc-rfc822-forward-generate-article): New function.
17594         (nndoc-rfc822-forward-generate-head): New function.
17595
17596         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17597
17598 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17599
17600         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17601         respect display group parameter and gnus-summary-expunge-below.
17602         (gnus-articles-to-read): Remove unused reference to display group
17603         parameter.
17604
17605 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * nnheader.el (nnheader-uniquify-message-id): New experimental
17608         variable.
17609         (nnheader-nov-read-message-id): Use it.
17610
17611         * spam-report.el (spam-report-gmane): Add interactive.
17612
17613 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * mm-encode.el (mm-content-transfer-encoding-defaults):
17616         Use qp-or-base64 for the application/* types.
17617
17618 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17619
17620         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17621
17622 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17623
17624         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17625         trim value.
17626
17627 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17628
17629         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17630         New macro and function.
17631         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17632
17633 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17636         after-load-alist.
17637
17638 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17639
17640         * gnus-group.el (gnus-group-get-new-news-this-group):
17641         Don't update info that isn't there.
17642
17643 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17644
17645         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17646         entry.
17647
17648 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * mm-view.el (mm-inline-render-with-function): Use multibyte
17651         buffer; decode html source by charset.
17652
17653         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17654
17655         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17656         Mule-UCS is loaded under XEmacs.
17657         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17658
17659 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17662
17663 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mm-util.el (mm-coding-system-p): Return a coding-system.
17666         (mm-mime-mule-charset-alist): Use shift_jis instead of
17667         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17668         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17669         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17670         instead of japanese-shift-jis and iso-latin-1 respectively in
17671         order to share the default value with both Emacs and XEmacs-mule.
17672         (mm-mule-charset-to-mime-charset):
17673         Make mm-coding-system-priorities effective.
17674         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17675         while predicating of candidates upon the priorities.
17676
17677 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17678
17679         * gnus-sum.el (gnus-summary-make-menu-bar):
17680         Add gnus-uu-invert-processable.
17681
17682         * gnus.el: Autoload gnus-uu-invert-processable.
17683
17684 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * mm-util.el (mm-with-multibyte-buffer): New macro.
17687
17688         * rfc2047.el (rfc2047-encode-string): Use it.
17689         (rfc2047-encode-region): Move point to the end of the region after
17690         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17691
17692 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17695         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17696
17697 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17700         (gnus-cite-parse): Ignore quoted envelope From_.
17701         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17702
17703 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17704
17705         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17706         invalid addresses.
17707
17708 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * spam.el: Change section markers, revise TODO list.
17711         (spam-backends): Make new master list of all installed backends.
17712         (spam-summary-exit-behavior): Add new variable to determine how
17713         messages moves are done at summary exit.
17714         (spam-move-spam-nonspam-groups-only)
17715         (spam-process-ham-in-nonham-groups)
17716         (spam-process-ham-in-spam-groups): Remove variables, the
17717         spam-summary-exit-behavior variable should be used to manage this
17718         behavior.
17719         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17720         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17721         and spam-old-spam-articles.
17722         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17723         Add empty variables, placeholders for the backends they represent.
17724         (spam-set-difference): Move, unchanged.
17725         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17726         unless the user has a processor variable.
17727         (spam-classifications, spam-classification-valid-p)
17728         (spam-backend-properties, spam-backend-property-valid-p)
17729         (spam-backend-function-type-valid-p)
17730         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17731         (spam-report-articles-gmane, spam-report-articles-resend):
17732         Remove functions, they are not needed.
17733         (spam-install-backend-super, spam-backend-list)
17734         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17735         (spam-backend-function, spam-backend-ham-registration-function)
17736         (spam-backend-spam-registration-function)
17737         (spam-backend-ham-unregistration-function)
17738         (spam-backend-spam-unregistration-function)
17739         (spam-backend-statistical-p, spam-backend-mover-p)
17740         (spam-install-backend-alias, spam-install-checkonly-backend)
17741         (spam-install-mover-backend, spam-install-nocheck-backend)
17742         (spam-install-backend, spam-install-statistical-backend)
17743         (spam-install-statistical-checkonly-backend): Add backend installation
17744         support.
17745         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17746         (spam-group-processor-p): Use the new backend code and respect the
17747         summary exit behavior.
17748         (spam-mark-spam-as-expired-and-move-routine): Remove.
17749         (spam-summary-prepare): Change to use the new spam-old-articles
17750         variable.
17751         (spam-copy-or-move-routine, spam-copy-spam-routine)
17752         (spam-move-spam-routine, spam-copy-ham-routine)
17753         (spam-move-ham-routine): Add code to copy/move ham or spam.
17754         (spam-fetch-field-fast): Improve doc and code, plus allow the
17755         'number request.
17756         (spam-list-of-checks, spam-list-of-statistical-checks):
17757         Remove variables.
17758         (spam-split, spam-find-spam): Use the new backend code.
17759         (spam-registration-functions): Remove variable.
17760         (spam-unregister-routine): Add convenience wrapper.
17761         (spam-log-undo-registration, spam-register-routine)
17762         (spam-log-processing-to-registry)
17763         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17764         where possible.
17765         (spam-check-gmane-xref, spam-check-regex-headers)
17766         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17767         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17768         (spam-check-bogofilter-headers, spam-check-spamoracle)
17769         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17770         (spam-check-crm114-headers): Use the spam-split-group that
17771         spam-split prepares, no need to determine it every time.
17772
17773         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17774         to the nnheader-parse-naked-head call.
17775
17776         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17777
17778         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17779         the nnheader-nov-read-message-id call.
17780
17781 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17784         gnus-activate-group twice.  Suggested by Markus Peter
17785         <warp@spin.de>.
17786
17787 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (gnus-article-time-format): Exchange the order of
17790         day and month in the default value; fix customization type.
17791         (article-date-ut): Use add-text-properties.
17792         (article-make-date-line): Use message-make-date instead of
17793         current-time-string.
17794
17795         * message.el (message-fetch-field): Don't use set-text-properties.
17796         (message-make-date): Simplify.
17797
17798         * messagexmas.el (message-xmas-make-date): New function.
17799         (message-xmas-redefine): Defalias message-make-date to it.
17800
17801 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17804         (rfc2047-encode-region): Treat text within parentheses as special;
17805         show the original text when error has occurred.
17806
17807         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17808         already-computed method to gnus-activate-group.
17809
17810         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17811         same select-methods identical Lisp objects.
17812
17813         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17814         object when modifying the info.
17815
17816 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17819         gnus-opened-servers since it has never been opened with the new
17820         configuration yet.
17821
17822 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17825         arg to nnheader-generate-fake-message-id.
17826
17827 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17828
17829         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17830         number and build a fake message ID localized to a group and
17831         article number (so it's repeatable from that point on).
17832         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17833         ID format.
17834
17835         * gnus-sum.el (gnus-get-newsgroup-headers):
17836         Call nnheader-generate-fake-message-id with the article number.
17837
17838 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17839
17840         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17841         end-of-buffer.
17842
17843 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17844
17845         * message.el (message-ignored-supersedes-headers): Add Approved.
17846
17847 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17850         goto-char.
17851         (rfc2047-encode): Fold the line before encoding.
17852
17853 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17854
17855         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17856         folding -- not all headers can be folded, and this should be done
17857         by the message composition mode.  Probably.  I think.
17858
17859 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17862         fast.
17863
17864         * gnus-ems.el (gnus-remove-image): Don't use
17865         message-text-with-property; remove only the image found first.
17866
17867         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17868         found first.
17869
17870 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17871
17872         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17873
17874 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * message.el (message-text-with-property): Make it fast and accept
17877         optional arguments.
17878         (message-strip-forbidden-properties): Use it.
17879         (message-fix-before-sending): Follow the m-t-w-p change.
17880
17881         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17882
17883 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-art.el (article-hide-headers): Don't change the buffer
17886         mistakenly when performing mml-preview even if
17887         gnus-single-article-buffer is nil.
17888
17889 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17890
17891         * message.el (message-expand-name-databases): New user option.
17892         (message-expand-name): Use it.
17893
17894 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * spam.el (spam-report-articles-resend)
17897         (spam-report-resend-register-routine): Allow ham reporting.
17898         (spam-report-resend-register-ham-routine): Add wrapper.
17899         (spam-registration-functions): Add ham resending functions.
17900         (spam-list-of-processors): Add ham resend processor.
17901
17902         * gnus.el (ham-resend-to): Add new group parameter.
17903         (spam-process): Add ham resend option.
17904
17905         * spam-report.el (spam-report-resend): Allow reporting ham.
17906         (spam-report-resend-ham): Add wrapper.
17907
17908 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17909
17910         * message.el (message-cite-articles-with-x-no-archive):
17911         New variable.
17912         (message-cite-original): Use it.
17913
17914 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * message.el (message-cite-original): Respect X-No-Archive.
17917
17918 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-art.el (article-hide-headers): Refer to the values for
17921         gnus-ignored-headers and gnus-visible-headers in the summary
17922         buffer since a user may have set them as group parameters.
17923
17924 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17925
17926         * assistant.el (assistant-node-name): Add convenience function.
17927         (assistant-render-text, assistant-render-node): Add error handling,
17928         plus handle multiple next nodes.
17929         (assistant-find-next-node): Comment out for now.
17930         (assistant-find-next-nodes): Add function, returns list of next
17931         nodes.
17932
17933 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17934
17935         * mail-source.el (mail-source-directory): Fix doc-string.
17936
17937 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17938
17939         * assistant.el (assistant-render-text, assistant-eval): Add :set
17940         widget type, which is different because it takes and returns a
17941         list.  Much hilarity ensues.
17942
17943 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17946
17947         * gnus-group.el (gnus-group-get-new-news-this-group):
17948         Add doc-string.
17949
17950         * gnus-start.el (gnus-activate-group): Add doc-string.
17951
17952 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17955
17956 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17957
17958         * assistant.el (assistant-render-text): Try to add a :set
17959         widget, more to come.
17960
17961         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17962         strings.
17963         (spam-report-articles-resend)
17964         (spam-register-routine): Do registration iff any articles warrant
17965         it.
17966         (spam-summary-prepare-exit): Change log message for nil group
17967         destinations.
17968
17969 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17970
17971         * spam.el (spam-report-resend-register-routine):
17972         Allow spam-report-resend-to to be a group parameter or a global value.
17973
17974 2004-05-26  Simon Josefsson  <jas@extundo.com>
17975
17976         * starttls.el: Merge with my GNUTLS based starttls.el.
17977         (starttls-gnutls-program, starttls-use-gnutls)
17978         (starttls-extra-arguments, starttls-process-connection-type)
17979         (starttls-connect, starttls-failure, starttls-success):
17980         New variables.
17981         (starttls-program, starttls-extra-args): Doc fix.
17982         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17983         New functions.
17984         (starttls-negotiate, starttls-open-stream):
17985         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17986         function if it is set.
17987
17988 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17991         structured fields.
17992
17993 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17996
17997 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18000         Add variable.
18001         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18002         assigning the spam-mark to new messages.
18003
18004 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18005
18006         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18007
18008 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18011
18012         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18013         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18014         default.
18015
18016 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18017
18018         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18019         correct data.
18020
18021 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18022
18023         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18024         (spam-group-processor-p): Fix function.
18025         (spam-group-processor-multiple-p)
18026         (spam-group-spam-processor-report-gmane-p)
18027         (spam-group-spam-processor-report-resend-p)
18028         (spam-group-spam-processor-bogofilter-p)
18029         (spam-group-spam-processor-blacklist-p)
18030         (spam-group-spam-processor-ifile-p)
18031         (spam-group-ham-processor-ifile-p)
18032         (spam-group-spam-processor-spamoracle-p)
18033         (spam-group-spam-processor-crm114-p)
18034         (spam-group-ham-processor-bogofilter-p)
18035         (spam-group-spam-processor-stat-p)
18036         (spam-group-ham-processor-stat-p)
18037         (spam-group-ham-processor-whitelist-p)
18038         (spam-group-ham-processor-BBDB-p)
18039         (spam-group-ham-processor-spamoracle-p)
18040         (spam-group-ham-processor-copy-p): Remove functions with some
18041         prejudice against unneeded code.
18042         (spam-report-articles-resend)
18043         (spam-report-resend-register-routine): Allow the group/topic
18044         spam-resend-to value to override spam-report-resend-to.
18045         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18046         properly now.
18047
18048         * gnus.el (spam-resend-to): Add group/topic parameter.
18049         (spam-process): Move the OBSOLETE processors to the end of the
18050         choices.
18051
18052 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18053
18054         * spam-report.el (spam-report-resend-to, spam-report-resend):
18055         Start with resend-to set to nil, and then ask the user if necessary.
18056         (spam-report-resend): spam-report-resend takes a list of articles, not
18057         separate article numbers.
18058
18059 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18062         addition to emacs-w3m.
18063
18064 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * assistant.el (assistant-authinfo-data): New function.
18067         (assistant-eval): Eval for entire assistant.
18068
18069         * netrc.el (netrc-services-file): New variable.
18070         (netrc-parse-services): New function.
18071         (netrc-find-service-name): New function.
18072         (netrc-find-service-number): New function.
18073         (netrc-port-equal): New function.
18074         (netrc-machine): Use it.
18075
18076         * nnimap.el (nnimap-open-connection): Use netrc.
18077
18078         * gnus-util.el (gnus-netrc-get): Remove aliases.
18079
18080         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18081
18082         * assistant.el (wid-edit): Fix compilation.
18083
18084         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18085
18086 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18087
18088         * gnus-util.el (gnus-set-file-modes): New function.  (small
18089         patch).
18090
18091 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092
18093         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18094
18095         * assistant.el (assistant-render-node): Fix up rendering and
18096         read-only text.
18097         (assistant-render-node): Reset.
18098         (assistant-make-read-only): Not sticky.
18099
18100 2004-05-20  Danny Siu  <dsiu@adobe.com>
18101
18102         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18103         centered even when gnus-auto-center-summary is t.
18104
18105 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * dns.el (dns-get-txt-answer): New function.
18108         (dns-read-txt): Ditto.
18109         (query-dns): Use it.
18110
18111 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18114         active for foreign groups even if the group level is higher than
18115         the specified value.
18116
18117 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18118
18119         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18120         non-active groups.
18121
18122         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18123
18124 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18125
18126         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18127
18128 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18129
18130         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18131         (spam-crm114-header, spam-crm114-spam-switch)
18132         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18133         (spam-crm114-positive-spam-header)
18134         (spam-crm114-database-directory, spam-list-of-processors)
18135         (spam-group-spam-processor-crm114-p)
18136         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18137         (spam-generic-score, spam-list-of-checks)
18138         (spam-list-of-statistical-checks, spam-registration-functions)
18139         (spam-check-crm114-headers, spam-crm114-score)
18140         (spam-check-crm114, spam-crm114-register-with-crm114)
18141         (spam-crm114-register-spam-routine)
18142         (spam-crm114-unregister-spam-routine)
18143         (spam-crm114-register-ham-routine)
18144         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18145         From asjo@koldfront.dk (Adam Sjøgren).
18146
18147         * gnus.el: Add spam-use-crm114.
18148
18149         * spam.el (spam-list-of-processors, spam-registration-functions):
18150         Add spam-use-resend.
18151         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18152         (spam-report-articles-gmane): Add doc fix.
18153         (spam-report-articles-resend, spam-report-resend-register-routine):
18154         Add wrappers around spam-report-resend-to.
18155
18156         * spam-report.el (spam-report-resend-to, spam-report-resend):
18157         Add support for resending spam.
18158         (spam-report-gmane): Fix line length >80.
18159
18160         * gnus.el (spam-process): Add spam-use-resend.
18161
18162 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18163
18164         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18165         number of processed spam messages.
18166         (spam-ham-copy-or-move-routine): Return the number of processed
18167         ham messages.
18168         (spam-summary-prepare-exit): Use the above values to decide
18169         whether status messages shouled be displayed.
18170
18171 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18174         `rfc2047-encoding-function-alist' in order to avoid conflicting
18175         with the old version.
18176         (rfc2047-encode-region): Concatenate words containing non-ASCII
18177         characters in structured fields; don't encode space-delimited
18178         ASCII words even in unstructured fields; don't break words at
18179         char-category boundaries.
18180         (rfc2047-encode-1): New function.
18181         (rfc2047-encode): Use it; encode text so that it occupies the
18182         maximum width within 76-column; work correctly on Q encoding for
18183         iso-2022-* charsets.
18184         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18185         sure not to break a line just after the header name.
18186         (rfc2047-b-encode-region): Remove.
18187         (rfc2047-b-encode-string): New function.
18188         (rfc2047-q-encode-region): Remove.
18189         (rfc2047-q-encode-string): New function.
18190
18191         * mm-util.el (mm-replace-in-string): New function.
18192
18193 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18194
18195         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18196         Really get it right.
18197         (gnus-inews-make-draft): Really.
18198
18199 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18200
18201         * nnmh.el (nnmh-request-list-1): Don't check the link count
18202         before descending.  (small patch)
18203
18204 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18205
18206         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18207         stuff.
18208
18209         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18210         Match on real group name.
18211
18212         * gnus-art.el (gnus-signature-limit): Doc fix.
18213
18214         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18215
18216         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18217
18218 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18219
18220         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18221         isn't a string.
18222
18223 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18224
18225         * gnus-draft.el (gnus-draft-send):
18226         Bind rfc2047-encode-encoded-words.
18227
18228         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18229         (rfc2047-encodable-p): Say that =? needs encoding.
18230         (rfc2047-encode-encoded-words): New variable.
18231
18232         * gnus-group.el (gnus-group-select-group): Doc fix.
18233
18234         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18235
18236         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18237         to nil.
18238
18239         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18240
18241         * nnheader.el (nnheader-get-lines-and-char): New function.
18242
18243 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * gnus-msg.el (gnus-summary-followup-with-original):
18246         Document yanking of region when active.
18247
18248 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18251         groups if the group level is higher than the specified value.
18252
18253 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18256         (gnus-group-jump-to-group): Add prefix argument using
18257         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18258         non-active group.
18259
18260         * compface.el (uncompface): Be verbose when changing
18261         `uncompface-use-external'.
18262
18263         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18264         handle manual section.
18265
18266 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18267
18268         * gnus-art.el (gnus-button-alist): Revert previous change.
18269
18270 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18271
18272         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18273
18274 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18275
18276         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18277         whether backend can accept message.
18278
18279         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18280
18281 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18282
18283         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18284         Avoid creating directory when nntp-marks-is-evil is true.
18285         Reported by Reiner Steib.
18286
18287 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * gnus-picon.el (gnus-picon-style): New variable.
18290         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18291         (gnus-picon-transform-address): Support `gnus-picon-style'.
18292         From Jesper Harder <harder@ifa.au.dk>.
18293
18294 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18295
18296         * message.el (message-fill-field): Return point.
18297         (message-generate-headers): Go to end of field.
18298
18299         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18300         stuff for non-living groups.
18301
18302 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18303
18304         * gnus-art.el (gnus-article-followup-with-original)
18305         (gnus-article-reply-with-original): gnus-mark-active-p ->
18306         gnus-region-active-p.
18307
18308 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18309
18310         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18311         only when there is spam or ham to be processed.
18312
18313 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * mail-source.el (mail-source-delete-crash-box): Refactor.
18316         (mail-source-fetch): Use it.
18317         (mail-source-fetch-file): Ditto.
18318         (mail-source-fetch-directory): Run postscript in loop.
18319         (mail-source-fetch-pop): Delete.
18320         (mail-source-fetch-maildir): Ditto.
18321         (mail-source-fetch-imap): Ditto.
18322
18323         * imap.el (imap-authenticators): Comment out sasl.
18324
18325         * message.el (message-skip-to-next-address): New function.
18326         (message-fill-header-address): Refactor.
18327         (message-fill-address): Use it.
18328         (message-delete-address): Use it.
18329         (message-fill-header-general): Refactor.
18330         (message-fill-field-address): Rename.
18331         (message-narrow-to-field): Find the start of the header.
18332         (message-header-format-alist): Don't pre-fill.
18333         (message-fill-header): Remove.
18334         (message-insert-header): New function.
18335         (message-shorten-references): Use it.
18336
18337         * rfc2047.el (rfc2047-field-value): Strip props.
18338
18339         * mail-parse.el (mail-header-make-address): New alias.
18340
18341         * ietf-drums.el (ietf-drums-make-address): New function.
18342
18343         * imap.el: Add compiler directives.
18344
18345         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18346
18347         * gnus-art.el (article-decode-idna-rhs): Don't use
18348         message-idna-inside-rhs-p.
18349
18350 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351
18352         * message.el (message-idna-inside-rhs-p): Remove.
18353         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18354
18355         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18356         false positives.
18357
18358 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18359
18360         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18361
18362 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363
18364         * nneething.el (nneething-file-name): Don't create spurious
18365         files.
18366
18367         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18368         (gnus-inews-do-gcc): Remove sleep.
18369
18370         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18371         part under point.
18372
18373         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18374         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18375
18376 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18377
18378         * spam.el (spam-summary-prepare-exit): Fix (length).
18379
18380 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18381
18382         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18383         as expired without moving it" message when there are spam
18384         messages left.
18385
18386 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18387
18388         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18389         header is not nil.
18390
18391 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18392
18393         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18394         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18395         (nntp-marks-changed-p): New arg SERVER.
18396         (nntp-request-update-info): Adjust caller.
18397
18398 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18399
18400         * nntp.el (nntp-save-marks): Pass missing arg.
18401
18402 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18403
18404         * nntp.el: Support marks.
18405         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18406         (nntp-marks-modtime, nntp-marks-directory): New variables.
18407         (nntp-request-set-mark, nntp-request-update-info)
18408         (nntp-possibly-create-directory, nntp-marks-changed-p)
18409         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18410         New functions.
18411
18412 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18413
18414         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18415         (gnus-xmas-redefine): Rename.
18416
18417         * gnus-score.el (gnus-score-insert-help):
18418         Use gnus-select-lowest-window.
18419
18420         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18421         appt-select-lowest-window and rename to gnus-select-lowest-window.
18422
18423         * gnus.el: do.
18424
18425 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18426
18427         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18428         encodings of MIME-encoded words, in order to improve
18429         interoperability with several broken MUAs.
18430
18431 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18432
18433         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18434         tags, only when charsets are not specified in headers.
18435         (mm-inline-text-html-render-with-w3m): Ditto.
18436
18437         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18438         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18439
18440 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18441
18442         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18443         instead of MIME-decoded from fields when checking
18444         `gnus-article-address-banner-alist'.
18445
18446 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18449         description rather than subject.
18450
18451 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18452
18453         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18454
18455 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18456
18457         * gnus.el (gnus-version-number): Bump.
18458
18459 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18460
18461         * gnus.el: No Gnus v0.2 is released.
18462
18463 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18464
18465         * gnus-agent.el (gnus-agent-read-agentview):
18466         Inline gnus-uncompress-range.
18467
18468 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18469
18470         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18471         `exec-installed-p'.
18472
18473 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18474
18475         * gnus.el (spam-process, spam-autodetect-methods):
18476         Add bsfilter and bsfilter-headers.
18477
18478         * spam.el (spam-bsfilter): New customize group.
18479         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18480         (spam-bsfilter-header, spam-bsfilter-probability-header)
18481         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18482         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18483         (spam-bsfilter-database-directory): New options.
18484         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18485         (spam-list-of-statistical-checks, spam-registration-functions):
18486         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18487         (spam-bsfilter-score): New command.
18488         (spam-check-bsfilter-headers, spam-check-bsfilter)
18489         (spam-bsfilter-register-with-bsfilter)
18490         (spam-bsfilter-register-spam-routine)
18491         (spam-bsfilter-unregister-spam-routine)
18492         (spam-bsfilter-register-ham-routine)
18493         (spam-bsfilter-unregister-ham-routine): New functions.
18494         (spam-generic-score): Support bsfilter; Accept an optional argument
18495         to recalcurate spam score even if scoring header has already been
18496         added.
18497         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18498         optional argument to recalcurate spam score even if scoring header
18499         has already been added.
18500
18501 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18504         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18505         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18506         link is missing.
18507
18508 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18511         (html2text-get-attr): Rewrite.
18512
18513         * message.el (message-setup-1): Remove redundant put-text-property
18514         on mail-header-separator.
18515
18516 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18517
18518         * gnus-registry.el (gnus-registry-cache-whitespace)
18519         (gnus-registry-action, gnus-registry-spool-action)
18520         (gnus-registry-split-fancy-with-parent): Change message levels
18521         from 5 to 3 or 7, as needed.
18522
18523         * spam.el (spam-summary-prepare-exit)
18524         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18525         (spam-split, spam-find-spam, spam-log-undo-registration)
18526         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18527         level from 5 to 6.
18528
18529 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18532         2004-03-04 change).
18533
18534 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18535
18536         * sieve-manage.el (sieve-manage-open):
18537         * nnweb.el (nnweb-insert-html):
18538         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18539         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18540         * nnspool.el (nnspool-request-group):
18541         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18542         * nnml.el (nnml-request-update-info):
18543         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18544         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18545         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18546         (nnimap-request-set-mark):
18547         * nnfolder.el (nnfolder-request-update-info):
18548         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18549         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18550         * gnus-uu.el (gnus-uu-find-articles-matching):
18551         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18552         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18553         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18554         * gnus-nocem.el (gnus-nocem-scan-groups):
18555         * gnus-int.el (gnus-start-news-server):
18556         * gnus-group.el (gnus-group-make-kiboze-group)
18557         (gnus-group-browse-foreign-server):
18558         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18559         Use mapc when appropriate.
18560
18561 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18562
18563         FIXME: Make separate entries for each person.
18564
18565         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18566         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18567         <shields@msrl.com>:
18568
18569         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18570         may need for spam sorting and scoring.
18571         (spam-user-format-function-S): Add user format function suitable for
18572         general use.
18573         (spam-article-sort-by-spam-status): Add sorting function for summary
18574         sorting.
18575         (spam-extra-header-to-number): Add function to get a score from a
18576         header.
18577         (spam-summary-score): Add function to get a numeric score from the
18578         headers.
18579         (spam-generic-score): Fix function doc, was in wrong place.
18580         (spam-initialize): Take symbols when it's run, and install the
18581         extra headers that spam-necessary-extra-headers thinks we need.
18582
18583 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18584
18585         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18586         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18587
18588 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * gnus-sum.el (gnus-set-global-variables)
18591         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18592         (gnus-article-get-xrefs, gnus-summary-best-group)
18593         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18594         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18595         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18596         Use with-current-buffer.
18597
18598 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18599
18600         * spam.el (spam-summary-prepare-exit): Simplify logic.
18601         (spam-fetch-article-header): Read the article header if it's not
18602         available.
18603         (spam-list-articles): Simplify logic.
18604         (spam-filelist-register-routine): Fix bug with unregister-list.
18605
18606         * gnus-registry.el: Fix comments at beginning.
18607
18608 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * message.el (message-cater-to-broken-inn): Remove.
18611         (message-shorten-references): Make sure the total folded length of
18612         References is shorter than 998 characters to cater to a bug in INN
18613         2.3.  Also, don't pretend that references aren't folded -- this
18614         hasn't worked for a while.
18615
18616 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18617
18618         * gnus-agent.el (gnus-agentize):
18619         gnus-agent-send-mail-real-function no longer set to current value
18620         of message-send-mail-function but rather a lambda that calls
18621         message-send-mail-function.  The change makes the agent real-time
18622         responsive to user changes to message-send-mail-function.
18623
18624 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18625
18626         * legacy-gnus-agent.el
18627         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18628         help from Florian Weimer <fw@deneb.enyo.de>
18629
18630 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * nnmail.el (nnmail-cache-insert): Revert last change.
18633
18634 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * nnmail.el (nnmail-cache-insert): Always check whether
18637         nnmail-cache-ignore-groups matches a group name.
18638
18639 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18640
18641         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18642         (spam-find-spam, spam-log-processing-to-registry)
18643         (spam-log-registered-p, spam-log-unregistration-needed-p)
18644         (spam-log-undo-registration): Use gnus-message instead of
18645         gnus-error, none of these errors are fatal.
18646
18647         * gnus-registry.el (gnus-registry-clean-empty-function)
18648         (gnus-registry-clean-empty): Remove only empty entries without
18649         extra data.
18650
18651 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18652
18653         * spam-stat.el (spam-stat-buffer-change-to-spam)
18654         (spam-stat-buffer-change-to-non-spam): Change (error) to
18655         (gnus-message 8) invocation.
18656
18657 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * nntp.el (nntp-via-netcat-command): New variable.
18660         (nntp-via-netcat-switches): New variable.
18661         (nntp-open-via-rlogin-and-netcat): New function.
18662         (nntp-open-connection-function): Doc fix.
18663         (nntp-telnet-command): Doc fix.
18664         (nntp-end-of-line): Doc fix.
18665         (nntp-via-rlogin-command): Doc fix.
18666         (nntp-via-user-name): Doc fix.
18667         (nntp-via-address): Doc fix.
18668
18669 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18672         error in Emacs 21.1.
18673
18674 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18677
18678 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18679
18680         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18681         (gnus-agent-with-refreshed-group): New macro.
18682         (gnus-agent-rename-group): New function.
18683         (gnus-agent-delete-group): New function.
18684         (gnus-agent-save-group-info): Use gnus-command-method when
18685         `method' parameter is nil.  Don't write nil entries into the
18686         active file.
18687         (gnus-agent-get-group-info): New function.
18688         (gnus-agent-fetch-articles):
18689         Use gnus-agent-update-files-total-fetched-for to increment disk space
18690         used.
18691         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18692         Use gnus-agent-update-view-total-fetched-for to increment disk space
18693         used.
18694         (gnus-agent-get-local): Add optional parameters to avoid calling
18695         gnus-group-real-name and gnus-find-method-for-group.
18696         (gnus-agent-set-local): Delete stored entry if either min, or max,
18697         are nil.
18698         (gnus-agent-fetch-session): Reworded error/quit messages.
18699         On quit, use gnus-agent-regenerate-group to record existance of any
18700         articles fetched to disk before the quit occurred.
18701         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18702         gnus-agent-update-view-total-fetched-for, and
18703         gnus-agent-update-files-total-fetched-for to decrement disk space
18704         used.
18705         (gnus-agent-retrieve-headers):
18706         Use gnus-agent-update-view-total-fetched-for to increment disk space
18707         used.
18708         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18709         with gnus-agent-update-files-total-fetched-for to decrement disk
18710         space and fresh group buffer.
18711         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18712         (gnus-agent-need-update-total-fetched-for): New variable.
18713         (gnus-agent-update-files-total-fetched-for): New function.
18714         (gnus-agent-update-view-total-fetched-for): New function.
18715         (gnus-agent-total-fetched-for): New function.
18716
18717         * gnus-cache.el (gnus-cache-save-buffers):
18718         Use gnus-cache-update-overview-total-fetched-for to change disk space
18719         used by this group.
18720         (gnus-cache-possibly-enter-article):
18721         Use gnus-cache-update-file-total-fetched-for to increment disk space
18722         used by this group.
18723         (gnus-cache-possibly-remove-article):
18724         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18725         used by this group.
18726         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18727         (gnus-cache-rename-group): New function.
18728         (gnus-cache-delete-group): New function.
18729         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18730         (gnus-cache-need-update-total-fetched-for): New variable.
18731         (gnus-cache-with-refreshed-group): New macro.
18732         (gnus-cache-update-file-total-fetched-for): New function.
18733         (gnus-cache-update-overview-total-fetched-for): New function.
18734         (gnus-cache-rename-group-total-fetched-for): New function.
18735         (gnus-cache-delete-group-total-fetched-for): New function.
18736         (gnus-cache-total-fetched-for): New function.
18737
18738         * gnus-group.el: Require gnus-sum and autoload functions to
18739         resolve warnings when gnus-group.el compiled alone.
18740         (gnus-group-line-format): Documented new %F.
18741         (size of Fetched data) group line format; identifies disk space
18742         used by agent and cache.
18743         (gnus-group-line-format-alist): Defined new F format.
18744         (gnus-total-fetched-for): New function.
18745         (gnus-group-delete-group): No longer update
18746         gnus-cache-active-altered as gnus-request-delete-group now keeps
18747         the cache in sync.
18748         (gnus-group-list-active): Let the agent store a server's active
18749         list if currently plugged.
18750
18751         * gnus-int.el (gnus-request-delete-group):
18752         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18753         local disk in sync with the server.
18754         (gnus-request-rename-group):
18755         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18756         local disk in sync with the server.
18757
18758         * gnus-start.el (gnus-get-unread-articles):
18759         Cosmetic simplification to logic.
18760
18761         * gnus-util.el (gnus-rename-file): New function.
18762
18763 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18764
18765         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18766
18767 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18768
18769         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18770         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18771
18772 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18775         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18776
18777 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18778
18779         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18780
18781 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * spam.el (spam-set-difference): Add function to replace
18784         gnus-set-difference in spam.el.
18785         (spam-summary-prepare-exit): Use spam-set-difference.
18786
18787 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18788
18789         * gnus-registry.el (gnus-registry-cache-file): Update to use
18790         gnus-dribble-directory OR gnus-home-directory OR ~.
18791         (gnus-registry-split-fancy-with-parent): Fix doc.
18792
18793 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * message.el (message-exchange-point-and-mark):
18796         Use message-mark-active-p.  Suggested by Jesper Harder
18797         <harder@ifa.au.dk>.
18798
18799 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * message.el (message-exchange-point-and-mark): Don't activate
18802         region if it was inactive.  Suggested by Hiroshi Fujishima
18803         <pooh@nature.tsukuba.ac.jp>.
18804
18805 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * gnus-art.el (article-display-face): Display Faces in the same
18808         order as X-Faces.
18809
18810 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18813
18814 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18817         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18818         (gnus-article-mime-hierarchy): Remove.
18819         (gnus-article-mime-hierarchy-next): Remove.
18820         (gnus-article-mode): Revert 2004-03-19 change.
18821         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18822         (gnus-insert-mime-button): Revert 2004-03-19 change.
18823         (gnus-mime-accumulate-hierarchy): Remove.
18824         (gnus-mime-enter-multipart): Remove.
18825         (gnus-mime-leave-multipart): Remove.
18826         (gnus-mime-display-part): Revert 2004-03-19 change.
18827         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18828
18829         * mml.el (mml-preview): Revert 2004-03-19 change.
18830
18831 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18832
18833         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18834
18835 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18838         t while entering a file name using the mm-with-multibyte macro.
18839         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18840
18841         * mm-util.el (mm-with-multibyte): New macro.
18842
18843 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18846         New user option.
18847         (gnus-mime-multipart-functions): Doc and customization fix.
18848         (gnus-article-mime-hierarchy): New variable.
18849         (gnus-article-mime-hierarchy-next): New variable.
18850         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18851         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18852         gnus-article-mime-hierarchy-next to nil.
18853         (gnus-insert-mime-button): Show hierarchy numbers.
18854         (gnus-mime-accumulate-hierarchy): New function.
18855         (gnus-mime-enter-multipart): New function.
18856         (gnus-mime-leave-multipart): New function.
18857         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18858         (gnus-mime-display-alternative): Show hierarchy numbers.
18859
18860         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18861         gnus-article-mime-hierarchy-next to nil.
18862
18863 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18864
18865         * dns.el: Don't require gnus-xmas.
18866
18867 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18868
18869         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18870         inline PGP.
18871         (mml-menu): Disable mml-quote-region if mark is inactive.
18872
18873 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18876         when the group's active is not available.
18877
18878 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18881         error.
18882
18883 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * imap.el (imap-store-password): New variable.
18886         (imap-interactive-login): Use it.
18887         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18888
18889 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18892         window-start and hscroll to summary window.
18893
18894 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18895
18896         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18897         conversion message to newsrc-dribble when an actual conversion is
18898         performed.
18899
18900 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18901
18902         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18903
18904 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * mm-decode.el (mm-complicated-handles): New function reviving
18907         former definition of mm-multiple-handles.
18908
18909         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18910         (gnus-mime-delete-part): Use it.
18911
18912 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18913
18914         * gnus-agent.el (gnus-agent-read-local):
18915         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18916         avoid the implicit assumption that they will always be equal.
18917         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18918         coding-system-for-write, as the with-temp-file macro first prints
18919         to a buffer then saves the buffer.
18920
18921 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (gnus-article-edit-part): New function.
18924         (gnus-mime-save-part-and-strip): Use it; do query instead of
18925         signaling an error; don't use mm-multiple-handles.
18926         (gnus-mime-delete-part): Ditto.
18927
18928 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18929
18930         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18931         old file versions.
18932         (gnus-group-prepare-hook): Remove function that converted list
18933         form of gnus-agent-expire-days to group properties.
18934
18935         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18936         (gnus-request-accept-article): Re-indented.
18937
18938         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18939         converters to handle old agent file formats.  Add logic for a
18940         "backup before upgrading warning".
18941         (gnus-convert-mark-converter-prompt): Developers can mark
18942         functions as needing (default), or not needing,
18943         gnus-convert-old-newsrc's "backup before upgrading warning".
18944         (gnus-convert-converter-needs-prompt): Tests whether the user
18945         should be protected from potentially irreversable changes by the
18946         function.
18947
18948         * legacy-gnus-agent.el: New.  Provides converters that are only
18949         loaded when gnus-convert-old-newsrc needs to call them.
18950
18951 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * mail-source.el (mail-source-touch-pop): Doc fix.
18954
18955         * message.el (message-smtpmail-send-it): Doc fix.
18956
18957 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18958
18959         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18960
18961         * nnmail.el (nnmail-split-fancy): do.
18962
18963         * gnus-kill.el (gnus-kill, gnus-execute): do.
18964
18965 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18966
18967         * gnus-sum.el (gnus-widget-reversible-match)
18968         (gnus-widget-reversible-to-internal)
18969         (gnus-widget-reversible-to-external): New functions.
18970         (gnus-widget-reversible): New widget.
18971         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18972
18973 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18974
18975         * gnus-sum.el (gnus-thread-sort-functions)
18976         (gnus-article-sort-functions): Document `(not F)' items.
18977
18978 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18979
18980         * spam.el (spam-use-gmane-xref): Add new backend.
18981         (spam-gmane-xref-spam-group): Add variable to control the name of the
18982         Gmane spam group.
18983         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18984         (spam-regex-headers-spam, spam-regex-headers-ham)
18985         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18986         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18987         backends and checks.
18988         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18989
18990         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18991         an autodetect method.
18992
18993 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18994
18995         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18996         articles are being added to a group.
18997         (gnus-request-replace-article): Inform the agent that articles
18998         need to be uncached as the cached contents are no longer valid.
18999
19000 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * binhex.el: Don't autoload executable-find.
19003
19004         * canlock.el: Don't autoload mail-fetch-field.
19005
19006         * dgnushack.el: Autoload c-mode for XEmacs.
19007
19008         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19009
19010         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19011         rmail-dont-reply-to and rmail-output.
19012
19013         * gnus-score.el: Don't autoload ffap-string-at-point.
19014
19015         * gnus-setup.el: Don't autoload sc-cite-original.
19016
19017         * imap.el: Don't autoload base64-decode-string,
19018         base64-encode-string and md5.
19019
19020         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19021         and rmail-msg-restore-non-pruned-header.
19022
19023         * mm-decode.el: Don't autoload executable-find.
19024
19025         * mm-url.el: Don't autoload executable-find.
19026
19027         * mm-view.el: Don't autoload diff-mode.
19028
19029         * nndb.el: Don't autoload news-reply-mode, news-setup,
19030         cancel-timer and telnet.
19031
19032         * password.el: Don't autoload run-at-time for Emacs.
19033
19034         * sha1-el.el: Don't autoload executable-find.
19035
19036         * sieve-mode.el: Don't autoload c-mode.
19037
19038         * uudecode.el: Don't autoload executable-find.
19039
19040 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19041
19042         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19043         (gnus-agent-possibly-alter-active): Avoid null in numeric
19044         comparison.
19045         (gnus-agent-set-local): Refuse to save null in local object table.
19046         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19047         list of articles that will be marked as unread.
19048
19049 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19052
19053 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19054
19055         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19056         language tags.
19057
19058 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19059
19060         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19061         Don't bind "obarray".
19062
19063         * gnus-sum.el (gnus-thread-sort-functions):
19064         Add `gnus-thread-sort-by-most-recent-number' and
19065         `gnus-thread-sort-by-most-recent-date'.
19066         Reported by Kai Grossjohann <kai@emptydomain.de>.
19067
19068 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19071
19072 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19073
19074         * gnus-cus.el (gnus-agent-customize-category):
19075         Remove ignore-errors macro reference that required cl to be loaded at
19076         run-time.
19077
19078         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19079         single-interval range of the form (min . max).  Previously the
19080         range had to look like ((min . max)).  Likewise, return
19081         (min . max) rather than ((min . max)).
19082         (gnus-range-map): Use gnus-range-normalize to accept
19083         single-interval range.
19084
19085         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19086         the cache, but not the agent, now appear with their usual face.
19087
19088         * dgnushack.el (loaddir): New variable that is bound to the
19089         directory containing the dgnushack.el file. Use loaddir, rather
19090         than srcdir, to update load-path. Change lets dgnushack compile
19091         code in directories other than GNUS/lisp.
19092
19093 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * lpath.el: Don't bind w3m-safe-url-regexp.
19096
19097         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19098         w3m-safe-url-regexp variable buffer-local.
19099
19100         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19101
19102 2004-02-27  Simon Josefsson  <jas@extundo.com>
19103
19104         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19105         gnus-group-real-prefix.
19106         (gnus-summary-move-article): Use it, instead of
19107         gnus-group-real-prefix.
19108
19109 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * lpath.el: Bind w3m-safe-url-regexp.
19112
19113         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19114         w3m-safe-url-regexp variable buffer-local and set it as the value
19115         of mm-w3m-safe-url-regexp.
19116
19117         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19118
19119         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19120         parsing gnus-posting-styles when the message is not for replying.
19121
19122         * dgnushack.el: Autoload sgml-mode for XEmacs.
19123
19124         * nnrss.el (nnrss-opml-export):
19125         Use mm-set-buffer-file-coding-system instead of
19126         set-buffer-file-coding-system.
19127
19128 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19131         of checkdoc.el).
19132         * nnrss.el: do.
19133         * gnus-mlspl.el: do.
19134         * gnus-ml.el: do.
19135         * gnus-srvr.el: do.
19136
19137         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19138
19139 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19140
19141         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19142         Corrections to custom-manual links.
19143
19144         * gnus-art.el (gnus-article): Ditto.
19145
19146         * mm-decode.el (mime-display, mime-security): Ditto.
19147
19148 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * flow-fill.el: Typo.
19151
19152 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19153
19154         * spam-wash.el: New file.
19155
19156 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19157
19158         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19159
19160 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19161
19162         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19163         to be run with new-articles as LIST1, not LIST2.
19164         (spam-registration-functions): Add spam-use-ham-copy as a nil
19165         registration backend.
19166
19167 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * spam-stat.el (spam-stat-washing-hook): New option.
19170         (spam-stat-buffer-words): Use it.
19171         (spam-stat-process-directory, spam-stat-test-directory):
19172         Use insert-file-contents-literally.
19173         (spam-stat-coding-system): New variable.
19174         (spam-stat-load, spam-stat-save): Use it.
19175
19176 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * spam-report.el (spam-report-plug-agent):
19179         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19180
19181 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19184         Allow / in mailto URLs.
19185
19186 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * spam-report.el (spam-report-process-queue): Fix interactive use.
19189         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19190         (spam-report-unplug-agent): Doc fixes.
19191         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19192         (spam-report-agentize, spam-report-deagentize): Autoload.
19193
19194 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19197
19198         * message.el (message-setup-fill-variables): Add mml tags to
19199         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19200         <ajk@iu.edu>.
19201         (message-mode): Don't modify paragraph-separate there.
19202
19203 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * compface.el (uncompface-use-external): Default to undecided.
19206         (uncompface-use-external-threshold): New variable.
19207         (uncompface-float-time): New macro.
19208         (uncompface): Determine whether to use the external decoder if
19209         uncompface-use-external is undecided.
19210
19211 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19212
19213         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19214         after images.
19215
19216         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19217
19218 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19219
19220         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19221
19222         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19223
19224         * gnus-sum.el (gnus-summary-limit-to-age)
19225         (gnus-summary-limit-children): do.
19226
19227         * gnus-int.el (gnus-request-scan): do.
19228
19229         * gnus-group.el (gnus-group-suspend): do.
19230
19231         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19232
19233         * gnus-cite.el (gnus-cite-parse-attributions): do.
19234
19235         * gnus-agent.el (gnus-summary-set-agent-mark)
19236         (gnus-agent-regenerate-group): do.
19237
19238         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19239
19240         * binhex.el (binhex-decode-region-internal): do.
19241
19242 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * gnus-fun.el (gnus-face-properties-alist): New user option.
19245         (gnus-display-x-face-in-from): Use it.
19246
19247         * gnus-art.el (article-display-face): Ditto.
19248
19249         * compface.el (uncompface-use-external): Default to nil.
19250
19251 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19252
19253         * nntp.el (nntp-erase-buffer): New function.
19254         (nntp-retrieve-data, nntp-send-command)
19255         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19256         (nntp-possibly-change-group): Use it.
19257
19258         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19259         Use with-current-buffer.
19260
19261 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19262
19263         * compface.el: Merge the ELisp-based uncompface program.
19264         (compface): New customization group.
19265         (uncompface-use-external): New user option.
19266         (uncompface): Call uncompface-internal if uncompface-use-external
19267         is nil.
19268         (uncompface-internal): New function.  Note that there are also
19269         some other functions and variables added for this function.
19270
19271 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19272
19273         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19274         if necessary.
19275
19276 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19277
19278         * spam-report.el (spam-report-unplug-agent)
19279         (spam-report-plug-agent, spam-report-deagentize)
19280         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19281         Add support for the Agent in spam-report: when unplugged, report to a
19282         file; when plugged, submit all the requests.
19283
19284         * spam.el (spam-register-routine): Fix message about
19285         registration.
19286
19287 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19290         dependencies.
19291         (rfc2047-encode): Use it.
19292
19293         * gnus-art.el (gnus-button-marker-list): Move before first
19294         reference.
19295
19296         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19297         (imap-parse-body): Fix format string mismatch.
19298
19299         * gnus-score.el (gnus-summary-increase-score): do.
19300
19301         * nnrss.el (nnrss-close): New function.
19302
19303 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19304
19305         * nnrss.el (nnrss-make-filename): New function.
19306         (nnrss-request-delete-group, nnrss-read-server-data)
19307         (nnrss-save-server-data, nnrss-read-group-data)
19308         (nnrss-save-group-data): Use it.
19309         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19310         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19311         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19312
19313 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19314
19315         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19316
19317 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19320         files.
19321
19322         * message.el (message-generate-headers-first): Don't quote nil
19323         and t in docstrings.
19324
19325         * imap.el (imap-id): do.
19326
19327         * gnus-agent.el (gnus-agent-consider-all-articles)
19328         (gnus-agent-queue-mail): do.
19329
19330 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * spam-report.el (spam-report-process-queue): New function.
19333         Process requests from `spam-report-requests-file'.
19334         (spam-report-process-queue): Doc fix.
19335
19336 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19337
19338         * spam.el (spam-register-routine)
19339         (spam-log-processing-to-registry, spam-log-registered-p)
19340         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19341         Change "check" to "spam-check" for semi-clarity.
19342
19343 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19344
19345         * pop3.el: Require nnheader.
19346
19347         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19348
19349         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19350
19351         * gnus-picon.el: Require cl.
19352
19353         * gnus-fun.el: Require gnus-ems and gnus-util.
19354
19355         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19356
19357         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19358
19359         * gnus-art.el (gnus-article-edit-mode): Define before first
19360         reference.
19361
19362 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19365         (gnus-uu-post-encoded): Use point-at-bol.
19366
19367         * gnus-topic.el (gnus-group-active-topic-p): do.
19368
19369         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19370
19371         * gnus-group.el (gnus-group-kill-region): do.
19372
19373         * gnus-art.el (article-date-ut): do.
19374
19375         * message.el (message-fetch-field): Remove redundant
19376         case-fold-search binding.
19377         (message-narrow-to-field): Simplify.
19378
19379 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19380
19381         * spam.el (spam-directory): Derive from `gnus-directory'.
19382
19383         * spam-report.el (spam-report-url-to-file)
19384         (spam-report-requests-file): New function and variable for offline
19385         reporting.
19386         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19387         and user defined function.
19388         (spam-report-url-ping-mm-url): Remove doubled slash.
19389
19390 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19391
19392         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19393
19394 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19397         Fix format string mismatch.
19398
19399         * sieve.el (sieve-deactivate-all): do.
19400
19401         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19402
19403         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19404
19405         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19406
19407         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19408
19409 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19410
19411         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19412         the list of checks.
19413
19414 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19415
19416         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19417         padding.
19418
19419 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19420
19421         * mm-view.el (mm-fill-flowed): New variable.
19422         (mm-inline-text): Use it.
19423
19424 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19425
19426         * spam.el (spam-spamassassin-register-ham-routine)
19427         (spam-spamassassin-register-spam-routine): Fix function names.
19428
19429 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * gnus.el (gnus-tmp-grouplens): Remove.
19432         (gnus-summary-line-format): Remove grouplens.
19433
19434         * gnus-group.el (gnus-group-line-format): Ditto.
19435
19436         * gnus-spec.el (gnus-format-specs): Ditto.
19437         (gnus-update-format-specifications): Flush the group format spec
19438         cache if there's the grouplens stuff.
19439         (gnus-parse-simple-format): Replace %l with the empty string.
19440
19441 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19442
19443         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19444         omission.
19445
19446 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19449         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19450
19451 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19452
19453         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19454         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19455         New macros and functions.
19456         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19457         Handle > NLINK_MAX messages.
19458         * nnmaildir.el (nnmaildir-request-set-mark):
19459         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19460
19461 2004-01-25  Alex Schroeder  <alex@gnu.org>
19462
19463         * spam-stat.el (spam-stat-process-directory-age): New option.
19464         (spam-stat-process-directory): Use it.
19465
19466 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19467
19468         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19469         (spam-stat-save): Accept prefix argument.
19470
19471 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19472
19473         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19474         links" error.
19475
19476 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19479         the rest of the and/or forms.
19480
19481 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19482
19483         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19484         compatibility with old .newsrc.eld files.
19485
19486         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19487
19488         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19489
19490         * gnus-start.el (gnus-1): do.
19491
19492         * gnus-group.el (gnus-group-line-format-alist): do.
19493
19494         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19495
19496         * gnus-gl.el: Remove.
19497
19498 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19499
19500         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19501         marks consisting of a single range {for example, (3 . 5)} rather
19502         than a list of a single range { ((3 . 5)) }.
19503
19504 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19505
19506         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19507         Use with-current-buffer.
19508         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19509         avoid consing a string.
19510
19511         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19512         Remove obsolete entries for big5 and gb2312.
19513
19514 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19515
19516         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19517         uncompressed list.
19518
19519 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19520
19521         * spam-stat.el (spam-stat-strip-xref): New function.
19522         (spam-stat-process-directory): Use it.
19523
19524         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19525         here -- it's done in message-fetch-field.
19526
19527 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19528
19529         * gnus-agent.el (gnus-agent-queue-mail)
19530         (gnus-agent-prompt-send-queue): New variables.
19531         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19532         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19533         "nndraft:queue" along to gnus-draft-send.
19534         Use gnus-agent-prompt-send-queue.
19535         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19536         is "nndraft:queue".  Suggested by Gaute Strokkenes
19537         <gs234@srcf.ucam.org>
19538
19539         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19540         (agent-enable-undownloaded-faces): Add.
19541         (gnus-agent-cat-groups): Use eval-and-compile, not
19542         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19543         method of gnus-agent-cat-groups even when the buffer has been
19544         evaled.
19545         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19546         delete gnus-agent-save-active-1.
19547         (gnus-agent-save-groups): Delete.  Identical to
19548         gnus-agent-save-active.
19549         (gnus-agent-write-active): No longer adjust agent's copy of active
19550         file as agent's adjustments are now stored in their own
19551         file.  Remove optional parameter.
19552         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19553         servers.  Add use of min/max range limits from server's local
19554         file.
19555         (gnus-agent-save-alist): Remove unused optional argument.
19556         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19557         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19558         (gnus-agent-set-local): A per-server file that keeps min/max range
19559         limits for articles known to the agent.  Provides a fast mechanism
19560         for altering many active ranges.
19561         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19562         active file (local makes it unnecessary).
19563         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19564
19565         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19566         (agent-enable-undownloaded-faces): Add.
19567
19568         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19569         disable it when sending to "nndraft:queue".
19570         (gnus-group-send-queue): Add safety check to avoid sending queue
19571         when unplugged.
19572
19573         * gnus-group.el (gnus-group-catchup): Use new
19574         gnus-sequence-of-unread-articles, not
19575         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19576         numbers of articles.  Use gnus-range-map to avoid having to
19577         uncompress the unread list.
19578         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19579         Fix invalid ange-ftp reference.
19580
19581         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19582         (gnus-sorted-range-intersection): Intersection of two ranges
19583         without requiring that they first be uncompressed.
19584
19585         * gnus-start.el (gnus-activate-group): Unless blocked by the
19586         caller, possibly expand the active range to include both cached
19587         and agentized articles.
19588         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19589         multiple version-dependent converters.
19590         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19591         gnus-agent-save-active.
19592         (gnus-save-newsrc-file): Save dirty agent range limits.
19593
19594         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19595         gnus-agent-possibly-alter-active.
19596         (gnus-adjust-marked-articles): Faster handling of simple lists.
19597
19598 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19599
19600         * spam-stat.el (spam-stat-test-directory): New optional argument
19601         displays a list of files detected.  Suggested by Andrew Cohen
19602         <cohen@andy.bu.edu>.
19603         (spam-stat-buffer-words-with-scores): Don't narrow and change
19604         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19605
19606 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19607
19608         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19609         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19610         (spam-spamassassin-arguments)
19611         (spam-spamassassin-spam-flag-header)
19612         (spam-spamassassin-positive-spam-flag-header)
19613         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19614         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19615         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19616         (spam-list-of-processors, spam-list-of-checks)
19617         (spam-list-of-statistical-checks, spam-registration-functions)
19618         (spam-check-spamassassin-headers, spam-check-spamassassin)
19619         (spam-spamassassin-score)
19620         (spam-spamassassin-register-with-sa-learn)
19621         (spam-spamassassin-register-spam-routine)
19622         (spam-spamassassin-register-ham-routine)
19623         (spam-assassin-register-spam-routine)
19624         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19625         (spam-bogofilter-score): Fix to show article before scoring.
19626
19627 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19628
19629         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19630         default scoring function.
19631         (spam-generic-score): Call spam-spamassassin-score if
19632         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19633         spam-bogofilter-score otherwise.
19634
19635         * gnus.el (spam-process, spam-autodetect-methods):
19636         Add spamassassin and spamassassin-headers.
19637
19638 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19639
19640         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19641         Suppress unnecessary messages.
19642
19643 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19644
19645         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19646         make-hash-table.
19647
19648 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * canlock.el (base64-encode-string): Don't autoload it.
19651
19652 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * run-at-time.el: Remove useless (require 'itimer),
19655         eval-and-compile and (featurep 'xemacs).
19656
19657 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19658
19659         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19660         GROUP is a virtual group.
19661
19662 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19663
19664         * gnus.el: Autoload `message-y-or-n-p'.
19665
19666 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19667
19668         * pgg-parse.el: Remove unnecessary (require 'custom).
19669
19670         * pgg-def.el: do.
19671
19672         * nnmail.el: do.
19673
19674         * gnus-undo.el: do.
19675
19676         * gnus-picon.el: do.
19677
19678         * gnus-util.el: do.
19679
19680 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19681
19682         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19683
19684 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19687         handle, as well as a list.
19688
19689         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19690         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19691         (mm-w3m-cid-retrieve): Simplify.
19692
19693 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19694
19695         * message.el (message-kill-to-signature): Allow prefix arg to
19696         specify number of lines to keep before signature.
19697
19698 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19699
19700         * message.el (message-kill-to-signature): Change docstring.
19701
19702 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * canlock.el: Always require sha1-el.
19705         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19706
19707         * message.el: Autoload sha1 only when compiling.
19708
19709         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19710         eudc-expand-inline for XEmacs.
19711
19712 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * message.el (message-canlock-generate): Require sha1-el.
19715
19716 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * message.el (message-expand-name): Silence the byte compiler.
19719
19720         * lpath.el: Add detect-coding-system.
19721
19722         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19723         cus-edit.
19724
19725 2004-01-13  Simon Josefsson  <jas@extundo.com>
19726
19727         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19728         Invoke gnus-score-mode.
19729         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19730
19731         * gnus-range.el (gnus-compress-sequence): Doc fix.
19732         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19733
19734 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19735
19736         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19737
19738 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19739
19740         * spam.el (spam-get-article-as-string): Update to use
19741         gnus-request-article-this-buffer, much simpler.
19742         (spam-get-article-as-buffer): Remove.
19743
19744 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19745
19746         * message.el (message-expand-name): Use EUDC if the user uses that.
19747
19748 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19749
19750         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19751         character for the encoding to avoid consing a string.
19752
19753         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19754         unnecessarily.
19755
19756         * mm-util.el (mm-replace-chars-in-string): Remove.
19757
19758         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19759         of mm-replace-chars-in-string.
19760
19761 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19762
19763         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19764
19765         * mm-util.el (mm-subst-char-in-string): Support inplace.
19766
19767         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19768         a new string in every iteration.  Use shy groups.
19769
19770 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19771
19772         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19773         * gnus-soup.el (gnus-soup-group-brew):
19774         * gnus-msg.el (gnus-put-message):
19775         * gnus-move.el (gnus-group-move-group-to-server):
19776         * gnus-kill.el (gnus-batch-score):
19777         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19778         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19779         (gnus-group-update-group, gnus-group-read-group)
19780         (gnus-group-make-group, gnus-group-make-help-group)
19781         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19782         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19783         (gnus-group-sort-by-unread, gnus-group-catchup)
19784         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19785         (gnus-group-yank-group, gnus-group-set-info)
19786         (gnus-group-list-groups):
19787         * gnus.el (gnus-generate-new-group-name):
19788         * gnus-delay.el (gnus-delay-send-queue):
19789         * nnvirtual.el (nnvirtual-catchup-group):
19790         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19791         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19792         (gnus-group-prepare-topics, gnus-topic-check-topology):
19793         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19794         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19795         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19796         (gnus-group-make-articles-read):
19797         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19798         (gnus-group-change-level, gnus-kill-newsgroup)
19799         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19800         (gnus-get-unread-articles, gnus-make-articles-unread)
19801         (gnus-make-ascending-articles-unread): Use accessor
19802         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19803         to get group information for improved readability.
19804
19805
19806 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19807
19808         * gnus-art.el (article-decode-mime-words, article-babel)
19809         (gnus-article-highlight-signature, gnus-article-add-buttons)
19810         (gnus-signature-toggle): Use gnus-with-article-buffer.
19811
19812         * gnus-art.el (gnus-article-highlight-headers)
19813         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19814
19815         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19816         (gnus-article-set-globals, gnus-request-article-this-buffer)
19817         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19818         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19819         (gnus-mime-display-alternative): Use with-current-buffer.
19820
19821 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19822
19823         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19824         also under 80 char limit, and call gnus-error if needed.
19825         (spam-fetch-article-header): Fix - it was a
19826         buffer-local variable (gnus-newsgroup-data).
19827         (spam-find-spam): Use spam-generate-fake-headers, forget about
19828         spam-insert-fake-headers.
19829         (spam-insert-fake-headers): Remove.
19830
19831 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19832
19833         * deuglify.el (gnus-article-outlook-unwrap-lines)
19834         (gnus-outlook-rearrange-article)
19835         (gnus-outlook-repair-attribution-outlook)
19836         (gnus-outlook-repair-attribution-block)
19837         (gnus-outlook-repair-attribution-other): Remove redundant
19838         save-excursion.
19839
19840 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19841
19842         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19843         (spam-fetch-field-subject-fast)
19844         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19845         (spam-fetch-article-header): Add functions to deal with Gnus
19846         internals for fast retrieval of article header data.
19847         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19848
19849 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * pop3.el (pop3-md5): Remove.
19852         (pop3-apop): Replace pop3-md5 with md5.
19853
19854         * mm-bodies.el: base64 is always built-in.
19855
19856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19857         Use with-current-buffer.
19858
19859 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * canlock.el (canlock-insert-header): Remove excessive grouping in
19862         regexp.
19863
19864         * gnus-sum.el (gnus-summary-read-document): Ditto.
19865
19866         * gnus-uu.el (gnus-uu-part-number): Ditto.
19867
19868         * html2text.el (html2text-remove-tags): Ditto.
19869         (html2text-format-tags): Ditto.
19870         (html2text-format-single-elements): Ditto.
19871
19872         * mml.el (mml-parse-1): Ditto.
19873
19874 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19875
19876         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19877
19878         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19879
19880         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19881
19882         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19883
19884 2003-11-15  Simon Josefsson  <jas@extundo.com>
19885
19886         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19887         (pgg-gpg-lookup-key): Use regexp match instead of
19888         split-string (split-string is different between emacs 21.2 and
19889         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19890
19891 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19892
19893         * gnus-art.el (gnus-mime-view-all-parts)
19894         (gnus-article-part-wrapper, gnus-article-view-part):
19895         Use with-current-buffer.
19896
19897 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19898
19899         * spam.el (spam-disable-spam-split-during-ham-respool)
19900         (spam-spamoracle-database, spam-cache-lookups)
19901         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19902         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19903         (spam-group-ham-marks, spam-group-spam-marks)
19904         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19905         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19906         also add spam-use-blackholes to the statistical checks.
19907         (spam-fetch-field-fast): Add interface to fetching fields, may
19908         become a macro.
19909         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19910         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19911         (spam-insert-fake-headers): Fake an article when needed.
19912         (spam-find-spam): Fake article when possible.
19913         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19914         (spam-check-bogofilter-headers): Use message-fetch-field instead
19915         of nnmail-fetch-field.
19916
19917 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19918
19919         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19920
19921 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19922
19923         * spam.el (spam-split): Do not require spam-use-CHECK to be
19924         enabled if that check is passed to spam-split explicitly; also
19925         fix so 'spam doesn't get converted to spam-split-group when
19926         spam-split-symbolic-return is t.
19927         (spam-find-spam): Find registrations of the article and use those
19928         instead of re-running spam-split to find the spam/ham
19929         classification of the article.
19930         (spam-log-processing-to-registry, spam-log-registered-p)
19931         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19932         Use gnus-error instead of gnus-message.
19933         (spam-log-registration-type): Add function to determine the
19934         classification of a message based on registry entries; will
19935         return nil if both 'spam and 'ham are found.
19936         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19937         a reasonably fast local cache without the loading errors.
19938         (spam-cache-lookups): Set to t by default.
19939         (spam-find-spam): Don't try to guess spam-cache-lookups.
19940         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19941         spam-caches entry.
19942         (spam-filelist-build-cache, spam-filelist-check-cache):
19943         Fix caching of whitelist/blacklist entries.
19944         (spam-check-whitelist, spam-check-blacklist):
19945         Invoke spam-from-listed-p with a type, not a cache variable.
19946         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19947
19948 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19951
19952         * nnmail.el (nnmail-split-fancy): do.
19953
19954         * mml.el (mml-parse): do.
19955
19956         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19957         (gnus-score-adaptive): do.
19958
19959 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19962         (gnus-mime-button-map): Don't set keymap parent.
19963         (gnus-button-ctan-directory-regexp): Use shy grouping.
19964         (gnus-prev-page-map): Don't set keymap parent.
19965         (gnus-prev-page-map): Remove duplicated one.
19966         (gnus-next-page-map): Don't set keymap parent.
19967         (gnus-mime-security-button-map): Ditto.
19968
19969         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19970         version number.
19971
19972         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19973
19974 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * canlock.el (canlock-sha1-function): Remove.
19977         (canlock-sha1-function-for-verify): Remove.
19978         (canlock-openssl-program): Remove.
19979         (canlock-openssl-args): Remove.
19980         (canlock-ignore-errors): Remove.
19981         (canlock-sha1-with-openssl): Remove.
19982         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19983         (canlock-verify): Don't use canlock-ignore-errors.
19984
19985         * sha1-el.el (sha1-string-external): Make it can return a string
19986         in binary form.
19987         (sha1-region-external): Ditto.
19988         (sha1-string-internal): Ditto.
19989         (sha1-region-internal): Ditto.
19990         (sha1-region): Ditto.
19991         (sha1-string): Ditto.
19992         (sha1): Ditto.
19993
19994 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19995
19996         * spam.el (spam-report-articles-gmane): New command.
19997
19998 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20001
20002         * run-at-time.el (run-at-time-saved): Remove.
20003         (run-at-time): Doc fix.
20004
20005 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20008         (gnus-summary-limit-map): Add it.
20009         (gnus-summary-make-menu-bar): do.
20010
20011 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20012
20013         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20014         Make attempt at some caching support (done for BBDB only now).
20015         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20016         addresses to be checked.
20017         (spam-clear-cache-BBDB): Add function, to be invoked by
20018         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20019         (spam-check-BBDB): Check and use the caches, if
20020         spam-cache-lookups is on, remove superfluous (provide).
20021
20022 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20025
20026 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20027
20028         * run-at-time.el (run-at-time-saved): Move to after the definition
20029         of `run-at-time'.
20030
20031         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20032
20033 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20036         mm-w3m-local-map-property.
20037
20038         * mm-view.el (mm-w3m-mode-map): Remove.
20039         (mm-w3m-local-map-property): Remove.
20040         (mm-inline-text-html-render-with-w3m): Don't use
20041         mm-w3m-local-map-property.
20042
20043 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20044
20045         * run-at-time.el: New file.
20046
20047         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20048         under Emacs.
20049
20050         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20051         of gnus-set-text-properties.
20052
20053         * gnus-uu.el (gnus-uu-save-article): Ditto.
20054
20055         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20056
20057         * gnus-cite.el (gnus-cite-parse): Ditto.
20058
20059         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20060         of gnus-.
20061
20062         * gnus-xmas.el (run-at-time): Require run-at-time.
20063
20064         * gnus.el: Change calls to nnheader-run-at-time and
20065         password-run-at-time throughout to use run-at-time directly.
20066
20067         * password.el: Remove definition of run-at-time.
20068
20069         * nnheaderxm.el: Remove definition of run-at-time.
20070
20071 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20072
20073         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20074         in prompt.
20075
20076 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20077
20078         * messagexmas.el (message-xmas-redefine): Alias
20079         `message-make-caesar-translation-table' to
20080         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20081         version.
20082
20083         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20084         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20085         `gnus-xmas-set-text-properties'.
20086         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20087         `gnus-xmas-completing-read'.
20088         (gnus-xmas-completing-read): Removed.
20089         (gnus-xmas-open-network-stream): Removed.
20090
20091         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20092         XEmacs version.
20093
20094         * dns.el (dns-make-network-process): Use `open-network-stream'
20095         instead of `gnus-xmas-open-network-stream'.
20096
20097         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20098
20099         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20100
20101 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20102
20103         * gnus-art.el (gnus-mime-display-alternative)
20104         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20105         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20106         Don't use gnus-local-map-property.
20107
20108         * gnus-util.el (gnus-local-map-property): Remove.
20109
20110         * mm-view.el (mm-view-pkcs7-decrypt):
20111         Replace gnus-completing-read-maybe-default with completing-read.
20112
20113         * gnus-util.el (gnus-completing-read): do.
20114         (gnus-completing-read-maybe-default): Remove.
20115
20116 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20117
20118         * password.el: Only autoload `run-at-time' if not XEmacs.
20119         Only autoload the itimer functions if XEmacs.
20120
20121 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20122
20123         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20124         XEmacsen.
20125
20126         * dgnushack.el: Autoload executable-find for XEmacs.
20127
20128 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20129
20130         * gnus-art.el (gnus-read-string): Remove.
20131         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20132         read-string.
20133
20134 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20135
20136         * netrc.el: Autoload password-read.
20137         (netrc): Add configuration group.
20138         (netrc-encoding-method, netrc-openssl-path):
20139         Add variables for encoding and decoding of files with symmetric
20140         ciphers.
20141         (netrc-encode): Add assistant function to encode a file with
20142         netrc-encoding-method.
20143         (netrc-parse): Add interactive parameter, added optional
20144         decoding if netrc-encoding-method is non-nil but otherwise
20145         behavior is standard.
20146         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20147         Do s/encode/encrypt/ everywhere.
20148
20149         * spam.el: Remove executable-find autoload.
20150
20151 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20152
20153         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20154
20155         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20156
20157 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20158
20159         * gnus-art.el (gnus-treat-ansi-sequences)
20160         (article-treat-ansi-sequences): New variable and function.
20161         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20162
20163         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20164         Use it.
20165
20166 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * mm-util.el (mm-quote-arg): Remove.
20169
20170         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20171         shell-quote-argument.
20172
20173         * gnus-uu.el (gnus-uu-command): do.
20174
20175         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20176
20177         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20178         with make-char.
20179
20180         * mm-util.el (mm-make-char): Remove.
20181
20182         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20183         add-minor-mode.
20184
20185         * gnus-undo.el (gnus-undo-mode): do.
20186
20187         * gnus-topic.el (gnus-topic-mode): do.
20188
20189         * gnus-sum.el (gnus-dead-summary-mode): do.
20190
20191         * gnus-start.el (gnus-slave-mode): do.
20192
20193         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20194
20195         * gnus-ml.el (gnus-mailing-list-mode): do.
20196
20197         * gnus-gl.el (gnus-grouplens-mode): do.
20198
20199         * gnus-draft.el (gnus-draft-mode): do.
20200
20201         * gnus-dired.el (gnus-dired-mode): do.
20202
20203         * gnus-ems.el (gnus-add-minor-mode): Remove.
20204
20205         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20206         Replace gnus-char-width with char-width.
20207
20208         * gnus-ems.el (gnus-char-width): Remove.
20209
20210         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20211         Replace gnus-char-width with char-width.
20212
20213         * gnus-ems.el (gnus-char-width): Remove.
20214
20215         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20216         definition.
20217         Remove Emacs 20 hash table compatibility code.
20218
20219         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20220         20 compatibility code.
20221
20222         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20223
20224         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20225
20226         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20227         Replace with point-at-{eol,bol}.
20228
20229         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20230
20231         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20232
20233         * flow-fill.el (fill-flowed-point-at-bol)
20234         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20235
20236         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20237         Replace with point-at-{eol,bol} throughout all files.
20238
20239 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * ntlm.el (ntlm-string-as-unibyte): New macro.
20242         (ntlm-build-auth-response): Use it.
20243
20244         Remove Emacs 20 stuff:
20245         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20246         (butlast, mapc, remove): Remove the compiler macros.
20247         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20248         of delq and copy-sequence.
20249         * gnus-art.el (popup-menu): Remove the compiler macro.
20250         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20251         Emacs 20.
20252
20253 2004-01-05  Simon Josefsson  <jas@extundo.com>
20254
20255         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20256         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20257         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20258         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20259         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20260         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20261         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20262         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20263         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20264         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20265         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20266         string-xor into ntlm-string-xor.
20267         Suggested by Jesper Harder <harder@myrealbox.com>.
20268
20269         * ntlm.el: Don't include poem.
20270
20271         * md4.el (print-int32, print-string-hexa): Remove.
20272         Suggested by Jesper Harder <harder@myrealbox.com>.
20273
20274         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20275
20276         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20277         probably breaks emacs with DL patch, but do we care? Is anyone
20278         still using the DL stuff?)
20279
20280         * sieve-manage.el: Use the password package.
20281         (sieve-manage-read-passwd): Remove.
20282         (sieve-manage-interactive-login): Use password.  Re-add
20283         condition-case around loop.
20284
20285         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20286         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20287         Use the password package.
20288
20289 2003-02-19  Simon Josefsson  <jas@extundo.com>
20290
20291         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20292         token.
20293
20294 2002-08-07  Simon Josefsson  <jas@extundo.com>
20295
20296         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20297         (sieve-manage-authenticators):
20298         (sieve-manage-authenticator-alist): Add some SASL mechs.
20299         (sieve-sasl-auth): New function.
20300         (sieve-manage-cram-md5-auth):
20301         (sieve-manage-plain-auth): Rewrite using SASL library.
20302         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20303         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20304         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20305         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20306
20307 2004-01-05  Simon Josefsson  <jas@extundo.com>
20308
20309         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20310         New files.
20311
20312 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20313
20314         * gnus-group.el (gnus-no-groups-message): Update.
20315
20316         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20317
20318 2003-11-09  Simon Josefsson  <jas@extundo.com>
20319
20320         * imap.el: Support for ID IMAP extension (RFC 2971).
20321         (imap-local-variables): Add imap-id.
20322         (imap-id): New variable.
20323         (imap-id): New function.
20324         (imap-parse-response): Parse untagged ID response.
20325         * nnimap.el (nnimap-id): New variable.
20326         (nnimap-open-connection): Use it.
20327
20328 2003-12-28  Simon Josefsson  <jas@extundo.com>
20329
20330         * gnus-score.el (gnus-score-edit-all-score): New.
20331         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20332
20333 2004-01-04  Simon Josefsson  <jas@extundo.com>
20334
20335         * password.el: Add.
20336
20337 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20338
20339         * dns.el (dns-query-types): Fix typo.
20340         (dns-query-types): New function.
20341         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20342         PTR and SOA replies, see RFC 1035.
20343
20344 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20345
20346         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20347
20348         * Move to Changelog.2.
20349
20350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20351
20352         * gnus.el (gnus-version-number): Bump version.
20353
20354 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20355
20356         * gnus.el: No Gnus v0.1 is released.
20357
20358 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20359
20360         * gnus.el: No Gnus v0.0 is released.
20361
20362 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20363
20364         * gnus.el (gnus-version-number): Bump.
20365         (gnus-version): No.
20366
20367 See ChangeLog.2 for earlier changes.
20368
20369   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20370
20371   This file is part of GNU Emacs.
20372
20373   GNU Emacs is free software: you can redistribute it and/or modify
20374   it under the terms of the GNU General Public License as published by
20375   the Free Software Foundation, either version 3 of the License, or
20376   (at your option) any later version.
20377
20378   GNU Emacs is distributed in the hope that it will be useful,
20379   but WITHOUT ANY WARRANTY; without even the implied warranty of
20380   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20381   GNU General Public License for more details.
20382
20383   You should have received a copy of the GNU General Public License
20384   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20385
20386 ;; Local Variables:
20387 ;; coding: utf-8
20388 ;; fill-column: 79
20389 ;; add-log-time-zone-rule: t
20390 ;; End: