Change the Date defaults to showing a combined, continuosly updated "lapsed" format.
[gnus] / lisp / ChangeLog
1 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-next-page): When the last line of the
4         article is displayed, scroll down once more instead of going to the
5         next article at once.
6         (article-lapsed-string): Refactor out and allow specifying how many
7         segments you want.
8         (gnus-article-setup-buffer): Start updating the lapsed header directly.
9         (gnus-article-update-lapsed-header): New variable.
10
11         * shr.el: Revert change that made headings use different-sized faces.
12         The Emacs display engine isn't advanced enough that, for instance,
13         tables can comfortably use differntly-sized faces.
14
15 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
18         used.
19         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
20         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
21         we're using an encrypted connection.
22
23         * proto-stream.el: Alter the interface functions to also return the
24         actual stream type used: network or tls.
25
26 2011-01-25  Julien Danjou  <julien@danjou.info>
27
28         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
29         (mm-display-javascript-inline): New function.
30
31         * mm-decode.el (mm-inline-media-tests): Add application/javascript
32         viewing function.
33
34 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * shr.el (shr-expand-newlines): Fix variable name.
37
38 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
39
40         * shr.el (shr-expand-newlines): Make nested boxes work.
41
42 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
43
44         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
45         backgrounds.
46         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
47         in a more sensible manner.
48
49 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
52         if EPG is loaded.
53
54 2011-01-24  Julien Danjou  <julien@danjou.info>
55
56         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
57         tags.
58
59 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
62         commands.
63
64         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
65         in the article buffer.
66         (gnus-gravatar-insert): Use blank space from the current buffer to
67         avoid breaking text properties.  This makes X-Sent updating work again.
68
69         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
70
71 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
74         fix the bug in url-http.el instead.
75
76         * shr.el (shr-image-fetched): Ditto.
77
78         * shr.el (shr-image-fetched): Avoid having point move in the article
79         buffer.
80
81         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
82         buffer after being called.  It's apparently being killed by url.el, and
83         killing it made point move to end-of-buffer in a random buffer.
84
85         * shr.el (shr-image-fetched): Ditto.
86
87 2011-01-23  Julien Danjou  <julien@danjou.info>
88
89         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
90
91         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
92         text/x-org.
93
94 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-sum.el (gnus-summary-move-article): Protect against backends
97         (i.e., nnimap) returning nil as the article number.
98
99 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
100
101         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
102         "DelSp" parameter in RFC3676.
103
104 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * message.el (message-check-recipients): Display the encoded version of
107         the bogus address if they differ.
108
109         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
110         after sending.
111
112         * gnus-agent.el (gnus-agent-send-mail): Ditto.
113
114         * gnus-group.el (gnus-group-refresh-group): New convenience function.
115
116         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
117         group buffer after sending the queue.
118
119         * gnus-agent.el (gnus-agent-send-mail): Ditto.
120
121 2011-01-22  Julien Danjou  <julien@danjou.info>
122
123         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
124
125 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
128         nested related parts.
129
130         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
131         unexpired articles.  This fixes the regression that led expiry marks to
132         disappear from nnfolder groups.
133
134 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
135
136         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
137         Don't confuse the "ret" of "retrograde" with RET.
138
139 2011-01-21  Julien Danjou  <julien@danjou.info>
140
141         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
142         than mm-insert-inline.
143
144 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
147         Widen article buffer.
148
149 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
150
151         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
152         the temp buffer.
153         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
154
155 2011-01-20  Julien Danjou  <julien@danjou.info>
156
157         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
158
159         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
160         than mm-insert-inline to insert inline part: this respect
161         mm-inline-media-tests displayers.
162
163         * mm-view.el (mm-display-shell-script-inline): New function.
164
165         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
166
167         * mm-uu.el (mm-uu-type-alist): Add org block.
168         (mm-uu-org-src-code-block-extract): New function.
169
170         * mm-view.el (mm-display-org-inline): New function.
171
172         * mm-decode.el (mm-automatic-display): Add text/org.
173
174         * mailcap.el (mailcap-mime-extensions): Add .org.
175
176 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus-art.el (gnus-article-highlight): Remove argument passed to
179         gnus-article-add-buttons.
180
181 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
182
183         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
184         From header with a date and "nobody" as the sender.
185
186 2011-01-19  Julien Danjou  <julien@danjou.info>
187
188         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
189         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
190         if you have the same regexp several times.
191         (gnus-button-push): Fix matching when regexp is symbol.
192
193 2011-01-15  Glenn Morris  <rgm@gnu.org>
194
195         * message.el (message-mail): A compose-mail function should
196         accept headers as strings.
197
198 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
199
200         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
201         Add :vert-only tags.
202         (message-mail): New arg RETURN-ACTION.
203         (message-return-action): New var.
204         (message-bury): Use it.
205         (message-mode): Make it buffer-local.
206         (message-send-and-exit): Always call message-bury.
207
208         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
209         message-mail.
210
211 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * nnimap.el (nnimap-convert-partial-article): Protect against
214         zero-length body parts.
215
216         * mm-decode.el (mm-preferred-alternative-precedence):
217         Discourage showing empty parts.
218
219         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
220         and stuff if the backend didn't return the article number.  This fixes
221         an Exchange-related nnimap bug.
222
223         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
224         group window, because it does the wrong thing when a separate frame
225         displays the group buffer.
226
227         * proto-stream.el (open-protocol-stream): Protect against the low-level
228         transport functions returning nil.
229
230 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
231
232         * mml2015.el (epg-sub-key-fingerprint): Autoload.
233         (mml2015-epg-find-usable-secret-key): New function.
234         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
235         mml2015-epg-find-usable-key (Bug#7797).
236         (mml2015-epg-encrypt): Ditto.
237
238 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * dgnushack.el (rot13-string): Fix the way to get the argument.
241
242 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
245
246 2011-01-03  Glenn Morris  <rgm@gnu.org>
247
248         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
249
250         * sieve.el (sieve-open-server): Give a more explicit error if
251         sieve-manage-open returns nil.  (Bug#7720)
252
253 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
254
255         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
256
257 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
260         This avoids sending passwords in plain text over non-encrypted
261         channels.
262
263         * shr.el (shr-rescale-image): Display all GIF images as animated images.
264
265         * nnimap.el (nnimap-login): Refactored out into own function, and
266         implement CRAM-MD5.
267         (nnimap-wait-for-line): Refactored out.
268
269         * mm-view.el (mml-smime): Require.
270
271 2010-12-20  David Engster  <deng@eml.cc>
272
273         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
274         use EPG to decrypt S/MIME messages instead of openssl.
275
276 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
279
280         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
281         status is the group clearly is unreachable.
282
283         * auth-source.el (auth-source-create): Add the optional second
284         parameter to `local-variable-p' to be compatible with XEmacs.
285
286 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
287
288         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
289         work when using a compressed nnml folder.
290
291 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
294         backends after sanitising on entry, because this never makes sense:
295         If the articles have gone missing, then the data no longer exists on
296         the backend, and if they haven't, then Gnus is wrong, and shouldn't
297         overwrite anything anyway.
298
299         * shr.el (shr-insert-document): Bind shr-width dynamically to
300         window-width if it's nil.
301
302 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
303
304         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
305         with the meaning of using the full emacs window width for rendering.
306
307 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
308
309         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
310         case when sender is not given.
311
312 2010-12-23  Julien Danjou  <julien@danjou.info>
313
314         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
315         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
316         the addresses, otherwise we might misplaced the gravatar.
317
318 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
319
320         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
321         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
322         obsolete in Emacs.
323
324 2010-12-20  Julien Danjou  <julien@danjou.info>
325
326         * gnus-util.el (gnus-rescale-image): Revert last change.
327
328 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
329
330         * binhex.el: Improve commentary (Bug#7482).
331
332 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-group.el (gnus-group-delete-articles): New command.
335
336 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
337
338         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
339
340 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
343         here, since it's up to the backends to do CRLF removal if their
344         protocol has it.
345
346         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
347
348 2010-12-17  Julien Danjou  <julien@danjou.info>
349
350         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
351         they are from file. Can also scale up.
352
353 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
354
355         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
356         gnus-use-agent.
357         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
358
359         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
360
361 2010-12-17  Julien Danjou  <julien@danjou.info>
362
363         * gravatar.el (gravatar-retrieve-synchronously): New function.
364         (gravatar-get-data): Make more robust.
365
366 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
369
370 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
373         to really consider the last line.
374
375 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
376
377         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
378         list of recipient keys, or use symmetric encryption if not a list.
379         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
380         EPA override, replacing the call to `netrc-store-data'.
381
382 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
383
384         * gnus-srvr.el: Avoid passing nil regexp argument to
385         delete-matching-lines.
386
387 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
390         fetching stops when Gnus exits.
391
392         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
393         function.
394         (nnfolder-request-expire-articles): Save all the buffers after doing
395         expiry.
396
397         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
398         the last article", since that led to serious performance regressions
399         when expiring nnml groups.
400
401 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
402
403         * nnir.el: Improve customizations.
404
405 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
408
409         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
410         group has been killed.
411         (gnus-group-yank-group): Ditto.
412
413         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
414
415         * nnimap.el (nnimap-request-update-group-status): New function.
416
417         * gnus-int.el (gnus-request-update-group-status): New interface
418         function.
419
420         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
421         copying read-ness to the backends.
422
423         * nnimap.el (nnimap-quirk): New function.
424         (nnimap-retrieve-group-data-early): Use it.
425         (nnimap-quirks): New alist.
426
427 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * shr.el (shr-insert): Set shr-start after deleting trailing space;
430         don't delete it within indentation.
431
432 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
435         previous line.
436
437 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
440         QRESYNC command by deleting a superfluous space which broke Cyrus
441         servers.  This change will break other servers that are buggy the other
442         way around.
443
444 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * spam.el: Reindent and fix long lines.
447         (spam-copy-or-move-routine): Exclude invalid move destinations.
448
449 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
450
451         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
452         installed the registry.
453
454 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
457
458 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
459
460         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
461         groupname doesn't contain "gmane".
462
463 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
466         and netrc-bound-and-true-p bindings.
467         (netrc-parse): Cache the netrc contents.
468
469         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
470         (gnus-1): Don't create the nndrafts group twice.
471         (gnus-setup-news): There's no need to read the active file here, since
472         that's done again later on a per-backend basis.
473         (gnus-start-draft-setup): Make sure that the new group is started out
474         empty.
475
476         * gnus-agent.el (gnus-agentize): Don't create the queue group
477         automatically on startup.  It'll be created later, if needed.
478
479         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
480         of automatically subscribed groups.
481         (gnus-auto-subscribed-categories): New variable.
482         (gnus-matches-options-n): Use it.
483         (gnus-default-subscribed-newsgroups): Remove unused variable.
484         (gnus-start-draft-setup): Message a bit less.
485
486 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
487
488         * nnir.el (nnir-run-imap): Return article list in order of increasing
489         UID.
490
491 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * gnus-sum.el (gnus-summary-enter-digest-group):
494         Mention gnus-auto-select-on-ephemeral-exit.
495
496         * proto-stream.el (proto-stream-open-network-only): Fix the calling
497         convention of the network-only option.
498
499 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * proto-stream.el (proto-stream-open-network-only): New function to
502         have a way to specify non-STARTTLS upgrade connections.
503
504 2010-12-10  Julien Danjou  <julien@danjou.info>
505
506         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
507         email address is nil.
508
509         * message.el (message-bogus-recipient-p): Set address to "" if nil.
510
511 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
512
513         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
514         deletion.
515         (nnir-run-imap): Only need to parse list once.
516
517 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * shr.el (shr-tag-script): Ignore <script>.
520         (shr-tag-label): Add <label> support.
521
522 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
525
526         * shr.el (shr-image-displayer): Work for images lined side by side.
527
528 2010-12-08  Robert Pluim  <rpluim@gmail.com>
529
530         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
531         parameter, since XEmacs doesn't accept t as a parameter.
532
533 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
534
535         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
536         ids.
537         (nnir-run-gmane): Simplify groupspec formatting.
538         (nnir-request-expire-articles): New function.
539
540 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
543         overflow, possibly.
544
545         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
546         (shr-render-td): Handle td style="" better.
547         (shr-tag-table): Use the color from the style sheet.
548         (shr-render-td): Make sure we copy over all the overlays, too.
549
550 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
551
552         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
553         (nnir-request-article): Improve article retrieval.
554
555 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * mm-util.el (mm-extra-numeric-entities): New variable.
558
559         * mm-url.el (mm-url-decode-entities):
560         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
561
562         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
563
564 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
565
566         * message.el: Use completion-at-point.
567         (message-completion-function): New fun, extracted from message-tab.
568         (message-mode): Use it for completion-at-point-functions.
569         (message-tab): Use it and completion-at-point.
570
571 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
574         character if a non-breakable character follows.
575
576 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
579         any stream.
580
581         * shr.el (shr-tag-font): Colorize the region.
582         (shr-tag-body): Ditto.
583         (shr-tag-font): Actually let the styles be inherited instead of
584         overwriting them.
585         (shr-tag-font): Get the background color right.
586         (shr-tag-style): Ignore all <style> tags for the moment.
587
588         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
589         a Message-ID to avoid having nnimap depend on gnus-sum.
590
591         * shr.el (shr-descend): Only colorize something if we have a node that
592         sets colors.
593
594 2010-12-06  Julien Danjou  <julien@danjou.info>
595
596         * shr.el (shr-render-td): Render td content with shr-descend, so style
597         will be applied to <td> too.
598         (shr-colorize-region): Colorize region even if we only have a background.
599         (shr-tag-body): Fix color and background color inheritance.
600         Do not recolorize after shr-generic.
601         (shr-tag-font): Let shr-generic colorize via inheritance.
602
603 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
606
607 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
608
609         * nnir.el (nnir-request-move-article): Remove obsolete code.
610
611 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
614
615 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-sum.el (gnus-summary-respool-article): The completion function
618         expects a list instead of an alist.
619
620         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
621         string as the parameter.
622
623         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
624
625         * shr.el (shr-stylesheet): New dynamic variable for cascading the
626         styles.
627         (shr-colorize-region): New function.
628         (shr-insert-background-overlay): Remove.
629         (shr-render-td): Background setting should be taken care of on a higher
630         level.
631         (shr-tag-body): Use post-hoc colorizations.
632         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
633         (shr-put-color-1): Don't overwrite old colors.
634         (shr-colorize-region): When the background color isn't explicit, use
635         a fixed background.
636
637         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
638         nnmail variables.
639
640 2010-12-05  Bjørn Mork  <bjorn@mork.no>
641
642         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
643         unless necessary.
644
645 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
646
647         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
648         server.
649
650 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
653         so that TAB works.
654
655         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
656         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
657
658         * shr.el (shr-urlify): Show the URL before the title to avoid
659         misleading URLs.
660
661 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
662
663         * shr.el (shr-urlify): Display the title in <a> tags.
664
665 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnir.el (nnir-categorize): Replace mapcar with mapc.
668
669 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
670
671         * nnir.el: Rearrange code to allow macros to be autoloaded by
672         gnus-sum.el.
673         (nnir-retrieve-headers-override-function): Make this variable
674         customizable.
675         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
676
677         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
678         from nnir.el.
679
680 2010-12-03  Julien Danjou  <julien@danjou.info>
681
682         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
683
684 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
687         allow optional argument `environment'.
688
689 2010-12-03  Glenn Morris  <rgm@gnu.org>
690
691         * mm-extern.el (message-goto-body): Update declaration.
692
693 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-util.el (gnus-macroexpand-all): New function.
696
697         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
698         instead of macroexpand-all that is unavailable in XEmacs.
699
700 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
701
702         * nnir.el (nnir-summary-line-format): New variable.
703         (nnir-mode): Use it.
704         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
705         (nnir-article-ids): Reimplement as defsubst.
706         (nnir-retrieve-headers): Don't mangle the subject header.
707         (nnir-run-imap): Use 100 as RSV score.
708         (nnir-run-find-grep): Fix for full server searching.
709         (nnir-run-gmane): Better restriction to gmane groups.
710
711         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
712         summary buffers.
713
714 2010-12-02  Julien Danjou  <julien@danjou.info>
715
716         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
717
718         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
719
720         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
721         support.
722
723 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
724
725         * nnir.el: Update to handle the registry better.
726         (autoload): Silence byte-compiler.
727         (nnir-open-server): Add a hook for nnir groups.
728         (nnir-request-move-article): Don't mangle the header. Better to use
729         formating variables (which will be added in the future).
730         (nnir-registry-action): Update the registry using the original article
731         group name.
732         (nnir-mode): Install nnir-specific hooks for updating the registry.
733
734         * gnus-sum.el
735         (gnus-article-original-subject,gnus-newsgroup-original-name):
736         Remove obsolete variables.
737         (gnus-summary-move-article): Remove use of obsolete variables.
738         (gnus-summary-local-variables): Make move and delete hooks local to
739         summary buffers.
740
741 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * rtree.el: New file.
744
745 2010-12-01  Julien Danjou  <julien@danjou.info>
746
747         * message.el (message-user-organization): Do not use
748         gnus-local-organization.
749
750         * gnus.el: Remove gnus-local-organization.
751
752         * gnus-msg.el: Remove nastygram thing.
753
754 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
757         funcall.
758
759 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
762         names.
763
764         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
765         characters.
766
767         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
768         to t of inhibit-read-only since it is inside gnus-with-article-headers.
769         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
770         (gnus-gravatar-transform-address): Use mail-extract-address-components
771         that supports non-ASCII names rather than mail-header-parse-addresses.
772
773 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * proto-stream.el (open-protocol-stream): All starttls connections are
776         handled by the network handler.
777
778 2010-11-30  Julien Danjou  <julien@danjou.info>
779
780         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
781         (nnimap-open-connection-1): Fix PREAUTH.
782
783         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
784
785 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
788         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
789         (shr-insert): Use them.
790         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
791
792 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
793
794         * nnir.el (nnir-request-move-article): Bail out if original group
795         doesn't support article moves.
796         (nnir-get-active): Improve active list retrieval.
797
798 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (shr-find-fill-point): Don't break before apostrophes.
801
802 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
803
804         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
805         seem to accept strings-with-numbers as port numbers,
806
807 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
808
809         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
810         change the registry.
811
812 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
815         delete-dups that is not available in XEmacs 21.4.
816
817         * mm-util.el (mm-delete-duplicates): Add comment.
818
819 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
820
821         * nnir.el (nnir-ignored-newsgroups): New variable.
822         (nnir-get-active): Use it.
823
824 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * proto-stream.el (proto-stream-open-network): Add some comments.
827
828         * nntp.el (nntp-open-connection): Provide a :success condition.
829
830         * nnimap.el (nnimap-open-connection-1): Ditto.
831
832         * proto-stream.el (proto-stream-open-network): See what the response to
833         the STARTTLS command is.
834
835         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
836         backwards compatibility).
837         (nnimap-open-connection-1): Really respect nnimap-server-port.
838
839         * proto-stream.el (proto-stream-open-network): When doing opportunistic
840         TLS upgrades we don't really care about the identity of the peer.
841         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
842         that what we've checked for.
843         (proto-stream-always-use-starttls): Only default to t if
844         open-gnutls-stream exists.
845         (proto-stream-open-network): If STARTTLS failed, then just open a
846         normal connection.
847         (proto-stream-open-network): Wait until the greeting before doing
848         STARTTLS.
849
850         * nntp.el (nntp-open-connection): Report what the connection error is.
851
852         * proto-stream.el (open-protocol-stream): Rename from
853         open-proto-stream.
854
855 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * nnimap.el (nnimap-stream): Change default to `undecided'.
858         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
859         first, and then network.
860         (nnimap-open-connection-1): Respect nnimap-server-port.
861         (nnimap-open-connection): Be more backwards-compatible.
862
863         * proto-stream.el (proto-stream-always-use-starttls): New variable.
864         (proto-stream-open-starttls): De-duplicate the starttls code.
865         (proto-stream-open-starttls): Folded back into the main function.
866         (proto-stream-open-network): Fix typo in the gnutls path.
867         (proto-stream-command): Refactor out.
868
869         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
870
871         * proto-stream.el (proto-stream-open-starttls): Actually implement the
872         starttls.el STARTTLS.
873
874         * color.el (color-lab->srgb): Fix function call name.
875
876         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
877         if we're using tls.el.
878         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
879         built in, then don't try to establish a STARTTLS connection.
880
881         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
882         servers.
883
884         * proto-stream.el (open-proto-stream): Use network, not stream.
885         (open-proto-stream): Add a way to specify what the end of a command is.
886
887         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
888         connections types.
889         (nntp-open-network-stream): Remove.
890         (nntp-open-ssl-stream): Remove.
891         (nntp-open-tls-stream): Remove.
892         (nntp-ssl-program): Remove.
893
894         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
895
896 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
897
898         * nnir.el: Fix typos.
899         (nnir-retrieve-headers-override-function): Rename variable to reflect
900         new semantics.
901         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
902         macros.
903         (nnir-request-article, nnir-request-move-article): Use them.
904         (nnir-categorize): New function.
905         (nnir-run-query): Use it.
906         (nnir-retrieve-headers): Rewrite to batch header retrieval.
907         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
908         sorted.
909         (nnir-group-full-name): Use gnus-group-full-name instead.
910         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
911         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
912
913 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
916
917         * proto-stream.el: New library to provide protocol-specific
918         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
919         protocols.
920         (open-proto-stream): Complete the documentation.
921         (proto-stream-open-network): Fix some typos.
922
923         * nnimap.el (nnimap-open-connection): Use it.
924
925 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
926
927         * pop3.el (pop3-open-server): Read server greeting before starting TLS
928         negotiation.
929
930 2010-11-26  Julien Danjou  <julien@danjou.info>
931
932         * color.el: Rename various rgb functions to srgb.
933
934 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
937         names.
938
939 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * shr.el (shr-insert): Revert last change.
942         (shr-find-fill-point): Never leave point being at bol;
943         relax the kinsoku limitation when rendering tables.
944
945 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
948         results from -accept-article.
949
950         * shr-color.el: Require cl when compiling.
951
952         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
953         checkin.
954
955         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
956
957         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
958
959         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
960         'add and 'delete to set backend marks.
961
962         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
963
964         * nnheader.el (nnheader-update-marks-actions): Refactor out.
965
966         * nntp.el (nntp-request-set-mark): Use it.
967
968         * nnfolder.el (nnfolder-request-set-mark): Ditto.
969
970         * nnml.el (nnml-request-set-mark): Ditto.
971
972         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
973         introduces regressions in article selection.
974         (nnimap-find-uid-response): New function.
975         (nnimap-request-accept-article): Use the UID returned, if any.
976         (nnimap-request-move-article): Use the UID returned, if any.
977         (nnimap-get-groups): Reimplement to work with folded lines.
978         (nnimap-find-uid-response): The UID is the last element in the list.
979         (nnimap-request-set-mark): Extend syntax with 'set.
980
981         * nnml.el (nnml-request-set-mark): Ditto.
982
983         * nnfolder.el (nnfolder-request-set-mark): Ditto.
984
985         * nntp.el (nntp-request-set-mark): Ditto.
986
987 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * message.el (message-called-interactively-p): A temporary macro.
990         (message-goto-body): Use it temporarily.
991
992 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
995         (nnimap-last-response-string): Unfold quoted lines, if they exist.
996         (nnimap-last-response-string): Fix last unfolding fix.
997
998 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * shr.el (shr-insert): Fix the way to fold lines.
1001
1002 2010-11-25  Julien Danjou  <julien@danjou.info>
1003
1004         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1005
1006         * color.el: Rename from color-lab.el
1007         (color-rgb->hex): Add.
1008         (color-complement): Add.
1009         (color-complement-hex): Add.
1010
1011         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1012
1013 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1016         don't exist.
1017
1018 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1021         assuming that article displaying or another mml-preview may be
1022         interrupted for an error or for the like.
1023
1024         * shr.el (shr-get-background): Fix argument name.
1025
1026 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1029
1030         * gnus-sum.el (gnus-summary-include-articles): New function.
1031
1032         * message.el (message-goto-body): called-interactively-p needs a
1033         parameter, so use `any'.
1034
1035         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1036         clear marks before moving, since they're synced from the Gnus side
1037         first.
1038
1039         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1040         (gnus-summary-move-article): Copy over all marks before moving, so that
1041         IMAP doesn't think a new article has arrived.
1042
1043 2010-11-24  Julien Danjou  <julien@danjou.info>
1044
1045         * shr.el (shr-insert-background-overlay): Fix typo.
1046         (shr-render-td): Copy the background before rendering.
1047
1048         * shr-color.el (shr-color-visible): Fix docstring.
1049
1050         * shr.el (shr-tag-table): Add bgcolor support.
1051         (shr-render-td): Add bgcolor support.
1052         (shr-get-background): Add.
1053         (shr-insert-foreground-overlay): Use shr-get-background.
1054
1055         * message.el (message-goto-body): Use called-interactively-p.
1056         (message-in-body-p): message-goto-body returns point.
1057
1058 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1061         Fixes something or other in Emacs 23, and is backwards compatible.
1062
1063         * message.el (message-goto-body): Remove the <#secure special-casing,
1064         which is too special.
1065
1066         * shr.el (shr-parse-style): Drop !important from styles.
1067
1068 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1069
1070         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1071         this function to return incorrect results when calling it with an
1072         explicit article argument different from
1073         (gnus-summary-article-number).
1074
1075 2010-11-24  Julien Danjou  <julien@danjou.info>
1076
1077         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1078         (shr-tag-body): Add background support.
1079         (shr-descend): Add background support.
1080         (shr-tag-title): Add.
1081
1082         * shr-color.el (shr-color-visible): Really return original background
1083         if fixed.
1084
1085 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el (shr-color-check): Protect against non-existant colour names.
1088
1089 2010-11-24  Julien Danjou  <julien@danjou.info>
1090
1091         * color-lab.el: Require 'cl when compiling.
1092
1093         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1094
1095         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1096         matched part.
1097
1098         * color-lab.el: Fix all expt calls to use float type.
1099
1100 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1103         expression to shr-color-check as is.
1104
1105         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1106
1107         * color-lab.el: Add coding cookie.
1108         (float-pi): Use eval-and-compile.
1109
1110         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1111         compiled for Emacsen having no `libxml-parse-html-region' support.
1112
1113 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-insert-color-overlay): Split stuff like
1116         "#444444 !important" to find the real colour.
1117         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1118         parse <font color="red"> entries.
1119
1120 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1121
1122         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1123         point when parsing headers.
1124
1125         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1126         is positioned properly when parsing headers.
1127
1128 2010-11-23  Julien Danjou  <julien@danjou.info>
1129
1130         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1131
1132         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1133
1134         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1135
1136         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1137         Use shr-color-hue-to-rgb.
1138         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1139
1140 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * shr.el (shr-color->hexadecimal): Autoload.
1143         (shr-descend): Add color to all tags.
1144
1145 2010-11-22  Julien Danjou  <julien@danjou.info>
1146
1147         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1148         shr-color->hexadecimal.
1149
1150         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1151         RGB() or HSL() color representation.
1152
1153         * shr.el (shr-tag-font): Add.
1154         (shr-tag-color-check): New function to get better colors.
1155         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1156         tag-span.
1157
1158         * shr-color.el: New file.
1159
1160         * color-lab.el: New file.
1161
1162         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1163
1164 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1165
1166         * nnir.el: Fix typo in comments.
1167         (nnir-run-imap): Simplify code. No need to reverse artlist.
1168         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1169
1170 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1173
1174         * nnimap.el (nnimap-get-capabilities): Refactor out.
1175         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1176
1177 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1178
1179         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1180         appearing when `mm-uu-hide-markers' is nil.
1181
1182 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * nnimap.el (nnimap-unselect-group): Make into its own function.
1185         (nnimap-request-rename-group): Unselect group before renaming.
1186         This had gotten lost somewhere.
1187         (nnimap-request-accept-article): Keep track of examined groups, and
1188         unselect the group before APPENDing to read-only groups.
1189         (nnimap-request-move-article): Clear flags before moving so that they
1190         can be re-set later.
1191
1192 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1195         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1196
1197 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-art.el (gnus-mime-display-single)
1200         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1201         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1202         parameter.
1203
1204 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1207         (shr-table-vertical-line): New variable.
1208         (shr-insert-table): Use it.
1209
1210 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * gnus-html.el (gnus-html-wash-images): Don't display images if
1213         gnus-inhibit-images is non-nil; register displayer for cid images.
1214         (gnus-html-display-image): Work for cid image.
1215         (gnus-html-insert-image): Allow arguments.
1216         (gnus-html-put-image): Inhibit read-only.
1217         (gnus-html-prefetch-images): Don't prefetch images if
1218         gnus-inhibit-images is non-nil.
1219
1220 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * shr.el (shr-put-image): Break lines when inserting big pictures.
1223
1224 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1225
1226         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1227         sender, thanks Katsumi Yamaoka.
1228
1229 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * nnir.el (nnir-run-imap): Reverse the article list for each group
1232         rather than the whole list.
1233
1234 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * shr.el (shr-image-displayer): Protect function against non-existent
1237         image source.
1238
1239         * gnus-art.el (gnus-inhibit-images): New user option.
1240         (gnus-mime-display-single): Don't display image if it is non-nil.
1241
1242         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1243         gnus-inhibit-images.
1244
1245         * shr.el (shr-image-displayer): New function.
1246         (shr-tag-img): Use it.
1247
1248 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1249
1250         * mml2015.el (mml2015-epg-sign): Use From header.
1251
1252 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1255
1256         * gnus-util.el (gnus-find-text-property-region): Return markers.
1257
1258         * shr.el (shr-tag-img): Put a displayer in the text property.
1259
1260         * gnus-util.el (gnus-find-text-property-region): New utility function.
1261
1262         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1263         (gnus-html-show-images): Remove.
1264
1265         * gnus-art.el (gnus-article-show-images): New, more general function.
1266
1267         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1268         image url text properties.
1269
1270         * shr.el: Ditto.
1271
1272         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1273         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1274
1275 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1278         work for two or more articles.
1279
1280 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1283         divide an image that's in an html article to two or more when washing
1284         non-ASCII characters in alt text of it.
1285
1286 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1289         smime-decrypt-region using function argument.
1290         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1291
1292         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1293
1294         * smime.el (smime-decrypt-region): Catch it.
1295
1296 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1297
1298         * smime.el (smime-mode-map): Move initialization into declaration.
1299         (gnus-run-mode-hooks): Don't autoload.
1300         (smime-mode): Use define-derived-mode.
1301
1302 2010-11-11  Glenn Morris  <rgm@gnu.org>
1303
1304         * smime.el (from): Restrict declaration to XEmacs.
1305
1306         * nnir.el (gnus-group-topic-name): Autoload.
1307
1308 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * shr.el (shr-insert): Don't break long line if it is because of
1311         kinsoku-bol characters in the line end.
1312
1313 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1314
1315         * nnir.el (nnir-request-move-article): Fix to provide original group
1316         and subject.
1317         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1318         been retrieved.
1319
1320         * gnus-sum.el (gnus-summary-move-article): Use original group and
1321         subject for virtual articles such as those in an nnir summary buffer.
1322
1323 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1326         least 21.5).
1327
1328         * smime.el (from): Declare it again for XEmacs.
1329
1330 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * message.el (message-resend): Don't disable encoding unless it's
1333         already encoded.
1334
1335         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1336         low-numbered articles.
1337
1338 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * rfc2047.el (rfc2047-syntax-table): Simplify.
1341
1342         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1343
1344         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1345         set-char-table-range for XEmacs.
1346
1347 2010-11-10  Glenn Morris  <rgm@gnu.org>
1348
1349         * time-date.el (time-to-seconds): Always an alias on Emacs,
1350         never a real function.
1351         (with-no-warnings): Remove compat stub, now unused.
1352         (time-less-p): Doc fix.
1353         (time-to-number-of-days): Simplify.
1354
1355         * smime.el (from): Remove unused declaration.
1356
1357         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1358         (gnus-float-time): On Emacs, always an alias.
1359
1360         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1361         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1362
1363 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * dgnushack.el: Don't use ignore-errors in the top level form since it
1366         is unavailable in XEmacs even if cl is loaded.
1367
1368         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1369
1370 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * shr.el (browse-url-mailto): Autoload.
1373
1374         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1375
1376         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1377         regexp doesn't need quoting.
1378
1379 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1380
1381         * message.el (message-subject-trailing-was-ask-regexp)
1382         (message-subject-trailing-was-regexp): Match was: in addition to was.
1383
1384 2010-11-09  Glenn Morris  <rgm@gnu.org>
1385
1386         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1387         (nnbabyl-check-mbox): Use point-at-bol.
1388
1389 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1392
1393         * message.el (message-mailto): New function.
1394         (message-mailto): Should accept other parameters.
1395         (message-mailto): Remove since it duplicates browse-url-mailto
1396         functionality.
1397
1398 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1401         methods.
1402         (gnus-read-active-file): Ditto.
1403
1404         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1405         ": " from the prompt.
1406         (gnus-group-make-group): Ditto.
1407
1408 2010-11-07  Glenn Morris  <rgm@gnu.org>
1409
1410         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1411         (gnus-bookmark-kill-line): Use point-at-eol.
1412
1413 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1416         asterisks in From header.
1417
1418 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1421         string to avoid making the From headers syntactically invalid.
1422
1423         * message.el (message-send-mail): Don't insert courtesy messages if the
1424         message already has List-Post and List-ID messages.
1425
1426 2010-11-06  Glenn Morris  <rgm@gnu.org>
1427
1428         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1429         `condition', `type', `length' a prefix.
1430         (gnus-treat-predicate): Update for above name changes.
1431
1432 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1433
1434         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1435         binding.  Handled by `gnus-summary-refer-thread' instead.
1436         (nnir-warp-to-article): New backend function.
1437
1438         * nnimap.el (nnimap-request-thread): Force dependency updating.
1439
1440         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1441         (gnus-summary-refer-thread): Rework to improve thread-referral.
1442
1443         * gnus-int.el (gnus-warp-to-article): New function.
1444
1445         * gnus-sum.el (gnus-summary-article-map): Bind it.
1446
1447 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1448
1449         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1450         gnus-summary-refer-thread.
1451
1452         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1453         headers.
1454         (gnus-summary-limit-include-thread): Prevent articles in thread from
1455         being cut in gnus-cut-threads.
1456         (gnus-summary-refer-thread): Limit retrieved headers to those in
1457         thread.
1458
1459 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * message.el (message-send-mail): Use the value of
1462         message-courtesy-message from the message buffer.
1463
1464         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1465
1466         * shr.el (shr-browse-url): Implement mailto: URLs.
1467
1468         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1469         "raw".
1470
1471         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1472         if it's already selected.
1473
1474         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1475
1476 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1479         to measure the length and truncate alt text.
1480
1481 2010-11-03  Glenn Morris  <rgm@gnu.org>
1482
1483         * nndiary.el (nndiary-generate-nov-databases-1)
1484         (nndiary-generate-active-info): Rename dynamic variable `files' to
1485         something less generic.
1486
1487 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1488
1489         * nnir.el (nnir-request-move-article): Call the underlying backend to
1490         move articles from nnir.
1491
1492 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1495
1496 2010-11-02  Julien Danjou  <julien@danjou.info>
1497
1498         * nnir.el: Remove wais support.
1499
1500 2010-11-02  Glenn Morris  <rgm@gnu.org>
1501
1502         * gnus-html.el: Reorder requirements to quieten compiler.
1503
1504 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1507         properly for XEmacs as well.
1508         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1509         (gnus-article-natural-long-line-p): Use window-width rather than
1510         frame-width.
1511
1512 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1513
1514         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1515         (nnir-read-parms): Don't modify query.
1516         (nnir-run-query): Add ability to search topic on current line.
1517         (nnir-get-active): Clean up.
1518
1519 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1522         degenerate articles.
1523
1524         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1525         (gnus-print-buffer): Just print the buffer as is, without any copying
1526         to a buffer and then re-highlighting.
1527
1528         * nnimap.el (nnimap-request-group): Store the new updated info.
1529         (nnimap-request-group): Select the group when we don't know whether it
1530         exists or not.
1531
1532         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1533         groups.
1534
1535         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1536         groups.
1537
1538         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1539         groups.
1540
1541         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1542         long-lines case by only filling the long lines.
1543
1544         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1545         (bug #7311).
1546
1547 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * shr.el: No need to declare `declare-function' since shr.el is for
1550         only Emacsen that provide `libxml-parse-html-region'.
1551
1552         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1553         effective only in a file it is referred to.
1554
1555 2010-11-01  Glenn Morris  <rgm@gnu.org>
1556
1557         * mm-util.el (gnus-completing-read): Autoload.
1558         (mm-read-coding-system): Simplify Emacs definition.
1559
1560         * nnmail.el (gnus-activate-group):
1561         * nnimap.el (gnutls-negotiate):
1562         * nntp.el (netrc-parse): Fix declarations.
1563
1564 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1567         string-match-p in Emacs >=23.
1568
1569         * gnus-msg.el (gnus-configure-posting-styles)
1570         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1571
1572 2010-11-01  Glenn Morris  <rgm@gnu.org>
1573
1574         * nnir.el (declare-function): Add compat stub.
1575         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1576         (nnir-run-gmane): Require 'mm-url.
1577
1578         * mm-util.el (mm-string-to-multibyte): Simplify.
1579
1580         * shr.el (declare-function): Add compat stub.
1581         (url-cache-create-filename): Declare.
1582         (mm-disable-multibyte, widget-convert-button): Autoload.
1583
1584         * smime.el (ldap-search): Declare.
1585         (smime-cert-by-ldap-1): Require ldap on Emacs.
1586
1587         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1588         (nnimap-keepalive): Use gnus-float-time.
1589
1590         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1591         (mail-source-delete-crash-box): Use gnus-float-time.
1592
1593         * gnus-dired.el (gnus-completing-read): Autoload.
1594
1595         * mm-view.el (gnus-rescale-image): Autoload.
1596
1597         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1598
1599         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1600
1601         * sieve-manage.el: Require 'cl when compiling.
1602
1603         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1604         (gnus-iswitchb-completing-read): Require iswitchb.
1605         (gnus-select-frame-set-input-focus): Silence compiler.
1606
1607 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * message.el (message-subject-trailing-was-query): Change default to t,
1610         since I think that's what most people want.
1611
1612         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1613         appending for easier debugging.
1614         (nnimap-wait-for-connection): Take a regexp.
1615         (nnimap-request-accept-article): Wait for the continuation line before
1616         sending anything unless we're streaming.
1617
1618         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1619         leave the header washing to take place.
1620
1621 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1622
1623         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1624         regular expression match and replace in posting styles.
1625
1626 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1627
1628         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1629         an entire server.
1630         (nnir-get-active): New function.
1631         (nnir-run-imap): Use it.
1632         (nnir-run-gmane): Who knew, gmane search returns an article score!
1633
1634         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1635         server on the current line with nnir.
1636
1637 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1640         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1641         left edge.
1642         (gnus-article-foldable-buffer): Skip past the prefix when determining
1643         raggedness.
1644
1645         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1646         the raw article, and change `C-u g' to show the article without doing
1647         treatments.
1648
1649         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1650         on to `gnus-treat-article'.
1651         (gnus-inhibit-article-treatments): New variable.
1652
1653         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1654
1655         * gnus-art.el (gnus-treatment-function-alist): Have
1656         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1657         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1658         sections.
1659
1660         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1661         parameter.
1662         (gnus-article-fill-cited-long-lines): New function.
1663         (gnus-article-fill-cited-article): Allow filling only long sections.
1664
1665         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1666         and non-punctuation (like after the apostrophe in "'We").
1667
1668         * gnus-sum.el (gnus-summary-select-article): Make sure
1669         gnus-original-article-buffer is alive.
1670
1671         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1672         reflect the order they're in in the digest.
1673
1674         * gnus.el (gnus-group-startup-message): Move point to the start of the
1675         buffer.
1676
1677         * nnimap.el (nnimap-capability): New function.
1678         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1679         is set.
1680
1681 2010-10-31  David Engster  <dengste@eml.cc>
1682
1683         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1684         conform with changes to gnus-completing-read.
1685
1686 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1689
1690 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1691
1692         * nnir.el: Move defvar, defcustom around to keep file organized
1693         and keep byte-compiler quiet.
1694         (nnir-read-parms): Accept search-engine as arg.
1695         (nnir-run-query): Pass search-engine as arg.
1696         (nnir-search-engine): Remove.
1697
1698 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * shr.el (shr-generic): The text nodes should be text, not :text.
1701
1702         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1703         later in the file.
1704
1705 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1706
1707         * nnir.el: General clean up.  Allow searching with multiple engines.
1708         Allow separate extra-parameters for each engine.
1709         Batch queries when possible.
1710         (nnir-imap-default-search-key,nnir-method-default-engines):
1711         Add customize interface.
1712         (nnir-run-gmane): New engine.
1713         (nnir-engines): Use it.  Qualify all prompts with engine name.
1714         (nnir-search-engine): Remove global variable.
1715         (nnir-run-hyrex): Restore for now.
1716         (nnir-extra-parms,nnir-search-history): New variables.
1717         (gnus-group-make-nnir-group): Use them.
1718         (nnir-group-server): Remove in favor of gnus-group-server.
1719         (nnir-request-group): Avoid searching twice.
1720         (nnir-sort-groups-by-server): New function.
1721
1722 2010-10-30  Julien Danjou  <julien@danjou.info>
1723
1724         * gnus-group.el: Remove gnus-group-fetch-control.
1725
1726         * gnus-start.el (gnus-find-new-newsgroups):
1727         Remove gnus-check-first-time-used.
1728
1729         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1730
1731 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1732
1733         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1734         set on groups that don't have \* permanentflags.
1735
1736 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1739         control the background color.
1740         (shr-tag-img): Ignore very small web bug type images.
1741         (shr-put-image): Add help-echo alt texts to the images.
1742         (shr-tag-video): Show the video poster image.
1743
1744 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * shr.el (shr-table-depth): New variable.
1747         (shr-tag-table-1): Only insert the images after the top-level table.
1748
1749         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1750
1751         * gnus-util.el (gnus-list-memq-of-list): New function.
1752
1753         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1754         selected.
1755         (nnimap-unsplittable-articles): New slot.
1756         (nnimap-new-articles): Use it.
1757
1758 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1759
1760         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1761         move to the previous line on `M-g'.
1762
1763 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1766         *-request-group, which seems unnecessary.
1767
1768         * nnimap.el (nnimap-quote-specials): Function copied over from
1769         imap.el.
1770         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1771         they support that.  Suggested by Tom Regner.
1772
1773 2010-10-29  Julien Danjou  <julien@danjou.info>
1774
1775         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1776         defalias.
1777         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1778
1779         * gnus.el: Remove `gnus-nntp-service' variable.
1780         (gnus-secondary-servers): Make obsolete.
1781         (gnus-nntp-server): Make obsolete.
1782
1783         * gnus-start.el (gnus-1): Remove x-splash calls.
1784
1785         * gnus-ems.el (gnus-x-splash): Remove.
1786
1787         * gnus.el (gnus-group-startup-message): Simplify/update code.
1788
1789         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1790         definition.
1791
1792         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1793         capability before doing anything.
1794         (gnus-group-insert-group-line): Remove useless
1795         gnus-group-remove-excess-properties.
1796
1797 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1800
1801 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1804         config after reselecting.
1805
1806 2010-10-28  Julien Danjou  <julien@danjou.info>
1807
1808         * shr.el (shr-put-image): Use point even if only inserting text.
1809         (shr-put-image): Save excursion when inserting alt text on non-graphic
1810         display, so the behaviour is the same when we are on a graphic display.
1811
1812         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1813
1814 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1817         (gnus-mime-copy-part): Check coding system, not charset.
1818         (gnus-mime-view-part-externally): Never remove part.
1819         (gnus-mime-view-part-internally): Don't remove part here.
1820         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1821         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1822         multipart/alternative.
1823
1824         * mm-decode.el (mm-display-part): Take optional arg `force'.
1825
1826 2010-10-26  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-group.el (gnus-group-default-list-level): Add this function to
1829         compute the default list level.
1830         (gnus-group-default-list-level): Add possibility to use a function.
1831
1832 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1835
1836         * gnus-group.el (gnus-group-completing-read)
1837         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1838         gnus-replace-in-string.
1839
1840 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * shr.el (shr-tag-div): Add.
1843
1844         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1845
1846 2010-10-25  Julien Danjou  <julien@danjou.info>
1847
1848         * gnus-util.el: Remove `gnus-with-local-quit'.
1849
1850         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1851
1852 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1855         the original article buffer.
1856
1857 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnimap.el (nnimap-request-head): New function.
1860         (nnimap-request-move-article): Try to be slighly faster by not
1861         requesting the entire message when moving.
1862         (nnimap-transform-headers): Don't bug out on bodiless articles.
1863         (nnimap-send-command): Have no outstanding messages if the IMAP server
1864         doesn't support streaming.
1865         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1866
1867 2010-10-24  Julien Danjou  <julien@danjou.info>
1868
1869         * message.el (message-default-headers): Fix type.
1870
1871 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1874         prefetching images.
1875
1876         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1877         backend for unknown groups.  This is mainly useful for nnimap groups.
1878
1879         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1880         group isn't covered by the agent.
1881
1882 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1883
1884         * nnir.el (nnir-method-default-engines): New variable.
1885         (nnir-run-query): Use it.
1886         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1887         (gnus-summary-nnir-goto-thread): Change group if needed.
1888
1889         * gnus-group.el (gnus-group-group-map): Add key binding for
1890         gnus-group-make-nnir-group.
1891
1892 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * shr.el (shr-tag-object): Add.
1895
1896         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1897         original article buffer live.
1898         (gnus-summary-select-article-buffer):
1899         Mention gnus-widen-article-buffer.
1900
1901 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * shr.el (shr-tag-strong): Add.
1904
1905 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1908         group names.  They mess up the group buffer badly.
1909
1910         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1911
1912         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1913         instead of the summary one.
1914
1915 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * mml.el (mml-preview): Work properly when editing article.
1918
1919         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1920         gnus-have-read-active-file if it's already been in.
1921
1922 2010-10-22  Tom Tromey  <tromey@redhat.com>
1923
1924         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1925         gnus-group-completing-read.
1926
1927 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * message.el (message-mode-map): Don't bind M-; to comment region, to
1930         allow the global comment-dwim to work.
1931
1932 2010-10-21  Julien Danjou  <julien@danjou.info>
1933
1934         * message.el (message-setup-1): Allow message-default-headers to be a
1935         function.
1936
1937 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * shr.el (shr-tag-table): Simplify.
1940
1941 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1944         to avoid trying to snarf invalid stuff.
1945
1946         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1947
1948         * gnus.el (gnus-message-archive-group): Quote value.
1949         (gnus-message-archive-group): Mark as changed.
1950
1951         * shr.el (shr-add-font): Don't put the font properties on the newline
1952         or the indentation.
1953
1954         * message.el (message-fix-before-sending): Change options when sending
1955         non-printable characters.
1956
1957         * gnus.el (gnus-message-archive-method): Change the default to
1958         monthly outgoing groups.
1959
1960         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1961         that have gotten new numbers.
1962
1963         * nnimap.el (nnimap-request-replace-article): New function.
1964
1965 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1968         (nnrss-request-article): Don't use special html washing code.
1969
1970 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * shr.el (shr-tag-table): Remove useless nconc.
1973
1974 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-art.el (article-wash-html): Simplify and remove the charset
1977         stuff.  Use the normal html rendering code instead of the special html
1978         washing code.
1979
1980         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1981         `gnus-w3m' symbols.
1982         (mm-text-html-washer-alist): Remove.
1983
1984         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1985         (mm-inline-media-tests): Remove use.
1986         (mm-text-html-renderer): Change default to the `shr' symbol.
1987
1988         * mm-view.el (mm-inline-text-html): Remove use.
1989
1990         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1991         `gnus-blocked-images' to be a function.
1992         (gnus-article-wash-function): Remove.
1993
1994 2010-10-20  Julien Danjou  <julien@danjou.info>
1995
1996         * spam.el (spam-list-of-processors): Mark as obsolete.
1997
1998         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1999         (nnimap-insert-partial-structure): Fix boundary detection.
2000
2001 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2002
2003         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2004         run file-truename on remote files.  This can be expensive and even
2005         prevent one from editing drafts if some unrelated buffer has a stale
2006         connection.
2007
2008 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2011         kinsoku-eol regardless of shr-kinsoku-shorten.
2012         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2013         (shr-tag-table): Support caption, thead, and tfoot.
2014
2015 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2018         lines.
2019         (shr-save-contents): New command and keystroke.
2020
2021         * nndoc.el (nndoc-type-alist): Add git support.
2022         (nndoc-git-type-p): New function.
2023         (nndoc-transform-git-article): Ditto.
2024         (nndoc-transform-git-headers): Ditto.
2025         (nndoc-transform-git-headers): Generate Subject headers.
2026
2027         * shr.el (shr-parse-style): New function.
2028         (shr-tag-span): Ditto.
2029
2030         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2031         to `G G' to avoid collisions.
2032
2033 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * shr.el: Load kinsoku if necessary.
2036         (shr-kinsoku-shorten): New internal variable.
2037         (shr-find-fill-point): Make kinsoku shorten text line if
2038         shr-kinsoku-shorten is bound to non-nil.
2039         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2040         shr-indentation too when testing if table is wider than frame width.
2041         (shr-insert-table): Use `string-width' instead of `length' to measure
2042         text width.
2043         (shr-insert-table-ruler): Make sure indentation is done at bol.
2044
2045 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2046
2047         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2048         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2049         undecoded network data.
2050
2051 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2054         name in the mode line spec so that the mode line menu works
2055         (bug #2431).
2056
2057         * message.el (message-get-reply-headers): If we're fed `to-address',
2058         then always use that.
2059
2060         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2061         aren't so wide as to need to switch off the edit menu.
2062
2063         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2064         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2065
2066         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2067         `M-g'.
2068         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2069         the permanent marks.
2070
2071 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2072
2073         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2074         Splitting according to references/in-reply-to obeys the ignore-groups
2075         variable, while splitting by sender and subject do not.
2076
2077 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2080         alist, so that we can look for non-Unicode chars.
2081         (article-translate-strings): Allow both character and string maps.
2082
2083 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * shr.el (shr-insert): Don't insert space behind a wide character
2086         categorized as kinsoku-bol, or between characters both categorized as
2087         nospace.
2088
2089 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2090
2091         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2092         headers to gnus-newsgroup-headers.
2093
2094 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * shr.el (shr-tag-img): Don't align images -- since we're not
2097         rescaling, this often leads to ugly displays.
2098
2099 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2100
2101         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2102         duplicates.
2103
2104 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2105
2106         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2107         call.
2108
2109 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus.el: Autoload gnus-html-show-images.
2112
2113         * nnimap.el: Use nnheader-message throughout.
2114
2115         * shr.el (shr-tag-img): Ignore images with no data.
2116
2117 2010-10-15  Julien Danjou  <julien@danjou.info>
2118
2119         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2120         a possibility to disable format=flow encoding when using hard newlines.
2121
2122 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * shr.el (shr-insert): Remove space inserted before or after a
2125         breakable character or at the beginning or the end of a line.
2126         (shr-find-fill-point): Do kinsoku; find the second best point or give
2127         it up if there's no breakable point.
2128
2129 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * nnimap.el (nnimap-open-connection): Message when opening connection
2132         for debugging purposes.
2133
2134         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2135         on every setup buffer call to allow this to change from article to
2136         article.
2137
2138         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2139         buffers where we have a wide table.
2140
2141 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2142
2143         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2144         uses *-request-thread.
2145
2146 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2149         incantation, which is no longer valid.
2150
2151 2010-10-14  Julien Danjou  <julien@danjou.info>
2152
2153         * shr.el: Fix defcustom type (char -> character).
2154
2155 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2158         programs.
2159
2160 2010-10-14  Julien Danjou  <julien@danjou.info>
2161
2162         * shr.el (shr-tag-a): Use url-link as widget type.
2163
2164         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2165         `gnus-group-get-icon'.
2166
2167 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2170         This should make server editing work better.
2171
2172         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2173
2174         * tls.el (tls-program): Remove spurious %s from openssl.
2175
2176         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2177         (nnimap-parse-flags): Fix regexp.
2178
2179         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2180         probably work for CJVK text, too.
2181
2182         * nnimap.el (nnimap-extend-tls-programs): Remove.
2183         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2184
2185         * tls.el (tls-starttls-switches): Remove starttls hack.
2186         (open-tls-stream): Ditto.
2187         (tls-find-starttls-argument): Ditto.
2188
2189 2010-10-13  Julien Danjou  <julien@danjou.info>
2190
2191         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2192         responses.
2193
2194 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2197
2198         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2199         anything in Emacs.
2200
2201         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2202
2203 2010-10-13  Julien Danjou  <julien@danjou.info>
2204
2205         * shr.el (shr-width): Make shr-width a defcustom with default to
2206         fill-column.
2207         (shr-tag-img): Use shr-width rather than fill-column.
2208
2209 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * dgnushack.el (byte-optimize-apply)
2212         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2213
2214         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2215         position when (X-)Faces exist.
2216         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2217         avatars when called interactively.
2218
2219 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2222         gnus-article-x-face-too-ugly is bound.
2223
2224 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2227
2228         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2229         mailbox that doesn't exist.
2230
2231 2010-10-12  Julien Danjou  <julien@danjou.info>
2232
2233         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2234         (shr-get-image-data): Encode URL properly when fetching from cache.
2235         (shr-tag-img): Use aligned-to spaces to align correctly images.
2236
2237         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2238         before inserting the Gravatar.
2239
2240         * shr.el (shr-tag-img): Add align attribute support for <img>.
2241
2242 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-gravatar.el (gnus-art): Require.
2245
2246         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2247         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2248         Remove long obsoleted functions.
2249
2250 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2253
2254         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2255
2256         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2257         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2258         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2259         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2260         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2261         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2262         * sieve-manage.el, smime.el, spam.el:
2263         Fix comment for declare-function.
2264
2265 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nnimap.el (nnimap-request-rename-group): Select group read-only
2268         before renaming it.
2269
2270         * shr.el (shr-insert): Fix up the white space only regexp.
2271
2272         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2273         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2274
2275         * shr.el (shr-current-column): New function.
2276         (shr-find-fill-point): New function.
2277
2278 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2279
2280         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2281         numbers.
2282
2283 2010-10-11  Julien Danjou  <julien@danjou.info>
2284
2285         * shr.el (shr-hr-line): Add.
2286         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2287         display hr lines.
2288         (shr-max-columns): Do not change state to nil if we just inserting
2289         spaces.
2290
2291 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2294         select the last group.
2295
2296 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2297
2298         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2299
2300 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2301
2302         * dig.el (dig-mode-map): Declare and define in one step.
2303
2304 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2307         for Gnus.
2308         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2309         (nnimap-update-qresync-info): Mark \Seen articles as read.
2310
2311         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2312         non-variable, too.
2313
2314         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2315         available.
2316         (nnimap-update-info): Rely more on the current active than the param
2317         active to avoid marking articles as read too much.
2318
2319         * auth-source.el (auth-source-create): Use (user-login-name) for the
2320         user name default.
2321
2322         * nnimap.el (nnimap-update-info): If the server doesn't return any
2323         useful info, just use the previous info.
2324         (nnimap-update-info): Prefer old info over start-article.
2325         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2326
2327 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2328
2329         * nnir.el (autoload): Clean up autoloads.
2330         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2331         Use key rather than value.
2332         (nnir-imap-search-other): New variable.
2333         (nnir-read-parm): Use it.
2334         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2335         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2336
2337 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2338
2339         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2340         the process, too.
2341
2342 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * spam.el (gnus-summary-mode-map): Bind to "$".
2345         Suggested by Russ Allbery.
2346
2347         * shr.el: Rework the way things are indented by <li> slightly.
2348
2349         * gnus.el (gnus-group-set-parameter): Fix typo.
2350
2351         * nnimap.el: Start implementing QRESYNC support.
2352
2353 2010-10-09  Julien Danjou  <julien@danjou.info>
2354
2355         * nnir.el (nnir-engines): Fix too many arguments.
2356
2357 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2360         group is the "last", so that the backends like nnfolder actually save
2361         their folders.
2362
2363         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2364         try to use that for the tls stream.
2365         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2366         UIDVALIDITY and find out which groups are read-only and not.
2367         (nnimap-get-flags): Use the same marks parsing code as the rest of
2368         nnimap.
2369
2370 2010-10-09  Julien Danjou  <julien@danjou.info>
2371
2372         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2373
2374         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2375         retrieving gravatars.
2376
2377         * shr.el (shr-table-corner): Add.
2378         (shr-table-line): Add.
2379         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2380
2381 2010-10-08  Julien Danjou  <julien@danjou.info>
2382
2383         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2384
2385 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2388
2389         * gnus-sum.el (gnus-mark-article-as-unread)
2390         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2391         (gnus-summary-set-bookmark): Use it.
2392
2393         * gnus-msg.el (gnus-setup-message): Use it.
2394
2395         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2396
2397         * gnus.el (gnus-group-remove-parameter): Use it.
2398
2399         * gnus-group.el (gnus-group-make-web-group): Use it.
2400
2401         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2402
2403         * nnregistry.el: Update docs to mention manual.
2404
2405         * gnus-registry.el: Update docs to mention nnregistry.el.
2406         (gnus-registry-initialize): Don't install nnregistry refer method
2407         automatically.
2408         (gnus-registry-install-nnregistry): Remove it.
2409
2410 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * shr.el (shr-insert): Don't insert double spaces.
2413
2414 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-gravatar.el (gnus-treat-from-gravatar)
2417         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2418         called interactively.
2419
2420         * gnus-art.el (gnus-mime-view-part-externally)
2421         (gnus-mime-view-part-internally): Make predicate function passed to
2422         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2423         of a mime type.
2424
2425         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2426
2427 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * shr.el (require): Require cl when compiling.
2430         (shr-tag-hr): New function.
2431
2432         * nnimap.el (nnimap-update-info): Remove double setting of high.
2433         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2434         This makes nnimap work properly on Courier again.
2435
2436         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2437         the variable for backwards compatability.
2438
2439         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2440         the file name before using to avoid setting mm-default-directory to
2441         nil.
2442
2443         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2444         bidning gnus-agent variables.
2445
2446         * shr.el (shr-render-td): Use a cache for the table rendering function
2447         to avoid getting an exponential rendering behaviour in nested tables.
2448         (shr-insert): Rework the line-breaking algorithm.
2449         (shr-insert): Don't leave trailing spaces.
2450         (shr-insert-table): Also insert empty TDs.
2451         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2452
2453 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2454
2455         * gnus-sum.el (gnus-number): Rename from `number'.
2456         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2457         (gnus-summary-limit-children): Update uses correspondingly.
2458
2459 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2462         (gnus-gravatar-transform-address): Don't show avatars of people of
2463         which mail addresses match gnus-gravatar-too-ugly.
2464
2465 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * shr.el (shr-table-widths): Expand TD elements to fill available
2468         space.
2469
2470 2010-10-07  Julien Danjou  <julien@danjou.info>
2471
2472         * nnimap.el (nnimap-request-rename-group): Add this method.
2473
2474 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2477         name from XEmacs' function-arglist.
2478
2479         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2480         gravatar under XEmacs.
2481
2482 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2483
2484         * auth-source.el: Update docs with TODO items.
2485
2486         * gnus-sync.el: Update docs to explain state and plans.
2487
2488         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2489         Hooks for mark updates.
2490         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2491
2492         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2493         hooks with arguments, which is needed for mark update hooks.
2494
2495 2010-10-06  Julien Danjou  <julien@danjou.info>
2496
2497         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2498         was matched.
2499
2500         * sieve-manage.el: Update example in `Commentary'.
2501
2502         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2503
2504         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2505         not 2000.
2506         (sieve-manage-authenticate): Re-add function.
2507
2508 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * shr.el (shr-insert): Get 'space transition right.
2511         (shr-render-td): Only delete space at the end of the TD.
2512
2513         * nnimap.el (nnimap-open-connection): Prepare to support
2514         open-gnutls-stream.
2515
2516         * shr.el: Rearrange function order to be more logical.
2517
2518 2010-10-06  Julien Danjou  <julien@danjou.info>
2519
2520         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2521         (nnrss-discover-feed): Remove 404 URL in docstring.
2522
2523         * nnir.el: Fix Swish-E URL.
2524         Fix Namazu URL.
2525
2526         * message.el (message-change-subject): Remove 404 URL in a comment.
2527
2528 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2531         called interactively.
2532
2533         * gnus-util.el (gnus-remove-if): Allow hash table.
2534         (gnus-remove-if-not): New function.
2535
2536         * gnus-art.el (gnus-mime-view-part-as-type)
2537         * gnus-score.el (gnus-summary-score-effect)
2538         * gnus-sum.el (gnus-read-move-group-name):
2539         Replace remove-if-not with gnus-remove-if-not.
2540
2541         * gnus-group.el (gnus-group-completing-read):
2542         Regard collection as a hash table if it is not a list.
2543
2544 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2547
2548         * shr.el: Document the table-rendering algorithm.
2549
2550 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2553         for Emacsen having no `libxml-parse-html-region' support.
2554
2555 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2558         invalid URLs.
2559
2560         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2561         line-broken.
2562         (shr-tag-img): Ignore image fetching errors.
2563         (shr-overlays-in-region): Compute overlay positions correctly.
2564
2565         * mm-decode.el (mm-shr): Require shr.
2566
2567         * gnus-art.el (gnus-blocked-images): Move variable here.
2568
2569         * shr.el (shr-insert-table): Bind free variable.
2570
2571         * mm-decode.el (mm-shr): Bind shr-content-function.
2572
2573         * shr.el (shr-content-function): New variable.
2574
2575         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2576         added for symmetry.
2577
2578         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2579
2580         * gnus-group.el (gnus-group-make-group): Doc fix.
2581
2582         * nnimap.el (nnimap-request-newgroups): Return success.
2583
2584         * shr.el (shr-find-elements): New function.
2585         (shr-tag-table): Put all the images after the table.
2586         (shr-tag-table): Really inhibit images inside the table.
2587         (shr-collect-overlays): Copy over overlays from the TD elements to the
2588         main document.
2589
2590         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2591         gnus-blocked-images.
2592
2593 2010-10-05  Julien Danjou  <julien@danjou.info>
2594
2595         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2596
2597         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2598         (gnus-html-maximum-image-size): Add this function.
2599         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2600
2601         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2602         server-value of the capability is nil.
2603
2604 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * shr.el (shr-tag-em): Add <EM> tag.
2607
2608 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2609
2610         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2611         customizable.
2612
2613         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2614         handing broken links to browse-url.
2615
2616 2010-10-05  Julien Danjou  <julien@danjou.info>
2617
2618         * gnus-util.el (gnus-emacs-completing-read)
2619         (gnus-iswitchb-completing-read): Use autoload rather than require.
2620
2621 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2624         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2625         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2626         iswitchb-temp-buflist for XEmacs.
2627
2628         * gnus-util.el (gnus-completing-read-function): Exclude
2629         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2630         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2631         XEmacs.
2632
2633         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2634         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2635
2636         * gnus-html.el: Don't require help-fns under XEmacs.
2637         (gnus-html-schedule-image-fetching): Work for XEmacs.
2638
2639         * mm-decode.el (mm-shr): Decode contents by charset.
2640
2641 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2644         unknown.
2645
2646         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2647         (shr-get-image-data): Ensure against the cache file missing.
2648
2649         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2650         for data.
2651
2652         * spam-report.el (spam-report-url-ping-plain): Don't query about
2653         killing the process.
2654
2655         * shr.el (shr-render-td): Protect against too-wide text.
2656
2657 2010-10-04  Julien Danjou  <julien@danjou.info>
2658
2659         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2660         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2661
2662         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2663         retrieved.
2664
2665 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * shr.el (browse-url): Require.
2668         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2669         lines.
2670         (shr-show-alt-text, shr-browse-image): New commands.
2671         (shr-browse-url, shr-copy-url): New commands.
2672
2673         * gnus-sum.el (gnus-widen-article-window): New variable.
2674         (gnus-summary-select-article-buffer): Use it.
2675
2676         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2677         without @ signs.
2678
2679 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2680
2681         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2682
2683 2010-10-04  Julien Danjou  <julien@danjou.info>
2684
2685         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2686         for XEmacs.
2687
2688 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2691
2692         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2693         (nnimap-close-server): Implement.
2694
2695         * dgnushack.el (iswitchb): Require to shut up the compiler.
2696
2697         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2698         (shr-insert): Tweak line breaking.
2699         (shr-insert): Handle <pre> better.
2700         (shr-tag-li): Get <li> indentation right.
2701         (shr-tag-li): Get <li> indentation even righter.
2702         (shr-tag-blockquote): Ensure paragraph start.
2703         (shr-make-table): Tweak table generation.
2704         (shr-make-table): Fix typo.
2705
2706         * shr.el: Implement table rendering.
2707
2708 2010-10-04  Julien Danjou  <julien@danjou.info>
2709
2710         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2711
2712 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * shr.el (shr-insert): Use string anchors instead of line anchors.
2715
2716 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * shr.el: Add headings.
2719         (shr-ensure-paragraph): Actually work.
2720         (shr-tag-li): Make <ul> prettier.
2721         (shr-insert): Get white space at the beginning/end of elements right.
2722         (shr-tag-p): Collapse subsequent <p>s.
2723         (shr-ensure-paragraph): Don't insert double line feeds after blank
2724         lines.
2725         (shr-insert): \t is also space.
2726         (shr-tag-s): Fix "s" tag name function.
2727         (shr-tag-s): Fix face prop name.
2728
2729 2010-10-03  Julien Danjou  <julien@danjou.info>
2730
2731         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2732
2733         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2734         gnus-window-inside-pixel-edges.
2735
2736         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2737         gnus-ems.
2738
2739         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2740
2741         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2742         function.
2743
2744         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2745         resize choice.
2746
2747 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2750         beginning of the buffer.
2751
2752         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2753         article buffer again.
2754
2755         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2756
2757         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2758         when it's at the start of the buffer.
2759
2760         * shr.el (shr-tag-blockquote): Convert name.
2761         (shr-rescale-image): Use the right image-size variant.
2762
2763         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2764         buffer isn't shown, then select the current article first instead of
2765         bugging out.
2766         (gnus-summary-select-article-buffer): Show both the article and summary
2767         buffers again.
2768
2769         * shr.el (shr-fontize-cont): Protect against regions with no text.
2770         Rename tag functions to shr-tag-* for enhanced security.
2771         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2772
2773 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2774
2775         * shr.el (shr-insert):
2776         * pop3.el (pop3-movemail):
2777         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2778         loaded.
2779
2780 2010-10-03  Glenn Morris  <rgm@gnu.org>
2781
2782         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2783
2784         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2785
2786         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2787
2788         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2789
2790         * gnus-util.el (gnus-make-local-hook): Simplify.
2791
2792 2010-10-02  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2795         (gnus-ido-completing-read): New function.
2796         (gnus-emacs-completing-read): New function.
2797         (gnus-completing-read): Use gnus-completing-read-function.
2798         Add gnus-completing-read-function.
2799
2800 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * shr.el (shr-insert-document): Autoload.
2803         (shr-img): Be silent.
2804         (shr-insert): Add a newline after every picture before text.
2805         (shr-add-font): Use overlays for combining faces.
2806         (shr-insert): Pass upwards the text start point.
2807
2808         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2809         possible.
2810         (mm-shr): New function.
2811
2812 2010-10-02  Julien Danjou  <julien@danjou.info>
2813
2814         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2815         should go backward.
2816
2817 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2818
2819         * shr.el (shr): Fix typo in provide call.
2820
2821 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * shr.el: New file.
2824
2825         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2826
2827         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2828         completing read.
2829
2830 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2833         we're being queried about.  Suggested by Dan Jacobson.
2834
2835         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2836         Suggested by Jason Eisner.
2837
2838         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2839         table, too.  Suggested by Stefan Wiens.
2840         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2841         the table unnecessary.  Suggested by Stefan Wiens.
2842
2843         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2844         longer needed, and probably doesn't work either, as pointed out by
2845         Stefan Wiens.
2846         (gnus-summary-exit): Remove call to the clearing function.
2847         (gnus-summary-exit-no-update): Ditto.
2848
2849         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2850         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2851         Reported by Stefan Monnier.
2852         (gnus-summary-save-in-rmail): Ditto.
2853
2854         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2855         article buffer, instead of both the article buffer and the summary
2856         buffer.  Sort of suggested by Dan Jacobson.
2857
2858         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2859
2860         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2861         Suggested by Dan Jacobson.
2862
2863         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2864         documentation clearer.
2865
2866         * message.el (message-shorten-references): Comment on the number "21".
2867         Suggested by Stefan Monnier.
2868
2869         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2870         Suggested by Dan Jacobson.
2871
2872         * gnus.el (gnus-large-newsgroup):
2873         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2874
2875         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2876         externalize attachments.  Bug reported by Steve Wen.
2877
2878         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2879         really message anything to the user.
2880
2881         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2882         directly.
2883
2884         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2885         messages in empty groups.
2886
2887 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2888
2889         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2890         non-UIDNEXT group.
2891
2892 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2895         not the value from the collection.
2896
2897         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2898         values.  This sometimes happens on some groups that have no info.
2899         (nnimap-request-newgroups): New function.
2900
2901 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2902
2903         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2904         check into `gnus-registry-initialize'.
2905         (gnus-registry-initialize): Ditto.
2906         Fix and extend header docs.
2907
2908 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2911         regexp backtrace overflows.
2912
2913         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2914         for starttls that tls.el implements; i.e. openssl.
2915
2916         * tls.el (tls-starttls-switches): Give up on using starttls with
2917         gnutls-cli.
2918         (tls-program): Add --insecure to be consistent with the defaults from
2919         openssl s_client.  Now all three commands are insecure.
2920
2921 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * lpath.el: Bind completion-styles-alist for XEmacs.
2924
2925         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2926         (gravatar-create-image): New function that's an alias to
2927         gnus-xmas-create-image, gnus-create-image, or create-image.
2928         (gravatar-data->image): Use it.
2929
2930 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2933         install the nnregistry refer method.
2934         (gnus-registry-install-hooks): Use it.
2935         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2936         unfollowed groups.
2937
2938 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2939
2940         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2941         expanding threads.
2942
2943 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * nnir.el: Use the server names without suffixes (bug #7009).
2946
2947         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2948         unencrypted to STARTTLS, if possible.
2949
2950 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2951
2952         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2953         headers before superseding.
2954
2955 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * nnrss.el (nnrss-use-local): Add documentation.
2958
2959         * nnimap.el (nnimap-extend-tls-programs): New function.
2960         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2961         (nnimap-wait-for-connection): Accept the greeting from the stupid
2962         output from openssl s_client -starttls, too.
2963
2964         * tls.el (tls-starttls-switches): New variable.
2965         (tls-find-starttls-argument): Use it.
2966         (open-tls-stream): Ditto.
2967
2968         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2969         (netrc-machine): Ditto.
2970
2971         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2972         article number.
2973         (nnimap-split-fancy): New variable.
2974         (nnimap-split-incoming-mail): Use it.
2975
2976         * nntp.el (nntp-server-list-active-group): Document.
2977
2978         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2979         SELECT to get the message-id.
2980
2981         * mail-source.el (mail-sources): Remove webmail support.
2982         (defvar): Ditto.
2983         (mail-source-fetcher-alist): Ditto.
2984         (mail-source-fetch-webmail): Remove.
2985
2986         * webmail.el: Remove -- doesn't seem relevant any more.
2987
2988         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2989
2990         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2991         the \r.
2992
2993 2010-09-30  Julien Danjou  <julien@danjou.info>
2994
2995         * gnus-agent.el (gnus-agent-add-group): Fix call to
2996         gnus-completing-read.
2997
2998 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * nndoc.el (nndoc-retrieve-groups): New function.
3001
3002         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3003         `default', use nnmail-split-methods.
3004         (nnimap-request-article): Downcase the NILs so that they are nil.
3005
3006         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3007         symbol.
3008
3009         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3010         code, since if the user has requested network, that's what they ought
3011         to get.
3012         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3013         (nnimap-split-rule): Mark as obsolete.
3014
3015         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3016         New variable.
3017
3018         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3019         correct slot, too.
3020
3021 2010-09-29  Julien Danjou  <julien@danjou.info>
3022
3023         * gnus.el (gnus-local-domain): Declare variable obsolete.
3024
3025         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3026         Fix history computing.
3027         (gnus-ido-completing-read): Require ido.
3028
3029 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3032         build Gnus.
3033
3034         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3035         when interpreting the structures.
3036         (nnimap-request-accept-article): Add \r\n to the lines to make this
3037         work with Cyrus.
3038
3039         * nndraft.el (nndraft-request-expire-articles): Use the group name
3040         instead if "nndraft".  Fix found by Nils Ackermann.
3041
3042 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3043
3044         * nnregistry.el: Add.
3045
3046 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3047
3048         * nnmail.el (group, group-art-list, group-art):
3049         Remove unneeded directives.
3050
3051 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3054         (mm-mime-charset)
3055         * rfc2047.el (rfc2047-syntax-table)
3056         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3057
3058         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3059         rather than `insert-file-contents' and `eval-region'.
3060
3061         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3062         construction.
3063
3064         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3065
3066         * time-date.el: No need to require cl for Emacs 21.
3067
3068 2010-09-29  Julien Danjou  <julien@danjou.info>
3069
3070         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3071         replacement of `gnus-gravatar-relief' to mimic
3072         `gnus-faces-properties-alist'.
3073         Add :version property.
3074
3075 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * mail-source.el (mail-source-report-new-mail)
3078         * message.el (message-default-mail-headers)
3079         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3080
3081         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3082
3083 2010-09-28  Julien Danjou  <julien@danjou.info>
3084
3085         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3086         mail-address contains the same string as real-name.
3087
3088         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3089         non-blank in header, otherwise it'll get stripped.
3090
3091         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3092         real-name, and then for mail address rather than doing : or , search.
3093
3094 2010-09-27  Julien Danjou  <julien@danjou.info>
3095
3096         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3097         right completing-read function.
3098         (gnus-use-ido): New variable
3099         (gnus-completing-read-with-default): Remove.
3100         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3101         (gnus-agent-add-group):
3102         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3103         * mm-view.el (mm-view-pkcs7-decrypt):
3104         * mm-util.el (mm-codepage-setup):
3105         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3106         * mml-smime.el (mml-smime-openssl-sign-query):
3107         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3108         (mml-insert-multipart):
3109         * gnus-msg.el (gnus-summary-yank-message):
3110         * gnus-int.el (gnus-start-news-server):
3111         * mm-decode.el (mm-interactively-view-part):
3112         * gnus-dired.el (gnus-dired-attach):
3113         * gnus.el (gnus-read-method):
3114         * gnus-bookmark.el (gnus-bookmark-jump):
3115         * gnus-art.el (gnus-mime-view-part-as-type)
3116         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3117         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3118         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3119         * nnmairix.el (nnmairix-create-server-and-default-group)
3120         (nnmairix-update-groups, nnmairix-get-server)
3121         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3122         (nnmairix-get-group-from-file-path):
3123         * nnrss.el (nnrss-find-rss-via-syndic8):
3124         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3125         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3126         (gnus-group-browse-foreign-server):
3127         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3128         (gnus-summary-execute-command, gnus-summary-respool-article)
3129         (gnus-read-move-group-name):
3130         * gnus-score.el (gnus-summary-increase-score)
3131         (gnus-summary-score-effect):
3132         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3133
3134 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3137         x-focus-frame.
3138
3139         * nnimap.el (auth-source-forget-user-or-password)
3140         (auth-source-user-or-password): Autoload.
3141
3142         * message.el (message-from-style, message-interactive)
3143         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3144         (message-yank-prefix, message-indentation-spaces, message-signature)
3145         (message-signature-file): Add comment.
3146
3147 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3150         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3151         new articles.
3152
3153         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3154         parts.
3155         (nnimap-request-article): Work with the t setting, too.
3156
3157         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3158         that you don't get flashes of other buffers.
3159         (gnus-summary-show-complete-article): Intern before setting.
3160
3161 2010-09-27  David Engster  <dengste@eml.cc>
3162
3163         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3164         well as HEADERS.
3165         (nnmairix-retrieve-headers): Provide new argument for the above.
3166
3167 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-sum.el (gnus-summary-move-article): Don't alter
3170         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3171         group.
3172
3173         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3174
3175         * message.el (message-cite-prefix-regexp): Revert my last edit.
3176
3177         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3178         variable instead of the Gnus variable.
3179
3180         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3181
3182         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3183
3184         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3185         since some servers don't like it.
3186         (nnimap-open-connection): Forget credentials if the server says the
3187         password was wrong.
3188         (nnimap-parse-line): Protect against invalid data.
3189
3190         * gnus-sum.el (gnus-summary-move-article): Add comment.
3191         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3192         nothing alters it while scanning for new messages.
3193
3194         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3195         which may or may not help.
3196         (nnimap-open-connection): If we're doing a stream connection, and then
3197         discover we're on a STARTTLS-capable server, then open a STARTTLS
3198         connection instead.
3199
3200 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * nnimap.el (utf7): Require.
3203
3204         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3205         prefix.
3206
3207 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3208
3209         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3210
3211 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * nnimap.el (nnimap-request-accept-article): Message the error on
3214         error.
3215
3216 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3219
3220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nndoc.el (nndoc-request-list): Return success always.
3223
3224         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3225         `fetch-old' -- we only want to fetch the articles we've requested.
3226         The rest are in the agent, probably.
3227         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3228         disappeared server" to something low.  It's not important.
3229
3230         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3231         arrived before the FETCH data.
3232
3233         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3234         target here, because we don't know the Gnus name of the group.
3235
3236         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3237         for the correct group.
3238
3239         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3240
3241         * gnus.el (gnus): Give a final warning after startup.
3242
3243         * gnus-util.el (gnus-action-message-log): New variable.
3244         (gnus-message): Use it.
3245         (gnus-final-warning): New function.
3246
3247         * nnimap.el (nnimap-open-connection): Record the greeting.
3248         (nnimap): Add greeting.
3249
3250 2010-09-26  Julien Danjou  <julien@danjou.info>
3251
3252         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3253         arguments.
3254         (gnus-html-wash-images): Fix spec computing to include start/end.
3255
3256         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3257
3258 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3261         deletion.
3262         (nnimap-retrieve-headers): Don't select the group, because that's
3263         already done by nnimap-possibly-change-group.
3264
3265         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3266         (gnus-picon-transform-address): Use it.
3267
3268         * mail-source.el (mail-source-value): Revert previous patch.
3269
3270         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3271         on failure.
3272         (nnimap-open-connection): Look up both virtual and physical server name
3273         credentials.
3274
3275         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3276
3277 2009-02-07  Dave Love  <fx@gnu.org>
3278
3279         * tls.el (open-tls-stream): Don't query killing process.
3280
3281 2009-02-08  Dave Love  <fx@gnu.org>
3282
3283         * gnus-win.el (gnus-window-to-buffer-helper)
3284         (gnus-all-windows-visible-p): Function needn't be a symbol.
3285
3286         * mail-source.el (mail-source-value): Function needn't be a symbol.
3287
3288 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * message.el (message-cite-prefix-regexp): Remove } from the cite
3291         prefix.
3292
3293         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3294         highlight again, so that the highlight is correct.
3295
3296         * gnus-picon.el (gnus-picon): Remove again.
3297         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3298
3299         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3300         doing the header highlightling, so that the background colour of the
3301         picon is correct.
3302
3303         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3304         (gnus-picon): Ditto.
3305         (gnus-picon): Reinstate.  The background colour for picons is white.
3306         (gnus-picon-insert-glyph): Make the background white.
3307
3308         * nnml.el (nnml-open-nov): Don't return dead buffers.
3309
3310         * auth-source.el (auth-source-create): Query the user for whether to
3311         store the credentials.
3312
3313         * netrc.el (netrc-store-data): New function.
3314
3315         * auth-source.el (auth-source-user-or-password): Use the existing auth
3316         sources, if any, for creation.
3317
3318         * gnus.el (gnus-group-fast-parameter): Return the last matching
3319         parameter instead of the first matching parameter.
3320
3321 2010-09-26  Julien Danjou  <julien@danjou.info>
3322
3323         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3324
3325 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * mml2015.el (mml2015-use): Remove gpg support.
3328
3329         * mml1991.el (mml1991-function-alist): Remove gpg function.
3330         (mml1991-gpg-sign): Remove.
3331
3332 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3333
3334         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3335         (gnus-browse-unsubscribe-current-group): Document it.
3336         (gnus-browse-unsubscribe-group): Use it.
3337
3338 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3341         address to the To list for easier response.
3342
3343         * gnus.el (gnus-play-startup-jingle): Remove.
3344         (gnus-splash): Don't play jingle.
3345         (gnus): Silence gnus-load message.
3346
3347         * gnus-art.el (gnus-treat-play-sounds): Remove.
3348
3349         * gnus.el (gnus-play-jingle): Remove audio support.
3350
3351         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3352
3353         * earcon.el: Remove -- no users.
3354
3355         * gnus-audio.el: Remove -- no users of this package.
3356
3357         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3358
3359         * gnus-start.el (gnus-setup-news): Remove nocem support.
3360
3361         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3362
3363         * gnus.el (gnus-use-nocem): Remove.
3364
3365         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3366         Remove.
3367
3368         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3369         uses NoCeM any more.
3370
3371         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3372         (gnus-button-ctan-handler): Ditto.
3373         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3374         (gnus-button-ctan-directory-regexp): Ditto.
3375         (gnus-button-handle-ctan): Ditto.
3376         (gnus-button-tex-level): Ditto.
3377         (gnus-button-alist): Remove CTAN stuff.
3378
3379 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3382         nnimap-streaming test.
3383
3384         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3385         servers twice.
3386
3387         * nnimap.el (nnimap-open-connection): Add more error reporting when
3388         nnimap fails early.
3389
3390         * nnheader.el (nnheader-get-report-string): New function.
3391         (nnheader-get-report): Use it.
3392
3393         * gnus-int.el (gnus-check-server): Say what the error was when opening
3394         failed.
3395
3396         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3397         using streaming.
3398
3399 2010-09-25  Julien Danjou  <julien@danjou.info>
3400
3401         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3402         gnus-window-inside-pixel-edges.
3403
3404 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3407
3408         * mm-decode.el (mm-save-part): Allow saving to other directories the
3409         normal Emacs way.
3410
3411         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3412         Suggested by Jay Berkenbilt.
3413
3414         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3415         there isn't a single byte.
3416
3417         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3418         just do it.  It doesn't really seem to matter what the user responds
3419         here, I think, so it's just a confusing question.
3420
3421         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3422         non-streaming case.
3423
3424         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3425         (gnus-article-encrypt-body): Use it.
3426
3427         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3428         keystroke.
3429
3430         * nnimap.el (nnimap-find-wanted-parts-1):
3431         Use gnus-fetch-partial-articles.
3432
3433         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3434
3435         * nnimap.el (nnimap-insert-partial-structure): New function.
3436         (nnimap-get-partial-article): New function.
3437         (nnimap-request-article): Use it.
3438         (nnimap-wait-for-response): Return whether the wait was successful.
3439         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3440         retrieval wasn't successful.
3441         (nnimap-retrieve-group-data-early): Allow throttling servers.
3442         (nnimap-streaming): New variable.
3443         (nnimap-fetch-partial-articles): Remove.
3444
3445         * mm-decode.el (mm-with-part): Protect against killed buffers.
3446
3447         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3448         for prettier summary display.
3449
3450 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3451
3452         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3453
3454 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3457         apparently third-party libraries depend on it.
3458
3459         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3460         before starting negotiation.
3461
3462         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3463         privacy reasons.
3464         (gnus-treat-mail-gravatar): Ditto.
3465
3466         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3467         buffer when inserting images.  Inserting text into the headers, for
3468         instance, can make them invalid.
3469
3470 2010-09-25  Julien Danjou  <julien@danjou.info>
3471
3472         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3473         variables.
3474
3475         * nnheader.el: Remove useless variables news-reply-yank-from and
3476         news-reply-yank-message-id.
3477
3478         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3479         variables.
3480
3481         * mml1991.el: Remove useless mml1991-verbose.
3482
3483         * gnus.el: Remove useless variable gnus-use-generic-from.
3484         Remove obsolete variable gnus-topic-indentation.
3485
3486         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3487
3488         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3489
3490         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3491
3492         * gnus-group.el: Remove useless gnus-group-icon-cache.
3493         Remove useless gnus-ephemeral-group-server.
3494
3495         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3496
3497         * mml2015.el: Remove useless mml2015-verbose.
3498
3499         * mml-smime.el: Remove useless mml-smime-verbose.
3500
3501         * gnus.el: Remove useless gnus-local-domain.
3502
3503         * gnus-gravatar.el (gnus-gravatar-transform-address):
3504         Use gnus-gravatar-size.
3505
3506         * gnus-art.el: Remove useless gnus-treat-translate.
3507
3508 2010-09-24  Julien Danjou  <julien@danjou.info>
3509
3510         * gnus-sum.el: Add support for Gravatars.
3511
3512         * gnus-art.el: Add support for Gravatars.
3513
3514         * gnus-gravatar.el: Add this file.
3515
3516         * gravatar.el: Add this file.
3517
3518 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3521
3522         * gnus-group.el (gnus-group-fetch-faq): Remove.
3523
3524         * gnus.el (gnus-group-faq-directory): Remove.
3525
3526         * gnus-group.el (gnus-group-fetch-charter): Remove.
3527
3528         * gnus.el (gnus-group-charter-alist): Remove.
3529
3530         * gnus-group.el (gnus-group-archive-directory): Remove.
3531         (gnus-group-recent-archive-directory): Ditto.
3532         (gnus-group-make-archive-group): Remove.
3533
3534         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3535
3536         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3537         use the same article number for all the cached articles.
3538
3539         * nnimap.el (nnimap-command): Register the last command time so
3540         that we can use it for idling NOOPs.
3541         (nnimap-open-connection): Start the keeplive timer.
3542         (nnimap-make-process-buffer): Store all the process buffers.
3543         (nnimap-keepalive): New function.
3544
3545         * starttls.el (starttls-open-stream): Add autoload cookie.
3546
3547 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3548
3549         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3550         handling.
3551
3552 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3555         its data structures.
3556
3557         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3558         instead of the cl.el copy-list.
3559         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3560         equalp.
3561
3562 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3565         and tool-bar-local-item-from-menu.
3566
3567         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3568         mode-line-highlight face for Emacs.
3569
3570         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3571         loading gnus-sum.elc; fix comment for canlock-verify.
3572         (gnus-article-jump-to-part): Use read-number.
3573         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3574         Remove Emacs pre-21 compatible code for help-echo.
3575         (gnus-article-next-page-1): No need to adjust the number of lines.
3576         (gnus-article-describe-bindings): Always use help-buffer.
3577
3578         * gnus-audio.el (gnus-audio-inline-sound)
3579         * gnus-cus.el (gnus-custom-mode)
3580         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3581
3582         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3583
3584         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3585         compatible code.
3586
3587 2010-09-24  Glenn Morris  <rgm@gnu.org>
3588
3589         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3590         visiting the fcc file in rmail-mode.
3591
3592         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3593
3594 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * nnir.el: Silence the byte compiler.
3597
3598         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3599         alias to browse-url-url-encode-chars if any.
3600         (gnus-html-encode-url): Use it.
3601
3602 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-start.el (gnus-use-backend-marks): New variable.
3605         (gnus-get-unread-articles-in-group): Use it.
3606
3607         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3608         makeover.
3609
3610 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3611
3612         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3613
3614 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3617         Remove.
3618         (gnus-setup-news-hook):
3619         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3620
3621         * gnus-int.el (gnus-request-update-info): Protect against backends not
3622         having the function.
3623
3624         * nnimap.el (nnimap-stream): Mention starttls.
3625         (nnimap-open-connection): Add starttls support.
3626
3627 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3628
3629         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3630
3631 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3634         BODYSTRUCTUREs.
3635         (nnimap-transform-headers): Unfold quoted {42} headers.
3636
3637         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3638         the info.
3639         (gnus-get-unread-articles): Only call updatep on backends that support
3640         it.
3641
3642         * nnweb.el (nnweb-request-update-info): NOOP.
3643
3644         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3645
3646         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3647         since it only deals with marks.
3648
3649         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3650         gnus-request-marks, and make a new gnus-request-update-info.
3651
3652         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3653         the active instead of the high number, which is usually too low.
3654
3655 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3658         * encrypt.el: Remove.
3659
3660 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3663         server in symbolic form.
3664
3665         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3666
3667 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3670         (nnimap-update-info): Fix up code slightly.
3671
3672         * gnus-int.el (gnus-open-server): Add tracing for performance
3673         debugging.
3674
3675         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3676         (gnus-group-insert-group-line): Pass the real group name so that it
3677         gets the right data.
3678
3679         * gnus-start.el (gnus-get-unread-articles): Don't have
3680         `gnus-get-unread-articles-in-group' update info, since that can be
3681         really slow and doesn't seem to be needed?
3682
3683 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3684
3685         * time-date.el (date-to-time): Try using parse-time-string first before
3686         using the slower timezone-make-date-arpa-standard.
3687
3688 2010-09-22  Julien Danjou  <julien@danjou.info>
3689
3690         * gnus-group.el (gnus-group-insert-group-line):
3691         Call gnus-group-highlight-line.
3692         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3693         default hook list.
3694         (gnus-group-update-eval-form): Add new function.
3695         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3696         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3697
3698 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3701         immediate, then expire all articles.
3702         (nnimap-update-info): Fix off-by-one errors.
3703         (nnimap-flags-to-marks): Would return no marks lists for group with no
3704         flags.  Instead return the other data.
3705
3706 2010-09-22  Julien Danjou  <julien@danjou.info>
3707
3708         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3709         Only return an icon.
3710         (gnus-group-insert-group-line): Compute icon to return.
3711
3712         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3713         (gnus-html-image-fetched): Only cache if
3714         gnus-html-image-automatic-caching is set.
3715         (gnus-html-image-fetched): Check for errors.
3716
3717 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3720         once per method on `g'.  This ensures that backends like nnfolder don't
3721         open all their folders.
3722
3723         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3724         (nnimap-request-list): Nix out group in the correct buffer.
3725         (nnimap-parse-flags): Implement by using `read' instead of
3726         hand-parsing.
3727         (nnimap-flags-to-marks): Pass on permanent-flags.
3728         (nnimap-make-process-buffer): Record the server name.
3729         (nnimap-parse-flags): Fix typo.
3730         (nnimap-request-scan): Run split on the server in general, not just a
3731         single group.
3732
3733         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3734         parameter, and propagate this downwards.
3735
3736         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3737         since EXAMINE changes it on the server.
3738
3739         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3740         this command might take a while.
3741
3742 2010-09-22  Julien Danjou  <julien@danjou.info>
3743
3744         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3745         harmful if you have 2 images side-by-side, they can't be properly
3746         update on text deletion.  Using text-property is safer here.
3747         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3748         data.
3749
3750 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-expunge-inbox): Remove.
3753         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3754         (nnimap-expunge): Flip default to t.
3755
3756         * gnus.el (gnus-method-to-server): Don't push things to the cache
3757         unless it's unique.
3758         (gnus-server-to-method): Ditto.
3759
3760 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3763
3764 2010-09-22  Julien Danjou  <julien@danjou.info>
3765
3766         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3767         get the start of data.
3768         (gnus-html-encode-url): Add this function to encode special chars in
3769         URL.
3770         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3771         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3772
3773         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3774         default.
3775         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3776
3777         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3778         images alt-text.
3779         (gnus-html-put-image): Put alt-text as help-echo.
3780
3781 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3784         * mm-util.el (mm-decompress-buffer)
3785         * nnir.el (nnir-run-find-grep)
3786         * pop3.el (pop3-list): Use 3rd arg of split-string.
3787
3788         * time-date.el (format-seconds): Comment fix.
3789
3790         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3791         and byte-optimize-form-code-walker.
3792         (dgnushack-make-auto-load): Don't advise make-autoload.
3793
3794         * lpath.el: Remove Emacs 21 stuff.
3795
3796 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3799         outside the active range.  Suggested by Dan Christensen.
3800
3801         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3802         slightly later to avoid double-getting it.
3803
3804         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3805         previous patch.
3806
3807         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3808
3809 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3810
3811         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3812
3813 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-int.el (gnus-open-server): Give a better error message in the
3816         "go offline" case.
3817
3818         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3819         marks for nnimap, which is seldom the right thing to do.
3820
3821         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3822         (gnus-same-method-different-name): New function.
3823
3824         * nnimap.el (parse-time): Require.
3825
3826         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3827         method in the presence of many similar methods.
3828
3829         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3830
3831         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3832         nnml-inhibit-expiry.
3833
3834         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3835         find out whether methods are equal.
3836
3837         * nnimap.el (nnimap-find-expired-articles): New function.
3838         (nnimap-process-expiry-targets): New function.
3839         (nnimap-request-move-article): Request the article before looking at
3840         what the Message-ID is.  Fix found by Andrew Cohen.
3841         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3842
3843         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3844         for oldness in addition to being a predicate.
3845
3846         * nnimap.el (nnimap-request-group): When we have zero articles, return
3847         the right data to Gnus.
3848         (nnimap-request-expire-articles): Only delete articles immediately if
3849         the target is 'delete.
3850
3851         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3852         method, this would bug out.
3853
3854         * gnus-group.el (gnus-group-expunge-group): Rename from
3855         gnus-group-nnimap-expunge, and implemented as a normal interface
3856         function.
3857
3858         * gnus-int.el (gnus-request-expunge-group): New function.
3859
3860         * nnimap.el (nnimap-request-create-group): Implement.
3861         (nnimap-request-expunge-group): New function.
3862
3863 2010-09-21  Julien Danjou  <julien@danjou.info>
3864
3865         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3866         (gnus-html-cache-expired): Add new function.
3867         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3868         wethever we should display image for fetch it.
3869         Compute alt-text earlier to pass it to the fetching function too.
3870         (gnus-html-schedule-image-fetching): Change function argument to only
3871         get one image at a time, not a list.
3872         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3873         cache.
3874         (gnus-html-get-image-data): New function to retrieve image data from
3875         cache.
3876         (gnus-html-put-image): Change buffer argument to use image data rather
3877         than file, and place image above region rather than inserting a new
3878         one.  Do not take alt-text as argument, since it's useless now: we place
3879         the image above alt-text.
3880         (gnus-html-prune-cache): Remove.
3881         (gnus-html-show-images): Start to fetch image when we find one, do not
3882         push into a temporary list.
3883         (gnus-html-prefetch-images): Only fetch image if they have expired.
3884         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3885         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3886
3887 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3890
3891 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3894         spec inser "*" if the group isn't active instead of 0.
3895
3896         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3897         opening the server.
3898         (nnimap-request-delete-group): Implement group deletion.
3899         (nnimap-transform-headers): Return the size of the entire message in
3900         the Bytes header, not just the size of the first part.
3901         (nnimap-request-move-article): When moving an article from nnimap,
3902         request the article first so the accepting form has an article to
3903         accept.  Reported by Dan Christensen.
3904         (nnimap-command): Make sure that the error message doesn't error out.
3905
3906 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3907
3908         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3909         we haven't requested anything.
3910
3911 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3914         "".  Fix found by Andrew Cohen.
3915
3916         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3917         instead of -encode-string.
3918
3919 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3922
3923         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3924         by mm-subst-char-in-string.
3925
3926 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3929         waiting for the connection string.
3930
3931         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3932         arriving.
3933
3934         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3935         bogus characters.  This allows selecting certain Gmail groups.
3936
3937         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3938         (nnimap-fetch-partial-articles): New variable.
3939         (nnimap-open-connection): When looking for credentials, also use the
3940         nnimap-server-port.
3941         (nnimap-request-article): Return the group/article number, so that Gnus
3942         `^' works as expected.
3943         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3944
3945         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3946         comments.
3947         (gnus-methods-sloppily-equal): New function.
3948         (gnus): When using the development version of Gnus, load the gnus-load
3949         file.
3950
3951         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3952         `gnus-open-server' on each method before trying to scan them etc.
3953         This ensures that all the backend parameters are set correctly.
3954
3955         * nnimap.el (nnimap-authenticator): New variable.
3956         (nnimap-open-connection): Allow anonymous login.
3957         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3958         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3959
3960         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3961         patch, found by Knut Anders Hatlen.
3962
3963 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3964
3965         * gnus-agent.el (gnus-agent-batch-confirmation)
3966         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3967         to gnus-message.
3968         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3969         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3970         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3971         * gnus-int.el (gnus-open-server): Likewise.
3972         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3973         (gnus-score-check-syntax): Likewise.
3974         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3975         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3976         Likewise.
3977         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3978
3979 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3982         calling conventions so that prefetch doesn't bug out.
3983
3984 2010-09-19  Julien Danjou  <julien@danjou.info>
3985
3986         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3987         rather than `subst-char-in-region' in order to be able to replace ASCII
3988         char by UTF-8 ones.
3989
3990         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3991         than curl.
3992         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3993         the right URL and ALT text on images.
3994         (gnus-html-wash-tags): Fix tag case.
3995         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3996         (gnus-article-html): Add -o display_ins_del=2 option.
3997         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3998
3999 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4002         the extra mail headers, which sometimes seem to happen for unknown
4003         reasons.
4004
4005         * mail-parse.el (mail-header-encode-parameter): Define as
4006         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4007         (or most, perhaps?) mail readers don't understand the latter, but do
4008         understand the former.
4009
4010         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4011         to nil, so that no methods are automatically agentized.  I think this
4012         is probably what most users want.
4013
4014         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4015         from url-retrieve, for instance about invalid URLs.
4016
4017         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4018         groups that have no articles.
4019         (nnimap-request-article): Check that we really got an article when we
4020         requested one.
4021
4022         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4023         doesn't exist.
4024
4025         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4026         nntp buffer so the agent can save it.
4027         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4028         that CRLF doesn't get translated to \n.
4029         (nnimap-open-connection): Don't make 'shell commands only send \n.
4030
4031 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4032
4033         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4034         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4035         Update var name.
4036         (nnml-generate-nov-file): Use dolist.
4037         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4038         Use with-current-buffer.
4039
4040 2010-09-18  Julien Danjou  <julien@danjou.info>
4041
4042         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4043         parallel.
4044
4045 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4048         the range update right.
4049         (nnimap-request-group): Don't make `M-g' bug out on group with no
4050         marks.
4051         (nnoo): Require, so that other packages can require nnimap.
4052         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4053         command we're looking for.  This helps when the server sends more
4054         responses after we've gotten everything we expected.
4055         (nnimap): Add a `newlinep' field to keep track of end-of-line
4056         conventions.
4057         Don't send CRLF to things that don't want it.
4058         (nnimap-request-accept-article): Ditto.
4059
4060 2010-09-18  Julien Danjou  <julien@danjou.info>
4061
4062         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4063         than curl to retrieve images.
4064
4065 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4068         the marks.
4069         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4070         (nnimap-wait-for-connection): New function.
4071         (nnimap-open-connection): If we have PREAUTH, don't query for login
4072         credentials.
4073         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4074         when doing a partial update.
4075
4076 2010-09-18  Julien Danjou  <julien@danjou.info>
4077
4078         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4079         tags.
4080
4081 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * nnimap.el (nnimap-credentials): New function.
4084         (nnimap-open-connection): Use the new function to look for credentials
4085         also on the numeric equivalents of "imap" and "imaps".
4086
4087         * gnus-start.el (gnus-activate-group): Send the info to
4088         gnus-request-group.
4089
4090         * nnimap.el (nnimap-request-group): Have the "check" version of the
4091         function parse flags and update the info, so that a `M-g' get a total
4092         resync of all flags from the group.
4093
4094         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4095         to allow backends to alter the info on group selection.  Also alter all
4096         the backend -request-group functions to take the parameter.
4097
4098         * nnimap.el (nnimap-store-info): New function.
4099         (nnimap-update-info): Store the info for later usage.
4100         (nnimap-request-group): Use the stored info for the dont-check case, so
4101         that we don't retrieve all marks when we enter a group.
4102
4103         * nnimap.el: Use deffoo instead of defun for interface functions.
4104
4105         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4106         update the group info.  This makes the nndraft groups, for instance, go
4107         back to their old behaviour.
4108
4109         * gnus-sum.el (gnus-select-newsgroup): Indent.
4110
4111         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4112         in.
4113         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4114         nothing.
4115
4116         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4117         from methods that are denied.
4118
4119         * gnus-int.el (gnus-method-denied-p): New function.
4120
4121         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4122         store the password instead of netrc.
4123         (nnimap-open-connection): Don't error out when we can't make a
4124         connections.
4125
4126         * auth-source.el (auth-source-create): In the password prompt, say what
4127         we're querying for.  Also prompt for user name if that hasn't been
4128         given.
4129
4130         * nnimap.el (nnimap-with-process-buffer): Remove.
4131
4132 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4135         method when we're reading from the agent.
4136
4137         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4138
4139         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4140         that's probably most useful for users.
4141
4142         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4143         "failed" all the time.
4144
4145         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4146         ...)) with (with-current-buffer ... ).
4147
4148         * nntp.el (nntp-open-server): Return whether the open was successful or
4149         not.
4150
4151         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4152         select an unread unseen article first.
4153
4154         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4155         /etc/services, supply some sensible port defaults.
4156
4157         * dgnushack.el: Define netrc-credentials.
4158
4159 2010-09-17  Julien Danjou  <julien@danjou.info>
4160
4161         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4162
4163 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4164
4165         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4166         doesn't have any parameters.
4167
4168 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4171         only upcased checks.
4172
4173         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4174
4175         * nnimap.el (nnimap-open-shell-stream): New function.
4176         (nnimap-open-connection): Use it.
4177         (nnimap-transform-headers): Get the number of lines in each message.
4178         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4179         number of lines.
4180         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4181         problem.
4182
4183         * utf7.el (utf7-encode): Autoload.
4184
4185         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4186         to allow the mail splitting to not return a default group.  This is
4187         useful for nnimap, which will leave unmatched mail in the inbox.
4188
4189         * nnimap.el: Rewritten.
4190
4191         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4192         nnimap usage.
4193
4194         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4195         if the move is internal, so that nnimap can do fast internal moves.
4196
4197         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4198         data.
4199         (gnus-read-active-for-groups): Support finishing the early retrieval of
4200         data.
4201
4202         * gnus-range.el (gnus-range-nconcat): New function.
4203
4204         * gnus-int.el (gnus-finish-retrieve-group-infos)
4205         (gnus-retrieve-group-data-early): New functions.
4206
4207 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4208
4209         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4210         (nnrss-retrieve-groups):
4211         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4212         (pop3-quit): Use with-current-buffer.
4213
4214 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4217         instead of nnheader-accept-process-output.
4218
4219         * dgnushack.el (dgnushack-compile): Add comment.
4220
4221         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4222
4223         * gnus-html.el (gnus-html-schedule-image-fetching)
4224         (gnus-html-prefetch-images): Replace process-kill-without-query by
4225         gnus-set-process-query-on-exit-flag.
4226
4227 2010-09-16  Romain Francoise  <romain@orebokech.com>
4228
4229         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4230
4231 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4234         parameter to unintern is mandatory-ish in Emacs 24.
4235
4236         * gnus-html.el (gnus-html-schedule-image-fetching)
4237         (gnus-html-prefetch-images): Check for curl before using it.
4238
4239         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4240         depend on curl, which isn't essential.
4241
4242         * imap.el: Revert back to version
4243         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4244         seem problematic.
4245
4246 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4247
4248         * gnus-registry.el (gnus-registry-install-shortcuts):
4249         Explicitly pass `obarray' to `unintern' to avoid a warning.
4250
4251 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4254         change.
4255
4256         * nnrss.el (nnrss-request-list): Remove this function and related
4257         functions, including the moreover stuff.
4258
4259 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * nnrss.el (nnrss-retrieve-groups): New function.
4262
4263 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4264
4265         * .dir-locals.el: Add no-byte-compile cookie.
4266
4267 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * time-date.el (format-seconds): Comment fix.
4270
4271         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4272         for back end that doesn't support request-scan.
4273
4274 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4277         then do request scans from the backends.
4278
4279         * netrc.el (netrc-credentials): New conveniency function.
4280
4281         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4282         avoid running a hook per line, since this takes a lot of time,
4283         profiling shows.
4284         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4285         directly if gnus-visual-p is true.
4286
4287 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4290         groups; replace mapcar with dolist which is a bit faster; pass groups
4291         info to gnus-read-active-file-1.
4292         (gnus-read-active-file-1): Scan only specified groups if the new
4293         optional arg `infos' is given.
4294
4295 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4298
4299         * pop3.el (pop3-movemail): Remove.
4300         (pop3-streaming-movemail): Rename to pop3-movemail.
4301
4302         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4303         don't restrict end-tag searches to the end of the line.
4304
4305 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4308         articles of every unchecked group to t, which means unknown since the
4309         server has never been opened.
4310
4311 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * gnus-html.el (gnus-html-show-alt-text): New command.
4314         (gnus-html-browse-image): Ditto.
4315         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4316         to browse the image directly.
4317         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4318         better.
4319
4320         * gnus-async.el (gnus-async-article-callback):
4321         Call `gnus-html-prefetch-images' unconditionally.
4322
4323         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4324         before feeding URLs to curl.
4325
4326 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4329         internal images as deletable by `W D D'.
4330
4331         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4332         (gnus-async-article-callback): Fix typo.
4333
4334 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4337         current line to work around bugs in the output from w3m.
4338
4339         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4340         for groups that want that.
4341
4342         * nntp.el (nntp-wait-for-string): Supply a timeout for
4343         accept-process-output to ensure progress.
4344
4345         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4346         level to get unread articles from, then use that for foreign groups,
4347         too.
4348
4349         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4350         confuses the rest of the function.
4351
4352         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4353         for the methods that support -retrieve-groups, too.
4354
4355         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4356
4357 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4360         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4361
4362         * pop3.el: Require cl when compiling.
4363         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4364
4365 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4368         that aren't going to be activated.
4369         (gnus-get-unread-articles): Fix up the last commit.
4370
4371         * gnus-html.el (gnus-article-html): Allow calling without specifying
4372         the handle.  In that case, dissect the buffer first.
4373
4374         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4375
4376         * nnimap.el (nnimap-open-connection): Revert the change that would look
4377         into authinfo for imaps instead of imap.
4378
4379         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4380         say that you don't want to call gnus-request-group with don-check, but
4381         do check the reponse.  This is for virtual groups only.
4382         (gnus-get-unread-articles): Count the archive groups as secondary, so
4383         that they're activated the same way as before.
4384
4385         * imap.el (imap-message-map): Removed optional buffer parameter, since
4386         no callers use it.
4387         (imap-message-get): Ditto.
4388         (imap-message-put): Ditto.
4389         (imap-mailbox-map): Ditto.
4390         (imap-mailbox-put): Ditto.
4391         (imap-mailbox-get): Ditto.
4392         (imap-mailbox-get): Revert last change for this function.
4393
4394         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4395         case-insensitively.
4396         (nnimap-debug): Remove.
4397
4398         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4399         to use `imap-fetch' instead.  According to the comments, this should be
4400         safe, since all other IMAP clients use the 1:* syntax.
4401         (imap-enable-exchange-bug-workaround): Removed.
4402         (imap-debug): Removed -- doesn't seem very useful.
4403
4404         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4405         mail from a file, and the file doesn't exist.
4406
4407         * imap.el (imap-log): New convenience function used throughout instead
4408         of repeating the same code all over the place.
4409
4410         * pop3.el (pop3-streaming-movemail): Return t for success.
4411
4412         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4413         .authinfo if we're using ssl connection.
4414
4415         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4416         already have if we're in a main Gnus `g' run.
4417
4418         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4419
4420 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4423
4424         * nnmh.el (nnmh-request-list-1): Bind `file'.
4425
4426         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4427         alias to set-process-query-on-exit-flag or process-kill-without-query.
4428         (pop3-open-server): Use it.
4429
4430 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4433         box to the Incoming file.  Fixes mistake in previous checkin.
4434
4435         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4436         request loop (for debugging purposes) removed.
4437
4438         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4439         culprit is more visible.
4440         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4441         (nnml-add-incremental-nov): New functions to do "incremental" nov
4442         updates, where we just append to the end of the existing nov files
4443         without reading/writing them in full.
4444
4445         * mail-source.el (mail-source-delete-crash-box): Really only check the
4446         incoming files once in a while.
4447
4448         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4449
4450         * mail-source.el (mail-source-delete-crash-box): Only check the
4451         incoming files for deletion once per day to save a lot of file
4452         accesses.
4453
4454         * pop3.el (pop3-logon): Fix up unbound variable typo.
4455
4456         * mail-source.el (pop3-streaming-movemail): Autoload.
4457
4458         * pop3.el (pop3-streaming-movemail):
4459         Respect pop3-leave-mail-on-server.
4460
4461         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4462         retrieval.
4463
4464         * pop3.el (pop3-process-filter): Remove unused function.
4465         (pop3-streaming-movemail, pop3-send-streaming-command)
4466         (pop3-wait-for-messages, pop3-write-to-file)
4467         (pop3-number-of-responses): New functions for streaming pop3
4468         retrieval.
4469
4470         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4471         come from no known methods.
4472         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4473         list.
4474
4475         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4476         message sizes.
4477         (pop3-movemail): Use erase-buffer instead of looping and deleting
4478         regions, which seems rather odd.
4479
4480         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4481         file once per `g' run.
4482
4483         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4484         directories.  This makes the draft queue directory work.
4485
4486         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4487         data from the backends, so that we only request the list of groups from
4488         each method once.  This should speed things up considerably.
4489
4490         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4491         detect that it's not implemented.
4492
4493         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4494         we actually do recurse down into the tree, but don't stat all leaf
4495         nodes.
4496
4497         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4498         then say so instead of bugging out.
4499
4500         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4501         files exist before trying to read them.
4502
4503         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4504         around <pre_int>.
4505
4506         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4507
4508         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4509
4510 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * mm-util.el (mm-image-load-path): Just return the image directories,
4513         not all directories in the path in addition to the image directories.
4514         (mm-image-load-path): Maintain a cache of the image directories so that
4515         the `g' command in Gnus doesn't have to stat dozens of directories each
4516         time.
4517
4518         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4519         (gnus-html-wash-tags): Add a new `i' command to insert images.
4520         (gnus-html-insert-image): New command and keystroke.
4521         (gnus-html-redisplay-with-images): New command and keystroke.
4522         (gnus-html-show-images): Rename command.
4523         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4524         spacers.
4525         (gnus-html-wash-tags): Decode entities at the end, so that entities
4526         inside the tags don't mess up the rest of the "parsing".
4527
4528         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4529         so that nnimap methods aren't agentized by default.  There's apparently
4530         many problems related to agent/imap behaviour.
4531
4532         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4533
4534         * gnus-html.el: Doc fix.
4535
4536 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4539         specifier-spec-list for Emacs 21.
4540
4541         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4542         glyph-width and glyph-height instead of display-graphic-p and
4543         image-size; make avoidance of displaying small images work for XEmacs.
4544
4545         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4546         for XEmacs.
4547
4548         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4549         of symbol that holds plist data.
4550         (gnus-process-plist): Remove plist of process after getting it.
4551
4552 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * message.el (message-generate-hashcash): Change default to
4555         'opportunistic if hashcash is installed.
4556
4557         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4558         (gnus-html-put-image): Only call image-size once, since it's somewhat
4559         time-consuming on remote X servers.
4560
4561 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4564         type on data, not a file name.
4565
4566         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4567         window-pixel-edges for Emacs 21.
4568
4569         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4570         decoded contents.
4571         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4572
4573 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4576         group line format, since it isn't very interesting.
4577
4578         * gnus-agent.el (gnus-agent-short-article),
4579         (gnus-agent-long-article): Increase values for these two variables,
4580         since most people are likely to have more network connection and
4581         storage than before.
4582
4583         * gnus.el (gnus-refer-article-method): Change default to 'current.
4584         When referring an article, the common behaviour is to refer it from the
4585         current select method, not the native select method.  The chances of
4586         the native select method having the message in question is rather slim
4587         these days.
4588
4589         * gnus-sum.el (gnus-auto-select-subject): Change default to
4590         `unseen-or-unread'.  I think it's likely that most people want to
4591         select an unseen article over a previously seen, but unread one.
4592
4593         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4594         means that in the article buffer none of the minor mode elements will
4595         be shown, usually, and this is not desirable in most cases.
4596
4597         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4598         that commands like `d' (and the like) go to the next line in the
4599         buffer, instead of the next unread article.  I think this is the
4600         behaviour that is most natural for most users.
4601         (gnus-single-article-buffer): Change default to nil, so that people can
4602         have as many article buffers open as they have summary buffer.  I think
4603         this is the most natural way for the groups to behave.
4604
4605         * message.el (message-generate-new-buffers): Change default to
4606         `unsent', so that all new message buffers start their names with the
4607         string "*unsent", and it's easier to find the buffers if you move from
4608         them.
4609
4610 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4613         small.  They're probably tracking images.
4614         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4615         (gnus-html-rescale-image): Yet another try at getting the image sizing
4616         right.
4617
4618         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4619         nntp-marks-file-name is nil.
4620
4621 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-html.el (gnus-html-wash-tags)
4624         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4625         Better logging.
4626
4627 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4630
4631         * gnus-html.el (gnus-html-wash-tags): Check the value of
4632         gnus-blocked-images in the summary buffer.
4633
4634 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4637
4638 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4641         like "a", it seems like.
4642         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4643         since it needs to be picked from the correct buffer.
4644
4645         * nnwfm.el: Remove.
4646
4647         * nnlistserv.el: Remove.
4648
4649 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4650
4651         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4652         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4653
4654 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * nnkiboze.el: Remove.
4657
4658         * nndb.el: Remove.
4659
4660         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4661         alt text.
4662         (gnus-html-rescale-image): Try to get the rescaling logic right for
4663         images that are just wide and not tall.
4664
4665         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4666         overshadow variable bindings.
4667
4668 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * gnus-html.el (gnus-html-wash-tags)
4671         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4672         Add extra logging.
4673
4674 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4677         (gnus-max-image-proportion): New variable.
4678         (gnus-html-rescale-image): New function.
4679         (gnus-html-put-image): Rescale images.
4680
4681 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4682
4683         Fix up some byte-compiler warnings.
4684         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4685         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4686         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4687         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4688         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4689         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4690         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4691
4692 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-html.el (gnus-article-html): Decode contents by charset.
4695
4696 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4699         (gnus-html-frame-width, gnus-blocked-images)
4700         * message.el (message-prune-recipient-rules): Add custom version.
4701         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4702
4703         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4704         functions.
4705
4706         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4707         gnus-process-get.
4708
4709 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4710
4711         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4712         instead of lsub directly.
4713
4714 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * nnwarchive.el: Remove.
4717
4718         * gnus-soup.el: Remove.
4719
4720         * nnsoup.el: Remove.
4721
4722         * nnultimate.el: Remove.
4723
4724         * gnus-html.el (gnus-blocked-images): New variable.
4725
4726         * message.el (message-prune-recipients): New function.
4727         (message-prune-recipient-rules): New variable.
4728
4729         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4730         guess whether a long line is natural text or not.
4731
4732         * gnus-html.el (gnus-html-schedule-image-fetching):
4733         Use gnus-process-plist and friends for compatibility.
4734
4735 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * gnus-html.el: Require packages that define macros used in this file.
4738         (gnus-article-mouse-face): Declare to silence byte-compiler.
4739         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4740         process-get.
4741         (gnus-html-put-image): Use plist-get to avoid getf.
4742         (gnus-html-prefetch-images): Use with-current-buffer.
4743
4744 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-ems.el: Provide compatibility functions for
4747         gnus-set-process-plist.
4748
4749         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4750         header-line-format for XEmacs 21.4.
4751
4752         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4753         * gnus.el (gnus-valid-select-methods)
4754         * message.el (message-send-mail-partially-limit)
4755         * mm-decode.el (mm-text-html-renderer)
4756         * mml.el (mml-insert-mime-headers-always)
4757         * smiley.el (smiley-regexp-alist): Bump custom version.
4758
4759 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * gnus-html.el: require mm-url.
4762         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4763         with the url to `url'.
4764         (gnus-html-wash-tags): Support cid: URLs/images.
4765
4766 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4769         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4770         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4771
4772         * gnus-move.el: Remove file, since it doesn't really work.
4773
4774         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4775         UTF-8.  This seems to fix problems with some German web feeds.
4776
4777         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4778         at the top so that the proper colours are applied.
4779
4780         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4781         don't have dots in their names.
4782
4783         * gnus-art.el (gnus-article-view-part): Doc fix.
4784
4785         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4786         XEmacs-compatible.
4787         (gnus-html-put-image): Don't do images on non-graphic displays.
4788
4789         * nnslashdot.el: Remove this unused backend.
4790
4791         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4792         actions.
4793         (gnus-undo-register-1): Revert last change.
4794
4795         * gnus-group.el (gnus-group-completing-read): Protect against not
4796         having completion-styles bound.
4797
4798         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4799         make broken recipients happier.
4800
4801         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4802
4803         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4804         point parameter.
4805
4806         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4807
4808         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4809         completion-styles for group selection.
4810
4811 2009-02-04  Andreas Schwab  <schwab@suse.de>
4812
4813         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4814         headers and regexp-quote the match if necessary.
4815
4816 2009-03-24  Miles Bader  <miles@gnu.org>
4817
4818         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4819         the blinking smiley.
4820
4821 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4822
4823         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4824         blink smiley.
4825
4826 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4829         where the dribbel file lives exists.
4830
4831         * message.el (message-send-mail-partially-limit): Change the default to
4832         nil, since most people don't want this.
4833
4834         * mm-url.el (mm-url-decode-entities): Also decode entities like
4835         &#x3212.
4836
4837 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4838
4839         * gnus-sum.el (gnus-summary-idna-message):
4840         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4841         Hyperlink urls in docstrings with URL `...'.
4842
4843 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4844
4845         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4846         functions.
4847
4848 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4851         say what the mouseover text should be.
4852
4853         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4854         version of the mm-w3m-safe-url-regexp variable to only download images
4855         in the groups where we want that to happen.
4856
4857         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4858
4859         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4860         easier debugging.
4861         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4862         big pictures in the article buffer.
4863
4864         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4865         gnus-article-html.
4866         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4867         w3m.
4868
4869         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4870
4871 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4874         which doesn't exist.
4875
4876         * message.el (message-inhibit-ecomplete): New variable to allow some
4877         function to inhibit ecomplete address storage.
4878         (message-resend): Disable ecomplete message storage when resending
4879         messages.
4880
4881         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4882
4883 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4886         Save excursion while copying, moving, and deleting articles in order to
4887         prevent the cursor from jumping to unforeseen place.
4888
4889 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * lpath.el: No need to bind bookmark-current-buffer,
4892         bookmark-yank-point and bookmark-make-record-function.
4893
4894 2010-08-17  Glenn Morris  <rgm@gnu.org>
4895
4896         * gnus-sync.el: Require gnus components whose functions are used.
4897
4898         * gnus-art.el (bookmark-make-record-function):
4899         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4900         Declare for compiler.
4901
4902         * mm-url.el (mml-compute-boundary): Autoload.
4903
4904 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4907
4908 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         Typo fix "hoo4a" -> "hook".
4911
4912         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4913
4914 2010-08-14  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus-sync.el (gnus-sync): Fix defgroup version.
4917
4918 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4921
4922         * gnus-sync.el: Fix docs.
4923         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4924         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4925
4926 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         Optimizations for gnus-sync.el.
4929
4930         * gnus-sync.el: Add docs about gnus-sync-backend
4931         possibilities.
4932         (gnus-sync-save): Remove unnecessary message.
4933         (gnus-sync-read): Optimize and show what groups were skipped.
4934
4935 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         Minor bug fixes for gnus-sync.el.
4938
4939         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4940         Don't read the sync on get-new-news.
4941
4942         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4943         quiet.
4944
4945         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4946         (fix typo).
4947
4948 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4949
4950         Make saving and restoring of hidden threads work with overlays.
4951         Patch applied by Ted Zlatanov.
4952
4953         * gnus-sum.el (gnus-hidden-threads-configuration)
4954         (gnus-restore-hidden-threads-configuration): Update to deal with text
4955         properties, rather than searching for a magic character.
4956
4957 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         New gnus-sync.el library for synchronization of marks.
4960
4961         * gnus-sync.el: New library for synchronization of marks.
4962
4963         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4964         renamed from `gnus-registry-grep-in-list'.
4965
4966         * gnus-registry.el (gnus-registry-follow-group-p):
4967         Use `gnus-grep-in-list'.
4968
4969         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4970
4971 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4974         determining charset of text fails.
4975
4976 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * nnmail.el (nnmail-get-new-mail-1): Revert.
4979
4980         * nnml.el (nnml-active-number): Make sure names of newly created groups
4981         in nnml-group-alist are encoded.
4982
4983 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4986         containing non-ASCII characters in active file for nnml back end.
4987
4988 2010-07-24  David Engster  <dengste@eml.cc>
4989
4990         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4991         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4992
4993 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4994
4995         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4996         tag (Bug#6654).
4997
4998 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5001         the article buffer, not the summary buffer.
5002
5003 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5006         Emacs 23 as well.
5007
5008 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5011         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5012
5013 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5014
5015         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5016         Patch applied by Karl Fogel.
5017
5018         * gnus-sum.el (gnus-summary-bookmark-make-record):
5019         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5020
5021 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5022
5023         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5024         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5025         C-w still not working correctly from Article buffers; Thierry's
5026         patch to fix that will be applied after this.
5027
5028         * gnus-art.el (bookmark-make-record-function): New local variable.
5029
5030         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5031         article buffer.
5032         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5033
5034 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5035
5036         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5037         on changes in bookmark.el.
5038
5039 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5042         `no-log' instead of message not to log prompt string.
5043
5044 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5045
5046         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5047         the *other* type of HTML form submission.
5048
5049 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5050
5051         * auth-source.el (auth-source-pick): If choice does not contain a
5052         questioned keyword, set the check to t.
5053
5054 2010-06-12  Romain Francoise  <romain@orebokech.com>
5055
5056         * gnus-util.el (gnus-date-get-time): Move up before first use.
5057
5058 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5061         (gnus-article-edit-part): Bind it to make last part that is substituted
5062         or deleted visible.
5063         (gnus-mime-display-single): Buttonize part of which id equals to
5064         gnus-mime-buttonized-part-id.
5065
5066 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5067
5068         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5069         (gnus-dd-mmm): Use gnus-date-get-time.
5070         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5071         simplify logic.
5072         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5073         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5074
5075 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5076
5077         * auth-source.el (top): Autoload `secrets-list-collections',
5078         `secrets-create-item', `secrets-delete-item'.
5079         (auth-sources): Fix tag string.
5080         (auth-get-source, auth-source-retrieve, auth-source-create)
5081         (auth-source-delete): New defuns.
5082         (auth-source-pick): Rewrite in order to avoid 2 passes.
5083         (auth-source-forget-user-or-password): New parameter USERNAME.
5084         (auth-source-user-or-password): New parameters CREATE-MISSING and
5085         DELETE-EXISTING.  Retrieve password interactively, if needed.
5086
5087 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5088
5089         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5090         deleting unused directories when gnus-expert-user is t.
5091
5092 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5095         for each temp file when gnus-article-browse-delete-temp is ask.
5096
5097 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5098
5099         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5100         Lisp calls to delete-backward-char by calls to delete-char.
5101
5102 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5103
5104         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5105
5106 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5107
5108         * password-cache.el (password-cache-remove): Fix docstring.
5109
5110 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5113         article unless decoding article to be saved.
5114
5115 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5118         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5119         generated within the mm-with-unibyte-current-buffer macro.
5120
5121 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5124         to nil when we're in a mml-preview buffer and no group is selected.
5125
5126 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5127
5128         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5129         when catching the `C-g'.  Reported by "Leo".
5130
5131 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * message.el (message-forward-make-body-plain)
5134         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5135         multibyte-string-p.
5136
5137         * lpath.el: Revert.
5138
5139 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * message.el (message-forward-make-body-mml): Assume original message
5142         is multibyte string; error on unibyte.
5143         (message-forward-make-body-plain): Ditto; don't add excessive newline
5144         in body end.
5145
5146         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5147
5148 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5149
5150         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5151         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5152
5153 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * mm-extern.el (mm-extern-url): Don't use
5156         mm-with-unibyte-current-buffer.
5157         (mm-extern-cache-contents): Use with-current-buffer instead of
5158         save-excursion + set-buffer.
5159
5160 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * mm-util.el (mm-emacs-mule): Remove.
5163
5164 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5165
5166         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5167         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5168         change.
5169
5170 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5173         bind the default value of enable-multibyte-characters to nil.
5174
5175 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * message.el (message-forward-make-body-plain)
5178         (message-forward-make-body-mml):
5179         Don't use mm-with-unibyte-current-buffer.
5180
5181 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5184
5185 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5186
5187         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5188         (Bug#5592).
5189
5190 2010-05-07  Julien Danjou  <julien@danjou.info>
5191
5192         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5193         it to mm-pipe-part.
5194
5195         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5196         it is given.
5197
5198 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * binhex.el (binhex-decode-region-internal)
5201         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5202         (dns-query)
5203         * nnweb.el (nnweb-gmane-search)
5204         * pgg-parse.el (pgg-parse-armor)
5205         * pgg.el (pgg-verify-region)
5206         * sha1.el (sha1-string-external)
5207         * uudecode.el (uudecode-decode-region-internal)
5208         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5209         XEmacs.
5210
5211         * gnus-art.el (gnus-article-browse-html-parts)
5212         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5213         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5214         make-temp-file.
5215
5216         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5217         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5218         compiling.
5219
5220         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5221         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5222         XEmacs when compiling.
5223
5224         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5225         gnus-pick-mode-off-hook for XEmacs when compiling.
5226         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5227         gnus-binary-mode-off-hook for XEmacs when compiling.
5228
5229         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5230         Return nil if char-charset is not available.
5231
5232         * imap.el (imap-disable-multibyte)
5233         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5234         macros.
5235
5236         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5237         instead of encode-coding-string.
5238
5239         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5240         'xemacs) instead of mm-emacs-mule to switch function definitions.
5241         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5242
5243         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5244         bind temporary-file-directory for XEmacs;
5245         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5246         timer-set-function for XEmacs 21.4 and SXEmacs;
5247         bind timer-list for XEmacs 21.4 and SXEmacs;
5248         fbind char-charset and find-charset-region for non-Mule XEmacs;
5249         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5250         encode-coding-region and encode-coding-string for XEmacs having no
5251         file-coding feature.
5252
5253 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5254
5255         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5256
5257 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5260         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5261
5262 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5263
5264         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5265         alias `jka-compr-delete-temp-file' no longer exists.
5266
5267 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5268
5269         Use define-minor-mode in Gnus where applicable.
5270         * mml.el (mml-mode): Use define-minor-mode.
5271         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5272         (gnus-undo-mode): Use define-minor-mode.
5273         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5274         (gnus-dead-summary-mode): Use define-minor-mode.
5275         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5276         Initialize in declaration.
5277         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5278         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5279         (gnus-mailing-list-mode): Use define-minor-mode.
5280         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5281         (gnus-draft-mode): Use define-minor-mode.
5282         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5283         (gnus-dired-mode): Use define-minor-mode.
5284
5285 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5286
5287         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5288         handles on recursive mml-to-mime translation and check them for
5289         boundary delimiter collisions.  Reported by Greg Troxel.
5290
5291 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5294
5295 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5296
5297         * mm-util.el (mm-find-buffer-file-coding-system):
5298         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5299
5300 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5301
5302         * message.el (message-generate-headers): Record insertion of optional
5303         headers as well.  Otherwise the check to prevent repeated insertion of
5304         optional headers is a no-op.
5305
5306 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * smime.el: Don't mention CVS.
5309
5310         * nnrss.el (nnrss-fetch): Don't mention CVS.
5311
5312         * nnir.el: Don't mention CVS.
5313
5314 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * gnus-sum.el (gnus-summary-bookmark-make-record):
5317         Add `location' field.
5318
5319 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * lpath.el: Fbind bookmark-default-handler,
5322         bookmark-get-bookmark-record, bookmark-make-record-default,
5323         bookmark-prop-get for Emacs <23 and XEmacs.
5324
5325 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5328         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5329         Use with-current-buffer to silence the byte-compiler.
5330         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5331         bother to require `gnus'.
5332         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5333
5334 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5335
5336         * gnus-sum.el (gnus-summary-bookmark-make-record)
5337         (gnus-summary-bookmark-jump): New functions.
5338         (gnus-summary-mode): Setup bookmark support.
5339
5340 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5341
5342         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5343         if set.
5344
5345 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5348         gnus-article-browse-html-save-cid-image; make it work recursively for
5349         forwarded messages as well.
5350         (gnus-article-browse-html-parts): Work when prefix arg is given.
5351         (gnus-article-browse-html-article): Doc fix.
5352
5353 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5354
5355         * message.el (message-default-mail-headers):
5356         (message-default-headers): Carry the value mail-default-headers over
5357         into message-default-mail-headers, rather than message-default-headers.
5358
5359 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5360
5361         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5362         charset.
5363
5364         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5365         charset into the <meta> tag when the article is encoded to utf-8.
5366
5367 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-art.el (gnus-article-browse-delete-temp-files):
5370         Delete directories as well.
5371         (gnus-article-browse-html-parts): Work for images that do not specify
5372         file names; delete temp directory when quitting; insert header at the
5373         right place; use file: scheme for image files.
5374
5375 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5376
5377         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5378         (gnus-article-browse-html-parts): Use it to make temporary cid image
5379         files in addition to html file so that browser may display them.
5380
5381 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5384
5385 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5388
5389 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * auth-source.el (auth-sources): Change default to be simpler.
5392         Explain about Secret Service API sources.  Improve Customize options.
5393         (auth-source-pick): Change to accept any number of search parameters.
5394         Implement fallbacks iteratively, not recursively.  Add scoring on the
5395         second pass and sort by score.  Call Secret Service API when needed.
5396         (auth-source-user-or-password): Use it.  Call Secret Service API
5397         directly when needed to get the user name and the password.
5398
5399 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5400
5401         * message.el (message-interactive): Doc fix.
5402         (message-qmail-inject-args): Reflow.
5403         (message-kill-to-signature): Fix typo in docstring.
5404
5405         * smiley.el (smiley-buffer): Fix typo in docstring.
5406
5407 2010-03-24  Glenn Morris  <rgm@gnu.org>
5408
5409         * mail-source.el (gnus-message): Declare.
5410         (mail-source-delete-old-incoming): Require gnus-util.
5411
5412 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5415
5416         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5417
5418         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5419         password-cache's default if it is not bound.
5420         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5421         password-cache-expiry's default if it is not bound.
5422
5423         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5424         available in Emacs 21.
5425
5426         * lpath.el: Suppress compiler warnings for:
5427         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5428         XEmacs;
5429         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5430         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5431         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5432
5433 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5434
5435         * auth-source.el (auth-sources): Fix up definition so extra parameters
5436         are always inline.
5437
5438 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5439
5440         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5441         wasn't updated after mismatch.  Clear cached mailbox info correctly
5442         when uidvalidity changes.
5443         (nnimap-group-prefixed-name): New function to avoid some code
5444         duplication.
5445         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5446         (nnimap-request-group): Use it.
5447         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5448         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5449         with many imap folders.  This is done by caching the group status from
5450         the imap server persistently in a group parameter `imap-status'.  (This
5451         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5452         but not persistently, so every Gnus startup was still very slow.)
5453
5454 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5457         delete the extra newline.  Otherwise editing of :string and :number
5458         types don't work.
5459
5460 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5463         secrets.el dependency.
5464         (auth-sources): Add optional user name.  Add secrets.el configuration
5465         choice (unused right now).
5466
5467 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * gnus-sum.el (gnus-summary-make-menu-bar):
5470         Let `gnus-registry-install-shortcuts' fill in the functions.
5471
5472         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5473         warnings.
5474         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5475         (gnus-registry-install-shortcuts): Populate and use it in a
5476         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5477
5478 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5479
5480         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5481         In-place substitutions for the group name encoding/decoding.
5482         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5483         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5484         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5485         (nnimap-update-unseen, nnimap-request-list)
5486         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5487         (nnimap-request-set-mark, nnimap-split-to-groups)
5488         (nnimap-split-articles, nnimap-request-newgroups)
5489         (nnimap-request-create-group, nnimap-request-accept-article)
5490         (nnimap-request-delete-group, nnimap-request-rename-group)
5491         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5492         `encoded-mbx' for consistency.
5493         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5494         variable `imap-current-mailbox'.
5495
5496         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5497         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5498
5499 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5500
5501         * pop3.el (pop3-display-message-size-flag): Display message size byte
5502         counts during POP3 download.
5503         (pop3-movemail): Use it.
5504         (pop3-list): Implement listing of available messages.
5505
5506 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5507
5508         * nnir.el (nnir-get-article-nov-override-function): New function to
5509         override the normal NOV retrieval.
5510         (nnir-retrieve-headers): Use it.
5511
5512 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5513
5514         * auth-source.el (netrc-machine-user-or-password): Autoload.
5515
5516 2010-03-19  Glenn Morris  <rgm@gnu.org>
5517
5518         Stop message.el from loading about 40 libraries it doesn't always need.
5519         The general approach is to autoload rather than require, and to
5520         require in the specific functions rather than the file.  (Bug#5642)
5521
5522         * gmm-utils.el: Don't require wid-edit.
5523         (widget-create-child-value, widget-convert, widget-default-get):
5524         Autoload.
5525
5526         * gnus-util.el: Don't require time-date, netrc.
5527         (message-fetch-field, gnus-group-name-decode): Declare rather than
5528         autoloading.
5529         (gnus-fetch-field): Require message.
5530         (gnus-decode-newsgroups): Require gnus-group.
5531
5532         * ietf-drums.el: Don't require time-date.
5533
5534         * message.el: Don't require hashcash, canlock, ecomplete.
5535         Do require mail-utils.  Require nnheader only when compiling.
5536         (smtpmail-default-smtp-server): Remove declaration.
5537         (message-send-mail-function): Check smtpmail-default-smtp-server
5538         is bound rather than requiring smtpmail.
5539         (message-auto-save-directory, message-insert-signature):
5540         Use expand-file-name rather than nnheader-concat.
5541         (nnheader-insert-file-contents): Autoload.
5542         (hashcash-wait-async): Declare.
5543         (message-send-mail): Only call gnus-setup-posting-charset if
5544         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5545         (message-send-mail-with-sendmail): Require sendmail.
5546         (canlock-password, canlock-password-for-verify): Declare.
5547         (message-canlock-password): Require canlock.
5548         (nnheader-get-report): Autoload.
5549         (gnus-setup-posting-charset): Declare.
5550         (message-send-news): Require gnus-msg.
5551         (message-make-references, message-make-in-reply-to): Use mail-header-id
5552         rather than the alias mail-header-message-id.
5553         (ecomplete-add-item, ecomplete-save): Declare.
5554         (message-put-addresses-in-ecomplete): Require ecomplete.
5555         (ecomplete-display-matches): Autoload.
5556
5557         * mm-decode.el: Don't require mailcap, gnus-util.
5558         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5559         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5560         Autoload.
5561         (mailcap-mime-extensions): Declare.
5562
5563         * mm-encode.el: Don't require mailcap.
5564         (mailcap-extension-to-mime): Autoload.
5565
5566         * mml-sec.el: Don't require password-cache.
5567
5568         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5569         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5570         (mml-minibuffer-read-type): Require mailcap.
5571         (mml-preview): Require gnus-msg.
5572
5573         * mml1991.el: Require password-cache.
5574         (password-cache-expiry): Remove declaration.
5575
5576         * mml2015.el: Require password-cache.
5577         (password-cache-expiry): Remove declaration.
5578
5579         * nneething.el (mailcap): Require mailcap.
5580
5581         * nnheader.el (declare-function): Add compatibility stub.
5582         (message-remove-header): Declare rather than autoload.
5583         (nnheader-replace-header): Require message.
5584
5585         * nnimap.el (declare-function): Add compatibility stub.
5586         (netrc-parse, netrc-machine-user-or-password): Declare.
5587         (nnimap-open-connection): Require netrc.
5588
5589         * nntp.el (declare-function): Add compatibility stub.
5590         (netrc-parse, netrc-machine, netrc-get): Declare.
5591         (nntp-send-authinfo): Require netrc.
5592
5593         * rfc2047.el: Don't require qp.
5594         (quoted-printable-encode-region, quoted-printable-decode-string):
5595         Autoload.
5596
5597         * sieve-mode.el: Don't require easymenu.
5598         (easy-menu-add-item): Autoload it.
5599
5600         * spam-stat.el (time-to-number-of-days): Autoload it.
5601
5602 2010-03-19  Glenn Morris  <rgm@gnu.org>
5603
5604         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5605
5606 2010-03-18  Glenn Morris  <rgm@gnu.org>
5607
5608         * hashcash.el (declare-function): Remove duplicate definition.
5609
5610 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5611
5612         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5613         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5614         value if any backslash escapes).
5615
5616 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5619         if it is available.  (bug#5647)
5620
5621         * lpath.el: Suppress compiler warning for coding-system-from-name for
5622         Emacs 21 and XEmacs.
5623
5624 2010-03-14  Juri Linkov  <juri@jurta.org>
5625
5626         * hmac-def.el:
5627         * hmac-md5.el:
5628         * netrc.el: Fix keywords.
5629
5630 2010-02-26  Glenn Morris  <rgm@gnu.org>
5631
5632         * message.el (message-send-mail-function): Change the default, so that
5633         it inherits from a customized send-mail-function.  (Bug#5643)
5634
5635 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5638         shell-command-to-string signals an error (bug#5299).
5639
5640 2010-02-24  Glenn Morris  <rgm@gnu.org>
5641
5642         * message.el (message-smtpmail-send-it)
5643         (message-send-mail-with-mailclient): Doc fixes.
5644
5645 2010-02-16  Glenn Morris  <rgm@gnu.org>
5646
5647         * message.el (message-default-mail-headers): Change the default value
5648         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5649
5650 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5653         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5654
5655 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5656
5657         * time-date.el (date-to-time): Doc fix (Bug#5408).
5658
5659 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5660
5661         * message.el (message-mail): Just pass yank-action on to message-setup.
5662         (message-setup): Handle (FUN . ARGS) form of yank-action.
5663         (message-with-reply-buffer, message-widen-reply)
5664         (message-yank-original): Handle non-buffer values of
5665         message-reply-buffer (Bug#4080).
5666         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5667
5668 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5669
5670         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5671         Fix typo in docstring.
5672
5673 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5674
5675         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5676         response.
5677
5678 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5681
5682         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5683
5684         * message.el (message-check-news-header-syntax): Protect against a
5685         string that `rfc822-addresses' returns when parsing fails.
5686
5687 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5690         (gnus-previous-char-property-change): New functions.
5691
5692         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5693
5694 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5695
5696         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5697         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5698
5699 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5700
5701         * message.el (message-exchange-point-and-mark): Rework last change to
5702         avoid using optional arg of exchange-point-and-mark, for backward
5703         compatibility.
5704
5705 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5706
5707         * message.el (message-exchange-point-and-mark):
5708         Call exchange-point-and-mark with an argument rather than setting
5709         mark-active by hand (Bug#5175).
5710
5711 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * nntp.el (nntp-service-to-port): Work for service expressed with
5714         numeric string; replace [:digit:] with [0-9] for XEmacs.
5715
5716 2009-12-17  Glenn Morris  <rgm@gnu.org>
5717
5718         * gnus-group.el (gnus-bug-group-download-format-alist):
5719         Change emacs entry to debbugs.gnu.org.  Bump :version.
5720
5721 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5724
5725 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * message.el (message-info): Explain why we use `Info-goto-node'.
5728
5729 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5732
5733 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5734
5735         * message.el (message-completion-in-region): New compatibility function.
5736         (message-expand-group): Use it.
5737
5738 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5741         with no unread article should be listed if the 2nd arg `predicate' is
5742         given.
5743
5744 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5747
5748 2009-11-29  Juri Linkov  <juri@jurta.org>
5749
5750         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5751         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5752         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5753
5754 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5755
5756         * sha1.el (sha1-string-external): default-directory "/" in case
5757         otherwise non-existent.  process-connection-type pipe for touch of
5758         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5759
5760 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5761
5762         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5763         it's comms related and sgml-mode.el has "comm" on that basis too.
5764
5765 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5768         containing tspecial characters if they have been already quoted.
5769
5770 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5771
5772         * dns-mode.el (auto-mode-alist): Purecopy string.
5773
5774 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5775
5776         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5777
5778 2009-10-24  Glenn Morris  <rgm@gnu.org>
5779
5780         * gnus-art.el (help-xref-stack-item): Define for compiler.
5781
5782 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5783
5784         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5785
5786 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5789
5790 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5793         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5794
5795 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5798         (gnus-overlays-in): New alias to overlays-in.
5799
5800         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5801         gnus-overlay-get, and gnus-delete-overlay.
5802         (gnus-summary-show-thread): Make it work as well for systems in which
5803         next-single-char-property-change is not available.
5804         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5805
5806         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5807         (gnus-overlay-get): New alias to extent-property.
5808         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5809
5810         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5811         SXEmacs.
5812
5813         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5814         SXEmacs.
5815
5816 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5819
5820 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5821
5822         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5823         and XEmacs that don't have `remove-overlays'.
5824
5825 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5828         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5829         selective display.  Use overlays instead.
5830
5831 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5832
5833         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5834
5835 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5836
5837         * spam-stat.el (spam-stat-load): Fix typo in message.
5838
5839 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5840
5841         * dig.el (dig-invoke): Fix typo in docstring.
5842         (query-dig): Reflow docstring.
5843
5844 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * gnus-art.el (gnus-article-encrypt-body):
5847         * message.el (message-check-recipients):
5848         * mm-util.el (mm-codepage-setup):
5849         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5850         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5851
5852 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5853
5854         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5855         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5856         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5857         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5858         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5859
5860 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5861
5862         * dig.el: Add "Keywords: comm", as per net-utils.el.
5863
5864 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5865
5866         * dig.el (dig-mode): Use define-derived-mode.
5867
5868 2009-09-19  Glenn Morris  <rgm@gnu.org>
5869
5870         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5871
5872 2009-09-18  Glenn Morris  <rgm@gnu.org>
5873
5874         * gnus-diary.el (gnus-diary-check-message):
5875         * message.el (message-insert-formatted-citation-line):
5876         * nnbabyl.el (top-level):
5877         * nndiary.el (nndiary-schedule):
5878         Fix typos in condition-case handlers.
5879
5880 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5883         configuration that provides the sole article window in a frame;
5884         position point correctly after deleting a part.
5885
5886 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5887
5888         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5889         (spam-resolve-registrations-routine): Use it to unregister articles
5890         that change status.
5891
5892 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5895         with XEmacs.
5896         (parse-time-string-chars): Use it.
5897
5898 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * imap.el (imap-interactive-login): Better messages.
5901         (imap-open): Fix bug with renamed buffer on reconnect.
5902         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5903         for easier debugging and cleaner code.  On successful (guessed based on
5904         server capabilities) secondary authentication, set imap-state
5905         correctly.
5906         (imap-last-authenticator): Define imap-last-authenticator as a variable
5907         to avoid warnings.
5908
5909 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * nnrss.el (nnrss-request-article): Remove binding of
5912         default-enable-multibyte-characters that has gotten needless by
5913         the 2007-07-13 change in rfc2047-encode-message-header.
5914
5915         * mml.el (mml-insert-multipart): Error on the message header.
5916         (mml-insert-part): Error on the message header; position point at
5917         the end of a MIME tag.
5918
5919 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * time-date.el (autoload): Expand define-obsolete-function-alias into
5922         defalias and make-obsolete for old Emacsen that Gnus supports.
5923         (with-no-warnings): Define it for old Emacsen.
5924         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5925         is available.
5926         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5927         float-time is available; suppress compile warning for time-to-seconds.
5928
5929         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5930         (gnus-float-time): Alias to float-time if it exists.
5931
5932         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5933         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5934         float-time is available; suppress compile warning for time-to-seconds.
5935
5936         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5937         XEmacs.
5938
5939 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5940
5941         * imap.el (imap-message-map): Docstring fix.
5942
5943 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5946         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5947         Add the optional argument `encoding' that overrides the default.
5948
5949         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5950         mm-encode-buffer.
5951
5952 2009-09-04  Glenn Morris  <rgm@gnu.org>
5953
5954         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5955         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5956         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5957         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5958         * mm-util.el (mm-with-unibyte-current-buffer)
5959         (mm-find-buffer-file-coding-system):
5960         * yenc.el (yenc-decode-region): Use default-value rather than
5961         default-enable-multibyte-characters.
5962
5963 2009-09-03  Glenn Morris  <rgm@gnu.org>
5964
5965         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5966         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5967         than default-enable-multibyte-characters.
5968
5969 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5970
5971         * gnus-art.el (gnus-article-read-summary-keys):
5972         Fix gnus-buffer-configuration's value temporarily used.
5973
5974 2009-09-02  Glenn Morris  <rgm@gnu.org>
5975
5976         * gnus-util.el (gnus-float-time): New function.
5977         * gnus-delay.el (gnus-delay-article):
5978         * gnus-sum.el (gnus-thread-latest-date):
5979         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5980         * nnspool.el (nnspool-request-newgroups):
5981         Use gnus-float-time rather than time-to-seconds.
5982         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5983
5984         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5985         (gnus-header-subject-face, gnus-header-newsgroups-face)
5986         (gnus-header-name-face, gnus-header-content-face):
5987         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5988         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5989         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5990         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5991         (gnus-cite-face-11):
5992         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5993         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5994         (gnus-server-closed-face, gnus-server-denied-face)
5995         (gnus-server-offline-face):
5996         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5997         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5998         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5999         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6000         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6001         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6002         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6003         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6004         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6005         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6006         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6007         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6008         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6009         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6010         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6011         (gnus-summary-high-undownloaded-face)
6012         (gnus-summary-low-undownloaded-face)
6013         (gnus-summary-normal-undownloaded-face)
6014         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6015         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6016         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6017         (gnus-splash-face):
6018         * message.el (message-header-to-face, message-header-cc-face)
6019         (message-header-subject-face, message-header-newsgroups-face)
6020         (message-header-other-face, message-header-name-face)
6021         (message-header-xheader-face, message-separator-face)
6022         (message-cited-text-face, message-mml-face):
6023         * sieve-mode.el (sieve-control-commands-face)
6024         (sieve-action-commands-face, sieve-test-commands-face)
6025         (sieve-tagged-arguments-face):
6026         * spam.el (spam-face):
6027         Mark face aliases with "-face" in the name as obsolete.
6028
6029 2009-09-01  Glenn Morris  <rgm@gnu.org>
6030
6031         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6032         than goto-line.
6033
6034 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6037         Don't move point if the command is invoked inside the message header.
6038
6039 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * imap.el (imap-send-command): Simplify.
6042         (imap-wait-for-tag): point-max -> buffer-size.
6043
6044 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6045
6046         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6047         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6048         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6049         * nnir.el (nnir-swish-e-index-file):
6050         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6051         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6052         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6053         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6054         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6055         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6056
6057 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6060         Don't save excursion.
6061
6062 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * nnheader.el (nnheader-find-file-noselect):
6065         * mm-util.el (mm-insert-file-contents):
6066         Use (default-value 'major-mode) instead of default-major-mode.
6067
6068 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6069
6070         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6071
6072 2009-08-26  Glenn Morris  <rgm@gnu.org>
6073
6074         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6075         than placing in files.el.
6076
6077 2009-08-25  Glenn Morris  <rgm@gnu.org>
6078
6079         * nnir.el (top-level): Don't require cl at run-time.
6080         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6081         Replace cl-function substitute with gnus-replace-in-string.
6082         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6083         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6084         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6085         simplified expansions.
6086
6087 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6088
6089         * dig.el (dig): Add autoload cookie.
6090
6091 2009-08-22  Glenn Morris  <rgm@gnu.org>
6092
6093         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6094         goto-line.
6095
6096 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6097
6098         * parse-time.el (parse-time-string-chars): Save match data.
6099
6100 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6101
6102         * parse-time.el (parse-time-string-chars): Compute using character
6103         classes, to handle non-ascii characters (Bug#3190).
6104
6105 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6108
6109         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6110         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6111         (gnus-mm-display-part, gnus-mime-display-single)
6112         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6113         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6114
6115         * gnus-sum.el
6116         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6117         (gnus-summary-move-article): Add expirable mark to articles copied or
6118         moved to group that has auto-expire turned on if the option is non-nil.
6119
6120 2009-07-24  Glenn Morris  <rgm@gnu.org>
6121
6122         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6123         Fix typo.  (Bug#3903)
6124
6125 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6128         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6129         that should not be used for draft articles.
6130         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6131         that has no concern in minor mode keys.
6132         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6133         Abolish.
6134
6135 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6138         article without making inquiry to a user for unknown encoding.
6139
6140         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6141         (nnmaildir--scan): Assume i-node and device number that file-attributes
6142         returns might be cons-cell.
6143
6144         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6145
6146         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6147
6148 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * auth-source.el: Remove docs now in auth.texi.  Don't use
6151         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6152         `auth-source-hide-passwords' and use them.
6153
6154 2009-07-15  Glenn Morris  <rgm@gnu.org>
6155
6156         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6157
6158 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6161         excessive whitespace from the default values of title and description.
6162
6163 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6166         mail-fetch-field to fetch Content-Description header in order to
6167         exclude newlines.
6168
6169 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6170
6171         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6172         format used by GnuPG 2.0.11.
6173
6174 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6177         to deleted part.
6178
6179 2009-05-30  David Engster  <dengste@eml.cc>
6180
6181         * nnmairix.el: Remove old documentation in the commentary block.
6182         (nnmairix-request-group): Do not update active file for nnml back ends.
6183         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6184         end so that overview files are ignored.
6185         (nnmairix-update-groups): Make updating the groups more robust by using
6186         marks.
6187         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6188         with dollar characters in message-id.
6189
6190 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6193         2008-12-25 in dns.el.
6194
6195 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6196
6197         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6198         could happen if the text is only composed of spaces and/or tabs.
6199
6200 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6201
6202         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6203         when sending a queued message to avoid extra mml tags.
6204
6205 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6208
6209 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6212         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6213         rmail-toggle-header for XEmacs;
6214         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6215
6216 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-dired.el: Remove autoload for gnus-setup-message.
6219         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6220         displaying Gnus logo; always use compose-mail.
6221
6222 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6225
6226 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6229         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6230         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6231         available.
6232         (gnus-nocem-epg-verify): New function.
6233
6234 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6237
6238 2009-02-15  Glenn Morris  <rgm@gnu.org>
6239
6240         * gnus-util.el (rmail-insert-rmail-file-header)
6241         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6242         autoloads.
6243         (rmail-default-rmail-file): Remove unnecessary declaration.
6244         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6245
6246 2009-02-14  Glenn Morris  <rgm@gnu.org>
6247
6248         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6249         variable (only used in gnus-util, which declares it anyway).
6250         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6251         which was only needed by gnus-art (changed to not use it any more).
6252         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6253         only used in gnus-util, which autoloads it itself.
6254         (rmail-update-summary): Fix autoload.
6255
6256         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6257         rather than rmail-output-to-rmail-file.
6258
6259 2009-02-07  Glenn Morris  <rgm@gnu.org>
6260
6261         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6262         autoload of function that no longer exists.
6263         (rmail-toggle-header): Declare.
6264         (message-forward-rmail-make-body): Handle mbox Rmail.
6265
6266 2009-01-31  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6269         2009-01-09 change.
6270
6271 2009-01-31  Dave Love  <fx@gnu.org>
6272
6273         * imap.el (imap-fetch-safe): Bind debug-on-error.
6274         (imap-debug): Add imap-fetch-safe.
6275
6276 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6277
6278         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6279         (auth-source-forget-all-cached): New convenience function.
6280         (auth-source-user-or-password): Accept list of modes or a single mode.
6281
6282         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6283         auth-source modes.
6284
6285         * netrc.el (netrc-machine-user-or-password): Use list of
6286         auth-source modes.
6287
6288         * nnimap.el (nnimap-open-connection): Use list of
6289         auth-source modes.
6290
6291         * nntp.el (nntp-send-authinfo): Use list of
6292         auth-source modes.
6293
6294 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6295
6296         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6297         now.
6298
6299 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6302         coding system in XEmacs; add a workaround for XEmacs.
6303
6304         * lpath.el: Fbind coding-system-aliasee.
6305
6306 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6309         of current-language-environment.
6310
6311 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6312
6313         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6314         available at runtime.
6315
6316 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6319
6320 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6321
6322         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6323         the greatest positive fixnum value doesn't work under an XEmacs with
6324         bignum support; use the most-positive-fixnum constant instead,
6325         available since Emacs 21.1 with cl and XEmacs 21.1.
6326
6327 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6330         XEmacs gets not to work.
6331
6332 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * mm-util.el (mm-coding-system-priorities): Allow the value like
6335         "Japanese (UTF-8)" of current-language-environment.
6336
6337 2009-01-09  Glenn Morris  <rgm@gnu.org>
6338
6339         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6340         with last-command-event.
6341
6342 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6345         in the doc string.
6346
6347         * message.el (message-fix-before-sending): Amend comment.
6348
6349 2009-01-08  Dave Love  <fx@gnu.org>
6350
6351         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6352
6353 2009-01-07  David Engster  <dengste@eml.cc>
6354
6355         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6356         simplified server definitions by converting it via
6357         gnus-server-to-method.
6358
6359 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6362         parameter's operands.
6363
6364 2009-01-06  David Engster  <dengste@eml.cc>
6365
6366         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6367         primary select method (for gnus-group-mark-article-as-read).
6368
6369 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6370
6371         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6372         `(gnus)Face', not `(gnus)X-Face'.
6373
6374 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-util.el (mm-ucs-to-char): New function.
6377
6378         * mm-url.el (mm-url-decode-entities): Use it.
6379
6380         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6381         unicode-to-char.
6382
6383 2009-01-05  Dave Love  <fx@gnu.org>
6384
6385         * time-date.el: Require cl for `declare'.
6386
6387 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6390         Dave Love.
6391
6392 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * message.el (message-fix-before-sending): Add `eight-bit' to
6395         illegible-text check.
6396
6397 2009-01-03  Michael Olson  <mwolson@gnu.org>
6398
6399         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6400         `headers' is nil.  This can occur if the IMAP server does not have
6401         permissions to read messages from a folder, but can write new messages
6402         to the folder.
6403         (nnimap-request-article-part): Do not insert `data' if it is nil.
6404
6405         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6406         characters which will confuse `read', so skip past them.
6407
6408 2009-01-01  Dave Love  <fx@gnu.org>
6409
6410         * imap.el (imap-string-to-integer): Fix typo.
6411         (imap-fetch-safe): New function.
6412         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6413
6414         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6415
6416         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6417         (imap-parse-greeting): Fix doc strings.
6418         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6419         (imap-parse-flag-list): Make messages unique.
6420         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6421
6422         * nnimap.el: Fix author email.
6423         (nnimap-split-rule): Add FIXME comment.
6424         (nnimap-debug): Fix doc string.
6425
6426 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6429
6430 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6433         nslookup if resolv.conf isn't available.
6434         (dns-query): Rename from query-dns.
6435         (dns-query-cached): Rename from query-dns-cached.
6436
6437 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6440         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6441         to check if those variables exist (first appeared in Emacs 18.50).
6442
6443 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * mm-util.el (mm-line-number-at-pos): New function.
6446
6447         * spam-report.el (spam-report-process-queue): Use it.
6448
6449 2008-12-24  David Engster  <dengste@eml.cc>
6450
6451         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6452         parameters that haven't existed as variables as buffer-local variables.
6453
6454 2008-12-23  Dave Love  <fx@gnu.org>
6455
6456         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6457         cadar.
6458
6459         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6460         imap-starttls-p.
6461         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6462
6463 2008-12-22  Dave Love  <fx@gnu.org>
6464
6465         * imap.el: Fix author email.  Doc fixes.
6466         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6467         reply.
6468
6469 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * spam-report.el (spam-report-gmane-max-requests): New constant.
6472         (spam-report-gmane-wait): New variable.
6473         (spam-report-gmane-ham, spam-report-gmane-spam)
6474         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6475         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6476         the server.
6477
6478         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6479         Add explanations.
6480
6481         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6482         nnheader-accept-process-output and nnheader-read-timeout if available.
6483         (pop3-movemail): Use it.
6484
6485         * message.el (message-check-news-body-syntax): Fix signature check if
6486         there's an attachment.
6487
6488 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * mm-util.el: Add comments to the mm- emulating functions.
6491
6492 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6495         Reported by Stephen Berman <stephen.berman@gmx.net>.
6496
6497 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * mm-util.el (mm-substring-no-properties): New function.
6500         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6501         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6502         (mm-string-to-multibyte): Doc fix.
6503
6504         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6505
6506 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * mml.el (mml-attach-file): Strip text properties from file name.
6509         (Bug#1574)
6510
6511 2008-12-16  Glenn Morris  <rgm@gnu.org>
6512
6513         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6514
6515 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6518         knows since the charset specified might be a bogus alias that
6519         mm-charset-synonym-alist provides.
6520
6521 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6524         "ISO_8859-1".
6525
6526         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6527
6528 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * mm-util.el (mm-charset-eval-alist):
6531         Define it before mm-charset-to-coding-system.
6532         (mm-charset-to-coding-system): Add optional argument `silent';
6533         define it before mm-charset-override-alist.
6534         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6535         default value if it can be used in Emacs currently running;
6536         silence mm-charset-to-coding-system.
6537
6538 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6541         `allow-override' which says whether to use `mm-charset-override-alist'.
6542         (rfc2047-decode-encoded-words): Use it.
6543
6544         * mm-util.el (mm-charset-override-alist): Fix custom type;
6545         add `(gb2312 . gbk)' to choices.
6546
6547 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6550         fast.
6551
6552         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6553
6554         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6555
6556 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6557
6558         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6559         on links.
6560
6561         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6562
6563 2008-12-03  Lute Kamstra  <lute@gnu.org>
6564
6565         * sha1.el: Remove leading * from docstrings of defcustoms,
6566         deffaces, defconsts and defuns.
6567
6568 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6571         users' addresses that don't have domain parts.
6572         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6573         rather than message-narrow-to-head since there will be the message
6574         header separator.
6575
6576 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6577
6578         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6579         since the result is inserted in a unibyte buffer anyway.
6580         (nnimap-demule-use-string-to-multibyte): Remove.
6581         (nnimap-demule): Alias it to mm-string-to-multibyte.
6582
6583 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6586         variable for debugging bug#464 and bug#1174.
6587         (nnimap-demule): Use it.
6588
6589 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6592         score calculation correctly.
6593
6594 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * message.el (message-send-mail): Just set the buffer to unibyte
6597         rather than use mm-with-unibyte-current-buffer which does a lot more.
6598         (message-send-mail-partially): Don't bother with
6599         mm-with-unibyte-current-buffer since it's already been made unibyte by
6600         message-send-mail.
6601
6602 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6605
6606 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6609
6610 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6613         require itself and to remove `with-no-warnings'.
6614
6615 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6616
6617         * starttls.el (starttls-any-program-available): Get the name of the
6618         available TLS layer program.
6619         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6620         well as the host name in the "opening" message.
6621
6622         * auth-source.el (auth-source-cache, auth-source-do-cache)
6623         (auth-source-user-or-password): Cache passwords and logins by default,
6624         allow override with `auth-source-do-cache'.
6625         (auth-source-forget-user-or-password): Allow users to remove cache
6626         entries if needed.
6627
6628 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6629
6630         * md4.el (md4-buffer): Fix typo in docstring.
6631         (md4, md4-64): Doc fixes.
6632         (md4-pack-int32): Reflow docstring.
6633
6634 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6635
6636         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6637         condition-case to only the forward-sexp call.
6638
6639 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6642         quotes contained.  Make it more robust regardless by an extra
6643         condition-case wrapper.
6644
6645 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6648
6649 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * nnml.el (nnml-request-expire-articles): Check if the function set to
6652         `nnmail-expiry-target' returns the symbol `delete'.
6653
6654         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6655
6656         * nnmail.el (nnmail-expiry-target): Fix custom type.
6657
6658 2008-10-02  Glenn Morris  <rgm@gnu.org>
6659
6660         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6661         Silence compiler warning.
6662
6663 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6664
6665         * tls.el (open-tls-stream): Show the actual command being
6666         executed, instead of the format string.
6667
6668 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * lpath.el: Fbind codepage-setup for Emacs 23.
6671
6672 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6673
6674         * mml.el (mml-menu): Don't assume mml2015 is bound.
6675
6676 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6679         exists.
6680
6681 2008-09-27  Glenn Morris  <rgm@gnu.org>
6682
6683         * gnus-util.el (mail-header-remove-comments): Autoload it.
6684
6685 2008-09-27  Andreas Schwab  <schwab@suse.de>
6686
6687         * gnus-util.el (gnus-split-references): Strip comments.
6688         (gnus-parent-id): Likewise.
6689
6690 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * message.el (message-confirm-send): Fix version.
6693
6694 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * message.el (message-idna-to-ascii-rhs-1): Use
6697         mail-extract-address-components rather than mail-header-parse-addresses
6698         that is an alias by default to ietf-drums-parse-addresses that does not
6699         support non-ASCII names in headers' contents.
6700
6701 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6702
6703         * message.el (message-confirm-send): Fix variable documentation to
6704         avoid the "y/n" wording.
6705
6706 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6707
6708         * message.el (message-set-auto-save-file-name): Save to a different
6709         filename so multiple messages (especially drafts) can be recovered.
6710
6711 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6712
6713         * message.el (message-confirm-send): Add appropriate version.
6714
6715 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6718         defvar.
6719
6720 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6721
6722         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6723         (mm-pkcs7-enveloped-magic): Ditto.
6724
6725 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6726
6727         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6728         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6729
6730 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6733         default, it's better.
6734
6735 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6738         summary line gnus-number property and ignore them (with a warning
6739         message).
6740
6741 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6744         macro caddr in the interactive form since it won't be expanded.
6745
6746 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6749         `charset'; fix name of function called recursively.
6750         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6751
6752 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6755         (gnus-mime-set-charset-parameters): New function.
6756         (gnus-mime-view-part-as-charset): Use it to correctly display part
6757         specifying wrong charset.
6758
6759 2008-09-08  David Engster  <dengste@eml.cc>
6760
6761         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6762         in completing-read for back end server.
6763
6764 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * message.el (message-confirm-send): New variable to confirm sending a
6767         message.
6768         (message-send): Use it.
6769
6770 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6773
6774 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6777
6778 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6781         prevent tracking too many groups.
6782         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6783         Use it.
6784
6785 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6786
6787         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6788         moving point to the bottom of the window in order to avoid recentering.
6789
6790 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6793
6794         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6795         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6796         (gnus-article-beginning-of-window): Fix calculation.
6797
6798 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-msg.el (gnus-summary-supersede-article)
6801         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6802         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6803         message header.
6804
6805 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6806
6807         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6808         pending output coming after the status change.
6809
6810 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6811
6812         * message.el:
6813         * gnus-start.el:
6814         * gnus-registry.el: Remove VMS support.
6815
6816 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6819         macro.
6820         (rfc2104-hash): Use it.
6821
6822 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6825         (gnus-summary-sort-by-most-recent-date): New commands.
6826         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6827         and menu entries.
6828
6829 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6832         don't redisplay article for raw contents; remove plural articles stuff.
6833
6834         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6835         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6836         on gnus-summary-save-article; display results properly.
6837
6838 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * lpath.el: No need to fbind ns-focus-frame.
6841
6842 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6845
6846 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-summary-save-in-pipe):
6849         Consider gnus-save-all-headers.
6850
6851 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6852
6853         * gnus-util.el (ns-focus-frame): Remove declaration.
6854         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6855         like x.
6856
6857 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6858
6859         * rfc2104.el (rfc2104-zero): Delete defconst.
6860         (rfc2104-hex-alist): Likewise.
6861         (rfc2104-hex-to-int): Delete func.
6862         (rfc2104-hexstring-to-bitstring): Likewise.
6863         (rfc2104-nybbles): New defconst.
6864         (rfc2104-hash): Rewrite for speed.
6865
6866 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * tls.el (open-tls-stream): Make it work with the 2nd argument
6869         BUFFER that is a string but does not exist as a buffer object, as
6870         mentioned in the doc-string.
6871
6872 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6875         SXEmacs.
6876
6877 2008-07-16  Glenn Morris  <rgm@gnu.org>
6878
6879         * gnus-util.el (ns-focus-frame): Declare for compiler.
6880
6881 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6884         set as a group parameter.
6885         (gnus-summary-save-in-pipe): Work when it is called independently.
6886         (gnus-summary-pipe-to-muttprint): Don't modify
6887         gnus-summary-pipe-output-default-command.
6888
6889 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6890
6891         * message.el (message-send-mail-with-sendmail):
6892         Display the error message.
6893
6894 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-default-article-saver):
6897         Add gnus-summary-save-in-pipe to choices.
6898         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6899         gnus-summary-pipe-output-default-command as the default command.
6900         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6901         instead of gnus-last-shell-command.
6902
6903         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6904         New user option.
6905         (gnus-summary-muttprint-program): Mention the value will be changed.
6906         (gnus-summary-save-article): Force showing of all headers.
6907         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6908
6909 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6910
6911         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6912
6913 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6914
6915         * nnimap.el (nnimap-id):
6916         * sieve-manage.el (sieve-manage-open): Doc fixes.
6917
6918 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6919
6920         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6921         if available.
6922
6923 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6924
6925         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6926
6927         * nnkiboze.el (nnkiboze-generate-group):
6928         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6929
6930         * nnmairix.el: Require CL.
6931
6932 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * dgnushack.el: Autoload get-display-table and put-display-table for
6935         XEmacs 21.5.
6936
6937         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6938         21.4 and SXEmacs.
6939
6940 2008-06-15  David Engster  <dengste@eml.cc>
6941
6942         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6943
6944 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6945
6946         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6947         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6948         runtime choice under XEmacs.
6949
6950         * gnus-sum.el (gnus-summary-set-display-table):
6951         Use `gnus-put-display-table', `gnus-get-display-table',
6952         `gnus-set-display-table' for the display table, instead of `aset'.
6953
6954         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6955         Use `gnus-put-display-table', `gnus-get-display-table',
6956         `gnus-set-display-table' for the display table.
6957
6958 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * nnmairix.el: Add autoloads.
6961
6962 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * nnmairix.el (nnmairix-delete-recreate-group)
6965         (nnmairix-update-and-clear-marks): Fix error messages.
6966
6967 2008-06-14  David Engster  <dengste@eml.cc>
6968
6969         * nnmairix.el: Upgrade to version 0.6.
6970         (nnmairix-group-toggle-propmarks-this-group)
6971         (nnmairix-group-toggle-readmarks-this-group)
6972         (nnmairix-group-delete-recreate-this-group)
6973         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6974         (nnmairix-remove-tick-mark-original-article): New commands.
6975         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6976         (nnmairix-propagate-marks-to-nnmairix-groups)
6977         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6978         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6979         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6980         functions needed for marks propagation and manipulation of read marks.
6981         (nnmairix-update-groups): New function.
6982         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6983         (nnmairix-determine-original-group-from-registry)
6984         (nnmairix-determine-original-group-from-path)
6985         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6986         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6987         New helper functions.
6988         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6989         keystrokes for new commands.
6990         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6991         (nnmairix-request-group): Check allow-fast group parameter.
6992         (nnmairix-request-create-group): Set allow-fast group parameter if
6993         nnmairix-allowfast-default is set.
6994         (nnmairix-close-group): Propagate marks upon closing if needed.
6995         (nnmairix-group-toggle-threads-this-group): Use new.
6996         nnmairix-group-toggle-parameter helper function.
6997         (nnmairix-search): Better check for empty search result.
6998         (nnmairix-goto-original-article): Use new helper functions for
6999         determining original article.
7000         (nnmairix-show-original-article): Make sure message-id is in brackets.
7001         (nnmairix-call-mairix-binary): Change variable name.
7002         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7003         helper function.
7004         (nnmairix-widget-toggle-activate): Fix doc string.
7005
7006 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nnir.el: Require edmacro when compiling with XEmacs.
7009         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7010         available in Emacs 21.
7011
7012 2008-06-11  Glenn Morris  <rgm@gnu.org>
7013
7014         * gnus-util.el (x-focus-frame):
7015         * gnus.el (image-size):
7016         * mm-decode.el (image-size): Declare.
7017
7018         * gnus-picon.el (declare-function): Add compat definition.
7019         (image-size): Declare.
7020
7021         * gnus-group.el (tool-bar-map):
7022         * gnus-sum.el (tool-bar-map): Define for compiler.
7023
7024         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7025
7026         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7027
7028         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7029         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7030         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7031         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7032         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7033         * sieve-manage.el, spam-report.el, spam.el:
7034         Remove unnecessary eval-and-compile of autoloads.
7035
7036 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7037
7038         * auth-source.el: Precise Tramp doc.
7039
7040 2008-06-07  Glenn Morris  <rgm@gnu.org>
7041
7042         * nnmairix.el: Remove unnecessary eval-when-compile.
7043
7044 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * lpath.el: Fbind propertize for XEmacs 21.4.
7047
7048 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnir.el: Move here from ../contrib.
7051
7052 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7053
7054         * gnus-util.el (gnus-read-shell-command): New function.
7055         * mm-decode.el (mm-pipe-part):
7056         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7057
7058 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7061
7062 2008-06-03  Glenn Morris  <rgm@gnu.org>
7063
7064         * pop3.el (nnheader-accept-process-output): Autoload it.
7065
7066 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7069         are not 2-digit hexadecimal characters that follow `%'s.
7070
7071 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * message.el (message-bogus-recipient-p): Fix type in doc string.
7074         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7075         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7076         Improve custom options.
7077         (message-bogus-recipient-p): Adjust accordingly.
7078
7079 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7080
7081         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7082         long-form month and day names.
7083
7084 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * dgnushack.el: Autoload debug, eudc-expand-inline and
7087         pgg-snarf-keys-region for XEmacs.
7088
7089         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7090
7091         * nnmairix.el: Require edmacro when compiling with XEmacs.
7092
7093 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7096         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7097
7098 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * auth-source.el: Add more docs.
7101
7102         * netrc.el (netrc-machine): Always match if the port is not given.
7103
7104 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7107         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7108         retrieval faster in some cases, but might make CPU usage larger.
7109         If this has any bad side effects, we might revert this change.
7110
7111         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7112         seems to make mail retrieval much, much faster.
7113         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7114         unconditionally.
7115
7116         * gnus-draft.el (gnus-group-send-queue):
7117         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7118
7119 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7122
7123         * message.el (message-bogus-address-regexp): Fix and improve custom
7124         type.
7125         (message-setup-hook): Add message-check-recipients as custom option.
7126
7127 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * message.el (message-cite-function): Remove bogus autoload which crept
7130         in during merge from v5-10.
7131
7132 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7135
7136         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7137
7138         * auth-source.el: Preliminary Tramp docs.
7139         (auth-sources): Change the default auth-sources to use
7140         EPA .gpg files.
7141
7142 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * nntp.el: Autoload `auth-source-user-or-password'.
7145         (nntp-send-authinfo): Use it.
7146
7147         * nnimap.el: Autoload `auth-source-user-or-password'.
7148         (nnimap-open-connection): Use it.
7149
7150         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7151         for the gnus-message function.
7152         (auth-source-user-or-password): Use it.
7153
7154 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7157         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7158         (rfc2104-hash): Use it.
7159
7160 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7161
7162         * gnus-art.el (gnus-article-toggle-truncate-lines):
7163         Don't use `iff' in docstring.
7164
7165 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7166
7167         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7168
7169         * gnus-util.el (gnus-extract-address-component-name)
7170         (gnus-extract-address-component-email): Convenience functions around
7171         `gnus-extract-address-components'.
7172
7173         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7174         Use `gnus-extract-address-component-email' to fix bug of comparing full
7175         sender name to `user-mail-address'.
7176
7177 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7180         catch/throw to optimize.
7181         (gnus-registry-find-keywords): Just use member to find a keyword.
7182
7183 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7184
7185         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7186         is current before calling gnus-server-prepare.
7187         (gnus-server-setup-buffer, gnus-server-update-server)
7188         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7189
7190 2008-05-04  Juri Linkov  <juri@jurta.org>
7191
7192         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7193         (mailcap-file-default-commands): Use mailcap-replace-in-string
7194         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7195         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7196
7197 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7198
7199         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7200
7201 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7202
7203         * gnus.el: Bump version to 0.11.
7204
7205 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7206
7207         * gnus.el: No Gnus v0.10 is released.
7208
7209 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7212         hooks.
7213         (gnus-update-read-articles): Speed up non-marks-using users.
7214         (gnus-use-marks): Define gnus-use-marks.
7215         (gnus-propagate-marks): Rename variable to something more sensible.
7216
7217 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7218
7219         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7220         (gmm-image-load-path-for-library): Fix typos in docstrings.
7221         (gmm-message): Reflow docstring.
7222
7223 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * mail-source.el (mail-source-set-1, mail-source-bind):
7226         Move auth-source code out of the macro to clean it up and fix bugs.
7227
7228 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7231         by sender if it's equal to user-mail-address, it's likely to be
7232         useless.
7233
7234         * mail-source.el (mail-source-bind): Don't use user or password if they
7235         are not bound.  Unintern them if they are nil.  Don't use server unless
7236         it's bound, and default it to empty string otherwise.
7237
7238 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7239
7240         * mail-source.el: Load auth-source.el.
7241         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7242         get user name or password, if auth-sources is set up.
7243
7244         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7245         strategy of splitting with parent.
7246         (gnus-registry-split-fancy-with-parent)
7247         (gnus-registry-post-process-groups): Use it and fix prior
7248         bug (returning a list as the split result).
7249
7250         * auth-source.el (auth-sources): Remove server parameter.
7251         (auth-source-pick, auth-source-user-or-password)
7252         (auth-source-user-or-password-imap)
7253         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7254         (auth-source-user-or-password-sftp)
7255         (auth-source-user-or-password-smtp): Remove server parameter.
7256
7257 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7258
7259         * smime.el (smime-sign-region, smime-encrypt-region)
7260         (smime-decrypt-region):
7261         Remove redundant calls to `generate-new-buffer-name'.
7262
7263 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7264
7265         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7266         Don't use QP for message/rfc822.
7267         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7268
7269 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7270
7271         * sieve-manage.el (sieve-string-bytes): Remove.
7272         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7273         correct byte-length only if the process's coding-system is the same as
7274         the one used internally by Emacs to represent strings.
7275
7276 2008-04-22  Juri Linkov  <juri@jurta.org>
7277
7278         * mailcap.el (mailcap-file-default-commands): New function.
7279
7280 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-signature-separator, message-cite-function):
7283         Change custom version.
7284
7285 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7286
7287         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7288         commands.
7289         (tls-checktrust): Ditto.
7290
7291 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * mm-decode.el (mm-display-external): Make temp file read-only.
7294
7295 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7298         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7299         `C-c C-f d'.
7300
7301 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7302
7303         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7304
7305 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus.el: Bump version to 0.9.
7308
7309 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus.el: No Gnus v0.8 is released.
7312
7313 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7314
7315         * mail-source.el (mail-source-value):
7316         Prefer fboundp to functionp so it works with macros as well.
7317
7318 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7319
7320         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7321         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
7327
7328 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * auth-source.el: Add docs.
7331         (auth-sources): Modify format to support server.
7332         (auth-source-pick, auth-source-user-or-password)
7333         (auth-source-user-or-password-imap)
7334         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7335         (auth-source-user-or-password-sftp)
7336         (auth-source-user-or-password-smtp): Add server parameter.
7337
7338 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el: Initialize the registry when gnus-registry-install
7341         is t.
7342
7343 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * compface.el (uncompface): Make buffer unibyte.
7346
7347 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * mail-source.el (mail-source-value):
7350         Prefer fboundp to functionp so it works with macros as well.
7351
7352 2008-04-05  Glenn Morris  <rgm@gnu.org>
7353
7354         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7355
7356 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7357
7358         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7359         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7360
7361         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7362         multibyteness after rather than before erasing it.
7363
7364         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7365         mm-with-multibyte.
7366         (gnus-request-article-this-buffer): Make sure the proper decoding is
7367         used if gnus-original-article-buffer happens to be unibyte.
7368
7369         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7370         default-enable-multibyte-characters.
7371
7372         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7373         default-enable-multibyte-characters.
7374
7375         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7376
7377         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7378
7379 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7380
7381         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7382         Fix last change in case the element is not even a symbol.
7383
7384 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7385
7386         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7387         (imap-message-copyuid-1): Use it.
7388         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7389         J. Williams in
7390         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7391
7392         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7393         imap-enable-exchange-bug-workaround.
7394         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7395
7396 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7397
7398         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7399         a 100 byte status-checks into a 2-3MB transfer for each group.
7400         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7401         to enable bug workaround or not.
7402         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7403
7404 2008-03-31  Glenn Morris  <rgm@gnu.org>
7405
7406         * message.el (mml2015-use): Declare for compiler.
7407         (message-info): Require mml2015 when appropriate.
7408
7409 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7412         whitespace.
7413
7414 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7415
7416         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7417         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7418         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7419         (nntp-service-to-port): New function.
7420         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7421         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7422         (nntp-open-netcat-stream): New function.
7423         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7424
7425 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7426
7427         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7428
7429 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7432
7433 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7434
7435         * dns.el (dns-write): Use set-buffer-multibyte.
7436
7437 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7438
7439         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7440
7441 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * message.el (message-signature-separator): Change default.
7444         Improve custom type.
7445         (message-cite-function): Change default to
7446         message-cite-original-without-signature.
7447
7448         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7449         toggle.
7450
7451         * message.el (message-check-news-body-syntax): Fix signature check.
7452         (message-setup-1): Mark buffer as unmodified _after_ running
7453         message-setup-hook and handling message-alternative-emails.
7454         (message-shorten-references): Be more strict when building list of
7455         valid references to comply with GNKSA.
7456
7457         * gnus-group.el (gnus-read-ephemeral-bug-group)
7458         (gnus-read-ephemeral-debian-bug-group)
7459         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7460
7461         * message.el (message-info): Don't use booleanp which isn't supported
7462         in Emacs 21 and XEmacs.
7463
7464 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7467         gnus-group-gmane-group-download-format.
7468         (gnus-group-read-ephemeral-gmane-group): Rename from
7469         gnus-group-read-ephemeral-gmane-group.
7470         (gnus-read-ephemeral-gmane-group-url): Rename from
7471         gnus-group-read-ephemeral-gmane-group-url.
7472         (gnus-bug-group-download-format-alist): New variable.
7473         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7474         (gnus-read-ephemeral-emacs-bug-group): New commands.
7475
7476 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7479         (gnus-visible-headers): Improve custom type.
7480
7481 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * mml.el (mml-menu): Add workarounds for XEmacs.
7484
7485         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7486         X-Boundary header.
7487
7488         * message.el (message-simplify-recipients): Fix previous commit.
7489
7490 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * mm-util.el (mm-set-buffer-multibyte): New function.
7493         * mm-decode.el (mm-copy-to-buffer): Use it.
7494
7495         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7496         Prefer fboundp to functionp so it works with macros as well.
7497
7498 2008-03-19  Glenn Morris  <rgm@gnu.org>
7499
7500         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7501         Accidentally removed in the sync process with Emacs.
7502
7503 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * message.el (message-alter-recipients-discard-bogus-full-name):
7506         New function.
7507         (message-alter-recipients-function): New variable.
7508         (message-get-reply-headers): Use it.
7509         (message-replace-header): New helper function.
7510         (message-recipients-without-full-name): New variable.
7511         (message-simplify-recipients): New command.
7512
7513         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7514
7515         * message.el (message-info): Handle EasyPG manual.
7516
7517         * mml.el (mml-menu): Add entry for EasyPG.
7518
7519 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7520
7521         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7522         parameter.
7523
7524         * message.el (message-disassociate-draft): Specify drafts group name
7525         fully.
7526
7527 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7528
7529         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7530         Eliminate unnecessary duplicates from the match list.
7531
7532 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7535
7536         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7537
7538         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7539         args of `how-many' of which the XEmacs version doesn't take; declare
7540         Info-index-next as function.
7541
7542 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-score.el (gnus-score-headers): Fix handling of
7545         gnus-inhibit-slow-scoring.
7546
7547         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7548         string.
7549         (gnus-button-url-regexp): Improve handling of parenthesis.
7550         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7551         (gnus-button-handle-info-keystrokes): Handle index entries.
7552
7553 2008-03-15  Glenn Morris  <rgm@gnu.org>
7554
7555         * parse-time.el (parse-time-string): Simplify.
7556
7557 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7560         Incoming* files.
7561
7562 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * auth-source.el (auth-sources): Rename from auth-source-choices.
7565         (auth-source-pick): Use it.
7566
7567 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * binhex.el (binhex-decode-region-internal):
7570         * uudecode.el (uudecode-decode-region-internal):
7571         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7572         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7573         setting default-enable-multibyte-characters.
7574
7575 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7576
7577         * auth-source.el (auth-source-protocols)
7578         (auth-source-protocols-customize, auth-source-choices): Add and
7579         modified variable customizations and defaults.
7580         (auth-source-pick, auth-source-user-or-password)
7581         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7582         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7583         (auth-source-user-or-password-sftp)
7584         (auth-source-user-or-password-smtp): Use new variables and provide an
7585         interface to netrc.el.
7586
7587 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7590         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7591         Make sure the nntp port to specify is a string.
7592
7593 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7594
7595         * nntp.el: Use with-current-buffer.
7596         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7597         dubious mm-with-unibyte-current-buffer.
7598         (nntp-with-open-group-function): New function extracted from
7599         nntp-with-open-group macro.
7600         (nntp-with-open-group): Use the function, so it's easier to debug.
7601         Add indentation and debugging info.
7602         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7603         Recommend the use of the netcat alternatives.
7604
7605         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7606         Avoid mm-string-as-multibyte as well.
7607
7608         * nnweb.el (nnweb-insert-html):
7609         Remove use of nnheader-string-as-multibyte.
7610
7611         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7612         (nnheader-string-as-multibyte): Remove.
7613
7614         * mm-view.el: Use inhibit-read-only.
7615         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7616         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7617         or unibyte-string.
7618
7619         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7620         (mm-uu-yenc-extract): Use with-current-buffer.
7621
7622         * gnus-soup.el (gnus-soup-send-packet): Don't use
7623         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7624
7625         * nnmh.el: Use with-current-buffer.
7626         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7627         mm-string-as-multibyte on the output of mm-encode-coding-string.
7628
7629         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7630         (nnimap-request-move-article): Use with-current-buffer.
7631
7632         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7633         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7634         conversion uses string-make-unibyte rather than string-as-unibyte.
7635
7636         * gnus-msg.el: Use with-current-buffer.
7637
7638         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7639
7640 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7643         string for caching if it is 'PIN.
7644
7645 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * lpath.el: Consider the case without Emacs/W3.
7648
7649 2008-03-08  Glenn Morris  <rgm@gnu.org>
7650
7651         * time-date.el (date-to-time, time-subtract, time-add)
7652         (safe-date-to-time): Doc fixes.
7653
7654 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * mail-source.el (mail-source-delete-old-incoming-confirm):
7657         Change default to nil.
7658         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7659
7660 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * lpath.el: Rearrange.
7663
7664         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7665         (gnus-article-goto-prev-page): Work for articles having ^L's.
7666
7667         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7668
7669         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7670
7671 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7672
7673         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7674         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7675         (gnus-bookmark-jump): Adjust some variable names.
7676
7677 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * auth-source.el: New package.
7680         (auth-source-choices): Add customization entry point variable.
7681
7682         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7683         bug.
7684
7685 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7688         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7689         (gnus-registry-install-shortcuts): Rename from
7690         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7691         the `gnus-registry-mark-map' keymap dynamically from
7692         `gnus-registry-marks'.  The generated functions update the summary line
7693         when a registry mark is added or deleted, and will call
7694         `gnus-registry-install-p' (see the comments in the code).
7695         (gnus-registry-user-format-function-M): Use concat intelligently.
7696
7697         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7698         the registry mark functions.
7699
7700 2008-03-05  Glenn Morris  <rgm@gnu.org>
7701
7702         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7703         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7704         gnus-art.
7705         (top-level): No need to load own source when compiling.
7706
7707 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7710         Suggested by <chris.anderton@zetnet.co.uk>.
7711
7712 2008-03-04  Glenn Morris  <rgm@gnu.org>
7713
7714         * gnus-sum.el (top-level): No need to require gnus when compiling,
7715         since unconditionally required near start of file.
7716         (gnus-summary-display-while-building): Move definition before use.
7717
7718 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * gnus-registry.el (gnus-registry-user-format-function-M):
7721         Add formatting function.
7722
7723 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7726         with plists.
7727         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7728         Use new format.
7729
7730 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7733         `where-is-internal' that returns a range of key sequences.
7734
7735 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7736
7737         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7738
7739         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7740         (gnus-summary-jump-to-group): Consider windows on other displayed
7741         frames as well.  Similar changes might be needed elsewhere, but that's
7742         the one I've bumped into during my use.
7743
7744         * nndoc.el (nndoc-oe-dbx-type-p):
7745         * gnus-msg.el (gnus-debug):
7746         * gnus-group.el (gnus-update-group-mark-positions):
7747         Use mm-string-to-multibyte.
7748
7749 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7752         doesn't handle NotDashEscaped.
7753
7754         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7755         (mml-dnd-attach-options): Fix typo in custom choice.
7756
7757         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7758         Change nndoc-article-type to mbox.
7759         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7760
7761         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7762         to nil, instead of html2text.
7763
7764         * imap.el (imap-debug): Add `imap-ping-server'.
7765
7766         * gnus-bookmark.el: Add FIXMEs.
7767
7768         * message.el (message-form-letter-separator)
7769         (message-send-form-letter-delay): New variables.
7770         (message-send-form-letter): Use them.  New command to send form
7771         letters.  Requested by Uwe Siart.
7772         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7773
7774 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * Update copyright years.
7777
7778 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         Sync from EMACS_22_BASE.
7781
7782         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7783
7784 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7785
7786         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7787         empty author.
7788
7789 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * gnus-registry.el (gnus-registry-marks): Add variable for
7792         customization of marks and their appearance.
7793         (gnus-registry-read-mark): Use it.
7794         (gnus-registry-do-marks): Add utility function to loop through
7795         `gnus-registry-marks'.
7796         (gnus-registry-install-shortcuts-and-menus): Add function to install
7797         shortcuts and menus.
7798         (gnus-registry-initialize): Use it.
7799         (gnus-registry-default-mark): Clarify documentation.
7800
7801 2008-02-29  Glenn Morris  <rgm@gnu.org>
7802
7803         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7804         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7805         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7806         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7807         Change defcustom :version from 23.0 to 23.1.
7808
7809 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7810
7811         * gnus-registry.el (gnus-registry-follow-group-p)
7812         (gnus-registry-post-process-groups): Add functions to aid registry
7813         splitting and improve logging.  Clarify behavior in function
7814         documentation.
7815         (gnus-registry-split-fancy-with-parent): Use them.
7816
7817 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7818
7819         * gnus-art.el: Use with-current-buffer.
7820
7821 2008-02-27  David Engster  <dengste@eml.cc>
7822
7823         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7824         Express real group name in the response.
7825
7826 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7829         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7830         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7831         autoload gnus-registry-fetch-group when compiling.
7832         (nnmairix-request-group-with-article-number-correction):
7833         Remove unreferenced argument passed to nnmairix-call-backend.
7834
7835 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7838         (mm-uu-extract): Improve face for low color ttys.
7839         Reported by Sascha Wilde.
7840
7841 2008-02-27  Glenn Morris  <rgm@gnu.org>
7842
7843         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7844         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7845         variables to defconsts.  Convert comments to doc-strings.
7846         (nnmairix-last-server, nnmairix-current-server): Convert from free
7847         variables to defvars.  Convert comments to doc-strings.
7848         (gnus-registry-fetch-group): Autoload.
7849         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7850         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7851         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7852         caddr.
7853         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7854         nnmairix-request-group-with-article-number-correction call.
7855         (nnmairix-fast, nnmairix-group): New, less general names, for free
7856         variables passed from nnmairix-request-group to
7857         nnmairix-request-group-with-article-number-correction.  Declare.
7858         (nnmairix-request-group-with-article-number-correction):
7859         Use nnmairix-fast, nnmairix-group rather than fast, group.
7860
7861 2008-02-26  David Engster  <dengste@eml.cc>
7862
7863         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7864         version 0.5.
7865
7866 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7867
7868         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7869         instead of making an extra function call.  Don't add the current group
7870         to articles only when they have the group.  Use
7871         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7872         Reported by David <de_bb@arcor.de>.
7873
7874 2008-02-24  Miles Bader  <miles@gnu.org>
7875
7876         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7877         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7878         (mm-find-mime-charset-region):
7879         * mm-bodies.el (mm-encode-body):
7880         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7881
7882 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7885         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7886
7887 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * mail-source.el (mail-source-delete-incoming): Change default.
7890         Supplement doc string.
7891
7892         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7893
7894 2008-02-14  Glenn Morris  <rgm@gnu.org>
7895
7896         * time-date.el (format-seconds): New function.
7897
7898 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * nnmail.el (nnmail-message-id-cache-file): Derive from
7901         `gnus-home-directory'.
7902
7903 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7906         Document negative prefix.
7907
7908         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7909
7910 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * message.el (message-unsent-separator): Add the Exim bounce
7913         separator.
7914
7915 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7916
7917         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7918         list.
7919         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7920         recipient/signer list.
7921
7922 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * Makefile.in (datarootdir): Define.
7925         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7926         name that might contain whitespace.
7927
7928 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7931         fbound (Emacs 23 unicode), signal an error.
7932
7933 2008-02-08  Glenn Morris  <rgm@gnu.org>
7934
7935         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7936
7937 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7938
7939         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7940         ports to the calls to `netrc-machine-user-or-password' in addition to
7941         "imap" and "imaps".
7942
7943 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7944
7945         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7946
7947         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7948
7949 2008-02-01  Kenichi Handa  <handa@m17n.org>
7950
7951         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7952         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7953         (rfc2104-hash): Convert the result of concat to unibyte string.
7954
7955 2008-02-01  Dave Love  <fx@gnu.org>
7956
7957         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7958         coding-system-for-read.
7959         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7960
7961 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7964         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7965         <hanche@math.ntnu.no>.
7966
7967 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7970
7971         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7972
7973 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7974
7975         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7976         * message.el (message-beginning-of-line): Use featurep instead of bound
7977         tests in order to resolve conditionals at compile time.
7978
7979 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7980
7981         * mail-source.el (mail-sources): Add `group' choice.
7982
7983         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7984         parameter `in-group' to control into which group the articles go.
7985         Add treatment of `group' mail-source.
7986
7987 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7990
7991         * mm-decode.el (mm-dissect-buffer): Decode description.
7992
7993         * mml.el (mml-to-mime): Encode message header first.
7994
7995 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7998         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7999
8000         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8001         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8002
8003 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8004
8005         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8006
8007 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8010         prefix keys.
8011         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8012         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8013         gnus-xmas.el.
8014
8015         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8016         (gnus-xmas-article-describe-bindings): New function.
8017         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8018         gnus-xmas-article-describe-bindings.
8019
8020         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8021
8022 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8025         Add new variables for article mark management.
8026         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8027         list of extra data entries which, when present, will indicate that the
8028         article ID should not be trimmed from the registry.
8029         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8030         functions.
8031         (gnus-registry-read-mark): New function to read a mark name from the
8032         user.
8033         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8034         (gnus-registry-set-article-mark-internal): New functions to add and
8035         remove marks.
8036         (gnus-registry-get-article-marks): New function to show the marks for
8037         an article, or retrieve them for further use.
8038
8039 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8042         keys when no argument is given.
8043
8044 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * imap.el (imap-ping-server): New variable.
8047         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8048         (imap-ping-server): Minor doc string fixes.
8049
8050 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8051
8052         * imap.el (imap-ping-server): New function.
8053         (imap-opened): Call imap-ping-server.
8054
8055 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-sum.el (gnus-article-sort-by-random)
8058         (gnus-thread-sort-by-random): Fix doc strings.
8059         Reported by jidanni@jidanni.org.
8060
8061 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (gnus-article-describe-bindings): New function.
8064         (gnus-article-read-summary-keys): Use it.
8065         (gnus-article-mode-map): Bind `C-h b' to it.
8066
8067 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8070         XEmacs.
8071         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8072         Protect against non-character events.
8073
8074         * lpath.el: Fbind map-keymap for Emacs 21.
8075
8076 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8079         New command.
8080         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8081         instead of END.  Change name of the temp file.
8082         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8083         customizable.
8084
8085 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8088         bind `S W' to gnus-article-wide-reply-with-original; set default
8089         binding to gnus-article-read-summary-send-keys.
8090         (gnus-article-read-summary-keys): Fix the order of keys; display
8091         continuation keys correctly in the echo area; describe bindings
8092         correctly when keys end with `C-h'.
8093         (gnus-article-read-summary-send-keys): New function.
8094         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8095         Work for gnus-article-read-summary-send-keys; display continuation keys
8096         correctly in the echo area.
8097         (gnus-article-reply-with-original): Ignore prefix argument.
8098         (gnus-article-wide-reply-with-original): New function.
8099
8100         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8101         Emacs 21.
8102
8103 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8106         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8107
8108 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8109
8110         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8111         (gnus-group-read-ephemeral-gmane-group): New command.
8112
8113 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8114
8115         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8116
8117 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * message.el (message-send-mail-function): Increase custom version.
8120
8121         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8122         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8123
8124 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8127         for the cases where imap-authenticate is called with a nil buffer
8128         parameter.
8129
8130 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8133         html parts correctly; support forwarded messages.
8134         (gnus-article-browse-html-article): Remove work buffers.
8135
8136         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8137         compiling.
8138         (netrc-bound-and-true-p): New macro.
8139         (netrc-parse): Use it instead of bound-and-true-p that is not available
8140         in XEmacs 21.4.
8141
8142 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * gnus-registry.el (gnus-registry-mark-article)
8145         (gnus-registry-article-marks): Add functionality to mark articles
8146         through the Gnus registry.
8147
8148         * encrypt.el: Clarify documentation for the new pgg method.
8149         (encrypt-file-alist): Add PGG option.
8150         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8151         functionality.  Abstract password key and messaging to external
8152         functions.
8153         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8154         (encrypt-message-method-and-cipher): Add new convenience external
8155         functions.
8156         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8157         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8158
8159         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8160         (netrc-parse): Use encrypt-file-alist to determine if
8161         encrypt-find-model or encrypt-insert-file-contents should be used.
8162
8163         * encrypt.el: Clarify documentation.  Load password-cache or
8164         password, whichever one is found first, instead of autoloading.
8165
8166 2007-12-19  Glenn Morris  <rgm@gnu.org>
8167
8168         * mml.el (message-options-set, message-narrow-to-head)
8169         (message-in-body-p, message-mail-p, message-encode-message-body):
8170         Autoload.
8171         (message-remove-header, message-narrow-to-headers-or-head)
8172         (message-subscribed-p, message-make-mail-followup-to)
8173         (message-position-on-field, message-news-p)
8174         (message-options-set-recipient, message-generate-headers)
8175         (message-sort-headers): Declare as functions.
8176
8177 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8180         convention in doc string.
8181
8182 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8185         title to html parts.
8186         (gnus-article-browse-html-article): Pass message header to it.
8187
8188         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8189
8190 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8193         or password compatible with XEmacs.
8194
8195 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8198         format document.
8199         (gnus-mime-delete-part): Don't write description line if empty.
8200         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8201
8202 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8203
8204         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8205         (gnus-summary-mark-read-and-unread-as-read)
8206         (gnus-summary-mark-current-read-and-unread-as-read)
8207         (gnus-summary-mark-unread-as-ticked): Doc fix.
8208         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8209
8210 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8213         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8214
8215 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8218         yes-or-no-p.
8219
8220 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * mm-decode.el (mm-add-meta-html-tag): New function.
8223         (mm-save-part-to-file, mm-pipe-part): Use it.
8224
8225         * gnus-art.el (gnus-article-browse-delete-temp-files):
8226         Use gnus-y-or-n-p instead of y-or-n-p.
8227         (gnus-article-browse-html-parts): Work with message/external-body; use
8228         mm-add-meta-html-tag.
8229
8230 2007-12-11  Glenn Morris  <rgm@gnu.org>
8231
8232         * gnus-cache.el: Require gnus-sum not just when compiling.
8233
8234         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8235
8236         * gnus-int.el (gnus-server-opened, gnus-status-message):
8237         Move definitions before use.
8238
8239         * mm-decode.el: Require gnus-util.
8240         (mm-remove-part): Only call delete-annotation on XEmacs.
8241
8242         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8243
8244         * nnmail.el: Require gnus-int.
8245
8246         * spam.el: Move `require's before `eval-when-compile's.
8247
8248         * gnus-ems.el (gnus-alive-p):
8249         * gnus-fun.el (message-goto-eoh):
8250         * gnus-util.el (gnus-group-name-decode):
8251         * mail-source.el (gnus-compress-sequence):
8252         * message.el (Info-goto-node, format-spec):
8253         * mm-bodies.el (message-options-get):
8254         * mm-decode.el (mm-view-pkcs7):
8255         * mm-util.el (gmm-write-region):
8256         * mml-smime.el (mml-compute-boundary)
8257         (gnus-completing-read-with-default):
8258         * mml.el (widget-button-press, gnus-make-hashtable):
8259         * mml1991.el (mm-decode-content-transfer-encoding)
8260         (mm-encode-content-transfer-encoding)
8261         (message-options-get, message-options-set):
8262         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8263         * nnfolder.el (gnus-request-group):
8264         * nnheader.el (ietf-drums-unfold-fws):
8265         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8266         * smime.el (gnus-run-mode-hooks):
8267         * spam-stat.el (gnus-message): Autoload.
8268
8269         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8270         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8271         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8272         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8273         Add declare-function compatibility definition.
8274
8275         * gnus-cache.el (nnvirtual-find-group-art):
8276         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8277         (gnus-add-image, gnus-add-wash-type):
8278         * gnus-group.el (nnkiboze-score-file):
8279         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8280         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8281         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8282         (message-tokenize-header, gnus-get-buffer-create)
8283         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8284         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8285         * gnus.el (gnus-group-decoded-name):
8286         * mail-source.el (imap-capability):
8287         * mm-bodies.el (message-options-set):
8288         * mm-decode.el (gnus-configure-windows):
8289         * mm-extern.el (message-goto-body):
8290         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8291         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8292         (epg-sub-key-validity, message-options-set):
8293         * mml.el (widget-event-point, gnus-configure-windows):
8294         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8295         * mml2015.el (epg-check-configuration, epg-configuration)
8296         (message-options-set):
8297         * nndb.el (nndb-request-article):
8298         * nnfolder.el (gnus-request-create-group):
8299         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8300         * nnmaildir.el (gnus-group-mark-article-read):
8301         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8302         * rfc1843.el (message-fetch-field):
8303         * spam.el (gnus-extract-address-components):
8304         Declare as functions.
8305
8306 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8309
8310         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8311
8312         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8313         bind show-trailing-whitespace for XEmacs.
8314
8315 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8318         new no-op macro for backward compatibility.
8319
8320         * imap.el (imap-string-to-integer): New function.
8321
8322 2007-12-09  Glenn Morris  <rgm@gnu.org>
8323
8324         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8325
8326         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8327         * message.el, mm-view.el, sieve-manage.el, smime.el:
8328         Add declare-function compatibility definition.
8329
8330         * gnus-art.el (w3-region, w3m-region, Info-menu):
8331         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8332         * gnus-sum.el (gnus-get-predicate):
8333         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8334         * message.el (mail-abbrev-in-expansion-header-p):
8335         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8336         (w3m-detect-meta-charset, w3m-region):
8337         * sieve-manage.el (password-read, password-cache-add)
8338         (password-cache-remove):
8339         * smime.el (password-read-and-add): Declare as functions.
8340
8341 2007-12-08  David Kastrup  <dak@gnu.org>
8342
8343         * gnus-sum.el (gnus-summary-simplify-subject-query):
8344         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8345         `message'.
8346
8347 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8350         it to bind idna-program, installation-directory, defined-colors, and
8351         face-attribute for XEmacs of the version that compiles defcustom forms.
8352
8353 2007-12-07  Glenn Morris  <rgm@gnu.org>
8354
8355         * gnus-art.el (article-make-date-line): Revert previous change.
8356
8357 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8360
8361 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8362
8363         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8364         Call gnus-add-to-range ranges only once with a prepared article-list.
8365
8366 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8367
8368         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8369         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8370         group names with backslashes.
8371         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8372
8373 2007-12-06  Deepak Goel  <deego3@gmail.com>
8374
8375         * gnus-art.el (article-make-date-line):
8376         * gnus-start.el (gnus-load):
8377         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8378
8379 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-art.el (gnus-use-idna)
8382         * gnus-start.el (gnus-site-init-file)
8383         * message.el (message-use-idna)
8384         * mm-uu.el (mm-uu-hide-markers)
8385         * smiley.el (smiley-style): Revert changes that suppress warnings.
8386
8387 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8390         specify charset to html source.
8391         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8392
8393 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8396         idna-program in order to suppress byte compile warning issued by XEmacs
8397         that came to byte compile the default value section of defcustom forms
8398         recently.
8399
8400         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8401         value of installation-directory.
8402
8403         * message.el (message-use-idna): Don't directly refer to the value of
8404         idna-program.
8405
8406         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8407
8408         * smiley.el (smiley-style): Don't directly call face-attribute.
8409
8410 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8413
8414         * gnus-dired.el: Reduce Gnus dependencies.
8415         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8416         Don't require.  Use autoloads instead.
8417         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8418         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8419         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8420         (gnus-dired-mode): Adjust doc string.
8421         (gnus-dired-mail-mode): New variable.
8422         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8423         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8424         (gnus-dired-mail-buffers): New function.  Return mail or message
8425         composition buffers.
8426         (gnus-dired-attach): Use it.
8427         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8428         NO-DECODE.
8429         (gnus-dired-print): Use `gnus-print-buffer' depending on
8430         `gnus-dired-mail-mode'.
8431
8432 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * rfc2047.el (rfc2047-encoded-word-regexp)
8435         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8436         explaining what regexp patterns are for.
8437
8438 2007-12-04  Glenn Morris  <rgm@gnu.org>
8439
8440         * password.el: Move to password-cache.el.
8441
8442         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8443         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8444         * mml-smime.el (password-read, password-cache-add)
8445         (password-cache-remove):
8446         No need to autoload, since mml-sec requires password.
8447
8448         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8449         * message.el (gnus-extract-address-components):
8450         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8451
8452         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8453         password.
8454
8455 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * mailcap.el: Reduce dependencies.
8458         (mail-header-parse-content-type): Autoload.
8459         (mailcap-delete-duplicates): New alias.
8460         (mailcap-mime-info): Add optional argument NO-DECODE.
8461         (mailcap-mime-types): Use mailcap-delete-duplicates.
8462
8463         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8464
8465 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8466
8467         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8468         (imap-parse-status): Upcase status-att for servers that sends them
8469         lower-case (e.g., MS Exchange 2007).
8470
8471 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8474         function.
8475
8476         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8477         (gnus-uu-yenc-article): New function.
8478
8479         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8480
8481         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8482
8483 2007-12-02  Glenn Morris  <rgm@gnu.org>
8484
8485         * binhex.el (binhex): New custom group.
8486         (binhex-decoder-program, binhex-decoder-switches)
8487         (binhex-use-external): Move to the binhex custom group.
8488
8489         * uudecode.el (uudecode): New custom group.
8490         (uudecode-decoder-program, uudecode-decoder-switches)
8491         (uudecode-use-external): Move to the uudecode custom group.
8492
8493         * netrc.el (top-level): Don't load `encrypt' features.
8494         (netrc-parse): Don't use encrypt.
8495         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8496
8497         * encrypt.el: Remove file.
8498
8499 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8502         matches on patches.
8503
8504         * gnus-art.el (gnus-article-browse-html-article):
8505         Mention `mm-text-html-renderer' in the doc string.
8506
8507         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8508         string.  Add comments.
8509
8510         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8511         if rhs is ASCII.
8512
8513 2007-12-01  Glenn Morris  <rgm@gnu.org>
8514
8515         * mail-source.el (top-level): Require format-spec before
8516         eval-when-compile.
8517
8518 2007-11-30  Glenn Morris  <rgm@gnu.org>
8519
8520         * encrypt.el: Require password, rather than autoloading password-read.
8521
8522 2007-11-29  Glenn Morris  <rgm@gnu.org>
8523
8524         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8525         (sasl-make-client, sasl-next-step, sasl-step-data)
8526         (sasl-step-set-data): Declare as functions.
8527
8528 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8531
8532 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8533
8534         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8535         certs should be verified and what is to be done in the event of a
8536         verification failure.
8537
8538         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8539         caller can indicate whether the cache should be disregarded for this
8540         call.  This way the result of the call is reproducible at all times and
8541         can be considered a canonical server name for the supplied method.
8542         (gnus-agent-method-p): Canonicalize server names by pushing their
8543         method through `gnus-method-to-server' using the no-cache argument.
8544
8545         * gnus-srvr.el (gnus-server-insert-server-line):
8546         Call `gnus-method-to-server' with `no-cache' argument.
8547
8548         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8549         gnus-agent-possibly-synchronize-flags as this should be called when the
8550         server is actually being opened.
8551         (gnus-agent-possibly-synchronize-flags)
8552         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8553         flags file of an agentized server to the latter function.
8554
8555         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8556         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8557         after a connection has been established successfully.
8558
8559 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-art.el (article-display-face): Force to display face if called
8562         interactively; check if gnus-article-x-face-too-ugly matches author.
8563         (article-display-x-face): Display face even if From header is missing
8564         as article-display-face does.
8565
8566 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8567
8568         * hashcash.el (message-narrow-to-headers-or-head)
8569         (message-fetch-field, message-goto-eoh)
8570         (message-narrow-to-headers): Declare as functions.
8571
8572 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * mail-source.el (mail-sources): Default to fetch from file for
8575         compatibility with default of nnmail-spool-file.
8576
8577 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8580         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8581         to look for encoded word that should be encoded again.
8582         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8583         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8584         encoding pattern.
8585         (rfc2047-decode-region): Switch strict regexp and loose one according
8586         to rfc2047-allow-irregular-q-encoded-words.
8587
8588 2007-11-25  Romain Francoise  <romain@orebokech.com>
8589
8590         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8591
8592 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * tls.el (tls-program): Provide more custom choices from
8595         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8596         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8597
8598 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8601         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8602
8603         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8604         `nnmail-spool-file'.
8605
8606         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8607         `nnmail-spool-file'.
8608
8609         * gnus-move.el (gnus-change-server): Ditto.
8610
8611         * gnus-kill.el (gnus-batch-score): Ditto.
8612
8613         * gnus-cache.el (gnus-jog-cache): Ditto.
8614
8615         * gnus-msg.el (gnus-summary-reply):
8616         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8617
8618 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8621         version.  Minor improvement to doc strings.
8622         (tls-program): Add comment.
8623
8624 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8625
8626         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8627         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8628         mismatch between the hostname provided in the certificate and the name
8629         of the host connnecting to.
8630         (open-tls-stream): Use them.  Check certificates against trusted root
8631         certificates.
8632
8633 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * gnus-cache.el (gnus-cache-generate-nov-databases):
8636         Use nnml-generate-nov-databases-directory instead of
8637         nnml-generate-nov-databases-1.
8638
8639 2007-11-24  Glenn Morris  <rgm@gnu.org>
8640
8641         * message.el (message-tool-bar-retro): Update for rename
8642         mail_send.xpm->mail-send.xpm.
8643
8644 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8647         `smime-ldap-search' for Emacs 22 and up.
8648
8649 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8650
8651         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8652
8653         * message.el (message-send-mail-function): Fix error convention.
8654         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8655         (message-widen-reply, message-send-mail, message-talkative-question)
8656         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8657         (message-clone-locals, message-send-news): Use with-current-buffer.
8658         (message-insert-or-toggle-importance): Remove unused var `valid'.
8659         (message-make-references): Remove unused var `new-references'.
8660         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8661
8662 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8663
8664         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8665         (spam-split-symbolic-return-positive): Reflow docstring.
8666         (spam-backends, spam-summary-exit-behavior)
8667         (spam-mark-ham-unread-before-move-from-spam-group)
8668         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8669         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8670         (spam-clear-cache, spam-backend-check, spam-install-backend)
8671         (spam-install-statistical-backend, spam-list-of-processors)
8672         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8673         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8674         (spam-check-crm114, spam-initialize, spam-unload-hook):
8675         Fix typos in docstrings.
8676
8677 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8680         been checked if they have never been read and those group levels are
8681         higher than the one that a user specified.
8682
8683 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8686         foreign groups unless a group level is specified by a user.
8687         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8688
8689 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * message.el (message-send-mail-function): Require sendmail.
8692
8693 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-send-mail-function): Check for smtpmail too.
8696
8697         * utf7.el (utf7-encode, utf7-decode): Use coding system
8698         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8699
8700         * message.el (message-send-mail-function): New function.
8701         (message-send-mail-function): Set default using
8702         message-send-mail-function.  Adjust doc string.
8703         (message-send-mail-with-mailclient): New function.
8704
8705 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8706
8707         * smime.el (from):
8708         * rfc2047.el (message-posting-charset):
8709         * qp.el (mm-use-ultra-safe-encoding):
8710         * pop3.el (parse-time-months):
8711         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8712         * nnml.el (files):
8713         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8714         (jka-compr-compression-info-list, ange-ftp-path-format)
8715         (efs-path-regexp):
8716         * nndiary.el (files):
8717         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8718         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8719         (epg-digest-algorithm-alist, inhibit-redisplay)
8720         (password-cache-expiry):
8721         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8722         (pgg-output-buffer, password-cache-expiry):
8723         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8724         (efs-path-regexp):
8725         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8726         (inhibit-redisplay):
8727         * mm-uu.el (file-name, start-point, end-point, entry)
8728         (gnus-newsgroup-name, gnus-newsgroup-charset):
8729         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8730         (latin-unity-ucs-list):
8731         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8732         (mm-uu-binhex-decode-function):
8733         * message.el (gnus-message-group-art, gnus-list-identifiers)
8734         (rmail-enable-mime-composing, gnus-local-organization)
8735         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8736         (gnus-read-active-file, facemenu-add-face-function)
8737         (facemenu-remove-face-function, gnus-article-decoded-p)
8738         (tool-bar-mode):
8739         * mail-source.el (display-time-mail-function):
8740         * gnus-util.el (nnmail-pathname-coding-system)
8741         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8742         (gnus-original-article-buffer, gnus-user-agent)
8743         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8744         (xemacs-codename, sxemacs-codename, emacs-program-version):
8745         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8746         * gnus-start.el (gnus-agent-covered-methods)
8747         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8748         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8749         (gnus-newsgroup-headers, gnus-group-list-mode)
8750         (gnus-group-mark-positions, gnus-newsgroup-data)
8751         (gnus-newsgroup-unreads, nnoo-state-alist)
8752         (gnus-current-select-method, mail-sources)
8753         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8754         (nnmail-spool-file, gnus-cache-active-hashtb):
8755         * gnus-mh.el (mh-lib-progs):
8756         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8757         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8758         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8759         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8760         (gnus-group-buffer):
8761         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8762         (font-lock-set-defaults):
8763         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8764         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8765         (gnus-summary-post-menu, total-parts, type, condition, length):
8766         * gnus-agent.el (gnus-agent-read-agentview):
8767         * flow-fill.el (show-trailing-whitespace):
8768         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8769         eval-and-compile wrappers for byte compiler pacifiers.
8770
8771         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8772         (mm-display-inline-fontify): Check for featurep 'xemacs not
8773         extent-list.
8774
8775         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8776         itimer-list.
8777         (mm-create-image-xemacs): Only do something for XEmacs.
8778         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8779
8780         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8781
8782         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8783         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8784
8785 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8786
8787         * nnimap.el (nnimap-split-download-body):
8788         * gnus-demon.el (gnus-demon):
8789         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8790
8791 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8794         New macros.
8795         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8796         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8797         copy data from unibyte buffer to multibyte current buffer.
8798         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8799         to copy data from unibyte current buffer to multibyte buffer.
8800         (nntp-make-process-buffer): Make process buffer unibyte.
8801
8802         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8803
8804 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8805
8806         * pop3.el (pop3-open-server): Accept and process data more robustly at
8807         connexion start to avoid spurious "POP SSL connexion failed" errors.
8808
8809 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8812         read group names.
8813
8814 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8817
8818 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8821         (nnmail-save-active): Use a unibyte buffer when saving active file,
8822         which may contain non-ASCII group names.
8823
8824         * nnml.el (nnml-request-group): Decode group names in messages.
8825
8826 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * message.el (message-citation-line-function)
8829         (message-insert-formatted-citation-line): Fix spelling of
8830         `message-insert-formated-citation-line'.
8831
8832 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8835
8836 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8839         nnmail-pathname-coding-system.
8840
8841         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8842         that a user enters; decode group names in messages.
8843
8844         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8845
8846 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8849
8850         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8851
8852         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8853         risky local variable.
8854
8855         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8856
8857 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * encrypt.el: Improve documentation to fix function name typo.
8860         Reported by Daiki Ueno <ueno@unixuser.org>.
8861
8862 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8865         even if the point is not in the last page of an article.
8866         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8867         back to the previous page.
8868
8869 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8872
8873 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8876
8877 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * message.el (message-check-news-body-syntax):
8880         Avoid mm-string-as-multibyte.
8881         (message-hide-headers): Don't assume (point-min)==1.
8882
8883 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * message.el (message-remove-blank-cited-lines): Fix if remove is
8886         given.
8887         (message-bogus-address-regexp): New variable.
8888         (message-bogus-recipient-p): New function.
8889         (message-check-recipients): New command.
8890         (message-syntax-checks): Add `bogus-recipient'.
8891         (message-fix-before-sending): Add `bogus-recipient'.
8892
8893         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8894         (gnus-treat-body-boundary): Don't test window-system.
8895
8896 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8897
8898         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8899
8900 2007-10-28  Miles Bader  <miles@gnu.org>
8901
8902         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8903         at compile-time too.
8904
8905 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-msg.el (gnus-message-setup-hook):
8908         Add `message-remove-blank-cited-lines' to options.
8909
8910 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * message.el (message-remove-blank-cited-lines): New function.
8913         Suggested by Karl Plästerer.
8914
8915 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8918         mapc.
8919
8920         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8921         (top-level): Use mapc to set functions to be traced for debugging.
8922
8923         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8924         called for effect with while loop.
8925
8926         * message.el (message-talkative-question): Replace mapcar called for
8927         effect with mapc.
8928
8929         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8930         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8931         called for effect with dolist.
8932
8933         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8934
8935         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8936         gnus-extra-headers and nnmail-extra-headers.
8937
8938         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8939         called for effect with dolist.
8940         (top-level): Use mapc to set functions to be traced for debugging.
8941
8942         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8943         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8944         dolist.
8945
8946         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8947         Replace mapcar called for effect with mapc.
8948         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8949         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8950         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8951         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8952
8953         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8954         remove-if that's a cl function.
8955
8956         * webmail.el (webmail-debug): Replace mapcar called for effect with
8957         dolist.
8958
8959         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8960         with mapc.
8961
8962 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8965         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8966         with while loop.
8967
8968         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8969         functions from article-* functions.
8970         (gnus-multi-decode-header): Replace mapcar called for effect with
8971         dolist.
8972
8973         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8974         (gnus-bookmark-show-details): Replace mapcar called for effect with
8975         while loop.
8976
8977         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8978         called for effect with while loop.
8979
8980         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8981         with dolist.
8982
8983         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8984         Replace mapcar called for effect with dolist.
8985
8986         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8987
8988         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8989         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8990         Replace mapcar called for effect with dolist.
8991         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8992         mapc.
8993
8994         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8995         Replace mapcar called for effect with dolist.
8996         (gnus-topic-list): Replace mapcar called for effect with mapc.
8997
8998         * gnus.el: Use mapc instead of mapcar to add autoloads.
8999
9000 2007-10-23  Richard Stallman  <rms@gnu.org>
9001
9002         * gnus-group.el (gnus-group-highlight): Mark as risky.
9003
9004 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus.el (gnus-server-to-method): Return method found first in
9007         gnus-newsrc-alist.
9008
9009         * gnus-art.el (gnus-article-highlight-signature)
9010         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9011         button overlay without the front stickiness.
9012
9013 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9014
9015         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9016         overview buffer needed a catch to receive its throw.
9017         (gnus-agent-flush-cache): Declare as interactive to make this function
9018         easier to use.
9019
9020 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9023         `next-line'.
9024
9025 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9028         exclude address matching message-dont-reply-to-names.
9029
9030 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-util.el (gnus-string<): New function.
9033
9034         * gnus-sum.el (gnus-article-sort-by-author)
9035         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9036
9037 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9040         the frame-focus tag is set in gnus-buffer-configuration.
9041
9042 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9045         the front stickiness.
9046
9047 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9050         url pattern; remove duplicate one.
9051         (gnus-article-extend-url-button): New function.
9052         (gnus-article-add-buttons): Use it.
9053         (gnus-button-push): Use concatenated url that it makes.
9054
9055 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9056
9057         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9058
9059 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9060
9061         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9062         Don't hardcode point-min==1.
9063
9064 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9067         Fix comment about "iso8859-1".
9068
9069 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9070
9071         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9072         ones returned from the verify-function.
9073
9074         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9075         Call mml2015-extract-cleartext-signature if extraction failed.
9076
9077 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9078
9079         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9080         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9081         failed.
9082
9083 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9086
9087 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9090         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9091         recommends to use EasyPG instead of PGG.
9092
9093         * pgg.el: Revert to revision 6.23.2.16.
9094
9095         * pgg-def.el: Revert to revision 6.6.2.14.
9096
9097         * pgg-gpg.el: Revert to revision 6.23.2.34.
9098
9099 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9102         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9103         thread for both the null and zero (kill/expire thread) universal prefix
9104         cases.
9105         (gnus-summary-expire-thread): Add new function to expire a thread,
9106         using gnus-summary-kill-thread.
9107         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9108         shortcuts for gnus-summary-expire-thread.
9109         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9110         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9111
9112 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9113
9114         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9115         extras value, so an extras entry can be deleted.
9116         (gnus-registry-delete-extra-entry): Use it.
9117         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9118         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9119         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9120         storage through the gnus-registry, and provide an appropriate API for
9121         it.
9122
9123 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9126         Suggested by Leo <sdl.web@gmail.com>.
9127
9128         * gnus.el: Do.
9129
9130 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9133         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9134
9135         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9136
9137         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9138         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9139
9140 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9143         newline.
9144         (nnmbox-request-accept-article): Don't change article in source buffer;
9145         narrow to header to use message-fetch-field rather than
9146         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9147         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9148         as delimiters; make sure article ends with newline.
9149         (nnmbox-delete-mail): Correct last position of article to be deleted;
9150         ignore X-Gnus-Newsgroup header in article body.
9151         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9152         positions; make sure article ends with newline.
9153
9154         * message.el (message-display-abbrev): Don't infloop when a user
9155         inserts SPC in the beginning of header.
9156
9157         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9158         coding-system-for-read and coding-system-for-write for XEmacs having no
9159         file-coding feature.
9160
9161         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9162
9163 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9166         list of groups not followed by default.  Fix type to be regexp.
9167         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9168
9169 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9170
9171         * hmac-def.el (define-hmac-function): Switch from old-style to
9172         new-style backquotes.
9173
9174         * md4.el (md4-make-step): Likewise.
9175
9176 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9179         raw-text coding system when saving .newsrc file, which may contain
9180         non-ASCII group names.
9181
9182 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-cus.el (gnus-score-extra): New widget.
9185         (gnus-score-extra-convert): New function.
9186         (gnus-score-customize): Use it for Extra.
9187
9188 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9189
9190         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9191         (mml2015-mailcrypt-clear-verify): Use it.
9192         (mml2015-gpg-clear-verify): Use it.
9193         (mml2015-pgg-clear-verify): Use it.
9194         (mml2015-epg-clear-verify): Replace the current part with the output
9195         from GnuPG; don't extract the plaintext by itself.
9196
9197         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9198         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9199         mml2015-clear-verify-function; don't touch the armor headers or
9200         dash-escaped text here.
9201
9202 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9205         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9206         parts, or application/octet-stream as a last resort.
9207         (gnus-mime-view-part-as-type): Don't toggle display.
9208         (gnus-mime-view-part-as-charset): Don't turn off display before
9209         querying charset.
9210
9211         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9212         stuff to undisplayer function in Emacs.
9213         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9214
9215         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9216         text/calendar parts.
9217
9218 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9221         decoding text/calendar parts.
9222
9223         * message.el (message-forward-make-body-mime): Always mark body as
9224         having no illegible text; remove signed-or-encrypted argument.
9225         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9226
9227         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9228         (mml-generate-mime-1): Don't encode body if it is specified to be in
9229         raw form; don't make buffer be unibyte when inserting multibyte string.
9230
9231 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9232
9233         * sha1.el: Fix up comment style.
9234         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9235         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9236
9237         * hex-util.el: Fix up comment style.
9238         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9239
9240         * gnus-salt.el: Use with-current-buffer.
9241         (gnus-pick-setup-message): Fix long-standing typo.
9242
9243 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * imap.el (imap-logout-timeout): New variable.
9246         (imap-logout, imap-logout-wait): New functions.
9247         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9248
9249         * nnimap.el (nnimap-logout-timeout): New server variable.
9250         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9251         nnimap-logout-timeout.
9252
9253         * gnus-art.el (gnus-article-summary-command-nosave)
9254         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9255
9256 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus.el (gnus-maximum-newsgroup): New variable.
9259
9260         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9261         according to gnus-maximum-newsgroup.
9262
9263         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9264         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9265         Limit the range of articles according to gnus-maximum-newsgroup.
9266
9267 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9268
9269         * gnus-art.el (gnus-sticky-article): Fix problems described in
9270         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9271         Don't perform gnus-configure-windows here; reuse existing sticky
9272         article buffer.
9273
9274         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9275         it doesn't exist in gnus-article-mode.
9276
9277 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9280         (gnus-agent-decoded-group-name): New function.
9281         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9282         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9283
9284 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9285
9286         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9287         Add binding for gnus-sticky-article.
9288         (gnus-summary-exit): Don't kill sticky article buffers.
9289
9290         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9291         article buffer.
9292         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9293         (gnus-kill-sticky-article-buffers): New commands.
9294
9295 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * nntp.el (nntp-xref-number-is-evil): New server variable.
9298         (nntp-find-group-and-number): If it is non-nil, don't trust article
9299         numbers in the Xref header.
9300
9301 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-agent.el (gnus-agent-read-group): New function.
9304         (gnus-agent-flush-group, gnus-agent-expire-group)
9305         (gnus-agent-regenerate-group): Use it.
9306         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9307         nnmail-pathname-coding-system.
9308
9309 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9312
9313         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9314         that are unread as unread, and also as selected so that information of
9315         marks having been changed by a user may be updated when exiting group.
9316
9317 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9320
9321 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9324         calculated ignoring signature parts to gnus-treat-article.
9325
9326 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9329         a point here in order to keep the window start.
9330         (gnus-insert-mime-security-button): Make a button overlay without the
9331         front stickiness.
9332         (gnus-mime-display-security): Goto the end of a button.
9333
9334         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9335
9336 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9339         group-name-at-point.
9340         (gnus-group-completing-read): New function that offers decoded
9341         non-ASCII group names for completion.
9342         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9343         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9344         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9345         (gnus-group-fetch-control): Use it.
9346         (gnus-fetch-group): Use group-name-at-point for the initial value
9347         rather than the default value; use gnus-alive-p.
9348
9349         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9350         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9351         (gnus-summary-post-news): Use gnus-group-completing-read.
9352
9353         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9354         (gnus-read-move-group-name): Decode group name for completion.
9355
9356 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9357
9358         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9359         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9360         Yamaoka slightly modified the code).
9361
9362 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9365         (nnmail-split-incoming): Bind it.
9366
9367         * nnml.el (nnml-group-name-charset): New function.
9368         (nnml-decoded-group-name): Use it; don't decode group name if
9369         nnmail-group-names-not-encoded-p is non-nil.
9370         (nnml-encoded-group-name): New function.
9371         (nnml-group-pathname): Inline nnml-decoded-group-name.
9372         (nnml-request-expire-articles): Decode group name in message.
9373         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9374         nnmail-pathname-coding-system.
9375         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9376         not decoded ones according to nnmail-group-names-not-encoded-p.
9377         (nnml-generate-active-info): Use nnml-encoded-group-name.
9378
9379 2007-08-08  Glenn Morris  <rgm@gnu.org>
9380
9381         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9382         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9383         doc-strings and comments.
9384
9385 2007-07-25  Glenn Morris  <rgm@gnu.org>
9386
9387         * Relicense all FSF files to GPLv3 or later.
9388
9389 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-sum.el (gnus-summary-move-article):
9392         Make gnus-summary-respool-article work.
9393
9394 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9397         string.
9398
9399 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9400
9401         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9402         that should be ignored when comparing distant RSS articles with local
9403         ones.
9404         (nnrss-make-hash-index): New function.  Create a hash index according
9405         to the ignored fields.
9406         (nnrss-check-group): Use it.
9407
9408 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9411
9412         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9413
9414         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9415         the new optional argument ENCODED is non-nil.
9416         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9417         coding system for encoding group name.
9418         (gnus-group-make-rss-group): Pass un-encoded group name to
9419         gnus-group-make-group.
9420         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9421         encoded.
9422
9423         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9424         Encode group name to which articles are moved or copied.
9425         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9426         coding system for encoding Newsgroup, Followup-To and Xref headers.
9427
9428         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9429         marks; use nnheader-file-coding-system to write a file.
9430         (nnagent-retrieve-headers): Bind file-name-coding-system to
9431         nnmail-pathname-coding-system.
9432
9433         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9434
9435         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9436         (nnml-request-article, nnml-request-create-group)
9437         (nnml-request-rename-group, nnml-find-id)
9438         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9439         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9440         (nnml-save-marks): Use nnml-group-pathname instead of
9441         nnmail-group-pathname.
9442
9443         (nnml-request-create-group, nnml-request-expire-articles)
9444         (nnml-request-move-article, nnml-request-delete-group)
9445         (nnml-deletable-article-p, nnml-possibly-create-directory)
9446         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9447         (nnml-open-marks): Bind file-name-coding-system to
9448         nnmail-pathname-coding-system.
9449
9450         (nnml-request-article): Pass server argument to nnml-find-group-number.
9451         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9452         Pass server argument to nnml-possibly-create-directory.
9453         (nnml-request-accept-article): Pass server argument to
9454         nnml-active-number and nnml-save-mail.
9455         (nnml-find-group-number): Pass server argument to nnml-find-id.
9456         (nnml-request-update-info): Pass server argument to
9457         nnml-marks-changed-p.
9458
9459         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9460         (nnml-save-mail, nnml-active-number): Add server argument.
9461
9462         (nnml-request-delete-group): Warn if group is missing.
9463         (nnml-get-nov-buffer): Decode group name.
9464         (nnml-generate-active-info): Encode group name.
9465         (nnml-open-marks): Decode group name in messages.
9466
9467 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9470         if it is not specified.
9471         (gnus-article-pipe-part, gnus-article-save-part)
9472         (gnus-article-interactively-view-part, gnus-article-copy-part)
9473         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9474         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9475         (gnus-article-replace-part, gnus-article-delete-part)
9476         (gnus-article-view-part-as-type): Pass raw prefix argument to
9477         gnus-article-part-wrapper.
9478
9479 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-agent.el (gnus-agent-save-active):
9482         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9483
9484         * gnus-cache.el (gnus-cache-save-buffers)
9485         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9486         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9487         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9488         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9489         (gnus-cache-generate-active, gnus-cache-rename-group)
9490         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9491         (gnus-cache-update-overview-total-fetched-for):
9492         Bind file-name-coding-system to nnmail-pathname-coding-system.
9493         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9494         New variables.
9495         (gnus-cache-decoded-group-name): New function.
9496         (gnus-cache-file-name): Use it.
9497         (gnus-cache-generate-active): Use non-decoded group name for active.
9498
9499         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9500         right place.
9501         (gnus-write-active-file): Don't break non-ASCII group names.
9502
9503         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9504         nnmail-pathname-coding-system.
9505
9506         * lpath.el: Bind default-file-name-coding-system,
9507         file-name-coding-system and language-info-alist for XEmacs.
9508
9509         * gnus-uu.el (gnus-uu-decode-save): Typo.
9510
9511 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9514
9515 2007-07-14  David Kastrup  <dak@gnu.org>
9516
9517         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9518         finishing actions if we did not edit the article.
9519
9520 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9523         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9524         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9525         (gnus-agent-flush-group, gnus-agent-flush-cache)
9526         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9527         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9528         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9529         (gnus-agent-regenerate-group)
9530         (gnus-agent-update-files-total-fetched-for)
9531         (gnus-agent-update-view-total-fetched-for):
9532         Bind file-name-coding-system to nnmail-pathname-coding-system.
9533         (gnus-agent-group-pathname): Don't encode file names by
9534         nnmail-pathname-coding-system.
9535         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9536         coding-system-for-write instead of buffer-file-coding-system to
9537         gnus-agent-file-coding-system.
9538
9539         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9540         Decode group name.
9541
9542         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9543
9544         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9545         (gnus-read-newsrc-el-file): Make group names unibyte.
9546
9547         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9548         nnmail-pathname-coding-system.
9549
9550         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9551         (nnrss-request-delete-group): Bind file-name-coding-system to
9552         nnmail-pathname-coding-system.
9553         (nnrss-read-server-data, nnrss-read-group-data):
9554         Bind file-name-coding-system correctly.
9555         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9556
9557         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9558         (nntp-server-to-method-cache): New variable.
9559         (nntp-group-pathname): New function that decodes non-ASCII group names.
9560         (nntp-possibly-create-directory, nntp-marks-changed-p)
9561         (nntp-save-marks, nntp-open-marks): Use it.
9562         (nntp-possibly-create-directory, nntp-open-marks):
9563         Bind file-name-coding-system to nnmail-pathname-coding-system.
9564         (nntp-open-marks): Decode group names when bootstrapping marks.
9565
9566         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9567         Newsgroups and Folowup-To headers.
9568
9569 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9572         (gnus-server-closed-face, gnus-server-denied-face)
9573         (gnus-server-offline-face): Remove variable.
9574         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9575
9576         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9577         of modifying message-stack directly for XEmacs.
9578
9579         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9580         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9581         if the coding-system argument is nil for XEmacs.
9582
9583         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9584         mm-charset-override-alist.
9585
9586         * rfc2047.el: Don't require base64; require rfc2045 for the function
9587         rfc2045-encode-string.
9588         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9589         to quote the parameter value.
9590
9591 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9594         form in gnus-group-name-charset-method-alist.
9595
9596         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9597         overrides the default layout edit-form.
9598
9599         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9600
9601         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9602
9603 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9606         as unfetched articles.
9607
9608 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9611
9612 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9615         original back end that keeps marks in the local system.
9616
9617 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9620         arg of pop-to-buffer for XEmacs.
9621         (gnus-article-read-summary-keys): Ditto; don't restore window
9622         configuration if summary command ends up with neither article buffer
9623         nor summary buffer; describe bindings if summary keys end with C-h.
9624
9625 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * message.el (message-fix-before-sending): Skip raw message part to be
9628         forwarded while checking illegible text.
9629         (message-forward-make-body-mime, message-forward-make-body):
9630         Mark signed or encrypted raw message as having no illegible text.
9631
9632 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9635         (gnus-message-with-timestamp-1): New macro.
9636         (gnus-message-with-timestamp): New function.
9637         (gnus-message): Use them.
9638
9639         * nnheader.el (nnheader-message): Use them.
9640
9641 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9644         .newsrc.eld file.
9645
9646 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-agent.el (gnus-agent-fetch-headers)
9649         (gnus-agent-retrieve-headers):
9650         Bind gnus-decode-encoded-address-function to identity.
9651
9652         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9653         available also when the server returns simply a dot.
9654
9655         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9656
9657 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9660
9661 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-ems.el (gnus-x-splash): Make it work.
9664
9665         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9666         from being used.
9667
9668         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9669
9670 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9673         4th and the 5th arguments.
9674
9675         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9676         the front stickiness.
9677         (gnus-article-summary-command-nosave): Correct the order of the
9678         arguments passed to pop-to-buffer.
9679         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9680         summary command ends up with the article buffer.
9681
9682         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9683         the same faces.
9684
9685 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9686
9687         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9688
9689 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9690
9691         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9692         * gnus-sum.el (gnus-summary-highlight):
9693         * pgg.el (pgg-sign-region, pgg-sign):
9694         * mail-source.el (mail-source-delete-old-incoming-confirm):
9695         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9696
9697 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-mime-view-part-externally)
9700         (gnus-mime-view-part-internally): Fix predicate function passed to
9701         completing-read.
9702
9703         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9704
9705         * gnus.el (gnus-update-message-archive-method): Add :version.
9706
9707 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus.el (gnus-update-message-archive-method): New variable.
9710
9711         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9712         according to gnus-message-archive-method if
9713         gnus-update-message-archive-method is non-nil.
9714
9715 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9718         Suggested by Loic Dachary <loic@dachary.org>.
9719         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9720
9721 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * message.el (message-pop-to-buffer): Add switch-function argument.
9724         (message-mail): Pass switch-function argument to it.
9725
9726 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9729         Improve doc string.
9730
9731 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9734         (gnus-header-content)
9735         * gnus-cite.el (gnus-cite-10)
9736         * gnus-srvr.el (gnus-server-closed)
9737         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9738         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9739         (gnus-group-mail-3-empty, gnus-group-mail-low)
9740         (gnus-group-mail-low-empty, gnus-splash)
9741         * message.el (message-header-to, message-header-cc)
9742         (message-header-subject, message-header-other, message-header-name)
9743         (message-header-xheader, message-separator, message-cited-text)
9744         (message-mml): Lighten colors of faces used for dark background.
9745
9746 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9747
9748         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9749         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9750
9751 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * message.el (message-narrow-to-headers-or-head):
9754         Ignore mail-header-separator in the body.
9755
9756 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9759         same as window size.
9760
9761 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9762
9763         * message.el (message-font-lock-keywords): Use message-header-xheader
9764         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9765         ahead of the anything pattern, to get it recognised.
9766
9767 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9770         spam.el loads uses it in the compiled defadvice form.
9771
9772 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9773
9774         * gnus-sum.el (gnus-articles-to-read)
9775         (gnus-summary-insert-old-articles): Don't truncate group name for
9776         `read-string'.
9777
9778         * gnus-util.el (gnus-limit-string): Delete this function.
9779
9780         * gnus-sum.el (gnus-simplify-subject-fully):
9781         Use `truncate-string-to-width' instead.
9782
9783 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9784
9785         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9786         Tell if, on summary exit, the next group has to be selected.
9787         (gnus-summary-exit): Use it.
9788
9789 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9792         non-break space.
9793
9794 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9797         Check if group is not a directory.
9798         (nnfolder-request-expire-articles): Don't delete articles if the target
9799         group is not available.
9800
9801         * nnml.el (nnml-request-create-group): Properly check if group is not a
9802         file.
9803         (nnml-request-expire-articles): Don't delete articles if the target
9804         group is not available.
9805
9806         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9807         Don't quote characters that are within parentheses.
9808
9809 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9812         (gnus-handle-ephemeral-exit): Select article according to it.
9813
9814 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-insert-formated-citation-line): Remove newline.
9817         (message-citation-line-format): Add final \n here so that the user can
9818         avoid a blank line.
9819
9820 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9821
9822         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9823         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9824         Update lanl/arXiv support.
9825
9826 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gnus.el: Bump version number.
9829
9830 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus.el (gnus-version-number): Bump version.
9833
9834 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9835
9836         * gnus.el: No Gnus v0.6 is released.
9837
9838 2007-04-27  Didier Verna  <didier@xemacs.org>
9839
9840         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9841         * gmm-utils.el (gmm-regexp-concat): ... here.
9842         * message.el: Don't require 'gnus-util.
9843         (message-dont-reply-to-names): Handle name change above.
9844         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9845
9846 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9849         since the initial value varies according to the system.
9850
9851 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9854
9855 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9856
9857         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9858
9859 2007-04-24  Didier Verna  <didier@xemacs.org>
9860
9861         Improve the type of gnus-ignored-from-addresses.
9862         * gnus-util.el (gnus-orify-regexp): New function.
9863         * message.el (gnus-util): Require it.
9864         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9865         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9866         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9867
9868 2007-04-24  Didier Verna  <didier@xemacs.org>
9869
9870         * gnus-sum.el:
9871         * gnus-utils.el: Fix some trailing whitespaces.
9872
9873 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9876         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9877         article's Message-ID; refer parent article in summary buffer.
9878
9879         * message.el (message-bounce): Call mime-to-mml.
9880
9881         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9882         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9883         optimize and/or forms properly.
9884
9885 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9888         URL.
9889
9890 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9893
9894 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9897         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9898         displayed of multipart/alternative part if it is invoked from summary
9899         buffer.
9900
9901         * mm-view.el (mm-inline-text-html-render-with-w3m)
9902         (mm-inline-text-html-render-with-w3m-standalone)
9903         (mm-inline-render-with-function): Use mail-parse-charset by default.
9904
9905 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9906
9907         * parse-time.el (parse-time-string-chars): Check if CHAR
9908         is less than the length of parse-time-syntax.
9909
9910 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9913         from gnus-newsgroup-processable.
9914
9915 2007-04-16  Didier Verna  <didier@xemacs.org>
9916
9917         * gnus-msg.el (gnus-configure-posting-styles):
9918         Handle message-signature-directory properly with :file syntax.
9919         Reported by "Leo".
9920
9921 2007-04-11  Didier Verna  <didier@xemacs.org>
9922
9923         New user option: message-signature-directory.
9924         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9925         * message.el (message-insert-signature): Ditto.
9926         * message.el (message-signature-file): Doc update.
9927         * message.el (message-signature-directory): New.
9928
9929 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-msg.el (gnus-inews-yank-articles):
9932         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9933
9934 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * message.el (message-yank-original): Make sure cited text ends with
9937         newline; don't exchange point and mark.
9938
9939 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9940
9941         * tls.el (open-tls-stream): Properly handle case where there
9942         is no associated buffer.
9943
9944 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9945
9946         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9947         message-yank-original, make sure (< mark TEXT point).
9948
9949 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * message.el (message-fill-column): New variable.
9952         (message-mode): Use it.  Add comment on a possible new hook.
9953
9954         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9955         (nnmail-get-new-mail): Reformat.
9956
9957         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9958
9959         * gmm-utils.el: Fix Commentary.
9960         (gmm-tool-bar-from-list): Fix typo in doc string.
9961
9962 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9963
9964         * message.el (message-yank-original): Don't switch point and mark
9965         unnecessarily to put point and mark as documented.
9966
9967 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9970         from the message heads.
9971
9972 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9973
9974         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9975         article buffer does not have a window.  This may not be the best
9976         solution but is certainly better than setting the start of the null,
9977         that is the current, window.
9978
9979 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9982         (gnus-draft-setup): Run it.
9983
9984         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9985         gnus-score-fast-scoring.  Allow regexp.
9986         (gnus-score-headers): Use it.
9987
9988         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9989         XEmacs.
9990
9991         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9992         string.
9993         (gnus-button-alist): Also catch `<f1> k ...'.
9994         (gnus-treat-display-x-face): Fix doc string.
9995
9996 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9997
9998         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9999         evaluation of gnus-extended-version to ensure correct generation of the
10000         User-Agent header when message-generate-headers-first is used.
10001
10002 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10003
10004         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10005         hashcash-path is nil.  Don't call callback with incorrect number of
10006         parameters if val is 0.
10007
10008 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * message.el (message-required-news-headers):
10011         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10012
10013 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10014
10015         * tls.el (open-tls-stream): In handshake-waiting loop,
10016         don't wait more if there is output available to process.
10017
10018 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10019
10020         * tls.el (tls-program): Doc fix.
10021
10022 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * message.el (message-generate-new-buffers): Change the meaning of the
10025         nil value; add `standard' to the choices; treat t as `unique'; improve
10026         doc string.
10027         (gnus-select-frame-set-input-focus): Autoload.
10028         (message-buffer-name): Search for the existing message buffer if
10029         message-generate-new-buffers is nil or `standard'; treat the value t of
10030         message-generate-new-buffers as `unique'.
10031         (message-pop-to-buffer): Raise the frame already displaying the message
10032         buffer; clear the echo area after querying.
10033         (message-setup): Pass the `continue' argument to compose-mail.
10034         (message-mail): Prefer `switch-function' if it is given; search for the
10035         existing message buffer if the `continue' argument is non-nil; pass
10036         continue and switch-function arguments to compose-mail by way of
10037         message-setup.
10038         (message-mail-other-window): Adjust argument of message-setup.
10039         (message-mail-other-frame): Ditto.
10040
10041 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10044         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10045         to turn font-lock on when turning gnus-message-citation-mode on.
10046
10047 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10048
10049         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10050         (mml-smime-function-alist): New variable; add epg as the backend.
10051         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10052         mml-smime- functions instead.
10053         * mm-view.el: Require smime.
10054
10055 2007-03-05  Didier Verna  <didier@xemacs.org>
10056
10057         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10058         instead of just inheritance for posting styles.
10059         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10060
10061 2007-02-24  Chris Moore  <dooglus@gmail.com>
10062
10063         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10064         * pgg-pgp.el (pgg-pgp-encrypt-region):
10065         * pgg-gpg.el (pgg-gpg-encrypt-region):
10066         Check pgg-encrypt-for-me if no other recipients.
10067
10068 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10069
10070         * tls.el (tls-certtool-program): Fix custom type.
10071
10072 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10075         and point-at-eol instead of line-(beginning|end)-position.
10076
10077         * assistant.el (assistant-parse-buffer): Ditto.
10078
10079         * netrc.el (netrc-parse-services): Ditto.
10080
10081 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10082
10083         * mml2015.el (mml2015-epg-find-usable-key): New function.
10084         (mml2015-epg-sign): Use it.
10085         (mml2015-epg-encrypt): Use it.
10086
10087 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * message.el (message-make-in-reply-to): Quote name containing
10090         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10091         if there are special characters.  Reported by NAKAJI Hiroyuki
10092         <nakaji@jp.freebsd.org>.
10093
10094 2007-02-27  Didier Verna  <didier@xemacs.org>
10095
10096         Include the group parameters as well as the topic ones in the
10097         inheritance filter process.
10098         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10099         argument GROUP-PARAMS-LIST.
10100         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10101
10102 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * nntp.el (nntp-never-echoes-commands)
10105         (nntp-open-connection-functions-never-echo-commands): New variables.
10106         (nntp-send-command): Use them.
10107
10108 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10109
10110         * mml2015.el (mml2015-epg-verify): Simplify.
10111
10112 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mml.el (mml-content-disposition-alist): New user option.
10115         (mml-content-disposition): New function.
10116         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10117         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10118
10119 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10120
10121         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10122         verification.
10123
10124 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10125
10126         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10127         articles posted in the last 24 hours.
10128
10129 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10130
10131         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10132
10133 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10134
10135         * nntp.el (nntp-send-command): Don't wait for echoes when
10136         nntp-open-ssl-stream is used.
10137
10138 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10141         (gnus-message-add-citation-keywords)
10142         (gnus-message-remove-citation-keywords): Remove.
10143         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10144         directly, make the variables in font-lock-defaults buffer-local, add
10145         gnus-message-citation-keywords to them and then update the value of
10146         font-lock-keywords.
10147
10148 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * message.el (message-cite-original-1): Don't call
10151         gnus-article-highlight-citation.
10152
10153         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10154         citations; fix line count.
10155
10156 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10159         (gnus-message-add-citation-keywords)
10160         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10161         versions of font-lock-add-keywords and font-lock-remove-keywords to
10162         work with XEmacs correctly.
10163
10164 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-cite.el (gnus-cite-face-list): Set the values of
10167         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10168         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10169         (gnus-message-cite-prefix-regexp): New variable.
10170         (gnus-message-search-citation-line): Use it; protect against long
10171         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10172         the 0th match data for Emacs.
10173         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10174         (gnus-message-add-citation-keywords): Append keywords rather than
10175         prepending; emulate font-lock-add-keywords if it is not available.
10176         (gnus-message-remove-citation-keywords):
10177         Emulate font-lock-remove-keywords if it is not available.
10178
10179         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10180
10181         * message.el (message-cite-prefix-regexp): Set the value of
10182         gnus-message-cite-prefix-regexp.
10183
10184 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10185
10186         * nnweb.el (nnweb-google-parse-1): Update parser.
10187
10188 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10189
10190         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10191
10192 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10193
10194         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10195         regexp.
10196
10197 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10200         string-to-multibyte.
10201         (uudecode-decode-region-internal): Use it.
10202
10203         * lpath.el: Fbind string-as-multibyte for XEmacs.
10204
10205 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10208         Fix custom choice.
10209
10210         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10211
10212 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10213
10214         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10215
10216         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10217         `write-region' to respect `mm-inhibit-file-name-handlers'.
10218
10219 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10222         Use gnus-home-directory instead of "~/" or "$HOME".
10223
10224 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10225
10226         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10227         to mention filename.
10228         Add comments at beginning regarding usage.
10229         (encrypt-write-file-contents): Change interactive so a string is
10230         acceptable.  If the file has no associated model, show an error instead
10231         of a nonsense prompt.
10232
10233 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10234
10235         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10236         Thanks to Yoshihiko Yamada for kind notification of this typo.
10237
10238 2007-01-12  Kenichi Handa  <handa@m17n.org>
10239
10240         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10241         multibyte buffer.
10242
10243 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-score.el (gnus-score-fast-scoring): New variable.
10246         (gnus-score-headers): Use it.
10247
10248         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10249
10250         * message.el (message-cite-original-1):
10251         Call gnus-article-highlight-citation if requested.
10252         (message-make-from): Allow name and address as optional arguments.
10253
10254         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10255
10256         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10257         bugs to doc string.
10258         (gnus-button-alist): Add mid\\|message-id.
10259         (gnus-button-fetch-group): Extend for use in
10260         `browse-url-browser-function'.
10261         (gnus-button-url-regexp): Try to catch paired parentheses like in
10262         Wikipedia URLs.
10263
10264         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10265         Suggested by Simon Krahnke <overlord@gmx.li>.
10266
10267 2007-01-13  Romain Francoise  <romain@orebokech.com>
10268
10269         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10270         Update copyright.
10271
10272 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10273
10274         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10275
10276 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-registry.el (gnus-registry-unfollowed-groups)
10279         (gnus-registry-split-fancy-with-parent): Fix documentation.
10280
10281 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10284         from nnweb groups.
10285
10286 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10289         Xref urls.  Erase buffer before requesting head.
10290
10291         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10292
10293 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10296         customizable.
10297
10298 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10299
10300         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10301         no signing key is found.
10302         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10303         no encrypting and/or signing key is found.
10304
10305 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10308
10309 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10310
10311         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10312         headers read from disk with the ones newly found in the current search.
10313         This should no longer cause problems, because the article numbers in
10314         Gmane's `nov.php' output are ignored since the previous change.
10315
10316 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10317
10318         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10319
10320 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10323         replace-regexp-in-string; bind url-version; fbind display-images-p and
10324         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10325         find-face and set-itimer-function for Emacs; bind itimer-list for
10326         Emacs.
10327
10328         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10329
10330 2007-01-01  Romain Francoise  <romain@orebokech.com>
10331
10332         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10333
10334 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10335
10336         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10337         `define-minor-mode' macro definition expanded properly.
10338         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10339         exclude it there.
10340
10341         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10342         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10343         `fboundp' test.
10344         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10345         This is OK to autoload in (S)XEmacs now.
10346
10347 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10350         keystroke.
10351         (gnus-summary-limit-to-singletons): Fix typo.
10352
10353         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10354         else fails.
10355
10356 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10357
10358         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10359         docstring.
10360
10361         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10362         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10363         (gnus-summary-insert-dormant-articles): Fix typo in message.
10364
10365 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10368         nil for XEmacs.
10369         (gnus-message-citation-mode): Don't autoload in XEmacs.
10370
10371         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10372
10373 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10374
10375         * nnimap.el (nnimap-expunge-search-string):
10376         Mention nnimap-search-uids-not-since-is-evil in docstring.
10377
10378 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * spam.el: Revert to make-obsolete-variable because
10381         define-obsolete-variable-alias is not supported in Emacs 21.
10382
10383         * spam.el (spam-ifile-path, spam-ifile-database-path)
10384         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10385         make-obsolete-variable.
10386         (spam-bsfilter-path, spam-bsfilter-program)
10387         (spam-spamassassin-path, spam-spamassassin-program)
10388         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10389         Don't use "path" inappropriately.
10390         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10391         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10392         variable names.
10393
10394 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10395
10396         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10397         summary buffer.
10398
10399         * password.el (password-cache-remove): Use clear-string to burn
10400         password, if available.
10401
10402 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10405
10406         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10407
10408         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10409         (gnus-message-highlight-citation): Move defcustom here from
10410         gnus-cite.el.
10411         (gnus-message-citation-mode): Autoload.
10412
10413         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10414         checks to make it compile with XEmacs.
10415         (gnus-message-citation-mode): New minor mode.
10416         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10417         (gnus-message-highlight-citation): New variables.
10418         (gnus-message-search-citation-line)
10419         (gnus-message-add-citation-keywords)
10420         (gnus-message-remove-citation-keywords)
10421         (turn-on-gnus-message-citation-mode)
10422         (turn-off-gnus-message-citation-mode): New functions.
10423
10424 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10425
10426         * gnus-cite.el: Enable highlighting of different citation levels in
10427         message-mode.
10428
10429 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * message.el (message-make-fqdn): Fix comment.
10432         (message-bogus-system-names): Add ".local".
10433
10434         * spam.el (spam-ifile-path, spam-ifile-program)
10435         (spam-ifile-database-path, spam-ifile-database)
10436         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10437         Don't use "path" inappropriately.
10438         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10439         strings.
10440         (spam-check-ifile, spam-ifile-register-with-ifile)
10441         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10442         Use new variable names.
10443
10444         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10445         (gnus-treat-display-smileys): Simplify using
10446         gnus-image-type-available-p.
10447
10448         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10449         available.
10450
10451         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10452         Use `display-images-p' if available.
10453
10454 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10457         one after turning on the buffer's multibyteness instead of decoding
10458         them directly in the unibyte buffer that causes unexpected conversion
10459         in Emacs 23 (unicode).
10460
10461 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10462
10463         * message.el (message-generate-hashcash): Fix custom type.
10464
10465 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10468
10469 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10472         disconnect icons.  Add help text.
10473
10474 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10475
10476         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10477         negated to be consistent with the others we handle.
10478
10479 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10482         version of gnus-summary-buffer to something, so that we can use two
10483         article buffers at the same time.
10484
10485 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10486
10487         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10488         trigger all the extra headers.
10489         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10490         sorting.
10491
10492 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10493
10494         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10495         solid groups.
10496
10497 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10498
10499         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10500
10501 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * legacy-gnus-agent.el: Add Copyright notice.
10504
10505 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10506
10507         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10508
10509 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10512
10513         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10514         to make it work reliably in CVS Emacs.
10515         (gnus-summary-limit-strange-charsets-predicate)
10516         (gnus-summary-limit-to-predicate): New functions.
10517
10518 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10519
10520         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10521         specifying array size.
10522         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10523         array if it is too small.
10524         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10525         (gnus-sort-threads-loop): New function.
10526
10527 2006-12-06  Chris Moore  <dooglus@gmail.com>
10528
10529         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10530         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10531
10532 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10533
10534         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10535         options.
10536
10537 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10540         DOS-ing the recipient.
10541
10542         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10543         the headers when creating the mapping to avoid mismappings.
10544         (nnweb-gmane-create-mapping): Always nix out old mapping.
10545
10546 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10549         and mm-verify-option to never.
10550
10551 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * message.el (message-signed-or-encrypted-p): New function.
10554         (message-forward-make-body): Use it.
10555
10556         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10557         Replace encode-coding-string with mm-encode-coding-string.
10558
10559 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nneething.el (nneething-decode-file-name):
10562         Replace decode-coding-string with mm-decode-coding-string.
10563
10564         * gnus-int.el (gnus-open-server): Say failed server's name.
10565
10566 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10567
10568         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10569         strings to a single string.  Quote `errors-file-name'.
10570         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10571         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10572         Adjust calls.  Use `shell-quote-argument'.
10573
10574 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10575
10576         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10577         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10578
10579         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10580         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10581         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10582         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10583         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10584         (gnus-subscribe-newsgroup, gnus-1):
10585         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10586         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10587         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10588         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10589
10590 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10593         keystroke.
10594         (gnus-summary-limit-to-bodies): Implement headersp.
10595
10596 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10599
10600 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10603
10604 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * message.el (message-generate-hashcash): Expand range of values to
10607         include `opportunistic'.
10608         (message-send-mail): Use it.
10609
10610 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10611
10612         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10613         and comment it.
10614
10615         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10616
10617 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * gnus-util.el (gnus-extract-address-components): Improve comment.
10620
10621 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-util.el (gnus-extract-address-components): Work with address in
10624         which the name portion contains @.
10625
10626         * lpath.el: Fbind custom-autoload.
10627
10628 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus.el (gnus-start): Move custom group up.
10631         (gnus-select-method): Don't autoload, but make it available for
10632         `customize-variable'.
10633         (gnus-getenv-nntpserver): Don't autoload.
10634
10635 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10636
10637         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10638
10639 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * message.el (message-sendmail-extra-arguments): New variable.
10642         (message-send-mail-with-sendmail): Use it.
10643
10644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10647         mm-with-unibyte-current-buffer to make string unibyte.
10648
10649         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10650         mm-string-as-multibyte.
10651
10652 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10653
10654         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10655         Reported by Werner Koch <wk@gnupg.org>.
10656
10657 2006-11-14  Daiki Ueno  <ueno@p360>
10658
10659         * mml2015.el: Autoload epa-select-keys when compiling.
10660
10661 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10662
10663         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10664         message-options.
10665         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10666
10667 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10668
10669         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10670         EasyPG (< 0.0.6).
10671         (mml2015-always-trust): New user option.
10672         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10673         prompt.
10674
10675 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * nntp.el (nntp-authinfo-force): New variable.
10678         (nntp-send-authinfo): Use it.
10679
10680 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10683         decode encoded words.  Improve prompt.  Add comment about forwarding.
10684         (message-replacement-char): Move up.
10685
10686 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10687
10688         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10689         instead of gnus-intersection because arguments of gnus-sorted-nunion
10690         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10691
10692 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10695         (message-simplify-subject-functions):
10696         Enable message-strip-subject-encoded-words by default.
10697
10698 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * message.el (message-strip-subject-encoded-words): New function.
10701         (message-simplify-subject-functions): New variable.
10702         (message-simplify-subject): Use it.  Fix typo in doc string.
10703         Support message-strip-subject-encoded-words.
10704
10705 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10706
10707         * gnus-diary.el (gnus-diary-delay-format-function):
10708         * nndiary.el (nndiary-reminders):
10709         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10710
10711 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-art.el (article-hide-boring-headers): Fetch date from
10714         gnus-original-article-buffer to avoid problems with localized date
10715         strings.
10716
10717 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10720
10721 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10724         New variables.
10725         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10726         (mm-charset-synonym-alist): Move some entries to
10727         mm-codepage-iso-8859-list.
10728         (mm-charset-synonym-alist, mm-charset-override-alist):
10729         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10730
10731 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10734
10735 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10738         with Emacs 21 and XEmacs.
10739
10740 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10741
10742         * spam.el (spam-parse-address): New function for better parsing,
10743         catching errors, etc.
10744         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10745
10746 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * mm-view.el: Add interactive arg to html2text autoload.
10749
10750 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10753
10754 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10757         New variables.
10758         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10759         (mm-charset-synonym-alist): Move some entries to
10760         mm-codepage-iso-8859-list.
10761
10762         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10763
10764 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el (message-citation-line-format)
10767         (message-insert-formated-citation-line): Fix implementation of %E, %N
10768         and %n according to the doc string.
10769
10770 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10771
10772         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10773         Use car-safe to avoid bad parses.
10774
10775 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10778         names.
10779
10780         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10781
10782 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10785         header.
10786
10787         * message.el (message-draft-headers): Add Date.
10788         (message-headers-to-generate): Fix typo in docstring.
10789
10790         * nndraft.el (nndraft-required-headers): New variable.
10791         (nndraft-generate-headers): Use it.
10792
10793         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10794
10795 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * gnus-registry.el (gnus-registry-wash-for-keywords)
10798         (gnus-registry-find-keywords): New functions to allow easy searching of
10799         articles that are in the registry.
10800
10801 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10804         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10805         Reported by Damien Elmes <damien@repose.cx>.
10806
10807 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * gnus.el (gnus-mime): Remove unused custom group.
10810
10811 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10812
10813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10814         "blank line" when searching for end of armor headers.
10815
10816 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gmm-utils.el (gmm-write-region): Fix variable name.
10819
10820 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gmm-utils.el (gmm-write-region): New function based on compatibility
10823         code from `mm-make-temp-file'.
10824
10825         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10826
10827         * nnmaildir.el (nnmaildir--update-nov)
10828         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10829         Use `gmm-write-region'.
10830
10831 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10834         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10835
10836         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10837
10838         * message.el (message-replacement-char): New variable.
10839         (message-fix-before-sending): Use it.
10840         (message-simplify-subject): New function to remove duplicate code.
10841         (message-reply, message-followup): Use it.
10842
10843         * gnus-sum.el (gnus-summary-make-menu-bar):
10844         Clarify gnus-summary-limit-to-articles.
10845
10846 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-util.el (gnus-with-local-quit): New macro.
10849
10850         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10851
10852 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10853
10854         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10855         ignore non-string data.
10856
10857 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10858
10859         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10860         non-string data (needs to be done in the registry too).
10861
10862 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10863
10864         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10865         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10866         (gnus-registry-split-fancy-with-parent)
10867         (gnus-registry-fetch-simplified-message-subject-fast)
10868         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10869         Remove text properties on ingress into the registry and when it's saved.
10870         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10871         registry from entries with no groups.
10872
10873 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10874
10875         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10876         function to remove string properties.
10877
10878 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * gmm-utils.el (gmm): Adjust custom version.
10881
10882         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10883         Adjust custom version.
10884
10885         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10886
10887 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-art.el (gnus-insert-prev-page-button)
10890         (gnus-insert-next-page-button): Simplify.  Reformat.
10891
10892 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10893
10894         * gnus-art.el (gnus-insert-prev-page-button)
10895         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10896
10897 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10898
10899         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10900
10901 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10902
10903         * gnus-art.el (gnus-insert-mime-button)
10904         (gnus-insert-mime-security-button):
10905         Apply gnus-article-button-face to MIME and security buttons.
10906
10907 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10910         readable.
10911
10912 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10915
10916 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10917
10918         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10919         `browse-url-of-file' instead of `browse-url'.
10920
10921 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10922
10923         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10924         regexp.  Articles containing quotation were cut prematurely.
10925
10926 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * message.el (message-cite-original-1): Use nobody by default for the
10929         value of From header.
10930         (message-reply): Ditto.
10931
10932 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10933
10934         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10935         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10936         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10937
10938 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10941         mails in the doc string.  Add some URLs in comment.
10942         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10943
10944 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10947         backslashes handling and the way to find boundaries of quoted strings.
10948
10949 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10950
10951         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10952         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10953         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10954         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10955
10956 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10959         doc string.
10960         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10961
10962 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * lpath.el: Fbind epg-check-configuration.
10965
10966 2006-09-06  Simon Josefsson  <jas@extundo.com>
10967
10968         * mml2015.el (mml2015-use): Doc fix, mention epg.
10969
10970 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10971
10972         * mml2015.el (mml2015-use): Default to epg, if available.
10973
10974 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10975
10976         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10977         message-sender.
10978         (mml1991-epg-encrypt): Ditto.
10979         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10980         message-sender.
10981         (mml2015-epg-encrypt): Ditto.
10982
10983 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10984
10985         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10986         several common directories.
10987
10988 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10989
10990         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10991         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10992
10993 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-art.el (article-decode-encoded-words): Make it fast.
10996
10997 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11000
11001         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11002         in quoted string into `\'.
11003
11004 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11007         Use standard-syntax-table.
11008
11009 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-art.el (gnus-decode-address-function): New variable.
11012         (article-decode-encoded-words): Use it to decode headers which are
11013         assumed to contain addresses.
11014         (gnus-mime-delete-part): Remove useless `or'.
11015
11016         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11017         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11018         (gnus-nov-parse-line): Use it to decode From header.
11019         (gnus-get-newsgroup-headers): Ditto.
11020         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11021
11022         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11023         (mail-decode-encoded-address-string): New alias.
11024
11025         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11026         New function.
11027         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11028         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11029         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11030         (rfc2047-decode-string): Ditto.
11031         (rfc2047-decode-address-region): New function.
11032         (rfc2047-decode-address-string): New function.
11033
11034 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * message.el (message-caesar-buffer-body): Allow rotating headers.
11037
11038         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11039
11040         * message.el (message-insert-formated-citation-line): Fix %f.
11041         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11042
11043 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11046         (gnus-bookmark-mouse-available-p): New macro.
11047         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11048         (gnus-bookmark-bmenu-show-infos): Use it.
11049         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11050         (gnus-bookmark-bmenu-hide-infos): Ditto.
11051         (gnus-bookmark-remove-properties): New function.
11052         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11053         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11054         (gnus-bookmark-write-file): Bind coding-system-for-write.
11055         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11056         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11057         group before selecting it.
11058         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11059         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11060         quit-window if it is not available; use gnus-mouse-2 and bind it to
11061         gnus-bookmark-bmenu-select-by-mouse.
11062         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11063         (gnus-bookmark-bmenu-select-by-mouse): New function.
11064
11065 2006-08-13  Romain Francoise  <romain@orebokech.com>
11066
11067         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11068         space.
11069
11070 2006-08-10  Romain Francoise  <romain@orebokech.com>
11071
11072         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11073         (dns-mode-soa-auto-increment-serial): New user option.
11074         (dns-mode-soa-maybe-increment-serial): New function.
11075         (dns-mode): Add the latter to `write-contents-functions'.
11076
11077 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * compface.el (uncompface): Use binary rather than raw-text-unix.
11080
11081 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * compface.el (uncompface): Make sure the eol conversion doesn't take
11084         place when communicating with the external programs.
11085         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11086
11087 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11090
11091 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11092
11093         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11094         Make it more robust by parsing author and date independently.
11095
11096 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11099
11100 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11101
11102         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11103         first matching secret key.
11104         (mml2015-epg-encrypt): Ditto.
11105
11106         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11107         first matching secret key.
11108         (mml1991-epg-encrypt): Ditto.
11109
11110         * mml2015.el (mml2015-encrypt-to-self): New user option.
11111         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11112         mml2015-epg-encrypt-to-self is set.
11113
11114         * mml1991.el (mml1991-encrypt-to-self): New variable.
11115         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11116         mml1991-epg-encrypt-to-self is set.
11117
11118         * mml2015.el (mml2015-signers): New user option.
11119         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11120         (mml2015-epg-encrypt): Allow to select signing keys.
11121
11122         * mml1991.el (mml1991-signers): New variable.
11123         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11124         (mml1991-epg-encrypt): Allow to select signing keys.
11125
11126 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * nnheader.el (nnheader-insert-head): Make it work even if the file
11129         uses CRLF for the line-break code.
11130
11131 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11132
11133         * mml2015.el: Require mml-sec instead of password.
11134         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11135         (mml2015-cache-passphrase): Inherit the default value from
11136         mml-secure-cache-passphrase.
11137         (mml2015-passphrase-cache-expiry): Inherit the default value from
11138         mml-secure-passphrase-cache-expiry.
11139
11140         * mml1991.el: Require mml-sec instead of password.
11141         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11142         (mml1991-cache-passphrase): Inherit the default value from
11143         mml-secure-cache-passphrase.
11144         (mml1991-passphrase-cache-expiry): Inherit the default value from
11145         mml-secure-passphrase-cache-expiry.
11146
11147         * mml-sec.el: Require password.
11148         (mml-secure-verbose): New user option.
11149         (mml-secure-cache-passphrase): New user option.
11150         (mml-secure-passphrase-cache-expiry): New user option.
11151
11152 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11153
11154         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11155         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11156         andreas@altroot.de (Andreas Vögele).
11157
11158         FIXME: Use `tiny change'?
11159
11160 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11161
11162         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11163         workaround for the url package included with Emacs.
11164
11165         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11166
11167 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11170         correctly.  This fixes a bug caused by the 2006-05-12 change.
11171
11172 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11173
11174         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11175         some information about the error when saying that the `bogus' mail
11176         group will be used.
11177
11178 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11181         string.
11182
11183 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11184
11185         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11186
11187 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11188
11189         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11190
11191 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11192
11193         * mml1991.el (mml1991-function-alist): Add epg.
11194         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11195         (mml1991-epg-encrypt): New functions.
11196
11197 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11198
11199         * mml2015.el (mml2015-verbose): New variable.
11200         (mml2015-cache-passphrase): Ditto.
11201         (mml2015-passphrase-cache-expiry): Ditto.
11202         (mml2015-function-alist): Add epg.
11203         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11204         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11205         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11206         New functions.
11207
11208 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11209
11210         * message.el (message-cite-original-1): Preserve region when removing
11211         quoted text due to X-No-Archive in order to avoid bogus attribution
11212         when citing multiple messages.
11213
11214 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11215
11216         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11217         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11218
11219 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-diary.el (gnus-user-format-function-d)
11222         (gnus-user-format-function-D): Autoload.
11223
11224         * imap.el (Commentary): Fix typo.
11225
11226         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11227         2006-04-22 contribution.
11228
11229 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11230
11231         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11232         It didn't really fix the bogosity I'm seeing with solid web groups.
11233
11234 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11235
11236         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11237         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11238         created using server names.  If we use the feature without declaring
11239         it, Gnus does not properly manage server and group state.
11240
11241         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11242         bound.
11243
11244 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11245
11246         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11247         looking up the method using GROUP's prefix before inventing a new one.
11248         It is used on killed/unknown groups in various places where returning
11249         an all-new method isn't expected by the caller.
11250
11251         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11252         and match semantics of gnus-group-real-prefix.
11253
11254 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * nnmail.el (nnmail-broken-references-mailers): New variable.
11257         (nnmail-ignore-broken-references): New function generalizing
11258         nnmail-fix-eudora-headers.
11259         (nnmail-fix-eudora-headers): Now obsolete.
11260
11261         * gnus-art.el (gnus-button-handle-custom):
11262         Support `customize-apropos*'.
11263
11264 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11267
11268         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11269         articles.
11270
11271 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * message.el (message-cite-reply-above): New variable.
11274         (message-yank-original): Use it.
11275
11276 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11279
11280 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11283         as read.
11284
11285         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11286
11287 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11290         (gnus-bookmark-default-file): Use gnus-directory.
11291         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11292         Remove "*" in doc string.
11293         (gnus-bookmark-write-file): Simplify.
11294         (gnus-bookmark-maybe-sort-alist): Use `when'.
11295         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11296         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11297         Add FIXME about Emacs 21 and XEmacs compatibility.
11298         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11299         compatibility.
11300         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11301         compatibility.
11302         (gnus-bookmark-menu-heading): Fix version.
11303
11304 2006-06-19  Bastien Guerry  <bzg@altern.org>
11305
11306         * gnus-bookmark.el: New file.
11307
11308 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * message.el (message-syntax-checks): Doc fix.
11311
11312 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11313
11314         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11315         unsubscribed groups as if they were killed ones.  It causes duplicate
11316         entries in gnus-newsrc-alist.
11317
11318 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * message.el (message-syntax-checks): Doc fix.
11321         (message-send-mail): Add check for continuation headers.
11322         (message-check-news-header-syntax): Fix regexp used to check for
11323         continuation headers.
11324
11325 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11328
11329 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11332
11333 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11336         default-truncate-lines.
11337
11338 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11341         to fill the utf-8 entry.
11342
11343         * lpath.el: Fbind unicode-precedence-list.
11344
11345 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11346
11347         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11348
11349 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11350
11351         * gnus-agent.el (directory-files-and-attributes): Move all the way
11352         forward (the third and final move).
11353         (gnus-agent-read-agentview): Trap reconstruction errors due to
11354         nonexistent directory.  Handle by returning nil.
11355
11356 2006-05-30  Didier Verna  <didier@xemacs.org>
11357
11358         * message.el (message-dont-reply-to-names): Update the custom type.
11359         * message.el (message-dont-reply-to-names): New defsubst: potentially
11360         convert a list of regexps into a single one.
11361         * message.el (message-get-reply-headers): Use it.
11362         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11363
11364 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-agent.el (directory-files-and-attributes): Move forward.
11367
11368 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * gnus-ml.el (gnus-mailing-list-subscribe)
11371         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11372         (gnus-mailing-list-message): Fix doc strings.
11373
11374 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11375
11376         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11377         of doing it manually.
11378
11379 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11382         comment.
11383
11384 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11385
11386         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11387         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11388         (gnus-agent-read-local): All symbols allocated in my-obarray.
11389         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11390         (gnus-agent-regenerate-group): Check numeric names to see if they are
11391         messages or groups.
11392         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11393         better way of do this...)
11394
11395         * gnus-cache.el (gnus-agent-total-fetched-for):
11396         Ignore 'dummy.group' (there should be a better way of do this...)
11397
11398 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11401         (gnus-saved-headers): Ditto.
11402         (gnus-default-article-saver): Mention functions may have properties.
11403         (gnus-article-save): Override gnus-save-all-headers and
11404         gnus-saved-headers by :headers property which saver function may have.
11405         (gnus-summary-save-in-file): Add :headers property.
11406         (gnus-summary-write-to-file): Ditto.
11407
11408         * gnus-sum.el (gnus-summary-save-article): Bind
11409         gnus-prompt-before-saving to t when saving many articles in a file;
11410         always show all headers.
11411
11412         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11413
11414 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11417         marks.
11418
11419         * message.el (message-indent-citation): Add optional arguments to allow
11420         using it outside of message buffers.
11421
11422         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11423         (gnus-article-treat-unfold-headers): Use it.
11424         (gnus-article-truncate-lines): New variable.
11425         (gnus-article-mode): Use it.
11426         (gnus-article-toggle-truncate-lines): New function.
11427
11428         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11429         Add gnus-article-toggle-truncate-lines.
11430
11431         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11432         coding system in XEmacs, use binary.
11433
11434 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11437         after-load-alist.
11438
11439         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11440         this function should save decoded articles.
11441         (gnus-summary-write-to-file): Use property to specify this function
11442         should save decoded articles and specify gnus-summary-save-in-file
11443         should be used to save articles other than the first one when saving
11444         many articles.
11445         (gnus-summary-save-body-in-file): Use property to specify this
11446         function should save decoded articles.
11447         (gnus-summary-write-body-to-file): Use property to specify this
11448         function should save decoded articles and specify
11449         gnus-summary-save-body-in-file should be used to save articles other
11450         than the first one when saving many articles.
11451
11452         * gnus-sum.el (gnus-summary-save-article): Simplify.
11453
11454 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (gnus-default-article-saver):
11457         Add gnus-summary-write-body-to-file.
11458         (gnus-article-save-coding-system): Don't use coding system object
11459         in XEmacs.
11460         (gnus-read-save-file-name): Add optional `dir-var' argument which
11461         specifies directory in which files are saved; work even if optional
11462         `variable' argument is not specified.
11463         (gnus-summary-write-to-file): Read file name.
11464         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11465         (gnus-summary-write-body-to-file): New function.
11466
11467         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11468         (gnus-summary-local-variables): Add it.
11469         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11470         (gnus-summary-save-article): Remove optional `decode' argument;
11471         determine whether to decode articles by the value of
11472         gnus-default-article-saver; when saving many files using
11473         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11474         it first and use gnus-summary-save-in-file or
11475         gnus-summary-save-body-in-file thereafter unless
11476         gnus-prompt-before-saving is always; move point to article which
11477         will be saved.
11478         (gnus-summary-save-article-file): Revert.
11479         (gnus-summary-write-article-file): Revert.
11480         (gnus-summary-save-article-body-file): Revert.
11481         (gnus-summary-write-article-body-file): New function.
11482
11483 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (gnus-default-article-saver): Doc fix.
11486         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11487         from gnus-summary-save-article-coding-system, and default to a
11488         certain coding system.
11489         (gnus-output-to-file): Add coding cookie and encode text according
11490         to gnus-article-save-coding-system; don't use mm-append-to-file.
11491
11492         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11493         gnus-art.el and rename to gnus-article-save-coding-system.
11494         (gnus-summary-save-article): Require gnus-art; don't show all
11495         headers if it decodes articles; don't add coding cookie here;
11496         don't bind mm-text-coding-system-for-write.
11497         (gnus-summary-save-article-file): Save decoded articles.
11498         (gnus-summary-write-article-file): When saving many files, use
11499         gnus-summary-write-to-file first and gnus-summary-save-in-file
11500         thereafter unless gnus-prompt-before-saving is always.
11501         (gnus-summary-save-article-body-file): Save decoded articles.
11502
11503         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11504
11505 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * nnrss.el (nnrss-check-group): Bind hash-index.
11508
11509 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11510
11511         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11512         its hash index.  Store this hash in `nnrss-group-data'.
11513         (nnrss-read-group-data): Update accordingly.
11514
11515 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11518         entry.
11519
11520         * gnus-sum.el (gnus-summary-make-menu-bar):
11521         Add gnus-article-browse-html-article.
11522
11523 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11524
11525         * gnus-sum.el (gnus-summary-mime-map):
11526         Add gnus-article-browse-html-article.
11527
11528         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11529
11530 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11533         suitable coding systems in customize.
11534
11535 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * mail-source.el (mail-sources): Fix custom type.
11538
11539 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11542         (gnus-summary-expire-articles-now): Shorten prompt.
11543
11544         * gmm-utils.el (wid-edit): Require.
11545         (defun-gmm): Rename from `gmm-defun-compat'.
11546         (gmm-image-search-load-path): Use it.
11547         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11548
11549 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-sum.el (gnus-summary-save-article-coding-system):
11552         New variable.
11553         (gnus-summary-save-article): Add optional `decode' argument.
11554         If it is set and gnus-summary-save-article-coding-system is non-nil,
11555         save decoded article.
11556         (gnus-summary-write-article-file): Save decoded article if
11557         gnus-summary-save-article-coding-system is non-nil.
11558
11559         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11560         type.
11561
11562 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11565
11566 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11569         first to test gnus-single-article-buffer which may be buffer-local.
11570
11571         * gnus-sum.el (gnus-summary-setup-buffer):
11572         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11573         group; make gnus-article-buffer, gnus-article-current, and
11574         gnus-original-article-buffer always buffer-local.
11575         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11576         group.
11577         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11578
11579 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * nnml.el (nnml-request-compact-group): Compressed files might not
11582         have .gz extension.
11583
11584 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11585
11586         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11587         (mm-copy-to-buffer): Use with-current-buffer.
11588         (mm-display-part): Simplify.
11589         (mm-inlinable-p): Add optional arg `type'.
11590
11591 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11592
11593         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11594         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11595         Try harder to show the attachment internally or externally using
11596         gnus-mime-view-part-as-type.
11597
11598 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * message.el (message-from-style, message-signature-separator)
11601         (message-user-organization-file, message-send-mail-function)
11602         (message-citation-line-function, message-yank-prefix)
11603         (message-indent-citation-function, message-signature)
11604         (message-signature-file, message-signature-insert-empty-line):
11605         Remove autoloads.
11606
11607         * gnus-art.el (gnus-buttonized-mime-types):
11608         Remove "multipart/signed".  Revert 2006-04-26 change.
11609
11610 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611
11612         * gnus.el (gnus-version-number): Bump version.
11613
11614 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11615
11616         * gnus.el: No Gnus v0.5 is released.
11617
11618 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11619
11620         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11621         fetching articles by message-id.
11622
11623 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * message.el (hashcash): Require hashcash as normal.
11626
11627         * ecomplete.el (ecomplete-highlight-match-line):
11628         Use point-at-eol.
11629         (ecomplete-highlight-match-line): Use `highlight', because that
11630         face exists in both Emacs and XEmacs.
11631
11632         * message.el (message-display-abbrev): Use point-at-bol.
11633
11634         * mail-source.el: Don't require timer/timer-funcs.
11635
11636         * gnus-async.el: Ditto.
11637
11638         * password.el: Ditto.
11639
11640         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11641
11642         * mm-url.el: Ditto.
11643
11644         * gnus-xmas.el: Don't require timer-funcs.
11645
11646         * mm-util.el: Require timer/timer-funcs.
11647
11648 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11649
11650         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11651         Close.
11652
11653 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11656         unibyte after clear-decrypt function runs.
11657
11658         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11659         returns as a unibyte string.
11660
11661 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * lpath.el: Revert.
11664
11665         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11666         (pgg-gpg-process-sentinel): Revert.
11667
11668         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11669         (pgg-pgp-lookup-key): Revert.
11670
11671         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11672         (pgg-pgp5-lookup-key): Revert.
11673
11674         * pgg.el (pgg-fetch-key): Revert.
11675
11676 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * lpath.el: Fbind string-as-multibyte for XEmacs.
11679
11680         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11681         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11682         (mml1991-pgg-encrypt): Ditto.
11683
11684         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11685         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11686         a multibyte buffer.
11687
11688         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11689         (pgg-pgp-lookup-key): Ditto.
11690
11691         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11692         (pgg-pgp5-lookup-key): Ditto.
11693
11694         * pgg.el (pgg-fetch-key): Ditto.
11695
11696 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * message.el (message-user-organization-file): Check several
11699         locations of the organization file.
11700
11701         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11702         Add gnus-article-view-part-as-type.
11703
11704         * gnus-art.el (gnus-article-view-part-as-type): New function.
11705
11706         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11707         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11708
11709         * mml.el: Simplify autoload.
11710         (mml-mode): defvar dnd-protocol-alist instead of using
11711         symbol-value.
11712         (mml-default-directory): New variable.
11713         (mml-minibuffer-read-file): Use it.
11714         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11715
11716         * message.el (message-citation-line-format): New variable.
11717         (message-insert-formated-citation-line): New function.
11718         (message-citation-line-function):
11719         Add `message-insert-formated-citation-line' to custom type.
11720
11721         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11722         to doc string.
11723
11724         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11725         depending on mm-verify-option.
11726
11727 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11730         binding pgg-* variables; reimplement the section which prevents
11731         MIME header from being signed.
11732         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11733         pgg-text-mode; remove a blank line at the top of body.
11734
11735         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11736         lines at the top of body; use gnus-newsgroup-charset if there's no
11737         Charset header.
11738
11739 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * message.el (message-self-insert-commands): Doc fix.
11742
11743         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11744         (mm-uu-pgp-encrypted-test): Ditto.
11745         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11746         between header and body; return application/pgp-encrypted handle
11747         if decryption failed; decode decrypted body by charset.
11748
11749         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11750         element match to application/pgp-*.
11751
11752 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11753
11754         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11755         HTML.
11756
11757 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758
11759         * mail-source.el (mail-source-call-script): Message the error
11760         string.
11761
11762 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * gnus-util.el (gnus-byte-compile): Use it.
11765
11766 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11767
11768         * gnus-util.el (kill-empty-logs): New function.
11769
11770 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * message.el (message-mail-alias-type): Doc fix.
11773         (message-mail-alias-type-p): New function.
11774         (message-send): Use it.
11775         (message-mode): Ditto.
11776         (message-strip-forbidden-properties): Ditto.
11777
11778         * ecomplete.el (ecomplete-database-file-coding-system):
11779         New variable.
11780         (ecomplete-save): Use it.
11781         (ecomplete-setup): Use it.
11782
11783 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * message.el (message-self-insert-commands): New variable.
11786         (message-strip-forbidden-properties): Use it.
11787
11788 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11789
11790         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11791         that doesn't make XEmacs choke.
11792
11793 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-util.el (gnus-replace-in-string):
11796         Prefer replace-regexp-in-string over of replace-in-string.
11797
11798 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-util.el (gnus-select-frame-set-input-focus):
11801         Use select-frame-set-input-focus if it is available in XEmacs; use
11802         definition defined in Emacs 22 for old Emacsen.
11803
11804         * dgnushack.el: Autoload unmorse-region for XEmacs.
11805
11806         * lpath.el: Bind cursor-in-non-selected-windows and
11807         select-frame-set-input-focus for XEmacs.
11808
11809 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11812
11813 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * gnus-registry.el (gnus-registry-cache-save): Remove text
11816         properties when saving via the temp buffer.
11817
11818 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * message.el (message-generate-hashcash): Honor custom type.
11821
11822 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * message.el (message-generate-hashcash): Default to non-nil when
11825         hashcash is found.
11826
11827         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11828         (gnus-refer-thread-limit): Increase default to 500.
11829
11830         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11831
11832         * flow-fill.el (fill-flowed): Allow delete-space.
11833
11834 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11837         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11838         Remove autoloads.
11839
11840 2006-04-18  Simon Josefsson  <jas@extundo.com>
11841
11842         * message.el (message-generate-hashcash): Default to.
11843
11844 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11847         concatenating segments rather than before concatenating them.
11848
11849 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11852
11853 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854
11855         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11856
11857         * message.el (message-forward-make-body-plain):
11858         Allow message-forward-ignored-headers to be a list.
11859         (message-remove-ignored-headers): Factor out into function.
11860         (message-forward-make-body-mml): Use it.
11861
11862         * imap.el (imap-quote-specials): New function.
11863         (imap-login-auth): Quote specials.
11864
11865         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11866         (rfc2231-parse-string): Allow concatanation of parameters that
11867         aren't contiguous.  The test case is
11868           (mail-header-parse-content-type "message/external-body;
11869             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11870             access-type=LOCAL-FILE;
11871             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11872
11873 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11874
11875         * nntp.el (nntp-accept-process-output): Return the value of
11876         `nnheader-accept-process-output'.
11877
11878 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11881         (gnus-button-alist): Recognize more diff formats.
11882         (gnus-button-patch): Strip directory.
11883
11884 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11887         Emacs 22 when setting focus.
11888
11889 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11890
11891         * gnus-art.el (gnus-article-treat-types): Do treatment of
11892         text/x-verbatim parts.
11893         (gnus-button-patch): New command.
11894
11895         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11896         addresses that contain invalid characters.
11897
11898 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899
11900         * message.el (message-put-addresses-in-ecomplete):
11901         Use gnus-replace-in-string.
11902         (message-is-yours-p): Use the more correct
11903         mail-header-parse-address instead of
11904         mail-extract-address-components.
11905         (message-put-addresses-in-ecomplete): Fix typo.
11906
11907         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11908         keystroke.
11909
11910         * gnus-art.el (gnus-treatment-function-alist): Change order of
11911         newsgroups/generic header folding to avoid double-folding.
11912
11913         * message.el (message-hidden-headers): Add X-Draft-From.
11914
11915         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11916         New command.
11917         (gnus-summary-repeat-search-article-backward): New command.
11918
11919         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11920         groups in the parent topic.
11921
11922 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11923
11924         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11925         (spam-extra-header-to-number): Return the CRM114 number as a
11926         number instead of a string.
11927
11928 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11929
11930         * gnus-art.el (gnus-face-properties-alist): Move here from
11931         gnus-fun.
11932
11933         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11934
11935 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * message.el (message-strip-forbidden-properties): Only display on
11938         self-insert-command.
11939
11940         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11941         reindent.
11942         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11943
11944 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11945
11946         * smiley.el (smiley-style): Fix typo.
11947
11948 2006-03-23  Kenichi Handa  <handa@m17n.org>
11949
11950         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11951         instead of set-buffer-multibyte.
11952
11953 2006-03-23  Kenichi Handa  <handa@m17n.org>
11954
11955         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11956         buffer and then decode the buffer text if necessary.
11957         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11958         first, and after mm-encode-body, change the buffer to unibyte.
11959
11960 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961
11962         * hashcash.el (hashcash-insert-payment-async-2):
11963         Use message-goto-eoh instead of doing it manually.
11964         (mail-add-payment): Use message-narrow-to-header instead of trying
11965         to do the same itself.
11966
11967         * message.el (message-hidden-headers): Add Face.
11968
11969         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11970         reparenting code.
11971         (gnus-summary-reparent-children): Refactored out code.
11972         (gnus-summary-thread-map): New keystroke.
11973         (gnus-summary-reparent-children): Make into command.
11974
11975         * smiley.el (smiley-style): Default to `medium' if using a large
11976         font.
11977
11978         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11979         does it itself.
11980
11981         * message.el (message-point-in-header-p): Simplify definition.
11982
11983 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * nnagent.el (nnagent-request-set-mark): Silence log file
11986         writing.
11987         (nnagent-request-set-mark): Use write-region instead of
11988         append-to-file.
11989
11990         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11991         strange select method.
11992
11993         * ecomplete.el (ecomplete-display-matches): Get highlightling
11994         right.
11995         (ecomplete-display-matches): Use literals.
11996         (ecomplete-display-matches): Disable message logging.
11997
11998         * message.el (message-display-abbrev): Small optimization.
11999
12000         * ecomplete.el (ecomplete-display-matches): Allow automatic
12001         display.
12002
12003         * message.el (message-strip-forbidden-properties):
12004         Display abbrevs.
12005         (message-display-abbrev): Get automatic display right.
12006
12007         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12008         keystrokes.
12009
12010 2006-04-13  Romain Francoise  <romain@orebokech.com>
12011
12012         TODO: Backport to v5-10!
12013
12014         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12015         Move here (and rename) from gnus-registry.el.
12016
12017         * gnus-registry.el: Require gnus-util.
12018         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12019
12020 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * gnus-group.el (gnus-group-catchup-current):
12023         Change if-then-else-if-then-else into cond.
12024         (gnus-group-catchup): Indent.
12025         (group-name-at-point): New function.
12026         (gnus-fetch-group): Provide default from thing at point.
12027
12028 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * message.el (message-display-abbrev): Fix regexp.
12031
12032         * ecomplete.el (ecomplete-highlight-match-line):
12033         Reimplement choosing.
12034         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12035         dead variables.
12036
12037         * message.el (message-newline-and-indent): Remove debugging.
12038         (message-display-abbrev): Use new implementation.
12039
12040 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * gnus-art.el (gnus-article-mode):
12043         Set cursor-in-non-selected-windows to nil.
12044
12045         * smiley.el: Revert previous change.
12046         (smiley-data-directory): defvar it before using it in the
12047         defcustom of `smiley-style'.
12048
12049 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * message.el (message-newline-and-indent): New function.
12052
12053         * ecomplete.el: Implement more bits.
12054
12055         * message.el (message-put-addresses-in-ecomplete): Clean up the
12056         string.
12057
12058         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12059
12060         * gnus-sum.el (gnus-summary-save-parts):
12061         Bind gnus-summary-save-parts-counter and use it to make unique file
12062         names.
12063
12064         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12065
12066         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12067         parameter to say whether to actually parse the individual
12068         addresses.
12069
12070         * message.el (message-put-addresses-in-ecomplete): New function.
12071         (ecomplete): Require.
12072         (message-mail-alias-type): Add ecomplete as an option.
12073
12074 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12075
12076         * flow-fill.el (fill-flowed): Remove trailing space from blank
12077         quoted lines.
12078
12079 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12080
12081         * smiley.el (smiley-style): Move definition later to avoid a
12082         compilation warning.
12083
12084 2006-04-12  Kenichi Handa  <handa@m17n.org>
12085
12086         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12087         buffer and then decode the buffer text if necessary.
12088         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12089         first, and after mm-encode-body, change the buffer to unibyte.
12090         Use mm-disable-multibyte instead of set-buffer-multibyte.
12091
12092 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12095         Content-Type header instead of Content-Disposition header.
12096         (gnus-mime-inline-part): Ditto.
12097         (gnus-mime-view-part-as-charset): Ignore charset that the part
12098         specifies.
12099
12100         * mm-decode.el (mm-display-part): Work with external parts and
12101         usual parts similarly.
12102
12103         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12104         instead of gnus-display-mime.
12105
12106         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12107         instead of with-temp-buffer.
12108
12109         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12110         tag to summarized topics part in order to encode non-ASCII text.
12111
12112 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * smiley.el (smiley-style): New variable.
12115         (smiley-directory): New function.
12116         (smiley-data-directory): Derive from `smiley-style' using
12117         `smiley-directory'.
12118         (smiley-regexp-alist): Add new entries.
12119
12120         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12121         (gnus-article-browse-delete-temp): Add :version.
12122
12123 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12124
12125         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12126         the sieve region.
12127
12128 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * gnus.el (gnus-version-number): Bump version.
12131
12132 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus.el: No Gnus v0.4 is released.
12135
12136 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12139         layout.
12140
12141         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12142         unknown charset.
12143
12144         * message.el (message-header-synonyms): Add Original-To to the
12145         default.
12146
12147         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12148         optional parameter.
12149
12150 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gnus-fun.el (gnus): Require it for gnus-directory.
12153
12154 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12157
12158 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12159
12160         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12161
12162 2006-04-05  Simon Josefsson  <jas@extundo.com>
12163
12164         * password.el (password-reset): New function.
12165
12166 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12169         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12170
12171 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12172
12173         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12174         Some whitespace was matched into the url, which broke browsing hits
12175         > 100 when mm-url-use-external was nil.
12176
12177 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12180         Check gnus-extra-headers for 'Newsgroups.
12181
12182         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12183         bound.
12184
12185 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12186
12187         * pgg-gpg.el: Clean up process buffers every time gpg processes
12188         complete.
12189
12190 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12193         doc string.
12194
12195 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12196
12197         * pgg-gpg.el (pgg-gpg-process-filter)
12198         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12199
12200         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12201         lines, temporary fix.
12202
12203 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12206
12207 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12208
12209         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12210         default-enable-multibyte-characters.  This reverts the change from
12211         revision 6.17 which is no longer necessary because the passphrase
12212         is sent separately now.  GnuPG messages are unreadable under
12213         multibyte locales with default-enable-multibyte-characters set to
12214         nil.
12215
12216 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * message.el (message-tool-bar-gnome): Move "spell".
12219
12220 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12223         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12224         instead.
12225
12226 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12227
12228         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12229         Improve newsgroups handling for NNTP overviews which don't include
12230         Newsgroups.
12231
12232 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233
12234         * message.el (message-resend): Bind message-generate-hashcash to nil.
12235
12236 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12237
12238         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12239         when searching for already-paid recipients.
12240
12241 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12242
12243         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12244         passphrases when it is not needed.
12245         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12246         passphrase stuff from gpg, should only be necessary when you use
12247         gpg with a smartcard.
12248
12249 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mml.el (mml-insert-mime): Ignore cached contents of
12252         message/external-body part.
12253
12254         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12255         (mm-insert-part): Ditto.
12256
12257 2006-03-23  Simon Josefsson  <jas@extundo.com>
12258
12259         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12260         Reiner.
12261         (pgg-gpg-use-agent-p): Use it again.
12262
12263 2006-03-23  Simon Josefsson  <jas@extundo.com>
12264
12265         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12266         older emacsen.
12267         (pgg-gpg-use-agent-p): Don't use it.
12268
12269 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12272         if we can.
12273
12274 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12275
12276         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12277         (pgg-gpg-update-agent): New function.
12278         (pgg-gpg-use-agent-p): New function.
12279         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12280         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12281         (pgg-gpg-sign-region): Use it.
12282
12283 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12286         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12287
12288 2006-03-21  Simon Josefsson  <jas@extundo.com>
12289
12290         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12291         <wilde@sha-bang.de>.
12292         (pgg-gpg-use-agent): New variable.
12293         (pgg-gpg-process-region): Use it.
12294         (pgg-gpg-encrypt-region): Likewise.
12295         (pgg-gpg-encrypt-symmetric-region): Likewise.
12296         (pgg-gpg-decrypt-region): Likewise.
12297         (pgg-gpg-sign-region): Likewise.
12298         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12299
12300 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12303
12304         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12305         Add comment on version.
12306
12307 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * smiley.el: Add missing test smiley.
12310
12311 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * mm-decode.el (mm-with-part): New macro.
12314         (mm-get-part): Use it; work with message/external-body as well.
12315         (mm-save-part): Treat name and filename equally.
12316
12317         * mm-extern.el (mm-extern-cache-contents): New function.
12318         (mm-inline-external-body): Use it; force the part to be displayed;
12319         move undisplayer added to the cached handle to the parent.
12320
12321         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12322         (gnus-mime-view-part-as-type): Work with message/external-body.
12323
12324         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12325
12326 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12329         images in image-load-path.  [Sync with image.el, revision 1.60, in
12330         Emacs.]
12331
12332 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12335         path rather than symbol.  Always return list of directories.
12336         Guarantee that image directory comes first.  [Sync with image.el,
12337         revision 1.59, in Emacs.]
12338
12339         * message.el (message-make-tool-bar): Adjust to new API of
12340         `gmm-image-load-path-for-library'.
12341
12342         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12343
12344         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12345
12346 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12347
12348         * gnus-art.el (gnus-article-only-boring-p):
12349         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12350         intangible text.
12351         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12352
12353 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12356         Use `defun' instead of `gmm-defun-compat'.
12357
12358 2006-03-14  Simon Josefsson  <jas@extundo.com>
12359
12360         * message.el (message-unique-id): Don't use message-number-base36
12361         if (user-uid) is a float.
12362         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12363
12364 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12367
12368         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12369         empty line between a part and a message part.
12370
12371 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * smiley.el: Add more test smileys.
12374         (smiley-data-directory, smiley-regexp-alist)
12375         (gnus-smiley-file-types): Fix doc strings.
12376         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12377         adding new elements.
12378         (smiley-mouse-map): Unused code.  Make it a comment.
12379
12380 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12383         scan latest NoCeM messages instead of old ones.
12384         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12385         delimiters that are recently used.
12386         (gnus-nocem-load-cache): Add autoload cookie.
12387
12388         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12389
12390         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12391         level which is larger than gnus-use-nocem is specified.
12392
12393         * gnus-group.el (gnus-group-get-new-news): Ditto.
12394
12395 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-util.el (gnus-tool-bar-update): New function.
12398
12399         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12400         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12401
12402         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12403
12404         * gnus-group.el (gnus-group-redraw-when-idle)
12405         (gnus-group-redraw-check): Remove.
12406         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12407
12408 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12411         if optional last element is specified in splits (FIELD VALUE...).
12412
12413 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12416         to gmm-image-load-path-for-library.  Call with no-error argument.
12417         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12418
12419         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12420
12421         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12422
12423         * gmm-utils.el (gmm-image-load-path): Remove alias.
12424
12425 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gmm-utils.el (gmm-image-load-path): Add alias.
12428
12429         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12430         nnml-generate-nov-databases-1.
12431         (nnml-generate-nov-databases): Use it.
12432         (nnml-generate-nov-databases-directory): Document no-active
12433         argument.
12434
12435         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12436         directory if path is t.  Add no-error.
12437
12438         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12439         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12440
12441         * gnus-art.el (gnus-article-browse-delete-temp-files):
12442         Simplify resetting gnus-article-browse-html-temp-list.
12443
12444         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12445         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12446         Add example to docstring.  Rename local variables.  Move error
12447         checks to default case in cond and simplify.
12448
12449 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12452         handle is multipart when calling it recursively.
12453         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12454
12455 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12456
12457         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12458         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12459
12460 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12463         is loaded.
12464
12465         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12466         loaded.
12467
12468 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12471         to "Emacs 23 (unicode)" in doc string.
12472
12473         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12474         "Emacs 23 (unicode)" in comment.
12475
12476 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12479
12480         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12481         characters 160 through 255 in Emacs 23.
12482
12483 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12486         gnus-article-browse-html-temp.
12487         (gnus-article-browse-delete-temp): Make it customizable.
12488         Add `file'.  Adjust doc string.
12489         (gnus-article-browse-delete-temp-files): Add argument.
12490         Allow query for each file.  Adjust doc string.
12491         (gnus-article-browse-html-parts):
12492         Add `gnus-article-browse-delete-temp-files' to
12493         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12494
12495 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12496
12497         * gnus-art.el (gnus-article-browse-html-temp)
12498         (gnus-article-browse-delete-temp): New variables.
12499         (gnus-article-browse-delete-temp-files): New function.
12500         (gnus-article-browse-html-parts): Use it.
12501
12502 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12505
12506         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12507         string.
12508
12509         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12510         gnus-summary-insert-new-articles when unplugged.
12511         Remove gnus-summary-search-article-forward.
12512
12513         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12514         display-visual-class instead of display-color-cells.
12515
12516 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * dgnushack.el: Autoload customize-group for XEmacs.
12519
12520         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12521         message/* containing non-ASCII text properly.
12522
12523 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * message.el: Require gmm-utils, remove autoloads.
12526         (message-tool-bar): Set default based on
12527         gmm-tool-bar-style.
12528         (message-tool-bar-gnome): Add gmm-customize-mode.
12529
12530         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12531         gmm-tool-bar-style.
12532         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12533
12534         * gnus-group.el (gnus-group-tool-bar): Set default based on
12535         gmm-tool-bar-style.
12536         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12537
12538         * gmm-utils.el (gmm-image-directory): Rename variable from
12539         gmm-image-load-path.
12540         (gmm-image-load-path): Use gmm-image-directory.
12541         (gmm-customize-mode): New function.
12542         (gmm-tool-bar-style): New variable.
12543
12544         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12545         gnus-group-redraw-line-number.
12546         (gnus-group-redraw-check): Simplify.
12547         (gnus-group-tool-bar-update): Remove redraw check.
12548         (gnus-group-make-tool-bar): Add redraw check.
12549
12550 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12551
12552         * gnus-art.el (gnus-button): Add missing parentheses.
12553
12554 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * lpath.el: Fbind line-number-at-pos.
12557
12558 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12561
12562 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gnus-art.el (gnus-button): New face.
12565         (gnus-article-button-face): Use it.
12566
12567         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12568         Add gnus-summary-next-page.  Re-order.
12569
12570         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12571         next-node are now included.
12572         (gnus-group-redraw-line-number): New internal variable.
12573         (gnus-group-redraw-check): Helper function for updating the tool
12574         bar.
12575         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12576
12577         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12578
12579         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12580         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12581         Use it to match format of Spamassassin 3.0 and later.
12582         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12583         (spam-check-bogofilter)
12584         (spam-bogofilter-register-with-bogofilter): Fix args of
12585         `gnus-error' calls.
12586
12587 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12590         unnecessary interaction when sending queued mails.
12591         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12592
12593 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12596         first or last are nil.
12597
12598 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12599
12600         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12601
12602 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603
12604         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12605
12606 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * dns.el (query-dns): Protect more against buggy tcp output.
12609
12610 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12613         nov.php.
12614
12615 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12616
12617         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12618         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12619         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12620         output on the server side.
12621         (nnweb-google-create-mapping): Update regexps and add some
12622         progress indication.
12623
12624 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-group.el (gnus-group-tool-bar-gnome):
12627         Fix gnus-agent-toggle-plugged.  Re-order icons.
12628         (gnus-group-tool-bar-gnome):
12629         Add gnus-group-{prev,next}-unread-group.
12630         (gnus-group-tool-bar-gnome): Re-order icons.
12631
12632         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12633         Move gnus-summary-insert-new-articles.
12634
12635         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12636         Fix comments.
12637
12638         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12639         also available in Emacs 21.3.
12640
12641         * message.el (message-fix-before-sending): Change "Emacs 22" to
12642         "Emacs 23 (unicode)" in comment.
12643
12644         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12645         "Emacs 23 (unicode)" in comment.
12646
12647         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12648         comment.
12649         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12650
12651         * mm-view.el (mm-fill-flowed): Add :version.
12652
12653 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12656         and load-path.
12657
12658 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * message.el: Autoload gmm-image-load-path.
12661         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12662         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12663         consitency.
12664
12665         * gmm-utils.el (gmm-image-load-path): Also search in
12666         "../etc/images".  Don't set gmm-image-load-path if we don't find
12667         the image.
12668
12669 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gmm-utils.el (gmm-image-load-path): Don't make
12672         `gmm-image-load-path' include subdirectories which the second arg
12673         `image' might specify.
12674
12675         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12676         subdirectory to icon file names.
12677
12678         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12679
12680 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12683         gmm-image-load-path calls.
12684
12685         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12686
12687         * message.el (message-make-tool-bar): Ditto.
12688
12689         * mml.el (mml-preview): Add comment concerning tool bar icons.
12690
12691         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12692         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12693
12694         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12695         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12696
12697         * message.el (message-tool-bar-gnome): Use new icon names.
12698         (message-make-tool-bar): Use `gmm-image-load-path'.
12699
12700         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12701         New functions from MH-E.
12702         (gmm-image-load-path): New variable from MH-E.
12703         (gmm-image-load-path): New function from MH-E.  Add arguments
12704         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12705         *-image-load-path-called-flag.
12706
12707 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12708
12709         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12710
12711 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12712
12713         * nnimap.el (nnimap-request-move-article): Change folder back to
12714         source group before deleting.
12715
12716 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12719
12720         * gnus-art.el (mm-url-insert-file-contents-external):
12721         Autoload mm-url.
12722
12723         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12724
12725 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12728         coding system which mm-charset-to-coding-system returns for a
12729         given charset is valid.
12730
12731 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12732
12733         * html2text.el (html2text-remove-tag-list):
12734         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12735
12736 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12737
12738         * gnus-cus.el: Revert 2005-10-17 change.
12739
12740 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-art.el (article-strip-banner):
12743         Call article-really-strip-banner only when the regexp match is made.
12744
12745 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (article-strip-banner):
12748         Use gnus-extract-address-components instead of
12749         mail-header-parse-addresses to make it work with non-ASCII text;
12750         remove mail-encode-encoded-word-string.
12751
12752         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12753         values which are surrounded with \"...\"; make it never cause a
12754         Lisp error; give up parsing of parameters if it failed in
12755         extracting type.
12756
12757 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12758
12759         * smime.el (smime-cert-by-ldap-1): Fix bug where
12760         `smime-ldap-search' returns results without userCertificates.
12761
12762 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12765
12766 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * spam.el (spam-check-spamassassin-headers): Adapt format for
12769         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12770         <ari@mbf.ocn.ne.jp>.
12771         (spam-list-of-processors): Add spam-use-gmane.
12772
12773 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12776         make-temp-file; make it work with XEmacs as well.
12777
12778         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12779         mm-make-temp-file.
12780
12781         * mm-decode.el (mm-display-external): Use the 3rd arg of
12782         mm-make-temp-file.
12783         (mm-create-image-xemacs): Ditto.
12784
12785 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12788         with message-narrow-to-headers.
12789         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12790         (gnus-draft-check-draft-articles): New function.
12791         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12792
12793 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-art.el (gnus-article-browse-html-parts):
12796         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12797         Don't use suffix argument for mm-make-temp-file for Emacs 21
12798         compatibility.  Remove useless `format'.
12799
12800 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12801
12802         * nnweb.el (nnweb-google-wash-article): Update regexps.
12803         (nnweb-group-alist): Use defvoo instead of defvar.
12804
12805 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12808         re-loading nn* modules.
12809
12810 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12813         for `tool-bar-mode' and don't check it's default-value.
12814
12815         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12816
12817         * message.el (message-make-tool-bar): Ditto.
12818
12819         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12820         `substring'.  Shorten tmp-file name.
12821
12822         * gnus.el: Remove bogus comment.
12823
12824 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12825
12826         * gnus-art.el (gnus-article-browse-html-parts): New function.
12827         (gnus-article-browse-html-article): New function for viewing html
12828         articles with a browser.
12829
12830 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12831
12832         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12833         in elisp.
12834         (pgg-gpg-encrypt-symmetric-region): Ditto.
12835         (pgg-gpg-sign-region): Ditto.
12836
12837         * pgg-def.el (pgg-text-mode): New variable.
12838
12839         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12840         (mml2015-pgg-encrypt): Ditto.
12841
12842         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12843         (mml1991-pgg-encrypt): Ditto.
12844
12845 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * nnfolder.el (nnfolder-insert-newsgroup-line):
12848         Use message-make-date instead of current-time-string.
12849
12850         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12851         to gnus-decoded which mm-uu might set.
12852
12853 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12856         don't decode quoted parameters; remove misimported Emacs code.
12857         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12858         (rfc2231-decode-encoded-string): Don't use split-string which
12859         behaves differently according to Emacs version; use
12860         mm-decode-coding-region to convert charset to coding-system.
12861         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12862         (rfc2231-encode-string): Remove misimported Emacs code.
12863
12864 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12867         when calling mail-header-parse-content-type.
12868         (article-de-quoted-unreadable): Ditto.
12869         (article-de-base64-unreadable): Ditto.
12870         (article-wash-html): Ditto.
12871
12872         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12873         calling mail-header-parse-content-type and
12874         mail-header-parse-content-disposition.
12875         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12876         mail-header-parse-content-type.
12877
12878         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12879         insert charset and format parameters; encode description after
12880         inserting it to buffer.
12881         (mml-insert-parameter): Fold lines properly even if a parameter is
12882         segmented into two or more lines; change the max column to 76.
12883
12884         * rfc1843.el (rfc1843-decode-article-body): Don't use
12885         ignore-errors when calling mail-header-parse-content-type.
12886
12887         * rfc2231.el (rfc2231-parse-string): Return at least type if
12888         possible; don't cause an error even if it fails in parsing of
12889         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12890         (rfc2231-encode-string): Don't break lines at the beginning, leave
12891         it to mml-insert-parameter.
12892
12893         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12894         calling mail-header-parse-content-type.
12895
12896 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * spam-report.el (spam-report-gmane-use-article-number):
12899         Improve doc string.
12900         (spam-report-gmane-internal): Check if a suitable header was found
12901         in the article.
12902
12903 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12906         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12907
12908 2006-02-05  Romain Francoise  <romain@orebokech.com>
12909
12910         Update copyright notices of all files in the gnus directory.
12911
12912 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12913
12914         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12915
12916 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12919         segmented lines of parameter value to cope with Thunderbird 1.5
12920         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12921         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12922         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12923
12924 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12925
12926         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12927         parts.
12928
12929 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12930
12931         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12932         there's only one active file for all servers.
12933         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12934         solid groups.  Gnus might have used a FAST request to select the group.
12935         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12936         and nnweb-search redundantly in the active file.
12937         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12938         (nnweb-request-create-group): Don't use ARGS.
12939         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12940         initialisations.  Let nnoo do the work.
12941
12942 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12945         Say the part has been decoded.
12946
12947         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12948
12949 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12950
12951         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12952         mailcap-viewer-test-cache when there's no 'test clause, since that
12953         will invert the meaning of a "nil" test previously determined by
12954         mailcap-mailcap-entry-passes-test.
12955
12956 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12959         compiling.
12960
12961         * gnus-sum.el: Ditto.
12962
12963         * message.el: Don't bind tool-bar-map when compiling.
12964
12965 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12968
12969 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12970
12971         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12972         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12973         current Google Groups.
12974
12975 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12978         and tool-bar-mode.
12979
12980         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12981         and tool-bar-mode.
12982
12983         * message.el (message-tool-bar-update): Simplify.
12984         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12985
12986         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12987         gnus-summary-buffer.
12988         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12989         gnus-summary-reply.
12990
12991         * gmm-utils.el (gmm): Add :version.
12992
12993 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * Makefile.in (clean): New rule.
12996         (distclean): Use it.
12997
12998 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12999
13000         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13001         Don't autoload.
13002
13003 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gmm-utils.el (gmm-verbose): Add :group.
13006
13007 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * message.el: Change some comments WRT tool-bars.
13010
13011         * gnus-sum.el (gnus-summary-tool-bar)
13012         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13013         (gnus-summary-tool-bar-zap-list): New variables.
13014         (gnus-summary-make-tool-bar): Complete rewrite using
13015         `gmm-tool-bar-from-list'.
13016
13017         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13018         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13019         New variables.
13020         (gnus-group-make-tool-bar): Complete rewrite using
13021         `gmm-tool-bar-from-list'.
13022         (gnus-group-tool-bar-update): New function.
13023
13024         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13025
13026 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13029         is dissected into a single part of which the type is the same as
13030         the given one; decode charset.
13031
13032 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13033
13034         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13035         into alists as symbol not string, since that's what
13036         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13037         look for.
13038
13039 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13042         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13043
13044         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13045
13046 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13049         (gnus-xmas-mime-security-button-menu): New function.
13050
13051         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13052         (gnus-mime-security-button-menu): New definition.
13053         (gnus-mime-security-button-map): Use them.
13054         (gnus-mime-security-button-menu): New function.
13055         (gnus-insert-mime-security-button): Addition to help echo.
13056         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13057         (gnus-mime-security-pipe-part): New functions.
13058
13059         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13060         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13061
13062         * mm-decode.el (mm-handle-set-disposition): Remove.
13063         (mm-handle-set-description): Remove.
13064
13065 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13068         (mm-w3m-standalone-supports-m17n-p): New function.
13069         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13070         w3m usage.
13071
13072         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13073         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13074
13075 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * message.el (message-tool-bar-zap-list):
13078         Use gmm-tool-bar-zap-list as custom type.
13079         (message-tool-bar-update): New function.
13080         (message-tool-bar, message-tool-bar-gnome)
13081         (message-tool-bar-retro): Add message-tool-bar-update.
13082         (message-tool-bar-gnome): Add flyspell-buffer.
13083
13084         * gnus-util.el (gnus-error): Describe `args'.
13085
13086         * gmm-utils.el (gmm-error): Describe `args'.
13087         (gmm-tool-bar-zap-list): New widget.
13088         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13089
13090 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13093         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13094         the number of recursive calls.
13095
13096         * mm-decode.el (mm-handle-set-disposition): New macro.
13097         (mm-handle-set-description): New macro.
13098
13099 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13102         encoding.
13103
13104 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * message.el (message-tool-bar-zap-list, message-tool-bar)
13107         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13108         (message-tool-bar-local-item-from-menu): Remove.
13109         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13110         (message-make-tool-bar): New function.
13111         (message-mode): Use `message-make-tool-bar'.
13112
13113         * gmm-utils.el: New file.
13114         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13115         (gmm-lazy): New widget copied from `nnmail.el'.
13116         (gmm-tool-bar-from-list): New function for creating customizable
13117         tool bars.
13118         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13119         output.
13120         (gmm): Add :prefix to defgroup.
13121
13122 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13123
13124         * gmm-utils.el (gmm-widget-p): New function.
13125
13126 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * mml.el (mml-attach-file): Describe `description' in doc string.
13129         (mml-menu): Add Emacs MIME manual and PGG manual.
13130
13131 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13132
13133         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13134
13135 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13136
13137         * nntp.el (nntp-end-of-line): Doc fix.
13138
13139 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13140
13141         * imap.el (imap-open): Handle case where buffer is a buffer
13142         object.
13143
13144 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13145
13146         * gnus-delay.el (gnus-delay): Don't autoload.
13147         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13148         to be re-loaded when customizing the `gnus-delay' group.
13149
13150 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13151
13152         * message.el (message-insert-citation-line): Use newlines.
13153
13154 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13155
13156         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13157         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13158         these routines, so the passphrase can be managed externally and
13159         passed in to the system.
13160         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13161         pgg-add-passphrase-to-cache function.
13162
13163         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13164         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13165         these routines, so the passphrase can be managed externally and
13166         passed in to the system.
13167         (pgg-pgp5-sign-region): Use new name of
13168         pgg-add-passphrase-to-cache function.
13169
13170 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13171
13172         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13173         part of the decoded armor to find the key-identifier.
13174         (pgg-gpg-lookup-key-owner): New function to return the
13175         human-readable identifier of a key owner.
13176         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13177         itself.
13178         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13179         the key value) if we have a key and can match it against a secret
13180         key.  Also, added a note pointing out fact that the prompt only
13181         indicates the first matching key.
13182
13183         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13184         pgg-decrypt-region.
13185         (pgg-add-passphrase-to-cache): Rename from
13186         `pgg-add-passphrase-cache' to reduce confusion (all callers
13187         changed).
13188         (pgg-remove-passphrase-from-cache): Rename from
13189         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13190         changed).
13191         (pgg-read-passphrase, pgg-add-passphrase-cache)
13192         (pgg-remove-passphrase-cache): Add informative docstrings.
13193         (pgg-decrypt): Convey provided passphrase in subordinate call to
13194         pgg-decrypt-region.
13195
13196 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13197
13198         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13199         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13200         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13201         'passphrase' argument, so the passphrase can be managed externally
13202         and then passed in to the system.
13203
13204         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13205         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13206         so the passphrase cache can be used reliably with identifiers
13207         besides a pgp packet's key id.
13208
13209         * pgg-gpg.el (pgg-gpg-encrypt-region)
13210         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13211         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13212         these routines, so the passphrase can be managed externally and
13213         passed in to the system.
13214
13215         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13216         'notruncate' argument, so the passphrase cache can be used
13217         reliably with identifiers besides a pgp packet's key id.
13218
13219 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13220
13221         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13222         symmetric encryption.
13223         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13224         encrypted session key.
13225         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13226         message ask for the passphrase in a proper way.
13227
13228         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13229         New user commands for symmetric encryption.
13230
13231 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13234
13235         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13236
13237 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13238
13239         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13240
13241 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-decode.el (mm-inlined-types): Add application/pgp.
13244         (mm-automatic-display): Ditto.
13245
13246         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13247         part as text.
13248
13249 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * nnrss.el: Update copyright.
13252         (nnrss-opml-import): Query whether to subscribe to each entry.
13253
13254         * gnus-art.el:
13255         * gnus-sum.el:
13256         * gnus-xmas.el:
13257         * messagexmas.el:
13258         * mm-uu.el:
13259         * mm-view.el: Update copyright.
13260
13261 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * message.el (message-info): New function.
13264         (message-mode-menu): Add it.
13265         Update copyright.
13266
13267         * ChangeLog: Fix and update copyright.
13268
13269 2006-01-13  Romain Francoise  <romain@orebokech.com>
13270
13271         * message.el (message-forward-subject-name-subject): Prefer the
13272         address to 'nowhere' if the sender has no name.
13273         Fix typo.  Update copyright year.
13274
13275 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (article-wash-html):
13278         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13279         (gnus-article-wash-html-with-w3m-standalone): New function.
13280
13281         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13282         mm-inline-text-html-render-with-w3m-standalone.
13283         (mm-text-html-washer-alist): Map w3m-standalone to
13284         gnus-article-wash-html-with-w3m-standalone.
13285         (mm-inline-text-html-render-with-w3m-standalone): New function.
13286
13287 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13290         Improve LaTeX.
13291
13292 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13295         (nnrss-request-article): Render text/plain parts as HTML.
13296
13297         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13298         the buffer.
13299
13300 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13303         custom definition of `gnus-posting-styles'.
13304
13305         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13306         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13307
13308 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13311         Use nntp for bug archive.
13312
13313 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13316         parts.
13317         (nnrss-normalize-date): New function converts ISO 8601 date into
13318         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13319         (nnrss-check-group): Use it.
13320
13321 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13324
13325         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13326         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13327         (nnrss-insert-w3): Ditto.
13328
13329 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13332         the articles to be forwarded including the case where neither a
13333         number of articles nor a region is specified.
13334
13335 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * nnrss.el (nnrss-request-article): Fix last change; fill
13338         text/plain parts.
13339
13340 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13343         in text/plain part.
13344         (nnrss-check-group): Don't add excessive newline to dc:subject.
13345
13346 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13347
13348         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13349         article.
13350
13351 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13354         (nnml-use-compressed-files, nnml-save-mail): Support other
13355         comression programs such as bzip2.
13356
13357 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * dns.el (query-dns): Make sure we check the buffer size before
13360         removing tcp headers.
13361
13362 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13365         remove MIME buttons associated with multipart/alternative parts.
13366         (gnus-mime-display-alternative): Tag buttons using `article-type'
13367         text property.
13368
13369         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13370         associated with multipart/alternative parts.
13371
13372         * gnus-art.el (gnus-signature-separator): Fix custom type.
13373
13374         * mm-decode.el (mm-inlined-types): Fix custom type.
13375         (mm-keep-viewer-alive-types): Ditto.
13376         (mm-automatic-display): Ditto.
13377         (mm-attachment-override-types): Ditto.
13378         (mm-inline-override-types): Ditto.
13379         (mm-automatic-external-display): Ditto.
13380
13381 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * spam-report.el (spam-report-user-mail-address)
13384         (spam-report-user-agent): New variables.
13385         (spam-report-url-ping-plain): Use spam-report-user-agent.
13386
13387 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13388
13389         * gnus-art.el (gnus-button-handle-custom): Do not just use
13390         `customize-apropos' for any "M-x customize-*" button but the
13391         function called for.  Accept both the function name and its
13392         argument in order to achieve this.
13393         (gnus-button-alist): Remove support for "custom:" URL's.
13394         Pass function name to `gnus-button-handle-custom' in case of "M-x
13395         customize-*" buttons.
13396
13397 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13400         multipart/alternative and add xref to mm-discouraged-alternatives
13401         in doc string.
13402
13403         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13404         gnus-buttonized-mime-types in doc string.
13405
13406 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13409         Suggest image/.* in the doc string.
13410
13411 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13414         message-marks (Debian bug #342521).
13415
13416 2005-12-12  Simon Josefsson  <jas@extundo.com>
13417
13418         * password.el (password-read-from-cache): Add.
13419         (password-read): Use it.
13420
13421 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * rfc2047.el (rfc2047-charset-to-coding-system):
13424         Recognize us-ascii as a MIME charset.
13425
13426         * mm-bodies.el (mm-decode-content-transfer-encoding):
13427         Protect against the case where the 2nd arg TYPE is nil.
13428
13429 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * pop3.el (pop3-stream-type): Fix custom version.
13432
13433         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13434
13435 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13436
13437         * mm-decode.el (mm-display-external): Add missing cdr.
13438
13439 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13442         RFC1524) if it is in mailcap or add a suffix according to
13443         mailcap-mime-extensions when generating a temp filename; postpone
13444         deleting a temp file for 2 seconds for some wrappers, shell
13445         scripts, and so on, which might exit right after having started a
13446         viewer command as a background job.
13447
13448 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * nntp.el (nntp-marks-directory): Fix custom group.
13451
13452         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13453         steps when < 10.
13454
13455         * gnus-start.el (gnus-no-server-1):
13456         Mention `gnus-level-default-subscribed' in doc string.
13457
13458 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13459
13460         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13461         parens.
13462
13463 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-xmas.el (gnus-use-toolbar): Revert.
13466         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13467         gnus-use-toolbar is default.
13468
13469         * messagexmas.el (message-use-toolbar): Revert.
13470         (message-setup-toolbar): Use global default-toolbar if
13471         message-use-toolbar is default.
13472
13473 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13476         according to default-toolbar-visible-p.
13477
13478         * messagexmas.el (message-use-toolbar): Ditto.
13479
13480 2005-11-26  Dave Love  <fx@gnu.org>
13481
13482         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13483         (tls-program, tls-success): Provide openssl alternative.
13484
13485         * starttls.el: Doc fixes.
13486         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13487         SERVICE to PORT.
13488
13489         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13490         port null or service name.
13491         (starttls-negotiate): Autoload.
13492
13493 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * message.el (message-kill-to-signature): Fix interactive spec.
13496
13497 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * pop3.el (pop3-open-server): Recognize a string as a service name.
13500
13501 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13502
13503         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13504
13505 2005-11-23  Dave Love  <fx@gnu.org>
13506
13507         Add pop3s, pop3/starttls.
13508
13509         * pop3.el (pop3-authentication-scheme): Clarify doc.
13510         (open-tls-stream, starttls-open-stream): Autoload.
13511         (pop3-stream-type): New.
13512         (pop3-open-server): Use it.
13513
13514         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13515         for POP.
13516         (mail-source-keyword-map): Add :stream for POP.
13517         (mail-source-fetch-pop): Use pop3-stream-type.
13518
13519 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13522         of current-time-string.
13523
13524 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13525
13526         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13527         date header.
13528
13529 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13530
13531         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13532         it can seriously impact performance as it bypasses the agent's
13533         local caches.
13534
13535 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13536
13537         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13538         must be explicitly online rather than "not explicitly offline" for
13539         its flags to be synchronized.
13540
13541         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13542         that gnus-uu-unmark-thread will function correctly.
13543
13544         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13545         1024K is instead displayed as 1M.
13546
13547 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13550
13551 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13552
13553         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13554
13555 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13556
13557         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13558         error message to display actual error condition.
13559         (gnus-agent-save-local): Avoid saving symbols that are bound to
13560         nil as they simply result in a warning message in
13561         gnus-agent-read-local.
13562
13563 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13566         rather than make-variable-buffer-local for file-precious-flag.
13567
13568 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13569
13570         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13571         for duplicates which are removed.  The invalid sort check then
13572         triggers a rescan after the sort as sorting may have moved
13573         duplicate entries such that they can be cheaply detected.
13574
13575 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13578
13579 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13580
13581         * gnus-agent.el (gnus-agent-article-alist-save-format):
13582         Change internal variable to a custom variable.  Change default value
13583         from compressed(2) to uncompressed(1).
13584         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13585         support for uncompressed agentview files.  Taken together, reading
13586         the agentview file should now be 6-7 times faster.
13587
13588 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13589
13590         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13591         as a buffer-local variable.  This avoids creating truncated
13592         dribble files as a result of a hang up, eg.
13593
13594 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13595
13596         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13597         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13598         XEmacs.
13599
13600 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-start.el (gnus-start-draft-setup):
13603         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13604
13605         * gnus.el (gnus-splash): Change custom group.
13606         (gnus-group-get-parameter, gnus-group-parameter-value):
13607         Describe allow-list argument.
13608
13609         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13610         string.
13611
13612 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-art.el (gnus-default-article-saver): Add user-defined
13615         `function' to custom type.
13616
13617 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13618
13619         * imap.el (imap-open): Handle case where buffer is a buffer
13620         object.
13621
13622 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13625         long lines.
13626         (gnus-cache-delete-group): Wrap doc strings.
13627
13628         * gnus-agent.el (gnus-agent-rename-group)
13629         (gnus-agent-delete-group): Wrap doc strings.
13630
13631 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * messagexmas.el (message-use-toolbar): Change the valid values
13634         into default, top, bottom, left, and right.
13635         (message-toolbar-thickness): New variable.
13636         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13637         well.
13638         (message-setup-toolbar): Make it work.
13639
13640         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13641         (gnus-use-toolbar): Change the valid values into default, top,
13642         bottom, left, and right.
13643         (gnus-toolbar-thickness): New variable.
13644         (gnus-xmas-setup-toolbar): New function.
13645         (gnus-xmas-setup-group-toolbar): Use it.
13646         (gnus-xmas-setup-summary-toolbar): Use it.
13647
13648 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * gnus-start.el (gnus-1): Add "native" to
13651         gnus-predefined-server-alist.
13652
13653         * gnus.el (gnus-method-to-server): Don't add "native" to the
13654         lists here, because that leads to problems when
13655         gnus-select-method is bound.
13656
13657 2005-11-09  Simon Josefsson  <jas@extundo.com>
13658
13659         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13660         use (not sort-by-date) instead.
13661
13662 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13663
13664         * gnus-delay.el (gnus-delay-group): Don't autoload.
13665         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13666         to be re-loaded when customizing the `gnus-delay' group.
13667
13668 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13669
13670         * message.el: Revert last changes.
13671         (message-insert-citation-line): Use newlines.
13672
13673 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13674
13675         * message.el (message-courtesy-message)
13676         (message-mark-insert-begin, message-mark-insert-end)
13677         (message-elide-ellipsis, message-cancel-message)
13678         (message-add-header, message-change-subject)
13679         (message-cross-post-followup-to-header)
13680         (message-cross-post-insert-note, message-reduce-to-to-cc)
13681         (message-widen-reply, message-delete-not-region)
13682         (message-kill-to-signature, message-insert-signature)
13683         (message-insert-importance-high, message-insert-importance-low)
13684         (message-insert-or-toggle-importance)
13685         (message-insert-disposition-notification-to)
13686         (message-indent-citation, message-yank-original)
13687         (message-cite-original-without-signature, message-cite-original)
13688         (message-insert-citation-line, message-position-on-field)
13689         (message-fix-before-sending, message-send-mail-partially)
13690         (message-send-mail, message-send-mail-with-sendmail)
13691         (message-send-mail-with-qmail, message-send-news)
13692         (message-check-news-header-syntax, message-generate-headers)
13693         (message-insert-courtesy-copy, message-fill-address)
13694         (message-fill-header, message-shorten-references)
13695         (message-setup-1, message-cancel-news)
13696         (message-forward-make-body-plain, message-forward-make-body-mime)
13697         (message-forward-make-body-mml, message-encode-message-body)
13698         (message-forward-make-body-digest-plain)
13699         (message-forward-make-body-digest-mime)
13700         (message-use-alternative-email-as-from): Insert `hard-newline'
13701         instead of ordinary newlines.
13702
13703 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * message.el (message-generate-headers): Downcase the argument
13706         given to message-check-element.
13707
13708 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13709
13710         * nntp.el (nntp-authinfo-rejected): New error condition.
13711         (nntp-wait-for): Use new error condition to signal authentication
13712         error.
13713         (nntp-retrieve-data): Rethrow new error condition to break out of
13714         recursive call to nntp-send-authinfo.
13715
13716 2005-11-08  Romain Francoise  <romain@orebokech.com>
13717
13718         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13719         (gnus-summary-exit-map): Bind to `Z p'.
13720         (gnus-summary-make-menu-bar): Add menu item.
13721
13722 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13725         (gnus-treat-*): Add `first' in all doc strings.
13726
13727         * gnus-group.el (gnus-group-compact-group): Fix typo.
13728
13729 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus.el (gnus-parameters-case-fold-search): New variable.
13732         (gnus-parameters-get-parameter): Use it.
13733
13734         * gnus-score.el (gnus-home-score-file): Doc fix.
13735
13736 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13737
13738         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13739
13740 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mm-util.el (mm-special-display-p): New function.
13743
13744         * mml.el (mml-preview): Use it; doc fix.
13745
13746 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13747
13748         * imap.el (imap-open): Handle case where buffer is a buffer object.
13749
13750 2005-10-29  Romain Francoise  <romain@orebokech.com>
13751
13752         * message.el (message-fix-before-sending): Fix comment.
13753
13754 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13755
13756         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13757
13758 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13759
13760         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13761         Used in gnus-score.el.
13762
13763 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13766
13767 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13770         whitespace removed in revision 7.8.  Use concatenated string to
13771         protect trailing whitespace.
13772
13773 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13774
13775         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13776         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13777         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13778         Courier IMAP ("some version from 2004").  Mostly based on similar
13779         code in the same function.
13780
13781 2005-10-26  Didier Verna  <didier@xemacs.org>
13782
13783         * gnus-group.el (gnus-group-compact-group): Invalidate original
13784         article buffer.
13785         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13786         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13787         NOV database and in article itself.
13788         Invalidate article backlog.
13789
13790 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13793
13794 2005-10-26  Simon Josefsson  <jas@extundo.com>
13795
13796         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13797         part of 2004-07-25 change.
13798
13799 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * message.el (message-display-completion-list): New function.
13802         (message-expand-group): Use it; make sure the Completions buffer
13803         is modifiable.
13804 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13805
13806         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13807         user-mail-name is an empty string.
13808
13809 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13812         depending on gnus-score-decay-constant.
13813
13814         * encrypt.el (encrypt-insert-file-contents)
13815         (encrypt-write-file-contents): Don't use `gnus-message'.
13816
13817         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13818         arguments.
13819         (mm-uu-type-alist): Add message-marks and insert-marks.
13820         Pass arguments to mm-uu-verbatim-marks-extract.
13821         (mm-uu-hide-markers): New variable.
13822         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13823
13824         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13825         (gnus-convert-image-to-face-command): Use "convert" by default to
13826         allow other input image formats.
13827         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13828         accordingly.
13829
13830 2005-10-23  Simon Josefsson  <jas@extundo.com>
13831
13832         * imap.el (imap-gssapi-program): Align command line parameters
13833         with latest GNU SASL.
13834         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13835
13836 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13839         HTML.
13840         (nnslashdot-request-article): Ditto.
13841
13842         * lpath.el (featurep): Add nobreak-char-display.
13843
13844 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13845
13846         * mail-source.el (mail-source-fetch-pop): Require pop3.
13847         (mail-source-check-pop): Ditto.
13848
13849 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13852         errors.
13853
13854 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13857         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13858
13859         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13860
13861         * mm-bodies.el (mm-decode-string):
13862         Call `mm-charset-to-coding-system' with allow-override argument.
13863
13864 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13867         (rfc2047-charset-to-coding-system): New function.
13868         (rfc2047-decode-encoded-words): New function.
13869         (rfc2047-decode-region): Use them.
13870         (rfc2047-decode-cte): Remove.
13871         (rfc2047-parse-and-decode): Remove.
13872         (rfc2047-decode): Remove.
13873
13874 2005-10-15  Kenichi Handa  <handa@m17n.org>
13875
13876         * rfc2047.el (rfc2047-decode-cte): New function.
13877         (rfc2047-decode-region): Change the way to decode successive
13878         encoded-words: decode B- or Q-encoding in each encoded-word,
13879         concatenate them, and decode it as charset.
13880
13881 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * lpath.el: Fbind codepage-setup for XEmacs.
13884
13885 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13886
13887         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13888         widget-move-and-invoke.
13889         (gnus-custom-mode): Use gnus-custom-map.
13890
13891 2005-10-15  Bill Wohler  <wohler@newt.com>
13892
13893         * message.el (message-tool-bar-map): Rename image file from
13894         mail_send to mail/send.
13895
13896 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13897
13898         * message.el (message-expand-group): Pass the common
13899         prefix substring of completion to `display-completion-list'.
13900
13901 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * mml-sec.el (mml-secure-method): New internal variable.
13904         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13905         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13906         New functions using mml-secure-method.
13907
13908         * mml.el (mml-mode-map): Add key bindings for those functions.
13909         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13910         Harder <harder@myrealbox.com>.
13911         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13912         Goto end of message if point is the headers of the message.
13913
13914         * message.el (message-in-body-p): New function.
13915
13916         * assistant.el: Autoload gnus-util and netrc.
13917
13918         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13919         Use `mm-charset-override-alist' only when decoding.
13920
13921         * mm-bodies.el (mm-decode-body):
13922         Call `mm-charset-to-coding-system' with allow-override argument.
13923
13924         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13925         `filename' from Content-Disposition if Content-Type doesn't
13926         provide `name'.
13927         (gnus-mime-view-part-as-type): Set default instead of
13928         initial-input.
13929
13930 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13931
13932         * format-spec.el (format-spec): Propagate text properties of % spec.
13933
13934 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-art.el (gnus-treat-predicate): Add `first'.
13937
13938 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13941         (mm-charset-override-alist): New variable.
13942         (mm-charset-to-coding-system): Use it.
13943         (mm-codepage-setup): New helper function.
13944         (mm-charset-eval-alist): New variable.
13945         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13946         Warn about unknown charsets.
13947
13948         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13949
13950 2005-10-04  David Hansen  <david.hansen@gmx.net>
13951
13952         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13953         (nnrss-check-group): Ditto.
13954
13955 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13958         Rename x-gnus-verbatim to x-verbatim.
13959         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13960
13961         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13962         x-verbatim.
13963
13964         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13965
13966         * gnus-util.el (gnus-remove-duplicates): Remove.
13967
13968         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13969         instead of gnus-remove-duplicates.
13970
13971         * message.el (message-remove-duplicates): Remove.
13972         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13973         message-remove-duplicates.
13974
13975         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13976         available, else use implementation from `delete-dups'.
13977
13978         * message.el (message-insert-expires): New function.
13979         (message-mode-map): Add key binding.
13980         (message-mode-field-menu): Add menu entry.
13981         (message-mode): Document it.
13982         (message-make-expires-date): Use `message-make-date'.
13983
13984 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13985
13986         * message.el (message-make-expires-date): New function.
13987
13988 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * Makefile.in (list-installed-shadows): New entry.
13991         (install): Use it.
13992         (remove-installed-shadows): New entry.
13993
13994         * dgnushack.el (dgnushack-default-load-path): New variable.
13995         (dgnushack-find-lisp-shadows): New function.
13996         (dgnushack-remove-lisp-shadows): New function.
13997
13998 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * Makefile.in (install-el-elc): New entry.
14001         (install): Use it so that .el files are necessarily installed.
14002
14003 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14006
14007 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14010         function rather than the diff-mode.el package.
14011         (mm-display-external): Use with-current-buffer.
14012         (mm-viewer-completion-map, mm-viewer-completion-map):
14013         Move initialization inside declaration.
14014
14015 2005-09-29  Simon Josefsson  <jas@extundo.com>
14016
14017         * spam.el: Load hashcash when compiling, to avoid warnings.
14018         Don't autoload mail-check-payment.
14019         (spam-check-hashcash): Define unconditionally, since hashcash.el
14020         is part of Gnus now.  Ignore errors from payment checking.
14021
14022 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * message.el (message-bold-region, message-unbold-region):
14025         Rename from `bold-region' and `unbold-region'.
14026
14027         * message.el: Remove useless autoloads.
14028
14029 2005-09-28  Simon Josefsson  <jas@extundo.com>
14030
14031         * message.el (message-use-idna): Default to t.
14032         (message-use-idna): Test whether encoding works too.  Doc fix.
14033
14034 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * nntp.el (nntp-warn-about-losing-connection): Remove.
14037
14038 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14041         customizable.  Change default value.
14042         (mm-uu-diff-groups-regexp): Change default value.
14043         (mm-uu-type-alist): Add doc string.
14044         (mm-uu-configure): Add doc string.  Make it interactive.
14045         (mm-uu-tex-groups-regexp): New variable.
14046         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14047         (mm-uu-type-alist): Add LaTeX documents.
14048         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14049         of "text/verbatim".
14050         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14051
14052         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14053         instead of "text/verbatim".
14054
14055         * message.el (message-mark-inserted-region)
14056         (message-mark-insert-file): Use slrn style marks when called with
14057         prefix argument.
14058
14059 2005-09-27  Simon Josefsson  <jas@extundo.com>
14060
14061         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14062
14063 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14064
14065         * message.el (message-remove-duplicates): New function.
14066         Implementation borrowed from `gnus-remove-duplicates'.
14067         (message-idna-to-ascii-rhs): Also encode idna addresses in
14068         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14069         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14070         only ask about the same idna domain once per header and also tell
14071         in what header to replace the idna domain.
14072
14073         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14074         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14075         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14076         a header is decoded and not just the last one.
14077
14078 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14081         has been decoded.
14082
14083         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14084         (mm-insert-part): Don't modify text if it has been decoded.
14085
14086         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14087         decoded.
14088
14089         * mm-view.el (mm-inline-text): Don't strip text props unless
14090         decoding enriched or richtext parts.
14091
14092 2005-09-25  Romain Francoise  <romain@orebokech.com>
14093
14094         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14095         * gnus-start.el (gnus-subscribe-interactively):
14096         * gnus-uu.el (gnus-uu-grab-articles):
14097         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14098         space.
14099
14100 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14101
14102         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14103         * mm-view.el (mm-view-pkcs7-decrypt):
14104         * gnus-sum.el (gnus-summary-limit-to-extra)
14105         (gnus-summary-respool-article, gnus-read-move-group-name):
14106         * gnus-score.el (gnus-summary-increase-score):
14107         * gnus-util.el (gnus-completing-read-with-default):
14108         * gnus-art.el (gnus-read-save-file-name)
14109         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14110         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14111         * message.el (message-check-news-header-syntax):
14112         Follow convention for reading with the minibuffer.
14113
14114 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * spam-report.el (spam-report-url-ping-plain):
14117         Use gnus-extended-version as User-Agent.
14118
14119         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14120         default value is nil.
14121
14122         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14123         (mm-uu-verbatim-marks-extract): New function.
14124         (mm-uu-extract): New face.
14125         (mm-uu-copy-to-buffer): Use it.
14126
14127         * spam-report.el (spam-report-gmane-ham): Rename from
14128         `spam-report-gmane-unspam'.
14129         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14130         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14131
14132         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14133         Autoload.
14134         (spam-report-gmane-unregister-routine):
14135         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14136
14137 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14138
14139         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14140         (spam-report-gmane-unregister-routine): Add support for gmane
14141         unregistration.
14142
14143         * spam-report.el (spam-report-gmane-unspam)
14144         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14145         (spam-report-gmane): Change to take a single article and do unspam
14146         registration.
14147
14148 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14149
14150         * mm-url.el (mm-url-decode-entities): Fix regexp.
14151
14152 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14153
14154         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14155         default to nil, to be able to use Gnus at all.  If the default
14156         switches to something else, then the function should be fixed not
14157         be exceedingly slow.
14158
14159 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14162         fail hard.
14163
14164         * spam-report.el: Add better Keywords line.
14165
14166         * spam.el: Add Maintainer and better Keywords line.
14167
14168 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-art.el (gnus-article-replace-part)
14171         (gnus-mime-replace-part): New functions.
14172         (gnus-mime-action-alist, gnus-mime-button-commands)
14173         (gnus-mime-save-part-and-strip): Add file argument.
14174         (gnus-article-part-wrapper): Add interactive argument.
14175
14176         * gnus-sum.el (gnus-summary-mime-map):
14177         Add `gnus-article-replace-part'.
14178
14179 2005-09-19  Didier Verna  <didier@xemacs.org>
14180
14181         The nnml compaction feature:
14182         * nnml.el (nnml-request-compact-group): New function.
14183         * nnml.el (nnml-request-compact): New function.
14184         * gnus-int.el (gnus-request-compact-group): New function.
14185         * gnus-int.el (gnus-request-compact): New function.
14186         * gnus-group.el (gnus-group-compact-group): New function.
14187         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14188         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14189         * gnus-srvr.el (gnus-server-compact-server): New function.
14190         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14191         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14192
14193 2005-09-18  Deepak Goel  <deego@gnufans.org>
14194
14195         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14196         format spec.
14197
14198 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14201
14202 2005-09-15  Romain Francoise  <romain@orebokech.com>
14203
14204         * message.el (message-fill-paragraph): Clarify docstring.
14205
14206 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus-art.el (gnus-mime-display-part): Protect against broken
14209         MIME messages.
14210
14211 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14214         before parsing header.
14215
14216 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14217
14218         * html2text.el (html2text-replace-list): Add new entities.
14219
14220 2005-09-11  Romain Francoise  <romain@orebokech.com>
14221
14222         * message.el (message-alternative-emails): Improve docstring.
14223         (message-setup-1): Call `message-use-alternative-email-as-from'
14224         after `message-setup-hook' to give it precedence over posting
14225         styles, etc.
14226         (message-use-alternative-email-as-from): Add docstring.
14227         Remove the original From header if present.
14228
14229         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14230         (nnml-save-mail): Use it.
14231
14232         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14233         articles.  Add new argument `silent'.
14234         (gnus-uu-mark-all): Report the total number of marked articles.
14235
14236 2005-09-10  Romain Francoise  <romain@orebokech.com>
14237
14238         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14239         (gnus-uu-mark-series): Likewise.
14240
14241 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * spam-report.el (spam-report-gmane): Fix generation of spam
14244         report URL.
14245
14246 2005-09-10  Simon Josefsson  <jas@extundo.com>
14247
14248         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14249         t, based on discussion on the ding list with Robert Epprecht
14250         <epprecht@solnet.ch>.
14251
14252 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * spam-report.el (spam-report-gmane): Make it work without
14255         X-Report-Spam header.  Gmane now only provides Archived-At.
14256         This is only used if `spam-report-gmane-use-article-number' is nil.
14257         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14258
14259         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14260         make `gnus-summary-sort-by-recipient' work with threading.
14261
14262         * nnweb.el (nnweb-google-wash-article): Print a message if article
14263         is not available.
14264
14265 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14266
14267         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14268         change.  Decode text/* parts content before displaying.
14269
14270 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14273
14274 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14277
14278         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14279         url-package-name, url-package-version,
14280         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14281         w3m-display-inline-images, and w3m-minor-mode-map.
14282
14283 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * message.el (message-tab-body-function): Fix mismatched custom type.
14286
14287         * gnus.el (gnus-group-change-level-function): Ditto.
14288
14289         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14290
14291         * gnus-art.el (gnus-signature-limit)
14292         (gnus-article-mime-part-function): Ditto.
14293
14294 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mml.el (mml-mode): Silence the byte compiler.
14297
14298         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14299         using `(sit-for 0)' before moving the point to the specified part;
14300         skip unbuttonized parts.
14301         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14302         return to the summary window if gnus-auto-select-part is non-nil.
14303
14304 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14307         New variables.
14308         (mml-dnd-attach-file, mml-mode): Use them.
14309
14310         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14311         Make fetching article by MID work again for Google Groups.
14312         Add FIXME concerning gnus-group-make-web-group.
14313
14314         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14315         Don't depend on Gnus by using mail-extract-address-components if
14316         gnus-extract-address-components is not bound.
14317
14318 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * gnus-art.el (gnus-mime-display-security): Don't display the
14321         signature, but only the signed part.
14322
14323 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14326
14327         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14328         list, not listp.
14329
14330 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14331
14332         * mm-encode.el (mm-encode-content-transfer-encoding):
14333         Likewise when encoding.
14334
14335         * mm-bodies.el (mm-decode-content-transfer-encoding):
14336         De-canonicalize CRLF for all text content types, not just
14337         text/plain.
14338
14339 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14342         valid article; point arrow and cursor at the MIME button.
14343
14344 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14347         Suggested by Dan Christensen <jdc@uwo.ca>.
14348
14349         * mm-decode.el (mm-save-part): Enable change of prompt.
14350
14351 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14352
14353         * gnus-msg.el (gnus-inews-add-send-actions):
14354         Make `message-post-method' lambda parameter ARG `&optional'.
14355
14356 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * gnus-sum.el (gnus-summary-mime-map):
14359         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14360         gnus-article-jump-to-part.
14361
14362         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14363         (gnus-article-edit-part): Use it.
14364         (gnus-article-part-wrapper): Add no-handle argument.
14365         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14366         New functions.
14367
14368 2005-08-29  Romain Francoise  <romain@orebokech.com>
14369
14370         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14371         docstring.
14372         (gnus-face-from-file): Likewise.
14373
14374 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14377         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14378         non-nil.
14379         (gnus-auto-select-part): New variable.
14380         (gnus-article-jump-to-part): New function.
14381         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14382         (gnus-mime-delete-part): Allow selecting specified part after
14383         deleting or stripping parts.
14384         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14385         part if argument is bogus.
14386
14387 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14388
14389         * gnus-art.el (w3m-minor-mode-map):
14390         * gnus-spec.el (gnus-newsrc-file-version):
14391         * gnus-util.el (nnmail-active-file-coding-system)
14392         (gnus-original-article-buffer, gnus-user-agent):
14393         * gnus.el (gnus-ham-process-destinations)
14394         (gnus-parameter-ham-marks-alist)
14395         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14396         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14397         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14398         * mm-decode.el (gnus-current-window-configuration):
14399         * mm-extern.el (gnus-article-mime-handles):
14400         * mm-url.el (url-current-object, url-package-name)
14401         (url-package-version):
14402         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14403         (smime-keys, w3m-cid-retrieve-function-alist)
14404         (w3m-current-buffer, w3m-display-inline-images)
14405         (w3m-minor-mode-map):
14406         * mml-smime.el (gnus-extract-address-components):
14407         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14408         (gnus-newsrc-hashtb, message-default-charset)
14409         (message-deletable-headers, message-options)
14410         (message-posting-charset, message-required-mail-headers)
14411         (message-required-news-headers):
14412         * mml1991.el (mc-pgp-always-sign):
14413         * mml2015.el (mc-pgp-always-sign):
14414         * nnheader.el (nnmail-extra-headers):
14415         * rfc1843.el (gnus-decode-encoded-word-function)
14416         (gnus-decode-header-function, gnus-newsgroup-name):
14417         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14418
14419 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14420
14421         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14422         the end of the date treatments.
14423
14424 2005-08-15  Simon Josefsson  <jas@extundo.com>
14425
14426         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14427         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14428         Capello and Romain Francoise.
14429         (pgg-fetch-key-function): Remove, not used?
14430         (pgg-insert-url-with-w3): Require url, to get
14431         url-insert-file-contents regardless of where it is defined.
14432
14433 2005-08-13  Romain Francoise  <romain@orebokech.com>
14434
14435         * message.el (message-cite-original-1): New function.
14436         (message-cite-original): Use it.
14437         (message-cite-original-without-signature): Ditto.
14438
14439 2005-08-08  Romain Francoise  <romain@orebokech.com>
14440
14441         * message.el (message-yank-empty-prefix): New variable.
14442         (message-indent-citation): Use it.
14443         (message-cite-original-without-signature): Respect X-No-Archive.
14444
14445 2005-08-08  Simon Josefsson  <jas@extundo.com>
14446
14447         * pgg.el: Autoload url-insert-file-contents instead of loading
14448         w3/url.
14449         (pgg-insert-url-with-w3): Don't load url here.
14450
14451 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14452
14453         * message.el (message-kill-to-signature): Don't insert newline at
14454         bol.
14455         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14456
14457 2005-08-06  Romain Francoise  <romain@orebokech.com>
14458
14459         * message.el (message-user-fqdn): Fix typo in docstring.
14460
14461 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14462
14463         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14464
14465         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14466
14467 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * mm-bodies.el (mm-encode-body): Use coding system rather than
14470         charset to encode text.
14471
14472         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14473         number of charsets if utf-8 is available (XEmacs).
14474
14475 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14478         taken from `gnus-button-mid-or-mail-regexp'.
14479         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14480         (gnus-button-alist): Improve regexp for domain part of the MIDs
14481         for news:localpart@domain buttons.
14482         (gnus-button-ctan-directory-regexp): Update.
14483
14484 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * sieve-manage.el (sieve-manage-interactive-login):
14487         Use make-local-variable rather than make-variable-buffer-local.
14488         (sieve-manage-open): Ditto.
14489         (sieve-manage-authenticate): Ditto.
14490
14491         * mml.el (mml-generate-mime-1): Make the content type default to
14492         text/plain if the filename is not specified.
14493
14494 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14497         instead of insert-buffer.
14498
14499         * message.el (message-yank-original): Ditto; set the mark at the
14500         end of the yanked message.
14501
14502 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14505         lines to scroll rather than to stop it.
14506
14507         * mml.el (mml-generate-default-type): Add doc string.
14508         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14509         default to application/octet-stream when determining the content
14510         type if it is not specified for the part or the mml contents; add
14511         a comment about mml-generate-default-type.
14512
14513 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14516         make it default to application/octet-stream when determining the
14517         content type if it is not specified for the external contents.
14518
14519 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14522         segmented parameter but also other parameters might be there.
14523
14524 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mm-decode.el (mm-display-external): Delete temp file, directory
14527         and buffer immediately if the external process is exited.
14528
14529 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14532         fewer lines than that of scroll-margin.
14533         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14534
14535 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el (gnus-article-next-page): Revert.
14538         (gnus-article-beginning-of-window): New macro.
14539         (gnus-article-next-page-1): Use it.
14540         (gnus-article-prev-page): Ditto.
14541         (gnus-article-edit-part): Use insert-buffer-substring instead of
14542         insert-buffer.
14543         (gnus-article-edit-exit): Ditto.
14544
14545         * gnus-util.el (gnus-beginning-of-window): Remove.
14546         (gnus-end-of-window): Remove.
14547
14548         * lpath.el: Don't bind header-line-format and scroll-margin.
14549
14550 2005-07-25  Simon Josefsson  <jas@extundo.com>
14551
14552         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14553         to have the url package without w3.  Reported by Daiki Ueno
14554         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14555
14556 2005-07-20  Didier Verna  <didier@xemacs.org>
14557
14558         * gnus-diary.el: Remove the description comment (nndiary is now
14559         properly documented in the Gnus manual).
14560         Fix the spelling of "Back End".
14561         * nndiary.el: Ditto.
14562         Fix the copyright notice.
14563
14564 2005-07-18  Romain Francoise  <romain@orebokech.com>
14565
14566         * gnus-sum.el (gnus-summary-to-prefix)
14567         (gnus-summary-newsgroup-prefix): New variables.
14568         (gnus-summary-from-or-to-or-newsgroups): Use them.
14569
14570 2005-07-17  Romain Francoise  <romain@orebokech.com>
14571
14572         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14573         space as it's generally not especially interesting to the user.
14574
14575 2005-07-16  Romain Francoise  <romain@orebokech.com>
14576
14577         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14578         nil to avoid prompting and file modification if one of the
14579         messages at the top of the nnfolder file contains a copyright
14580         notice.
14581         Update copyright notice.
14582
14583         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14584         instead of `current-time-string' as the latter creates a time
14585         string that is not RFC 2822 compliant (it lacks the zone).
14586         Update copyright notice.
14587
14588 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14589
14590         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14591         for text/rtf.  Display default in prompt.  Pass default for M-n.
14592
14593         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14594
14595 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14596
14597         * gnus-msg.el (gnus-button-mailto):
14598         Remove save-selected-window-window hackery because it relies on
14599         save-selected-window internals.
14600
14601 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14604         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14605         (gnus-article-prev-page): Ditto.
14606
14607         * gnus-util.el (gnus-beginning-of-window): New function.
14608         (gnus-end-of-window): New function.
14609
14610         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14611
14612 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14613
14614         * gnus-score.el (gnus-score-edit-all-score):
14615         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14616         gnus-message.
14617
14618 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14619
14620         * gnus-msg.el (gnus-button-mailto):
14621         Remove save-selected-window-window hackery because it relies on
14622         save-selected-window internals.
14623
14624 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14627         add-minor-mode.
14628         (gnus-binary-mode): Ditto.
14629
14630         * gnus-topic.el (gnus-topic-mode): Ditto.
14631
14632 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14633
14634         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14635         (gnus-article-prev-page): Take scroll-margin into consideration.
14636
14637 2005-07-04  Lute Kamstra  <lute@gnu.org>
14638
14639         Update FSF's address in GPL notices.
14640
14641 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14642
14643         * gnus.el (gnus-exit):
14644         * gnus-group.el (gnus-group-icons):
14645         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14646
14647         * gnus-nocem.el (gnus-nocem):
14648         * message.el (message-various, message-buffers, message-sending)
14649         (message-interface, message-forwarding, message-insertion)
14650         (message-headers, message-news, message-mail):
14651         * pgg-gpg.el (pgg-gpg):
14652         * pgg-parse.el (pgg-parse):
14653         * pgg-pgp.el (pgg-pgp):
14654         * pgg-pgp5.el (pgg-pgp5):
14655         * pop3.el (pop3): Finish `defgroup' description with period.
14656
14657 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-art.el (article-display-face): Improve the efficiency.
14660         (article-display-x-face): Ditto; remove grey x-face stuff.
14661
14662 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (article-display-face): Correct the position in
14665         which Faces are inserted.
14666
14667 2005-06-29  Didier Verna  <didier@xemacs.org>
14668
14669         * gnus-art.el (article-display-face): Display faces in correct
14670         order.
14671
14672 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14675         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14676         (gnus-nocem-check-article): Fetch the Type header.
14677         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14678         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14679         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14680         make sure gnus-nocem-hashtb is initialized.
14681         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14682         (gnus-nocem-unwanted-article-p): Ditto.
14683
14684         * pgg.el (pgg-verify): Return the verification result.
14685
14686 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14687
14688         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14689         is ascii.
14690
14691 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14692
14693         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14694         `show-nonbreak-escape'.
14695
14696 2005-06-23  Lute Kamstra  <lute@gnu.org>
14697
14698         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14699
14700         * dig.el (dig-mode):
14701         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14702
14703 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14704
14705         * nnimap.el (nnimap-split-download-body): Fix spellings.
14706
14707 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14708
14709         * gnus-art.el (gnus-article-encrypt-body):
14710         * gnus-cus.el (gnus-score-customize):
14711         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14712         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14713
14714 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14715
14716         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14717         header by looking for magic "MII" at the beginnig.
14718
14719 2005-06-16  Miles Bader  <miles@gnu.org>
14720
14721         * gnus-xmas.el (gnus-xmas-group-startup-message):
14722         Use renamed gnus-splash face.
14723
14724         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14725         (assistant-field-face): New backward-compatibility alias for renamed
14726         face.
14727         (assistant-render-text): Use renamed assistant-field face.
14728
14729         * spam.el (spam): Remove "-face" suffix from face name.
14730         (spam-face): New backward-compatibility alias for renamed face.
14731         (spam-face, spam-initialize): Use renamed spam face.
14732
14733         * message.el (message-header-to, message-header-cc)
14734         (message-header-subject, message-header-newsgroups)
14735         (message-header-other, message-header-name)
14736         (message-header-xheader, message-separator, message-cited-text)
14737         (message-mml): Remove "-face" suffix from face names.
14738         (message-header-to-face, message-header-cc-face)
14739         (message-header-subject-face, message-header-newsgroups-face)
14740         (message-header-other-face, message-header-name-face)
14741         (message-header-xheader-face, message-separator-face)
14742         (message-cited-text-face, message-mml-face):
14743         New backward-compatibility aliases for renamed faces.
14744         (message-font-lock-keywords): Use renamed message faces.
14745
14746         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14747         (sieve-test-commands, sieve-tagged-arguments):
14748         Remove "-face" suffix from face names.
14749         (sieve-control-commands-face, sieve-action-commands-face)
14750         (sieve-test-commands-face, sieve-tagged-arguments-face):
14751         New backward-compatibility aliases for renamed faces.
14752         (sieve-control-commands-face, sieve-action-commands-face)
14753         (sieve-test-commands-face, sieve-tagged-arguments-face):
14754         Use renamed sieve faces.
14755
14756         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14757         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14758         (gnus-group-news-3-empty, gnus-group-news-4)
14759         (gnus-group-news-4-empty, gnus-group-news-5)
14760         (gnus-group-news-5-empty, gnus-group-news-6)
14761         (gnus-group-news-6-empty, gnus-group-news-low)
14762         (gnus-group-news-low-empty, gnus-group-mail-1)
14763         (gnus-group-mail-1-empty, gnus-group-mail-2)
14764         (gnus-group-mail-2-empty, gnus-group-mail-3)
14765         (gnus-group-mail-3-empty, gnus-group-mail-low)
14766         (gnus-group-mail-low-empty, gnus-summary-selected)
14767         (gnus-summary-cancelled, gnus-summary-high-ticked)
14768         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14769         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14770         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14771         (gnus-summary-low-undownloaded)
14772         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14773         (gnus-summary-low-unread, gnus-summary-normal-unread)
14774         (gnus-summary-high-read, gnus-summary-low-read)
14775         (gnus-summary-normal-read, gnus-splash):
14776         Remove "-face" suffix from face names.
14777         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14778         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14779         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14780         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14781         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14782         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14783         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14784         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14785         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14786         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14787         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14788         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14789         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14790         (gnus-summary-normal-ticked-face)
14791         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14792         (gnus-summary-normal-ancient-face)
14793         (gnus-summary-high-undownloaded-face)
14794         (gnus-summary-low-undownloaded-face)
14795         (gnus-summary-normal-undownloaded-face)
14796         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14797         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14798         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14799         (gnus-splash-face):
14800         New backward-compatibility aliases for renamed faces.
14801         (gnus-group-startup-message): Use renamed gnus faces.
14802
14803         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14804         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14805         (gnus-server-agent): Remove "-face" suffix from face names.
14806         (gnus-server-agent-face, gnus-server-opened-face)
14807         (gnus-server-closed-face, gnus-server-denied-face)
14808         (gnus-server-offline-face):
14809         New backward-compatibility aliases for renamed faces.
14810         (gnus-server-agent-face, gnus-server-opened-face)
14811         (gnus-server-closed-face, gnus-server-denied-face)
14812         (gnus-server-offline-face): Use renamed gnus faces.
14813
14814         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14815         Remove "-face" suffix from face names.
14816         (gnus-picon-xbm-face, gnus-picon-face):
14817         New backward-compatibility aliases for renamed faces.
14818
14819         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14820         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14821         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14822         (gnus-cite-11): Remove "-face" suffix from face names.
14823         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14824         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14825         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14826         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14827         New backward-compatibility aliases for renamed faces.
14828         (gnus-cite-attribution-face, gnus-cite-face-list)
14829         (gnus-article-boring-faces): Use renamed gnus faces.
14830
14831         * gnus-art.el (gnus-signature, gnus-header-from)
14832         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14833         (gnus-header-content): Remove "-face" suffix from face names.
14834         (gnus-signature-face, gnus-header-from-face)
14835         (gnus-header-subject-face, gnus-header-newsgroups-face)
14836         (gnus-header-name-face, gnus-header-content-face):
14837         New backward-compatibility aliases for renamed faces.
14838         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14839
14840         * gnus-sum.el (gnus-summary-selected-face)
14841         (gnus-summary-highlight): Use renamed gnus faces.
14842         * gnus-group.el (gnus-group-highlight): Likewise.
14843
14844 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14845
14846         * gnus-sieve.el (gnus-sieve-article-add-rule):
14847         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14848         * spam-stat.el (spam-stat-buffer-change-to-spam)
14849         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14850
14851         * message.el (message-is-yours-p):
14852         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14853
14854 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * mm-view.el (mm-inline-text): Withdraw the last change.
14857
14858 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14861         executing enriched-decode.
14862
14863 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14866         charset of tar files.
14867
14868 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14869
14870         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14871
14872 2005-06-04  Lute Kamstra  <lute@gnu.org>
14873
14874         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14875         information is never recorded.
14876
14877 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14878
14879         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14880
14881 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * pop3.el (pop3-apop): Run md5 in the binary mode.
14884
14885         * starttls.el (starttls-set-process-query-on-exit-flag):
14886         Use eval-and-compile.
14887
14888 2005-05-31  Simon Josefsson  <jas@extundo.com>
14889
14890         * smime.el (smime-replace-in-string): Define.
14891         (smime-cert-by-ldap-1): Use it.
14892
14893 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-art.el (article-display-x-face): Replace
14896         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14897
14898         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14899         set-process-query-on-exit-flag or process-kill-without-query.
14900
14901         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14902         loop instead of replace-regexp.
14903
14904         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14905         instead of process-kill-without-query if it is available.
14906
14907         * lpath.el: Fbind ldap-search-entries.
14908
14909         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14910         instead of find-file-hooks if it is available.
14911
14912         * mml1991.el: Bind pgg-default-user-id when compiling.
14913
14914         * mml2015.el: Bind pgg-default-user-id when compiling.
14915
14916         * nndraft.el (nndraft-request-associate-buffer):
14917         Use write-contents-functions instead of write-contents-hooks if it is
14918         available.
14919
14920         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14921         instead of find-file-hooks if it is available.
14922
14923         * nntp.el (nntp-open-connection): Replace
14924         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14925         (nntp-open-ssl-stream): Ditto.
14926         (nntp-open-tls-stream): Ditto.
14927
14928         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14929         set-process-query-on-exit-flag or process-kill-without-query.
14930         (starttls-open-stream-gnutls): Use it instead of
14931         process-kill-without-query.
14932         (starttls-open-stream): Ditto.
14933
14934 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14935
14936         * smime.el (smime-cert-by-ldap-1): Don't use
14937         replace-regexp-in-string.
14938
14939 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14940
14941         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14942
14943         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14944         in PEM format.  Adjust to the XEmacs compability.
14945
14946 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14949         by `string-to-number'.
14950         * gnus-agent.el (gnus-agent-regenerate-group)
14951         (gnus-agent-fetch-articles): Ditto.
14952         * gnus-art.el (gnus-button-fetch-group): Ditto.
14953         * gnus-cache.el (gnus-cache-generate-active)
14954         (gnus-cache-articles-in-group): Ditto.
14955         * gnus-group.el (gnus-group-set-current-level)
14956         (gnus-group-insert-group-line): Ditto.
14957         * gnus-score.el (gnus-score-set-expunge-below)
14958         (gnus-score-set-mark-below, gnus-summary-score-effect)
14959         (gnus-summary-score-entry): Ditto.
14960         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14961         (gnus-soup-pack): Ditto.
14962         * gnus-spec.el (gnus-xmas-format): Ditto.
14963         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14964         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14965         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14966         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14967         * nndb.el (nndb-get-remote-expire-response): Ditto.
14968         * nndiary.el (nndiary-parse-schedule-value)
14969         (nndiary-string-to-number, nndiary-request-replace-article)
14970         (nndiary-request-article): Ditto.
14971         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14972         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14973         * nneething.el (nneething-make-head): Ditto.
14974         * nnfolder.el (nnfolder-request-article)
14975         (nnfolder-retrieve-headers): Ditto.
14976         * nnheader.el (nnheader-file-to-number): Ditto.
14977         * nnkiboze.el (nnkiboze-request-article): Ditto.
14978         * nnmail.el (nnmail-process-unix-mail-format)
14979         (nnmail-process-babyl-mail-format): Ditto.
14980         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14981         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14982         (nnmh-request-create-group, nnmh-request-list-1)
14983         (nnmh-request-group, nnmh-request-article): Ditto.
14984         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14985         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14986         * nnsoup.el (nnsoup-make-active): Ditto.
14987         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14988         * nntp.el (nntp-find-group-and-number)
14989         (nntp-retrieve-headers-with-xover): Ditto.
14990         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14991         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14992         (pgg-format-key-identifier): Ditto.
14993         * pop3.el (pop3-last, pop3-stat): Ditto.
14994         * qp.el (quoted-printable-decode-region): Ditto.
14995
14996         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14997         of concat.
14998
14999 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15002
15003         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15004
15005         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15006
15007         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15008
15009         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15010
15011         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15012
15013         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15014         (gnus-carpal-mode): Ditto.
15015
15016         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15017         (gnus-browse-mode): Ditto.
15018
15019         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15020
15021         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15022
15023 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15024
15025         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15026
15027 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-util.el (gnus-run-mode-hooks): New function.
15030
15031         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15032
15033         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15034         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15035
15036 2005-05-27  Lute Kamstra  <lute@gnu.org>
15037
15038         * dns-mode.el (dns-mode): Specify customization group.
15039
15040 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15041
15042         * gnus-agent.el (gnus-agent-make-mode-line-string):
15043         Use mode-line-highlight as mouse-face.
15044
15045 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * canlock.el (canlock): Change the parent group to news.
15048
15049         * deuglify.el (gnus-outlook-deuglify): Add :group.
15050
15051         * dig.el (dig): Add :group.
15052
15053         * dns-mode.el (dns-mode): Add :group.
15054
15055         * encrypt.el (encrypt): Add :group.
15056
15057         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15058         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15059         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15060         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15061         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15062
15063         * gnus-diary.el (gnus-diary): Add :group.
15064
15065         * gnus.el (gnus-group-news-1-face): Add :group.
15066         (gnus-group-news-1-empty-face): Ditto.
15067         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15068         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15069         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15070         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15071         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15072         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15073         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15074         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15075         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15076         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15077         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15078         (gnus-summary-high-ticked-face): Ditto.
15079         (gnus-summary-low-ticked-face): Ditto.
15080         (gnus-summary-normal-ticked-face): Ditto.
15081         (gnus-summary-high-ancient-face): Ditto.
15082         (gnus-summary-low-ancient-face): Ditto.
15083         (gnus-summary-normal-ancient-face): Ditto.
15084         (gnus-summary-high-undownloaded-face): Ditto.
15085         (gnus-summary-low-undownloaded-face): Ditto.
15086         (gnus-summary-normal-undownloaded-face): Ditto.
15087         (gnus-summary-high-unread-face): Ditto.
15088         (gnus-summary-low-unread-face): Ditto.
15089         (gnus-summary-normal-unread-face): Ditto.
15090         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15091         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15092
15093         * hashcash.el (hashcash): New custom group.
15094         (hashcash-default-payment): Add :group.
15095         (hashcash-payment-alist): Ditto.
15096         (hashcash-default-accept-payment): Ditto.
15097         (hashcash-accept-resources): Ditto.
15098         (hashcash-path): Ditto.
15099         (hashcash-extra-generate-parameters): Ditto.
15100         (hashcash-double-spend-database): Ditto.
15101         (hashcash-in-news): Ditto.
15102
15103         * message.el (message-minibuffer-local-map): Add :group.
15104
15105         * netrc.el (netrc): Add :group.
15106
15107         * sieve-manage.el (sieve-manage-log): Add :group.
15108         (sieve-manage-default-user): Diito.
15109         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15110         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15111         (sieve-manage-authenticators): Ditto.
15112         (sieve-manage-authenticator-alist): Ditto.
15113         (sieve-manage-default-port): Ditto.
15114
15115         * sieve-mode.el (sieve-control-commands-face): Add :group.
15116         (sieve-action-commands-face): Ditto.
15117         (sieve-test-commands-face): Ditto.
15118         (sieve-tagged-arguments-face): Ditto.
15119
15120         * smime.el (smime): Add :group.
15121
15122         * spam-report.el (spam-report): Add :group.
15123
15124         * spam.el (spam, spam-face): Add :group.
15125
15126 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15129         return \n.\n.\n at the end of articles.  Protect against that.
15130         (nntp-with-open-group): Allow debugging.
15131
15132         * nnheader.el (mail-header-set-extra): Make into a function
15133         because I just could't understand how to quote the list properly.
15134
15135         * dns.el (query-dns-cached): New function.
15136
15137 2005-05-26  Lute Kamstra  <lute@gnu.org>
15138
15139         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15140
15141 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15144
15145         * gnus-art.el: Don't autoload mail-extract-address-components.
15146
15147         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15148         eval-and-compile to evaluate it.
15149
15150         * hashcash.el: Don't autoload executable-find.
15151
15152         * nndb.el: Don't declare the nndb back end two or more times; don't
15153         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15154
15155         * nntp.el: Autoload format-spec instead of format; use
15156         eval-and-compile to evaluate autoload forms.
15157
15158 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15159
15160         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15161
15162 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15163
15164         * gnus.el (gnus-version-number): Bump version.
15165
15166 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15167
15168         * gnus.el: No Gnus v0.3 is released.
15169
15170 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171
15172         * lpath.el (featurep): Bind show-nonbreak-escape.
15173
15174 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (gnus-article-edit-part): Disable undo.
15177
15178 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15181         gnus-article-date-lapsed-new-header is t if date timer is active;
15182         skip headers in which the original date value is empty.
15183         (gnus-article-save-original-date): Redefine it as a macro.
15184         (gnus-display-mime): Use it.
15185
15186 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (article-date-ut): Support converting date in
15189         forwarded parts as well.
15190         (gnus-article-save-original-date): New function.
15191         (gnus-display-mime): Use it.
15192
15193 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15194
15195         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15196         enclosure element of <item>.
15197
15198 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * message.el (message-kill-buffer-query): Rename from
15201         `message-kill-buffer-query-if-modified'.  Add :version.
15202
15203 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15206         window layout.
15207
15208 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * mml.el: Autoload dnd when compiling.
15211
15212 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15215         x-dnd-*.
15216
15217 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * qp.el (quoted-printable-encode-region): Save excursion.
15220
15221 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15222
15223         * message.el (message-kill-buffer-query-if-modified): Add new variable
15224         so the user can kill a modified message buffer quickly.
15225         (message-kill-buffer): Use it.
15226
15227 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * lpath.el: Fbind display-time-event-handler; don't fbind
15230         string-to-multibyte.
15231
15232         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15233
15234 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15237         contained in text because xml.el decodes entities) with LFs.
15238
15239 2005-04-11  Lute Kamstra  <lute@gnu.org>
15240
15241         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15242         differently.
15243
15244 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15245
15246         * mm-util.el (mm-detect-coding-region): Typo.
15247
15248 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15251
15252 2005-04-06  Deepak Goel  <deego@gnufans.org>
15253
15254         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15255         user-function allow user modifications of the scores.
15256         (spam-stat-score-buffer-user): New function, to allow
15257         user-computed modifications to the score.
15258         (spam-stat-score-buffer-user-functions): List of additional
15259         scoring functions.
15260         (spam-stat-error-holder): Global temporary error holder.
15261         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15262         variable.
15263
15264 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * gnus-registry.el (gnus-registry-clean-empty-function)
15267         (gnus-registry-trim, gnus-registry-fetch-groups)
15268         (gnus-registry-delete-group): Groups that match
15269         `gnus-registry-ignored-groups' are removed from the registry
15270         entries, not just ignored for splitting.  This helps clean up the
15271         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15272         to get all the groups a message ID is in.
15273
15274         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15275         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15276         (spam-stat-score-buffer-user-functions): Add :number custom type.
15277
15278 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15281         argument in XEmacs.
15282
15283         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15284         (nnrss-request-group): Decode group name first.
15285         (nnrss-request-article): Make a text/plain article if mml-to-mime
15286         failed.
15287         (nnrss-get-encoding): Return a compatible encoding according to
15288         nnrss-compatible-encoding-alist.
15289         (nnrss-find-el): Use consp instead of listp.
15290         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15291
15292 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15295         which Emacs 20 doesn't support.
15296         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15297
15298 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15301         silence the byte compiler inside the defun.
15302
15303         * gnus-demon.el (parse-time-string): Add autoload.
15304
15305         * gnus-delay.el (parse-time-string): Add autoload.
15306
15307         * gnus-art.el (parse-time-string): Add autoload.
15308
15309         * nnultimate.el (parse-time): Require for `parse-time-string'.
15310
15311 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15314
15315         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15316
15317         * smime.el (smime-ldap-host-list): Add :version.
15318
15319 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15320
15321         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15322         pass it to `gnus-browse-read-group'.
15323         (gnus-browse-read-group): Add NUMBER argument and pass it to
15324         `gnus-group-read-ephemeral-group'.
15325
15326         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15327         argument and pass it to `gnus-group-read-group'.
15328
15329 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15330
15331         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15332         mm-xemacs-find-mime-charset-1 if we have the mule feature
15333         available at runtime.
15334
15335 2005-03-25  Werner Lemberg  <wl@gnu.org>
15336
15337         * nnmaildir.el: Replace `illegal' with `invalid'.
15338
15339 2005-03-23  Lute Kamstra  <lute@gnu.org>
15340
15341         * time-date.el: Add comment on time value formats.
15342         Don't require parse-time.
15343         (with-decoded-time-value): New macro.
15344         (encode-time-value): New function.
15345         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15346         (days-to-time): Return a valid time value when arg is huge.
15347         (time-since): Use time-subtract.
15348         (time-to-number-of-days): Use time-to-seconds.
15349
15350 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15351
15352         * gnus-start.el (gnus-display-time-event-handler):
15353         Check display-time-timer at runtime rather than only at load time
15354         in case display-time-mode is turned off in the mean time.
15355
15356 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15357
15358         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15359         used.
15360
15361         * nneething.el (nneething-map-file-directory): Derive from
15362         `gnus-directory'.
15363
15364         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15365         the To/Cc button.
15366
15367 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * nnmaildir.el (nnmaildir-request-accept-article):
15370         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15371
15372 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15373
15374         * gnus-async.el: Require timer-funcs at compile time when in
15375         XEmacs for `run-with-idle-timer'.
15376
15377 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15378
15379         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15380         autoloaded function.
15381
15382 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15383
15384         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15385
15386 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15387
15388         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15389
15390 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15391
15392         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15393         Add gnus-expert-user to default.
15394
15395 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15396
15397         * nnimap.el (nnimap-open-server): Ditto.
15398
15399         * imap.el (imap-authenticate): Fix typo.
15400
15401 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15402
15403         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15404         buffer (since IMAP server might return FETCH response out of
15405         order, and the nntp buffer must be sorted).
15406
15407 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15408
15409         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15410         comparison on string.
15411
15412         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15413         (gnus-agent-score): Rename category keywords to match gnus-cus.
15414         (gnus-agent-summary-fetch-series): Modify to protect against
15415         gnus-agent-summary-fetch-group clearing processable flags.
15416         (gnus-agent-synchronize-group-flags): Update live group buffer as
15417         synchronization may occur due to the user toggle the plugged
15418         status.
15419         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15420         successfully downloaded.
15421         (gnus-agent-expire-group-1): Avoid using markers when the overview
15422         is in ascending order; greatly improves performance.
15423         (gnus-agent-regenerate-group):
15424         Use gnus-agent-synchronize-group-flags to reset read status in both
15425         gnus and server.
15426         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15427
15428 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * message.el: Don't autoload former message-utils variables.
15431         (message-strip-subject-trailing-was): Change doc string.
15432
15433         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15434         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15435         (nnweb-google-search): Add "hl=en" here.
15436         (nnweb-google-parse-1, nnweb-google-create-mapping):
15437         Don't hardcode URL.
15438
15439 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * message.el (message-get-reply-headers, message-followup):
15442         Mention related variables `message-use-followup-to' and
15443         `message-use-mail-followup-to', in the information buffer.
15444
15445         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15446         of broken groups(-beta).google.com.
15447
15448 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15449
15450         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15451         parameter to invoked gnus-request-move-article; remove the
15452         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15453         all at once instead of once per article.
15454         (gnus-summary-remove-process-mark): Accept a list of articles as
15455         well as a single article for processing.
15456
15457         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15458         parameter.
15459
15460         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15461
15462         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15463
15464         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15465         parameter.
15466
15467         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15468         parameter.
15469
15470         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15471         parameter and remove the gnus-sum-hint-move-is-internal variable.
15472
15473         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15474         parameter.
15475
15476         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15477         parameter.
15478
15479         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15480         parameter.
15481
15482         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15483
15484         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15485         parameter.
15486
15487         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15488         parameter.
15489
15490 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15491
15492         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15493         a more conservative way.
15494
15495 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15496
15497         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15498         buffer, so it moves the window's cursor.
15499
15500 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15501
15502         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15503         `mm-dissect-multipart' and receive the from field as an (optional)
15504         argument from `mm-dissect-multipart'.
15505         (mm-dissect-multipart): Receive the from field as an argument and
15506         pass it on when we call `mm-dissect-buffer' on MIME parts.
15507         Fixes verification/decryption of signed/encrypted MIME parts.
15508
15509 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * gnus-sum.el (gnus-summary-move-article):
15512         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15513         whatever it calls (right now, only nnimap-request-move article
15514         respects it).
15515
15516         * nnimap.el (nnimap-request-move-article):
15517         When gnus-sum-hint-move-is-internal is set, don't do the extra
15518         nnimap-request-article.
15519
15520 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15523
15524         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15525         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15526
15527         * gnus-sum.el (gnus-summary-caesar-message):
15528         Apply `gnus-treat-article' after rotation.
15529
15530         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15531         doc string.
15532
15533 2005-02-22  Simon Josefsson  <jas@extundo.com>
15534
15535         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15536         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15537         <arne@arnested.dk>.
15538         (encrypt): Add password-cache and password-cache-expiry as group
15539         members.
15540
15541 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15542
15543         * smime.el (smime-ldap-host-list): Doc fix.
15544         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15545         cache) password.
15546         (smime-sign-region): Use it.
15547         (smime-decrypt-region): Use it.
15548         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15549         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15550         fails.
15551         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15552         certificate from DER to PEM format rather than calling openssl.
15553
15554         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15555
15556         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15557         for signing/encryption.
15558
15559         * mml.el (mml-parse-1): Use them.
15560
15561 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15562
15563         * nnrss.el (nnrss-verbose): Remove.
15564         (nnrss-request-group): Use `nnheader-message' instead.
15565
15566 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15567
15568         * nnrss.el (nnrss-verbose): New variable.
15569         (nnrss-request-group): Make it say nnrss is requesting a group.
15570
15571 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15574         Handle news URL with given port correctly.
15575
15576 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15579         containing special characters.
15580
15581         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15582
15583         * mml.el (mime-to-mml): Ditto.
15584
15585         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15586         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15587         (rfc2047-decode-region): Quote decoded words containing special
15588         characters when rfc2047-quote-decoded-words-containing-tspecials
15589         is non-nil.
15590
15591 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15594
15595         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15596
15597 2005-02-15  Simon Josefsson  <jas@extundo.com>
15598
15599         * nnimap.el (nnimap-debug): Doc fix.
15600
15601         * imap.el (imap-debug): Doc fix.
15602
15603 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15606
15607 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * gnus.el (spam-contents): Improve docs for spam-contents
15610         parameter in its variable incarnation.
15611
15612 2005-02-14  Simon Josefsson  <jas@extundo.com>
15613
15614         * smime-ldap.el: Use require instead of load-library for ldap.
15615         (smime-ldap-search): Indent.
15616         (smime-ldap-search-internal): Shorten line.
15617
15618         * smime.el (smime-cert-by-dns): Add doc-string.
15619         (smime-cert-by-ldap-1): Indent.
15620
15621         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15622         mml-smime-get-dns-ldap.
15623         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15624
15625 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15626
15627         * smime.el: Require smime-ldap.
15628         (smime-ldap-host-list): New variable.
15629         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15630
15631         * mml-smime.el (mml-smime-encrypt-query): New function.
15632         (mml-smime-encrypt-query): Use it.
15633
15634         * smime-ldap.el: New file.
15635
15636 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15639
15640 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15643         argument in doc string.  Make query for type more clear.
15644
15645 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * gnus.el (gnus-group-startup-message): Search for gnus images in
15648         etc/images/gnus.
15649         * mm-util.el (mm-image-load-path): Likewise.
15650         * smiley.el (smiley-data-directory): Search for smilies in
15651         etc/images/smilies.
15652
15653 2005-02-09  Kim F. Storm  <storm@cua.dk>
15654
15655         Change Emacs release version from 21.4 to 22.1 throughout.
15656         Change Emacs development version from 21.3.50 to 22.0.50.
15657
15658 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15661
15662         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15663         non-Mule XEmacs as well.
15664         (mm-decompress-buffer): Signal an error intentionally if it does
15665         not decompress compressed data because auto-compression-mode is
15666         disabled.
15667
15668 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15671         an ID in the registry even if it has no groups.
15672
15673 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15676         merge it into mm-decompress-buffer.
15677         (gnus-mime-copy-part): Use the MIME part charset, the value which
15678         a user specified or gnus-newsgroup-charset for decoding, like
15679         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15680         save-buffer what was used.  Suggested by Kevin Ryde
15681         <user42@zip.com.au>.
15682         (gnus-mime-inline-part): Allow the name parameter as well as the
15683         filename parameter; force decompressing of compressed data; always
15684         display contents being not decoded as unibyte.
15685
15686         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15687         as well as the filename parameter.
15688
15689         * mm-util.el (mm-decompress-buffer):
15690         Merge gnus-mime-jka-compr-maybe-uncompress.
15691         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15692         of compressed data.
15693
15694 2005-02-08  Simon Josefsson  <jas@extundo.com>
15695
15696         * imap.el (imap-log): Doc fix.
15697
15698 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15701         the coding cookies; decompress compressed parts.
15702
15703         * mml.el (mml-generate-mime-1): Add the charset parameter according
15704         to the value which a user specified manually or the coding cookie.
15705
15706         * mm-util.el (mm-string-to-multibyte): New function.
15707         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15708         (mm-coding-system-to-mime-charset): New function.
15709         (mm-decompress-buffer): New function.
15710         (mm-find-buffer-file-coding-system): New function.
15711
15712         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15713         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15714         parts.
15715
15716 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15717
15718         * mm-view.el (mm-display-inline-fontify): Decode a part according
15719         to the charset parameter.
15720
15721 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15724         prefix arg is neither nil nor a number, as info specifies.
15725
15726 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15729         timestamps.
15730
15731 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15732
15733         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15734         groups error checking and notify user.
15735
15736 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15737
15738         * message.el (message-send-mail-function): Check existence of
15739         sendmail-program first before using default value
15740         `message-send-mail-with-sendmail'.  Otherwise use more generic
15741         `smtpmail-send-it'.
15742
15743 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * nntp.el (nntp-request-update-info): Always return nil.
15746
15747 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15748
15749         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15750
15751 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15752
15753         * message.el (message-beginning-of-line): Change the behavior when
15754         invoked between BOL and : so that it first moves backward.
15755
15756 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15759         article buffer when editing of the article is discarded.
15760         (gnus-article-prepare): Revert.
15761
15762 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-art.el (gnus-article-prepare):
15765         Remove message-strip-forbidden-properties from the local hook.
15766
15767 2005-01-27  Simon Josefsson  <jas@extundo.com>
15768
15769         * password.el (password-cache-add): Only start one timer per key.
15770         Reported by Derek Atkins <warlord@MIT.EDU>.
15771
15772 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15773
15774         * run-at-time.el: Remove.  It is no longer needed as
15775         timer-funcs.el in the xemacs-base package has a working version of
15776         `run-at-time'.
15777
15778         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15779
15780         * password.el: Require timer-funcs instead of run-at-time in
15781         XEmacs.
15782         Remove `password-run-at-time' macro.
15783         (password-cache-add): Use `run-at-time' instead of
15784         `password-run-at-time'.
15785
15786         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15787         Remove `nnheader-cancel-function-timers' alias,
15788         `cancel-function-timers' exists in XEmacs in timer-funcs.
15789
15790         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15791         for `run-with-idle-timer'.
15792
15793         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15794         for `run-at-time'.
15795
15796         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15797         for `with-timeout'.
15798
15799         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15800         the same as for XEmacs 21.4.
15801         No need to ignore `run-with-idle-timer', this function exists in
15802         XEmacs now in timer-funcs.el in the xemacs-base package.
15803         (dgnushack-compile): No need to delete
15804         run-at-time.el from the list of files to compile because it
15805         doesn't exist anymore.
15806
15807 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15810         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15811
15812 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15813
15814         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15815         sensitively.
15816
15817 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15818
15819         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15820
15821 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15824         which will be inserted according to the multibyteness of a buffer
15825         rather than the type of contents.  Suggested by ARISAWA Akihiro
15826         <ari@mbf.ocn.ne.jp>.
15827
15828         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15829         of string which old xml.el may return rather than a string.
15830
15831 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15834
15835 2005-01-16  Simon Josefsson  <jas@extundo.com>
15836
15837         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15838         idn/idna.el isn't available.
15839         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15840         <michael@waxrat.com>.
15841
15842         * hashcash.el: Remove non-FSF copyright header.
15843
15844         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15845         (hashcash-generate-payment): Use it.
15846         (hashcash-generate-payment-async): Use it.
15847
15848 2005-01-15  Simon Josefsson  <jas@extundo.com>
15849
15850         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15851         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15852
15853         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15854         gnus-summary-idna-message.
15855         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15856         (gnus-summary-idna-message): New function.
15857
15858 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15861         gnus-novice-user.
15862
15863 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * nnrss.el (nnrss-request-delete-group): Delete entries in
15866         nnrss-group-alist as well.
15867         (nnrss-save-server-data): Insert newline.
15868
15869 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus.el (gnus-user-agent): Use list of symbols instead of
15872         symbols.  Display full version number for (S)XEmacs.
15873         Optionally display (S)XEmacs codename.
15874
15875         * gnus-util.el (gnus-emacs-version): Update for new
15876         `gnus-user-agent'.
15877
15878         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15879         Gnus version.
15880
15881 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15884         which is unreadable in some setups.
15885
15886 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-spec.el (gnus-update-format-specifications): Flush the
15889         group format spec cache if it doesn't support decoded group names.
15890
15891 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15894         Allow to apply decay on score files matching a regexp.
15895
15896 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15899         compatibility in %g and %c.
15900
15901 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15904         name for only %g and %c.
15905         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15906         of gnus-tmp-group to decoded group name.
15907         (gnus-group-make-rss-group): Exclude `/'s from group names.
15908
15909 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * nnrss.el (nnrss-get-encoding): Fix regexp.
15912
15913 2004-12-27  Simon Josefsson  <jas@extundo.com>
15914
15915         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15916         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15917         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15918
15919 2004-12-17  Kim F. Storm  <storm@cua.dk>
15920
15921         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15922
15923         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15924
15925 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15926
15927         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15928
15929 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * nnrss.el: Require rfc2047 and mml.
15932         (nnrss-file-coding-system): New variable.
15933         (nnrss-format-string): Redefine it as an inline function.
15934         (nnrss-decode-group-name): New function.
15935         (nnrss-string-as-multibyte): Remove.
15936         (nnrss-retrieve-headers): Decode group name; don't use
15937         nnrss-format-string.
15938         (nnrss-request-group): Decode group name.
15939         (nnrss-request-article): Decode group name; allow a Message-ID as
15940         well as an article number; don't use nnrss-format-string; encode a
15941         Message-ID string which may contain non-ASCII characters; use
15942         mml-to-mime to compose a MIME article.
15943         (nnrss-request-expire-articles): Decode group name.
15944         (nnrss-request-delete-group): Decode group name.
15945         (nnrss-fetch): Clarify error message.
15946         (nnrss-read-server-data): Use insert-file-contents instead of load;
15947         bind file-name-coding-system; use multibyte buffer.
15948         (nnrss-save-server-data): Bind coding-system-for-write to the
15949         value of nnrss-file-coding-system; bind file-name-coding-system;
15950         add coding cookie.
15951         (nnrss-read-group-data): Use insert-file-contents instead of load;
15952         bind file-name-coding-system; use multibyte buffer.
15953         (nnrss-save-group-data): Bind coding-system-for-write to the
15954         value of nnrss-file-coding-system; bind file-name-coding-system.
15955         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15956         make it work with non-ASCII text.
15957         (nnrss-find-el): Make it work with old xml.el as well.
15958
15959 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15960
15961         * nnrss.el (nnrss-get-encoding): New function.
15962         (nnrss-fetch): Use unibyte buffer initially; bind
15963         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15964         decode contents according to the encoding attribute.
15965         (nnrss-save-group-data): Add coding cookie.
15966         (nnrss-mime-encode-string): New function.
15967         (nnrss-check-group): Use it to encode subject and author.
15968
15969 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15972         imaginary variable.
15973
15974 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15977         correctly even if there are wide characters.
15978
15979 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15980
15981         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15982         downcased symbol names; make a new cache instead of reusing
15983         bbdb-hashtable.
15984
15985 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15988         concatenating segments rather than before concatenating them.
15989         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15990
15991         * message.el (message-get-reply-headers): Bind `extra'.
15992
15993 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * message.el (message-extra-wide-headers): New variable.
15996         (message-get-reply-headers): Use it.
15997
15998 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16001         (gnus-agent-group-pathname): Ditto.
16002
16003         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16004
16005         * gnus-group.el (gnus-group-make-group): Decode group name.
16006         (gnus-group-make-rss-group): Register the group data after opening
16007         the nnrss group.
16008
16009 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16010
16011         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16012         by expiry now get marked as read.
16013
16014 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16017
16018 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16019
16020         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16021         unify Latin characters in XEmacs.
16022         (mm-find-mime-charset-region): Use it.
16023
16024 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-util.el (gnus-delete-directory): New function.
16027
16028         * gnus-agent.el (gnus-agent-delete-group): Use it.
16029
16030         * gnus-cache.el (gnus-cache-delete-group): Use it.
16031
16032 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16035         names.
16036
16037 2004-12-16  Simon Josefsson  <jas@extundo.com>
16038
16039         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16040
16041 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16044
16045         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16046         (gnus-group-set-current-level): Decode group name.
16047
16048 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16049
16050         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16051         failed.
16052
16053 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-group.el (gnus-group-delete-group): Decode group name.
16056         (gnus-group-make-rss-group): Encode group name.
16057         (gnus-group-catchup-current): Decode group name.
16058         (gnus-group-kill-group): Decode group name.
16059
16060 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16061
16062         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16063
16064 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus-group.el (gnus-group-make-rss-group):
16067         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16068
16069         * gnus-start.el (gnus-setup-news): Honor user's setting to
16070         gnus-message-archive-method.  Suggested by Lute Kamstra
16071         <lute@gnu.org>.
16072
16073 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16074
16075         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16076         global counterparts of the buffer-local variables.
16077
16078 2004-11-16  Romain Francoise  <romain@orebokech.com>
16079
16080         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16081         counterparts of the buffer-local variables.
16082
16083 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * message.el (message-forbidden-properties): Fix typo in doc
16086         string.
16087
16088 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * gnus-util.el (gnus-replace-in-string): Add doc string.
16091
16092         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16093         to avoid problems when splitting mails with many recipients.
16094
16095 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16096
16097         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16098         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16099
16100 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16101
16102         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16103         if there is no hashtable in memory or file modification time is
16104         newer than cached timestamp.
16105
16106 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-sum.el (gnus-summary-limit-to-recipient):
16109         Implement not-matching option.
16110
16111 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16112
16113         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16114         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16115         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16116         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16117         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16118         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16119
16120 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * message.el (message-forward-make-body-mml): Remove headers
16123         according to message-forward-ignored-headers if a message is decoded.
16124
16125 2004-12-02  Romain Francoise  <romain@orebokech.com>
16126
16127         * message.el (message-forward-make-body-plain): Always remove
16128         headers according to message-forward-ignored-headers.
16129
16130 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * spam.el (spam-summary-prepare-exit): Remove the
16133         gnus-summary-limit pop for now, it has problems with ham marks for
16134         me.
16135
16136 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16137
16138         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16139         correctly.
16140
16141 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16142
16143         * format-spec.el (format-spec): Message the char.
16144
16145 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16146
16147         * gnus-art.el (gnus-split-methods): Reformat comments.
16148
16149         * spam.el (spam-summary-prepare-exit): Remove article limits
16150         before exiting the summary buffer.
16151
16152 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16155         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16156
16157         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16158         order to silence the byte compiler.
16159
16160         * spam.el: Fix the way to silence the byte compiler, which
16161         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16162         bbdb-search-simple, spam-BBDB-register-routine,
16163         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16164         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16165         spam-stat-buffer-is-spam, spam-stat-load,
16166         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16167         spam-stat-save and spam-stat-split-fancy.
16168
16169 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16172         which may confuse users.
16173         (canlock-password-for-verify): Ditto.
16174
16175         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16176
16177         * gnus-art.el (gnus-emphasis-alist): Ditto.
16178
16179         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16180
16181         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16182
16183         * gnus-start.el (gnus-save-killed-list): Ditto.
16184
16185         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16186         (gnus-sum-thread-tree-root): Ditto.
16187         (gnus-sum-thread-tree-false-root): Ditto.
16188         (gnus-sum-thread-tree-single-indent): Ditto.
16189
16190         * message.el (message-courtesy-message): Ditto.
16191         (message-archive-note): Ditto.
16192         (message-subscribed-address-file): Ditto.
16193         (message-user-fqdn): Ditto.
16194
16195         * spam-report.el (spam-report-gmane-regex): Ditto.
16196
16197         * spam.el (spam-blackhole-good-server-regex): Ditto.
16198
16199 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * mml.el (mml-preview): Widen the message buffer before copying
16202         the contents to the preview buffer; sort headers before previewing.
16203
16204         * message.el (message-hidden-headers): Fix the way to avoid a bug
16205         in the `repeat' widget in Emacs 21.3 or earlier.
16206
16207 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * message.el (message-hidden-headers): Default to "^References:".
16210         Improve customization type.  Suggested by Reiner Steib
16211         <Reiner.Steib@gmx.de>.
16212
16213 2004-11-25  Romain Francoise  <romain@orebokech.com>
16214
16215         * message.el (message-strip-forbidden-properties): Remove check for
16216         obsolete `message-hidden' text property, hidden headers are not
16217         accessible in the buffer anymore.
16218
16219 2004-11-22  Romain Francoise  <romain@orebokech.com>
16220
16221         * message.el (message-header-format-alist): Add `From' in list
16222         so that it can be sorted.
16223         (message-fix-before-sending): Widen and sort headers before
16224         sending.
16225         (message-hide-headers): Use narrowing to hide headers by moving
16226         them to the top of the buffer and narrowing to the region
16227         underneath.
16228
16229 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16230
16231         * message.el (message-strip-forbidden-properties):
16232         Bind buffer-read-only (etc) to nil.
16233
16234 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16237         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16238
16239 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16240
16241         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16242
16243 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16244
16245         * dns.el (query-dns): Use sit-for to time instead of
16246         accept-process-output, since that doesn't seem to work on udp
16247         sockets.
16248
16249 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16252
16253 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16256         doc string.  Improve doc string.
16257
16258 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * nntp.el (nntp-request-update-info): Return nil if
16261         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16262         may not call gnus-activate-group which uselessly issues the GROUP
16263         commands for all nntp groups and wastes time.  Reported by Romain
16264         Francoise <romain@orebokech.com>.
16265
16266         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16267
16268 2004-11-15  Simon Josefsson  <jas@extundo.com>
16269
16270         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16271         headers separately.
16272         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16273         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16274
16275 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * gnus-start.el (gnus-convert-old-newsrc):
16278         Assign legacy-gnus-agent to 5.10.7.
16279
16280 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16281
16282         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16283         start of the lines.
16284
16285 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16286
16287         * hashcash.el (hashcash-default-payment): Change default to 20.
16288         (hashcash-default-accept-payment): Change default to 20.
16289         (hashcash-process-alist): New variable.
16290         (hashcash-generate-payment-async): Add.
16291         (hashcash-already-paid-p): Add.
16292         (hashcash-insert-payment): Don't generate payments twice.
16293         (hashcash-insert-payment-async): Add.
16294         (hashcash-insert-payment-async-2): Add.
16295         (hashcash-cancel-async): Add.
16296         (hashcash-wait-async): Add.
16297         (hashcash-processes-running-p): Add.
16298         (hashcash-wait-or-cancel): Add.
16299         (mail-add-payment): New optional argument.  Conditionally start
16300         asynchronous calculation.
16301         (mail-add-payment-async): Add.
16302
16303         * message.el (message-send-mail): Wait for asynchronous hashcash
16304         results.  Don't clobber existing X-Hashcash headers.
16305         (message-setup-1): Call mail-add-payment-async when
16306         message-generate-hashcash is non-nil.
16307
16308 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16309
16310         * message.el (message-use-alternative-email-as-from): Examine the
16311         From header as well; use message-make-from in order to include a
16312         user's full name.
16313
16314 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16317         default; improve customization type.
16318         (gnus-emphasis-custom-with-format): New macro.
16319         (gnus-emphasis-custom-value-to-external): New function.
16320         (gnus-emphasis-custom-value-to-internal): New function.
16321
16322 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * dns.el (query-dns): Resolve reverse addresses.
16325
16326 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16327
16328         * gnus-group.el (gnus-group-get-new-news): Use it.
16329
16330         * gnus-start.el (gnus-check-reasonable-setup): New function.
16331
16332 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16335         "Args out of range" error.  Reported by Arnaud Giersch
16336         <arnaud.giersch@free.fr>.
16337
16338 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16339
16340         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16341
16342 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16343
16344         * spam.el (spam group): Add :version.
16345
16346         * pgg-def.el (pgg group): Add :version.
16347
16348 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-art.el (gnus-article-edit-article): Don't associate the
16351         article buffer with a draft file.  This is a temporary measure
16352         against the 2004-08-22 change to gnus-article-edit-mode.
16353
16354 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16357         (html2text-format-tags): Remove unused variable `attr'.
16358
16359 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16362
16363         * tls.el (tls-process-connection-type, tls-success)
16364         (tls-certtool-program): Add :version.
16365
16366         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16367         (starttls-extra-arguments, starttls-process-connection-type)
16368         (starttls-connect, starttls-failure, starttls-success): Add :version.
16369
16370         * spam-stat.el (spam-stat): Add :version.
16371
16372         * sieve.el (sieve): Add :version.
16373
16374         * sha1.el (sha1): Add :version.
16375         (sha1-use-external): Remove redundant version.
16376
16377         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16378         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16379         (nnmail-split-fancy-match-partial-words)
16380         (nnmail-split-lowercase-expanded): Add :version.
16381
16382         * nndiary.el (nndiary): Add :version.
16383
16384         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16385
16386         * mml-sec.el (mml-default-sign-method)
16387         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16388         Add :version.
16389
16390         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16391
16392         * mm-url.el (mm-url-use-external, mm-url-program)
16393         (mm-url-arguments): Add :version.
16394
16395         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16396         (mm-attachment-file-modes, mm-decrypt-option)
16397         (mm-w3m-safe-url-regexp): Add :version.
16398
16399         * message.el (message-cite-prefix-regexp)
16400         (message-sendmail-envelope-from, message-minibuffer-local-map)
16401         (message-user-fqdn, message-completion-alist): Add :version.
16402
16403         * gnus-win.el (gnus-configure-windows-hook)
16404         (gnus-use-frames-on-any-display): Add :version.
16405
16406         * gnus-art.el (gnus-article-address-banner-alist)
16407         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16408         (gnus-treat-from-picon, gnus-treat-mail-picon)
16409         (gnus-treat-x-pgp-sig): Add :version.
16410
16411         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16412         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16413         (gnus-summary-article-delete-hook)
16414         (gnus-summary-display-while-building): Add :version.
16415
16416         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16417         (gnus-get-top-new-news-hook): Add :version.
16418
16419         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16420         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16421
16422         * gnus-registry.el (gnus-registry): Add :version.
16423
16424         * gnus-spec.el (gnus-use-correct-string-widths)
16425         (gnus-make-format-preserve-properties): Add :version.
16426
16427         * gnus.el (gnus-group-charter-alist)
16428         (gnus-group-fetch-control-use-browse-url)
16429         (gnus-install-group-spam-parameters): Add :version.
16430
16431         * gnus-diary.el (gnus-diary): Add :version.
16432
16433         * gnus-delay.el (gnus-delay): Add :version.
16434
16435         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16436         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16437         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16438         Add :version.
16439
16440         * gnus-agent.el (gnus-agent-max-fetch-size)
16441         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16442         (gnus-agent-prompt-send-queue): Add :version.
16443
16444         * deuglify.el (gnus-outlook-deuglify): Add :version.
16445
16446         * html2text.el: Beautify code.  Improve doc strings.
16447         Some checkdoc cleanup.
16448         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16449
16450 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16451
16452         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16453
16454 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16455
16456         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16457         when package is loaded.
16458
16459         * spam.el (spam-summary-score-preferred-header): Add global preference
16460         for people who want to override the default SpamAssassin over
16461         Bogofilter preference (when both are set).
16462         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16463         (spam-user-format-function-S):
16464         Check spam-summary-score-preferred-header.
16465         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16466         (spam-user-format-function-S): Format the score correctly.
16467
16468 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16471         signature file.  Suggested by Manoj Srivastava
16472         <srivasta@golden-gryphon.com>.
16473
16474         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16475         iso-2022-jp even in the Japanese language environment.
16476         Suggested by Jason Rumney <jasonr@gnu.org>.
16477
16478 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16481         use the same characters as the dummy marks; make it free from
16482         getting affected by the language environment.
16483         (gnus-summary-read-group-1): Update mark positions only when the
16484         format spec is updated.
16485
16486         * gnus-spec.el (gnus-update-format-specifications): Return a list
16487         of updated types.
16488
16489 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16492         of boundp to check if display-warning is available.
16493
16494 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16497
16498 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * nnspool.el (nnspool-spool-directory): Use news-path if the
16501         news-directory variable is not bound.
16502
16503         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16504         function instead of display-warning if it is not available.
16505
16506 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16509         v5-10: Use `point-at-bol'.
16510
16511 2004-10-26  Simon Josefsson  <jas@extundo.com>
16512
16513         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16514         <chenggao@gmail.com>.
16515
16516 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16519         instead.
16520
16521 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16522
16523         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16524         to remove a server from the nnimap-server-buffer-alist.
16525         (nnimap-open-connection, nnimap-close-server): Use it.
16526
16527         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16528
16529 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16532         running the major-mode function.
16533
16534 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16537         dummy marks in the right way.
16538
16539 2004-10-18  David Edmondson  <dme@dme.org>
16540
16541         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16542         excessively.
16543
16544 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16545
16546         * gnus-util.el (gnus-split-references): Accept a nil references
16547         string and go on blissfully.
16548
16549         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16550         cases where the references string is non-nil but has no references.
16551
16552         * encrypt.el: Add autoload tags.
16553
16554         * spam.el (spam-resolve-registrations-routine): Remove article
16555         from unregistration list too.  Reported by David Hanak
16556         <dhanak@isis.vanderbilt.edu>
16557
16558 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16561         nil.  Change custom type.
16562
16563 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16566
16567         * gnus-sum.el (gnus-summary-move-article): Use it.
16568
16569 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16570
16571         * encrypt.el: Add autoload cookies.
16572
16573         * spam.el (spam-backend-article-list-property)
16574         (spam-backend-get-article-todo-list)
16575         (spam-backend-put-article-todo-list)
16576         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16577         Resolve registrations separately.
16578         (spam-register-routine): Format comments.
16579         (spam-unregister-routine, spam-register-routine): Always call with
16580         specific-articles, no default list.
16581         (spam-summary-prepare-exit): Use the spam-classifications function.
16582
16583         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16584         gnus-encrypt.el.
16585
16586         * encrypt.el: Copied from gnus-encrypt.el.
16587
16588         * gnus-encrypt.el: Commented that it's obsolete.
16589
16590 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16591
16592         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16593         (gnus-score-save): Use it.
16594
16595         * message.el (message-bury): Use `window-dedicated-p'.
16596
16597 2004-10-15  Simon Josefsson  <jas@extundo.com>
16598
16599         * pop3.el (top-level): Don't require nnheader.
16600         (pop3-read-timeout): Add.
16601         (pop3-accept-process-output): Add.
16602         (pop3-read-response, pop3-retr): Use it.
16603
16604 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * spam.el (spam-register-routine): Move comment.
16607         (spam-verify-bogofilter): Use 'unknown for the initial
16608         spam-bogofilter-valid state, not 'never.
16609
16610         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16611         for netrc-machine.
16612
16613         * nnimap.el (nnimap-open-connection):
16614         Use netrc-machine-user-or-password.
16615
16616 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16617
16618         * gnus-registry.el (gnus-registry-unload-hook):
16619         Set as a variable with add-hook.
16620
16621         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16622         of news-path.
16623
16624         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16625
16626         * spam.el: Delete duplicate `provide'.
16627         (spam-unload-hook): Set as a variable with add-hook.
16628
16629 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16632         in the doc string.
16633
16634         * message.el (message-ignored-news-headers)
16635         (message-ignored-supersedes-headers)
16636         (message-ignored-resent-headers)
16637         (message-forward-ignored-headers): Improve custom type.
16638
16639 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * message.el (message-tokenize-header): Fix 2004-09-06 change
16642         which used point-min in the wrong place.
16643
16644 2004-10-12  Simon Josefsson  <jas@extundo.com>
16645
16646         * tls.el (tls-certtool-program): New variable.
16647         (tls-certificate-information): New function, based on
16648         ssl-certificate-information.
16649
16650 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * compface.el: Move the version of ELisp-based uncompface program
16653         to the contrib directory because of the copyright problem.
16654
16655 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * message.el (message-kill-buffer): Raise the current frame.
16658
16659 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16662
16663         * gnus.el (message-y-or-n-p): Autoload.
16664
16665         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16666         (pop3-password-required, pop3-authentication-scheme)
16667         (pop3-leave-mail-on-server): Make customizable.
16668         (pop3): New custom group.
16669         (pop3-retr): Remove `sleep-for' statements.
16670         Suggested by Dave Love <fx@gnu.org>.
16671
16672         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16673         Windows/DOS.
16674
16675         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16676         (imap-parse-body): Fix incorrect use of `assert'.
16677         Suggested by Dave Love <fx@gnu.org>.
16678
16679         * mml.el (mml-minibuffer-read-disposition): Require match.
16680         Suggested by Dave Love <fx@gnu.org>.
16681
16682 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16685         doc string.
16686
16687 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16690
16691 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16692
16693         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16694         instead of calling `mm-insert-inline', to decode text/* parts
16695         before displaying them.
16696
16697 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mm-uu.el (mm-uu-text-plain-type): New variable.
16700         (mm-uu-pgp-signed-extract-1): Use it.
16701         (mm-uu-pgp-encrypted-extract-1): Use it.
16702         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16703         bind mm-uu-text-plain-type with that value.
16704         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16705         mm-uu-dissect.
16706
16707 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-group.el (gnus-update-group-mark-positions):
16710         * gnus-sum.el (gnus-update-summary-mark-positions):
16711         * message.el (message-check-news-body-syntax):
16712         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16713         of string-as-multibyte.
16714
16715 2004-10-05  Juri Linkov  <juri@jurta.org>
16716
16717         * gnus-group.el (gnus-update-group-mark-positions):
16718         * gnus-sum.el (gnus-update-summary-mark-positions):
16719         * message.el (message-check-news-body-syntax):
16720         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16721         8-bit unibyte values to a multibyte string for search functions.
16722
16723 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16726         (mm-uu-dissect-text-parts): New function.
16727
16728         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16729         dissect text parts.
16730
16731         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16732         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16733
16734         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16735
16736         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16737         Use gnus-current-topics instead of gnus-current-topic.
16738
16739 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16740
16741         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16742
16743 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16744
16745         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16746         where approriate.
16747
16748         * nnml.el (nnml-generate-active-info): do.
16749
16750         * nndiary.el (nndiary-generate-active-info): do.
16751
16752         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16753         (gnus-topic-move): do.
16754
16755         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16756         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16757
16758         * gnus-srvr.el (gnus-server-prepare)
16759         (gnus-server-open-all-servers): do.
16760
16761         * gnus-msg.el (gnus-summary-cancel-article)
16762         (gnus-summary-resend-message)
16763         (gnus-summary-mail-crosspost-complaint): do.
16764
16765         * gnus-move.el (gnus-change-server): do.
16766
16767         * gnus-group.el (gnus-group-unmark-all-groups)
16768         (gnus-group-set-current-level): do.
16769
16770 2004-10-04  Simon Josefsson  <jas@extundo.com>
16771
16772         * message.el (message-generate-hashcash): Doc fix.
16773
16774 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16775
16776         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16777         avoid infinite recursion via gnus-get-function.
16778
16779 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16782
16783         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16784
16785         * nnmail.el (nnmail-split-history): do.
16786
16787         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16788         (nnml-request-delete-group): do.
16789
16790         * nnslashdot.el (nnslashdot-read-groups): do.
16791
16792         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16793         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16794
16795         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16796         (nnspool-sift-nov-with-sed): Use last.
16797         (nnspool-retrieve-headers-with-nov): Use mapc.
16798         (nnspool-request-newgroups): Use dolist.
16799         (nnspool-request-group): Use last.
16800
16801         * nntp.el (nntp-read-server-type): Use dolist.
16802
16803         * nnvirtual.el (nnvirtual-create-mapping)
16804         (nnvirtual-update-read-and-marked): Use dolist.
16805         (nnvirtual-convert-headers): Simplify.
16806
16807 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16808
16809         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16810         Add support for sync'ing tick marks.
16811
16812 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16815         there's no visible header.
16816
16817 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16818
16819         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16820         When necessary, pass full group name to gnus-request-set-marks.
16821
16822 2004-10-01  Simon Josefsson  <jas@extundo.com>
16823
16824         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16825         acroread.
16826
16827 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16828
16829         * spam-report.el (spam-report-gmane): Fix interactive.
16830
16831         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16832
16833         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16834         when writing file.
16835         (gnus-agent-synchronize-flags): Don't default to being
16836         interactive.
16837
16838 2004-09-30  Simon Josefsson  <jas@extundo.com>
16839
16840         * message.el (message-generate-hashcash): Add.
16841         (message-send-mail): Use it, call mail-add-payment.
16842
16843 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16844
16845         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16846
16847 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16848
16849         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16850         gnus-requst-update-info with explicit code to sync the in-memory
16851         info read flags with the marks being sync'd to the backend.
16852
16853         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16854
16855 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16856
16857         * spam.el (spam-verify-bogofilter): Add new function.
16858         (spam-check-bogofilter)
16859         (spam-bogofilter-register-with-bogofilter): Use it.
16860         (spam-verify-bogofilter): Add small fixes.
16861
16862 2004-09-28  Simon Josefsson  <jas@extundo.com>
16863
16864         * hashcash.el (hashcash-generate-payment): Revert.
16865
16866 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16867
16868         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16869         Use gnus-extract-references instead of gnus-split-references.
16870
16871         * gnus-util.el (gnus-extract-references): Add new function, analogous
16872         to gnus-split-references but extracts only the message-ID without
16873         anything extra.
16874
16875         * hashcash.el (hashcash-generate-payment)
16876         (hashcash-check-payment): Do the right thing if hashcash-path is
16877         nil (because the hashcash program could not be found).
16878
16879         * spam.el (spam-use-hashcash): Remove comment.
16880
16881 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16884         (gnus-cache-enter-article, gnus-cache-remove-article)
16885         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16886
16887         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16888
16889         * gnus-art.el (article-hide-boring-headers)
16890         (article-translate-strings, article-display-face)
16891         (gnus-article-mime-match-handle-first)
16892         (gnus-article-highlight-headers)
16893         (gnus-article-add-buttons-to-head): do.
16894
16895 2004-09-27  Simon Josefsson  <jas@extundo.com>
16896
16897         * hashcash.el: New version, from
16898         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16899         ../contrib/.
16900
16901 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16904
16905 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16906
16907         * gnus-dup.el (gnus-dup-open): Use mapc.
16908         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16909
16910         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16911         Reported by Stefan Wiens <s.wi@gmx.net>.
16912
16913         * gnus.el (gnus-shutdown): Use dolist.
16914
16915         * gnus-undo.el (gnus-undo): Use mapc.
16916
16917         * nnrss.el (nnrss-generate-active): do.
16918
16919         * message.el (message-cite-original-without-signature)
16920         (message-cite-original): Use mapc.
16921         (message-do-actions, message-make-forward-subject): Use dolist.
16922
16923 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16924
16925         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16926         deletion to remove entire duplicate line.  Fixes merged article
16927         number bug.
16928
16929 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16930
16931         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16932         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16933         first ask if you want to open a server and then, even when you
16934         responded with no, asking if you want to synchronize the server's
16935         flags.
16936         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16937         multi-line expressions.
16938         (gnus-agent-synchronize-group-flags): New internal function.
16939         Updates marks in memory (in the info structure) AND in the
16940         backend.
16941
16942         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16943
16944         * nnagent.el (nnagent-request-set-mark):
16945         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16946         method, to ensure that synchronization updates marks in the
16947         backend and in the info (in memory) structure.
16948
16949 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16952         convention fully; don't miss the root article of a thread; make
16953         the X-Draft-From header with correct article numbers.
16954
16955 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16956
16957         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16958         unless plugged.  Disable the agent so that an open failure causes
16959         an error.
16960
16961         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16962         Revert 2004-09-21 change.  The backend must be opened while
16963         synchronizing flags even when the backend stores the flags
16964         locally.
16965
16966 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16969         in `header' match.  Reported by Svend Tollak Munkejord.
16970
16971         * message.el (message-cite-original): Fix use of
16972         `message-cite-articles-with-x-no-archive'.
16973
16974 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16977         (gnus-window-to-buffer): Ditto.
16978
16979         * mml.el (mml-preview-buffer): New variable.
16980         (mml-preview): Manage window layout with gnus-buffer-configuration.
16981
16982         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16983         X-Draft-From header even if those articles aren't quoted.
16984
16985 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16986
16987         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16988         (gnus-request-set-mark, gnus-request-update-mark): Use new
16989         g-s-t-u-l-m to decide to use backend even when unplugged.
16990
16991 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16994         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16995
16996 2004-09-20  Simon Josefsson  <jas@extundo.com>
16997
16998         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16999         "utf-16-le".
17000
17001 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17002
17003         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17004
17005 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * uudecode.el (uudecode-use-external): Add :version.
17008
17009         * smime.el (smime-CA-file, smime-encrypt-cipher)
17010         (smime-dns-server): Add :version.
17011
17012         * smiley.el (gnus-smiley-file-types): Add :version.
17013
17014         * sha1.el (sha1-use-external): Add :version.
17015
17016         * pgg-def.el (pgg-query-keyserver): Add :version.
17017
17018         * nnmail.el (nnmail-fancy-expiry-targets)
17019         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17020         Add :version.
17021
17022         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17023         (nnimap-retrieve-groups-asynchronous): Add :version.
17024         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17025
17026         * mml.el (mml-content-disposition-parameters)
17027         (mml-insert-mime-headers-always): Add :version.
17028
17029         * mm-util.el (mm-coding-system-priorities): Add :version.
17030
17031         * mm-decode.el (mm-inline-text-html-with-images)
17032         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17033         (mm-verify-option): Add :version.
17034         (mm-text-html-renderer): Change :version.
17035
17036         * message.el (message-fcc-externalize-attachments)
17037         (message-required-headers, message-draft-headers)
17038         (message-subject-trailing-was-query)
17039         (message-subject-trailing-was-ask-regexp)
17040         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17041         (message-mark-insert-end, message-archive-header)
17042         (message-archive-note, message-cross-post-default)
17043         (message-cross-post-note, message-followup-to-note)
17044         (message-cross-post-note-function, message-use-mail-followup-to)
17045         (message-subscribed-address-functions)
17046         (message-subscribed-address-file, message-subscribed-addresses)
17047         (message-subscribed-regexps, message-allow-no-recipients)
17048         (message-yank-cited-prefix, message-signature-insert-empty-line)
17049         (message-hidden-headers, message-hierarchical-addresses)
17050         (message-mail-user-agent, message-use-idna)
17051         (message-valid-fqdn-regexp)
17052         (message-strip-special-text-properties, message-header-synonyms)
17053         (message-beginning-of-line, message-tab-body-function): Add :version.
17054         (message-insert-canlock, message-wide-reply-confirm-recipients):
17055         Change :version.
17056
17057         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17058         and :version.
17059         (mail-source-delete-old-incoming-confirm)
17060         (mail-source-movemail-program): Add :version.
17061
17062         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17063         (gnus-agent-cache, gnus-agent): Change :version.
17064
17065         * gnus-util.el (gnus-use-byte-compile): Change :version.
17066
17067         * gnus-sum.el (gnus-summary-make-false-root-always)
17068         (gnus-summary-default-high-score)
17069         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17070         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17071         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17072         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17073         (gnus-sum-thread-tree-single-indent)
17074         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17075         (gnus-sum-thread-tree-leaf-with-other)
17076         (gnus-sum-thread-tree-single-leaf): Add :version.
17077         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17078         (gnus-article-loose-mime): Change :version.
17079
17080         * gnus-start.el (gnus-backup-startup-file)
17081         (gnus-save-startup-file-via-temp-buffer): Add :version.
17082
17083         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17084         (gnus-server-offline-face): Add :version.
17085
17086         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17087
17088         * gnus-msg.el (gnus-gcc-externalize-attachments)
17089         (gnus-debug-files, gnus-debug-exclude-variables)
17090         (gnus-discouraged-post-methods): Change :version.
17091         (gnus-confirm-mail-reply-to-news)
17092         (gnus-confirm-treat-mail-like-news): Add :version.
17093
17094         * gnus-int.el (gnus-server-unopen-status): Add :version.
17095
17096         * gnus-group.el (gnus-group-jump-to-group-prompt)
17097         (gnus-large-ephemeral-newsgroup)
17098         (gnus-fetch-old-ephemeral-headers): Add :version.
17099
17100         * gnus-fun.el (gnus-x-face-directory)
17101         (gnus-convert-pbm-to-x-face-command)
17102         (gnus-convert-image-to-x-face-command)
17103         (gnus-convert-image-to-face-command): Add :version.
17104
17105         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17106
17107         * gnus-cite.el (gnus-cite-blank-line-after-header)
17108         (gnus-article-boring-faces): Add :version.
17109
17110         * gnus-art.el (gnus-buttonized-mime-types)
17111         (gnus-inhibit-mime-unbuttonizing)
17112         (gnus-treat-display-face)
17113         (gnus-treat-body-boundary): Change :version.
17114         (gnus-body-boundary-delimiter, gnus-picon-databases)
17115         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17116         (gnus-treat-date-english, gnus-treat-fold-headers)
17117         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17118         (gnus-treat-mail-picon, gnus-treat-wash-html)
17119         (gnus-article-encrypt-protocol)
17120         (gnus-use-idna, gnus-article-over-scroll)
17121         (gnus-mime-display-multipart-alternative-as-mixed)
17122         (gnus-mime-display-multipart-related-as-mixed)
17123         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17124         (gnus-ctan-url, gnus-button-ctan-handler)
17125         (gnus-button-handle-ctan-bogus-regexp)
17126         (gnus-button-ctan-directory-regexp)
17127         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17128         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17129         (gnus-button-man-level, gnus-button-emacs-level)
17130         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17131
17132         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17133         (gnus-agent-go-online): Change :version.
17134         (gnus-agent-expire-unagentized-dirs)
17135         (gnus-agent-auto-agentize-methods): Add :version.
17136
17137         * flow-fill.el (fill-flowed-display-column)
17138         (fill-flowed-encode-column): Add :version.
17139
17140         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17141         (gnus-outlook-deuglify-unwrap-max)
17142         (gnus-outlook-deuglify-cite-marks)
17143         (gnus-outlook-deuglify-unwrap-stop-chars)
17144         (gnus-outlook-deuglify-no-wrap-chars)
17145         (gnus-outlook-deuglify-attrib-cut-regexp)
17146         (gnus-outlook-deuglify-attrib-verb-regexp)
17147         (gnus-outlook-deuglify-attrib-end-regexp)
17148         (gnus-outlook-display-hook): Add :version.
17149
17150         * binhex.el (binhex-use-external): Add :version.
17151
17152 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17155         and `invisible'.
17156
17157 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17160         in gnus-registry-trim.
17161
17162 2004-09-13  Simon Josefsson  <jas@extundo.com>
17163
17164         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17165
17166         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17167
17168         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17169         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17170         <yamaoka@jpl.org>.
17171         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17172         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17173         <yamaoka@jpl.org>.
17174
17175         * sieve.el (sieve-manage-mode): Ditto.
17176
17177 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17180
17181 2004-09-11  Simon Josefsson  <jas@extundo.com>
17182
17183         * dns-mode.el: Add.
17184
17185         * mm-view.el (mm-display-dns-inline): Add.
17186
17187         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17188         (mm-automatic-display): Ditto.
17189
17190         * mailcap.el (mailcap-mime-data): Add text/dns.
17191         (mailcap-mime-extensions): Map .soa to text/dns.
17192
17193 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17194
17195         * gnus-art.el (article-decode-mime-words, article-babel)
17196         (gnus-article-highlight-signature, gnus-article-add-buttons)
17197         (gnus-signature-toggle): Remove unnecessary bindings of
17198         `inhibit-read-only' inherited from v5.10 merge.
17199
17200 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * nntp.el (nntp): New customization group.
17203         (nntp-authinfo-file): Add customization group.
17204
17205         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17206
17207         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17208
17209         * gnus.el (to-address, to-list, subscribed)
17210         (large-newsgroup-initial): Ditto.
17211
17212         * flow-fill.el (fill-flowed-display-column)
17213         (fill-flowed-encode-column): Ditto.
17214
17215 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17216
17217         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17218         Use point-min rather than 1.
17219         (message-send-mail): Use buffer-size rather than point-max.
17220
17221         * gnus-sum.el (gnus-summary-search-article-forward):
17222         Signal a specific `search-failed' rather than a generic `error'.
17223
17224         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17225         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17226         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17227
17228 2004-09-10  Simon Josefsson  <jas@extundo.com>
17229
17230         * nndb.el (require): Remove tcp and duplicate cl.
17231
17232 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-agent.el (directory-files-and-attributes): Move forward.
17235
17236 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17237
17238         * gnus-agent.el (directory-files-and-attributes):
17239         Optionally defined to support XEmacs.
17240
17241 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17242
17243         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17244         to avoid run-time CL dependencies.
17245         (gnus-agent-unfetch-articles): New function.
17246         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17247         article numbers even when local .overview file is missing.
17248         (gnus-agent-read-article-number): New function.  Only accepts
17249         27-bit article numbers.
17250         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17251         Use gnus-agent-read-article-number.
17252         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17253         from backend while recognizing that article numbers in .overview
17254         must be valid.
17255         (gnus-agent-update-files-total-fetched-for):
17256         Use directory-files-and-attributes to improve performance.
17257         * gnus-int.el (gnus-request-move-article):
17258         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17259         improve performance.
17260
17261         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17262         some users confused by references to .newsrc when they only have a
17263         .newsrc.eld file.
17264         (gnus-convert-mark-converter-prompt)
17265         (gnus-convert-converter-needs-prompt): Fix use of property list.
17266         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17267         New function.  Used internally to only display 'gnus converting
17268         files' message when actually necessary.
17269
17270         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17271         methods now autoloaded.
17272
17273 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17276         identifiers.
17277
17278 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17279
17280         * gnus-picon.el: Fix indentation and closing parenthesis.
17281
17282 2004-09-01  Simon Josefsson  <jas@extundo.com>
17283
17284         * message.el (message-canlock-generate): Require sha1, not
17285         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17286         to require within a function.  Sadly, if sha1.el isn't loaded, the
17287         let binding in m-c-g will hide the defcustom definition, which is
17288         bad.)
17289
17290         * canlock.el: Require sha1, not sha1-el.
17291
17292         * message.el: Don't autoload sha1 (there is a autoload cookie in
17293         sha1.el).
17294
17295         * sha1-el.el: Rename to sha1.el.
17296
17297 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17298
17299         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17300
17301 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17302
17303         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17304
17305 2004-08-30  Kim F. Storm  <storm@cua.dk>
17306
17307         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17308
17309         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17310         Add :group 'nnimap.
17311
17312 2004-08-30  Andreas Schwab  <schwab@suse.de>
17313
17314         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17315         ?* and ?\;.
17316
17317         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17318         and ?\' to symbol instead of whitespace.
17319
17320 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17323
17324         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17325         instead of re-search-forward.
17326
17327         * gnus-uu.el (gnus-uu-save-article): Ditto.
17328         (gnus-uu-post-encode-uuencode): Ditto.
17329
17330         * html2text.el (html2text-clean-list-items): Ditto.
17331         (html2text-clean-dtdd): Ditto.
17332         (html2text-format-tags): Ditto.
17333
17334         * message.el (message-send-mail-with-sendmail): Fix regexp.
17335         (message-fill-field-general): Use search-forward instead of
17336         re-search-forward.
17337         (unbold-region): Ditto.
17338
17339         * nnrss.el (nnrss-request-article): Ditto.
17340
17341         * nnslashdot.el (nnslashdot-request-article): Ditto.
17342
17343         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17344
17345         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17346         "Unrecognized menu descriptor" error in XEmacs.
17347
17348 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17349
17350         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17351         parent article of a sparse article in the thread hashtb.
17352
17353 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17354
17355         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17356         (nnmail-expand-newtext): Lowercase expanded entries if
17357         nnmail-split-lowercase-expanded is non-nil.
17358
17359 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17362
17363         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17364         of gnus-tmp-news-method into string under XEmacs.  It will be
17365         passed to gnus-correct-length which takes only a string argument.
17366
17367 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-util.el (gnus-bind-print-variables): New macro.
17370         (gnus-prin1): Use it.
17371         (gnus-prin1-to-string): Use it.
17372         (gnus-pp): New function.
17373         (gnus-pp-to-string): New function.
17374
17375         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17376         Replace pp-to-string with gnus-pp-to-string.
17377         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17378         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17379         * gnus-msg.el (gnus-debug): Ditto.
17380         * gnus-score.el (gnus-score-save): Ditto.
17381         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17382         gnus-pp-to-string.
17383         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17384         with gnus-pp.
17385         * score-mode.el (gnus-score-pretty-print): Ditto.
17386         * webmail.el (webmail-debug): Ditto.
17387
17388 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus-art.el (article-display-face, article-display-x-face):
17391         Use buffer-read-only.
17392
17393 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * gnus-art.el (article-hide-list-identifiers):
17396         Bind inhibit-read-only as t.
17397
17398 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17401
17402 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17403
17404         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17405         (gnus-narrow-to-page): Don't assume point-min == 1.
17406         (gnus-article-edit-mode): Derive from message-mode.
17407
17408         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17409         point-min == 1.
17410
17411         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17412         Disable incorrect use of `assert'.
17413
17414         * message.el (message-mode): Set comment-start-skip.
17415
17416
17417 2004-08-22  Sam Steingold  <sds@gnu.org>
17418
17419         * pop3.el (pop3-leave-mail-on-server): New user variable.
17420         (pop3-movemail): Delete mail only when it is nil.
17421
17422 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17423
17424         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17425
17426         * mml.el (mml-preview): Use `pop-to-buffer'.
17427
17428         * message.el (message-goto-mail-followup-to): Insert after "To".
17429         (message-carefully-insert-headers): Add comment.
17430
17431         * gnus.el: Remove unused variable `gnus-article-check-size'.
17432
17433         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17434
17435         * gnus-art.el (gnus-button-alist):
17436         Improve `gnus-button-handle-library' entry.
17437
17438 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17439
17440         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17441         Use downcase, since XEmacs capitalizes error messages differently.
17442
17443 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * nntp.el: Add (require 'gnus) due to reference to
17446         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17447
17448 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17449
17450         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17451         Bind `mm-fill-flowed'.
17452
17453         * mm-decode.el (mm-dissect-singlepart): Check it.
17454
17455 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17456
17457         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17458         'imap' for netrc parsing.
17459
17460 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * mailcap.el (mailcap-mime-data): Mark as risky.
17463
17464 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17467         may be included in the encoded word.
17468         (rfc2047-encode): Don't append a space if the encoded word
17469         includes close parenthesis.
17470
17471 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17474         of text within parentheses.
17475
17476 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17477
17478         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17479         (gnus-encrypt-write-file-contents): Make the password key the file
17480         name PLUS the cipher, not just the cipher.  Also remove failed
17481         passwords from the cache.
17482
17483 2004-08-06  Simon Josefsson  <jas@extundo.com>
17484
17485         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17486         Doc fix.
17487
17488 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17491         LWSP.
17492
17493 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17494
17495         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17496         Try to append in-reply-to: data to the references: header.
17497
17498         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17499         (netrc-parse): Use gnus-encrypt.el functions.
17500
17501         * gnus-encrypt.el: Add new file for encryption support; currently
17502         does only a few GPG ciphers and an internal XOR cipher.
17503
17504         * password.el: Add comments on using password-read-and-add.
17505         (password-read-and-add): Add function to read and add the
17506         password to the cache at once.
17507
17508 2004-07-28  Simon Josefsson  <jas@extundo.com>
17509
17510         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17511         parameter (but don't use it, for now).
17512
17513         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17514         instead of hard coding to nil.
17515
17516 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17519         as mm-inline-image-xemacs does.
17520
17521 2004-07-26  Simon Josefsson  <jas@extundo.com>
17522
17523         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17524         Revert part of 2004-07-17 change below.
17525
17526 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17529         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17530
17531 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17534         quotes that actually start with ">" at the beginning of the
17535         lines.
17536
17537 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * rfc2047.el (rfc2047-encode-region): Fix last change.
17540         (rfc2047-encode-parameter): Remove useless concat.
17541
17542 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17545         encode special characters; fix some kind of misconfigured headers;
17546         signal a real error if debug-on-quit or debug-on-error is non-nil.
17547         (rfc2047-encode-max-chars): New variable.
17548         (rfc2047-encode-1): Use it.
17549         (rfc2047-encode-parameter): New function.
17550
17551         * mml.el (mml-insert-parameter): Remove an excessive space.
17552
17553 2004-07-17  Simon Josefsson  <jas@extundo.com>
17554
17555         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17556         Kai Grossjohann <kai@emptydomain.de>.
17557         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17558         (gnus-group-make-menu-bar): Ditto.
17559
17560         * gnus-util.el (gnus-group-server): Add.
17561
17562 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17563
17564         * message.el (message-clone-locals): Clone sendmail and smtp
17565         variables.
17566
17567 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * rfc2047.el (rfc2047-encode-region): Fix last change.
17570
17571 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17574         characters as non-special.
17575
17576 2004-07-09  Simon Josefsson  <jas@extundo.com>
17577
17578         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17579         Users will lose all flag changes made while unplugged with
17580         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17581         good default.  See numerous reports on ding mailing list.
17582
17583 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17586         add generate-head-function and generate-article-function to the
17587         rfc822-forward entry.
17588         (nndoc-rfc822-forward-generate-article): New function.
17589         (nndoc-rfc822-forward-generate-head): New function.
17590
17591         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17592
17593 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17594
17595         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17596         respect display group parameter and gnus-summary-expunge-below.
17597         (gnus-articles-to-read): Remove unused reference to display group
17598         parameter.
17599
17600 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17601
17602         * nnheader.el (nnheader-uniquify-message-id): New experimental
17603         variable.
17604         (nnheader-nov-read-message-id): Use it.
17605
17606         * spam-report.el (spam-report-gmane): Add interactive.
17607
17608 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * mm-encode.el (mm-content-transfer-encoding-defaults):
17611         Use qp-or-base64 for the application/* types.
17612
17613 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17614
17615         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17616
17617 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17618
17619         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17620         trim value.
17621
17622 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17623
17624         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17625         New macro and function.
17626         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17627
17628 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17631         after-load-alist.
17632
17633 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * gnus-group.el (gnus-group-get-new-news-this-group):
17636         Don't update info that isn't there.
17637
17638 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17639
17640         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17641         entry.
17642
17643 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * mm-view.el (mm-inline-render-with-function): Use multibyte
17646         buffer; decode html source by charset.
17647
17648         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17649
17650         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17651         Mule-UCS is loaded under XEmacs.
17652         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17653
17654 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17655
17656         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17657
17658 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * mm-util.el (mm-coding-system-p): Return a coding-system.
17661         (mm-mime-mule-charset-alist): Use shift_jis instead of
17662         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17663         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17664         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17665         instead of japanese-shift-jis and iso-latin-1 respectively in
17666         order to share the default value with both Emacs and XEmacs-mule.
17667         (mm-mule-charset-to-mime-charset):
17668         Make mm-coding-system-priorities effective.
17669         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17670         while predicating of candidates upon the priorities.
17671
17672 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17673
17674         * gnus-sum.el (gnus-summary-make-menu-bar):
17675         Add gnus-uu-invert-processable.
17676
17677         * gnus.el: Autoload gnus-uu-invert-processable.
17678
17679 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * mm-util.el (mm-with-multibyte-buffer): New macro.
17682
17683         * rfc2047.el (rfc2047-encode-string): Use it.
17684         (rfc2047-encode-region): Move point to the end of the region after
17685         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17686
17687 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17690         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17691
17692 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17695         (gnus-cite-parse): Ignore quoted envelope From_.
17696         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17697
17698 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17699
17700         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17701         invalid addresses.
17702
17703 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17704
17705         * spam.el: Change section markers, revise TODO list.
17706         (spam-backends): Make new master list of all installed backends.
17707         (spam-summary-exit-behavior): Add new variable to determine how
17708         messages moves are done at summary exit.
17709         (spam-move-spam-nonspam-groups-only)
17710         (spam-process-ham-in-nonham-groups)
17711         (spam-process-ham-in-spam-groups): Remove variables, the
17712         spam-summary-exit-behavior variable should be used to manage this
17713         behavior.
17714         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17715         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17716         and spam-old-spam-articles.
17717         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17718         Add empty variables, placeholders for the backends they represent.
17719         (spam-set-difference): Move, unchanged.
17720         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17721         unless the user has a processor variable.
17722         (spam-classifications, spam-classification-valid-p)
17723         (spam-backend-properties, spam-backend-property-valid-p)
17724         (spam-backend-function-type-valid-p)
17725         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17726         (spam-report-articles-gmane, spam-report-articles-resend):
17727         Remove functions, they are not needed.
17728         (spam-install-backend-super, spam-backend-list)
17729         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17730         (spam-backend-function, spam-backend-ham-registration-function)
17731         (spam-backend-spam-registration-function)
17732         (spam-backend-ham-unregistration-function)
17733         (spam-backend-spam-unregistration-function)
17734         (spam-backend-statistical-p, spam-backend-mover-p)
17735         (spam-install-backend-alias, spam-install-checkonly-backend)
17736         (spam-install-mover-backend, spam-install-nocheck-backend)
17737         (spam-install-backend, spam-install-statistical-backend)
17738         (spam-install-statistical-checkonly-backend): Add backend installation
17739         support.
17740         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17741         (spam-group-processor-p): Use the new backend code and respect the
17742         summary exit behavior.
17743         (spam-mark-spam-as-expired-and-move-routine): Remove.
17744         (spam-summary-prepare): Change to use the new spam-old-articles
17745         variable.
17746         (spam-copy-or-move-routine, spam-copy-spam-routine)
17747         (spam-move-spam-routine, spam-copy-ham-routine)
17748         (spam-move-ham-routine): Add code to copy/move ham or spam.
17749         (spam-fetch-field-fast): Improve doc and code, plus allow the
17750         'number request.
17751         (spam-list-of-checks, spam-list-of-statistical-checks):
17752         Remove variables.
17753         (spam-split, spam-find-spam): Use the new backend code.
17754         (spam-registration-functions): Remove variable.
17755         (spam-unregister-routine): Add convenience wrapper.
17756         (spam-log-undo-registration, spam-register-routine)
17757         (spam-log-processing-to-registry)
17758         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17759         where possible.
17760         (spam-check-gmane-xref, spam-check-regex-headers)
17761         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17762         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17763         (spam-check-bogofilter-headers, spam-check-spamoracle)
17764         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17765         (spam-check-crm114-headers): Use the spam-split-group that
17766         spam-split prepares, no need to determine it every time.
17767
17768         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17769         to the nnheader-parse-naked-head call.
17770
17771         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17772
17773         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17774         the nnheader-nov-read-message-id call.
17775
17776 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17779         gnus-activate-group twice.  Suggested by Markus Peter
17780         <warp@spin.de>.
17781
17782 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-art.el (gnus-article-time-format): Exchange the order of
17785         day and month in the default value; fix customization type.
17786         (article-date-ut): Use add-text-properties.
17787         (article-make-date-line): Use message-make-date instead of
17788         current-time-string.
17789
17790         * message.el (message-fetch-field): Don't use set-text-properties.
17791         (message-make-date): Simplify.
17792
17793         * messagexmas.el (message-xmas-make-date): New function.
17794         (message-xmas-redefine): Defalias message-make-date to it.
17795
17796 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17799         (rfc2047-encode-region): Treat text within parentheses as special;
17800         show the original text when error has occurred.
17801
17802         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17803         already-computed method to gnus-activate-group.
17804
17805         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17806         same select-methods identical Lisp objects.
17807
17808         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17809         object when modifying the info.
17810
17811 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17814         gnus-opened-servers since it has never been opened with the new
17815         configuration yet.
17816
17817 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17820         arg to nnheader-generate-fake-message-id.
17821
17822 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17823
17824         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17825         number and build a fake message ID localized to a group and
17826         article number (so it's repeatable from that point on).
17827         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17828         ID format.
17829
17830         * gnus-sum.el (gnus-get-newsgroup-headers):
17831         Call nnheader-generate-fake-message-id with the article number.
17832
17833 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17834
17835         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17836         end-of-buffer.
17837
17838 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17839
17840         * message.el (message-ignored-supersedes-headers): Add Approved.
17841
17842 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17845         goto-char.
17846         (rfc2047-encode): Fold the line before encoding.
17847
17848 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17849
17850         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17851         folding -- not all headers can be folded, and this should be done
17852         by the message composition mode.  Probably.  I think.
17853
17854 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17857         fast.
17858
17859         * gnus-ems.el (gnus-remove-image): Don't use
17860         message-text-with-property; remove only the image found first.
17861
17862         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17863         found first.
17864
17865 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17868
17869 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * message.el (message-text-with-property): Make it fast and accept
17872         optional arguments.
17873         (message-strip-forbidden-properties): Use it.
17874         (message-fix-before-sending): Follow the m-t-w-p change.
17875
17876         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17877
17878 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-art.el (article-hide-headers): Don't change the buffer
17881         mistakenly when performing mml-preview even if
17882         gnus-single-article-buffer is nil.
17883
17884 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17885
17886         * message.el (message-expand-name-databases): New user option.
17887         (message-expand-name): Use it.
17888
17889 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17890
17891         * spam.el (spam-report-articles-resend)
17892         (spam-report-resend-register-routine): Allow ham reporting.
17893         (spam-report-resend-register-ham-routine): Add wrapper.
17894         (spam-registration-functions): Add ham resending functions.
17895         (spam-list-of-processors): Add ham resend processor.
17896
17897         * gnus.el (ham-resend-to): Add new group parameter.
17898         (spam-process): Add ham resend option.
17899
17900         * spam-report.el (spam-report-resend): Allow reporting ham.
17901         (spam-report-resend-ham): Add wrapper.
17902
17903 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904
17905         * message.el (message-cite-articles-with-x-no-archive):
17906         New variable.
17907         (message-cite-original): Use it.
17908
17909 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17910
17911         * message.el (message-cite-original): Respect X-No-Archive.
17912
17913 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-art.el (article-hide-headers): Refer to the values for
17916         gnus-ignored-headers and gnus-visible-headers in the summary
17917         buffer since a user may have set them as group parameters.
17918
17919 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17920
17921         * assistant.el (assistant-node-name): Add convenience function.
17922         (assistant-render-text, assistant-render-node): Add error handling,
17923         plus handle multiple next nodes.
17924         (assistant-find-next-node): Comment out for now.
17925         (assistant-find-next-nodes): Add function, returns list of next
17926         nodes.
17927
17928 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * mail-source.el (mail-source-directory): Fix doc-string.
17931
17932 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17933
17934         * assistant.el (assistant-render-text, assistant-eval): Add :set
17935         widget type, which is different because it takes and returns a
17936         list.  Much hilarity ensues.
17937
17938 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17941
17942         * gnus-group.el (gnus-group-get-new-news-this-group):
17943         Add doc-string.
17944
17945         * gnus-start.el (gnus-activate-group): Add doc-string.
17946
17947 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17950
17951 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17952
17953         * assistant.el (assistant-render-text): Try to add a :set
17954         widget, more to come.
17955
17956         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17957         strings.
17958         (spam-report-articles-resend)
17959         (spam-register-routine): Do registration iff any articles warrant
17960         it.
17961         (spam-summary-prepare-exit): Change log message for nil group
17962         destinations.
17963
17964 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17965
17966         * spam.el (spam-report-resend-register-routine):
17967         Allow spam-report-resend-to to be a group parameter or a global value.
17968
17969 2004-05-26  Simon Josefsson  <jas@extundo.com>
17970
17971         * starttls.el: Merge with my GNUTLS based starttls.el.
17972         (starttls-gnutls-program, starttls-use-gnutls)
17973         (starttls-extra-arguments, starttls-process-connection-type)
17974         (starttls-connect, starttls-failure, starttls-success):
17975         New variables.
17976         (starttls-program, starttls-extra-args): Doc fix.
17977         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17978         New functions.
17979         (starttls-negotiate, starttls-open-stream):
17980         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17981         function if it is set.
17982
17983 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17986         structured fields.
17987
17988 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17991
17992 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17993
17994         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17995         Add variable.
17996         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17997         assigning the spam-mark to new messages.
17998
17999 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18000
18001         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18002
18003 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18006
18007         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18008         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18009         default.
18010
18011 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18012
18013         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18014         correct data.
18015
18016 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18017
18018         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18019         (spam-group-processor-p): Fix function.
18020         (spam-group-processor-multiple-p)
18021         (spam-group-spam-processor-report-gmane-p)
18022         (spam-group-spam-processor-report-resend-p)
18023         (spam-group-spam-processor-bogofilter-p)
18024         (spam-group-spam-processor-blacklist-p)
18025         (spam-group-spam-processor-ifile-p)
18026         (spam-group-ham-processor-ifile-p)
18027         (spam-group-spam-processor-spamoracle-p)
18028         (spam-group-spam-processor-crm114-p)
18029         (spam-group-ham-processor-bogofilter-p)
18030         (spam-group-spam-processor-stat-p)
18031         (spam-group-ham-processor-stat-p)
18032         (spam-group-ham-processor-whitelist-p)
18033         (spam-group-ham-processor-BBDB-p)
18034         (spam-group-ham-processor-spamoracle-p)
18035         (spam-group-ham-processor-copy-p): Remove functions with some
18036         prejudice against unneeded code.
18037         (spam-report-articles-resend)
18038         (spam-report-resend-register-routine): Allow the group/topic
18039         spam-resend-to value to override spam-report-resend-to.
18040         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18041         properly now.
18042
18043         * gnus.el (spam-resend-to): Add group/topic parameter.
18044         (spam-process): Move the OBSOLETE processors to the end of the
18045         choices.
18046
18047 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18048
18049         * spam-report.el (spam-report-resend-to, spam-report-resend):
18050         Start with resend-to set to nil, and then ask the user if necessary.
18051         (spam-report-resend): spam-report-resend takes a list of articles, not
18052         separate article numbers.
18053
18054 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18057         addition to emacs-w3m.
18058
18059 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060
18061         * assistant.el (assistant-authinfo-data): New function.
18062         (assistant-eval): Eval for entire assistant.
18063
18064         * netrc.el (netrc-services-file): New variable.
18065         (netrc-parse-services): New function.
18066         (netrc-find-service-name): New function.
18067         (netrc-find-service-number): New function.
18068         (netrc-port-equal): New function.
18069         (netrc-machine): Use it.
18070
18071         * nnimap.el (nnimap-open-connection): Use netrc.
18072
18073         * gnus-util.el (gnus-netrc-get): Remove aliases.
18074
18075         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18076
18077         * assistant.el (wid-edit): Fix compilation.
18078
18079         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18080
18081 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18082
18083         * gnus-util.el (gnus-set-file-modes): New function.  (small
18084         patch).
18085
18086 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18087
18088         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18089
18090         * assistant.el (assistant-render-node): Fix up rendering and
18091         read-only text.
18092         (assistant-render-node): Reset.
18093         (assistant-make-read-only): Not sticky.
18094
18095 2004-05-20  Danny Siu  <dsiu@adobe.com>
18096
18097         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18098         centered even when gnus-auto-center-summary is t.
18099
18100 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18101
18102         * dns.el (dns-get-txt-answer): New function.
18103         (dns-read-txt): Ditto.
18104         (query-dns): Use it.
18105
18106 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18109         active for foreign groups even if the group level is higher than
18110         the specified value.
18111
18112 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18113
18114         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18115         non-active groups.
18116
18117         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18118
18119 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18120
18121         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18122
18123 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18126         (spam-crm114-header, spam-crm114-spam-switch)
18127         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18128         (spam-crm114-positive-spam-header)
18129         (spam-crm114-database-directory, spam-list-of-processors)
18130         (spam-group-spam-processor-crm114-p)
18131         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18132         (spam-generic-score, spam-list-of-checks)
18133         (spam-list-of-statistical-checks, spam-registration-functions)
18134         (spam-check-crm114-headers, spam-crm114-score)
18135         (spam-check-crm114, spam-crm114-register-with-crm114)
18136         (spam-crm114-register-spam-routine)
18137         (spam-crm114-unregister-spam-routine)
18138         (spam-crm114-register-ham-routine)
18139         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18140         From asjo@koldfront.dk (Adam Sjøgren).
18141
18142         * gnus.el: Add spam-use-crm114.
18143
18144         * spam.el (spam-list-of-processors, spam-registration-functions):
18145         Add spam-use-resend.
18146         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18147         (spam-report-articles-gmane): Add doc fix.
18148         (spam-report-articles-resend, spam-report-resend-register-routine):
18149         Add wrappers around spam-report-resend-to.
18150
18151         * spam-report.el (spam-report-resend-to, spam-report-resend):
18152         Add support for resending spam.
18153         (spam-report-gmane): Fix line length >80.
18154
18155         * gnus.el (spam-process): Add spam-use-resend.
18156
18157 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18158
18159         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18160         number of processed spam messages.
18161         (spam-ham-copy-or-move-routine): Return the number of processed
18162         ham messages.
18163         (spam-summary-prepare-exit): Use the above values to decide
18164         whether status messages shouled be displayed.
18165
18166 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18169         `rfc2047-encoding-function-alist' in order to avoid conflicting
18170         with the old version.
18171         (rfc2047-encode-region): Concatenate words containing non-ASCII
18172         characters in structured fields; don't encode space-delimited
18173         ASCII words even in unstructured fields; don't break words at
18174         char-category boundaries.
18175         (rfc2047-encode-1): New function.
18176         (rfc2047-encode): Use it; encode text so that it occupies the
18177         maximum width within 76-column; work correctly on Q encoding for
18178         iso-2022-* charsets.
18179         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18180         sure not to break a line just after the header name.
18181         (rfc2047-b-encode-region): Remove.
18182         (rfc2047-b-encode-string): New function.
18183         (rfc2047-q-encode-region): Remove.
18184         (rfc2047-q-encode-string): New function.
18185
18186         * mm-util.el (mm-replace-in-string): New function.
18187
18188 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18189
18190         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18191         Really get it right.
18192         (gnus-inews-make-draft): Really.
18193
18194 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18195
18196         * nnmh.el (nnmh-request-list-1): Don't check the link count
18197         before descending.  (small patch)
18198
18199 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18200
18201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18202         stuff.
18203
18204         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18205         Match on real group name.
18206
18207         * gnus-art.el (gnus-signature-limit): Doc fix.
18208
18209         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18210
18211         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18212
18213 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18214
18215         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18216         isn't a string.
18217
18218 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * gnus-draft.el (gnus-draft-send):
18221         Bind rfc2047-encode-encoded-words.
18222
18223         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18224         (rfc2047-encodable-p): Say that =? needs encoding.
18225         (rfc2047-encode-encoded-words): New variable.
18226
18227         * gnus-group.el (gnus-group-select-group): Doc fix.
18228
18229         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18230
18231         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18232         to nil.
18233
18234         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18235
18236         * nnheader.el (nnheader-get-lines-and-char): New function.
18237
18238 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * gnus-msg.el (gnus-summary-followup-with-original):
18241         Document yanking of region when active.
18242
18243 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18246         groups if the group level is higher than the specified value.
18247
18248 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18251         (gnus-group-jump-to-group): Add prefix argument using
18252         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18253         non-active group.
18254
18255         * compface.el (uncompface): Be verbose when changing
18256         `uncompface-use-external'.
18257
18258         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18259         handle manual section.
18260
18261 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * gnus-art.el (gnus-button-alist): Revert previous change.
18264
18265 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18268
18269 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18272         whether backend can accept message.
18273
18274         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18275
18276 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18277
18278         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18279         Avoid creating directory when nntp-marks-is-evil is true.
18280         Reported by Reiner Steib.
18281
18282 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18283
18284         * gnus-picon.el (gnus-picon-style): New variable.
18285         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18286         (gnus-picon-transform-address): Support `gnus-picon-style'.
18287         From Jesper Harder <harder@ifa.au.dk>.
18288
18289 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18290
18291         * message.el (message-fill-field): Return point.
18292         (message-generate-headers): Go to end of field.
18293
18294         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18295         stuff for non-living groups.
18296
18297 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18298
18299         * gnus-art.el (gnus-article-followup-with-original)
18300         (gnus-article-reply-with-original): gnus-mark-active-p ->
18301         gnus-region-active-p.
18302
18303 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18304
18305         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18306         only when there is spam or ham to be processed.
18307
18308 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18309
18310         * mail-source.el (mail-source-delete-crash-box): Refactor.
18311         (mail-source-fetch): Use it.
18312         (mail-source-fetch-file): Ditto.
18313         (mail-source-fetch-directory): Run postscript in loop.
18314         (mail-source-fetch-pop): Delete.
18315         (mail-source-fetch-maildir): Ditto.
18316         (mail-source-fetch-imap): Ditto.
18317
18318         * imap.el (imap-authenticators): Comment out sasl.
18319
18320         * message.el (message-skip-to-next-address): New function.
18321         (message-fill-header-address): Refactor.
18322         (message-fill-address): Use it.
18323         (message-delete-address): Use it.
18324         (message-fill-header-general): Refactor.
18325         (message-fill-field-address): Rename.
18326         (message-narrow-to-field): Find the start of the header.
18327         (message-header-format-alist): Don't pre-fill.
18328         (message-fill-header): Remove.
18329         (message-insert-header): New function.
18330         (message-shorten-references): Use it.
18331
18332         * rfc2047.el (rfc2047-field-value): Strip props.
18333
18334         * mail-parse.el (mail-header-make-address): New alias.
18335
18336         * ietf-drums.el (ietf-drums-make-address): New function.
18337
18338         * imap.el: Add compiler directives.
18339
18340         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18341
18342         * gnus-art.el (article-decode-idna-rhs): Don't use
18343         message-idna-inside-rhs-p.
18344
18345 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * message.el (message-idna-inside-rhs-p): Remove.
18348         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18349
18350         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18351         false positives.
18352
18353 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18354
18355         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18356
18357 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * nneething.el (nneething-file-name): Don't create spurious
18360         files.
18361
18362         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18363         (gnus-inews-do-gcc): Remove sleep.
18364
18365         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18366         part under point.
18367
18368         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18369         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18370
18371 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18372
18373         * spam.el (spam-summary-prepare-exit): Fix (length).
18374
18375 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18376
18377         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18378         as expired without moving it" message when there are spam
18379         messages left.
18380
18381 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18382
18383         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18384         header is not nil.
18385
18386 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18387
18388         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18389         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18390         (nntp-marks-changed-p): New arg SERVER.
18391         (nntp-request-update-info): Adjust caller.
18392
18393 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18394
18395         * nntp.el (nntp-save-marks): Pass missing arg.
18396
18397 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18398
18399         * nntp.el: Support marks.
18400         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18401         (nntp-marks-modtime, nntp-marks-directory): New variables.
18402         (nntp-request-set-mark, nntp-request-update-info)
18403         (nntp-possibly-create-directory, nntp-marks-changed-p)
18404         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18405         New functions.
18406
18407 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18410         (gnus-xmas-redefine): Rename.
18411
18412         * gnus-score.el (gnus-score-insert-help):
18413         Use gnus-select-lowest-window.
18414
18415         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18416         appt-select-lowest-window and rename to gnus-select-lowest-window.
18417
18418         * gnus.el: do.
18419
18420 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18421
18422         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18423         encodings of MIME-encoded words, in order to improve
18424         interoperability with several broken MUAs.
18425
18426 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18427
18428         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18429         tags, only when charsets are not specified in headers.
18430         (mm-inline-text-html-render-with-w3m): Ditto.
18431
18432         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18433         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18434
18435 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18436
18437         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18438         instead of MIME-decoded from fields when checking
18439         `gnus-article-address-banner-alist'.
18440
18441 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18442
18443         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18444         description rather than subject.
18445
18446 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18447
18448         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18449
18450 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18451
18452         * gnus.el (gnus-version-number): Bump.
18453
18454 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18455
18456         * gnus.el: No Gnus v0.2 is released.
18457
18458 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18459
18460         * gnus-agent.el (gnus-agent-read-agentview):
18461         Inline gnus-uncompress-range.
18462
18463 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18464
18465         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18466         `exec-installed-p'.
18467
18468 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18469
18470         * gnus.el (spam-process, spam-autodetect-methods):
18471         Add bsfilter and bsfilter-headers.
18472
18473         * spam.el (spam-bsfilter): New customize group.
18474         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18475         (spam-bsfilter-header, spam-bsfilter-probability-header)
18476         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18477         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18478         (spam-bsfilter-database-directory): New options.
18479         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18480         (spam-list-of-statistical-checks, spam-registration-functions):
18481         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18482         (spam-bsfilter-score): New command.
18483         (spam-check-bsfilter-headers, spam-check-bsfilter)
18484         (spam-bsfilter-register-with-bsfilter)
18485         (spam-bsfilter-register-spam-routine)
18486         (spam-bsfilter-unregister-spam-routine)
18487         (spam-bsfilter-register-ham-routine)
18488         (spam-bsfilter-unregister-ham-routine): New functions.
18489         (spam-generic-score): Support bsfilter; Accept an optional argument
18490         to recalcurate spam score even if scoring header has already been
18491         added.
18492         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18493         optional argument to recalcurate spam score even if scoring header
18494         has already been added.
18495
18496 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18497
18498         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18499         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18500         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18501         link is missing.
18502
18503 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18504
18505         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18506         (html2text-get-attr): Rewrite.
18507
18508         * message.el (message-setup-1): Remove redundant put-text-property
18509         on mail-header-separator.
18510
18511 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18512
18513         * gnus-registry.el (gnus-registry-cache-whitespace)
18514         (gnus-registry-action, gnus-registry-spool-action)
18515         (gnus-registry-split-fancy-with-parent): Change message levels
18516         from 5 to 3 or 7, as needed.
18517
18518         * spam.el (spam-summary-prepare-exit)
18519         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18520         (spam-split, spam-find-spam, spam-log-undo-registration)
18521         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18522         level from 5 to 6.
18523
18524 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18527         2004-03-04 change).
18528
18529 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * sieve-manage.el (sieve-manage-open):
18532         * nnweb.el (nnweb-insert-html):
18533         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18534         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18535         * nnspool.el (nnspool-request-group):
18536         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18537         * nnml.el (nnml-request-update-info):
18538         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18539         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18540         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18541         (nnimap-request-set-mark):
18542         * nnfolder.el (nnfolder-request-update-info):
18543         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18544         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18545         * gnus-uu.el (gnus-uu-find-articles-matching):
18546         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18547         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18548         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18549         * gnus-nocem.el (gnus-nocem-scan-groups):
18550         * gnus-int.el (gnus-start-news-server):
18551         * gnus-group.el (gnus-group-make-kiboze-group)
18552         (gnus-group-browse-foreign-server):
18553         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18554         Use mapc when appropriate.
18555
18556 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18557
18558         FIXME: Make separate entries for each person.
18559
18560         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18561         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18562         <shields@msrl.com>:
18563
18564         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18565         may need for spam sorting and scoring.
18566         (spam-user-format-function-S): Add user format function suitable for
18567         general use.
18568         (spam-article-sort-by-spam-status): Add sorting function for summary
18569         sorting.
18570         (spam-extra-header-to-number): Add function to get a score from a
18571         header.
18572         (spam-summary-score): Add function to get a numeric score from the
18573         headers.
18574         (spam-generic-score): Fix function doc, was in wrong place.
18575         (spam-initialize): Take symbols when it's run, and install the
18576         extra headers that spam-necessary-extra-headers thinks we need.
18577
18578 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18581         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18582
18583 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18584
18585         * gnus-sum.el (gnus-set-global-variables)
18586         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18587         (gnus-article-get-xrefs, gnus-summary-best-group)
18588         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18589         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18590         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18591         Use with-current-buffer.
18592
18593 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * spam.el (spam-summary-prepare-exit): Simplify logic.
18596         (spam-fetch-article-header): Read the article header if it's not
18597         available.
18598         (spam-list-articles): Simplify logic.
18599         (spam-filelist-register-routine): Fix bug with unregister-list.
18600
18601         * gnus-registry.el: Fix comments at beginning.
18602
18603 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18604
18605         * message.el (message-cater-to-broken-inn): Remove.
18606         (message-shorten-references): Make sure the total folded length of
18607         References is shorter than 998 characters to cater to a bug in INN
18608         2.3.  Also, don't pretend that references aren't folded -- this
18609         hasn't worked for a while.
18610
18611 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18612
18613         * gnus-agent.el (gnus-agentize):
18614         gnus-agent-send-mail-real-function no longer set to current value
18615         of message-send-mail-function but rather a lambda that calls
18616         message-send-mail-function.  The change makes the agent real-time
18617         responsive to user changes to message-send-mail-function.
18618
18619 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18620
18621         * legacy-gnus-agent.el
18622         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18623         help from Florian Weimer <fw@deneb.enyo.de>
18624
18625 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * nnmail.el (nnmail-cache-insert): Revert last change.
18628
18629 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * nnmail.el (nnmail-cache-insert): Always check whether
18632         nnmail-cache-ignore-groups matches a group name.
18633
18634 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18635
18636         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18637         (spam-find-spam, spam-log-processing-to-registry)
18638         (spam-log-registered-p, spam-log-unregistration-needed-p)
18639         (spam-log-undo-registration): Use gnus-message instead of
18640         gnus-error, none of these errors are fatal.
18641
18642         * gnus-registry.el (gnus-registry-clean-empty-function)
18643         (gnus-registry-clean-empty): Remove only empty entries without
18644         extra data.
18645
18646 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18647
18648         * spam-stat.el (spam-stat-buffer-change-to-spam)
18649         (spam-stat-buffer-change-to-non-spam): Change (error) to
18650         (gnus-message 8) invocation.
18651
18652 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * nntp.el (nntp-via-netcat-command): New variable.
18655         (nntp-via-netcat-switches): New variable.
18656         (nntp-open-via-rlogin-and-netcat): New function.
18657         (nntp-open-connection-function): Doc fix.
18658         (nntp-telnet-command): Doc fix.
18659         (nntp-end-of-line): Doc fix.
18660         (nntp-via-rlogin-command): Doc fix.
18661         (nntp-via-user-name): Doc fix.
18662         (nntp-via-address): Doc fix.
18663
18664 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18667         error in Emacs 21.1.
18668
18669 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18670
18671         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18672
18673 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18674
18675         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18676         (gnus-agent-with-refreshed-group): New macro.
18677         (gnus-agent-rename-group): New function.
18678         (gnus-agent-delete-group): New function.
18679         (gnus-agent-save-group-info): Use gnus-command-method when
18680         `method' parameter is nil.  Don't write nil entries into the
18681         active file.
18682         (gnus-agent-get-group-info): New function.
18683         (gnus-agent-fetch-articles):
18684         Use gnus-agent-update-files-total-fetched-for to increment disk space
18685         used.
18686         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18687         Use gnus-agent-update-view-total-fetched-for to increment disk space
18688         used.
18689         (gnus-agent-get-local): Add optional parameters to avoid calling
18690         gnus-group-real-name and gnus-find-method-for-group.
18691         (gnus-agent-set-local): Delete stored entry if either min, or max,
18692         are nil.
18693         (gnus-agent-fetch-session): Reworded error/quit messages.
18694         On quit, use gnus-agent-regenerate-group to record existance of any
18695         articles fetched to disk before the quit occurred.
18696         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18697         gnus-agent-update-view-total-fetched-for, and
18698         gnus-agent-update-files-total-fetched-for to decrement disk space
18699         used.
18700         (gnus-agent-retrieve-headers):
18701         Use gnus-agent-update-view-total-fetched-for to increment disk space
18702         used.
18703         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18704         with gnus-agent-update-files-total-fetched-for to decrement disk
18705         space and fresh group buffer.
18706         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18707         (gnus-agent-need-update-total-fetched-for): New variable.
18708         (gnus-agent-update-files-total-fetched-for): New function.
18709         (gnus-agent-update-view-total-fetched-for): New function.
18710         (gnus-agent-total-fetched-for): New function.
18711
18712         * gnus-cache.el (gnus-cache-save-buffers):
18713         Use gnus-cache-update-overview-total-fetched-for to change disk space
18714         used by this group.
18715         (gnus-cache-possibly-enter-article):
18716         Use gnus-cache-update-file-total-fetched-for to increment disk space
18717         used by this group.
18718         (gnus-cache-possibly-remove-article):
18719         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18720         used by this group.
18721         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18722         (gnus-cache-rename-group): New function.
18723         (gnus-cache-delete-group): New function.
18724         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18725         (gnus-cache-need-update-total-fetched-for): New variable.
18726         (gnus-cache-with-refreshed-group): New macro.
18727         (gnus-cache-update-file-total-fetched-for): New function.
18728         (gnus-cache-update-overview-total-fetched-for): New function.
18729         (gnus-cache-rename-group-total-fetched-for): New function.
18730         (gnus-cache-delete-group-total-fetched-for): New function.
18731         (gnus-cache-total-fetched-for): New function.
18732
18733         * gnus-group.el: Require gnus-sum and autoload functions to
18734         resolve warnings when gnus-group.el compiled alone.
18735         (gnus-group-line-format): Documented new %F.
18736         (size of Fetched data) group line format; identifies disk space
18737         used by agent and cache.
18738         (gnus-group-line-format-alist): Defined new F format.
18739         (gnus-total-fetched-for): New function.
18740         (gnus-group-delete-group): No longer update
18741         gnus-cache-active-altered as gnus-request-delete-group now keeps
18742         the cache in sync.
18743         (gnus-group-list-active): Let the agent store a server's active
18744         list if currently plugged.
18745
18746         * gnus-int.el (gnus-request-delete-group):
18747         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18748         local disk in sync with the server.
18749         (gnus-request-rename-group):
18750         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18751         local disk in sync with the server.
18752
18753         * gnus-start.el (gnus-get-unread-articles):
18754         Cosmetic simplification to logic.
18755
18756         * gnus-util.el (gnus-rename-file): New function.
18757
18758 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18759
18760         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18761
18762 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18765         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18766
18767 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18768
18769         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18770         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18771
18772 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18775
18776 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18777
18778         * spam.el (spam-set-difference): Add function to replace
18779         gnus-set-difference in spam.el.
18780         (spam-summary-prepare-exit): Use spam-set-difference.
18781
18782 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18783
18784         * gnus-registry.el (gnus-registry-cache-file): Update to use
18785         gnus-dribble-directory OR gnus-home-directory OR ~.
18786         (gnus-registry-split-fancy-with-parent): Fix doc.
18787
18788 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * message.el (message-exchange-point-and-mark):
18791         Use message-mark-active-p.  Suggested by Jesper Harder
18792         <harder@ifa.au.dk>.
18793
18794 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * message.el (message-exchange-point-and-mark): Don't activate
18797         region if it was inactive.  Suggested by Hiroshi Fujishima
18798         <pooh@nature.tsukuba.ac.jp>.
18799
18800 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-art.el (article-display-face): Display Faces in the same
18803         order as X-Faces.
18804
18805 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18808
18809 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18812         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18813         (gnus-article-mime-hierarchy): Remove.
18814         (gnus-article-mime-hierarchy-next): Remove.
18815         (gnus-article-mode): Revert 2004-03-19 change.
18816         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18817         (gnus-insert-mime-button): Revert 2004-03-19 change.
18818         (gnus-mime-accumulate-hierarchy): Remove.
18819         (gnus-mime-enter-multipart): Remove.
18820         (gnus-mime-leave-multipart): Remove.
18821         (gnus-mime-display-part): Revert 2004-03-19 change.
18822         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18823
18824         * mml.el (mml-preview): Revert 2004-03-19 change.
18825
18826 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18827
18828         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18829
18830 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18833         t while entering a file name using the mm-with-multibyte macro.
18834         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18835
18836         * mm-util.el (mm-with-multibyte): New macro.
18837
18838 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18841         New user option.
18842         (gnus-mime-multipart-functions): Doc and customization fix.
18843         (gnus-article-mime-hierarchy): New variable.
18844         (gnus-article-mime-hierarchy-next): New variable.
18845         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18846         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18847         gnus-article-mime-hierarchy-next to nil.
18848         (gnus-insert-mime-button): Show hierarchy numbers.
18849         (gnus-mime-accumulate-hierarchy): New function.
18850         (gnus-mime-enter-multipart): New function.
18851         (gnus-mime-leave-multipart): New function.
18852         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18853         (gnus-mime-display-alternative): Show hierarchy numbers.
18854
18855         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18856         gnus-article-mime-hierarchy-next to nil.
18857
18858 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18859
18860         * dns.el: Don't require gnus-xmas.
18861
18862 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18865         inline PGP.
18866         (mml-menu): Disable mml-quote-region if mark is inactive.
18867
18868 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18871         when the group's active is not available.
18872
18873 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18876         error.
18877
18878 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * imap.el (imap-store-password): New variable.
18881         (imap-interactive-login): Use it.
18882         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18883
18884 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18887         window-start and hscroll to summary window.
18888
18889 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18890
18891         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18892         conversion message to newsrc-dribble when an actual conversion is
18893         performed.
18894
18895 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18896
18897         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18898
18899 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * mm-decode.el (mm-complicated-handles): New function reviving
18902         former definition of mm-multiple-handles.
18903
18904         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18905         (gnus-mime-delete-part): Use it.
18906
18907 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18908
18909         * gnus-agent.el (gnus-agent-read-local):
18910         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18911         avoid the implicit assumption that they will always be equal.
18912         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18913         coding-system-for-write, as the with-temp-file macro first prints
18914         to a buffer then saves the buffer.
18915
18916 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-art.el (gnus-article-edit-part): New function.
18919         (gnus-mime-save-part-and-strip): Use it; do query instead of
18920         signaling an error; don't use mm-multiple-handles.
18921         (gnus-mime-delete-part): Ditto.
18922
18923 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18924
18925         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18926         old file versions.
18927         (gnus-group-prepare-hook): Remove function that converted list
18928         form of gnus-agent-expire-days to group properties.
18929
18930         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18931         (gnus-request-accept-article): Re-indented.
18932
18933         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18934         converters to handle old agent file formats.  Add logic for a
18935         "backup before upgrading warning".
18936         (gnus-convert-mark-converter-prompt): Developers can mark
18937         functions as needing (default), or not needing,
18938         gnus-convert-old-newsrc's "backup before upgrading warning".
18939         (gnus-convert-converter-needs-prompt): Tests whether the user
18940         should be protected from potentially irreversable changes by the
18941         function.
18942
18943         * legacy-gnus-agent.el: New.  Provides converters that are only
18944         loaded when gnus-convert-old-newsrc needs to call them.
18945
18946 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * mail-source.el (mail-source-touch-pop): Doc fix.
18949
18950         * message.el (message-smtpmail-send-it): Doc fix.
18951
18952 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18953
18954         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18955
18956         * nnmail.el (nnmail-split-fancy): do.
18957
18958         * gnus-kill.el (gnus-kill, gnus-execute): do.
18959
18960 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18961
18962         * gnus-sum.el (gnus-widget-reversible-match)
18963         (gnus-widget-reversible-to-internal)
18964         (gnus-widget-reversible-to-external): New functions.
18965         (gnus-widget-reversible): New widget.
18966         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18967
18968 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18969
18970         * gnus-sum.el (gnus-thread-sort-functions)
18971         (gnus-article-sort-functions): Document `(not F)' items.
18972
18973 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18974
18975         * spam.el (spam-use-gmane-xref): Add new backend.
18976         (spam-gmane-xref-spam-group): Add variable to control the name of the
18977         Gmane spam group.
18978         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18979         (spam-regex-headers-spam, spam-regex-headers-ham)
18980         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18981         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18982         backends and checks.
18983         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18984
18985         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18986         an autodetect method.
18987
18988 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18989
18990         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18991         articles are being added to a group.
18992         (gnus-request-replace-article): Inform the agent that articles
18993         need to be uncached as the cached contents are no longer valid.
18994
18995 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * binhex.el: Don't autoload executable-find.
18998
18999         * canlock.el: Don't autoload mail-fetch-field.
19000
19001         * dgnushack.el: Autoload c-mode for XEmacs.
19002
19003         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19004
19005         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19006         rmail-dont-reply-to and rmail-output.
19007
19008         * gnus-score.el: Don't autoload ffap-string-at-point.
19009
19010         * gnus-setup.el: Don't autoload sc-cite-original.
19011
19012         * imap.el: Don't autoload base64-decode-string,
19013         base64-encode-string and md5.
19014
19015         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19016         and rmail-msg-restore-non-pruned-header.
19017
19018         * mm-decode.el: Don't autoload executable-find.
19019
19020         * mm-url.el: Don't autoload executable-find.
19021
19022         * mm-view.el: Don't autoload diff-mode.
19023
19024         * nndb.el: Don't autoload news-reply-mode, news-setup,
19025         cancel-timer and telnet.
19026
19027         * password.el: Don't autoload run-at-time for Emacs.
19028
19029         * sha1-el.el: Don't autoload executable-find.
19030
19031         * sieve-mode.el: Don't autoload c-mode.
19032
19033         * uudecode.el: Don't autoload executable-find.
19034
19035 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19036
19037         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19038         (gnus-agent-possibly-alter-active): Avoid null in numeric
19039         comparison.
19040         (gnus-agent-set-local): Refuse to save null in local object table.
19041         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19042         list of articles that will be marked as unread.
19043
19044 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19047
19048 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19049
19050         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19051         language tags.
19052
19053 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19054
19055         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19056         Don't bind "obarray".
19057
19058         * gnus-sum.el (gnus-thread-sort-functions):
19059         Add `gnus-thread-sort-by-most-recent-number' and
19060         `gnus-thread-sort-by-most-recent-date'.
19061         Reported by Kai Grossjohann <kai@emptydomain.de>.
19062
19063 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19066
19067 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19068
19069         * gnus-cus.el (gnus-agent-customize-category):
19070         Remove ignore-errors macro reference that required cl to be loaded at
19071         run-time.
19072
19073         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19074         single-interval range of the form (min . max).  Previously the
19075         range had to look like ((min . max)).  Likewise, return
19076         (min . max) rather than ((min . max)).
19077         (gnus-range-map): Use gnus-range-normalize to accept
19078         single-interval range.
19079
19080         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19081         the cache, but not the agent, now appear with their usual face.
19082
19083         * dgnushack.el (loaddir): New variable that is bound to the
19084         directory containing the dgnushack.el file. Use loaddir, rather
19085         than srcdir, to update load-path. Change lets dgnushack compile
19086         code in directories other than GNUS/lisp.
19087
19088 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * lpath.el: Don't bind w3m-safe-url-regexp.
19091
19092         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19093         w3m-safe-url-regexp variable buffer-local.
19094
19095         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19096
19097 2004-02-27  Simon Josefsson  <jas@extundo.com>
19098
19099         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19100         gnus-group-real-prefix.
19101         (gnus-summary-move-article): Use it, instead of
19102         gnus-group-real-prefix.
19103
19104 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * lpath.el: Bind w3m-safe-url-regexp.
19107
19108         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19109         w3m-safe-url-regexp variable buffer-local and set it as the value
19110         of mm-w3m-safe-url-regexp.
19111
19112         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19113
19114         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19115         parsing gnus-posting-styles when the message is not for replying.
19116
19117         * dgnushack.el: Autoload sgml-mode for XEmacs.
19118
19119         * nnrss.el (nnrss-opml-export):
19120         Use mm-set-buffer-file-coding-system instead of
19121         set-buffer-file-coding-system.
19122
19123 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19124
19125         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19126         of checkdoc.el).
19127         * nnrss.el: do.
19128         * gnus-mlspl.el: do.
19129         * gnus-ml.el: do.
19130         * gnus-srvr.el: do.
19131
19132         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19133
19134 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19135
19136         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19137         Corrections to custom-manual links.
19138
19139         * gnus-art.el (gnus-article): Ditto.
19140
19141         * mm-decode.el (mime-display, mime-security): Ditto.
19142
19143 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * flow-fill.el: Typo.
19146
19147 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19148
19149         * spam-wash.el: New file.
19150
19151 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19152
19153         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19154
19155 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19156
19157         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19158         to be run with new-articles as LIST1, not LIST2.
19159         (spam-registration-functions): Add spam-use-ham-copy as a nil
19160         registration backend.
19161
19162 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19163
19164         * spam-stat.el (spam-stat-washing-hook): New option.
19165         (spam-stat-buffer-words): Use it.
19166         (spam-stat-process-directory, spam-stat-test-directory):
19167         Use insert-file-contents-literally.
19168         (spam-stat-coding-system): New variable.
19169         (spam-stat-load, spam-stat-save): Use it.
19170
19171 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * spam-report.el (spam-report-plug-agent):
19174         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19175
19176 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19177
19178         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19179         Allow / in mailto URLs.
19180
19181 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * spam-report.el (spam-report-process-queue): Fix interactive use.
19184         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19185         (spam-report-unplug-agent): Doc fixes.
19186         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19187         (spam-report-agentize, spam-report-deagentize): Autoload.
19188
19189 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19192
19193         * message.el (message-setup-fill-variables): Add mml tags to
19194         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19195         <ajk@iu.edu>.
19196         (message-mode): Don't modify paragraph-separate there.
19197
19198 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * compface.el (uncompface-use-external): Default to undecided.
19201         (uncompface-use-external-threshold): New variable.
19202         (uncompface-float-time): New macro.
19203         (uncompface): Determine whether to use the external decoder if
19204         uncompface-use-external is undecided.
19205
19206 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19207
19208         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19209         after images.
19210
19211         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19212
19213 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19214
19215         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19216
19217         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19218
19219         * gnus-sum.el (gnus-summary-limit-to-age)
19220         (gnus-summary-limit-children): do.
19221
19222         * gnus-int.el (gnus-request-scan): do.
19223
19224         * gnus-group.el (gnus-group-suspend): do.
19225
19226         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19227
19228         * gnus-cite.el (gnus-cite-parse-attributions): do.
19229
19230         * gnus-agent.el (gnus-summary-set-agent-mark)
19231         (gnus-agent-regenerate-group): do.
19232
19233         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19234
19235         * binhex.el (binhex-decode-region-internal): do.
19236
19237 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * gnus-fun.el (gnus-face-properties-alist): New user option.
19240         (gnus-display-x-face-in-from): Use it.
19241
19242         * gnus-art.el (article-display-face): Ditto.
19243
19244         * compface.el (uncompface-use-external): Default to nil.
19245
19246 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * nntp.el (nntp-erase-buffer): New function.
19249         (nntp-retrieve-data, nntp-send-command)
19250         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19251         (nntp-possibly-change-group): Use it.
19252
19253         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19254         Use with-current-buffer.
19255
19256 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19257
19258         * compface.el: Merge the ELisp-based uncompface program.
19259         (compface): New customization group.
19260         (uncompface-use-external): New user option.
19261         (uncompface): Call uncompface-internal if uncompface-use-external
19262         is nil.
19263         (uncompface-internal): New function.  Note that there are also
19264         some other functions and variables added for this function.
19265
19266 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19269         if necessary.
19270
19271 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19272
19273         * spam-report.el (spam-report-unplug-agent)
19274         (spam-report-plug-agent, spam-report-deagentize)
19275         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19276         Add support for the Agent in spam-report: when unplugged, report to a
19277         file; when plugged, submit all the requests.
19278
19279         * spam.el (spam-register-routine): Fix message about
19280         registration.
19281
19282 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19283
19284         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19285         dependencies.
19286         (rfc2047-encode): Use it.
19287
19288         * gnus-art.el (gnus-button-marker-list): Move before first
19289         reference.
19290
19291         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19292         (imap-parse-body): Fix format string mismatch.
19293
19294         * gnus-score.el (gnus-summary-increase-score): do.
19295
19296         * nnrss.el (nnrss-close): New function.
19297
19298 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19299
19300         * nnrss.el (nnrss-make-filename): New function.
19301         (nnrss-request-delete-group, nnrss-read-server-data)
19302         (nnrss-save-server-data, nnrss-read-group-data)
19303         (nnrss-save-group-data): Use it.
19304         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19305         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19306         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19307
19308 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19309
19310         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19311
19312 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19315         files.
19316
19317         * message.el (message-generate-headers-first): Don't quote nil
19318         and t in docstrings.
19319
19320         * imap.el (imap-id): do.
19321
19322         * gnus-agent.el (gnus-agent-consider-all-articles)
19323         (gnus-agent-queue-mail): do.
19324
19325 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * spam-report.el (spam-report-process-queue): New function.
19328         Process requests from `spam-report-requests-file'.
19329         (spam-report-process-queue): Doc fix.
19330
19331 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19332
19333         * spam.el (spam-register-routine)
19334         (spam-log-processing-to-registry, spam-log-registered-p)
19335         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19336         Change "check" to "spam-check" for semi-clarity.
19337
19338 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * pop3.el: Require nnheader.
19341
19342         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19343
19344         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19345
19346         * gnus-picon.el: Require cl.
19347
19348         * gnus-fun.el: Require gnus-ems and gnus-util.
19349
19350         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19351
19352         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19353
19354         * gnus-art.el (gnus-article-edit-mode): Define before first
19355         reference.
19356
19357 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19358
19359         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19360         (gnus-uu-post-encoded): Use point-at-bol.
19361
19362         * gnus-topic.el (gnus-group-active-topic-p): do.
19363
19364         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19365
19366         * gnus-group.el (gnus-group-kill-region): do.
19367
19368         * gnus-art.el (article-date-ut): do.
19369
19370         * message.el (message-fetch-field): Remove redundant
19371         case-fold-search binding.
19372         (message-narrow-to-field): Simplify.
19373
19374 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19375
19376         * spam.el (spam-directory): Derive from `gnus-directory'.
19377
19378         * spam-report.el (spam-report-url-to-file)
19379         (spam-report-requests-file): New function and variable for offline
19380         reporting.
19381         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19382         and user defined function.
19383         (spam-report-url-ping-mm-url): Remove doubled slash.
19384
19385 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19386
19387         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19388
19389 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19390
19391         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19392         Fix format string mismatch.
19393
19394         * sieve.el (sieve-deactivate-all): do.
19395
19396         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19397
19398         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19399
19400         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19401
19402         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19403
19404 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19405
19406         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19407         the list of checks.
19408
19409 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19412         padding.
19413
19414 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19415
19416         * mm-view.el (mm-fill-flowed): New variable.
19417         (mm-inline-text): Use it.
19418
19419 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19420
19421         * spam.el (spam-spamassassin-register-ham-routine)
19422         (spam-spamassassin-register-spam-routine): Fix function names.
19423
19424 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * gnus.el (gnus-tmp-grouplens): Remove.
19427         (gnus-summary-line-format): Remove grouplens.
19428
19429         * gnus-group.el (gnus-group-line-format): Ditto.
19430
19431         * gnus-spec.el (gnus-format-specs): Ditto.
19432         (gnus-update-format-specifications): Flush the group format spec
19433         cache if there's the grouplens stuff.
19434         (gnus-parse-simple-format): Replace %l with the empty string.
19435
19436 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19437
19438         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19439         omission.
19440
19441 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19445
19446 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19447
19448         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19449         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19450         New macros and functions.
19451         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19452         Handle > NLINK_MAX messages.
19453         * nnmaildir.el (nnmaildir-request-set-mark):
19454         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19455
19456 2004-01-25  Alex Schroeder  <alex@gnu.org>
19457
19458         * spam-stat.el (spam-stat-process-directory-age): New option.
19459         (spam-stat-process-directory): Use it.
19460
19461 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19462
19463         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19464         (spam-stat-save): Accept prefix argument.
19465
19466 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19467
19468         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19469         links" error.
19470
19471 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19474         the rest of the and/or forms.
19475
19476 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19477
19478         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19479         compatibility with old .newsrc.eld files.
19480
19481         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19482
19483         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19484
19485         * gnus-start.el (gnus-1): do.
19486
19487         * gnus-group.el (gnus-group-line-format-alist): do.
19488
19489         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19490
19491         * gnus-gl.el: Remove.
19492
19493 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19494
19495         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19496         marks consisting of a single range {for example, (3 . 5)} rather
19497         than a list of a single range { ((3 . 5)) }.
19498
19499 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19500
19501         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19502         Use with-current-buffer.
19503         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19504         avoid consing a string.
19505
19506         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19507         Remove obsolete entries for big5 and gb2312.
19508
19509 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19510
19511         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19512         uncompressed list.
19513
19514 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * spam-stat.el (spam-stat-strip-xref): New function.
19517         (spam-stat-process-directory): Use it.
19518
19519         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19520         here -- it's done in message-fetch-field.
19521
19522 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19523
19524         * gnus-agent.el (gnus-agent-queue-mail)
19525         (gnus-agent-prompt-send-queue): New variables.
19526         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19527         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19528         "nndraft:queue" along to gnus-draft-send.
19529         Use gnus-agent-prompt-send-queue.
19530         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19531         is "nndraft:queue".  Suggested by Gaute Strokkenes
19532         <gs234@srcf.ucam.org>
19533
19534         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19535         (agent-enable-undownloaded-faces): Add.
19536         (gnus-agent-cat-groups): Use eval-and-compile, not
19537         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19538         method of gnus-agent-cat-groups even when the buffer has been
19539         evaled.
19540         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19541         delete gnus-agent-save-active-1.
19542         (gnus-agent-save-groups): Delete.  Identical to
19543         gnus-agent-save-active.
19544         (gnus-agent-write-active): No longer adjust agent's copy of active
19545         file as agent's adjustments are now stored in their own
19546         file.  Remove optional parameter.
19547         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19548         servers.  Add use of min/max range limits from server's local
19549         file.
19550         (gnus-agent-save-alist): Remove unused optional argument.
19551         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19552         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19553         (gnus-agent-set-local): A per-server file that keeps min/max range
19554         limits for articles known to the agent.  Provides a fast mechanism
19555         for altering many active ranges.
19556         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19557         active file (local makes it unnecessary).
19558         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19559
19560         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19561         (agent-enable-undownloaded-faces): Add.
19562
19563         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19564         disable it when sending to "nndraft:queue".
19565         (gnus-group-send-queue): Add safety check to avoid sending queue
19566         when unplugged.
19567
19568         * gnus-group.el (gnus-group-catchup): Use new
19569         gnus-sequence-of-unread-articles, not
19570         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19571         numbers of articles.  Use gnus-range-map to avoid having to
19572         uncompress the unread list.
19573         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19574         Fix invalid ange-ftp reference.
19575
19576         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19577         (gnus-sorted-range-intersection): Intersection of two ranges
19578         without requiring that they first be uncompressed.
19579
19580         * gnus-start.el (gnus-activate-group): Unless blocked by the
19581         caller, possibly expand the active range to include both cached
19582         and agentized articles.
19583         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19584         multiple version-dependent converters.
19585         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19586         gnus-agent-save-active.
19587         (gnus-save-newsrc-file): Save dirty agent range limits.
19588
19589         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19590         gnus-agent-possibly-alter-active.
19591         (gnus-adjust-marked-articles): Faster handling of simple lists.
19592
19593 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * spam-stat.el (spam-stat-test-directory): New optional argument
19596         displays a list of files detected.  Suggested by Andrew Cohen
19597         <cohen@andy.bu.edu>.
19598         (spam-stat-buffer-words-with-scores): Don't narrow and change
19599         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19600
19601 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19602
19603         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19604         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19605         (spam-spamassassin-arguments)
19606         (spam-spamassassin-spam-flag-header)
19607         (spam-spamassassin-positive-spam-flag-header)
19608         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19609         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19610         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19611         (spam-list-of-processors, spam-list-of-checks)
19612         (spam-list-of-statistical-checks, spam-registration-functions)
19613         (spam-check-spamassassin-headers, spam-check-spamassassin)
19614         (spam-spamassassin-score)
19615         (spam-spamassassin-register-with-sa-learn)
19616         (spam-spamassassin-register-spam-routine)
19617         (spam-spamassassin-register-ham-routine)
19618         (spam-assassin-register-spam-routine)
19619         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19620         (spam-bogofilter-score): Fix to show article before scoring.
19621
19622 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19623
19624         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19625         default scoring function.
19626         (spam-generic-score): Call spam-spamassassin-score if
19627         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19628         spam-bogofilter-score otherwise.
19629
19630         * gnus.el (spam-process, spam-autodetect-methods):
19631         Add spamassassin and spamassassin-headers.
19632
19633 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19634
19635         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19636         Suppress unnecessary messages.
19637
19638 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19639
19640         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19641         make-hash-table.
19642
19643 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * canlock.el (base64-encode-string): Don't autoload it.
19646
19647 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * run-at-time.el: Remove useless (require 'itimer),
19650         eval-and-compile and (featurep 'xemacs).
19651
19652 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19653
19654         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19655         GROUP is a virtual group.
19656
19657 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19658
19659         * gnus.el: Autoload `message-y-or-n-p'.
19660
19661 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19662
19663         * pgg-parse.el: Remove unnecessary (require 'custom).
19664
19665         * pgg-def.el: do.
19666
19667         * nnmail.el: do.
19668
19669         * gnus-undo.el: do.
19670
19671         * gnus-picon.el: do.
19672
19673         * gnus-util.el: do.
19674
19675 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19676
19677         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19678
19679 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19682         handle, as well as a list.
19683
19684         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19685         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19686         (mm-w3m-cid-retrieve): Simplify.
19687
19688 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19689
19690         * message.el (message-kill-to-signature): Allow prefix arg to
19691         specify number of lines to keep before signature.
19692
19693 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19694
19695         * message.el (message-kill-to-signature): Change docstring.
19696
19697 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19698
19699         * canlock.el: Always require sha1-el.
19700         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19701
19702         * message.el: Autoload sha1 only when compiling.
19703
19704         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19705         eudc-expand-inline for XEmacs.
19706
19707 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * message.el (message-canlock-generate): Require sha1-el.
19710
19711 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19712
19713         * message.el (message-expand-name): Silence the byte compiler.
19714
19715         * lpath.el: Add detect-coding-system.
19716
19717         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19718         cus-edit.
19719
19720 2004-01-13  Simon Josefsson  <jas@extundo.com>
19721
19722         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19723         Invoke gnus-score-mode.
19724         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19725
19726         * gnus-range.el (gnus-compress-sequence): Doc fix.
19727         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19728
19729 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19730
19731         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19732
19733 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19734
19735         * spam.el (spam-get-article-as-string): Update to use
19736         gnus-request-article-this-buffer, much simpler.
19737         (spam-get-article-as-buffer): Remove.
19738
19739 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19740
19741         * message.el (message-expand-name): Use EUDC if the user uses that.
19742
19743 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19744
19745         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19746         character for the encoding to avoid consing a string.
19747
19748         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19749         unnecessarily.
19750
19751         * mm-util.el (mm-replace-chars-in-string): Remove.
19752
19753         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19754         of mm-replace-chars-in-string.
19755
19756 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19757
19758         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19759
19760         * mm-util.el (mm-subst-char-in-string): Support inplace.
19761
19762         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19763         a new string in every iteration.  Use shy groups.
19764
19765 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19766
19767         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19768         * gnus-soup.el (gnus-soup-group-brew):
19769         * gnus-msg.el (gnus-put-message):
19770         * gnus-move.el (gnus-group-move-group-to-server):
19771         * gnus-kill.el (gnus-batch-score):
19772         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19773         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19774         (gnus-group-update-group, gnus-group-read-group)
19775         (gnus-group-make-group, gnus-group-make-help-group)
19776         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19777         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19778         (gnus-group-sort-by-unread, gnus-group-catchup)
19779         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19780         (gnus-group-yank-group, gnus-group-set-info)
19781         (gnus-group-list-groups):
19782         * gnus.el (gnus-generate-new-group-name):
19783         * gnus-delay.el (gnus-delay-send-queue):
19784         * nnvirtual.el (nnvirtual-catchup-group):
19785         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19786         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19787         (gnus-group-prepare-topics, gnus-topic-check-topology):
19788         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19789         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19790         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19791         (gnus-group-make-articles-read):
19792         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19793         (gnus-group-change-level, gnus-kill-newsgroup)
19794         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19795         (gnus-get-unread-articles, gnus-make-articles-unread)
19796         (gnus-make-ascending-articles-unread): Use accessor
19797         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19798         to get group information for improved readability.
19799
19800
19801 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19802
19803         * gnus-art.el (article-decode-mime-words, article-babel)
19804         (gnus-article-highlight-signature, gnus-article-add-buttons)
19805         (gnus-signature-toggle): Use gnus-with-article-buffer.
19806
19807         * gnus-art.el (gnus-article-highlight-headers)
19808         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19809
19810         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19811         (gnus-article-set-globals, gnus-request-article-this-buffer)
19812         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19813         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19814         (gnus-mime-display-alternative): Use with-current-buffer.
19815
19816 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19817
19818         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19819         also under 80 char limit, and call gnus-error if needed.
19820         (spam-fetch-article-header): Fix - it was a
19821         buffer-local variable (gnus-newsgroup-data).
19822         (spam-find-spam): Use spam-generate-fake-headers, forget about
19823         spam-insert-fake-headers.
19824         (spam-insert-fake-headers): Remove.
19825
19826 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19827
19828         * deuglify.el (gnus-article-outlook-unwrap-lines)
19829         (gnus-outlook-rearrange-article)
19830         (gnus-outlook-repair-attribution-outlook)
19831         (gnus-outlook-repair-attribution-block)
19832         (gnus-outlook-repair-attribution-other): Remove redundant
19833         save-excursion.
19834
19835 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19836
19837         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19838         (spam-fetch-field-subject-fast)
19839         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19840         (spam-fetch-article-header): Add functions to deal with Gnus
19841         internals for fast retrieval of article header data.
19842         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19843
19844 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19845
19846         * pop3.el (pop3-md5): Remove.
19847         (pop3-apop): Replace pop3-md5 with md5.
19848
19849         * mm-bodies.el: base64 is always built-in.
19850
19851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19852         Use with-current-buffer.
19853
19854 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19855
19856         * canlock.el (canlock-insert-header): Remove excessive grouping in
19857         regexp.
19858
19859         * gnus-sum.el (gnus-summary-read-document): Ditto.
19860
19861         * gnus-uu.el (gnus-uu-part-number): Ditto.
19862
19863         * html2text.el (html2text-remove-tags): Ditto.
19864         (html2text-format-tags): Ditto.
19865         (html2text-format-single-elements): Ditto.
19866
19867         * mml.el (mml-parse-1): Ditto.
19868
19869 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19870
19871         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19872
19873         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19874
19875         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19876
19877         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19878
19879 2003-11-15  Simon Josefsson  <jas@extundo.com>
19880
19881         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19882         (pgg-gpg-lookup-key): Use regexp match instead of
19883         split-string (split-string is different between emacs 21.2 and
19884         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19885
19886 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19887
19888         * gnus-art.el (gnus-mime-view-all-parts)
19889         (gnus-article-part-wrapper, gnus-article-view-part):
19890         Use with-current-buffer.
19891
19892 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * spam.el (spam-disable-spam-split-during-ham-respool)
19895         (spam-spamoracle-database, spam-cache-lookups)
19896         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19897         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19898         (spam-group-ham-marks, spam-group-spam-marks)
19899         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19900         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19901         also add spam-use-blackholes to the statistical checks.
19902         (spam-fetch-field-fast): Add interface to fetching fields, may
19903         become a macro.
19904         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19905         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19906         (spam-insert-fake-headers): Fake an article when needed.
19907         (spam-find-spam): Fake article when possible.
19908         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19909         (spam-check-bogofilter-headers): Use message-fetch-field instead
19910         of nnmail-fetch-field.
19911
19912 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19915
19916 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19917
19918         * spam.el (spam-split): Do not require spam-use-CHECK to be
19919         enabled if that check is passed to spam-split explicitly; also
19920         fix so 'spam doesn't get converted to spam-split-group when
19921         spam-split-symbolic-return is t.
19922         (spam-find-spam): Find registrations of the article and use those
19923         instead of re-running spam-split to find the spam/ham
19924         classification of the article.
19925         (spam-log-processing-to-registry, spam-log-registered-p)
19926         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19927         Use gnus-error instead of gnus-message.
19928         (spam-log-registration-type): Add function to determine the
19929         classification of a message based on registry entries; will
19930         return nil if both 'spam and 'ham are found.
19931         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19932         a reasonably fast local cache without the loading errors.
19933         (spam-cache-lookups): Set to t by default.
19934         (spam-find-spam): Don't try to guess spam-cache-lookups.
19935         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19936         spam-caches entry.
19937         (spam-filelist-build-cache, spam-filelist-check-cache):
19938         Fix caching of whitelist/blacklist entries.
19939         (spam-check-whitelist, spam-check-blacklist):
19940         Invoke spam-from-listed-p with a type, not a cache variable.
19941         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19942
19943 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19946
19947         * nnmail.el (nnmail-split-fancy): do.
19948
19949         * mml.el (mml-parse): do.
19950
19951         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19952         (gnus-score-adaptive): do.
19953
19954 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19957         (gnus-mime-button-map): Don't set keymap parent.
19958         (gnus-button-ctan-directory-regexp): Use shy grouping.
19959         (gnus-prev-page-map): Don't set keymap parent.
19960         (gnus-prev-page-map): Remove duplicated one.
19961         (gnus-next-page-map): Don't set keymap parent.
19962         (gnus-mime-security-button-map): Ditto.
19963
19964         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19965         version number.
19966
19967         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19968
19969 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * canlock.el (canlock-sha1-function): Remove.
19972         (canlock-sha1-function-for-verify): Remove.
19973         (canlock-openssl-program): Remove.
19974         (canlock-openssl-args): Remove.
19975         (canlock-ignore-errors): Remove.
19976         (canlock-sha1-with-openssl): Remove.
19977         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19978         (canlock-verify): Don't use canlock-ignore-errors.
19979
19980         * sha1-el.el (sha1-string-external): Make it can return a string
19981         in binary form.
19982         (sha1-region-external): Ditto.
19983         (sha1-string-internal): Ditto.
19984         (sha1-region-internal): Ditto.
19985         (sha1-region): Ditto.
19986         (sha1-string): Ditto.
19987         (sha1): Ditto.
19988
19989 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19990
19991         * spam.el (spam-report-articles-gmane): New command.
19992
19993 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19996
19997         * run-at-time.el (run-at-time-saved): Remove.
19998         (run-at-time): Doc fix.
19999
20000 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20001
20002         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20003         (gnus-summary-limit-map): Add it.
20004         (gnus-summary-make-menu-bar): do.
20005
20006 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20007
20008         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20009         Make attempt at some caching support (done for BBDB only now).
20010         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20011         addresses to be checked.
20012         (spam-clear-cache-BBDB): Add function, to be invoked by
20013         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20014         (spam-check-BBDB): Check and use the caches, if
20015         spam-cache-lookups is on, remove superfluous (provide).
20016
20017 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20018
20019         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20020
20021 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20022
20023         * run-at-time.el (run-at-time-saved): Move to after the definition
20024         of `run-at-time'.
20025
20026         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20027
20028 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20031         mm-w3m-local-map-property.
20032
20033         * mm-view.el (mm-w3m-mode-map): Remove.
20034         (mm-w3m-local-map-property): Remove.
20035         (mm-inline-text-html-render-with-w3m): Don't use
20036         mm-w3m-local-map-property.
20037
20038 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20039
20040         * run-at-time.el: New file.
20041
20042         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20043         under Emacs.
20044
20045         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20046         of gnus-set-text-properties.
20047
20048         * gnus-uu.el (gnus-uu-save-article): Ditto.
20049
20050         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20051
20052         * gnus-cite.el (gnus-cite-parse): Ditto.
20053
20054         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20055         of gnus-.
20056
20057         * gnus-xmas.el (run-at-time): Require run-at-time.
20058
20059         * gnus.el: Change calls to nnheader-run-at-time and
20060         password-run-at-time throughout to use run-at-time directly.
20061
20062         * password.el: Remove definition of run-at-time.
20063
20064         * nnheaderxm.el: Remove definition of run-at-time.
20065
20066 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20067
20068         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20069         in prompt.
20070
20071 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20072
20073         * messagexmas.el (message-xmas-redefine): Alias
20074         `message-make-caesar-translation-table' to
20075         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20076         version.
20077
20078         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20079         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20080         `gnus-xmas-set-text-properties'.
20081         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20082         `gnus-xmas-completing-read'.
20083         (gnus-xmas-completing-read): Removed.
20084         (gnus-xmas-open-network-stream): Removed.
20085
20086         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20087         XEmacs version.
20088
20089         * dns.el (dns-make-network-process): Use `open-network-stream'
20090         instead of `gnus-xmas-open-network-stream'.
20091
20092         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20093
20094         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20095
20096 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * gnus-art.el (gnus-mime-display-alternative)
20099         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20100         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20101         Don't use gnus-local-map-property.
20102
20103         * gnus-util.el (gnus-local-map-property): Remove.
20104
20105         * mm-view.el (mm-view-pkcs7-decrypt):
20106         Replace gnus-completing-read-maybe-default with completing-read.
20107
20108         * gnus-util.el (gnus-completing-read): do.
20109         (gnus-completing-read-maybe-default): Remove.
20110
20111 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20112
20113         * password.el: Only autoload `run-at-time' if not XEmacs.
20114         Only autoload the itimer functions if XEmacs.
20115
20116 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20119         XEmacsen.
20120
20121         * dgnushack.el: Autoload executable-find for XEmacs.
20122
20123 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * gnus-art.el (gnus-read-string): Remove.
20126         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20127         read-string.
20128
20129 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20130
20131         * netrc.el: Autoload password-read.
20132         (netrc): Add configuration group.
20133         (netrc-encoding-method, netrc-openssl-path):
20134         Add variables for encoding and decoding of files with symmetric
20135         ciphers.
20136         (netrc-encode): Add assistant function to encode a file with
20137         netrc-encoding-method.
20138         (netrc-parse): Add interactive parameter, added optional
20139         decoding if netrc-encoding-method is non-nil but otherwise
20140         behavior is standard.
20141         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20142         Do s/encode/encrypt/ everywhere.
20143
20144         * spam.el: Remove executable-find autoload.
20145
20146 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20147
20148         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20149
20150         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20151
20152 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20153
20154         * gnus-art.el (gnus-treat-ansi-sequences)
20155         (article-treat-ansi-sequences): New variable and function.
20156         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20157
20158         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20159         Use it.
20160
20161 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20162
20163         * mm-util.el (mm-quote-arg): Remove.
20164
20165         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20166         shell-quote-argument.
20167
20168         * gnus-uu.el (gnus-uu-command): do.
20169
20170         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20171
20172         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20173         with make-char.
20174
20175         * mm-util.el (mm-make-char): Remove.
20176
20177         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20178         add-minor-mode.
20179
20180         * gnus-undo.el (gnus-undo-mode): do.
20181
20182         * gnus-topic.el (gnus-topic-mode): do.
20183
20184         * gnus-sum.el (gnus-dead-summary-mode): do.
20185
20186         * gnus-start.el (gnus-slave-mode): do.
20187
20188         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20189
20190         * gnus-ml.el (gnus-mailing-list-mode): do.
20191
20192         * gnus-gl.el (gnus-grouplens-mode): do.
20193
20194         * gnus-draft.el (gnus-draft-mode): do.
20195
20196         * gnus-dired.el (gnus-dired-mode): do.
20197
20198         * gnus-ems.el (gnus-add-minor-mode): Remove.
20199
20200         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20201         Replace gnus-char-width with char-width.
20202
20203         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20211         definition.
20212         Remove Emacs 20 hash table compatibility code.
20213
20214         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20215         20 compatibility code.
20216
20217         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20218
20219         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20220
20221         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20222         Replace with point-at-{eol,bol}.
20223
20224         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20225
20226         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20227
20228         * flow-fill.el (fill-flowed-point-at-bol)
20229         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20230
20231         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20232         Replace with point-at-{eol,bol} throughout all files.
20233
20234 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * ntlm.el (ntlm-string-as-unibyte): New macro.
20237         (ntlm-build-auth-response): Use it.
20238
20239         Remove Emacs 20 stuff:
20240         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20241         (butlast, mapc, remove): Remove the compiler macros.
20242         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20243         of delq and copy-sequence.
20244         * gnus-art.el (popup-menu): Remove the compiler macro.
20245         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20246         Emacs 20.
20247
20248 2004-01-05  Simon Josefsson  <jas@extundo.com>
20249
20250         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20251         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20252         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20253         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20254         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20255         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20256         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20257         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20258         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20259         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20260         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20261         string-xor into ntlm-string-xor.
20262         Suggested by Jesper Harder <harder@myrealbox.com>.
20263
20264         * ntlm.el: Don't include poem.
20265
20266         * md4.el (print-int32, print-string-hexa): Remove.
20267         Suggested by Jesper Harder <harder@myrealbox.com>.
20268
20269         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20270
20271         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20272         probably breaks emacs with DL patch, but do we care? Is anyone
20273         still using the DL stuff?)
20274
20275         * sieve-manage.el: Use the password package.
20276         (sieve-manage-read-passwd): Remove.
20277         (sieve-manage-interactive-login): Use password.  Re-add
20278         condition-case around loop.
20279
20280         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20281         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20282         Use the password package.
20283
20284 2003-02-19  Simon Josefsson  <jas@extundo.com>
20285
20286         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20287         token.
20288
20289 2002-08-07  Simon Josefsson  <jas@extundo.com>
20290
20291         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20292         (sieve-manage-authenticators):
20293         (sieve-manage-authenticator-alist): Add some SASL mechs.
20294         (sieve-sasl-auth): New function.
20295         (sieve-manage-cram-md5-auth):
20296         (sieve-manage-plain-auth): Rewrite using SASL library.
20297         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20298         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20299         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20300         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20301
20302 2004-01-05  Simon Josefsson  <jas@extundo.com>
20303
20304         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20305         New files.
20306
20307 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20308
20309         * gnus-group.el (gnus-no-groups-message): Update.
20310
20311         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20312
20313 2003-11-09  Simon Josefsson  <jas@extundo.com>
20314
20315         * imap.el: Support for ID IMAP extension (RFC 2971).
20316         (imap-local-variables): Add imap-id.
20317         (imap-id): New variable.
20318         (imap-id): New function.
20319         (imap-parse-response): Parse untagged ID response.
20320         * nnimap.el (nnimap-id): New variable.
20321         (nnimap-open-connection): Use it.
20322
20323 2003-12-28  Simon Josefsson  <jas@extundo.com>
20324
20325         * gnus-score.el (gnus-score-edit-all-score): New.
20326         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20327
20328 2004-01-04  Simon Josefsson  <jas@extundo.com>
20329
20330         * password.el: Add.
20331
20332 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20333
20334         * dns.el (dns-query-types): Fix typo.
20335         (dns-query-types): New function.
20336         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20337         PTR and SOA replies, see RFC 1035.
20338
20339 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20340
20341         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20342
20343         * Move to Changelog.2.
20344
20345 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20346
20347         * gnus.el (gnus-version-number): Bump version.
20348
20349 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20350
20351         * gnus.el: No Gnus v0.1 is released.
20352
20353 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20354
20355         * gnus.el: No Gnus v0.0 is released.
20356
20357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20358
20359         * gnus.el (gnus-version-number): Bump.
20360         (gnus-version): No.
20361
20362 See ChangeLog.2 for earlier changes.
20363
20364   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20365
20366   This file is part of GNU Emacs.
20367
20368   GNU Emacs is free software: you can redistribute it and/or modify
20369   it under the terms of the GNU General Public License as published by
20370   the Free Software Foundation, either version 3 of the License, or
20371   (at your option) any later version.
20372
20373   GNU Emacs is distributed in the hope that it will be useful,
20374   but WITHOUT ANY WARRANTY; without even the implied warranty of
20375   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20376   GNU General Public License for more details.
20377
20378   You should have received a copy of the GNU General Public License
20379   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20380
20381 ;; Local Variables:
20382 ;; coding: utf-8
20383 ;; fill-column: 79
20384 ;; add-log-time-zone-rule: t
20385 ;; End: