(gnus-group-refresh-group): Refresh even non-visible groups.
[gnus] / lisp / ChangeLog
1 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4         groups.  This makes the nndraft:queue group pop up if it's not already
5         there.
6
7         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8         messages" logic, which was reversed.
9
10         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
11         the "same place" even if point is on the line being replaced.
12         (article-update-date-lapsed): Allow updating both the combined lapsed
13         and the lapsed headers.
14         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
15         (article-make-date-line): Limit the number of segments dynamically to
16         avoid too-long lines.
17
18 2011-01-27  Julien Danjou  <julien@danjou.info>
19
20         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
21         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
22
23 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
26         Use plist-get instead of the cl function getf.
27
28 2011-01-27  Glenn Morris  <rgm@gnu.org>
29
30         * gnus-util.el (float-time): Get rid of compiler warning, again.
31
32 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
33
34         * shr.el (shr-put-color): Special-case background colours: Do put them
35         at the blank parts at the front of the lines.
36
37         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
38         exit hook to nix out all data on readedness on group exit.
39
40         * gnus-util.el (float-time): If float-time is bound, always use it on
41         all Emacsen.  It's unclear why the subrp check was there.
42         (time-date): Require to make some autoload issues on XEmacs go away.
43
44         * shr.el (shr-put-color): Don't do the box padding in tables, since
45         they're already padded.
46
47 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-art.el (gnus-article-next-page): When the last line of the
50         article is displayed, scroll down once more instead of going to the
51         next article at once.
52         (article-lapsed-string): Refactor out and allow specifying how many
53         segments you want.
54         (gnus-article-setup-buffer): Start updating the lapsed header directly.
55         (gnus-article-update-lapsed-header): New variable.
56
57         * shr.el: Revert change that made headings use different-sized faces.
58         The Emacs display engine isn't advanced enough that, for instance,
59         tables can comfortably use differntly-sized faces.
60
61 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
64         used.
65         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
66         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
67         we're using an encrypted connection.
68
69         * proto-stream.el: Alter the interface functions to also return the
70         actual stream type used: network or tls.
71
72 2011-01-25  Julien Danjou  <julien@danjou.info>
73
74         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
75         (mm-display-javascript-inline): New function.
76
77         * mm-decode.el (mm-inline-media-tests): Add application/javascript
78         viewing function.
79
80 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * shr.el (shr-expand-newlines): Fix variable name.
83
84 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * shr.el (shr-expand-newlines): Make nested boxes work.
87
88 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
91         backgrounds.
92         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
93         in a more sensible manner.
94
95 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
98         if EPG is loaded.
99
100 2011-01-24  Julien Danjou  <julien@danjou.info>
101
102         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
103         tags.
104
105 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
108         commands.
109
110         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
111         in the article buffer.
112         (gnus-gravatar-insert): Use blank space from the current buffer to
113         avoid breaking text properties.  This makes X-Sent updating work again.
114
115         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
116
117 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
120         fix the bug in url-http.el instead.
121
122         * shr.el (shr-image-fetched): Ditto.
123
124         * shr.el (shr-image-fetched): Avoid having point move in the article
125         buffer.
126
127         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
128         buffer after being called.  It's apparently being killed by url.el, and
129         killing it made point move to end-of-buffer in a random buffer.
130
131         * shr.el (shr-image-fetched): Ditto.
132
133 2011-01-23  Julien Danjou  <julien@danjou.info>
134
135         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
136
137         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
138         text/x-org.
139
140 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-sum.el (gnus-summary-move-article): Protect against backends
143         (i.e., nnimap) returning nil as the article number.
144
145 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
146
147         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
148         "DelSp" parameter in RFC3676.
149
150 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
151
152         * message.el (message-check-recipients): Display the encoded version of
153         the bogus address if they differ.
154
155         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
156         after sending.
157
158         * gnus-agent.el (gnus-agent-send-mail): Ditto.
159
160         * gnus-group.el (gnus-group-refresh-group): New convenience function.
161
162         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
163         group buffer after sending the queue.
164
165         * gnus-agent.el (gnus-agent-send-mail): Ditto.
166
167 2011-01-22  Julien Danjou  <julien@danjou.info>
168
169         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
170
171 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
172
173         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
174         nested related parts.
175
176         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
177         unexpired articles.  This fixes the regression that led expiry marks to
178         disappear from nnfolder groups.
179
180 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
181
182         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
183         Don't confuse the "ret" of "retrograde" with RET.
184
185 2011-01-21  Julien Danjou  <julien@danjou.info>
186
187         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
188         than mm-insert-inline.
189
190 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
193         Widen article buffer.
194
195 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
196
197         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
198         the temp buffer.
199         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
200
201 2011-01-20  Julien Danjou  <julien@danjou.info>
202
203         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
204
205         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
206         than mm-insert-inline to insert inline part: this respect
207         mm-inline-media-tests displayers.
208
209         * mm-view.el (mm-display-shell-script-inline): New function.
210
211         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
212
213         * mm-uu.el (mm-uu-type-alist): Add org block.
214         (mm-uu-org-src-code-block-extract): New function.
215
216         * mm-view.el (mm-display-org-inline): New function.
217
218         * mm-decode.el (mm-automatic-display): Add text/org.
219
220         * mailcap.el (mailcap-mime-extensions): Add .org.
221
222 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-art.el (gnus-article-highlight): Remove argument passed to
225         gnus-article-add-buttons.
226
227 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
228
229         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
230         From header with a date and "nobody" as the sender.
231
232 2011-01-19  Julien Danjou  <julien@danjou.info>
233
234         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
235         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
236         if you have the same regexp several times.
237         (gnus-button-push): Fix matching when regexp is symbol.
238
239 2011-01-15  Glenn Morris  <rgm@gnu.org>
240
241         * message.el (message-mail): A compose-mail function should
242         accept headers as strings.
243
244 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
245
246         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
247         Add :vert-only tags.
248         (message-mail): New arg RETURN-ACTION.
249         (message-return-action): New var.
250         (message-bury): Use it.
251         (message-mode): Make it buffer-local.
252         (message-send-and-exit): Always call message-bury.
253
254         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
255         message-mail.
256
257 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * nnimap.el (nnimap-convert-partial-article): Protect against
260         zero-length body parts.
261
262         * mm-decode.el (mm-preferred-alternative-precedence):
263         Discourage showing empty parts.
264
265         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
266         and stuff if the backend didn't return the article number.  This fixes
267         an Exchange-related nnimap bug.
268
269         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
270         group window, because it does the wrong thing when a separate frame
271         displays the group buffer.
272
273         * proto-stream.el (open-protocol-stream): Protect against the low-level
274         transport functions returning nil.
275
276 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
277
278         * mml2015.el (epg-sub-key-fingerprint): Autoload.
279         (mml2015-epg-find-usable-secret-key): New function.
280         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
281         mml2015-epg-find-usable-key (Bug#7797).
282         (mml2015-epg-encrypt): Ditto.
283
284 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * dgnushack.el (rot13-string): Fix the way to get the argument.
287
288 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
291
292 2011-01-03  Glenn Morris  <rgm@gnu.org>
293
294         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
295
296         * sieve.el (sieve-open-server): Give a more explicit error if
297         sieve-manage-open returns nil.  (Bug#7720)
298
299 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
300
301         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
302
303 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
306         This avoids sending passwords in plain text over non-encrypted
307         channels.
308
309         * shr.el (shr-rescale-image): Display all GIF images as animated images.
310
311         * nnimap.el (nnimap-login): Refactored out into own function, and
312         implement CRAM-MD5.
313         (nnimap-wait-for-line): Refactored out.
314
315         * mm-view.el (mml-smime): Require.
316
317 2010-12-20  David Engster  <deng@eml.cc>
318
319         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
320         use EPG to decrypt S/MIME messages instead of openssl.
321
322 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
325
326         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
327         status is the group clearly is unreachable.
328
329         * auth-source.el (auth-source-create): Add the optional second
330         parameter to `local-variable-p' to be compatible with XEmacs.
331
332 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
333
334         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
335         work when using a compressed nnml folder.
336
337 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
340         backends after sanitising on entry, because this never makes sense:
341         If the articles have gone missing, then the data no longer exists on
342         the backend, and if they haven't, then Gnus is wrong, and shouldn't
343         overwrite anything anyway.
344
345         * shr.el (shr-insert-document): Bind shr-width dynamically to
346         window-width if it's nil.
347
348 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
349
350         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
351         with the meaning of using the full emacs window width for rendering.
352
353 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
354
355         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
356         case when sender is not given.
357
358 2010-12-23  Julien Danjou  <julien@danjou.info>
359
360         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
361         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
362         the addresses, otherwise we might misplaced the gravatar.
363
364 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
365
366         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
367         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
368         obsolete in Emacs.
369
370 2010-12-20  Julien Danjou  <julien@danjou.info>
371
372         * gnus-util.el (gnus-rescale-image): Revert last change.
373
374 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
375
376         * binhex.el: Improve commentary (Bug#7482).
377
378 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-group.el (gnus-group-delete-articles): New command.
381
382 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
383
384         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
385
386 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
389         here, since it's up to the backends to do CRLF removal if their
390         protocol has it.
391
392         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
393
394 2010-12-17  Julien Danjou  <julien@danjou.info>
395
396         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
397         they are from file. Can also scale up.
398
399 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
400
401         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
402         gnus-use-agent.
403         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
404
405         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
406
407 2010-12-17  Julien Danjou  <julien@danjou.info>
408
409         * gravatar.el (gravatar-retrieve-synchronously): New function.
410         (gravatar-get-data): Make more robust.
411
412 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
415
416 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
419         to really consider the last line.
420
421 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
422
423         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
424         list of recipient keys, or use symmetric encryption if not a list.
425         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
426         EPA override, replacing the call to `netrc-store-data'.
427
428 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
429
430         * gnus-srvr.el: Avoid passing nil regexp argument to
431         delete-matching-lines.
432
433 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
436         fetching stops when Gnus exits.
437
438         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
439         function.
440         (nnfolder-request-expire-articles): Save all the buffers after doing
441         expiry.
442
443         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
444         the last article", since that led to serious performance regressions
445         when expiring nnml groups.
446
447 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
448
449         * nnir.el: Improve customizations.
450
451 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
454
455         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
456         group has been killed.
457         (gnus-group-yank-group): Ditto.
458
459         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
460
461         * nnimap.el (nnimap-request-update-group-status): New function.
462
463         * gnus-int.el (gnus-request-update-group-status): New interface
464         function.
465
466         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
467         copying read-ness to the backends.
468
469         * nnimap.el (nnimap-quirk): New function.
470         (nnimap-retrieve-group-data-early): Use it.
471         (nnimap-quirks): New alist.
472
473 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * shr.el (shr-insert): Set shr-start after deleting trailing space;
476         don't delete it within indentation.
477
478 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
481         previous line.
482
483 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
486         QRESYNC command by deleting a superfluous space which broke Cyrus
487         servers.  This change will break other servers that are buggy the other
488         way around.
489
490 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
491
492         * spam.el: Reindent and fix long lines.
493         (spam-copy-or-move-routine): Exclude invalid move destinations.
494
495 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
496
497         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
498         installed the registry.
499
500 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
503
504 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
505
506         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
507         groupname doesn't contain "gmane".
508
509 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
512         and netrc-bound-and-true-p bindings.
513         (netrc-parse): Cache the netrc contents.
514
515         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
516         (gnus-1): Don't create the nndrafts group twice.
517         (gnus-setup-news): There's no need to read the active file here, since
518         that's done again later on a per-backend basis.
519         (gnus-start-draft-setup): Make sure that the new group is started out
520         empty.
521
522         * gnus-agent.el (gnus-agentize): Don't create the queue group
523         automatically on startup.  It'll be created later, if needed.
524
525         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
526         of automatically subscribed groups.
527         (gnus-auto-subscribed-categories): New variable.
528         (gnus-matches-options-n): Use it.
529         (gnus-default-subscribed-newsgroups): Remove unused variable.
530         (gnus-start-draft-setup): Message a bit less.
531
532 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
533
534         * nnir.el (nnir-run-imap): Return article list in order of increasing
535         UID.
536
537 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-sum.el (gnus-summary-enter-digest-group):
540         Mention gnus-auto-select-on-ephemeral-exit.
541
542         * proto-stream.el (proto-stream-open-network-only): Fix the calling
543         convention of the network-only option.
544
545 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * proto-stream.el (proto-stream-open-network-only): New function to
548         have a way to specify non-STARTTLS upgrade connections.
549
550 2010-12-10  Julien Danjou  <julien@danjou.info>
551
552         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
553         email address is nil.
554
555         * message.el (message-bogus-recipient-p): Set address to "" if nil.
556
557 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
558
559         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
560         deletion.
561         (nnir-run-imap): Only need to parse list once.
562
563 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * shr.el (shr-tag-script): Ignore <script>.
566         (shr-tag-label): Add <label> support.
567
568 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
571
572         * shr.el (shr-image-displayer): Work for images lined side by side.
573
574 2010-12-08  Robert Pluim  <rpluim@gmail.com>
575
576         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
577         parameter, since XEmacs doesn't accept t as a parameter.
578
579 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
580
581         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
582         ids.
583         (nnir-run-gmane): Simplify groupspec formatting.
584         (nnir-request-expire-articles): New function.
585
586 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
589         overflow, possibly.
590
591         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
592         (shr-render-td): Handle td style="" better.
593         (shr-tag-table): Use the color from the style sheet.
594         (shr-render-td): Make sure we copy over all the overlays, too.
595
596 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
597
598         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
599         (nnir-request-article): Improve article retrieval.
600
601 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * mm-util.el (mm-extra-numeric-entities): New variable.
604
605         * mm-url.el (mm-url-decode-entities):
606         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
607
608         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
609
610 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
611
612         * message.el: Use completion-at-point.
613         (message-completion-function): New fun, extracted from message-tab.
614         (message-mode): Use it for completion-at-point-functions.
615         (message-tab): Use it and completion-at-point.
616
617 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
620         character if a non-breakable character follows.
621
622 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
625         any stream.
626
627         * shr.el (shr-tag-font): Colorize the region.
628         (shr-tag-body): Ditto.
629         (shr-tag-font): Actually let the styles be inherited instead of
630         overwriting them.
631         (shr-tag-font): Get the background color right.
632         (shr-tag-style): Ignore all <style> tags for the moment.
633
634         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
635         a Message-ID to avoid having nnimap depend on gnus-sum.
636
637         * shr.el (shr-descend): Only colorize something if we have a node that
638         sets colors.
639
640 2010-12-06  Julien Danjou  <julien@danjou.info>
641
642         * shr.el (shr-render-td): Render td content with shr-descend, so style
643         will be applied to <td> too.
644         (shr-colorize-region): Colorize region even if we only have a background.
645         (shr-tag-body): Fix color and background color inheritance.
646         Do not recolorize after shr-generic.
647         (shr-tag-font): Let shr-generic colorize via inheritance.
648
649 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
652
653 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
654
655         * nnir.el (nnir-request-move-article): Remove obsolete code.
656
657 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
660
661 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-sum.el (gnus-summary-respool-article): The completion function
664         expects a list instead of an alist.
665
666         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
667         string as the parameter.
668
669         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
670
671         * shr.el (shr-stylesheet): New dynamic variable for cascading the
672         styles.
673         (shr-colorize-region): New function.
674         (shr-insert-background-overlay): Remove.
675         (shr-render-td): Background setting should be taken care of on a higher
676         level.
677         (shr-tag-body): Use post-hoc colorizations.
678         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
679         (shr-put-color-1): Don't overwrite old colors.
680         (shr-colorize-region): When the background color isn't explicit, use
681         a fixed background.
682
683         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
684         nnmail variables.
685
686 2010-12-05  Bjørn Mork  <bjorn@mork.no>
687
688         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
689         unless necessary.
690
691 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
692
693         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
694         server.
695
696 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
699         so that TAB works.
700
701         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
702         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
703
704         * shr.el (shr-urlify): Show the URL before the title to avoid
705         misleading URLs.
706
707 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
708
709         * shr.el (shr-urlify): Display the title in <a> tags.
710
711 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * nnir.el (nnir-categorize): Replace mapcar with mapc.
714
715 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
716
717         * nnir.el: Rearrange code to allow macros to be autoloaded by
718         gnus-sum.el.
719         (nnir-retrieve-headers-override-function): Make this variable
720         customizable.
721         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
722
723         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
724         from nnir.el.
725
726 2010-12-03  Julien Danjou  <julien@danjou.info>
727
728         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
729
730 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
733         allow optional argument `environment'.
734
735 2010-12-03  Glenn Morris  <rgm@gnu.org>
736
737         * mm-extern.el (message-goto-body): Update declaration.
738
739 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-util.el (gnus-macroexpand-all): New function.
742
743         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
744         instead of macroexpand-all that is unavailable in XEmacs.
745
746 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
747
748         * nnir.el (nnir-summary-line-format): New variable.
749         (nnir-mode): Use it.
750         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
751         (nnir-article-ids): Reimplement as defsubst.
752         (nnir-retrieve-headers): Don't mangle the subject header.
753         (nnir-run-imap): Use 100 as RSV score.
754         (nnir-run-find-grep): Fix for full server searching.
755         (nnir-run-gmane): Better restriction to gmane groups.
756
757         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
758         summary buffers.
759
760 2010-12-02  Julien Danjou  <julien@danjou.info>
761
762         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
763
764         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
765
766         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
767         support.
768
769 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
770
771         * nnir.el: Update to handle the registry better.
772         (autoload): Silence byte-compiler.
773         (nnir-open-server): Add a hook for nnir groups.
774         (nnir-request-move-article): Don't mangle the header. Better to use
775         formating variables (which will be added in the future).
776         (nnir-registry-action): Update the registry using the original article
777         group name.
778         (nnir-mode): Install nnir-specific hooks for updating the registry.
779
780         * gnus-sum.el
781         (gnus-article-original-subject,gnus-newsgroup-original-name):
782         Remove obsolete variables.
783         (gnus-summary-move-article): Remove use of obsolete variables.
784         (gnus-summary-local-variables): Make move and delete hooks local to
785         summary buffers.
786
787 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * rtree.el: New file.
790
791 2010-12-01  Julien Danjou  <julien@danjou.info>
792
793         * message.el (message-user-organization): Do not use
794         gnus-local-organization.
795
796         * gnus.el: Remove gnus-local-organization.
797
798         * gnus-msg.el: Remove nastygram thing.
799
800 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
801
802         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
803         funcall.
804
805 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
808         names.
809
810         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
811         characters.
812
813         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
814         to t of inhibit-read-only since it is inside gnus-with-article-headers.
815         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
816         (gnus-gravatar-transform-address): Use mail-extract-address-components
817         that supports non-ASCII names rather than mail-header-parse-addresses.
818
819 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * proto-stream.el (open-protocol-stream): All starttls connections are
822         handled by the network handler.
823
824 2010-11-30  Julien Danjou  <julien@danjou.info>
825
826         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
827         (nnimap-open-connection-1): Fix PREAUTH.
828
829         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
830
831 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
834         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
835         (shr-insert): Use them.
836         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
837
838 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
839
840         * nnir.el (nnir-request-move-article): Bail out if original group
841         doesn't support article moves.
842         (nnir-get-active): Improve active list retrieval.
843
844 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-find-fill-point): Don't break before apostrophes.
847
848 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
849
850         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
851         seem to accept strings-with-numbers as port numbers,
852
853 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
854
855         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
856         change the registry.
857
858 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
861         delete-dups that is not available in XEmacs 21.4.
862
863         * mm-util.el (mm-delete-duplicates): Add comment.
864
865 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
866
867         * nnir.el (nnir-ignored-newsgroups): New variable.
868         (nnir-get-active): Use it.
869
870 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * proto-stream.el (proto-stream-open-network): Add some comments.
873
874         * nntp.el (nntp-open-connection): Provide a :success condition.
875
876         * nnimap.el (nnimap-open-connection-1): Ditto.
877
878         * proto-stream.el (proto-stream-open-network): See what the response to
879         the STARTTLS command is.
880
881         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
882         backwards compatibility).
883         (nnimap-open-connection-1): Really respect nnimap-server-port.
884
885         * proto-stream.el (proto-stream-open-network): When doing opportunistic
886         TLS upgrades we don't really care about the identity of the peer.
887         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
888         that what we've checked for.
889         (proto-stream-always-use-starttls): Only default to t if
890         open-gnutls-stream exists.
891         (proto-stream-open-network): If STARTTLS failed, then just open a
892         normal connection.
893         (proto-stream-open-network): Wait until the greeting before doing
894         STARTTLS.
895
896         * nntp.el (nntp-open-connection): Report what the connection error is.
897
898         * proto-stream.el (open-protocol-stream): Rename from
899         open-proto-stream.
900
901 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * nnimap.el (nnimap-stream): Change default to `undecided'.
904         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
905         first, and then network.
906         (nnimap-open-connection-1): Respect nnimap-server-port.
907         (nnimap-open-connection): Be more backwards-compatible.
908
909         * proto-stream.el (proto-stream-always-use-starttls): New variable.
910         (proto-stream-open-starttls): De-duplicate the starttls code.
911         (proto-stream-open-starttls): Folded back into the main function.
912         (proto-stream-open-network): Fix typo in the gnutls path.
913         (proto-stream-command): Refactor out.
914
915         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
916
917         * proto-stream.el (proto-stream-open-starttls): Actually implement the
918         starttls.el STARTTLS.
919
920         * color.el (color-lab->srgb): Fix function call name.
921
922         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
923         if we're using tls.el.
924         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
925         built in, then don't try to establish a STARTTLS connection.
926
927         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
928         servers.
929
930         * proto-stream.el (open-proto-stream): Use network, not stream.
931         (open-proto-stream): Add a way to specify what the end of a command is.
932
933         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
934         connections types.
935         (nntp-open-network-stream): Remove.
936         (nntp-open-ssl-stream): Remove.
937         (nntp-open-tls-stream): Remove.
938         (nntp-ssl-program): Remove.
939
940         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
941
942 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
943
944         * nnir.el: Fix typos.
945         (nnir-retrieve-headers-override-function): Rename variable to reflect
946         new semantics.
947         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
948         macros.
949         (nnir-request-article, nnir-request-move-article): Use them.
950         (nnir-categorize): New function.
951         (nnir-run-query): Use it.
952         (nnir-retrieve-headers): Rewrite to batch header retrieval.
953         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
954         sorted.
955         (nnir-group-full-name): Use gnus-group-full-name instead.
956         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
957         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
958
959 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
962
963         * proto-stream.el: New library to provide protocol-specific
964         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
965         protocols.
966         (open-proto-stream): Complete the documentation.
967         (proto-stream-open-network): Fix some typos.
968
969         * nnimap.el (nnimap-open-connection): Use it.
970
971 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
972
973         * pop3.el (pop3-open-server): Read server greeting before starting TLS
974         negotiation.
975
976 2010-11-26  Julien Danjou  <julien@danjou.info>
977
978         * color.el: Rename various rgb functions to srgb.
979
980 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
983         names.
984
985 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * shr.el (shr-insert): Revert last change.
988         (shr-find-fill-point): Never leave point being at bol;
989         relax the kinsoku limitation when rendering tables.
990
991 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
994         results from -accept-article.
995
996         * shr-color.el: Require cl when compiling.
997
998         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
999         checkin.
1000
1001         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1002
1003         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1004
1005         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1006         'add and 'delete to set backend marks.
1007
1008         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1009
1010         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1011
1012         * nntp.el (nntp-request-set-mark): Use it.
1013
1014         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1015
1016         * nnml.el (nnml-request-set-mark): Ditto.
1017
1018         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1019         introduces regressions in article selection.
1020         (nnimap-find-uid-response): New function.
1021         (nnimap-request-accept-article): Use the UID returned, if any.
1022         (nnimap-request-move-article): Use the UID returned, if any.
1023         (nnimap-get-groups): Reimplement to work with folded lines.
1024         (nnimap-find-uid-response): The UID is the last element in the list.
1025         (nnimap-request-set-mark): Extend syntax with 'set.
1026
1027         * nnml.el (nnml-request-set-mark): Ditto.
1028
1029         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1030
1031         * nntp.el (nntp-request-set-mark): Ditto.
1032
1033 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * message.el (message-called-interactively-p): A temporary macro.
1036         (message-goto-body): Use it temporarily.
1037
1038 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1041         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1042         (nnimap-last-response-string): Fix last unfolding fix.
1043
1044 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * shr.el (shr-insert): Fix the way to fold lines.
1047
1048 2010-11-25  Julien Danjou  <julien@danjou.info>
1049
1050         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1051
1052         * color.el: Rename from color-lab.el
1053         (color-rgb->hex): Add.
1054         (color-complement): Add.
1055         (color-complement-hex): Add.
1056
1057         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1058
1059 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1062         don't exist.
1063
1064 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1067         assuming that article displaying or another mml-preview may be
1068         interrupted for an error or for the like.
1069
1070         * shr.el (shr-get-background): Fix argument name.
1071
1072 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1075
1076         * gnus-sum.el (gnus-summary-include-articles): New function.
1077
1078         * message.el (message-goto-body): called-interactively-p needs a
1079         parameter, so use `any'.
1080
1081         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1082         clear marks before moving, since they're synced from the Gnus side
1083         first.
1084
1085         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1086         (gnus-summary-move-article): Copy over all marks before moving, so that
1087         IMAP doesn't think a new article has arrived.
1088
1089 2010-11-24  Julien Danjou  <julien@danjou.info>
1090
1091         * shr.el (shr-insert-background-overlay): Fix typo.
1092         (shr-render-td): Copy the background before rendering.
1093
1094         * shr-color.el (shr-color-visible): Fix docstring.
1095
1096         * shr.el (shr-tag-table): Add bgcolor support.
1097         (shr-render-td): Add bgcolor support.
1098         (shr-get-background): Add.
1099         (shr-insert-foreground-overlay): Use shr-get-background.
1100
1101         * message.el (message-goto-body): Use called-interactively-p.
1102         (message-in-body-p): message-goto-body returns point.
1103
1104 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1107         Fixes something or other in Emacs 23, and is backwards compatible.
1108
1109         * message.el (message-goto-body): Remove the <#secure special-casing,
1110         which is too special.
1111
1112         * shr.el (shr-parse-style): Drop !important from styles.
1113
1114 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1115
1116         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1117         this function to return incorrect results when calling it with an
1118         explicit article argument different from
1119         (gnus-summary-article-number).
1120
1121 2010-11-24  Julien Danjou  <julien@danjou.info>
1122
1123         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1124         (shr-tag-body): Add background support.
1125         (shr-descend): Add background support.
1126         (shr-tag-title): Add.
1127
1128         * shr-color.el (shr-color-visible): Really return original background
1129         if fixed.
1130
1131 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * shr.el (shr-color-check): Protect against non-existant colour names.
1134
1135 2010-11-24  Julien Danjou  <julien@danjou.info>
1136
1137         * color-lab.el: Require 'cl when compiling.
1138
1139         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1140
1141         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1142         matched part.
1143
1144         * color-lab.el: Fix all expt calls to use float type.
1145
1146 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1149         expression to shr-color-check as is.
1150
1151         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1152
1153         * color-lab.el: Add coding cookie.
1154         (float-pi): Use eval-and-compile.
1155
1156         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1157         compiled for Emacsen having no `libxml-parse-html-region' support.
1158
1159 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * shr.el (shr-insert-color-overlay): Split stuff like
1162         "#444444 !important" to find the real colour.
1163         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1164         parse <font color="red"> entries.
1165
1166 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1167
1168         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1169         point when parsing headers.
1170
1171         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1172         is positioned properly when parsing headers.
1173
1174 2010-11-23  Julien Danjou  <julien@danjou.info>
1175
1176         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1177
1178         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1179
1180         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1181
1182         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1183         Use shr-color-hue-to-rgb.
1184         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1185
1186 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * shr.el (shr-color->hexadecimal): Autoload.
1189         (shr-descend): Add color to all tags.
1190
1191 2010-11-22  Julien Danjou  <julien@danjou.info>
1192
1193         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1194         shr-color->hexadecimal.
1195
1196         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1197         RGB() or HSL() color representation.
1198
1199         * shr.el (shr-tag-font): Add.
1200         (shr-tag-color-check): New function to get better colors.
1201         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1202         tag-span.
1203
1204         * shr-color.el: New file.
1205
1206         * color-lab.el: New file.
1207
1208         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1209
1210 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * nnir.el: Fix typo in comments.
1213         (nnir-run-imap): Simplify code. No need to reverse artlist.
1214         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1215
1216 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1219
1220         * nnimap.el (nnimap-get-capabilities): Refactor out.
1221         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1222
1223 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1224
1225         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1226         appearing when `mm-uu-hide-markers' is nil.
1227
1228 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-unselect-group): Make into its own function.
1231         (nnimap-request-rename-group): Unselect group before renaming.
1232         This had gotten lost somewhere.
1233         (nnimap-request-accept-article): Keep track of examined groups, and
1234         unselect the group before APPENDing to read-only groups.
1235         (nnimap-request-move-article): Clear flags before moving so that they
1236         can be re-set later.
1237
1238 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1241         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1242
1243 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-art.el (gnus-mime-display-single)
1246         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1247         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1248         parameter.
1249
1250 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1253         (shr-table-vertical-line): New variable.
1254         (shr-insert-table): Use it.
1255
1256 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-html.el (gnus-html-wash-images): Don't display images if
1259         gnus-inhibit-images is non-nil; register displayer for cid images.
1260         (gnus-html-display-image): Work for cid image.
1261         (gnus-html-insert-image): Allow arguments.
1262         (gnus-html-put-image): Inhibit read-only.
1263         (gnus-html-prefetch-images): Don't prefetch images if
1264         gnus-inhibit-images is non-nil.
1265
1266 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * shr.el (shr-put-image): Break lines when inserting big pictures.
1269
1270 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1271
1272         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1273         sender, thanks Katsumi Yamaoka.
1274
1275 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1276
1277         * nnir.el (nnir-run-imap): Reverse the article list for each group
1278         rather than the whole list.
1279
1280 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * shr.el (shr-image-displayer): Protect function against non-existent
1283         image source.
1284
1285         * gnus-art.el (gnus-inhibit-images): New user option.
1286         (gnus-mime-display-single): Don't display image if it is non-nil.
1287
1288         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1289         gnus-inhibit-images.
1290
1291         * shr.el (shr-image-displayer): New function.
1292         (shr-tag-img): Use it.
1293
1294 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1295
1296         * mml2015.el (mml2015-epg-sign): Use From header.
1297
1298 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1301
1302         * gnus-util.el (gnus-find-text-property-region): Return markers.
1303
1304         * shr.el (shr-tag-img): Put a displayer in the text property.
1305
1306         * gnus-util.el (gnus-find-text-property-region): New utility function.
1307
1308         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1309         (gnus-html-show-images): Remove.
1310
1311         * gnus-art.el (gnus-article-show-images): New, more general function.
1312
1313         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1314         image url text properties.
1315
1316         * shr.el: Ditto.
1317
1318         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1319         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1320
1321 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1324         work for two or more articles.
1325
1326 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1329         divide an image that's in an html article to two or more when washing
1330         non-ASCII characters in alt text of it.
1331
1332 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1335         smime-decrypt-region using function argument.
1336         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1337
1338         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1339
1340         * smime.el (smime-decrypt-region): Catch it.
1341
1342 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1343
1344         * smime.el (smime-mode-map): Move initialization into declaration.
1345         (gnus-run-mode-hooks): Don't autoload.
1346         (smime-mode): Use define-derived-mode.
1347
1348 2010-11-11  Glenn Morris  <rgm@gnu.org>
1349
1350         * smime.el (from): Restrict declaration to XEmacs.
1351
1352         * nnir.el (gnus-group-topic-name): Autoload.
1353
1354 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * shr.el (shr-insert): Don't break long line if it is because of
1357         kinsoku-bol characters in the line end.
1358
1359 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1360
1361         * nnir.el (nnir-request-move-article): Fix to provide original group
1362         and subject.
1363         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1364         been retrieved.
1365
1366         * gnus-sum.el (gnus-summary-move-article): Use original group and
1367         subject for virtual articles such as those in an nnir summary buffer.
1368
1369 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1372         least 21.5).
1373
1374         * smime.el (from): Declare it again for XEmacs.
1375
1376 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * message.el (message-resend): Don't disable encoding unless it's
1379         already encoded.
1380
1381         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1382         low-numbered articles.
1383
1384 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * rfc2047.el (rfc2047-syntax-table): Simplify.
1387
1388         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1389
1390         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1391         set-char-table-range for XEmacs.
1392
1393 2010-11-10  Glenn Morris  <rgm@gnu.org>
1394
1395         * time-date.el (time-to-seconds): Always an alias on Emacs,
1396         never a real function.
1397         (with-no-warnings): Remove compat stub, now unused.
1398         (time-less-p): Doc fix.
1399         (time-to-number-of-days): Simplify.
1400
1401         * smime.el (from): Remove unused declaration.
1402
1403         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1404         (gnus-float-time): On Emacs, always an alias.
1405
1406         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1407         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1408
1409 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * dgnushack.el: Don't use ignore-errors in the top level form since it
1412         is unavailable in XEmacs even if cl is loaded.
1413
1414         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1415
1416 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * shr.el (browse-url-mailto): Autoload.
1419
1420         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1421
1422         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1423         regexp doesn't need quoting.
1424
1425 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1426
1427         * message.el (message-subject-trailing-was-ask-regexp)
1428         (message-subject-trailing-was-regexp): Match was: in addition to was.
1429
1430 2010-11-09  Glenn Morris  <rgm@gnu.org>
1431
1432         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1433         (nnbabyl-check-mbox): Use point-at-bol.
1434
1435 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1438
1439         * message.el (message-mailto): New function.
1440         (message-mailto): Should accept other parameters.
1441         (message-mailto): Remove since it duplicates browse-url-mailto
1442         functionality.
1443
1444 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1447         methods.
1448         (gnus-read-active-file): Ditto.
1449
1450         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1451         ": " from the prompt.
1452         (gnus-group-make-group): Ditto.
1453
1454 2010-11-07  Glenn Morris  <rgm@gnu.org>
1455
1456         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1457         (gnus-bookmark-kill-line): Use point-at-eol.
1458
1459 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1462         asterisks in From header.
1463
1464 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1467         string to avoid making the From headers syntactically invalid.
1468
1469         * message.el (message-send-mail): Don't insert courtesy messages if the
1470         message already has List-Post and List-ID messages.
1471
1472 2010-11-06  Glenn Morris  <rgm@gnu.org>
1473
1474         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1475         `condition', `type', `length' a prefix.
1476         (gnus-treat-predicate): Update for above name changes.
1477
1478 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1481         binding.  Handled by `gnus-summary-refer-thread' instead.
1482         (nnir-warp-to-article): New backend function.
1483
1484         * nnimap.el (nnimap-request-thread): Force dependency updating.
1485
1486         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1487         (gnus-summary-refer-thread): Rework to improve thread-referral.
1488
1489         * gnus-int.el (gnus-warp-to-article): New function.
1490
1491         * gnus-sum.el (gnus-summary-article-map): Bind it.
1492
1493 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1494
1495         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1496         gnus-summary-refer-thread.
1497
1498         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1499         headers.
1500         (gnus-summary-limit-include-thread): Prevent articles in thread from
1501         being cut in gnus-cut-threads.
1502         (gnus-summary-refer-thread): Limit retrieved headers to those in
1503         thread.
1504
1505 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * message.el (message-send-mail): Use the value of
1508         message-courtesy-message from the message buffer.
1509
1510         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1511
1512         * shr.el (shr-browse-url): Implement mailto: URLs.
1513
1514         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1515         "raw".
1516
1517         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1518         if it's already selected.
1519
1520         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1521
1522 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1525         to measure the length and truncate alt text.
1526
1527 2010-11-03  Glenn Morris  <rgm@gnu.org>
1528
1529         * nndiary.el (nndiary-generate-nov-databases-1)
1530         (nndiary-generate-active-info): Rename dynamic variable `files' to
1531         something less generic.
1532
1533 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1534
1535         * nnir.el (nnir-request-move-article): Call the underlying backend to
1536         move articles from nnir.
1537
1538 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1541
1542 2010-11-02  Julien Danjou  <julien@danjou.info>
1543
1544         * nnir.el: Remove wais support.
1545
1546 2010-11-02  Glenn Morris  <rgm@gnu.org>
1547
1548         * gnus-html.el: Reorder requirements to quieten compiler.
1549
1550 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1553         properly for XEmacs as well.
1554         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1555         (gnus-article-natural-long-line-p): Use window-width rather than
1556         frame-width.
1557
1558 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1561         (nnir-read-parms): Don't modify query.
1562         (nnir-run-query): Add ability to search topic on current line.
1563         (nnir-get-active): Clean up.
1564
1565 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1568         degenerate articles.
1569
1570         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1571         (gnus-print-buffer): Just print the buffer as is, without any copying
1572         to a buffer and then re-highlighting.
1573
1574         * nnimap.el (nnimap-request-group): Store the new updated info.
1575         (nnimap-request-group): Select the group when we don't know whether it
1576         exists or not.
1577
1578         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1579         groups.
1580
1581         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1582         groups.
1583
1584         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1585         groups.
1586
1587         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1588         long-lines case by only filling the long lines.
1589
1590         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1591         (bug #7311).
1592
1593 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * shr.el: No need to declare `declare-function' since shr.el is for
1596         only Emacsen that provide `libxml-parse-html-region'.
1597
1598         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1599         effective only in a file it is referred to.
1600
1601 2010-11-01  Glenn Morris  <rgm@gnu.org>
1602
1603         * mm-util.el (gnus-completing-read): Autoload.
1604         (mm-read-coding-system): Simplify Emacs definition.
1605
1606         * nnmail.el (gnus-activate-group):
1607         * nnimap.el (gnutls-negotiate):
1608         * nntp.el (netrc-parse): Fix declarations.
1609
1610 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1613         string-match-p in Emacs >=23.
1614
1615         * gnus-msg.el (gnus-configure-posting-styles)
1616         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1617
1618 2010-11-01  Glenn Morris  <rgm@gnu.org>
1619
1620         * nnir.el (declare-function): Add compat stub.
1621         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1622         (nnir-run-gmane): Require 'mm-url.
1623
1624         * mm-util.el (mm-string-to-multibyte): Simplify.
1625
1626         * shr.el (declare-function): Add compat stub.
1627         (url-cache-create-filename): Declare.
1628         (mm-disable-multibyte, widget-convert-button): Autoload.
1629
1630         * smime.el (ldap-search): Declare.
1631         (smime-cert-by-ldap-1): Require ldap on Emacs.
1632
1633         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1634         (nnimap-keepalive): Use gnus-float-time.
1635
1636         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1637         (mail-source-delete-crash-box): Use gnus-float-time.
1638
1639         * gnus-dired.el (gnus-completing-read): Autoload.
1640
1641         * mm-view.el (gnus-rescale-image): Autoload.
1642
1643         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1644
1645         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1646
1647         * sieve-manage.el: Require 'cl when compiling.
1648
1649         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1650         (gnus-iswitchb-completing-read): Require iswitchb.
1651         (gnus-select-frame-set-input-focus): Silence compiler.
1652
1653 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * message.el (message-subject-trailing-was-query): Change default to t,
1656         since I think that's what most people want.
1657
1658         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1659         appending for easier debugging.
1660         (nnimap-wait-for-connection): Take a regexp.
1661         (nnimap-request-accept-article): Wait for the continuation line before
1662         sending anything unless we're streaming.
1663
1664         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1665         leave the header washing to take place.
1666
1667 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1668
1669         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1670         regular expression match and replace in posting styles.
1671
1672 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1673
1674         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1675         an entire server.
1676         (nnir-get-active): New function.
1677         (nnir-run-imap): Use it.
1678         (nnir-run-gmane): Who knew, gmane search returns an article score!
1679
1680         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1681         server on the current line with nnir.
1682
1683 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1686         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1687         left edge.
1688         (gnus-article-foldable-buffer): Skip past the prefix when determining
1689         raggedness.
1690
1691         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1692         the raw article, and change `C-u g' to show the article without doing
1693         treatments.
1694
1695         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1696         on to `gnus-treat-article'.
1697         (gnus-inhibit-article-treatments): New variable.
1698
1699         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1700
1701         * gnus-art.el (gnus-treatment-function-alist): Have
1702         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1703         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1704         sections.
1705
1706         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1707         parameter.
1708         (gnus-article-fill-cited-long-lines): New function.
1709         (gnus-article-fill-cited-article): Allow filling only long sections.
1710
1711         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1712         and non-punctuation (like after the apostrophe in "'We").
1713
1714         * gnus-sum.el (gnus-summary-select-article): Make sure
1715         gnus-original-article-buffer is alive.
1716
1717         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1718         reflect the order they're in in the digest.
1719
1720         * gnus.el (gnus-group-startup-message): Move point to the start of the
1721         buffer.
1722
1723         * nnimap.el (nnimap-capability): New function.
1724         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1725         is set.
1726
1727 2010-10-31  David Engster  <dengste@eml.cc>
1728
1729         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1730         conform with changes to gnus-completing-read.
1731
1732 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1735
1736 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1737
1738         * nnir.el: Move defvar, defcustom around to keep file organized
1739         and keep byte-compiler quiet.
1740         (nnir-read-parms): Accept search-engine as arg.
1741         (nnir-run-query): Pass search-engine as arg.
1742         (nnir-search-engine): Remove.
1743
1744 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * shr.el (shr-generic): The text nodes should be text, not :text.
1747
1748         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1749         later in the file.
1750
1751 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * nnir.el: General clean up.  Allow searching with multiple engines.
1754         Allow separate extra-parameters for each engine.
1755         Batch queries when possible.
1756         (nnir-imap-default-search-key,nnir-method-default-engines):
1757         Add customize interface.
1758         (nnir-run-gmane): New engine.
1759         (nnir-engines): Use it.  Qualify all prompts with engine name.
1760         (nnir-search-engine): Remove global variable.
1761         (nnir-run-hyrex): Restore for now.
1762         (nnir-extra-parms,nnir-search-history): New variables.
1763         (gnus-group-make-nnir-group): Use them.
1764         (nnir-group-server): Remove in favor of gnus-group-server.
1765         (nnir-request-group): Avoid searching twice.
1766         (nnir-sort-groups-by-server): New function.
1767
1768 2010-10-30  Julien Danjou  <julien@danjou.info>
1769
1770         * gnus-group.el: Remove gnus-group-fetch-control.
1771
1772         * gnus-start.el (gnus-find-new-newsgroups):
1773         Remove gnus-check-first-time-used.
1774
1775         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1776
1777 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1778
1779         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1780         set on groups that don't have \* permanentflags.
1781
1782 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1785         control the background color.
1786         (shr-tag-img): Ignore very small web bug type images.
1787         (shr-put-image): Add help-echo alt texts to the images.
1788         (shr-tag-video): Show the video poster image.
1789
1790 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * shr.el (shr-table-depth): New variable.
1793         (shr-tag-table-1): Only insert the images after the top-level table.
1794
1795         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1796
1797         * gnus-util.el (gnus-list-memq-of-list): New function.
1798
1799         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1800         selected.
1801         (nnimap-unsplittable-articles): New slot.
1802         (nnimap-new-articles): Use it.
1803
1804 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1805
1806         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1807         move to the previous line on `M-g'.
1808
1809 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1812         *-request-group, which seems unnecessary.
1813
1814         * nnimap.el (nnimap-quote-specials): Function copied over from
1815         imap.el.
1816         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1817         they support that.  Suggested by Tom Regner.
1818
1819 2010-10-29  Julien Danjou  <julien@danjou.info>
1820
1821         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1822         defalias.
1823         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1824
1825         * gnus.el: Remove `gnus-nntp-service' variable.
1826         (gnus-secondary-servers): Make obsolete.
1827         (gnus-nntp-server): Make obsolete.
1828
1829         * gnus-start.el (gnus-1): Remove x-splash calls.
1830
1831         * gnus-ems.el (gnus-x-splash): Remove.
1832
1833         * gnus.el (gnus-group-startup-message): Simplify/update code.
1834
1835         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1836         definition.
1837
1838         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1839         capability before doing anything.
1840         (gnus-group-insert-group-line): Remove useless
1841         gnus-group-remove-excess-properties.
1842
1843 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1846
1847 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1850         config after reselecting.
1851
1852 2010-10-28  Julien Danjou  <julien@danjou.info>
1853
1854         * shr.el (shr-put-image): Use point even if only inserting text.
1855         (shr-put-image): Save excursion when inserting alt text on non-graphic
1856         display, so the behaviour is the same when we are on a graphic display.
1857
1858         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1859
1860 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1863         (gnus-mime-copy-part): Check coding system, not charset.
1864         (gnus-mime-view-part-externally): Never remove part.
1865         (gnus-mime-view-part-internally): Don't remove part here.
1866         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1867         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1868         multipart/alternative.
1869
1870         * mm-decode.el (mm-display-part): Take optional arg `force'.
1871
1872 2010-10-26  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-group.el (gnus-group-default-list-level): Add this function to
1875         compute the default list level.
1876         (gnus-group-default-list-level): Add possibility to use a function.
1877
1878 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1881
1882         * gnus-group.el (gnus-group-completing-read)
1883         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1884         gnus-replace-in-string.
1885
1886 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * shr.el (shr-tag-div): Add.
1889
1890         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1891
1892 2010-10-25  Julien Danjou  <julien@danjou.info>
1893
1894         * gnus-util.el: Remove `gnus-with-local-quit'.
1895
1896         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1897
1898 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1901         the original article buffer.
1902
1903 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * nnimap.el (nnimap-request-head): New function.
1906         (nnimap-request-move-article): Try to be slighly faster by not
1907         requesting the entire message when moving.
1908         (nnimap-transform-headers): Don't bug out on bodiless articles.
1909         (nnimap-send-command): Have no outstanding messages if the IMAP server
1910         doesn't support streaming.
1911         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1912
1913 2010-10-24  Julien Danjou  <julien@danjou.info>
1914
1915         * message.el (message-default-headers): Fix type.
1916
1917 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1920         prefetching images.
1921
1922         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1923         backend for unknown groups.  This is mainly useful for nnimap groups.
1924
1925         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1926         group isn't covered by the agent.
1927
1928 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1929
1930         * nnir.el (nnir-method-default-engines): New variable.
1931         (nnir-run-query): Use it.
1932         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1933         (gnus-summary-nnir-goto-thread): Change group if needed.
1934
1935         * gnus-group.el (gnus-group-group-map): Add key binding for
1936         gnus-group-make-nnir-group.
1937
1938 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * shr.el (shr-tag-object): Add.
1941
1942         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1943         original article buffer live.
1944         (gnus-summary-select-article-buffer):
1945         Mention gnus-widen-article-buffer.
1946
1947 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * shr.el (shr-tag-strong): Add.
1950
1951 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1954         group names.  They mess up the group buffer badly.
1955
1956         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1957
1958         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1959         instead of the summary one.
1960
1961 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * mml.el (mml-preview): Work properly when editing article.
1964
1965         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1966         gnus-have-read-active-file if it's already been in.
1967
1968 2010-10-22  Tom Tromey  <tromey@redhat.com>
1969
1970         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1971         gnus-group-completing-read.
1972
1973 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * message.el (message-mode-map): Don't bind M-; to comment region, to
1976         allow the global comment-dwim to work.
1977
1978 2010-10-21  Julien Danjou  <julien@danjou.info>
1979
1980         * message.el (message-setup-1): Allow message-default-headers to be a
1981         function.
1982
1983 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * shr.el (shr-tag-table): Simplify.
1986
1987 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1990         to avoid trying to snarf invalid stuff.
1991
1992         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1993
1994         * gnus.el (gnus-message-archive-group): Quote value.
1995         (gnus-message-archive-group): Mark as changed.
1996
1997         * shr.el (shr-add-font): Don't put the font properties on the newline
1998         or the indentation.
1999
2000         * message.el (message-fix-before-sending): Change options when sending
2001         non-printable characters.
2002
2003         * gnus.el (gnus-message-archive-method): Change the default to
2004         monthly outgoing groups.
2005
2006         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2007         that have gotten new numbers.
2008
2009         * nnimap.el (nnimap-request-replace-article): New function.
2010
2011 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2014         (nnrss-request-article): Don't use special html washing code.
2015
2016 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * shr.el (shr-tag-table): Remove useless nconc.
2019
2020 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-art.el (article-wash-html): Simplify and remove the charset
2023         stuff.  Use the normal html rendering code instead of the special html
2024         washing code.
2025
2026         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2027         `gnus-w3m' symbols.
2028         (mm-text-html-washer-alist): Remove.
2029
2030         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2031         (mm-inline-media-tests): Remove use.
2032         (mm-text-html-renderer): Change default to the `shr' symbol.
2033
2034         * mm-view.el (mm-inline-text-html): Remove use.
2035
2036         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2037         `gnus-blocked-images' to be a function.
2038         (gnus-article-wash-function): Remove.
2039
2040 2010-10-20  Julien Danjou  <julien@danjou.info>
2041
2042         * spam.el (spam-list-of-processors): Mark as obsolete.
2043
2044         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2045         (nnimap-insert-partial-structure): Fix boundary detection.
2046
2047 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2048
2049         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2050         run file-truename on remote files.  This can be expensive and even
2051         prevent one from editing drafts if some unrelated buffer has a stale
2052         connection.
2053
2054 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2057         kinsoku-eol regardless of shr-kinsoku-shorten.
2058         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2059         (shr-tag-table): Support caption, thead, and tfoot.
2060
2061 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2064         lines.
2065         (shr-save-contents): New command and keystroke.
2066
2067         * nndoc.el (nndoc-type-alist): Add git support.
2068         (nndoc-git-type-p): New function.
2069         (nndoc-transform-git-article): Ditto.
2070         (nndoc-transform-git-headers): Ditto.
2071         (nndoc-transform-git-headers): Generate Subject headers.
2072
2073         * shr.el (shr-parse-style): New function.
2074         (shr-tag-span): Ditto.
2075
2076         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2077         to `G G' to avoid collisions.
2078
2079 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * shr.el: Load kinsoku if necessary.
2082         (shr-kinsoku-shorten): New internal variable.
2083         (shr-find-fill-point): Make kinsoku shorten text line if
2084         shr-kinsoku-shorten is bound to non-nil.
2085         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2086         shr-indentation too when testing if table is wider than frame width.
2087         (shr-insert-table): Use `string-width' instead of `length' to measure
2088         text width.
2089         (shr-insert-table-ruler): Make sure indentation is done at bol.
2090
2091 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2092
2093         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2094         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2095         undecoded network data.
2096
2097 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2100         name in the mode line spec so that the mode line menu works
2101         (bug #2431).
2102
2103         * message.el (message-get-reply-headers): If we're fed `to-address',
2104         then always use that.
2105
2106         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2107         aren't so wide as to need to switch off the edit menu.
2108
2109         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2110         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2111
2112         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2113         `M-g'.
2114         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2115         the permanent marks.
2116
2117 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2118
2119         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2120         Splitting according to references/in-reply-to obeys the ignore-groups
2121         variable, while splitting by sender and subject do not.
2122
2123 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2126         alist, so that we can look for non-Unicode chars.
2127         (article-translate-strings): Allow both character and string maps.
2128
2129 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * shr.el (shr-insert): Don't insert space behind a wide character
2132         categorized as kinsoku-bol, or between characters both categorized as
2133         nospace.
2134
2135 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2136
2137         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2138         headers to gnus-newsgroup-headers.
2139
2140 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * shr.el (shr-tag-img): Don't align images -- since we're not
2143         rescaling, this often leads to ugly displays.
2144
2145 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2148         duplicates.
2149
2150 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2151
2152         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2153         call.
2154
2155 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus.el: Autoload gnus-html-show-images.
2158
2159         * nnimap.el: Use nnheader-message throughout.
2160
2161         * shr.el (shr-tag-img): Ignore images with no data.
2162
2163 2010-10-15  Julien Danjou  <julien@danjou.info>
2164
2165         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2166         a possibility to disable format=flow encoding when using hard newlines.
2167
2168 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * shr.el (shr-insert): Remove space inserted before or after a
2171         breakable character or at the beginning or the end of a line.
2172         (shr-find-fill-point): Do kinsoku; find the second best point or give
2173         it up if there's no breakable point.
2174
2175 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnimap.el (nnimap-open-connection): Message when opening connection
2178         for debugging purposes.
2179
2180         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2181         on every setup buffer call to allow this to change from article to
2182         article.
2183
2184         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2185         buffers where we have a wide table.
2186
2187 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2188
2189         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2190         uses *-request-thread.
2191
2192 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2195         incantation, which is no longer valid.
2196
2197 2010-10-14  Julien Danjou  <julien@danjou.info>
2198
2199         * shr.el: Fix defcustom type (char -> character).
2200
2201 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2204         programs.
2205
2206 2010-10-14  Julien Danjou  <julien@danjou.info>
2207
2208         * shr.el (shr-tag-a): Use url-link as widget type.
2209
2210         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2211         `gnus-group-get-icon'.
2212
2213 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2216         This should make server editing work better.
2217
2218         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2219
2220         * tls.el (tls-program): Remove spurious %s from openssl.
2221
2222         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2223         (nnimap-parse-flags): Fix regexp.
2224
2225         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2226         probably work for CJVK text, too.
2227
2228         * nnimap.el (nnimap-extend-tls-programs): Remove.
2229         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2230
2231         * tls.el (tls-starttls-switches): Remove starttls hack.
2232         (open-tls-stream): Ditto.
2233         (tls-find-starttls-argument): Ditto.
2234
2235 2010-10-13  Julien Danjou  <julien@danjou.info>
2236
2237         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2238         responses.
2239
2240 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2243
2244         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2245         anything in Emacs.
2246
2247         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2248
2249 2010-10-13  Julien Danjou  <julien@danjou.info>
2250
2251         * shr.el (shr-width): Make shr-width a defcustom with default to
2252         fill-column.
2253         (shr-tag-img): Use shr-width rather than fill-column.
2254
2255 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * dgnushack.el (byte-optimize-apply)
2258         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2259
2260         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2261         position when (X-)Faces exist.
2262         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2263         avatars when called interactively.
2264
2265 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2268         gnus-article-x-face-too-ugly is bound.
2269
2270 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2273
2274         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2275         mailbox that doesn't exist.
2276
2277 2010-10-12  Julien Danjou  <julien@danjou.info>
2278
2279         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2280         (shr-get-image-data): Encode URL properly when fetching from cache.
2281         (shr-tag-img): Use aligned-to spaces to align correctly images.
2282
2283         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2284         before inserting the Gravatar.
2285
2286         * shr.el (shr-tag-img): Add align attribute support for <img>.
2287
2288 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-gravatar.el (gnus-art): Require.
2291
2292         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2293         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2294         Remove long obsoleted functions.
2295
2296 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2299
2300         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2301
2302         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2303         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2304         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2305         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2306         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2307         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2308         * sieve-manage.el, smime.el, spam.el:
2309         Fix comment for declare-function.
2310
2311 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-request-rename-group): Select group read-only
2314         before renaming it.
2315
2316         * shr.el (shr-insert): Fix up the white space only regexp.
2317
2318         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2319         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2320
2321         * shr.el (shr-current-column): New function.
2322         (shr-find-fill-point): New function.
2323
2324 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2325
2326         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2327         numbers.
2328
2329 2010-10-11  Julien Danjou  <julien@danjou.info>
2330
2331         * shr.el (shr-hr-line): Add.
2332         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2333         display hr lines.
2334         (shr-max-columns): Do not change state to nil if we just inserting
2335         spaces.
2336
2337 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2340         select the last group.
2341
2342 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2343
2344         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2345
2346 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2347
2348         * dig.el (dig-mode-map): Declare and define in one step.
2349
2350 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2353         for Gnus.
2354         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2355         (nnimap-update-qresync-info): Mark \Seen articles as read.
2356
2357         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2358         non-variable, too.
2359
2360         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2361         available.
2362         (nnimap-update-info): Rely more on the current active than the param
2363         active to avoid marking articles as read too much.
2364
2365         * auth-source.el (auth-source-create): Use (user-login-name) for the
2366         user name default.
2367
2368         * nnimap.el (nnimap-update-info): If the server doesn't return any
2369         useful info, just use the previous info.
2370         (nnimap-update-info): Prefer old info over start-article.
2371         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2372
2373 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2374
2375         * nnir.el (autoload): Clean up autoloads.
2376         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2377         Use key rather than value.
2378         (nnir-imap-search-other): New variable.
2379         (nnir-read-parm): Use it.
2380         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2381         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2382
2383 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2386         the process, too.
2387
2388 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * spam.el (gnus-summary-mode-map): Bind to "$".
2391         Suggested by Russ Allbery.
2392
2393         * shr.el: Rework the way things are indented by <li> slightly.
2394
2395         * gnus.el (gnus-group-set-parameter): Fix typo.
2396
2397         * nnimap.el: Start implementing QRESYNC support.
2398
2399 2010-10-09  Julien Danjou  <julien@danjou.info>
2400
2401         * nnir.el (nnir-engines): Fix too many arguments.
2402
2403 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2406         group is the "last", so that the backends like nnfolder actually save
2407         their folders.
2408
2409         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2410         try to use that for the tls stream.
2411         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2412         UIDVALIDITY and find out which groups are read-only and not.
2413         (nnimap-get-flags): Use the same marks parsing code as the rest of
2414         nnimap.
2415
2416 2010-10-09  Julien Danjou  <julien@danjou.info>
2417
2418         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2419
2420         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2421         retrieving gravatars.
2422
2423         * shr.el (shr-table-corner): Add.
2424         (shr-table-line): Add.
2425         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2426
2427 2010-10-08  Julien Danjou  <julien@danjou.info>
2428
2429         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2430
2431 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2434
2435         * gnus-sum.el (gnus-mark-article-as-unread)
2436         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2437         (gnus-summary-set-bookmark): Use it.
2438
2439         * gnus-msg.el (gnus-setup-message): Use it.
2440
2441         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2442
2443         * gnus.el (gnus-group-remove-parameter): Use it.
2444
2445         * gnus-group.el (gnus-group-make-web-group): Use it.
2446
2447         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2448
2449         * nnregistry.el: Update docs to mention manual.
2450
2451         * gnus-registry.el: Update docs to mention nnregistry.el.
2452         (gnus-registry-initialize): Don't install nnregistry refer method
2453         automatically.
2454         (gnus-registry-install-nnregistry): Remove it.
2455
2456 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * shr.el (shr-insert): Don't insert double spaces.
2459
2460 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * gnus-gravatar.el (gnus-treat-from-gravatar)
2463         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2464         called interactively.
2465
2466         * gnus-art.el (gnus-mime-view-part-externally)
2467         (gnus-mime-view-part-internally): Make predicate function passed to
2468         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2469         of a mime type.
2470
2471         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2472
2473 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * shr.el (require): Require cl when compiling.
2476         (shr-tag-hr): New function.
2477
2478         * nnimap.el (nnimap-update-info): Remove double setting of high.
2479         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2480         This makes nnimap work properly on Courier again.
2481
2482         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2483         the variable for backwards compatability.
2484
2485         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2486         the file name before using to avoid setting mm-default-directory to
2487         nil.
2488
2489         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2490         bidning gnus-agent variables.
2491
2492         * shr.el (shr-render-td): Use a cache for the table rendering function
2493         to avoid getting an exponential rendering behaviour in nested tables.
2494         (shr-insert): Rework the line-breaking algorithm.
2495         (shr-insert): Don't leave trailing spaces.
2496         (shr-insert-table): Also insert empty TDs.
2497         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2498
2499 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2500
2501         * gnus-sum.el (gnus-number): Rename from `number'.
2502         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2503         (gnus-summary-limit-children): Update uses correspondingly.
2504
2505 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2508         (gnus-gravatar-transform-address): Don't show avatars of people of
2509         which mail addresses match gnus-gravatar-too-ugly.
2510
2511 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (shr-table-widths): Expand TD elements to fill available
2514         space.
2515
2516 2010-10-07  Julien Danjou  <julien@danjou.info>
2517
2518         * nnimap.el (nnimap-request-rename-group): Add this method.
2519
2520 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2523         name from XEmacs' function-arglist.
2524
2525         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2526         gravatar under XEmacs.
2527
2528 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         * auth-source.el: Update docs with TODO items.
2531
2532         * gnus-sync.el: Update docs to explain state and plans.
2533
2534         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2535         Hooks for mark updates.
2536         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2537
2538         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2539         hooks with arguments, which is needed for mark update hooks.
2540
2541 2010-10-06  Julien Danjou  <julien@danjou.info>
2542
2543         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2544         was matched.
2545
2546         * sieve-manage.el: Update example in `Commentary'.
2547
2548         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2549
2550         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2551         not 2000.
2552         (sieve-manage-authenticate): Re-add function.
2553
2554 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * shr.el (shr-insert): Get 'space transition right.
2557         (shr-render-td): Only delete space at the end of the TD.
2558
2559         * nnimap.el (nnimap-open-connection): Prepare to support
2560         open-gnutls-stream.
2561
2562         * shr.el: Rearrange function order to be more logical.
2563
2564 2010-10-06  Julien Danjou  <julien@danjou.info>
2565
2566         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2567         (nnrss-discover-feed): Remove 404 URL in docstring.
2568
2569         * nnir.el: Fix Swish-E URL.
2570         Fix Namazu URL.
2571
2572         * message.el (message-change-subject): Remove 404 URL in a comment.
2573
2574 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2577         called interactively.
2578
2579         * gnus-util.el (gnus-remove-if): Allow hash table.
2580         (gnus-remove-if-not): New function.
2581
2582         * gnus-art.el (gnus-mime-view-part-as-type)
2583         * gnus-score.el (gnus-summary-score-effect)
2584         * gnus-sum.el (gnus-read-move-group-name):
2585         Replace remove-if-not with gnus-remove-if-not.
2586
2587         * gnus-group.el (gnus-group-completing-read):
2588         Regard collection as a hash table if it is not a list.
2589
2590 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2593
2594         * shr.el: Document the table-rendering algorithm.
2595
2596 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2599         for Emacsen having no `libxml-parse-html-region' support.
2600
2601 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2604         invalid URLs.
2605
2606         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2607         line-broken.
2608         (shr-tag-img): Ignore image fetching errors.
2609         (shr-overlays-in-region): Compute overlay positions correctly.
2610
2611         * mm-decode.el (mm-shr): Require shr.
2612
2613         * gnus-art.el (gnus-blocked-images): Move variable here.
2614
2615         * shr.el (shr-insert-table): Bind free variable.
2616
2617         * mm-decode.el (mm-shr): Bind shr-content-function.
2618
2619         * shr.el (shr-content-function): New variable.
2620
2621         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2622         added for symmetry.
2623
2624         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2625
2626         * gnus-group.el (gnus-group-make-group): Doc fix.
2627
2628         * nnimap.el (nnimap-request-newgroups): Return success.
2629
2630         * shr.el (shr-find-elements): New function.
2631         (shr-tag-table): Put all the images after the table.
2632         (shr-tag-table): Really inhibit images inside the table.
2633         (shr-collect-overlays): Copy over overlays from the TD elements to the
2634         main document.
2635
2636         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2637         gnus-blocked-images.
2638
2639 2010-10-05  Julien Danjou  <julien@danjou.info>
2640
2641         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2642
2643         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2644         (gnus-html-maximum-image-size): Add this function.
2645         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2646
2647         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2648         server-value of the capability is nil.
2649
2650 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * shr.el (shr-tag-em): Add <EM> tag.
2653
2654 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2655
2656         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2657         customizable.
2658
2659         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2660         handing broken links to browse-url.
2661
2662 2010-10-05  Julien Danjou  <julien@danjou.info>
2663
2664         * gnus-util.el (gnus-emacs-completing-read)
2665         (gnus-iswitchb-completing-read): Use autoload rather than require.
2666
2667 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2670         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2671         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2672         iswitchb-temp-buflist for XEmacs.
2673
2674         * gnus-util.el (gnus-completing-read-function): Exclude
2675         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2676         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2677         XEmacs.
2678
2679         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2680         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2681
2682         * gnus-html.el: Don't require help-fns under XEmacs.
2683         (gnus-html-schedule-image-fetching): Work for XEmacs.
2684
2685         * mm-decode.el (mm-shr): Decode contents by charset.
2686
2687 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2690         unknown.
2691
2692         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2693         (shr-get-image-data): Ensure against the cache file missing.
2694
2695         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2696         for data.
2697
2698         * spam-report.el (spam-report-url-ping-plain): Don't query about
2699         killing the process.
2700
2701         * shr.el (shr-render-td): Protect against too-wide text.
2702
2703 2010-10-04  Julien Danjou  <julien@danjou.info>
2704
2705         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2706         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2707
2708         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2709         retrieved.
2710
2711 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * shr.el (browse-url): Require.
2714         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2715         lines.
2716         (shr-show-alt-text, shr-browse-image): New commands.
2717         (shr-browse-url, shr-copy-url): New commands.
2718
2719         * gnus-sum.el (gnus-widen-article-window): New variable.
2720         (gnus-summary-select-article-buffer): Use it.
2721
2722         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2723         without @ signs.
2724
2725 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2726
2727         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2728
2729 2010-10-04  Julien Danjou  <julien@danjou.info>
2730
2731         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2732         for XEmacs.
2733
2734 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2737
2738         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2739         (nnimap-close-server): Implement.
2740
2741         * dgnushack.el (iswitchb): Require to shut up the compiler.
2742
2743         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2744         (shr-insert): Tweak line breaking.
2745         (shr-insert): Handle <pre> better.
2746         (shr-tag-li): Get <li> indentation right.
2747         (shr-tag-li): Get <li> indentation even righter.
2748         (shr-tag-blockquote): Ensure paragraph start.
2749         (shr-make-table): Tweak table generation.
2750         (shr-make-table): Fix typo.
2751
2752         * shr.el: Implement table rendering.
2753
2754 2010-10-04  Julien Danjou  <julien@danjou.info>
2755
2756         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2757
2758 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * shr.el (shr-insert): Use string anchors instead of line anchors.
2761
2762 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el: Add headings.
2765         (shr-ensure-paragraph): Actually work.
2766         (shr-tag-li): Make <ul> prettier.
2767         (shr-insert): Get white space at the beginning/end of elements right.
2768         (shr-tag-p): Collapse subsequent <p>s.
2769         (shr-ensure-paragraph): Don't insert double line feeds after blank
2770         lines.
2771         (shr-insert): \t is also space.
2772         (shr-tag-s): Fix "s" tag name function.
2773         (shr-tag-s): Fix face prop name.
2774
2775 2010-10-03  Julien Danjou  <julien@danjou.info>
2776
2777         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2778
2779         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2780         gnus-window-inside-pixel-edges.
2781
2782         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2783         gnus-ems.
2784
2785         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2786
2787         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2788         function.
2789
2790         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2791         resize choice.
2792
2793 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2796         beginning of the buffer.
2797
2798         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2799         article buffer again.
2800
2801         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2802
2803         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2804         when it's at the start of the buffer.
2805
2806         * shr.el (shr-tag-blockquote): Convert name.
2807         (shr-rescale-image): Use the right image-size variant.
2808
2809         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2810         buffer isn't shown, then select the current article first instead of
2811         bugging out.
2812         (gnus-summary-select-article-buffer): Show both the article and summary
2813         buffers again.
2814
2815         * shr.el (shr-fontize-cont): Protect against regions with no text.
2816         Rename tag functions to shr-tag-* for enhanced security.
2817         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2818
2819 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2820
2821         * shr.el (shr-insert):
2822         * pop3.el (pop3-movemail):
2823         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2824         loaded.
2825
2826 2010-10-03  Glenn Morris  <rgm@gnu.org>
2827
2828         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2829
2830         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2831
2832         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2833
2834         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2835
2836         * gnus-util.el (gnus-make-local-hook): Simplify.
2837
2838 2010-10-02  Julien Danjou  <julien@danjou.info>
2839
2840         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2841         (gnus-ido-completing-read): New function.
2842         (gnus-emacs-completing-read): New function.
2843         (gnus-completing-read): Use gnus-completing-read-function.
2844         Add gnus-completing-read-function.
2845
2846 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * shr.el (shr-insert-document): Autoload.
2849         (shr-img): Be silent.
2850         (shr-insert): Add a newline after every picture before text.
2851         (shr-add-font): Use overlays for combining faces.
2852         (shr-insert): Pass upwards the text start point.
2853
2854         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2855         possible.
2856         (mm-shr): New function.
2857
2858 2010-10-02  Julien Danjou  <julien@danjou.info>
2859
2860         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2861         should go backward.
2862
2863 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2864
2865         * shr.el (shr): Fix typo in provide call.
2866
2867 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * shr.el: New file.
2870
2871         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2872
2873         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2874         completing read.
2875
2876 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2879         we're being queried about.  Suggested by Dan Jacobson.
2880
2881         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2882         Suggested by Jason Eisner.
2883
2884         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2885         table, too.  Suggested by Stefan Wiens.
2886         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2887         the table unnecessary.  Suggested by Stefan Wiens.
2888
2889         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2890         longer needed, and probably doesn't work either, as pointed out by
2891         Stefan Wiens.
2892         (gnus-summary-exit): Remove call to the clearing function.
2893         (gnus-summary-exit-no-update): Ditto.
2894
2895         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2896         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2897         Reported by Stefan Monnier.
2898         (gnus-summary-save-in-rmail): Ditto.
2899
2900         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2901         article buffer, instead of both the article buffer and the summary
2902         buffer.  Sort of suggested by Dan Jacobson.
2903
2904         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2905
2906         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2907         Suggested by Dan Jacobson.
2908
2909         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2910         documentation clearer.
2911
2912         * message.el (message-shorten-references): Comment on the number "21".
2913         Suggested by Stefan Monnier.
2914
2915         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2916         Suggested by Dan Jacobson.
2917
2918         * gnus.el (gnus-large-newsgroup):
2919         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2920
2921         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2922         externalize attachments.  Bug reported by Steve Wen.
2923
2924         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2925         really message anything to the user.
2926
2927         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2928         directly.
2929
2930         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2931         messages in empty groups.
2932
2933 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2934
2935         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2936         non-UIDNEXT group.
2937
2938 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2941         not the value from the collection.
2942
2943         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2944         values.  This sometimes happens on some groups that have no info.
2945         (nnimap-request-newgroups): New function.
2946
2947 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2950         check into `gnus-registry-initialize'.
2951         (gnus-registry-initialize): Ditto.
2952         Fix and extend header docs.
2953
2954 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955
2956         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2957         regexp backtrace overflows.
2958
2959         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2960         for starttls that tls.el implements; i.e. openssl.
2961
2962         * tls.el (tls-starttls-switches): Give up on using starttls with
2963         gnutls-cli.
2964         (tls-program): Add --insecure to be consistent with the defaults from
2965         openssl s_client.  Now all three commands are insecure.
2966
2967 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * lpath.el: Bind completion-styles-alist for XEmacs.
2970
2971         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2972         (gravatar-create-image): New function that's an alias to
2973         gnus-xmas-create-image, gnus-create-image, or create-image.
2974         (gravatar-data->image): Use it.
2975
2976 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2979         install the nnregistry refer method.
2980         (gnus-registry-install-hooks): Use it.
2981         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2982         unfollowed groups.
2983
2984 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2985
2986         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2987         expanding threads.
2988
2989 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * nnir.el: Use the server names without suffixes (bug #7009).
2992
2993         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2994         unencrypted to STARTTLS, if possible.
2995
2996 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2997
2998         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2999         headers before superseding.
3000
3001 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * nnrss.el (nnrss-use-local): Add documentation.
3004
3005         * nnimap.el (nnimap-extend-tls-programs): New function.
3006         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3007         (nnimap-wait-for-connection): Accept the greeting from the stupid
3008         output from openssl s_client -starttls, too.
3009
3010         * tls.el (tls-starttls-switches): New variable.
3011         (tls-find-starttls-argument): Use it.
3012         (open-tls-stream): Ditto.
3013
3014         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3015         (netrc-machine): Ditto.
3016
3017         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3018         article number.
3019         (nnimap-split-fancy): New variable.
3020         (nnimap-split-incoming-mail): Use it.
3021
3022         * nntp.el (nntp-server-list-active-group): Document.
3023
3024         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3025         SELECT to get the message-id.
3026
3027         * mail-source.el (mail-sources): Remove webmail support.
3028         (defvar): Ditto.
3029         (mail-source-fetcher-alist): Ditto.
3030         (mail-source-fetch-webmail): Remove.
3031
3032         * webmail.el: Remove -- doesn't seem relevant any more.
3033
3034         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3035
3036         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3037         the \r.
3038
3039 2010-09-30  Julien Danjou  <julien@danjou.info>
3040
3041         * gnus-agent.el (gnus-agent-add-group): Fix call to
3042         gnus-completing-read.
3043
3044 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * nndoc.el (nndoc-retrieve-groups): New function.
3047
3048         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3049         `default', use nnmail-split-methods.
3050         (nnimap-request-article): Downcase the NILs so that they are nil.
3051
3052         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3053         symbol.
3054
3055         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3056         code, since if the user has requested network, that's what they ought
3057         to get.
3058         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3059         (nnimap-split-rule): Mark as obsolete.
3060
3061         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3062         New variable.
3063
3064         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3065         correct slot, too.
3066
3067 2010-09-29  Julien Danjou  <julien@danjou.info>
3068
3069         * gnus.el (gnus-local-domain): Declare variable obsolete.
3070
3071         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3072         Fix history computing.
3073         (gnus-ido-completing-read): Require ido.
3074
3075 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3078         build Gnus.
3079
3080         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3081         when interpreting the structures.
3082         (nnimap-request-accept-article): Add \r\n to the lines to make this
3083         work with Cyrus.
3084
3085         * nndraft.el (nndraft-request-expire-articles): Use the group name
3086         instead if "nndraft".  Fix found by Nils Ackermann.
3087
3088 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3089
3090         * nnregistry.el: Add.
3091
3092 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3093
3094         * nnmail.el (group, group-art-list, group-art):
3095         Remove unneeded directives.
3096
3097 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3100         (mm-mime-charset)
3101         * rfc2047.el (rfc2047-syntax-table)
3102         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3103
3104         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3105         rather than `insert-file-contents' and `eval-region'.
3106
3107         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3108         construction.
3109
3110         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3111
3112         * time-date.el: No need to require cl for Emacs 21.
3113
3114 2010-09-29  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3117         replacement of `gnus-gravatar-relief' to mimic
3118         `gnus-faces-properties-alist'.
3119         Add :version property.
3120
3121 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * mail-source.el (mail-source-report-new-mail)
3124         * message.el (message-default-mail-headers)
3125         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3126
3127         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3128
3129 2010-09-28  Julien Danjou  <julien@danjou.info>
3130
3131         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3132         mail-address contains the same string as real-name.
3133
3134         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3135         non-blank in header, otherwise it'll get stripped.
3136
3137         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3138         real-name, and then for mail address rather than doing : or , search.
3139
3140 2010-09-27  Julien Danjou  <julien@danjou.info>
3141
3142         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3143         right completing-read function.
3144         (gnus-use-ido): New variable
3145         (gnus-completing-read-with-default): Remove.
3146         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3147         (gnus-agent-add-group):
3148         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3149         * mm-view.el (mm-view-pkcs7-decrypt):
3150         * mm-util.el (mm-codepage-setup):
3151         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3152         * mml-smime.el (mml-smime-openssl-sign-query):
3153         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3154         (mml-insert-multipart):
3155         * gnus-msg.el (gnus-summary-yank-message):
3156         * gnus-int.el (gnus-start-news-server):
3157         * mm-decode.el (mm-interactively-view-part):
3158         * gnus-dired.el (gnus-dired-attach):
3159         * gnus.el (gnus-read-method):
3160         * gnus-bookmark.el (gnus-bookmark-jump):
3161         * gnus-art.el (gnus-mime-view-part-as-type)
3162         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3163         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3164         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3165         * nnmairix.el (nnmairix-create-server-and-default-group)
3166         (nnmairix-update-groups, nnmairix-get-server)
3167         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3168         (nnmairix-get-group-from-file-path):
3169         * nnrss.el (nnrss-find-rss-via-syndic8):
3170         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3171         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3172         (gnus-group-browse-foreign-server):
3173         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3174         (gnus-summary-execute-command, gnus-summary-respool-article)
3175         (gnus-read-move-group-name):
3176         * gnus-score.el (gnus-summary-increase-score)
3177         (gnus-summary-score-effect):
3178         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3179
3180 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3183         x-focus-frame.
3184
3185         * nnimap.el (auth-source-forget-user-or-password)
3186         (auth-source-user-or-password): Autoload.
3187
3188         * message.el (message-from-style, message-interactive)
3189         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3190         (message-yank-prefix, message-indentation-spaces, message-signature)
3191         (message-signature-file): Add comment.
3192
3193 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3196         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3197         new articles.
3198
3199         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3200         parts.
3201         (nnimap-request-article): Work with the t setting, too.
3202
3203         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3204         that you don't get flashes of other buffers.
3205         (gnus-summary-show-complete-article): Intern before setting.
3206
3207 2010-09-27  David Engster  <dengste@eml.cc>
3208
3209         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3210         well as HEADERS.
3211         (nnmairix-retrieve-headers): Provide new argument for the above.
3212
3213 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-sum.el (gnus-summary-move-article): Don't alter
3216         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3217         group.
3218
3219         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3220
3221         * message.el (message-cite-prefix-regexp): Revert my last edit.
3222
3223         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3224         variable instead of the Gnus variable.
3225
3226         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3227
3228         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3229
3230         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3231         since some servers don't like it.
3232         (nnimap-open-connection): Forget credentials if the server says the
3233         password was wrong.
3234         (nnimap-parse-line): Protect against invalid data.
3235
3236         * gnus-sum.el (gnus-summary-move-article): Add comment.
3237         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3238         nothing alters it while scanning for new messages.
3239
3240         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3241         which may or may not help.
3242         (nnimap-open-connection): If we're doing a stream connection, and then
3243         discover we're on a STARTTLS-capable server, then open a STARTTLS
3244         connection instead.
3245
3246 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * nnimap.el (utf7): Require.
3249
3250         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3251         prefix.
3252
3253 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3254
3255         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3256
3257 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * nnimap.el (nnimap-request-accept-article): Message the error on
3260         error.
3261
3262 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3265
3266 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nndoc.el (nndoc-request-list): Return success always.
3269
3270         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3271         `fetch-old' -- we only want to fetch the articles we've requested.
3272         The rest are in the agent, probably.
3273         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3274         disappeared server" to something low.  It's not important.
3275
3276         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3277         arrived before the FETCH data.
3278
3279         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3280         target here, because we don't know the Gnus name of the group.
3281
3282         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3283         for the correct group.
3284
3285         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3286
3287         * gnus.el (gnus): Give a final warning after startup.
3288
3289         * gnus-util.el (gnus-action-message-log): New variable.
3290         (gnus-message): Use it.
3291         (gnus-final-warning): New function.
3292
3293         * nnimap.el (nnimap-open-connection): Record the greeting.
3294         (nnimap): Add greeting.
3295
3296 2010-09-26  Julien Danjou  <julien@danjou.info>
3297
3298         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3299         arguments.
3300         (gnus-html-wash-images): Fix spec computing to include start/end.
3301
3302         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3303
3304 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3307         deletion.
3308         (nnimap-retrieve-headers): Don't select the group, because that's
3309         already done by nnimap-possibly-change-group.
3310
3311         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3312         (gnus-picon-transform-address): Use it.
3313
3314         * mail-source.el (mail-source-value): Revert previous patch.
3315
3316         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3317         on failure.
3318         (nnimap-open-connection): Look up both virtual and physical server name
3319         credentials.
3320
3321         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3322
3323 2009-02-07  Dave Love  <fx@gnu.org>
3324
3325         * tls.el (open-tls-stream): Don't query killing process.
3326
3327 2009-02-08  Dave Love  <fx@gnu.org>
3328
3329         * gnus-win.el (gnus-window-to-buffer-helper)
3330         (gnus-all-windows-visible-p): Function needn't be a symbol.
3331
3332         * mail-source.el (mail-source-value): Function needn't be a symbol.
3333
3334 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * message.el (message-cite-prefix-regexp): Remove } from the cite
3337         prefix.
3338
3339         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3340         highlight again, so that the highlight is correct.
3341
3342         * gnus-picon.el (gnus-picon): Remove again.
3343         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3344
3345         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3346         doing the header highlightling, so that the background colour of the
3347         picon is correct.
3348
3349         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3350         (gnus-picon): Ditto.
3351         (gnus-picon): Reinstate.  The background colour for picons is white.
3352         (gnus-picon-insert-glyph): Make the background white.
3353
3354         * nnml.el (nnml-open-nov): Don't return dead buffers.
3355
3356         * auth-source.el (auth-source-create): Query the user for whether to
3357         store the credentials.
3358
3359         * netrc.el (netrc-store-data): New function.
3360
3361         * auth-source.el (auth-source-user-or-password): Use the existing auth
3362         sources, if any, for creation.
3363
3364         * gnus.el (gnus-group-fast-parameter): Return the last matching
3365         parameter instead of the first matching parameter.
3366
3367 2010-09-26  Julien Danjou  <julien@danjou.info>
3368
3369         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3370
3371 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * mml2015.el (mml2015-use): Remove gpg support.
3374
3375         * mml1991.el (mml1991-function-alist): Remove gpg function.
3376         (mml1991-gpg-sign): Remove.
3377
3378 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3379
3380         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3381         (gnus-browse-unsubscribe-current-group): Document it.
3382         (gnus-browse-unsubscribe-group): Use it.
3383
3384 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3387         address to the To list for easier response.
3388
3389         * gnus.el (gnus-play-startup-jingle): Remove.
3390         (gnus-splash): Don't play jingle.
3391         (gnus): Silence gnus-load message.
3392
3393         * gnus-art.el (gnus-treat-play-sounds): Remove.
3394
3395         * gnus.el (gnus-play-jingle): Remove audio support.
3396
3397         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3398
3399         * earcon.el: Remove -- no users.
3400
3401         * gnus-audio.el: Remove -- no users of this package.
3402
3403         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3404
3405         * gnus-start.el (gnus-setup-news): Remove nocem support.
3406
3407         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3408
3409         * gnus.el (gnus-use-nocem): Remove.
3410
3411         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3412         Remove.
3413
3414         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3415         uses NoCeM any more.
3416
3417         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3418         (gnus-button-ctan-handler): Ditto.
3419         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3420         (gnus-button-ctan-directory-regexp): Ditto.
3421         (gnus-button-handle-ctan): Ditto.
3422         (gnus-button-tex-level): Ditto.
3423         (gnus-button-alist): Remove CTAN stuff.
3424
3425 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3428         nnimap-streaming test.
3429
3430         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3431         servers twice.
3432
3433         * nnimap.el (nnimap-open-connection): Add more error reporting when
3434         nnimap fails early.
3435
3436         * nnheader.el (nnheader-get-report-string): New function.
3437         (nnheader-get-report): Use it.
3438
3439         * gnus-int.el (gnus-check-server): Say what the error was when opening
3440         failed.
3441
3442         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3443         using streaming.
3444
3445 2010-09-25  Julien Danjou  <julien@danjou.info>
3446
3447         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3448         gnus-window-inside-pixel-edges.
3449
3450 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3453
3454         * mm-decode.el (mm-save-part): Allow saving to other directories the
3455         normal Emacs way.
3456
3457         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3458         Suggested by Jay Berkenbilt.
3459
3460         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3461         there isn't a single byte.
3462
3463         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3464         just do it.  It doesn't really seem to matter what the user responds
3465         here, I think, so it's just a confusing question.
3466
3467         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3468         non-streaming case.
3469
3470         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3471         (gnus-article-encrypt-body): Use it.
3472
3473         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3474         keystroke.
3475
3476         * nnimap.el (nnimap-find-wanted-parts-1):
3477         Use gnus-fetch-partial-articles.
3478
3479         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3480
3481         * nnimap.el (nnimap-insert-partial-structure): New function.
3482         (nnimap-get-partial-article): New function.
3483         (nnimap-request-article): Use it.
3484         (nnimap-wait-for-response): Return whether the wait was successful.
3485         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3486         retrieval wasn't successful.
3487         (nnimap-retrieve-group-data-early): Allow throttling servers.
3488         (nnimap-streaming): New variable.
3489         (nnimap-fetch-partial-articles): Remove.
3490
3491         * mm-decode.el (mm-with-part): Protect against killed buffers.
3492
3493         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3494         for prettier summary display.
3495
3496 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3497
3498         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3499
3500 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3503         apparently third-party libraries depend on it.
3504
3505         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3506         before starting negotiation.
3507
3508         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3509         privacy reasons.
3510         (gnus-treat-mail-gravatar): Ditto.
3511
3512         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3513         buffer when inserting images.  Inserting text into the headers, for
3514         instance, can make them invalid.
3515
3516 2010-09-25  Julien Danjou  <julien@danjou.info>
3517
3518         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3519         variables.
3520
3521         * nnheader.el: Remove useless variables news-reply-yank-from and
3522         news-reply-yank-message-id.
3523
3524         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3525         variables.
3526
3527         * mml1991.el: Remove useless mml1991-verbose.
3528
3529         * gnus.el: Remove useless variable gnus-use-generic-from.
3530         Remove obsolete variable gnus-topic-indentation.
3531
3532         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3533
3534         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3535
3536         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3537
3538         * gnus-group.el: Remove useless gnus-group-icon-cache.
3539         Remove useless gnus-ephemeral-group-server.
3540
3541         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3542
3543         * mml2015.el: Remove useless mml2015-verbose.
3544
3545         * mml-smime.el: Remove useless mml-smime-verbose.
3546
3547         * gnus.el: Remove useless gnus-local-domain.
3548
3549         * gnus-gravatar.el (gnus-gravatar-transform-address):
3550         Use gnus-gravatar-size.
3551
3552         * gnus-art.el: Remove useless gnus-treat-translate.
3553
3554 2010-09-24  Julien Danjou  <julien@danjou.info>
3555
3556         * gnus-sum.el: Add support for Gravatars.
3557
3558         * gnus-art.el: Add support for Gravatars.
3559
3560         * gnus-gravatar.el: Add this file.
3561
3562         * gravatar.el: Add this file.
3563
3564 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3567
3568         * gnus-group.el (gnus-group-fetch-faq): Remove.
3569
3570         * gnus.el (gnus-group-faq-directory): Remove.
3571
3572         * gnus-group.el (gnus-group-fetch-charter): Remove.
3573
3574         * gnus.el (gnus-group-charter-alist): Remove.
3575
3576         * gnus-group.el (gnus-group-archive-directory): Remove.
3577         (gnus-group-recent-archive-directory): Ditto.
3578         (gnus-group-make-archive-group): Remove.
3579
3580         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3581
3582         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3583         use the same article number for all the cached articles.
3584
3585         * nnimap.el (nnimap-command): Register the last command time so
3586         that we can use it for idling NOOPs.
3587         (nnimap-open-connection): Start the keeplive timer.
3588         (nnimap-make-process-buffer): Store all the process buffers.
3589         (nnimap-keepalive): New function.
3590
3591         * starttls.el (starttls-open-stream): Add autoload cookie.
3592
3593 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3594
3595         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3596         handling.
3597
3598 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3601         its data structures.
3602
3603         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3604         instead of the cl.el copy-list.
3605         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3606         equalp.
3607
3608 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3611         and tool-bar-local-item-from-menu.
3612
3613         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3614         mode-line-highlight face for Emacs.
3615
3616         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3617         loading gnus-sum.elc; fix comment for canlock-verify.
3618         (gnus-article-jump-to-part): Use read-number.
3619         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3620         Remove Emacs pre-21 compatible code for help-echo.
3621         (gnus-article-next-page-1): No need to adjust the number of lines.
3622         (gnus-article-describe-bindings): Always use help-buffer.
3623
3624         * gnus-audio.el (gnus-audio-inline-sound)
3625         * gnus-cus.el (gnus-custom-mode)
3626         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3627
3628         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3629
3630         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3631         compatible code.
3632
3633 2010-09-24  Glenn Morris  <rgm@gnu.org>
3634
3635         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3636         visiting the fcc file in rmail-mode.
3637
3638         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3639
3640 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * nnir.el: Silence the byte compiler.
3643
3644         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3645         alias to browse-url-url-encode-chars if any.
3646         (gnus-html-encode-url): Use it.
3647
3648 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus-start.el (gnus-use-backend-marks): New variable.
3651         (gnus-get-unread-articles-in-group): Use it.
3652
3653         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3654         makeover.
3655
3656 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3657
3658         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3659
3660 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3663         Remove.
3664         (gnus-setup-news-hook):
3665         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3666
3667         * gnus-int.el (gnus-request-update-info): Protect against backends not
3668         having the function.
3669
3670         * nnimap.el (nnimap-stream): Mention starttls.
3671         (nnimap-open-connection): Add starttls support.
3672
3673 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3674
3675         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3676
3677 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3680         BODYSTRUCTUREs.
3681         (nnimap-transform-headers): Unfold quoted {42} headers.
3682
3683         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3684         the info.
3685         (gnus-get-unread-articles): Only call updatep on backends that support
3686         it.
3687
3688         * nnweb.el (nnweb-request-update-info): NOOP.
3689
3690         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3691
3692         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3693         since it only deals with marks.
3694
3695         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3696         gnus-request-marks, and make a new gnus-request-update-info.
3697
3698         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3699         the active instead of the high number, which is usually too low.
3700
3701 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3702
3703         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3704         * encrypt.el: Remove.
3705
3706 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3709         server in symbolic form.
3710
3711         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3712
3713 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3716         (nnimap-update-info): Fix up code slightly.
3717
3718         * gnus-int.el (gnus-open-server): Add tracing for performance
3719         debugging.
3720
3721         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3722         (gnus-group-insert-group-line): Pass the real group name so that it
3723         gets the right data.
3724
3725         * gnus-start.el (gnus-get-unread-articles): Don't have
3726         `gnus-get-unread-articles-in-group' update info, since that can be
3727         really slow and doesn't seem to be needed?
3728
3729 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3730
3731         * time-date.el (date-to-time): Try using parse-time-string first before
3732         using the slower timezone-make-date-arpa-standard.
3733
3734 2010-09-22  Julien Danjou  <julien@danjou.info>
3735
3736         * gnus-group.el (gnus-group-insert-group-line):
3737         Call gnus-group-highlight-line.
3738         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3739         default hook list.
3740         (gnus-group-update-eval-form): Add new function.
3741         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3742         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3743
3744 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3747         immediate, then expire all articles.
3748         (nnimap-update-info): Fix off-by-one errors.
3749         (nnimap-flags-to-marks): Would return no marks lists for group with no
3750         flags.  Instead return the other data.
3751
3752 2010-09-22  Julien Danjou  <julien@danjou.info>
3753
3754         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3755         Only return an icon.
3756         (gnus-group-insert-group-line): Compute icon to return.
3757
3758         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3759         (gnus-html-image-fetched): Only cache if
3760         gnus-html-image-automatic-caching is set.
3761         (gnus-html-image-fetched): Check for errors.
3762
3763 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3766         once per method on `g'.  This ensures that backends like nnfolder don't
3767         open all their folders.
3768
3769         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3770         (nnimap-request-list): Nix out group in the correct buffer.
3771         (nnimap-parse-flags): Implement by using `read' instead of
3772         hand-parsing.
3773         (nnimap-flags-to-marks): Pass on permanent-flags.
3774         (nnimap-make-process-buffer): Record the server name.
3775         (nnimap-parse-flags): Fix typo.
3776         (nnimap-request-scan): Run split on the server in general, not just a
3777         single group.
3778
3779         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3780         parameter, and propagate this downwards.
3781
3782         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3783         since EXAMINE changes it on the server.
3784
3785         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3786         this command might take a while.
3787
3788 2010-09-22  Julien Danjou  <julien@danjou.info>
3789
3790         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3791         harmful if you have 2 images side-by-side, they can't be properly
3792         update on text deletion.  Using text-property is safer here.
3793         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3794         data.
3795
3796 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nnimap.el (nnimap-expunge-inbox): Remove.
3799         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3800         (nnimap-expunge): Flip default to t.
3801
3802         * gnus.el (gnus-method-to-server): Don't push things to the cache
3803         unless it's unique.
3804         (gnus-server-to-method): Ditto.
3805
3806 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3809
3810 2010-09-22  Julien Danjou  <julien@danjou.info>
3811
3812         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3813         get the start of data.
3814         (gnus-html-encode-url): Add this function to encode special chars in
3815         URL.
3816         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3817         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3818
3819         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3820         default.
3821         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3822
3823         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3824         images alt-text.
3825         (gnus-html-put-image): Put alt-text as help-echo.
3826
3827 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3830         * mm-util.el (mm-decompress-buffer)
3831         * nnir.el (nnir-run-find-grep)
3832         * pop3.el (pop3-list): Use 3rd arg of split-string.
3833
3834         * time-date.el (format-seconds): Comment fix.
3835
3836         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3837         and byte-optimize-form-code-walker.
3838         (dgnushack-make-auto-load): Don't advise make-autoload.
3839
3840         * lpath.el: Remove Emacs 21 stuff.
3841
3842 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3845         outside the active range.  Suggested by Dan Christensen.
3846
3847         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3848         slightly later to avoid double-getting it.
3849
3850         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3851         previous patch.
3852
3853         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3854
3855 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3856
3857         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3858
3859 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-int.el (gnus-open-server): Give a better error message in the
3862         "go offline" case.
3863
3864         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3865         marks for nnimap, which is seldom the right thing to do.
3866
3867         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3868         (gnus-same-method-different-name): New function.
3869
3870         * nnimap.el (parse-time): Require.
3871
3872         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3873         method in the presence of many similar methods.
3874
3875         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3876
3877         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3878         nnml-inhibit-expiry.
3879
3880         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3881         find out whether methods are equal.
3882
3883         * nnimap.el (nnimap-find-expired-articles): New function.
3884         (nnimap-process-expiry-targets): New function.
3885         (nnimap-request-move-article): Request the article before looking at
3886         what the Message-ID is.  Fix found by Andrew Cohen.
3887         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3888
3889         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3890         for oldness in addition to being a predicate.
3891
3892         * nnimap.el (nnimap-request-group): When we have zero articles, return
3893         the right data to Gnus.
3894         (nnimap-request-expire-articles): Only delete articles immediately if
3895         the target is 'delete.
3896
3897         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3898         method, this would bug out.
3899
3900         * gnus-group.el (gnus-group-expunge-group): Rename from
3901         gnus-group-nnimap-expunge, and implemented as a normal interface
3902         function.
3903
3904         * gnus-int.el (gnus-request-expunge-group): New function.
3905
3906         * nnimap.el (nnimap-request-create-group): Implement.
3907         (nnimap-request-expunge-group): New function.
3908
3909 2010-09-21  Julien Danjou  <julien@danjou.info>
3910
3911         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3912         (gnus-html-cache-expired): Add new function.
3913         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3914         wethever we should display image for fetch it.
3915         Compute alt-text earlier to pass it to the fetching function too.
3916         (gnus-html-schedule-image-fetching): Change function argument to only
3917         get one image at a time, not a list.
3918         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3919         cache.
3920         (gnus-html-get-image-data): New function to retrieve image data from
3921         cache.
3922         (gnus-html-put-image): Change buffer argument to use image data rather
3923         than file, and place image above region rather than inserting a new
3924         one.  Do not take alt-text as argument, since it's useless now: we place
3925         the image above alt-text.
3926         (gnus-html-prune-cache): Remove.
3927         (gnus-html-show-images): Start to fetch image when we find one, do not
3928         push into a temporary list.
3929         (gnus-html-prefetch-images): Only fetch image if they have expired.
3930         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3931         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3932
3933 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3936
3937 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3940         spec inser "*" if the group isn't active instead of 0.
3941
3942         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3943         opening the server.
3944         (nnimap-request-delete-group): Implement group deletion.
3945         (nnimap-transform-headers): Return the size of the entire message in
3946         the Bytes header, not just the size of the first part.
3947         (nnimap-request-move-article): When moving an article from nnimap,
3948         request the article first so the accepting form has an article to
3949         accept.  Reported by Dan Christensen.
3950         (nnimap-command): Make sure that the error message doesn't error out.
3951
3952 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3953
3954         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3955         we haven't requested anything.
3956
3957 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3960         "".  Fix found by Andrew Cohen.
3961
3962         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3963         instead of -encode-string.
3964
3965 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3968
3969         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3970         by mm-subst-char-in-string.
3971
3972 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3975         waiting for the connection string.
3976
3977         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3978         arriving.
3979
3980         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3981         bogus characters.  This allows selecting certain Gmail groups.
3982
3983         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3984         (nnimap-fetch-partial-articles): New variable.
3985         (nnimap-open-connection): When looking for credentials, also use the
3986         nnimap-server-port.
3987         (nnimap-request-article): Return the group/article number, so that Gnus
3988         `^' works as expected.
3989         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3990
3991         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3992         comments.
3993         (gnus-methods-sloppily-equal): New function.
3994         (gnus): When using the development version of Gnus, load the gnus-load
3995         file.
3996
3997         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3998         `gnus-open-server' on each method before trying to scan them etc.
3999         This ensures that all the backend parameters are set correctly.
4000
4001         * nnimap.el (nnimap-authenticator): New variable.
4002         (nnimap-open-connection): Allow anonymous login.
4003         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4004         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4005
4006         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4007         patch, found by Knut Anders Hatlen.
4008
4009 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4010
4011         * gnus-agent.el (gnus-agent-batch-confirmation)
4012         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4013         to gnus-message.
4014         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4015         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4016         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4017         * gnus-int.el (gnus-open-server): Likewise.
4018         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4019         (gnus-score-check-syntax): Likewise.
4020         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4021         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4022         Likewise.
4023         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4024
4025 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4028         calling conventions so that prefetch doesn't bug out.
4029
4030 2010-09-19  Julien Danjou  <julien@danjou.info>
4031
4032         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4033         rather than `subst-char-in-region' in order to be able to replace ASCII
4034         char by UTF-8 ones.
4035
4036         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4037         than curl.
4038         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4039         the right URL and ALT text on images.
4040         (gnus-html-wash-tags): Fix tag case.
4041         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4042         (gnus-article-html): Add -o display_ins_del=2 option.
4043         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4044
4045 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4048         the extra mail headers, which sometimes seem to happen for unknown
4049         reasons.
4050
4051         * mail-parse.el (mail-header-encode-parameter): Define as
4052         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4053         (or most, perhaps?) mail readers don't understand the latter, but do
4054         understand the former.
4055
4056         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4057         to nil, so that no methods are automatically agentized.  I think this
4058         is probably what most users want.
4059
4060         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4061         from url-retrieve, for instance about invalid URLs.
4062
4063         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4064         groups that have no articles.
4065         (nnimap-request-article): Check that we really got an article when we
4066         requested one.
4067
4068         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4069         doesn't exist.
4070
4071         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4072         nntp buffer so the agent can save it.
4073         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4074         that CRLF doesn't get translated to \n.
4075         (nnimap-open-connection): Don't make 'shell commands only send \n.
4076
4077 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4080         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4081         Update var name.
4082         (nnml-generate-nov-file): Use dolist.
4083         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4084         Use with-current-buffer.
4085
4086 2010-09-18  Julien Danjou  <julien@danjou.info>
4087
4088         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4089         parallel.
4090
4091 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4094         the range update right.
4095         (nnimap-request-group): Don't make `M-g' bug out on group with no
4096         marks.
4097         (nnoo): Require, so that other packages can require nnimap.
4098         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4099         command we're looking for.  This helps when the server sends more
4100         responses after we've gotten everything we expected.
4101         (nnimap): Add a `newlinep' field to keep track of end-of-line
4102         conventions.
4103         Don't send CRLF to things that don't want it.
4104         (nnimap-request-accept-article): Ditto.
4105
4106 2010-09-18  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4109         than curl to retrieve images.
4110
4111 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4114         the marks.
4115         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4116         (nnimap-wait-for-connection): New function.
4117         (nnimap-open-connection): If we have PREAUTH, don't query for login
4118         credentials.
4119         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4120         when doing a partial update.
4121
4122 2010-09-18  Julien Danjou  <julien@danjou.info>
4123
4124         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4125         tags.
4126
4127 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * nnimap.el (nnimap-credentials): New function.
4130         (nnimap-open-connection): Use the new function to look for credentials
4131         also on the numeric equivalents of "imap" and "imaps".
4132
4133         * gnus-start.el (gnus-activate-group): Send the info to
4134         gnus-request-group.
4135
4136         * nnimap.el (nnimap-request-group): Have the "check" version of the
4137         function parse flags and update the info, so that a `M-g' get a total
4138         resync of all flags from the group.
4139
4140         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4141         to allow backends to alter the info on group selection.  Also alter all
4142         the backend -request-group functions to take the parameter.
4143
4144         * nnimap.el (nnimap-store-info): New function.
4145         (nnimap-update-info): Store the info for later usage.
4146         (nnimap-request-group): Use the stored info for the dont-check case, so
4147         that we don't retrieve all marks when we enter a group.
4148
4149         * nnimap.el: Use deffoo instead of defun for interface functions.
4150
4151         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4152         update the group info.  This makes the nndraft groups, for instance, go
4153         back to their old behaviour.
4154
4155         * gnus-sum.el (gnus-select-newsgroup): Indent.
4156
4157         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4158         in.
4159         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4160         nothing.
4161
4162         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4163         from methods that are denied.
4164
4165         * gnus-int.el (gnus-method-denied-p): New function.
4166
4167         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4168         store the password instead of netrc.
4169         (nnimap-open-connection): Don't error out when we can't make a
4170         connections.
4171
4172         * auth-source.el (auth-source-create): In the password prompt, say what
4173         we're querying for.  Also prompt for user name if that hasn't been
4174         given.
4175
4176         * nnimap.el (nnimap-with-process-buffer): Remove.
4177
4178 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4181         method when we're reading from the agent.
4182
4183         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4184
4185         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4186         that's probably most useful for users.
4187
4188         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4189         "failed" all the time.
4190
4191         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4192         ...)) with (with-current-buffer ... ).
4193
4194         * nntp.el (nntp-open-server): Return whether the open was successful or
4195         not.
4196
4197         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4198         select an unread unseen article first.
4199
4200         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4201         /etc/services, supply some sensible port defaults.
4202
4203         * dgnushack.el: Define netrc-credentials.
4204
4205 2010-09-17  Julien Danjou  <julien@danjou.info>
4206
4207         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4208
4209 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4210
4211         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4212         doesn't have any parameters.
4213
4214 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4217         only upcased checks.
4218
4219         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4220
4221         * nnimap.el (nnimap-open-shell-stream): New function.
4222         (nnimap-open-connection): Use it.
4223         (nnimap-transform-headers): Get the number of lines in each message.
4224         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4225         number of lines.
4226         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4227         problem.
4228
4229         * utf7.el (utf7-encode): Autoload.
4230
4231         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4232         to allow the mail splitting to not return a default group.  This is
4233         useful for nnimap, which will leave unmatched mail in the inbox.
4234
4235         * nnimap.el: Rewritten.
4236
4237         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4238         nnimap usage.
4239
4240         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4241         if the move is internal, so that nnimap can do fast internal moves.
4242
4243         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4244         data.
4245         (gnus-read-active-for-groups): Support finishing the early retrieval of
4246         data.
4247
4248         * gnus-range.el (gnus-range-nconcat): New function.
4249
4250         * gnus-int.el (gnus-finish-retrieve-group-infos)
4251         (gnus-retrieve-group-data-early): New functions.
4252
4253 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4254
4255         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4256         (nnrss-retrieve-groups):
4257         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4258         (pop3-quit): Use with-current-buffer.
4259
4260 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4263         instead of nnheader-accept-process-output.
4264
4265         * dgnushack.el (dgnushack-compile): Add comment.
4266
4267         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4268
4269         * gnus-html.el (gnus-html-schedule-image-fetching)
4270         (gnus-html-prefetch-images): Replace process-kill-without-query by
4271         gnus-set-process-query-on-exit-flag.
4272
4273 2010-09-16  Romain Francoise  <romain@orebokech.com>
4274
4275         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4276
4277 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4280         parameter to unintern is mandatory-ish in Emacs 24.
4281
4282         * gnus-html.el (gnus-html-schedule-image-fetching)
4283         (gnus-html-prefetch-images): Check for curl before using it.
4284
4285         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4286         depend on curl, which isn't essential.
4287
4288         * imap.el: Revert back to version
4289         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4290         seem problematic.
4291
4292 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4293
4294         * gnus-registry.el (gnus-registry-install-shortcuts):
4295         Explicitly pass `obarray' to `unintern' to avoid a warning.
4296
4297 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4300         change.
4301
4302         * nnrss.el (nnrss-request-list): Remove this function and related
4303         functions, including the moreover stuff.
4304
4305 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * nnrss.el (nnrss-retrieve-groups): New function.
4308
4309 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4310
4311         * .dir-locals.el: Add no-byte-compile cookie.
4312
4313 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * time-date.el (format-seconds): Comment fix.
4316
4317         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4318         for back end that doesn't support request-scan.
4319
4320 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4323         then do request scans from the backends.
4324
4325         * netrc.el (netrc-credentials): New conveniency function.
4326
4327         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4328         avoid running a hook per line, since this takes a lot of time,
4329         profiling shows.
4330         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4331         directly if gnus-visual-p is true.
4332
4333 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4336         groups; replace mapcar with dolist which is a bit faster; pass groups
4337         info to gnus-read-active-file-1.
4338         (gnus-read-active-file-1): Scan only specified groups if the new
4339         optional arg `infos' is given.
4340
4341 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4344
4345         * pop3.el (pop3-movemail): Remove.
4346         (pop3-streaming-movemail): Rename to pop3-movemail.
4347
4348         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4349         don't restrict end-tag searches to the end of the line.
4350
4351 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4354         articles of every unchecked group to t, which means unknown since the
4355         server has never been opened.
4356
4357 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-html.el (gnus-html-show-alt-text): New command.
4360         (gnus-html-browse-image): Ditto.
4361         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4362         to browse the image directly.
4363         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4364         better.
4365
4366         * gnus-async.el (gnus-async-article-callback):
4367         Call `gnus-html-prefetch-images' unconditionally.
4368
4369         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4370         before feeding URLs to curl.
4371
4372 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4375         internal images as deletable by `W D D'.
4376
4377         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4378         (gnus-async-article-callback): Fix typo.
4379
4380 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4383         current line to work around bugs in the output from w3m.
4384
4385         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4386         for groups that want that.
4387
4388         * nntp.el (nntp-wait-for-string): Supply a timeout for
4389         accept-process-output to ensure progress.
4390
4391         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4392         level to get unread articles from, then use that for foreign groups,
4393         too.
4394
4395         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4396         confuses the rest of the function.
4397
4398         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4399         for the methods that support -retrieve-groups, too.
4400
4401         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4402
4403 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4406         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4407
4408         * pop3.el: Require cl when compiling.
4409         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4410
4411 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4414         that aren't going to be activated.
4415         (gnus-get-unread-articles): Fix up the last commit.
4416
4417         * gnus-html.el (gnus-article-html): Allow calling without specifying
4418         the handle.  In that case, dissect the buffer first.
4419
4420         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4421
4422         * nnimap.el (nnimap-open-connection): Revert the change that would look
4423         into authinfo for imaps instead of imap.
4424
4425         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4426         say that you don't want to call gnus-request-group with don-check, but
4427         do check the reponse.  This is for virtual groups only.
4428         (gnus-get-unread-articles): Count the archive groups as secondary, so
4429         that they're activated the same way as before.
4430
4431         * imap.el (imap-message-map): Removed optional buffer parameter, since
4432         no callers use it.
4433         (imap-message-get): Ditto.
4434         (imap-message-put): Ditto.
4435         (imap-mailbox-map): Ditto.
4436         (imap-mailbox-put): Ditto.
4437         (imap-mailbox-get): Ditto.
4438         (imap-mailbox-get): Revert last change for this function.
4439
4440         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4441         case-insensitively.
4442         (nnimap-debug): Remove.
4443
4444         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4445         to use `imap-fetch' instead.  According to the comments, this should be
4446         safe, since all other IMAP clients use the 1:* syntax.
4447         (imap-enable-exchange-bug-workaround): Removed.
4448         (imap-debug): Removed -- doesn't seem very useful.
4449
4450         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4451         mail from a file, and the file doesn't exist.
4452
4453         * imap.el (imap-log): New convenience function used throughout instead
4454         of repeating the same code all over the place.
4455
4456         * pop3.el (pop3-streaming-movemail): Return t for success.
4457
4458         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4459         .authinfo if we're using ssl connection.
4460
4461         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4462         already have if we're in a main Gnus `g' run.
4463
4464         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4465
4466 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4469
4470         * nnmh.el (nnmh-request-list-1): Bind `file'.
4471
4472         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4473         alias to set-process-query-on-exit-flag or process-kill-without-query.
4474         (pop3-open-server): Use it.
4475
4476 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4479         box to the Incoming file.  Fixes mistake in previous checkin.
4480
4481         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4482         request loop (for debugging purposes) removed.
4483
4484         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4485         culprit is more visible.
4486         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4487         (nnml-add-incremental-nov): New functions to do "incremental" nov
4488         updates, where we just append to the end of the existing nov files
4489         without reading/writing them in full.
4490
4491         * mail-source.el (mail-source-delete-crash-box): Really only check the
4492         incoming files once in a while.
4493
4494         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4495
4496         * mail-source.el (mail-source-delete-crash-box): Only check the
4497         incoming files for deletion once per day to save a lot of file
4498         accesses.
4499
4500         * pop3.el (pop3-logon): Fix up unbound variable typo.
4501
4502         * mail-source.el (pop3-streaming-movemail): Autoload.
4503
4504         * pop3.el (pop3-streaming-movemail):
4505         Respect pop3-leave-mail-on-server.
4506
4507         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4508         retrieval.
4509
4510         * pop3.el (pop3-process-filter): Remove unused function.
4511         (pop3-streaming-movemail, pop3-send-streaming-command)
4512         (pop3-wait-for-messages, pop3-write-to-file)
4513         (pop3-number-of-responses): New functions for streaming pop3
4514         retrieval.
4515
4516         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4517         come from no known methods.
4518         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4519         list.
4520
4521         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4522         message sizes.
4523         (pop3-movemail): Use erase-buffer instead of looping and deleting
4524         regions, which seems rather odd.
4525
4526         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4527         file once per `g' run.
4528
4529         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4530         directories.  This makes the draft queue directory work.
4531
4532         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4533         data from the backends, so that we only request the list of groups from
4534         each method once.  This should speed things up considerably.
4535
4536         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4537         detect that it's not implemented.
4538
4539         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4540         we actually do recurse down into the tree, but don't stat all leaf
4541         nodes.
4542
4543         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4544         then say so instead of bugging out.
4545
4546         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4547         files exist before trying to read them.
4548
4549         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4550         around <pre_int>.
4551
4552         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4553
4554         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4555
4556 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * mm-util.el (mm-image-load-path): Just return the image directories,
4559         not all directories in the path in addition to the image directories.
4560         (mm-image-load-path): Maintain a cache of the image directories so that
4561         the `g' command in Gnus doesn't have to stat dozens of directories each
4562         time.
4563
4564         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4565         (gnus-html-wash-tags): Add a new `i' command to insert images.
4566         (gnus-html-insert-image): New command and keystroke.
4567         (gnus-html-redisplay-with-images): New command and keystroke.
4568         (gnus-html-show-images): Rename command.
4569         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4570         spacers.
4571         (gnus-html-wash-tags): Decode entities at the end, so that entities
4572         inside the tags don't mess up the rest of the "parsing".
4573
4574         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4575         so that nnimap methods aren't agentized by default.  There's apparently
4576         many problems related to agent/imap behaviour.
4577
4578         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4579
4580         * gnus-html.el: Doc fix.
4581
4582 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4585         specifier-spec-list for Emacs 21.
4586
4587         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4588         glyph-width and glyph-height instead of display-graphic-p and
4589         image-size; make avoidance of displaying small images work for XEmacs.
4590
4591         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4592         for XEmacs.
4593
4594         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4595         of symbol that holds plist data.
4596         (gnus-process-plist): Remove plist of process after getting it.
4597
4598 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * message.el (message-generate-hashcash): Change default to
4601         'opportunistic if hashcash is installed.
4602
4603         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4604         (gnus-html-put-image): Only call image-size once, since it's somewhat
4605         time-consuming on remote X servers.
4606
4607 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4610         type on data, not a file name.
4611
4612         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4613         window-pixel-edges for Emacs 21.
4614
4615         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4616         decoded contents.
4617         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4618
4619 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4622         group line format, since it isn't very interesting.
4623
4624         * gnus-agent.el (gnus-agent-short-article),
4625         (gnus-agent-long-article): Increase values for these two variables,
4626         since most people are likely to have more network connection and
4627         storage than before.
4628
4629         * gnus.el (gnus-refer-article-method): Change default to 'current.
4630         When referring an article, the common behaviour is to refer it from the
4631         current select method, not the native select method.  The chances of
4632         the native select method having the message in question is rather slim
4633         these days.
4634
4635         * gnus-sum.el (gnus-auto-select-subject): Change default to
4636         `unseen-or-unread'.  I think it's likely that most people want to
4637         select an unseen article over a previously seen, but unread one.
4638
4639         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4640         means that in the article buffer none of the minor mode elements will
4641         be shown, usually, and this is not desirable in most cases.
4642
4643         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4644         that commands like `d' (and the like) go to the next line in the
4645         buffer, instead of the next unread article.  I think this is the
4646         behaviour that is most natural for most users.
4647         (gnus-single-article-buffer): Change default to nil, so that people can
4648         have as many article buffers open as they have summary buffer.  I think
4649         this is the most natural way for the groups to behave.
4650
4651         * message.el (message-generate-new-buffers): Change default to
4652         `unsent', so that all new message buffers start their names with the
4653         string "*unsent", and it's easier to find the buffers if you move from
4654         them.
4655
4656 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4659         small.  They're probably tracking images.
4660         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4661         (gnus-html-rescale-image): Yet another try at getting the image sizing
4662         right.
4663
4664         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4665         nntp-marks-file-name is nil.
4666
4667 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * gnus-html.el (gnus-html-wash-tags)
4670         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4671         Better logging.
4672
4673 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4676
4677         * gnus-html.el (gnus-html-wash-tags): Check the value of
4678         gnus-blocked-images in the summary buffer.
4679
4680 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4683
4684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4687         like "a", it seems like.
4688         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4689         since it needs to be picked from the correct buffer.
4690
4691         * nnwfm.el: Remove.
4692
4693         * nnlistserv.el: Remove.
4694
4695 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4698         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4699
4700 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * nnkiboze.el: Remove.
4703
4704         * nndb.el: Remove.
4705
4706         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4707         alt text.
4708         (gnus-html-rescale-image): Try to get the rescaling logic right for
4709         images that are just wide and not tall.
4710
4711         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4712         overshadow variable bindings.
4713
4714 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * gnus-html.el (gnus-html-wash-tags)
4717         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4718         Add extra logging.
4719
4720 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4723         (gnus-max-image-proportion): New variable.
4724         (gnus-html-rescale-image): New function.
4725         (gnus-html-put-image): Rescale images.
4726
4727 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4728
4729         Fix up some byte-compiler warnings.
4730         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4731         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4732         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4733         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4734         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4735         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4736         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4737
4738 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * gnus-html.el (gnus-article-html): Decode contents by charset.
4741
4742 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4745         (gnus-html-frame-width, gnus-blocked-images)
4746         * message.el (message-prune-recipient-rules): Add custom version.
4747         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4748
4749         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4750         functions.
4751
4752         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4753         gnus-process-get.
4754
4755 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4756
4757         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4758         instead of lsub directly.
4759
4760 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * nnwarchive.el: Remove.
4763
4764         * gnus-soup.el: Remove.
4765
4766         * nnsoup.el: Remove.
4767
4768         * nnultimate.el: Remove.
4769
4770         * gnus-html.el (gnus-blocked-images): New variable.
4771
4772         * message.el (message-prune-recipients): New function.
4773         (message-prune-recipient-rules): New variable.
4774
4775         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4776         guess whether a long line is natural text or not.
4777
4778         * gnus-html.el (gnus-html-schedule-image-fetching):
4779         Use gnus-process-plist and friends for compatibility.
4780
4781 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         * gnus-html.el: Require packages that define macros used in this file.
4784         (gnus-article-mouse-face): Declare to silence byte-compiler.
4785         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4786         process-get.
4787         (gnus-html-put-image): Use plist-get to avoid getf.
4788         (gnus-html-prefetch-images): Use with-current-buffer.
4789
4790 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-ems.el: Provide compatibility functions for
4793         gnus-set-process-plist.
4794
4795         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4796         header-line-format for XEmacs 21.4.
4797
4798         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4799         * gnus.el (gnus-valid-select-methods)
4800         * message.el (message-send-mail-partially-limit)
4801         * mm-decode.el (mm-text-html-renderer)
4802         * mml.el (mml-insert-mime-headers-always)
4803         * smiley.el (smiley-regexp-alist): Bump custom version.
4804
4805 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * gnus-html.el: require mm-url.
4808         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4809         with the url to `url'.
4810         (gnus-html-wash-tags): Support cid: URLs/images.
4811
4812 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4815         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4816         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4817
4818         * gnus-move.el: Remove file, since it doesn't really work.
4819
4820         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4821         UTF-8.  This seems to fix problems with some German web feeds.
4822
4823         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4824         at the top so that the proper colours are applied.
4825
4826         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4827         don't have dots in their names.
4828
4829         * gnus-art.el (gnus-article-view-part): Doc fix.
4830
4831         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4832         XEmacs-compatible.
4833         (gnus-html-put-image): Don't do images on non-graphic displays.
4834
4835         * nnslashdot.el: Remove this unused backend.
4836
4837         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4838         actions.
4839         (gnus-undo-register-1): Revert last change.
4840
4841         * gnus-group.el (gnus-group-completing-read): Protect against not
4842         having completion-styles bound.
4843
4844         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4845         make broken recipients happier.
4846
4847         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4848
4849         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4850         point parameter.
4851
4852         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4853
4854         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4855         completion-styles for group selection.
4856
4857 2009-02-04  Andreas Schwab  <schwab@suse.de>
4858
4859         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4860         headers and regexp-quote the match if necessary.
4861
4862 2009-03-24  Miles Bader  <miles@gnu.org>
4863
4864         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4865         the blinking smiley.
4866
4867 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4868
4869         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4870         blink smiley.
4871
4872 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4875         where the dribbel file lives exists.
4876
4877         * message.el (message-send-mail-partially-limit): Change the default to
4878         nil, since most people don't want this.
4879
4880         * mm-url.el (mm-url-decode-entities): Also decode entities like
4881         &#x3212.
4882
4883 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4884
4885         * gnus-sum.el (gnus-summary-idna-message):
4886         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4887         Hyperlink urls in docstrings with URL `...'.
4888
4889 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4890
4891         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4892         functions.
4893
4894 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4897         say what the mouseover text should be.
4898
4899         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4900         version of the mm-w3m-safe-url-regexp variable to only download images
4901         in the groups where we want that to happen.
4902
4903         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4904
4905         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4906         easier debugging.
4907         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4908         big pictures in the article buffer.
4909
4910         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4911         gnus-article-html.
4912         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4913         w3m.
4914
4915         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4916
4917 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4920         which doesn't exist.
4921
4922         * message.el (message-inhibit-ecomplete): New variable to allow some
4923         function to inhibit ecomplete address storage.
4924         (message-resend): Disable ecomplete message storage when resending
4925         messages.
4926
4927         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4928
4929 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4932         Save excursion while copying, moving, and deleting articles in order to
4933         prevent the cursor from jumping to unforeseen place.
4934
4935 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * lpath.el: No need to bind bookmark-current-buffer,
4938         bookmark-yank-point and bookmark-make-record-function.
4939
4940 2010-08-17  Glenn Morris  <rgm@gnu.org>
4941
4942         * gnus-sync.el: Require gnus components whose functions are used.
4943
4944         * gnus-art.el (bookmark-make-record-function):
4945         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4946         Declare for compiler.
4947
4948         * mm-url.el (mml-compute-boundary): Autoload.
4949
4950 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4953
4954 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         Typo fix "hoo4a" -> "hook".
4957
4958         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4959
4960 2010-08-14  Glenn Morris  <rgm@gnu.org>
4961
4962         * gnus-sync.el (gnus-sync): Fix defgroup version.
4963
4964 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4967
4968         * gnus-sync.el: Fix docs.
4969         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4970         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4971
4972 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         Optimizations for gnus-sync.el.
4975
4976         * gnus-sync.el: Add docs about gnus-sync-backend
4977         possibilities.
4978         (gnus-sync-save): Remove unnecessary message.
4979         (gnus-sync-read): Optimize and show what groups were skipped.
4980
4981 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         Minor bug fixes for gnus-sync.el.
4984
4985         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4986         Don't read the sync on get-new-news.
4987
4988         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4989         quiet.
4990
4991         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4992         (fix typo).
4993
4994 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4995
4996         Make saving and restoring of hidden threads work with overlays.
4997         Patch applied by Ted Zlatanov.
4998
4999         * gnus-sum.el (gnus-hidden-threads-configuration)
5000         (gnus-restore-hidden-threads-configuration): Update to deal with text
5001         properties, rather than searching for a magic character.
5002
5003 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         New gnus-sync.el library for synchronization of marks.
5006
5007         * gnus-sync.el: New library for synchronization of marks.
5008
5009         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5010         renamed from `gnus-registry-grep-in-list'.
5011
5012         * gnus-registry.el (gnus-registry-follow-group-p):
5013         Use `gnus-grep-in-list'.
5014
5015         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5016
5017 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5020         determining charset of text fails.
5021
5022 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * nnmail.el (nnmail-get-new-mail-1): Revert.
5025
5026         * nnml.el (nnml-active-number): Make sure names of newly created groups
5027         in nnml-group-alist are encoded.
5028
5029 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5032         containing non-ASCII characters in active file for nnml back end.
5033
5034 2010-07-24  David Engster  <dengste@eml.cc>
5035
5036         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5037         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5038
5039 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5040
5041         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5042         tag (Bug#6654).
5043
5044 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5047         the article buffer, not the summary buffer.
5048
5049 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5052         Emacs 23 as well.
5053
5054 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5057         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5058
5059 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5060
5061         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5062         Patch applied by Karl Fogel.
5063
5064         * gnus-sum.el (gnus-summary-bookmark-make-record):
5065         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5066
5067 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5068
5069         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5070         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5071         C-w still not working correctly from Article buffers; Thierry's
5072         patch to fix that will be applied after this.
5073
5074         * gnus-art.el (bookmark-make-record-function): New local variable.
5075
5076         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5077         article buffer.
5078         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5079
5080 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5081
5082         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5083         on changes in bookmark.el.
5084
5085 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5088         `no-log' instead of message not to log prompt string.
5089
5090 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5091
5092         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5093         the *other* type of HTML form submission.
5094
5095 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5096
5097         * auth-source.el (auth-source-pick): If choice does not contain a
5098         questioned keyword, set the check to t.
5099
5100 2010-06-12  Romain Francoise  <romain@orebokech.com>
5101
5102         * gnus-util.el (gnus-date-get-time): Move up before first use.
5103
5104 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5107         (gnus-article-edit-part): Bind it to make last part that is substituted
5108         or deleted visible.
5109         (gnus-mime-display-single): Buttonize part of which id equals to
5110         gnus-mime-buttonized-part-id.
5111
5112 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5113
5114         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5115         (gnus-dd-mmm): Use gnus-date-get-time.
5116         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5117         simplify logic.
5118         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5119         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5120
5121 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5122
5123         * auth-source.el (top): Autoload `secrets-list-collections',
5124         `secrets-create-item', `secrets-delete-item'.
5125         (auth-sources): Fix tag string.
5126         (auth-get-source, auth-source-retrieve, auth-source-create)
5127         (auth-source-delete): New defuns.
5128         (auth-source-pick): Rewrite in order to avoid 2 passes.
5129         (auth-source-forget-user-or-password): New parameter USERNAME.
5130         (auth-source-user-or-password): New parameters CREATE-MISSING and
5131         DELETE-EXISTING.  Retrieve password interactively, if needed.
5132
5133 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5134
5135         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5136         deleting unused directories when gnus-expert-user is t.
5137
5138 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5141         for each temp file when gnus-article-browse-delete-temp is ask.
5142
5143 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5146         Lisp calls to delete-backward-char by calls to delete-char.
5147
5148 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5149
5150         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5151
5152 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5153
5154         * password-cache.el (password-cache-remove): Fix docstring.
5155
5156 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5159         article unless decoding article to be saved.
5160
5161 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5164         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5165         generated within the mm-with-unibyte-current-buffer macro.
5166
5167 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5170         to nil when we're in a mml-preview buffer and no group is selected.
5171
5172 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5173
5174         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5175         when catching the `C-g'.  Reported by "Leo".
5176
5177 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * message.el (message-forward-make-body-plain)
5180         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5181         multibyte-string-p.
5182
5183         * lpath.el: Revert.
5184
5185 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * message.el (message-forward-make-body-mml): Assume original message
5188         is multibyte string; error on unibyte.
5189         (message-forward-make-body-plain): Ditto; don't add excessive newline
5190         in body end.
5191
5192         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5193
5194 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5195
5196         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5197         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5198
5199 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-extern.el (mm-extern-url): Don't use
5202         mm-with-unibyte-current-buffer.
5203         (mm-extern-cache-contents): Use with-current-buffer instead of
5204         save-excursion + set-buffer.
5205
5206 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * mm-util.el (mm-emacs-mule): Remove.
5209
5210 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5211
5212         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5213         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5214         change.
5215
5216 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5219         bind the default value of enable-multibyte-characters to nil.
5220
5221 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * message.el (message-forward-make-body-plain)
5224         (message-forward-make-body-mml):
5225         Don't use mm-with-unibyte-current-buffer.
5226
5227 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5230
5231 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5232
5233         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5234         (Bug#5592).
5235
5236 2010-05-07  Julien Danjou  <julien@danjou.info>
5237
5238         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5239         it to mm-pipe-part.
5240
5241         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5242         it is given.
5243
5244 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * binhex.el (binhex-decode-region-internal)
5247         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5248         (dns-query)
5249         * nnweb.el (nnweb-gmane-search)
5250         * pgg-parse.el (pgg-parse-armor)
5251         * pgg.el (pgg-verify-region)
5252         * sha1.el (sha1-string-external)
5253         * uudecode.el (uudecode-decode-region-internal)
5254         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5255         XEmacs.
5256
5257         * gnus-art.el (gnus-article-browse-html-parts)
5258         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5259         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5260         make-temp-file.
5261
5262         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5263         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5264         compiling.
5265
5266         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5267         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5268         XEmacs when compiling.
5269
5270         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5271         gnus-pick-mode-off-hook for XEmacs when compiling.
5272         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5273         gnus-binary-mode-off-hook for XEmacs when compiling.
5274
5275         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5276         Return nil if char-charset is not available.
5277
5278         * imap.el (imap-disable-multibyte)
5279         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5280         macros.
5281
5282         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5283         instead of encode-coding-string.
5284
5285         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5286         'xemacs) instead of mm-emacs-mule to switch function definitions.
5287         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5288
5289         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5290         bind temporary-file-directory for XEmacs;
5291         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5292         timer-set-function for XEmacs 21.4 and SXEmacs;
5293         bind timer-list for XEmacs 21.4 and SXEmacs;
5294         fbind char-charset and find-charset-region for non-Mule XEmacs;
5295         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5296         encode-coding-region and encode-coding-string for XEmacs having no
5297         file-coding feature.
5298
5299 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5300
5301         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5302
5303 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5306         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5307
5308 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5309
5310         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5311         alias `jka-compr-delete-temp-file' no longer exists.
5312
5313 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5314
5315         Use define-minor-mode in Gnus where applicable.
5316         * mml.el (mml-mode): Use define-minor-mode.
5317         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5318         (gnus-undo-mode): Use define-minor-mode.
5319         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5320         (gnus-dead-summary-mode): Use define-minor-mode.
5321         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5322         Initialize in declaration.
5323         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5324         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5325         (gnus-mailing-list-mode): Use define-minor-mode.
5326         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5327         (gnus-draft-mode): Use define-minor-mode.
5328         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5329         (gnus-dired-mode): Use define-minor-mode.
5330
5331 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5332
5333         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5334         handles on recursive mml-to-mime translation and check them for
5335         boundary delimiter collisions.  Reported by Greg Troxel.
5336
5337 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5340
5341 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5342
5343         * mm-util.el (mm-find-buffer-file-coding-system):
5344         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5345
5346 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5347
5348         * message.el (message-generate-headers): Record insertion of optional
5349         headers as well.  Otherwise the check to prevent repeated insertion of
5350         optional headers is a no-op.
5351
5352 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5353
5354         * smime.el: Don't mention CVS.
5355
5356         * nnrss.el (nnrss-fetch): Don't mention CVS.
5357
5358         * nnir.el: Don't mention CVS.
5359
5360 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5361
5362         * gnus-sum.el (gnus-summary-bookmark-make-record):
5363         Add `location' field.
5364
5365 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * lpath.el: Fbind bookmark-default-handler,
5368         bookmark-get-bookmark-record, bookmark-make-record-default,
5369         bookmark-prop-get for Emacs <23 and XEmacs.
5370
5371 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5372
5373         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5374         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5375         Use with-current-buffer to silence the byte-compiler.
5376         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5377         bother to require `gnus'.
5378         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5379
5380 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5381
5382         * gnus-sum.el (gnus-summary-bookmark-make-record)
5383         (gnus-summary-bookmark-jump): New functions.
5384         (gnus-summary-mode): Setup bookmark support.
5385
5386 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5387
5388         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5389         if set.
5390
5391 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5394         gnus-article-browse-html-save-cid-image; make it work recursively for
5395         forwarded messages as well.
5396         (gnus-article-browse-html-parts): Work when prefix arg is given.
5397         (gnus-article-browse-html-article): Doc fix.
5398
5399 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5400
5401         * message.el (message-default-mail-headers):
5402         (message-default-headers): Carry the value mail-default-headers over
5403         into message-default-mail-headers, rather than message-default-headers.
5404
5405 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5406
5407         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5408         charset.
5409
5410         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5411         charset into the <meta> tag when the article is encoded to utf-8.
5412
5413 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-art.el (gnus-article-browse-delete-temp-files):
5416         Delete directories as well.
5417         (gnus-article-browse-html-parts): Work for images that do not specify
5418         file names; delete temp directory when quitting; insert header at the
5419         right place; use file: scheme for image files.
5420
5421 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5422
5423         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5424         (gnus-article-browse-html-parts): Use it to make temporary cid image
5425         files in addition to html file so that browser may display them.
5426
5427 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5430
5431 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5434
5435 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * auth-source.el (auth-sources): Change default to be simpler.
5438         Explain about Secret Service API sources.  Improve Customize options.
5439         (auth-source-pick): Change to accept any number of search parameters.
5440         Implement fallbacks iteratively, not recursively.  Add scoring on the
5441         second pass and sort by score.  Call Secret Service API when needed.
5442         (auth-source-user-or-password): Use it.  Call Secret Service API
5443         directly when needed to get the user name and the password.
5444
5445 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5446
5447         * message.el (message-interactive): Doc fix.
5448         (message-qmail-inject-args): Reflow.
5449         (message-kill-to-signature): Fix typo in docstring.
5450
5451         * smiley.el (smiley-buffer): Fix typo in docstring.
5452
5453 2010-03-24  Glenn Morris  <rgm@gnu.org>
5454
5455         * mail-source.el (gnus-message): Declare.
5456         (mail-source-delete-old-incoming): Require gnus-util.
5457
5458 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5461
5462         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5463
5464         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5465         password-cache's default if it is not bound.
5466         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5467         password-cache-expiry's default if it is not bound.
5468
5469         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5470         available in Emacs 21.
5471
5472         * lpath.el: Suppress compiler warnings for:
5473         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5474         XEmacs;
5475         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5476         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5477         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5478
5479 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * auth-source.el (auth-sources): Fix up definition so extra parameters
5482         are always inline.
5483
5484 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5485
5486         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5487         wasn't updated after mismatch.  Clear cached mailbox info correctly
5488         when uidvalidity changes.
5489         (nnimap-group-prefixed-name): New function to avoid some code
5490         duplication.
5491         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5492         (nnimap-request-group): Use it.
5493         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5494         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5495         with many imap folders.  This is done by caching the group status from
5496         the imap server persistently in a group parameter `imap-status'.  (This
5497         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5498         but not persistently, so every Gnus startup was still very slow.)
5499
5500 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5503         delete the extra newline.  Otherwise editing of :string and :number
5504         types don't work.
5505
5506 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5509         secrets.el dependency.
5510         (auth-sources): Add optional user name.  Add secrets.el configuration
5511         choice (unused right now).
5512
5513 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * gnus-sum.el (gnus-summary-make-menu-bar):
5516         Let `gnus-registry-install-shortcuts' fill in the functions.
5517
5518         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5519         warnings.
5520         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5521         (gnus-registry-install-shortcuts): Populate and use it in a
5522         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5523
5524 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5525
5526         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5527         In-place substitutions for the group name encoding/decoding.
5528         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5529         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5530         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5531         (nnimap-update-unseen, nnimap-request-list)
5532         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5533         (nnimap-request-set-mark, nnimap-split-to-groups)
5534         (nnimap-split-articles, nnimap-request-newgroups)
5535         (nnimap-request-create-group, nnimap-request-accept-article)
5536         (nnimap-request-delete-group, nnimap-request-rename-group)
5537         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5538         `encoded-mbx' for consistency.
5539         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5540         variable `imap-current-mailbox'.
5541
5542         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5543         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5544
5545 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5546
5547         * pop3.el (pop3-display-message-size-flag): Display message size byte
5548         counts during POP3 download.
5549         (pop3-movemail): Use it.
5550         (pop3-list): Implement listing of available messages.
5551
5552 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5553
5554         * nnir.el (nnir-get-article-nov-override-function): New function to
5555         override the normal NOV retrieval.
5556         (nnir-retrieve-headers): Use it.
5557
5558 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5559
5560         * auth-source.el (netrc-machine-user-or-password): Autoload.
5561
5562 2010-03-19  Glenn Morris  <rgm@gnu.org>
5563
5564         Stop message.el from loading about 40 libraries it doesn't always need.
5565         The general approach is to autoload rather than require, and to
5566         require in the specific functions rather than the file.  (Bug#5642)
5567
5568         * gmm-utils.el: Don't require wid-edit.
5569         (widget-create-child-value, widget-convert, widget-default-get):
5570         Autoload.
5571
5572         * gnus-util.el: Don't require time-date, netrc.
5573         (message-fetch-field, gnus-group-name-decode): Declare rather than
5574         autoloading.
5575         (gnus-fetch-field): Require message.
5576         (gnus-decode-newsgroups): Require gnus-group.
5577
5578         * ietf-drums.el: Don't require time-date.
5579
5580         * message.el: Don't require hashcash, canlock, ecomplete.
5581         Do require mail-utils.  Require nnheader only when compiling.
5582         (smtpmail-default-smtp-server): Remove declaration.
5583         (message-send-mail-function): Check smtpmail-default-smtp-server
5584         is bound rather than requiring smtpmail.
5585         (message-auto-save-directory, message-insert-signature):
5586         Use expand-file-name rather than nnheader-concat.
5587         (nnheader-insert-file-contents): Autoload.
5588         (hashcash-wait-async): Declare.
5589         (message-send-mail): Only call gnus-setup-posting-charset if
5590         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5591         (message-send-mail-with-sendmail): Require sendmail.
5592         (canlock-password, canlock-password-for-verify): Declare.
5593         (message-canlock-password): Require canlock.
5594         (nnheader-get-report): Autoload.
5595         (gnus-setup-posting-charset): Declare.
5596         (message-send-news): Require gnus-msg.
5597         (message-make-references, message-make-in-reply-to): Use mail-header-id
5598         rather than the alias mail-header-message-id.
5599         (ecomplete-add-item, ecomplete-save): Declare.
5600         (message-put-addresses-in-ecomplete): Require ecomplete.
5601         (ecomplete-display-matches): Autoload.
5602
5603         * mm-decode.el: Don't require mailcap, gnus-util.
5604         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5605         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5606         Autoload.
5607         (mailcap-mime-extensions): Declare.
5608
5609         * mm-encode.el: Don't require mailcap.
5610         (mailcap-extension-to-mime): Autoload.
5611
5612         * mml-sec.el: Don't require password-cache.
5613
5614         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5615         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5616         (mml-minibuffer-read-type): Require mailcap.
5617         (mml-preview): Require gnus-msg.
5618
5619         * mml1991.el: Require password-cache.
5620         (password-cache-expiry): Remove declaration.
5621
5622         * mml2015.el: Require password-cache.
5623         (password-cache-expiry): Remove declaration.
5624
5625         * nneething.el (mailcap): Require mailcap.
5626
5627         * nnheader.el (declare-function): Add compatibility stub.
5628         (message-remove-header): Declare rather than autoload.
5629         (nnheader-replace-header): Require message.
5630
5631         * nnimap.el (declare-function): Add compatibility stub.
5632         (netrc-parse, netrc-machine-user-or-password): Declare.
5633         (nnimap-open-connection): Require netrc.
5634
5635         * nntp.el (declare-function): Add compatibility stub.
5636         (netrc-parse, netrc-machine, netrc-get): Declare.
5637         (nntp-send-authinfo): Require netrc.
5638
5639         * rfc2047.el: Don't require qp.
5640         (quoted-printable-encode-region, quoted-printable-decode-string):
5641         Autoload.
5642
5643         * sieve-mode.el: Don't require easymenu.
5644         (easy-menu-add-item): Autoload it.
5645
5646         * spam-stat.el (time-to-number-of-days): Autoload it.
5647
5648 2010-03-19  Glenn Morris  <rgm@gnu.org>
5649
5650         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5651
5652 2010-03-18  Glenn Morris  <rgm@gnu.org>
5653
5654         * hashcash.el (declare-function): Remove duplicate definition.
5655
5656 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5657
5658         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5659         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5660         value if any backslash escapes).
5661
5662 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5665         if it is available.  (bug#5647)
5666
5667         * lpath.el: Suppress compiler warning for coding-system-from-name for
5668         Emacs 21 and XEmacs.
5669
5670 2010-03-14  Juri Linkov  <juri@jurta.org>
5671
5672         * hmac-def.el:
5673         * hmac-md5.el:
5674         * netrc.el: Fix keywords.
5675
5676 2010-02-26  Glenn Morris  <rgm@gnu.org>
5677
5678         * message.el (message-send-mail-function): Change the default, so that
5679         it inherits from a customized send-mail-function.  (Bug#5643)
5680
5681 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5684         shell-command-to-string signals an error (bug#5299).
5685
5686 2010-02-24  Glenn Morris  <rgm@gnu.org>
5687
5688         * message.el (message-smtpmail-send-it)
5689         (message-send-mail-with-mailclient): Doc fixes.
5690
5691 2010-02-16  Glenn Morris  <rgm@gnu.org>
5692
5693         * message.el (message-default-mail-headers): Change the default value
5694         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5695
5696 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5699         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5700
5701 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5702
5703         * time-date.el (date-to-time): Doc fix (Bug#5408).
5704
5705 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5706
5707         * message.el (message-mail): Just pass yank-action on to message-setup.
5708         (message-setup): Handle (FUN . ARGS) form of yank-action.
5709         (message-with-reply-buffer, message-widen-reply)
5710         (message-yank-original): Handle non-buffer values of
5711         message-reply-buffer (Bug#4080).
5712         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5713
5714 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5715
5716         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5717         Fix typo in docstring.
5718
5719 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5720
5721         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5722         response.
5723
5724 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5727
5728         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5729
5730         * message.el (message-check-news-header-syntax): Protect against a
5731         string that `rfc822-addresses' returns when parsing fails.
5732
5733 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5736         (gnus-previous-char-property-change): New functions.
5737
5738         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5739
5740 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5741
5742         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5743         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5744
5745 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5746
5747         * message.el (message-exchange-point-and-mark): Rework last change to
5748         avoid using optional arg of exchange-point-and-mark, for backward
5749         compatibility.
5750
5751 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5752
5753         * message.el (message-exchange-point-and-mark):
5754         Call exchange-point-and-mark with an argument rather than setting
5755         mark-active by hand (Bug#5175).
5756
5757 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * nntp.el (nntp-service-to-port): Work for service expressed with
5760         numeric string; replace [:digit:] with [0-9] for XEmacs.
5761
5762 2009-12-17  Glenn Morris  <rgm@gnu.org>
5763
5764         * gnus-group.el (gnus-bug-group-download-format-alist):
5765         Change emacs entry to debbugs.gnu.org.  Bump :version.
5766
5767 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5770
5771 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * message.el (message-info): Explain why we use `Info-goto-node'.
5774
5775 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5778
5779 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5780
5781         * message.el (message-completion-in-region): New compatibility function.
5782         (message-expand-group): Use it.
5783
5784 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5787         with no unread article should be listed if the 2nd arg `predicate' is
5788         given.
5789
5790 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5793
5794 2009-11-29  Juri Linkov  <juri@jurta.org>
5795
5796         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5797         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5798         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5799
5800 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5801
5802         * sha1.el (sha1-string-external): default-directory "/" in case
5803         otherwise non-existent.  process-connection-type pipe for touch of
5804         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5805
5806 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5807
5808         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5809         it's comms related and sgml-mode.el has "comm" on that basis too.
5810
5811 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5814         containing tspecial characters if they have been already quoted.
5815
5816 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5817
5818         * dns-mode.el (auto-mode-alist): Purecopy string.
5819
5820 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5821
5822         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5823
5824 2009-10-24  Glenn Morris  <rgm@gnu.org>
5825
5826         * gnus-art.el (help-xref-stack-item): Define for compiler.
5827
5828 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5829
5830         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5831
5832 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5835
5836 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5839         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5840
5841 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5844         (gnus-overlays-in): New alias to overlays-in.
5845
5846         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5847         gnus-overlay-get, and gnus-delete-overlay.
5848         (gnus-summary-show-thread): Make it work as well for systems in which
5849         next-single-char-property-change is not available.
5850         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5851
5852         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5853         (gnus-overlay-get): New alias to extent-property.
5854         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5855
5856         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5857         SXEmacs.
5858
5859         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5860         SXEmacs.
5861
5862 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5865
5866 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5867
5868         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5869         and XEmacs that don't have `remove-overlays'.
5870
5871 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5872
5873         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5874         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5875         selective display.  Use overlays instead.
5876
5877 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5878
5879         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5880
5881 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5882
5883         * spam-stat.el (spam-stat-load): Fix typo in message.
5884
5885 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5886
5887         * dig.el (dig-invoke): Fix typo in docstring.
5888         (query-dig): Reflow docstring.
5889
5890 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5891
5892         * gnus-art.el (gnus-article-encrypt-body):
5893         * message.el (message-check-recipients):
5894         * mm-util.el (mm-codepage-setup):
5895         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5896         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5897
5898 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5899
5900         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5901         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5902         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5903         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5904         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5905
5906 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5907
5908         * dig.el: Add "Keywords: comm", as per net-utils.el.
5909
5910 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * dig.el (dig-mode): Use define-derived-mode.
5913
5914 2009-09-19  Glenn Morris  <rgm@gnu.org>
5915
5916         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5917
5918 2009-09-18  Glenn Morris  <rgm@gnu.org>
5919
5920         * gnus-diary.el (gnus-diary-check-message):
5921         * message.el (message-insert-formatted-citation-line):
5922         * nnbabyl.el (top-level):
5923         * nndiary.el (nndiary-schedule):
5924         Fix typos in condition-case handlers.
5925
5926 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5929         configuration that provides the sole article window in a frame;
5930         position point correctly after deleting a part.
5931
5932 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5933
5934         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5935         (spam-resolve-registrations-routine): Use it to unregister articles
5936         that change status.
5937
5938 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5941         with XEmacs.
5942         (parse-time-string-chars): Use it.
5943
5944 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         * imap.el (imap-interactive-login): Better messages.
5947         (imap-open): Fix bug with renamed buffer on reconnect.
5948         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5949         for easier debugging and cleaner code.  On successful (guessed based on
5950         server capabilities) secondary authentication, set imap-state
5951         correctly.
5952         (imap-last-authenticator): Define imap-last-authenticator as a variable
5953         to avoid warnings.
5954
5955 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * nnrss.el (nnrss-request-article): Remove binding of
5958         default-enable-multibyte-characters that has gotten needless by
5959         the 2007-07-13 change in rfc2047-encode-message-header.
5960
5961         * mml.el (mml-insert-multipart): Error on the message header.
5962         (mml-insert-part): Error on the message header; position point at
5963         the end of a MIME tag.
5964
5965 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * time-date.el (autoload): Expand define-obsolete-function-alias into
5968         defalias and make-obsolete for old Emacsen that Gnus supports.
5969         (with-no-warnings): Define it for old Emacsen.
5970         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5971         is available.
5972         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5973         float-time is available; suppress compile warning for time-to-seconds.
5974
5975         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5976         (gnus-float-time): Alias to float-time if it exists.
5977
5978         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5979         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5980         float-time is available; suppress compile warning for time-to-seconds.
5981
5982         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5983         XEmacs.
5984
5985 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * imap.el (imap-message-map): Docstring fix.
5988
5989 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5992         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5993         Add the optional argument `encoding' that overrides the default.
5994
5995         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5996         mm-encode-buffer.
5997
5998 2009-09-04  Glenn Morris  <rgm@gnu.org>
5999
6000         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6001         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6002         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6003         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6004         * mm-util.el (mm-with-unibyte-current-buffer)
6005         (mm-find-buffer-file-coding-system):
6006         * yenc.el (yenc-decode-region): Use default-value rather than
6007         default-enable-multibyte-characters.
6008
6009 2009-09-03  Glenn Morris  <rgm@gnu.org>
6010
6011         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6012         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6013         than default-enable-multibyte-characters.
6014
6015 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6016
6017         * gnus-art.el (gnus-article-read-summary-keys):
6018         Fix gnus-buffer-configuration's value temporarily used.
6019
6020 2009-09-02  Glenn Morris  <rgm@gnu.org>
6021
6022         * gnus-util.el (gnus-float-time): New function.
6023         * gnus-delay.el (gnus-delay-article):
6024         * gnus-sum.el (gnus-thread-latest-date):
6025         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6026         * nnspool.el (nnspool-request-newgroups):
6027         Use gnus-float-time rather than time-to-seconds.
6028         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6029
6030         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6031         (gnus-header-subject-face, gnus-header-newsgroups-face)
6032         (gnus-header-name-face, gnus-header-content-face):
6033         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6034         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6035         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6036         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6037         (gnus-cite-face-11):
6038         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6039         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6040         (gnus-server-closed-face, gnus-server-denied-face)
6041         (gnus-server-offline-face):
6042         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6043         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6044         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6045         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6046         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6047         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6048         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6049         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6050         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6051         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6052         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6053         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6054         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6055         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6056         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6057         (gnus-summary-high-undownloaded-face)
6058         (gnus-summary-low-undownloaded-face)
6059         (gnus-summary-normal-undownloaded-face)
6060         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6061         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6062         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6063         (gnus-splash-face):
6064         * message.el (message-header-to-face, message-header-cc-face)
6065         (message-header-subject-face, message-header-newsgroups-face)
6066         (message-header-other-face, message-header-name-face)
6067         (message-header-xheader-face, message-separator-face)
6068         (message-cited-text-face, message-mml-face):
6069         * sieve-mode.el (sieve-control-commands-face)
6070         (sieve-action-commands-face, sieve-test-commands-face)
6071         (sieve-tagged-arguments-face):
6072         * spam.el (spam-face):
6073         Mark face aliases with "-face" in the name as obsolete.
6074
6075 2009-09-01  Glenn Morris  <rgm@gnu.org>
6076
6077         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6078         than goto-line.
6079
6080 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6083         Don't move point if the command is invoked inside the message header.
6084
6085 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6086
6087         * imap.el (imap-send-command): Simplify.
6088         (imap-wait-for-tag): point-max -> buffer-size.
6089
6090 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6093         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6094         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6095         * nnir.el (nnir-swish-e-index-file):
6096         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6097         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6098         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6099         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6100         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6101         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6102
6103 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6106         Don't save excursion.
6107
6108 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6109
6110         * nnheader.el (nnheader-find-file-noselect):
6111         * mm-util.el (mm-insert-file-contents):
6112         Use (default-value 'major-mode) instead of default-major-mode.
6113
6114 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6115
6116         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6117
6118 2009-08-26  Glenn Morris  <rgm@gnu.org>
6119
6120         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6121         than placing in files.el.
6122
6123 2009-08-25  Glenn Morris  <rgm@gnu.org>
6124
6125         * nnir.el (top-level): Don't require cl at run-time.
6126         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6127         Replace cl-function substitute with gnus-replace-in-string.
6128         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6129         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6130         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6131         simplified expansions.
6132
6133 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6134
6135         * dig.el (dig): Add autoload cookie.
6136
6137 2009-08-22  Glenn Morris  <rgm@gnu.org>
6138
6139         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6140         goto-line.
6141
6142 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6143
6144         * parse-time.el (parse-time-string-chars): Save match data.
6145
6146 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6147
6148         * parse-time.el (parse-time-string-chars): Compute using character
6149         classes, to handle non-ascii characters (Bug#3190).
6150
6151 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6154
6155         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6156         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6157         (gnus-mm-display-part, gnus-mime-display-single)
6158         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6159         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6160
6161         * gnus-sum.el
6162         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6163         (gnus-summary-move-article): Add expirable mark to articles copied or
6164         moved to group that has auto-expire turned on if the option is non-nil.
6165
6166 2009-07-24  Glenn Morris  <rgm@gnu.org>
6167
6168         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6169         Fix typo.  (Bug#3903)
6170
6171 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6174         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6175         that should not be used for draft articles.
6176         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6177         that has no concern in minor mode keys.
6178         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6179         Abolish.
6180
6181 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6184         article without making inquiry to a user for unknown encoding.
6185
6186         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6187         (nnmaildir--scan): Assume i-node and device number that file-attributes
6188         returns might be cons-cell.
6189
6190         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6191
6192         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6193
6194 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * auth-source.el: Remove docs now in auth.texi.  Don't use
6197         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6198         `auth-source-hide-passwords' and use them.
6199
6200 2009-07-15  Glenn Morris  <rgm@gnu.org>
6201
6202         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6203
6204 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6207         excessive whitespace from the default values of title and description.
6208
6209 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6212         mail-fetch-field to fetch Content-Description header in order to
6213         exclude newlines.
6214
6215 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6216
6217         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6218         format used by GnuPG 2.0.11.
6219
6220 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6223         to deleted part.
6224
6225 2009-05-30  David Engster  <dengste@eml.cc>
6226
6227         * nnmairix.el: Remove old documentation in the commentary block.
6228         (nnmairix-request-group): Do not update active file for nnml back ends.
6229         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6230         end so that overview files are ignored.
6231         (nnmairix-update-groups): Make updating the groups more robust by using
6232         marks.
6233         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6234         with dollar characters in message-id.
6235
6236 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6239         2008-12-25 in dns.el.
6240
6241 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6242
6243         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6244         could happen if the text is only composed of spaces and/or tabs.
6245
6246 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6247
6248         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6249         when sending a queued message to avoid extra mml tags.
6250
6251 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6254
6255 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6258         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6259         rmail-toggle-header for XEmacs;
6260         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6261
6262 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-dired.el: Remove autoload for gnus-setup-message.
6265         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6266         displaying Gnus logo; always use compose-mail.
6267
6268 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6271
6272 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6275         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6276         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6277         available.
6278         (gnus-nocem-epg-verify): New function.
6279
6280 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6283
6284 2009-02-15  Glenn Morris  <rgm@gnu.org>
6285
6286         * gnus-util.el (rmail-insert-rmail-file-header)
6287         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6288         autoloads.
6289         (rmail-default-rmail-file): Remove unnecessary declaration.
6290         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6291
6292 2009-02-14  Glenn Morris  <rgm@gnu.org>
6293
6294         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6295         variable (only used in gnus-util, which declares it anyway).
6296         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6297         which was only needed by gnus-art (changed to not use it any more).
6298         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6299         only used in gnus-util, which autoloads it itself.
6300         (rmail-update-summary): Fix autoload.
6301
6302         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6303         rather than rmail-output-to-rmail-file.
6304
6305 2009-02-07  Glenn Morris  <rgm@gnu.org>
6306
6307         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6308         autoload of function that no longer exists.
6309         (rmail-toggle-header): Declare.
6310         (message-forward-rmail-make-body): Handle mbox Rmail.
6311
6312 2009-01-31  Glenn Morris  <rgm@gnu.org>
6313
6314         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6315         2009-01-09 change.
6316
6317 2009-01-31  Dave Love  <fx@gnu.org>
6318
6319         * imap.el (imap-fetch-safe): Bind debug-on-error.
6320         (imap-debug): Add imap-fetch-safe.
6321
6322 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6323
6324         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6325         (auth-source-forget-all-cached): New convenience function.
6326         (auth-source-user-or-password): Accept list of modes or a single mode.
6327
6328         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6329         auth-source modes.
6330
6331         * netrc.el (netrc-machine-user-or-password): Use list of
6332         auth-source modes.
6333
6334         * nnimap.el (nnimap-open-connection): Use list of
6335         auth-source modes.
6336
6337         * nntp.el (nntp-send-authinfo): Use list of
6338         auth-source modes.
6339
6340 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6343         now.
6344
6345 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6348         coding system in XEmacs; add a workaround for XEmacs.
6349
6350         * lpath.el: Fbind coding-system-aliasee.
6351
6352 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6355         of current-language-environment.
6356
6357 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6360         available at runtime.
6361
6362 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6365
6366 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6367
6368         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6369         the greatest positive fixnum value doesn't work under an XEmacs with
6370         bignum support; use the most-positive-fixnum constant instead,
6371         available since Emacs 21.1 with cl and XEmacs 21.1.
6372
6373 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6376         XEmacs gets not to work.
6377
6378 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * mm-util.el (mm-coding-system-priorities): Allow the value like
6381         "Japanese (UTF-8)" of current-language-environment.
6382
6383 2009-01-09  Glenn Morris  <rgm@gnu.org>
6384
6385         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6386         with last-command-event.
6387
6388 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6389
6390         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6391         in the doc string.
6392
6393         * message.el (message-fix-before-sending): Amend comment.
6394
6395 2009-01-08  Dave Love  <fx@gnu.org>
6396
6397         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6398
6399 2009-01-07  David Engster  <dengste@eml.cc>
6400
6401         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6402         simplified server definitions by converting it via
6403         gnus-server-to-method.
6404
6405 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6408         parameter's operands.
6409
6410 2009-01-06  David Engster  <dengste@eml.cc>
6411
6412         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6413         primary select method (for gnus-group-mark-article-as-read).
6414
6415 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6416
6417         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6418         `(gnus)Face', not `(gnus)X-Face'.
6419
6420 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * mm-util.el (mm-ucs-to-char): New function.
6423
6424         * mm-url.el (mm-url-decode-entities): Use it.
6425
6426         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6427         unicode-to-char.
6428
6429 2009-01-05  Dave Love  <fx@gnu.org>
6430
6431         * time-date.el: Require cl for `declare'.
6432
6433 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6436         Dave Love.
6437
6438 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * message.el (message-fix-before-sending): Add `eight-bit' to
6441         illegible-text check.
6442
6443 2009-01-03  Michael Olson  <mwolson@gnu.org>
6444
6445         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6446         `headers' is nil.  This can occur if the IMAP server does not have
6447         permissions to read messages from a folder, but can write new messages
6448         to the folder.
6449         (nnimap-request-article-part): Do not insert `data' if it is nil.
6450
6451         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6452         characters which will confuse `read', so skip past them.
6453
6454 2009-01-01  Dave Love  <fx@gnu.org>
6455
6456         * imap.el (imap-string-to-integer): Fix typo.
6457         (imap-fetch-safe): New function.
6458         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6459
6460         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6461
6462         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6463         (imap-parse-greeting): Fix doc strings.
6464         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6465         (imap-parse-flag-list): Make messages unique.
6466         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6467
6468         * nnimap.el: Fix author email.
6469         (nnimap-split-rule): Add FIXME comment.
6470         (nnimap-debug): Fix doc string.
6471
6472 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6475
6476 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6479         nslookup if resolv.conf isn't available.
6480         (dns-query): Rename from query-dns.
6481         (dns-query-cached): Rename from query-dns-cached.
6482
6483 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6486         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6487         to check if those variables exist (first appeared in Emacs 18.50).
6488
6489 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * mm-util.el (mm-line-number-at-pos): New function.
6492
6493         * spam-report.el (spam-report-process-queue): Use it.
6494
6495 2008-12-24  David Engster  <dengste@eml.cc>
6496
6497         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6498         parameters that haven't existed as variables as buffer-local variables.
6499
6500 2008-12-23  Dave Love  <fx@gnu.org>
6501
6502         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6503         cadar.
6504
6505         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6506         imap-starttls-p.
6507         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6508
6509 2008-12-22  Dave Love  <fx@gnu.org>
6510
6511         * imap.el: Fix author email.  Doc fixes.
6512         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6513         reply.
6514
6515 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * spam-report.el (spam-report-gmane-max-requests): New constant.
6518         (spam-report-gmane-wait): New variable.
6519         (spam-report-gmane-ham, spam-report-gmane-spam)
6520         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6521         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6522         the server.
6523
6524         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6525         Add explanations.
6526
6527         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6528         nnheader-accept-process-output and nnheader-read-timeout if available.
6529         (pop3-movemail): Use it.
6530
6531         * message.el (message-check-news-body-syntax): Fix signature check if
6532         there's an attachment.
6533
6534 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mm-util.el: Add comments to the mm- emulating functions.
6537
6538 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6541         Reported by Stephen Berman <stephen.berman@gmx.net>.
6542
6543 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * mm-util.el (mm-substring-no-properties): New function.
6546         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6547         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6548         (mm-string-to-multibyte): Doc fix.
6549
6550         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6551
6552 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * mml.el (mml-attach-file): Strip text properties from file name.
6555         (Bug#1574)
6556
6557 2008-12-16  Glenn Morris  <rgm@gnu.org>
6558
6559         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6560
6561 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6564         knows since the charset specified might be a bogus alias that
6565         mm-charset-synonym-alist provides.
6566
6567 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6568
6569         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6570         "ISO_8859-1".
6571
6572         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6573
6574 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-util.el (mm-charset-eval-alist):
6577         Define it before mm-charset-to-coding-system.
6578         (mm-charset-to-coding-system): Add optional argument `silent';
6579         define it before mm-charset-override-alist.
6580         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6581         default value if it can be used in Emacs currently running;
6582         silence mm-charset-to-coding-system.
6583
6584 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6587         `allow-override' which says whether to use `mm-charset-override-alist'.
6588         (rfc2047-decode-encoded-words): Use it.
6589
6590         * mm-util.el (mm-charset-override-alist): Fix custom type;
6591         add `(gb2312 . gbk)' to choices.
6592
6593 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6596         fast.
6597
6598         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6599
6600         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6601
6602 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6603
6604         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6605         on links.
6606
6607         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6608
6609 2008-12-03  Lute Kamstra  <lute@gnu.org>
6610
6611         * sha1.el: Remove leading * from docstrings of defcustoms,
6612         deffaces, defconsts and defuns.
6613
6614 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6617         users' addresses that don't have domain parts.
6618         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6619         rather than message-narrow-to-head since there will be the message
6620         header separator.
6621
6622 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6625         since the result is inserted in a unibyte buffer anyway.
6626         (nnimap-demule-use-string-to-multibyte): Remove.
6627         (nnimap-demule): Alias it to mm-string-to-multibyte.
6628
6629 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6632         variable for debugging bug#464 and bug#1174.
6633         (nnimap-demule): Use it.
6634
6635 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6638         score calculation correctly.
6639
6640 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * message.el (message-send-mail): Just set the buffer to unibyte
6643         rather than use mm-with-unibyte-current-buffer which does a lot more.
6644         (message-send-mail-partially): Don't bother with
6645         mm-with-unibyte-current-buffer since it's already been made unibyte by
6646         message-send-mail.
6647
6648 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6651
6652 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6655
6656 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6659         require itself and to remove `with-no-warnings'.
6660
6661 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * starttls.el (starttls-any-program-available): Get the name of the
6664         available TLS layer program.
6665         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6666         well as the host name in the "opening" message.
6667
6668         * auth-source.el (auth-source-cache, auth-source-do-cache)
6669         (auth-source-user-or-password): Cache passwords and logins by default,
6670         allow override with `auth-source-do-cache'.
6671         (auth-source-forget-user-or-password): Allow users to remove cache
6672         entries if needed.
6673
6674 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6675
6676         * md4.el (md4-buffer): Fix typo in docstring.
6677         (md4, md4-64): Doc fixes.
6678         (md4-pack-int32): Reflow docstring.
6679
6680 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6683         condition-case to only the forward-sexp call.
6684
6685 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6688         quotes contained.  Make it more robust regardless by an extra
6689         condition-case wrapper.
6690
6691 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6694
6695 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * nnml.el (nnml-request-expire-articles): Check if the function set to
6698         `nnmail-expiry-target' returns the symbol `delete'.
6699
6700         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6701
6702         * nnmail.el (nnmail-expiry-target): Fix custom type.
6703
6704 2008-10-02  Glenn Morris  <rgm@gnu.org>
6705
6706         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6707         Silence compiler warning.
6708
6709 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6710
6711         * tls.el (open-tls-stream): Show the actual command being
6712         executed, instead of the format string.
6713
6714 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * lpath.el: Fbind codepage-setup for Emacs 23.
6717
6718 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6719
6720         * mml.el (mml-menu): Don't assume mml2015 is bound.
6721
6722 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6725         exists.
6726
6727 2008-09-27  Glenn Morris  <rgm@gnu.org>
6728
6729         * gnus-util.el (mail-header-remove-comments): Autoload it.
6730
6731 2008-09-27  Andreas Schwab  <schwab@suse.de>
6732
6733         * gnus-util.el (gnus-split-references): Strip comments.
6734         (gnus-parent-id): Likewise.
6735
6736 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * message.el (message-confirm-send): Fix version.
6739
6740 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * message.el (message-idna-to-ascii-rhs-1): Use
6743         mail-extract-address-components rather than mail-header-parse-addresses
6744         that is an alias by default to ietf-drums-parse-addresses that does not
6745         support non-ASCII names in headers' contents.
6746
6747 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * message.el (message-confirm-send): Fix variable documentation to
6750         avoid the "y/n" wording.
6751
6752 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6753
6754         * message.el (message-set-auto-save-file-name): Save to a different
6755         filename so multiple messages (especially drafts) can be recovered.
6756
6757 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * message.el (message-confirm-send): Add appropriate version.
6760
6761 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6764         defvar.
6765
6766 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6767
6768         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6769         (mm-pkcs7-enveloped-magic): Ditto.
6770
6771 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6772
6773         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6774         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6775
6776 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6779         default, it's better.
6780
6781 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6784         summary line gnus-number property and ignore them (with a warning
6785         message).
6786
6787 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6790         macro caddr in the interactive form since it won't be expanded.
6791
6792 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6795         `charset'; fix name of function called recursively.
6796         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6797
6798 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6801         (gnus-mime-set-charset-parameters): New function.
6802         (gnus-mime-view-part-as-charset): Use it to correctly display part
6803         specifying wrong charset.
6804
6805 2008-09-08  David Engster  <dengste@eml.cc>
6806
6807         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6808         in completing-read for back end server.
6809
6810 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * message.el (message-confirm-send): New variable to confirm sending a
6813         message.
6814         (message-send): Use it.
6815
6816 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6819
6820 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6823
6824 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6827         prevent tracking too many groups.
6828         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6829         Use it.
6830
6831 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6832
6833         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6834         moving point to the bottom of the window in order to avoid recentering.
6835
6836 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6839
6840         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6841         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6842         (gnus-article-beginning-of-window): Fix calculation.
6843
6844 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-msg.el (gnus-summary-supersede-article)
6847         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6848         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6849         message header.
6850
6851 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6852
6853         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6854         pending output coming after the status change.
6855
6856 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6857
6858         * message.el:
6859         * gnus-start.el:
6860         * gnus-registry.el: Remove VMS support.
6861
6862 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6865         macro.
6866         (rfc2104-hash): Use it.
6867
6868 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6871         (gnus-summary-sort-by-most-recent-date): New commands.
6872         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6873         and menu entries.
6874
6875 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6878         don't redisplay article for raw contents; remove plural articles stuff.
6879
6880         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6881         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6882         on gnus-summary-save-article; display results properly.
6883
6884 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * lpath.el: No need to fbind ns-focus-frame.
6887
6888 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6891
6892 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-summary-save-in-pipe):
6895         Consider gnus-save-all-headers.
6896
6897 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6898
6899         * gnus-util.el (ns-focus-frame): Remove declaration.
6900         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6901         like x.
6902
6903 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6904
6905         * rfc2104.el (rfc2104-zero): Delete defconst.
6906         (rfc2104-hex-alist): Likewise.
6907         (rfc2104-hex-to-int): Delete func.
6908         (rfc2104-hexstring-to-bitstring): Likewise.
6909         (rfc2104-nybbles): New defconst.
6910         (rfc2104-hash): Rewrite for speed.
6911
6912 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * tls.el (open-tls-stream): Make it work with the 2nd argument
6915         BUFFER that is a string but does not exist as a buffer object, as
6916         mentioned in the doc-string.
6917
6918 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6921         SXEmacs.
6922
6923 2008-07-16  Glenn Morris  <rgm@gnu.org>
6924
6925         * gnus-util.el (ns-focus-frame): Declare for compiler.
6926
6927 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6930         set as a group parameter.
6931         (gnus-summary-save-in-pipe): Work when it is called independently.
6932         (gnus-summary-pipe-to-muttprint): Don't modify
6933         gnus-summary-pipe-output-default-command.
6934
6935 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * message.el (message-send-mail-with-sendmail):
6938         Display the error message.
6939
6940 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-art.el (gnus-default-article-saver):
6943         Add gnus-summary-save-in-pipe to choices.
6944         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6945         gnus-summary-pipe-output-default-command as the default command.
6946         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6947         instead of gnus-last-shell-command.
6948
6949         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6950         New user option.
6951         (gnus-summary-muttprint-program): Mention the value will be changed.
6952         (gnus-summary-save-article): Force showing of all headers.
6953         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6954
6955 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6956
6957         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6958
6959 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6960
6961         * nnimap.el (nnimap-id):
6962         * sieve-manage.el (sieve-manage-open): Doc fixes.
6963
6964 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6965
6966         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6967         if available.
6968
6969 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6970
6971         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6972
6973         * nnkiboze.el (nnkiboze-generate-group):
6974         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6975
6976         * nnmairix.el: Require CL.
6977
6978 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * dgnushack.el: Autoload get-display-table and put-display-table for
6981         XEmacs 21.5.
6982
6983         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6984         21.4 and SXEmacs.
6985
6986 2008-06-15  David Engster  <dengste@eml.cc>
6987
6988         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6989
6990 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6991
6992         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6993         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6994         runtime choice under XEmacs.
6995
6996         * gnus-sum.el (gnus-summary-set-display-table):
6997         Use `gnus-put-display-table', `gnus-get-display-table',
6998         `gnus-set-display-table' for the display table, instead of `aset'.
6999
7000         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7001         Use `gnus-put-display-table', `gnus-get-display-table',
7002         `gnus-set-display-table' for the display table.
7003
7004 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * nnmairix.el: Add autoloads.
7007
7008 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * nnmairix.el (nnmairix-delete-recreate-group)
7011         (nnmairix-update-and-clear-marks): Fix error messages.
7012
7013 2008-06-14  David Engster  <dengste@eml.cc>
7014
7015         * nnmairix.el: Upgrade to version 0.6.
7016         (nnmairix-group-toggle-propmarks-this-group)
7017         (nnmairix-group-toggle-readmarks-this-group)
7018         (nnmairix-group-delete-recreate-this-group)
7019         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7020         (nnmairix-remove-tick-mark-original-article): New commands.
7021         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7022         (nnmairix-propagate-marks-to-nnmairix-groups)
7023         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7024         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7025         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7026         functions needed for marks propagation and manipulation of read marks.
7027         (nnmairix-update-groups): New function.
7028         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7029         (nnmairix-determine-original-group-from-registry)
7030         (nnmairix-determine-original-group-from-path)
7031         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7032         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7033         New helper functions.
7034         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7035         keystrokes for new commands.
7036         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7037         (nnmairix-request-group): Check allow-fast group parameter.
7038         (nnmairix-request-create-group): Set allow-fast group parameter if
7039         nnmairix-allowfast-default is set.
7040         (nnmairix-close-group): Propagate marks upon closing if needed.
7041         (nnmairix-group-toggle-threads-this-group): Use new.
7042         nnmairix-group-toggle-parameter helper function.
7043         (nnmairix-search): Better check for empty search result.
7044         (nnmairix-goto-original-article): Use new helper functions for
7045         determining original article.
7046         (nnmairix-show-original-article): Make sure message-id is in brackets.
7047         (nnmairix-call-mairix-binary): Change variable name.
7048         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7049         helper function.
7050         (nnmairix-widget-toggle-activate): Fix doc string.
7051
7052 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * nnir.el: Require edmacro when compiling with XEmacs.
7055         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7056         available in Emacs 21.
7057
7058 2008-06-11  Glenn Morris  <rgm@gnu.org>
7059
7060         * gnus-util.el (x-focus-frame):
7061         * gnus.el (image-size):
7062         * mm-decode.el (image-size): Declare.
7063
7064         * gnus-picon.el (declare-function): Add compat definition.
7065         (image-size): Declare.
7066
7067         * gnus-group.el (tool-bar-map):
7068         * gnus-sum.el (tool-bar-map): Define for compiler.
7069
7070         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7071
7072         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7073
7074         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7075         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7076         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7077         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7078         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7079         * sieve-manage.el, spam-report.el, spam.el:
7080         Remove unnecessary eval-and-compile of autoloads.
7081
7082 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7083
7084         * auth-source.el: Precise Tramp doc.
7085
7086 2008-06-07  Glenn Morris  <rgm@gnu.org>
7087
7088         * nnmairix.el: Remove unnecessary eval-when-compile.
7089
7090 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * lpath.el: Fbind propertize for XEmacs 21.4.
7093
7094 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * nnir.el: Move here from ../contrib.
7097
7098 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * gnus-util.el (gnus-read-shell-command): New function.
7101         * mm-decode.el (mm-pipe-part):
7102         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7103
7104 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7107
7108 2008-06-03  Glenn Morris  <rgm@gnu.org>
7109
7110         * pop3.el (nnheader-accept-process-output): Autoload it.
7111
7112 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7115         are not 2-digit hexadecimal characters that follow `%'s.
7116
7117 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * message.el (message-bogus-recipient-p): Fix type in doc string.
7120         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7121         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7122         Improve custom options.
7123         (message-bogus-recipient-p): Adjust accordingly.
7124
7125 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7126
7127         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7128         long-form month and day names.
7129
7130 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * dgnushack.el: Autoload debug, eudc-expand-inline and
7133         pgg-snarf-keys-region for XEmacs.
7134
7135         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7136
7137         * nnmairix.el: Require edmacro when compiling with XEmacs.
7138
7139 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7142         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7143
7144 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7145
7146         * auth-source.el: Add more docs.
7147
7148         * netrc.el (netrc-machine): Always match if the port is not given.
7149
7150 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7153         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7154         retrieval faster in some cases, but might make CPU usage larger.
7155         If this has any bad side effects, we might revert this change.
7156
7157         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7158         seems to make mail retrieval much, much faster.
7159         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7160         unconditionally.
7161
7162         * gnus-draft.el (gnus-group-send-queue):
7163         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7164
7165 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7168
7169         * message.el (message-bogus-address-regexp): Fix and improve custom
7170         type.
7171         (message-setup-hook): Add message-check-recipients as custom option.
7172
7173 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * message.el (message-cite-function): Remove bogus autoload which crept
7176         in during merge from v5-10.
7177
7178 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7181
7182         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7183
7184         * auth-source.el: Preliminary Tramp docs.
7185         (auth-sources): Change the default auth-sources to use
7186         EPA .gpg files.
7187
7188 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * nntp.el: Autoload `auth-source-user-or-password'.
7191         (nntp-send-authinfo): Use it.
7192
7193         * nnimap.el: Autoload `auth-source-user-or-password'.
7194         (nnimap-open-connection): Use it.
7195
7196         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7197         for the gnus-message function.
7198         (auth-source-user-or-password): Use it.
7199
7200 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7201
7202         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7203         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7204         (rfc2104-hash): Use it.
7205
7206 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7207
7208         * gnus-art.el (gnus-article-toggle-truncate-lines):
7209         Don't use `iff' in docstring.
7210
7211 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7214
7215         * gnus-util.el (gnus-extract-address-component-name)
7216         (gnus-extract-address-component-email): Convenience functions around
7217         `gnus-extract-address-components'.
7218
7219         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7220         Use `gnus-extract-address-component-email' to fix bug of comparing full
7221         sender name to `user-mail-address'.
7222
7223 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7226         catch/throw to optimize.
7227         (gnus-registry-find-keywords): Just use member to find a keyword.
7228
7229 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7230
7231         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7232         is current before calling gnus-server-prepare.
7233         (gnus-server-setup-buffer, gnus-server-update-server)
7234         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7235
7236 2008-05-04  Juri Linkov  <juri@jurta.org>
7237
7238         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7239         (mailcap-file-default-commands): Use mailcap-replace-in-string
7240         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7241         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7242
7243 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7244
7245         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7246
7247 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7248
7249         * gnus.el: Bump version to 0.11.
7250
7251 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7252
7253         * gnus.el: No Gnus v0.10 is released.
7254
7255 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7258         hooks.
7259         (gnus-update-read-articles): Speed up non-marks-using users.
7260         (gnus-use-marks): Define gnus-use-marks.
7261         (gnus-propagate-marks): Rename variable to something more sensible.
7262
7263 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7264
7265         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7266         (gmm-image-load-path-for-library): Fix typos in docstrings.
7267         (gmm-message): Reflow docstring.
7268
7269 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * mail-source.el (mail-source-set-1, mail-source-bind):
7272         Move auth-source code out of the macro to clean it up and fix bugs.
7273
7274 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7277         by sender if it's equal to user-mail-address, it's likely to be
7278         useless.
7279
7280         * mail-source.el (mail-source-bind): Don't use user or password if they
7281         are not bound.  Unintern them if they are nil.  Don't use server unless
7282         it's bound, and default it to empty string otherwise.
7283
7284 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7285
7286         * mail-source.el: Load auth-source.el.
7287         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7288         get user name or password, if auth-sources is set up.
7289
7290         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7291         strategy of splitting with parent.
7292         (gnus-registry-split-fancy-with-parent)
7293         (gnus-registry-post-process-groups): Use it and fix prior
7294         bug (returning a list as the split result).
7295
7296         * auth-source.el (auth-sources): Remove server parameter.
7297         (auth-source-pick, auth-source-user-or-password)
7298         (auth-source-user-or-password-imap)
7299         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7300         (auth-source-user-or-password-sftp)
7301         (auth-source-user-or-password-smtp): Remove server parameter.
7302
7303 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7304
7305         * smime.el (smime-sign-region, smime-encrypt-region)
7306         (smime-decrypt-region):
7307         Remove redundant calls to `generate-new-buffer-name'.
7308
7309 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7310
7311         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7312         Don't use QP for message/rfc822.
7313         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7314
7315 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * sieve-manage.el (sieve-string-bytes): Remove.
7318         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7319         correct byte-length only if the process's coding-system is the same as
7320         the one used internally by Emacs to represent strings.
7321
7322 2008-04-22  Juri Linkov  <juri@jurta.org>
7323
7324         * mailcap.el (mailcap-file-default-commands): New function.
7325
7326 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * message.el (message-signature-separator, message-cite-function):
7329         Change custom version.
7330
7331 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7332
7333         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7334         commands.
7335         (tls-checktrust): Ditto.
7336
7337 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * mm-decode.el (mm-display-external): Make temp file read-only.
7340
7341 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7344         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7345         `C-c C-f d'.
7346
7347 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7348
7349         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7350
7351 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gnus.el: Bump version to 0.9.
7354
7355 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus.el: No Gnus v0.8 is released.
7358
7359 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7360
7361         * mail-source.el (mail-source-value):
7362         Prefer fboundp to functionp so it works with macros as well.
7363
7364 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7365
7366         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7367         Fix last change in case the element is not even a symbol.
7368
7369 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7370
7371         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7372         Prefer fboundp to functionp so it works with macros as well.
7373
7374 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * auth-source.el: Add docs.
7377         (auth-sources): Modify format to support server.
7378         (auth-source-pick, auth-source-user-or-password)
7379         (auth-source-user-or-password-imap)
7380         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7381         (auth-source-user-or-password-sftp)
7382         (auth-source-user-or-password-smtp): Add server parameter.
7383
7384 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7385
7386         * gnus-registry.el: Initialize the registry when gnus-registry-install
7387         is t.
7388
7389 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * compface.el (uncompface): Make buffer unibyte.
7392
7393 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7394
7395         * mail-source.el (mail-source-value):
7396         Prefer fboundp to functionp so it works with macros as well.
7397
7398 2008-04-05  Glenn Morris  <rgm@gnu.org>
7399
7400         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7401
7402 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7403
7404         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7405         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7406
7407         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7408         multibyteness after rather than before erasing it.
7409
7410         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7411         mm-with-multibyte.
7412         (gnus-request-article-this-buffer): Make sure the proper decoding is
7413         used if gnus-original-article-buffer happens to be unibyte.
7414
7415         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7416         default-enable-multibyte-characters.
7417
7418         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7419         default-enable-multibyte-characters.
7420
7421         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7422
7423         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7424
7425 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7428         Fix last change in case the element is not even a symbol.
7429
7430 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7431
7432         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7433         (imap-message-copyuid-1): Use it.
7434         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7435         J. Williams in
7436         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7437
7438         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7439         imap-enable-exchange-bug-workaround.
7440         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7441
7442 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7443
7444         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7445         a 100 byte status-checks into a 2-3MB transfer for each group.
7446         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7447         to enable bug workaround or not.
7448         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7449
7450 2008-03-31  Glenn Morris  <rgm@gnu.org>
7451
7452         * message.el (mml2015-use): Declare for compiler.
7453         (message-info): Require mml2015 when appropriate.
7454
7455 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7458         whitespace.
7459
7460 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7461
7462         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7463         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7464         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7465         (nntp-service-to-port): New function.
7466         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7467         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7468         (nntp-open-netcat-stream): New function.
7469         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7470
7471 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7472
7473         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7474
7475 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7476
7477         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7478
7479 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7480
7481         * dns.el (dns-write): Use set-buffer-multibyte.
7482
7483 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7484
7485         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7486
7487 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * message.el (message-signature-separator): Change default.
7490         Improve custom type.
7491         (message-cite-function): Change default to
7492         message-cite-original-without-signature.
7493
7494         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7495         toggle.
7496
7497         * message.el (message-check-news-body-syntax): Fix signature check.
7498         (message-setup-1): Mark buffer as unmodified _after_ running
7499         message-setup-hook and handling message-alternative-emails.
7500         (message-shorten-references): Be more strict when building list of
7501         valid references to comply with GNKSA.
7502
7503         * gnus-group.el (gnus-read-ephemeral-bug-group)
7504         (gnus-read-ephemeral-debian-bug-group)
7505         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7506
7507         * message.el (message-info): Don't use booleanp which isn't supported
7508         in Emacs 21 and XEmacs.
7509
7510 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7513         gnus-group-gmane-group-download-format.
7514         (gnus-group-read-ephemeral-gmane-group): Rename from
7515         gnus-group-read-ephemeral-gmane-group.
7516         (gnus-read-ephemeral-gmane-group-url): Rename from
7517         gnus-group-read-ephemeral-gmane-group-url.
7518         (gnus-bug-group-download-format-alist): New variable.
7519         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7520         (gnus-read-ephemeral-emacs-bug-group): New commands.
7521
7522 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7525         (gnus-visible-headers): Improve custom type.
7526
7527 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * mml.el (mml-menu): Add workarounds for XEmacs.
7530
7531         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7532         X-Boundary header.
7533
7534         * message.el (message-simplify-recipients): Fix previous commit.
7535
7536 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7537
7538         * mm-util.el (mm-set-buffer-multibyte): New function.
7539         * mm-decode.el (mm-copy-to-buffer): Use it.
7540
7541         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7542         Prefer fboundp to functionp so it works with macros as well.
7543
7544 2008-03-19  Glenn Morris  <rgm@gnu.org>
7545
7546         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7547         Accidentally removed in the sync process with Emacs.
7548
7549 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * message.el (message-alter-recipients-discard-bogus-full-name):
7552         New function.
7553         (message-alter-recipients-function): New variable.
7554         (message-get-reply-headers): Use it.
7555         (message-replace-header): New helper function.
7556         (message-recipients-without-full-name): New variable.
7557         (message-simplify-recipients): New command.
7558
7559         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7560
7561         * message.el (message-info): Handle EasyPG manual.
7562
7563         * mml.el (mml-menu): Add entry for EasyPG.
7564
7565 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7566
7567         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7568         parameter.
7569
7570         * message.el (message-disassociate-draft): Specify drafts group name
7571         fully.
7572
7573 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7576         Eliminate unnecessary duplicates from the match list.
7577
7578 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7581
7582         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7583
7584         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7585         args of `how-many' of which the XEmacs version doesn't take; declare
7586         Info-index-next as function.
7587
7588 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-score.el (gnus-score-headers): Fix handling of
7591         gnus-inhibit-slow-scoring.
7592
7593         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7594         string.
7595         (gnus-button-url-regexp): Improve handling of parenthesis.
7596         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7597         (gnus-button-handle-info-keystrokes): Handle index entries.
7598
7599 2008-03-15  Glenn Morris  <rgm@gnu.org>
7600
7601         * parse-time.el (parse-time-string): Simplify.
7602
7603 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7606         Incoming* files.
7607
7608 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * auth-source.el (auth-sources): Rename from auth-source-choices.
7611         (auth-source-pick): Use it.
7612
7613 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7614
7615         * binhex.el (binhex-decode-region-internal):
7616         * uudecode.el (uudecode-decode-region-internal):
7617         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7618         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7619         setting default-enable-multibyte-characters.
7620
7621 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * auth-source.el (auth-source-protocols)
7624         (auth-source-protocols-customize, auth-source-choices): Add and
7625         modified variable customizations and defaults.
7626         (auth-source-pick, auth-source-user-or-password)
7627         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7628         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7629         (auth-source-user-or-password-sftp)
7630         (auth-source-user-or-password-smtp): Use new variables and provide an
7631         interface to netrc.el.
7632
7633 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7636         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7637         Make sure the nntp port to specify is a string.
7638
7639 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7640
7641         * nntp.el: Use with-current-buffer.
7642         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7643         dubious mm-with-unibyte-current-buffer.
7644         (nntp-with-open-group-function): New function extracted from
7645         nntp-with-open-group macro.
7646         (nntp-with-open-group): Use the function, so it's easier to debug.
7647         Add indentation and debugging info.
7648         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7649         Recommend the use of the netcat alternatives.
7650
7651         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7652         Avoid mm-string-as-multibyte as well.
7653
7654         * nnweb.el (nnweb-insert-html):
7655         Remove use of nnheader-string-as-multibyte.
7656
7657         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7658         (nnheader-string-as-multibyte): Remove.
7659
7660         * mm-view.el: Use inhibit-read-only.
7661         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7662         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7663         or unibyte-string.
7664
7665         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7666         (mm-uu-yenc-extract): Use with-current-buffer.
7667
7668         * gnus-soup.el (gnus-soup-send-packet): Don't use
7669         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7670
7671         * nnmh.el: Use with-current-buffer.
7672         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7673         mm-string-as-multibyte on the output of mm-encode-coding-string.
7674
7675         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7676         (nnimap-request-move-article): Use with-current-buffer.
7677
7678         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7679         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7680         conversion uses string-make-unibyte rather than string-as-unibyte.
7681
7682         * gnus-msg.el: Use with-current-buffer.
7683
7684         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7685
7686 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7687
7688         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7689         string for caching if it is 'PIN.
7690
7691 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * lpath.el: Consider the case without Emacs/W3.
7694
7695 2008-03-08  Glenn Morris  <rgm@gnu.org>
7696
7697         * time-date.el (date-to-time, time-subtract, time-add)
7698         (safe-date-to-time): Doc fixes.
7699
7700 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * mail-source.el (mail-source-delete-old-incoming-confirm):
7703         Change default to nil.
7704         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7705
7706 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * lpath.el: Rearrange.
7709
7710         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7711         (gnus-article-goto-prev-page): Work for articles having ^L's.
7712
7713         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7714
7715         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7716
7717 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7718
7719         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7720         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7721         (gnus-bookmark-jump): Adjust some variable names.
7722
7723 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * auth-source.el: New package.
7726         (auth-source-choices): Add customization entry point variable.
7727
7728         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7729         bug.
7730
7731 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7734         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7735         (gnus-registry-install-shortcuts): Rename from
7736         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7737         the `gnus-registry-mark-map' keymap dynamically from
7738         `gnus-registry-marks'.  The generated functions update the summary line
7739         when a registry mark is added or deleted, and will call
7740         `gnus-registry-install-p' (see the comments in the code).
7741         (gnus-registry-user-format-function-M): Use concat intelligently.
7742
7743         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7744         the registry mark functions.
7745
7746 2008-03-05  Glenn Morris  <rgm@gnu.org>
7747
7748         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7749         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7750         gnus-art.
7751         (top-level): No need to load own source when compiling.
7752
7753 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7756         Suggested by <chris.anderton@zetnet.co.uk>.
7757
7758 2008-03-04  Glenn Morris  <rgm@gnu.org>
7759
7760         * gnus-sum.el (top-level): No need to require gnus when compiling,
7761         since unconditionally required near start of file.
7762         (gnus-summary-display-while-building): Move definition before use.
7763
7764 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * gnus-registry.el (gnus-registry-user-format-function-M):
7767         Add formatting function.
7768
7769 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7772         with plists.
7773         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7774         Use new format.
7775
7776 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7779         `where-is-internal' that returns a range of key sequences.
7780
7781 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7782
7783         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7784
7785         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7786         (gnus-summary-jump-to-group): Consider windows on other displayed
7787         frames as well.  Similar changes might be needed elsewhere, but that's
7788         the one I've bumped into during my use.
7789
7790         * nndoc.el (nndoc-oe-dbx-type-p):
7791         * gnus-msg.el (gnus-debug):
7792         * gnus-group.el (gnus-update-group-mark-positions):
7793         Use mm-string-to-multibyte.
7794
7795 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7798         doesn't handle NotDashEscaped.
7799
7800         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7801         (mml-dnd-attach-options): Fix typo in custom choice.
7802
7803         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7804         Change nndoc-article-type to mbox.
7805         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7806
7807         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7808         to nil, instead of html2text.
7809
7810         * imap.el (imap-debug): Add `imap-ping-server'.
7811
7812         * gnus-bookmark.el: Add FIXMEs.
7813
7814         * message.el (message-form-letter-separator)
7815         (message-send-form-letter-delay): New variables.
7816         (message-send-form-letter): Use them.  New command to send form
7817         letters.  Requested by Uwe Siart.
7818         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7819
7820 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * Update copyright years.
7823
7824 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         Sync from EMACS_22_BASE.
7827
7828         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7829
7830 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7831
7832         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7833         empty author.
7834
7835 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * gnus-registry.el (gnus-registry-marks): Add variable for
7838         customization of marks and their appearance.
7839         (gnus-registry-read-mark): Use it.
7840         (gnus-registry-do-marks): Add utility function to loop through
7841         `gnus-registry-marks'.
7842         (gnus-registry-install-shortcuts-and-menus): Add function to install
7843         shortcuts and menus.
7844         (gnus-registry-initialize): Use it.
7845         (gnus-registry-default-mark): Clarify documentation.
7846
7847 2008-02-29  Glenn Morris  <rgm@gnu.org>
7848
7849         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7850         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7851         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7852         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7853         Change defcustom :version from 23.0 to 23.1.
7854
7855 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * gnus-registry.el (gnus-registry-follow-group-p)
7858         (gnus-registry-post-process-groups): Add functions to aid registry
7859         splitting and improve logging.  Clarify behavior in function
7860         documentation.
7861         (gnus-registry-split-fancy-with-parent): Use them.
7862
7863 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7864
7865         * gnus-art.el: Use with-current-buffer.
7866
7867 2008-02-27  David Engster  <dengste@eml.cc>
7868
7869         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7870         Express real group name in the response.
7871
7872 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7875         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7876         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7877         autoload gnus-registry-fetch-group when compiling.
7878         (nnmairix-request-group-with-article-number-correction):
7879         Remove unreferenced argument passed to nnmairix-call-backend.
7880
7881 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7884         (mm-uu-extract): Improve face for low color ttys.
7885         Reported by Sascha Wilde.
7886
7887 2008-02-27  Glenn Morris  <rgm@gnu.org>
7888
7889         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7890         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7891         variables to defconsts.  Convert comments to doc-strings.
7892         (nnmairix-last-server, nnmairix-current-server): Convert from free
7893         variables to defvars.  Convert comments to doc-strings.
7894         (gnus-registry-fetch-group): Autoload.
7895         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7896         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7897         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7898         caddr.
7899         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7900         nnmairix-request-group-with-article-number-correction call.
7901         (nnmairix-fast, nnmairix-group): New, less general names, for free
7902         variables passed from nnmairix-request-group to
7903         nnmairix-request-group-with-article-number-correction.  Declare.
7904         (nnmairix-request-group-with-article-number-correction):
7905         Use nnmairix-fast, nnmairix-group rather than fast, group.
7906
7907 2008-02-26  David Engster  <dengste@eml.cc>
7908
7909         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7910         version 0.5.
7911
7912 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7913
7914         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7915         instead of making an extra function call.  Don't add the current group
7916         to articles only when they have the group.  Use
7917         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7918         Reported by David <de_bb@arcor.de>.
7919
7920 2008-02-24  Miles Bader  <miles@gnu.org>
7921
7922         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7923         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7924         (mm-find-mime-charset-region):
7925         * mm-bodies.el (mm-encode-body):
7926         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7927
7928 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7931         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7932
7933 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * mail-source.el (mail-source-delete-incoming): Change default.
7936         Supplement doc string.
7937
7938         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7939
7940 2008-02-14  Glenn Morris  <rgm@gnu.org>
7941
7942         * time-date.el (format-seconds): New function.
7943
7944 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * nnmail.el (nnmail-message-id-cache-file): Derive from
7947         `gnus-home-directory'.
7948
7949 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7952         Document negative prefix.
7953
7954         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7955
7956 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * message.el (message-unsent-separator): Add the Exim bounce
7959         separator.
7960
7961 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7962
7963         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7964         list.
7965         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7966         recipient/signer list.
7967
7968 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * Makefile.in (datarootdir): Define.
7971         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7972         name that might contain whitespace.
7973
7974 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7977         fbound (Emacs 23 unicode), signal an error.
7978
7979 2008-02-08  Glenn Morris  <rgm@gnu.org>
7980
7981         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7982
7983 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7984
7985         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7986         ports to the calls to `netrc-machine-user-or-password' in addition to
7987         "imap" and "imaps".
7988
7989 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7990
7991         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7992
7993         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7994
7995 2008-02-01  Kenichi Handa  <handa@m17n.org>
7996
7997         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7998         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7999         (rfc2104-hash): Convert the result of concat to unibyte string.
8000
8001 2008-02-01  Dave Love  <fx@gnu.org>
8002
8003         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8004         coding-system-for-read.
8005         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8006
8007 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8010         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8011         <hanche@math.ntnu.no>.
8012
8013 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8016
8017         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8018
8019 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8020
8021         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8022         * message.el (message-beginning-of-line): Use featurep instead of bound
8023         tests in order to resolve conditionals at compile time.
8024
8025 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8026
8027         * mail-source.el (mail-sources): Add `group' choice.
8028
8029         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8030         parameter `in-group' to control into which group the articles go.
8031         Add treatment of `group' mail-source.
8032
8033 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8036
8037         * mm-decode.el (mm-dissect-buffer): Decode description.
8038
8039         * mml.el (mml-to-mime): Encode message header first.
8040
8041 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8044         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8045
8046         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8047         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8048
8049 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8050
8051         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8052
8053 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8056         prefix keys.
8057         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8058         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8059         gnus-xmas.el.
8060
8061         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8062         (gnus-xmas-article-describe-bindings): New function.
8063         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8064         gnus-xmas-article-describe-bindings.
8065
8066         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8067
8068 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8069
8070         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8071         Add new variables for article mark management.
8072         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8073         list of extra data entries which, when present, will indicate that the
8074         article ID should not be trimmed from the registry.
8075         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8076         functions.
8077         (gnus-registry-read-mark): New function to read a mark name from the
8078         user.
8079         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8080         (gnus-registry-set-article-mark-internal): New functions to add and
8081         remove marks.
8082         (gnus-registry-get-article-marks): New function to show the marks for
8083         an article, or retrieve them for further use.
8084
8085 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8088         keys when no argument is given.
8089
8090 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * imap.el (imap-ping-server): New variable.
8093         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8094         (imap-ping-server): Minor doc string fixes.
8095
8096 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8097
8098         * imap.el (imap-ping-server): New function.
8099         (imap-opened): Call imap-ping-server.
8100
8101 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * gnus-sum.el (gnus-article-sort-by-random)
8104         (gnus-thread-sort-by-random): Fix doc strings.
8105         Reported by jidanni@jidanni.org.
8106
8107 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-art.el (gnus-article-describe-bindings): New function.
8110         (gnus-article-read-summary-keys): Use it.
8111         (gnus-article-mode-map): Bind `C-h b' to it.
8112
8113 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8116         XEmacs.
8117         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8118         Protect against non-character events.
8119
8120         * lpath.el: Fbind map-keymap for Emacs 21.
8121
8122 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8125         New command.
8126         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8127         instead of END.  Change name of the temp file.
8128         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8129         customizable.
8130
8131 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8134         bind `S W' to gnus-article-wide-reply-with-original; set default
8135         binding to gnus-article-read-summary-send-keys.
8136         (gnus-article-read-summary-keys): Fix the order of keys; display
8137         continuation keys correctly in the echo area; describe bindings
8138         correctly when keys end with `C-h'.
8139         (gnus-article-read-summary-send-keys): New function.
8140         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8141         Work for gnus-article-read-summary-send-keys; display continuation keys
8142         correctly in the echo area.
8143         (gnus-article-reply-with-original): Ignore prefix argument.
8144         (gnus-article-wide-reply-with-original): New function.
8145
8146         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8147         Emacs 21.
8148
8149 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8152         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8153
8154 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8157         (gnus-group-read-ephemeral-gmane-group): New command.
8158
8159 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8160
8161         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8162
8163 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * message.el (message-send-mail-function): Increase custom version.
8166
8167         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8168         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8169
8170 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8173         for the cases where imap-authenticate is called with a nil buffer
8174         parameter.
8175
8176 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8179         html parts correctly; support forwarded messages.
8180         (gnus-article-browse-html-article): Remove work buffers.
8181
8182         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8183         compiling.
8184         (netrc-bound-and-true-p): New macro.
8185         (netrc-parse): Use it instead of bound-and-true-p that is not available
8186         in XEmacs 21.4.
8187
8188 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8189
8190         * gnus-registry.el (gnus-registry-mark-article)
8191         (gnus-registry-article-marks): Add functionality to mark articles
8192         through the Gnus registry.
8193
8194         * encrypt.el: Clarify documentation for the new pgg method.
8195         (encrypt-file-alist): Add PGG option.
8196         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8197         functionality.  Abstract password key and messaging to external
8198         functions.
8199         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8200         (encrypt-message-method-and-cipher): Add new convenience external
8201         functions.
8202         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8203         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8204
8205         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8206         (netrc-parse): Use encrypt-file-alist to determine if
8207         encrypt-find-model or encrypt-insert-file-contents should be used.
8208
8209         * encrypt.el: Clarify documentation.  Load password-cache or
8210         password, whichever one is found first, instead of autoloading.
8211
8212 2007-12-19  Glenn Morris  <rgm@gnu.org>
8213
8214         * mml.el (message-options-set, message-narrow-to-head)
8215         (message-in-body-p, message-mail-p, message-encode-message-body):
8216         Autoload.
8217         (message-remove-header, message-narrow-to-headers-or-head)
8218         (message-subscribed-p, message-make-mail-followup-to)
8219         (message-position-on-field, message-news-p)
8220         (message-options-set-recipient, message-generate-headers)
8221         (message-sort-headers): Declare as functions.
8222
8223 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8226         convention in doc string.
8227
8228 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8231         title to html parts.
8232         (gnus-article-browse-html-article): Pass message header to it.
8233
8234         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8235
8236 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8239         or password compatible with XEmacs.
8240
8241 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8244         format document.
8245         (gnus-mime-delete-part): Don't write description line if empty.
8246         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8247
8248 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8249
8250         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8251         (gnus-summary-mark-read-and-unread-as-read)
8252         (gnus-summary-mark-current-read-and-unread-as-read)
8253         (gnus-summary-mark-unread-as-ticked): Doc fix.
8254         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8255
8256 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8259         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8260
8261 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8264         yes-or-no-p.
8265
8266 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * mm-decode.el (mm-add-meta-html-tag): New function.
8269         (mm-save-part-to-file, mm-pipe-part): Use it.
8270
8271         * gnus-art.el (gnus-article-browse-delete-temp-files):
8272         Use gnus-y-or-n-p instead of y-or-n-p.
8273         (gnus-article-browse-html-parts): Work with message/external-body; use
8274         mm-add-meta-html-tag.
8275
8276 2007-12-11  Glenn Morris  <rgm@gnu.org>
8277
8278         * gnus-cache.el: Require gnus-sum not just when compiling.
8279
8280         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8281
8282         * gnus-int.el (gnus-server-opened, gnus-status-message):
8283         Move definitions before use.
8284
8285         * mm-decode.el: Require gnus-util.
8286         (mm-remove-part): Only call delete-annotation on XEmacs.
8287
8288         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8289
8290         * nnmail.el: Require gnus-int.
8291
8292         * spam.el: Move `require's before `eval-when-compile's.
8293
8294         * gnus-ems.el (gnus-alive-p):
8295         * gnus-fun.el (message-goto-eoh):
8296         * gnus-util.el (gnus-group-name-decode):
8297         * mail-source.el (gnus-compress-sequence):
8298         * message.el (Info-goto-node, format-spec):
8299         * mm-bodies.el (message-options-get):
8300         * mm-decode.el (mm-view-pkcs7):
8301         * mm-util.el (gmm-write-region):
8302         * mml-smime.el (mml-compute-boundary)
8303         (gnus-completing-read-with-default):
8304         * mml.el (widget-button-press, gnus-make-hashtable):
8305         * mml1991.el (mm-decode-content-transfer-encoding)
8306         (mm-encode-content-transfer-encoding)
8307         (message-options-get, message-options-set):
8308         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8309         * nnfolder.el (gnus-request-group):
8310         * nnheader.el (ietf-drums-unfold-fws):
8311         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8312         * smime.el (gnus-run-mode-hooks):
8313         * spam-stat.el (gnus-message): Autoload.
8314
8315         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8316         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8317         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8318         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8319         Add declare-function compatibility definition.
8320
8321         * gnus-cache.el (nnvirtual-find-group-art):
8322         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8323         (gnus-add-image, gnus-add-wash-type):
8324         * gnus-group.el (nnkiboze-score-file):
8325         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8326         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8327         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8328         (message-tokenize-header, gnus-get-buffer-create)
8329         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8330         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8331         * gnus.el (gnus-group-decoded-name):
8332         * mail-source.el (imap-capability):
8333         * mm-bodies.el (message-options-set):
8334         * mm-decode.el (gnus-configure-windows):
8335         * mm-extern.el (message-goto-body):
8336         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8337         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8338         (epg-sub-key-validity, message-options-set):
8339         * mml.el (widget-event-point, gnus-configure-windows):
8340         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8341         * mml2015.el (epg-check-configuration, epg-configuration)
8342         (message-options-set):
8343         * nndb.el (nndb-request-article):
8344         * nnfolder.el (gnus-request-create-group):
8345         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8346         * nnmaildir.el (gnus-group-mark-article-read):
8347         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8348         * rfc1843.el (message-fetch-field):
8349         * spam.el (gnus-extract-address-components):
8350         Declare as functions.
8351
8352 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8355
8356         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8357
8358         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8359         bind show-trailing-whitespace for XEmacs.
8360
8361 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8364         new no-op macro for backward compatibility.
8365
8366         * imap.el (imap-string-to-integer): New function.
8367
8368 2007-12-09  Glenn Morris  <rgm@gnu.org>
8369
8370         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8371
8372         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8373         * message.el, mm-view.el, sieve-manage.el, smime.el:
8374         Add declare-function compatibility definition.
8375
8376         * gnus-art.el (w3-region, w3m-region, Info-menu):
8377         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8378         * gnus-sum.el (gnus-get-predicate):
8379         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8380         * message.el (mail-abbrev-in-expansion-header-p):
8381         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8382         (w3m-detect-meta-charset, w3m-region):
8383         * sieve-manage.el (password-read, password-cache-add)
8384         (password-cache-remove):
8385         * smime.el (password-read-and-add): Declare as functions.
8386
8387 2007-12-08  David Kastrup  <dak@gnu.org>
8388
8389         * gnus-sum.el (gnus-summary-simplify-subject-query):
8390         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8391         `message'.
8392
8393 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8396         it to bind idna-program, installation-directory, defined-colors, and
8397         face-attribute for XEmacs of the version that compiles defcustom forms.
8398
8399 2007-12-07  Glenn Morris  <rgm@gnu.org>
8400
8401         * gnus-art.el (article-make-date-line): Revert previous change.
8402
8403 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8406
8407 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8408
8409         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8410         Call gnus-add-to-range ranges only once with a prepared article-list.
8411
8412 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8413
8414         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8415         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8416         group names with backslashes.
8417         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8418
8419 2007-12-06  Deepak Goel  <deego3@gmail.com>
8420
8421         * gnus-art.el (article-make-date-line):
8422         * gnus-start.el (gnus-load):
8423         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8424
8425 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-use-idna)
8428         * gnus-start.el (gnus-site-init-file)
8429         * message.el (message-use-idna)
8430         * mm-uu.el (mm-uu-hide-markers)
8431         * smiley.el (smiley-style): Revert changes that suppress warnings.
8432
8433 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8436         specify charset to html source.
8437         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8438
8439 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8442         idna-program in order to suppress byte compile warning issued by XEmacs
8443         that came to byte compile the default value section of defcustom forms
8444         recently.
8445
8446         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8447         value of installation-directory.
8448
8449         * message.el (message-use-idna): Don't directly refer to the value of
8450         idna-program.
8451
8452         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8453
8454         * smiley.el (smiley-style): Don't directly call face-attribute.
8455
8456 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8459
8460         * gnus-dired.el: Reduce Gnus dependencies.
8461         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8462         Don't require.  Use autoloads instead.
8463         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8464         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8465         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8466         (gnus-dired-mode): Adjust doc string.
8467         (gnus-dired-mail-mode): New variable.
8468         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8469         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8470         (gnus-dired-mail-buffers): New function.  Return mail or message
8471         composition buffers.
8472         (gnus-dired-attach): Use it.
8473         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8474         NO-DECODE.
8475         (gnus-dired-print): Use `gnus-print-buffer' depending on
8476         `gnus-dired-mail-mode'.
8477
8478 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * rfc2047.el (rfc2047-encoded-word-regexp)
8481         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8482         explaining what regexp patterns are for.
8483
8484 2007-12-04  Glenn Morris  <rgm@gnu.org>
8485
8486         * password.el: Move to password-cache.el.
8487
8488         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8489         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8490         * mml-smime.el (password-read, password-cache-add)
8491         (password-cache-remove):
8492         No need to autoload, since mml-sec requires password.
8493
8494         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8495         * message.el (gnus-extract-address-components):
8496         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8497
8498         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8499         password.
8500
8501 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * mailcap.el: Reduce dependencies.
8504         (mail-header-parse-content-type): Autoload.
8505         (mailcap-delete-duplicates): New alias.
8506         (mailcap-mime-info): Add optional argument NO-DECODE.
8507         (mailcap-mime-types): Use mailcap-delete-duplicates.
8508
8509         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8510
8511 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8512
8513         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8514         (imap-parse-status): Upcase status-att for servers that sends them
8515         lower-case (e.g., MS Exchange 2007).
8516
8517 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8520         function.
8521
8522         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8523         (gnus-uu-yenc-article): New function.
8524
8525         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8526
8527         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8528
8529 2007-12-02  Glenn Morris  <rgm@gnu.org>
8530
8531         * binhex.el (binhex): New custom group.
8532         (binhex-decoder-program, binhex-decoder-switches)
8533         (binhex-use-external): Move to the binhex custom group.
8534
8535         * uudecode.el (uudecode): New custom group.
8536         (uudecode-decoder-program, uudecode-decoder-switches)
8537         (uudecode-use-external): Move to the uudecode custom group.
8538
8539         * netrc.el (top-level): Don't load `encrypt' features.
8540         (netrc-parse): Don't use encrypt.
8541         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8542
8543         * encrypt.el: Remove file.
8544
8545 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8548         matches on patches.
8549
8550         * gnus-art.el (gnus-article-browse-html-article):
8551         Mention `mm-text-html-renderer' in the doc string.
8552
8553         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8554         string.  Add comments.
8555
8556         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8557         if rhs is ASCII.
8558
8559 2007-12-01  Glenn Morris  <rgm@gnu.org>
8560
8561         * mail-source.el (top-level): Require format-spec before
8562         eval-when-compile.
8563
8564 2007-11-30  Glenn Morris  <rgm@gnu.org>
8565
8566         * encrypt.el: Require password, rather than autoloading password-read.
8567
8568 2007-11-29  Glenn Morris  <rgm@gnu.org>
8569
8570         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8571         (sasl-make-client, sasl-next-step, sasl-step-data)
8572         (sasl-step-set-data): Declare as functions.
8573
8574 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8577
8578 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8579
8580         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8581         certs should be verified and what is to be done in the event of a
8582         verification failure.
8583
8584         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8585         caller can indicate whether the cache should be disregarded for this
8586         call.  This way the result of the call is reproducible at all times and
8587         can be considered a canonical server name for the supplied method.
8588         (gnus-agent-method-p): Canonicalize server names by pushing their
8589         method through `gnus-method-to-server' using the no-cache argument.
8590
8591         * gnus-srvr.el (gnus-server-insert-server-line):
8592         Call `gnus-method-to-server' with `no-cache' argument.
8593
8594         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8595         gnus-agent-possibly-synchronize-flags as this should be called when the
8596         server is actually being opened.
8597         (gnus-agent-possibly-synchronize-flags)
8598         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8599         flags file of an agentized server to the latter function.
8600
8601         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8602         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8603         after a connection has been established successfully.
8604
8605 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (article-display-face): Force to display face if called
8608         interactively; check if gnus-article-x-face-too-ugly matches author.
8609         (article-display-x-face): Display face even if From header is missing
8610         as article-display-face does.
8611
8612 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8613
8614         * hashcash.el (message-narrow-to-headers-or-head)
8615         (message-fetch-field, message-goto-eoh)
8616         (message-narrow-to-headers): Declare as functions.
8617
8618 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * mail-source.el (mail-sources): Default to fetch from file for
8621         compatibility with default of nnmail-spool-file.
8622
8623 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8626         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8627         to look for encoded word that should be encoded again.
8628         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8629         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8630         encoding pattern.
8631         (rfc2047-decode-region): Switch strict regexp and loose one according
8632         to rfc2047-allow-irregular-q-encoded-words.
8633
8634 2007-11-25  Romain Francoise  <romain@orebokech.com>
8635
8636         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8637
8638 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * tls.el (tls-program): Provide more custom choices from
8641         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8642         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8643
8644 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8647         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8648
8649         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8650         `nnmail-spool-file'.
8651
8652         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8653         `nnmail-spool-file'.
8654
8655         * gnus-move.el (gnus-change-server): Ditto.
8656
8657         * gnus-kill.el (gnus-batch-score): Ditto.
8658
8659         * gnus-cache.el (gnus-jog-cache): Ditto.
8660
8661         * gnus-msg.el (gnus-summary-reply):
8662         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8663
8664 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8667         version.  Minor improvement to doc strings.
8668         (tls-program): Add comment.
8669
8670 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8671
8672         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8673         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8674         mismatch between the hostname provided in the certificate and the name
8675         of the host connnecting to.
8676         (open-tls-stream): Use them.  Check certificates against trusted root
8677         certificates.
8678
8679 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-cache.el (gnus-cache-generate-nov-databases):
8682         Use nnml-generate-nov-databases-directory instead of
8683         nnml-generate-nov-databases-1.
8684
8685 2007-11-24  Glenn Morris  <rgm@gnu.org>
8686
8687         * message.el (message-tool-bar-retro): Update for rename
8688         mail_send.xpm->mail-send.xpm.
8689
8690 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8693         `smime-ldap-search' for Emacs 22 and up.
8694
8695 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8696
8697         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8698
8699         * message.el (message-send-mail-function): Fix error convention.
8700         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8701         (message-widen-reply, message-send-mail, message-talkative-question)
8702         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8703         (message-clone-locals, message-send-news): Use with-current-buffer.
8704         (message-insert-or-toggle-importance): Remove unused var `valid'.
8705         (message-make-references): Remove unused var `new-references'.
8706         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8707
8708 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8709
8710         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8711         (spam-split-symbolic-return-positive): Reflow docstring.
8712         (spam-backends, spam-summary-exit-behavior)
8713         (spam-mark-ham-unread-before-move-from-spam-group)
8714         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8715         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8716         (spam-clear-cache, spam-backend-check, spam-install-backend)
8717         (spam-install-statistical-backend, spam-list-of-processors)
8718         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8719         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8720         (spam-check-crm114, spam-initialize, spam-unload-hook):
8721         Fix typos in docstrings.
8722
8723 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8726         been checked if they have never been read and those group levels are
8727         higher than the one that a user specified.
8728
8729 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8732         foreign groups unless a group level is specified by a user.
8733         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8734
8735 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * message.el (message-send-mail-function): Require sendmail.
8738
8739 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * message.el (message-send-mail-function): Check for smtpmail too.
8742
8743         * utf7.el (utf7-encode, utf7-decode): Use coding system
8744         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8745
8746         * message.el (message-send-mail-function): New function.
8747         (message-send-mail-function): Set default using
8748         message-send-mail-function.  Adjust doc string.
8749         (message-send-mail-with-mailclient): New function.
8750
8751 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8752
8753         * smime.el (from):
8754         * rfc2047.el (message-posting-charset):
8755         * qp.el (mm-use-ultra-safe-encoding):
8756         * pop3.el (parse-time-months):
8757         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8758         * nnml.el (files):
8759         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8760         (jka-compr-compression-info-list, ange-ftp-path-format)
8761         (efs-path-regexp):
8762         * nndiary.el (files):
8763         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8764         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8765         (epg-digest-algorithm-alist, inhibit-redisplay)
8766         (password-cache-expiry):
8767         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8768         (pgg-output-buffer, password-cache-expiry):
8769         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8770         (efs-path-regexp):
8771         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8772         (inhibit-redisplay):
8773         * mm-uu.el (file-name, start-point, end-point, entry)
8774         (gnus-newsgroup-name, gnus-newsgroup-charset):
8775         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8776         (latin-unity-ucs-list):
8777         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8778         (mm-uu-binhex-decode-function):
8779         * message.el (gnus-message-group-art, gnus-list-identifiers)
8780         (rmail-enable-mime-composing, gnus-local-organization)
8781         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8782         (gnus-read-active-file, facemenu-add-face-function)
8783         (facemenu-remove-face-function, gnus-article-decoded-p)
8784         (tool-bar-mode):
8785         * mail-source.el (display-time-mail-function):
8786         * gnus-util.el (nnmail-pathname-coding-system)
8787         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8788         (gnus-original-article-buffer, gnus-user-agent)
8789         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8790         (xemacs-codename, sxemacs-codename, emacs-program-version):
8791         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8792         * gnus-start.el (gnus-agent-covered-methods)
8793         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8794         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8795         (gnus-newsgroup-headers, gnus-group-list-mode)
8796         (gnus-group-mark-positions, gnus-newsgroup-data)
8797         (gnus-newsgroup-unreads, nnoo-state-alist)
8798         (gnus-current-select-method, mail-sources)
8799         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8800         (nnmail-spool-file, gnus-cache-active-hashtb):
8801         * gnus-mh.el (mh-lib-progs):
8802         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8803         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8804         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8805         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8806         (gnus-group-buffer):
8807         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8808         (font-lock-set-defaults):
8809         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8810         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8811         (gnus-summary-post-menu, total-parts, type, condition, length):
8812         * gnus-agent.el (gnus-agent-read-agentview):
8813         * flow-fill.el (show-trailing-whitespace):
8814         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8815         eval-and-compile wrappers for byte compiler pacifiers.
8816
8817         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8818         (mm-display-inline-fontify): Check for featurep 'xemacs not
8819         extent-list.
8820
8821         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8822         itimer-list.
8823         (mm-create-image-xemacs): Only do something for XEmacs.
8824         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8825
8826         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8827
8828         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8829         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8830
8831 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8832
8833         * nnimap.el (nnimap-split-download-body):
8834         * gnus-demon.el (gnus-demon):
8835         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8836
8837 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8840         New macros.
8841         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8842         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8843         copy data from unibyte buffer to multibyte current buffer.
8844         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8845         to copy data from unibyte current buffer to multibyte buffer.
8846         (nntp-make-process-buffer): Make process buffer unibyte.
8847
8848         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8849
8850 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8851
8852         * pop3.el (pop3-open-server): Accept and process data more robustly at
8853         connexion start to avoid spurious "POP SSL connexion failed" errors.
8854
8855 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8858         read group names.
8859
8860 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8863
8864 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8867         (nnmail-save-active): Use a unibyte buffer when saving active file,
8868         which may contain non-ASCII group names.
8869
8870         * nnml.el (nnml-request-group): Decode group names in messages.
8871
8872 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * message.el (message-citation-line-function)
8875         (message-insert-formatted-citation-line): Fix spelling of
8876         `message-insert-formated-citation-line'.
8877
8878 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8881
8882 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8885         nnmail-pathname-coding-system.
8886
8887         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8888         that a user enters; decode group names in messages.
8889
8890         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8891
8892 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8895
8896         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8897
8898         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8899         risky local variable.
8900
8901         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8902
8903 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8904
8905         * encrypt.el: Improve documentation to fix function name typo.
8906         Reported by Daiki Ueno <ueno@unixuser.org>.
8907
8908 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8911         even if the point is not in the last page of an article.
8912         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8913         back to the previous page.
8914
8915 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8918
8919 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8922
8923 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8924
8925         * message.el (message-check-news-body-syntax):
8926         Avoid mm-string-as-multibyte.
8927         (message-hide-headers): Don't assume (point-min)==1.
8928
8929 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * message.el (message-remove-blank-cited-lines): Fix if remove is
8932         given.
8933         (message-bogus-address-regexp): New variable.
8934         (message-bogus-recipient-p): New function.
8935         (message-check-recipients): New command.
8936         (message-syntax-checks): Add `bogus-recipient'.
8937         (message-fix-before-sending): Add `bogus-recipient'.
8938
8939         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8940         (gnus-treat-body-boundary): Don't test window-system.
8941
8942 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8943
8944         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8945
8946 2007-10-28  Miles Bader  <miles@gnu.org>
8947
8948         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8949         at compile-time too.
8950
8951 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-msg.el (gnus-message-setup-hook):
8954         Add `message-remove-blank-cited-lines' to options.
8955
8956 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * message.el (message-remove-blank-cited-lines): New function.
8959         Suggested by Karl Plästerer.
8960
8961 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8964         mapc.
8965
8966         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8967         (top-level): Use mapc to set functions to be traced for debugging.
8968
8969         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8970         called for effect with while loop.
8971
8972         * message.el (message-talkative-question): Replace mapcar called for
8973         effect with mapc.
8974
8975         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8976         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8977         called for effect with dolist.
8978
8979         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8980
8981         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8982         gnus-extra-headers and nnmail-extra-headers.
8983
8984         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8985         called for effect with dolist.
8986         (top-level): Use mapc to set functions to be traced for debugging.
8987
8988         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8989         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8990         dolist.
8991
8992         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8993         Replace mapcar called for effect with mapc.
8994         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8995         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8996         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8997         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8998
8999         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9000         remove-if that's a cl function.
9001
9002         * webmail.el (webmail-debug): Replace mapcar called for effect with
9003         dolist.
9004
9005         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9006         with mapc.
9007
9008 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9011         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9012         with while loop.
9013
9014         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9015         functions from article-* functions.
9016         (gnus-multi-decode-header): Replace mapcar called for effect with
9017         dolist.
9018
9019         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9020         (gnus-bookmark-show-details): Replace mapcar called for effect with
9021         while loop.
9022
9023         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9024         called for effect with while loop.
9025
9026         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9027         with dolist.
9028
9029         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9030         Replace mapcar called for effect with dolist.
9031
9032         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9033
9034         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9035         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9036         Replace mapcar called for effect with dolist.
9037         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9038         mapc.
9039
9040         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9041         Replace mapcar called for effect with dolist.
9042         (gnus-topic-list): Replace mapcar called for effect with mapc.
9043
9044         * gnus.el: Use mapc instead of mapcar to add autoloads.
9045
9046 2007-10-23  Richard Stallman  <rms@gnu.org>
9047
9048         * gnus-group.el (gnus-group-highlight): Mark as risky.
9049
9050 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus.el (gnus-server-to-method): Return method found first in
9053         gnus-newsrc-alist.
9054
9055         * gnus-art.el (gnus-article-highlight-signature)
9056         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9057         button overlay without the front stickiness.
9058
9059 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9060
9061         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9062         overview buffer needed a catch to receive its throw.
9063         (gnus-agent-flush-cache): Declare as interactive to make this function
9064         easier to use.
9065
9066 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9069         `next-line'.
9070
9071 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9074         exclude address matching message-dont-reply-to-names.
9075
9076 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-util.el (gnus-string<): New function.
9079
9080         * gnus-sum.el (gnus-article-sort-by-author)
9081         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9082
9083 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9086         the frame-focus tag is set in gnus-buffer-configuration.
9087
9088 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9091         the front stickiness.
9092
9093 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9096         url pattern; remove duplicate one.
9097         (gnus-article-extend-url-button): New function.
9098         (gnus-article-add-buttons): Use it.
9099         (gnus-button-push): Use concatenated url that it makes.
9100
9101 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9102
9103         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9104
9105 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9106
9107         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9108         Don't hardcode point-min==1.
9109
9110 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9113         Fix comment about "iso8859-1".
9114
9115 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9116
9117         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9118         ones returned from the verify-function.
9119
9120         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9121         Call mml2015-extract-cleartext-signature if extraction failed.
9122
9123 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9124
9125         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9126         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9127         failed.
9128
9129 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9132
9133 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9136         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9137         recommends to use EasyPG instead of PGG.
9138
9139         * pgg.el: Revert to revision 6.23.2.16.
9140
9141         * pgg-def.el: Revert to revision 6.6.2.14.
9142
9143         * pgg-gpg.el: Revert to revision 6.23.2.34.
9144
9145 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9146
9147         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9148         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9149         thread for both the null and zero (kill/expire thread) universal prefix
9150         cases.
9151         (gnus-summary-expire-thread): Add new function to expire a thread,
9152         using gnus-summary-kill-thread.
9153         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9154         shortcuts for gnus-summary-expire-thread.
9155         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9156         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9157
9158 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9159
9160         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9161         extras value, so an extras entry can be deleted.
9162         (gnus-registry-delete-extra-entry): Use it.
9163         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9164         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9165         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9166         storage through the gnus-registry, and provide an appropriate API for
9167         it.
9168
9169 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9172         Suggested by Leo <sdl.web@gmail.com>.
9173
9174         * gnus.el: Do.
9175
9176 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9179         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9180
9181         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9182
9183         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9184         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9185
9186 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9189         newline.
9190         (nnmbox-request-accept-article): Don't change article in source buffer;
9191         narrow to header to use message-fetch-field rather than
9192         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9193         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9194         as delimiters; make sure article ends with newline.
9195         (nnmbox-delete-mail): Correct last position of article to be deleted;
9196         ignore X-Gnus-Newsgroup header in article body.
9197         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9198         positions; make sure article ends with newline.
9199
9200         * message.el (message-display-abbrev): Don't infloop when a user
9201         inserts SPC in the beginning of header.
9202
9203         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9204         coding-system-for-read and coding-system-for-write for XEmacs having no
9205         file-coding feature.
9206
9207         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9208
9209 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9212         list of groups not followed by default.  Fix type to be regexp.
9213         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9214
9215 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9216
9217         * hmac-def.el (define-hmac-function): Switch from old-style to
9218         new-style backquotes.
9219
9220         * md4.el (md4-make-step): Likewise.
9221
9222 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9225         raw-text coding system when saving .newsrc file, which may contain
9226         non-ASCII group names.
9227
9228 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-cus.el (gnus-score-extra): New widget.
9231         (gnus-score-extra-convert): New function.
9232         (gnus-score-customize): Use it for Extra.
9233
9234 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9235
9236         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9237         (mml2015-mailcrypt-clear-verify): Use it.
9238         (mml2015-gpg-clear-verify): Use it.
9239         (mml2015-pgg-clear-verify): Use it.
9240         (mml2015-epg-clear-verify): Replace the current part with the output
9241         from GnuPG; don't extract the plaintext by itself.
9242
9243         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9244         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9245         mml2015-clear-verify-function; don't touch the armor headers or
9246         dash-escaped text here.
9247
9248 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9251         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9252         parts, or application/octet-stream as a last resort.
9253         (gnus-mime-view-part-as-type): Don't toggle display.
9254         (gnus-mime-view-part-as-charset): Don't turn off display before
9255         querying charset.
9256
9257         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9258         stuff to undisplayer function in Emacs.
9259         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9260
9261         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9262         text/calendar parts.
9263
9264 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9267         decoding text/calendar parts.
9268
9269         * message.el (message-forward-make-body-mime): Always mark body as
9270         having no illegible text; remove signed-or-encrypted argument.
9271         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9272
9273         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9274         (mml-generate-mime-1): Don't encode body if it is specified to be in
9275         raw form; don't make buffer be unibyte when inserting multibyte string.
9276
9277 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9278
9279         * sha1.el: Fix up comment style.
9280         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9281         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9282
9283         * hex-util.el: Fix up comment style.
9284         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9285
9286         * gnus-salt.el: Use with-current-buffer.
9287         (gnus-pick-setup-message): Fix long-standing typo.
9288
9289 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * imap.el (imap-logout-timeout): New variable.
9292         (imap-logout, imap-logout-wait): New functions.
9293         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9294
9295         * nnimap.el (nnimap-logout-timeout): New server variable.
9296         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9297         nnimap-logout-timeout.
9298
9299         * gnus-art.el (gnus-article-summary-command-nosave)
9300         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9301
9302 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus.el (gnus-maximum-newsgroup): New variable.
9305
9306         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9307         according to gnus-maximum-newsgroup.
9308
9309         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9310         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9311         Limit the range of articles according to gnus-maximum-newsgroup.
9312
9313 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9314
9315         * gnus-art.el (gnus-sticky-article): Fix problems described in
9316         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9317         Don't perform gnus-configure-windows here; reuse existing sticky
9318         article buffer.
9319
9320         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9321         it doesn't exist in gnus-article-mode.
9322
9323 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9326         (gnus-agent-decoded-group-name): New function.
9327         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9328         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9329
9330 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9331
9332         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9333         Add binding for gnus-sticky-article.
9334         (gnus-summary-exit): Don't kill sticky article buffers.
9335
9336         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9337         article buffer.
9338         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9339         (gnus-kill-sticky-article-buffers): New commands.
9340
9341 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * nntp.el (nntp-xref-number-is-evil): New server variable.
9344         (nntp-find-group-and-number): If it is non-nil, don't trust article
9345         numbers in the Xref header.
9346
9347 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-agent.el (gnus-agent-read-group): New function.
9350         (gnus-agent-flush-group, gnus-agent-expire-group)
9351         (gnus-agent-regenerate-group): Use it.
9352         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9353         nnmail-pathname-coding-system.
9354
9355 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9358
9359         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9360         that are unread as unread, and also as selected so that information of
9361         marks having been changed by a user may be updated when exiting group.
9362
9363 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9366
9367 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9370         calculated ignoring signature parts to gnus-treat-article.
9371
9372 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9375         a point here in order to keep the window start.
9376         (gnus-insert-mime-security-button): Make a button overlay without the
9377         front stickiness.
9378         (gnus-mime-display-security): Goto the end of a button.
9379
9380         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9381
9382 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9385         group-name-at-point.
9386         (gnus-group-completing-read): New function that offers decoded
9387         non-ASCII group names for completion.
9388         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9389         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9390         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9391         (gnus-group-fetch-control): Use it.
9392         (gnus-fetch-group): Use group-name-at-point for the initial value
9393         rather than the default value; use gnus-alive-p.
9394
9395         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9396         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9397         (gnus-summary-post-news): Use gnus-group-completing-read.
9398
9399         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9400         (gnus-read-move-group-name): Decode group name for completion.
9401
9402 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9405         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9406         Yamaoka slightly modified the code).
9407
9408 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9411         (nnmail-split-incoming): Bind it.
9412
9413         * nnml.el (nnml-group-name-charset): New function.
9414         (nnml-decoded-group-name): Use it; don't decode group name if
9415         nnmail-group-names-not-encoded-p is non-nil.
9416         (nnml-encoded-group-name): New function.
9417         (nnml-group-pathname): Inline nnml-decoded-group-name.
9418         (nnml-request-expire-articles): Decode group name in message.
9419         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9420         nnmail-pathname-coding-system.
9421         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9422         not decoded ones according to nnmail-group-names-not-encoded-p.
9423         (nnml-generate-active-info): Use nnml-encoded-group-name.
9424
9425 2007-08-08  Glenn Morris  <rgm@gnu.org>
9426
9427         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9428         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9429         doc-strings and comments.
9430
9431 2007-07-25  Glenn Morris  <rgm@gnu.org>
9432
9433         * Relicense all FSF files to GPLv3 or later.
9434
9435 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-sum.el (gnus-summary-move-article):
9438         Make gnus-summary-respool-article work.
9439
9440 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9443         string.
9444
9445 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9446
9447         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9448         that should be ignored when comparing distant RSS articles with local
9449         ones.
9450         (nnrss-make-hash-index): New function.  Create a hash index according
9451         to the ignored fields.
9452         (nnrss-check-group): Use it.
9453
9454 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9457
9458         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9459
9460         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9461         the new optional argument ENCODED is non-nil.
9462         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9463         coding system for encoding group name.
9464         (gnus-group-make-rss-group): Pass un-encoded group name to
9465         gnus-group-make-group.
9466         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9467         encoded.
9468
9469         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9470         Encode group name to which articles are moved or copied.
9471         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9472         coding system for encoding Newsgroup, Followup-To and Xref headers.
9473
9474         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9475         marks; use nnheader-file-coding-system to write a file.
9476         (nnagent-retrieve-headers): Bind file-name-coding-system to
9477         nnmail-pathname-coding-system.
9478
9479         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9480
9481         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9482         (nnml-request-article, nnml-request-create-group)
9483         (nnml-request-rename-group, nnml-find-id)
9484         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9485         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9486         (nnml-save-marks): Use nnml-group-pathname instead of
9487         nnmail-group-pathname.
9488
9489         (nnml-request-create-group, nnml-request-expire-articles)
9490         (nnml-request-move-article, nnml-request-delete-group)
9491         (nnml-deletable-article-p, nnml-possibly-create-directory)
9492         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9493         (nnml-open-marks): Bind file-name-coding-system to
9494         nnmail-pathname-coding-system.
9495
9496         (nnml-request-article): Pass server argument to nnml-find-group-number.
9497         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9498         Pass server argument to nnml-possibly-create-directory.
9499         (nnml-request-accept-article): Pass server argument to
9500         nnml-active-number and nnml-save-mail.
9501         (nnml-find-group-number): Pass server argument to nnml-find-id.
9502         (nnml-request-update-info): Pass server argument to
9503         nnml-marks-changed-p.
9504
9505         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9506         (nnml-save-mail, nnml-active-number): Add server argument.
9507
9508         (nnml-request-delete-group): Warn if group is missing.
9509         (nnml-get-nov-buffer): Decode group name.
9510         (nnml-generate-active-info): Encode group name.
9511         (nnml-open-marks): Decode group name in messages.
9512
9513 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9516         if it is not specified.
9517         (gnus-article-pipe-part, gnus-article-save-part)
9518         (gnus-article-interactively-view-part, gnus-article-copy-part)
9519         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9520         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9521         (gnus-article-replace-part, gnus-article-delete-part)
9522         (gnus-article-view-part-as-type): Pass raw prefix argument to
9523         gnus-article-part-wrapper.
9524
9525 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-agent.el (gnus-agent-save-active):
9528         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9529
9530         * gnus-cache.el (gnus-cache-save-buffers)
9531         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9532         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9533         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9534         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9535         (gnus-cache-generate-active, gnus-cache-rename-group)
9536         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9537         (gnus-cache-update-overview-total-fetched-for):
9538         Bind file-name-coding-system to nnmail-pathname-coding-system.
9539         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9540         New variables.
9541         (gnus-cache-decoded-group-name): New function.
9542         (gnus-cache-file-name): Use it.
9543         (gnus-cache-generate-active): Use non-decoded group name for active.
9544
9545         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9546         right place.
9547         (gnus-write-active-file): Don't break non-ASCII group names.
9548
9549         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9550         nnmail-pathname-coding-system.
9551
9552         * lpath.el: Bind default-file-name-coding-system,
9553         file-name-coding-system and language-info-alist for XEmacs.
9554
9555         * gnus-uu.el (gnus-uu-decode-save): Typo.
9556
9557 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9560
9561 2007-07-14  David Kastrup  <dak@gnu.org>
9562
9563         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9564         finishing actions if we did not edit the article.
9565
9566 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9569         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9570         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9571         (gnus-agent-flush-group, gnus-agent-flush-cache)
9572         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9573         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9574         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9575         (gnus-agent-regenerate-group)
9576         (gnus-agent-update-files-total-fetched-for)
9577         (gnus-agent-update-view-total-fetched-for):
9578         Bind file-name-coding-system to nnmail-pathname-coding-system.
9579         (gnus-agent-group-pathname): Don't encode file names by
9580         nnmail-pathname-coding-system.
9581         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9582         coding-system-for-write instead of buffer-file-coding-system to
9583         gnus-agent-file-coding-system.
9584
9585         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9586         Decode group name.
9587
9588         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9589
9590         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9591         (gnus-read-newsrc-el-file): Make group names unibyte.
9592
9593         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9594         nnmail-pathname-coding-system.
9595
9596         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9597         (nnrss-request-delete-group): Bind file-name-coding-system to
9598         nnmail-pathname-coding-system.
9599         (nnrss-read-server-data, nnrss-read-group-data):
9600         Bind file-name-coding-system correctly.
9601         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9602
9603         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9604         (nntp-server-to-method-cache): New variable.
9605         (nntp-group-pathname): New function that decodes non-ASCII group names.
9606         (nntp-possibly-create-directory, nntp-marks-changed-p)
9607         (nntp-save-marks, nntp-open-marks): Use it.
9608         (nntp-possibly-create-directory, nntp-open-marks):
9609         Bind file-name-coding-system to nnmail-pathname-coding-system.
9610         (nntp-open-marks): Decode group names when bootstrapping marks.
9611
9612         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9613         Newsgroups and Folowup-To headers.
9614
9615 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9618         (gnus-server-closed-face, gnus-server-denied-face)
9619         (gnus-server-offline-face): Remove variable.
9620         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9621
9622         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9623         of modifying message-stack directly for XEmacs.
9624
9625         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9626         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9627         if the coding-system argument is nil for XEmacs.
9628
9629         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9630         mm-charset-override-alist.
9631
9632         * rfc2047.el: Don't require base64; require rfc2045 for the function
9633         rfc2045-encode-string.
9634         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9635         to quote the parameter value.
9636
9637 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9640         form in gnus-group-name-charset-method-alist.
9641
9642         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9643         overrides the default layout edit-form.
9644
9645         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9646
9647         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9648
9649 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9652         as unfetched articles.
9653
9654 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9657
9658 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9661         original back end that keeps marks in the local system.
9662
9663 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9666         arg of pop-to-buffer for XEmacs.
9667         (gnus-article-read-summary-keys): Ditto; don't restore window
9668         configuration if summary command ends up with neither article buffer
9669         nor summary buffer; describe bindings if summary keys end with C-h.
9670
9671 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * message.el (message-fix-before-sending): Skip raw message part to be
9674         forwarded while checking illegible text.
9675         (message-forward-make-body-mime, message-forward-make-body):
9676         Mark signed or encrypted raw message as having no illegible text.
9677
9678 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9681         (gnus-message-with-timestamp-1): New macro.
9682         (gnus-message-with-timestamp): New function.
9683         (gnus-message): Use them.
9684
9685         * nnheader.el (nnheader-message): Use them.
9686
9687 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9690         .newsrc.eld file.
9691
9692 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * gnus-agent.el (gnus-agent-fetch-headers)
9695         (gnus-agent-retrieve-headers):
9696         Bind gnus-decode-encoded-address-function to identity.
9697
9698         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9699         available also when the server returns simply a dot.
9700
9701         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9702
9703 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9706
9707 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-ems.el (gnus-x-splash): Make it work.
9710
9711         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9712         from being used.
9713
9714         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9715
9716 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9719         4th and the 5th arguments.
9720
9721         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9722         the front stickiness.
9723         (gnus-article-summary-command-nosave): Correct the order of the
9724         arguments passed to pop-to-buffer.
9725         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9726         summary command ends up with the article buffer.
9727
9728         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9729         the same faces.
9730
9731 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9732
9733         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9734
9735 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9736
9737         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9738         * gnus-sum.el (gnus-summary-highlight):
9739         * pgg.el (pgg-sign-region, pgg-sign):
9740         * mail-source.el (mail-source-delete-old-incoming-confirm):
9741         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9742
9743 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-art.el (gnus-mime-view-part-externally)
9746         (gnus-mime-view-part-internally): Fix predicate function passed to
9747         completing-read.
9748
9749         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9750
9751         * gnus.el (gnus-update-message-archive-method): Add :version.
9752
9753 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus.el (gnus-update-message-archive-method): New variable.
9756
9757         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9758         according to gnus-message-archive-method if
9759         gnus-update-message-archive-method is non-nil.
9760
9761 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9764         Suggested by Loic Dachary <loic@dachary.org>.
9765         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9766
9767 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * message.el (message-pop-to-buffer): Add switch-function argument.
9770         (message-mail): Pass switch-function argument to it.
9771
9772 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9775         Improve doc string.
9776
9777 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9780         (gnus-header-content)
9781         * gnus-cite.el (gnus-cite-10)
9782         * gnus-srvr.el (gnus-server-closed)
9783         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9784         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9785         (gnus-group-mail-3-empty, gnus-group-mail-low)
9786         (gnus-group-mail-low-empty, gnus-splash)
9787         * message.el (message-header-to, message-header-cc)
9788         (message-header-subject, message-header-other, message-header-name)
9789         (message-header-xheader, message-separator, message-cited-text)
9790         (message-mml): Lighten colors of faces used for dark background.
9791
9792 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9793
9794         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9795         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9796
9797 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * message.el (message-narrow-to-headers-or-head):
9800         Ignore mail-header-separator in the body.
9801
9802 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9805         same as window size.
9806
9807 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9808
9809         * message.el (message-font-lock-keywords): Use message-header-xheader
9810         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9811         ahead of the anything pattern, to get it recognised.
9812
9813 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9816         spam.el loads uses it in the compiled defadvice form.
9817
9818 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9819
9820         * gnus-sum.el (gnus-articles-to-read)
9821         (gnus-summary-insert-old-articles): Don't truncate group name for
9822         `read-string'.
9823
9824         * gnus-util.el (gnus-limit-string): Delete this function.
9825
9826         * gnus-sum.el (gnus-simplify-subject-fully):
9827         Use `truncate-string-to-width' instead.
9828
9829 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9830
9831         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9832         Tell if, on summary exit, the next group has to be selected.
9833         (gnus-summary-exit): Use it.
9834
9835 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9838         non-break space.
9839
9840 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9843         Check if group is not a directory.
9844         (nnfolder-request-expire-articles): Don't delete articles if the target
9845         group is not available.
9846
9847         * nnml.el (nnml-request-create-group): Properly check if group is not a
9848         file.
9849         (nnml-request-expire-articles): Don't delete articles if the target
9850         group is not available.
9851
9852         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9853         Don't quote characters that are within parentheses.
9854
9855 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9858         (gnus-handle-ephemeral-exit): Select article according to it.
9859
9860 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * message.el (message-insert-formated-citation-line): Remove newline.
9863         (message-citation-line-format): Add final \n here so that the user can
9864         avoid a blank line.
9865
9866 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9867
9868         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9869         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9870         Update lanl/arXiv support.
9871
9872 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus.el: Bump version number.
9875
9876 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus.el (gnus-version-number): Bump version.
9879
9880 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9881
9882         * gnus.el: No Gnus v0.6 is released.
9883
9884 2007-04-27  Didier Verna  <didier@xemacs.org>
9885
9886         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9887         * gmm-utils.el (gmm-regexp-concat): ... here.
9888         * message.el: Don't require 'gnus-util.
9889         (message-dont-reply-to-names): Handle name change above.
9890         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9891
9892 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9895         since the initial value varies according to the system.
9896
9897 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9900
9901 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9902
9903         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9904
9905 2007-04-24  Didier Verna  <didier@xemacs.org>
9906
9907         Improve the type of gnus-ignored-from-addresses.
9908         * gnus-util.el (gnus-orify-regexp): New function.
9909         * message.el (gnus-util): Require it.
9910         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9911         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9912         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9913
9914 2007-04-24  Didier Verna  <didier@xemacs.org>
9915
9916         * gnus-sum.el:
9917         * gnus-utils.el: Fix some trailing whitespaces.
9918
9919 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9922         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9923         article's Message-ID; refer parent article in summary buffer.
9924
9925         * message.el (message-bounce): Call mime-to-mml.
9926
9927         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9928         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9929         optimize and/or forms properly.
9930
9931 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9934         URL.
9935
9936 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9939
9940 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9943         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9944         displayed of multipart/alternative part if it is invoked from summary
9945         buffer.
9946
9947         * mm-view.el (mm-inline-text-html-render-with-w3m)
9948         (mm-inline-text-html-render-with-w3m-standalone)
9949         (mm-inline-render-with-function): Use mail-parse-charset by default.
9950
9951 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9952
9953         * parse-time.el (parse-time-string-chars): Check if CHAR
9954         is less than the length of parse-time-syntax.
9955
9956 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9959         from gnus-newsgroup-processable.
9960
9961 2007-04-16  Didier Verna  <didier@xemacs.org>
9962
9963         * gnus-msg.el (gnus-configure-posting-styles):
9964         Handle message-signature-directory properly with :file syntax.
9965         Reported by "Leo".
9966
9967 2007-04-11  Didier Verna  <didier@xemacs.org>
9968
9969         New user option: message-signature-directory.
9970         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9971         * message.el (message-insert-signature): Ditto.
9972         * message.el (message-signature-file): Doc update.
9973         * message.el (message-signature-directory): New.
9974
9975 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-msg.el (gnus-inews-yank-articles):
9978         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9979
9980 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * message.el (message-yank-original): Make sure cited text ends with
9983         newline; don't exchange point and mark.
9984
9985 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9986
9987         * tls.el (open-tls-stream): Properly handle case where there
9988         is no associated buffer.
9989
9990 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9991
9992         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9993         message-yank-original, make sure (< mark TEXT point).
9994
9995 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * message.el (message-fill-column): New variable.
9998         (message-mode): Use it.  Add comment on a possible new hook.
9999
10000         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10001         (nnmail-get-new-mail): Reformat.
10002
10003         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10004
10005         * gmm-utils.el: Fix Commentary.
10006         (gmm-tool-bar-from-list): Fix typo in doc string.
10007
10008 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10009
10010         * message.el (message-yank-original): Don't switch point and mark
10011         unnecessarily to put point and mark as documented.
10012
10013 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10016         from the message heads.
10017
10018 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10019
10020         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10021         article buffer does not have a window.  This may not be the best
10022         solution but is certainly better than setting the start of the null,
10023         that is the current, window.
10024
10025 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10028         (gnus-draft-setup): Run it.
10029
10030         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10031         gnus-score-fast-scoring.  Allow regexp.
10032         (gnus-score-headers): Use it.
10033
10034         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10035         XEmacs.
10036
10037         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10038         string.
10039         (gnus-button-alist): Also catch `<f1> k ...'.
10040         (gnus-treat-display-x-face): Fix doc string.
10041
10042 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10043
10044         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10045         evaluation of gnus-extended-version to ensure correct generation of the
10046         User-Agent header when message-generate-headers-first is used.
10047
10048 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10049
10050         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10051         hashcash-path is nil.  Don't call callback with incorrect number of
10052         parameters if val is 0.
10053
10054 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10055
10056         * message.el (message-required-news-headers):
10057         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10058
10059 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10060
10061         * tls.el (open-tls-stream): In handshake-waiting loop,
10062         don't wait more if there is output available to process.
10063
10064 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10065
10066         * tls.el (tls-program): Doc fix.
10067
10068 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * message.el (message-generate-new-buffers): Change the meaning of the
10071         nil value; add `standard' to the choices; treat t as `unique'; improve
10072         doc string.
10073         (gnus-select-frame-set-input-focus): Autoload.
10074         (message-buffer-name): Search for the existing message buffer if
10075         message-generate-new-buffers is nil or `standard'; treat the value t of
10076         message-generate-new-buffers as `unique'.
10077         (message-pop-to-buffer): Raise the frame already displaying the message
10078         buffer; clear the echo area after querying.
10079         (message-setup): Pass the `continue' argument to compose-mail.
10080         (message-mail): Prefer `switch-function' if it is given; search for the
10081         existing message buffer if the `continue' argument is non-nil; pass
10082         continue and switch-function arguments to compose-mail by way of
10083         message-setup.
10084         (message-mail-other-window): Adjust argument of message-setup.
10085         (message-mail-other-frame): Ditto.
10086
10087 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10090         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10091         to turn font-lock on when turning gnus-message-citation-mode on.
10092
10093 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10094
10095         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10096         (mml-smime-function-alist): New variable; add epg as the backend.
10097         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10098         mml-smime- functions instead.
10099         * mm-view.el: Require smime.
10100
10101 2007-03-05  Didier Verna  <didier@xemacs.org>
10102
10103         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10104         instead of just inheritance for posting styles.
10105         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10106
10107 2007-02-24  Chris Moore  <dooglus@gmail.com>
10108
10109         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10110         * pgg-pgp.el (pgg-pgp-encrypt-region):
10111         * pgg-gpg.el (pgg-gpg-encrypt-region):
10112         Check pgg-encrypt-for-me if no other recipients.
10113
10114 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10115
10116         * tls.el (tls-certtool-program): Fix custom type.
10117
10118 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10121         and point-at-eol instead of line-(beginning|end)-position.
10122
10123         * assistant.el (assistant-parse-buffer): Ditto.
10124
10125         * netrc.el (netrc-parse-services): Ditto.
10126
10127 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10128
10129         * mml2015.el (mml2015-epg-find-usable-key): New function.
10130         (mml2015-epg-sign): Use it.
10131         (mml2015-epg-encrypt): Use it.
10132
10133 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * message.el (message-make-in-reply-to): Quote name containing
10136         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10137         if there are special characters.  Reported by NAKAJI Hiroyuki
10138         <nakaji@jp.freebsd.org>.
10139
10140 2007-02-27  Didier Verna  <didier@xemacs.org>
10141
10142         Include the group parameters as well as the topic ones in the
10143         inheritance filter process.
10144         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10145         argument GROUP-PARAMS-LIST.
10146         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10147
10148 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * nntp.el (nntp-never-echoes-commands)
10151         (nntp-open-connection-functions-never-echo-commands): New variables.
10152         (nntp-send-command): Use them.
10153
10154 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10155
10156         * mml2015.el (mml2015-epg-verify): Simplify.
10157
10158 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mml.el (mml-content-disposition-alist): New user option.
10161         (mml-content-disposition): New function.
10162         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10163         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10164
10165 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10166
10167         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10168         verification.
10169
10170 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10171
10172         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10173         articles posted in the last 24 hours.
10174
10175 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10176
10177         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10178
10179 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10180
10181         * nntp.el (nntp-send-command): Don't wait for echoes when
10182         nntp-open-ssl-stream is used.
10183
10184 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10187         (gnus-message-add-citation-keywords)
10188         (gnus-message-remove-citation-keywords): Remove.
10189         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10190         directly, make the variables in font-lock-defaults buffer-local, add
10191         gnus-message-citation-keywords to them and then update the value of
10192         font-lock-keywords.
10193
10194 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * message.el (message-cite-original-1): Don't call
10197         gnus-article-highlight-citation.
10198
10199         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10200         citations; fix line count.
10201
10202 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10205         (gnus-message-add-citation-keywords)
10206         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10207         versions of font-lock-add-keywords and font-lock-remove-keywords to
10208         work with XEmacs correctly.
10209
10210 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-cite.el (gnus-cite-face-list): Set the values of
10213         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10214         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10215         (gnus-message-cite-prefix-regexp): New variable.
10216         (gnus-message-search-citation-line): Use it; protect against long
10217         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10218         the 0th match data for Emacs.
10219         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10220         (gnus-message-add-citation-keywords): Append keywords rather than
10221         prepending; emulate font-lock-add-keywords if it is not available.
10222         (gnus-message-remove-citation-keywords):
10223         Emulate font-lock-remove-keywords if it is not available.
10224
10225         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10226
10227         * message.el (message-cite-prefix-regexp): Set the value of
10228         gnus-message-cite-prefix-regexp.
10229
10230 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10231
10232         * nnweb.el (nnweb-google-parse-1): Update parser.
10233
10234 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10235
10236         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10237
10238 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10239
10240         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10241         regexp.
10242
10243 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10246         string-to-multibyte.
10247         (uudecode-decode-region-internal): Use it.
10248
10249         * lpath.el: Fbind string-as-multibyte for XEmacs.
10250
10251 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10254         Fix custom choice.
10255
10256         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10257
10258 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10259
10260         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10261
10262         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10263         `write-region' to respect `mm-inhibit-file-name-handlers'.
10264
10265 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10268         Use gnus-home-directory instead of "~/" or "$HOME".
10269
10270 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10271
10272         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10273         to mention filename.
10274         Add comments at beginning regarding usage.
10275         (encrypt-write-file-contents): Change interactive so a string is
10276         acceptable.  If the file has no associated model, show an error instead
10277         of a nonsense prompt.
10278
10279 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10280
10281         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10282         Thanks to Yoshihiko Yamada for kind notification of this typo.
10283
10284 2007-01-12  Kenichi Handa  <handa@m17n.org>
10285
10286         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10287         multibyte buffer.
10288
10289 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-score.el (gnus-score-fast-scoring): New variable.
10292         (gnus-score-headers): Use it.
10293
10294         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10295
10296         * message.el (message-cite-original-1):
10297         Call gnus-article-highlight-citation if requested.
10298         (message-make-from): Allow name and address as optional arguments.
10299
10300         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10301
10302         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10303         bugs to doc string.
10304         (gnus-button-alist): Add mid\\|message-id.
10305         (gnus-button-fetch-group): Extend for use in
10306         `browse-url-browser-function'.
10307         (gnus-button-url-regexp): Try to catch paired parentheses like in
10308         Wikipedia URLs.
10309
10310         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10311         Suggested by Simon Krahnke <overlord@gmx.li>.
10312
10313 2007-01-13  Romain Francoise  <romain@orebokech.com>
10314
10315         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10316         Update copyright.
10317
10318 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10319
10320         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10321
10322 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10323
10324         * gnus-registry.el (gnus-registry-unfollowed-groups)
10325         (gnus-registry-split-fancy-with-parent): Fix documentation.
10326
10327 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10330         from nnweb groups.
10331
10332 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10335         Xref urls.  Erase buffer before requesting head.
10336
10337         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10338
10339 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10342         customizable.
10343
10344 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10345
10346         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10347         no signing key is found.
10348         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10349         no encrypting and/or signing key is found.
10350
10351 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10354
10355 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10356
10357         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10358         headers read from disk with the ones newly found in the current search.
10359         This should no longer cause problems, because the article numbers in
10360         Gmane's `nov.php' output are ignored since the previous change.
10361
10362 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10365
10366 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10369         replace-regexp-in-string; bind url-version; fbind display-images-p and
10370         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10371         find-face and set-itimer-function for Emacs; bind itimer-list for
10372         Emacs.
10373
10374         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10375
10376 2007-01-01  Romain Francoise  <romain@orebokech.com>
10377
10378         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10379
10380 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10381
10382         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10383         `define-minor-mode' macro definition expanded properly.
10384         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10385         exclude it there.
10386
10387         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10388         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10389         `fboundp' test.
10390         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10391         This is OK to autoload in (S)XEmacs now.
10392
10393 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10394
10395         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10396         keystroke.
10397         (gnus-summary-limit-to-singletons): Fix typo.
10398
10399         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10400         else fails.
10401
10402 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10403
10404         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10405         docstring.
10406
10407         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10408         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10409         (gnus-summary-insert-dormant-articles): Fix typo in message.
10410
10411 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10414         nil for XEmacs.
10415         (gnus-message-citation-mode): Don't autoload in XEmacs.
10416
10417         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10418
10419 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10420
10421         * nnimap.el (nnimap-expunge-search-string):
10422         Mention nnimap-search-uids-not-since-is-evil in docstring.
10423
10424 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * spam.el: Revert to make-obsolete-variable because
10427         define-obsolete-variable-alias is not supported in Emacs 21.
10428
10429         * spam.el (spam-ifile-path, spam-ifile-database-path)
10430         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10431         make-obsolete-variable.
10432         (spam-bsfilter-path, spam-bsfilter-program)
10433         (spam-spamassassin-path, spam-spamassassin-program)
10434         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10435         Don't use "path" inappropriately.
10436         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10437         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10438         variable names.
10439
10440 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10441
10442         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10443         summary buffer.
10444
10445         * password.el (password-cache-remove): Use clear-string to burn
10446         password, if available.
10447
10448 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10451
10452         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10453
10454         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10455         (gnus-message-highlight-citation): Move defcustom here from
10456         gnus-cite.el.
10457         (gnus-message-citation-mode): Autoload.
10458
10459         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10460         checks to make it compile with XEmacs.
10461         (gnus-message-citation-mode): New minor mode.
10462         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10463         (gnus-message-highlight-citation): New variables.
10464         (gnus-message-search-citation-line)
10465         (gnus-message-add-citation-keywords)
10466         (gnus-message-remove-citation-keywords)
10467         (turn-on-gnus-message-citation-mode)
10468         (turn-off-gnus-message-citation-mode): New functions.
10469
10470 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10471
10472         * gnus-cite.el: Enable highlighting of different citation levels in
10473         message-mode.
10474
10475 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * message.el (message-make-fqdn): Fix comment.
10478         (message-bogus-system-names): Add ".local".
10479
10480         * spam.el (spam-ifile-path, spam-ifile-program)
10481         (spam-ifile-database-path, spam-ifile-database)
10482         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10483         Don't use "path" inappropriately.
10484         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10485         strings.
10486         (spam-check-ifile, spam-ifile-register-with-ifile)
10487         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10488         Use new variable names.
10489
10490         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10491         (gnus-treat-display-smileys): Simplify using
10492         gnus-image-type-available-p.
10493
10494         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10495         available.
10496
10497         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10498         Use `display-images-p' if available.
10499
10500 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10503         one after turning on the buffer's multibyteness instead of decoding
10504         them directly in the unibyte buffer that causes unexpected conversion
10505         in Emacs 23 (unicode).
10506
10507 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * message.el (message-generate-hashcash): Fix custom type.
10510
10511 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10514
10515 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10518         disconnect icons.  Add help text.
10519
10520 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10521
10522         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10523         negated to be consistent with the others we handle.
10524
10525 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10528         version of gnus-summary-buffer to something, so that we can use two
10529         article buffers at the same time.
10530
10531 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10532
10533         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10534         trigger all the extra headers.
10535         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10536         sorting.
10537
10538 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10539
10540         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10541         solid groups.
10542
10543 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10544
10545         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10546
10547 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * legacy-gnus-agent.el: Add Copyright notice.
10550
10551 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10552
10553         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10554
10555 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10558
10559         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10560         to make it work reliably in CVS Emacs.
10561         (gnus-summary-limit-strange-charsets-predicate)
10562         (gnus-summary-limit-to-predicate): New functions.
10563
10564 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10565
10566         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10567         specifying array size.
10568         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10569         array if it is too small.
10570         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10571         (gnus-sort-threads-loop): New function.
10572
10573 2006-12-06  Chris Moore  <dooglus@gmail.com>
10574
10575         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10576         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10577
10578 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10579
10580         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10581         options.
10582
10583 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584
10585         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10586         DOS-ing the recipient.
10587
10588         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10589         the headers when creating the mapping to avoid mismappings.
10590         (nnweb-gmane-create-mapping): Always nix out old mapping.
10591
10592 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10595         and mm-verify-option to never.
10596
10597 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * message.el (message-signed-or-encrypted-p): New function.
10600         (message-forward-make-body): Use it.
10601
10602         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10603         Replace encode-coding-string with mm-encode-coding-string.
10604
10605 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * nneething.el (nneething-decode-file-name):
10608         Replace decode-coding-string with mm-decode-coding-string.
10609
10610         * gnus-int.el (gnus-open-server): Say failed server's name.
10611
10612 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10613
10614         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10615         strings to a single string.  Quote `errors-file-name'.
10616         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10617         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10618         Adjust calls.  Use `shell-quote-argument'.
10619
10620 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10621
10622         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10623         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10624
10625         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10626         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10627         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10628         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10629         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10630         (gnus-subscribe-newsgroup, gnus-1):
10631         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10632         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10633         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10634         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10635
10636 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10639         keystroke.
10640         (gnus-summary-limit-to-bodies): Implement headersp.
10641
10642 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10645
10646 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10649
10650 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * message.el (message-generate-hashcash): Expand range of values to
10653         include `opportunistic'.
10654         (message-send-mail): Use it.
10655
10656 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10657
10658         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10659         and comment it.
10660
10661         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10662
10663 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-util.el (gnus-extract-address-components): Improve comment.
10666
10667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-util.el (gnus-extract-address-components): Work with address in
10670         which the name portion contains @.
10671
10672         * lpath.el: Fbind custom-autoload.
10673
10674 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus.el (gnus-start): Move custom group up.
10677         (gnus-select-method): Don't autoload, but make it available for
10678         `customize-variable'.
10679         (gnus-getenv-nntpserver): Don't autoload.
10680
10681 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10682
10683         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10684
10685 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-sendmail-extra-arguments): New variable.
10688         (message-send-mail-with-sendmail): Use it.
10689
10690 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10693         mm-with-unibyte-current-buffer to make string unibyte.
10694
10695         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10696         mm-string-as-multibyte.
10697
10698 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10699
10700         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10701         Reported by Werner Koch <wk@gnupg.org>.
10702
10703 2006-11-14  Daiki Ueno  <ueno@p360>
10704
10705         * mml2015.el: Autoload epa-select-keys when compiling.
10706
10707 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10708
10709         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10710         message-options.
10711         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10712
10713 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10714
10715         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10716         EasyPG (< 0.0.6).
10717         (mml2015-always-trust): New user option.
10718         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10719         prompt.
10720
10721 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * nntp.el (nntp-authinfo-force): New variable.
10724         (nntp-send-authinfo): Use it.
10725
10726 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10729         decode encoded words.  Improve prompt.  Add comment about forwarding.
10730         (message-replacement-char): Move up.
10731
10732 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10733
10734         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10735         instead of gnus-intersection because arguments of gnus-sorted-nunion
10736         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10737
10738 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10741         (message-simplify-subject-functions):
10742         Enable message-strip-subject-encoded-words by default.
10743
10744 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * message.el (message-strip-subject-encoded-words): New function.
10747         (message-simplify-subject-functions): New variable.
10748         (message-simplify-subject): Use it.  Fix typo in doc string.
10749         Support message-strip-subject-encoded-words.
10750
10751 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10752
10753         * gnus-diary.el (gnus-diary-delay-format-function):
10754         * nndiary.el (nndiary-reminders):
10755         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10756
10757 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * gnus-art.el (article-hide-boring-headers): Fetch date from
10760         gnus-original-article-buffer to avoid problems with localized date
10761         strings.
10762
10763 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10766
10767 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10770         New variables.
10771         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10772         (mm-charset-synonym-alist): Move some entries to
10773         mm-codepage-iso-8859-list.
10774         (mm-charset-synonym-alist, mm-charset-override-alist):
10775         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10776
10777 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10780
10781 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10784         with Emacs 21 and XEmacs.
10785
10786 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10787
10788         * spam.el (spam-parse-address): New function for better parsing,
10789         catching errors, etc.
10790         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10791
10792 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * mm-view.el: Add interactive arg to html2text autoload.
10795
10796 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10799
10800 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10803         New variables.
10804         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10805         (mm-charset-synonym-alist): Move some entries to
10806         mm-codepage-iso-8859-list.
10807
10808         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10809
10810 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * message.el (message-citation-line-format)
10813         (message-insert-formated-citation-line): Fix implementation of %E, %N
10814         and %n according to the doc string.
10815
10816 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10817
10818         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10819         Use car-safe to avoid bad parses.
10820
10821 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10824         names.
10825
10826         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10827
10828 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10831         header.
10832
10833         * message.el (message-draft-headers): Add Date.
10834         (message-headers-to-generate): Fix typo in docstring.
10835
10836         * nndraft.el (nndraft-required-headers): New variable.
10837         (nndraft-generate-headers): Use it.
10838
10839         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10840
10841 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10842
10843         * gnus-registry.el (gnus-registry-wash-for-keywords)
10844         (gnus-registry-find-keywords): New functions to allow easy searching of
10845         articles that are in the registry.
10846
10847 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10850         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10851         Reported by Damien Elmes <damien@repose.cx>.
10852
10853 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus.el (gnus-mime): Remove unused custom group.
10856
10857 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10858
10859         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10860         "blank line" when searching for end of armor headers.
10861
10862 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gmm-utils.el (gmm-write-region): Fix variable name.
10865
10866 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gmm-utils.el (gmm-write-region): New function based on compatibility
10869         code from `mm-make-temp-file'.
10870
10871         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10872
10873         * nnmaildir.el (nnmaildir--update-nov)
10874         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10875         Use `gmm-write-region'.
10876
10877 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10880         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10881
10882         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10883
10884         * message.el (message-replacement-char): New variable.
10885         (message-fix-before-sending): Use it.
10886         (message-simplify-subject): New function to remove duplicate code.
10887         (message-reply, message-followup): Use it.
10888
10889         * gnus-sum.el (gnus-summary-make-menu-bar):
10890         Clarify gnus-summary-limit-to-articles.
10891
10892 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-util.el (gnus-with-local-quit): New macro.
10895
10896         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10897
10898 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10899
10900         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10901         ignore non-string data.
10902
10903 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10906         non-string data (needs to be done in the registry too).
10907
10908 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10909
10910         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10911         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10912         (gnus-registry-split-fancy-with-parent)
10913         (gnus-registry-fetch-simplified-message-subject-fast)
10914         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10915         Remove text properties on ingress into the registry and when it's saved.
10916         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10917         registry from entries with no groups.
10918
10919 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10922         function to remove string properties.
10923
10924 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gmm-utils.el (gmm): Adjust custom version.
10927
10928         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10929         Adjust custom version.
10930
10931         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10932
10933 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * gnus-art.el (gnus-insert-prev-page-button)
10936         (gnus-insert-next-page-button): Simplify.  Reformat.
10937
10938 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10939
10940         * gnus-art.el (gnus-insert-prev-page-button)
10941         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10942
10943 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10944
10945         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10946
10947 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10948
10949         * gnus-art.el (gnus-insert-mime-button)
10950         (gnus-insert-mime-security-button):
10951         Apply gnus-article-button-face to MIME and security buttons.
10952
10953 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10956         readable.
10957
10958 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10961
10962 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10963
10964         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10965         `browse-url-of-file' instead of `browse-url'.
10966
10967 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10968
10969         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10970         regexp.  Articles containing quotation were cut prematurely.
10971
10972 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * message.el (message-cite-original-1): Use nobody by default for the
10975         value of From header.
10976         (message-reply): Ditto.
10977
10978 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10979
10980         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10981         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10982         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10983
10984 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10987         mails in the doc string.  Add some URLs in comment.
10988         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10989
10990 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10993         backslashes handling and the way to find boundaries of quoted strings.
10994
10995 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10996
10997         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10998         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10999         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11000         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11001
11002 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11005         doc string.
11006         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11007
11008 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * lpath.el: Fbind epg-check-configuration.
11011
11012 2006-09-06  Simon Josefsson  <jas@extundo.com>
11013
11014         * mml2015.el (mml2015-use): Doc fix, mention epg.
11015
11016 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11017
11018         * mml2015.el (mml2015-use): Default to epg, if available.
11019
11020 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11021
11022         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11023         message-sender.
11024         (mml1991-epg-encrypt): Ditto.
11025         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11026         message-sender.
11027         (mml2015-epg-encrypt): Ditto.
11028
11029 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11030
11031         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11032         several common directories.
11033
11034 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11035
11036         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11037         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11038
11039 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-art.el (article-decode-encoded-words): Make it fast.
11042
11043 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11046
11047         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11048         in quoted string into `\'.
11049
11050 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11053         Use standard-syntax-table.
11054
11055 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (gnus-decode-address-function): New variable.
11058         (article-decode-encoded-words): Use it to decode headers which are
11059         assumed to contain addresses.
11060         (gnus-mime-delete-part): Remove useless `or'.
11061
11062         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11063         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11064         (gnus-nov-parse-line): Use it to decode From header.
11065         (gnus-get-newsgroup-headers): Ditto.
11066         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11067
11068         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11069         (mail-decode-encoded-address-string): New alias.
11070
11071         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11072         New function.
11073         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11074         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11075         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11076         (rfc2047-decode-string): Ditto.
11077         (rfc2047-decode-address-region): New function.
11078         (rfc2047-decode-address-string): New function.
11079
11080 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * message.el (message-caesar-buffer-body): Allow rotating headers.
11083
11084         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11085
11086         * message.el (message-insert-formated-citation-line): Fix %f.
11087         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11088
11089 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11092         (gnus-bookmark-mouse-available-p): New macro.
11093         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11094         (gnus-bookmark-bmenu-show-infos): Use it.
11095         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11096         (gnus-bookmark-bmenu-hide-infos): Ditto.
11097         (gnus-bookmark-remove-properties): New function.
11098         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11099         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11100         (gnus-bookmark-write-file): Bind coding-system-for-write.
11101         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11102         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11103         group before selecting it.
11104         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11105         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11106         quit-window if it is not available; use gnus-mouse-2 and bind it to
11107         gnus-bookmark-bmenu-select-by-mouse.
11108         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11109         (gnus-bookmark-bmenu-select-by-mouse): New function.
11110
11111 2006-08-13  Romain Francoise  <romain@orebokech.com>
11112
11113         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11114         space.
11115
11116 2006-08-10  Romain Francoise  <romain@orebokech.com>
11117
11118         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11119         (dns-mode-soa-auto-increment-serial): New user option.
11120         (dns-mode-soa-maybe-increment-serial): New function.
11121         (dns-mode): Add the latter to `write-contents-functions'.
11122
11123 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * compface.el (uncompface): Use binary rather than raw-text-unix.
11126
11127 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * compface.el (uncompface): Make sure the eol conversion doesn't take
11130         place when communicating with the external programs.
11131         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11132
11133 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11136
11137 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11138
11139         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11140         Make it more robust by parsing author and date independently.
11141
11142 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11145
11146 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11147
11148         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11149         first matching secret key.
11150         (mml2015-epg-encrypt): Ditto.
11151
11152         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11153         first matching secret key.
11154         (mml1991-epg-encrypt): Ditto.
11155
11156         * mml2015.el (mml2015-encrypt-to-self): New user option.
11157         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11158         mml2015-epg-encrypt-to-self is set.
11159
11160         * mml1991.el (mml1991-encrypt-to-self): New variable.
11161         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11162         mml1991-epg-encrypt-to-self is set.
11163
11164         * mml2015.el (mml2015-signers): New user option.
11165         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11166         (mml2015-epg-encrypt): Allow to select signing keys.
11167
11168         * mml1991.el (mml1991-signers): New variable.
11169         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11170         (mml1991-epg-encrypt): Allow to select signing keys.
11171
11172 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * nnheader.el (nnheader-insert-head): Make it work even if the file
11175         uses CRLF for the line-break code.
11176
11177 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11178
11179         * mml2015.el: Require mml-sec instead of password.
11180         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11181         (mml2015-cache-passphrase): Inherit the default value from
11182         mml-secure-cache-passphrase.
11183         (mml2015-passphrase-cache-expiry): Inherit the default value from
11184         mml-secure-passphrase-cache-expiry.
11185
11186         * mml1991.el: Require mml-sec instead of password.
11187         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11188         (mml1991-cache-passphrase): Inherit the default value from
11189         mml-secure-cache-passphrase.
11190         (mml1991-passphrase-cache-expiry): Inherit the default value from
11191         mml-secure-passphrase-cache-expiry.
11192
11193         * mml-sec.el: Require password.
11194         (mml-secure-verbose): New user option.
11195         (mml-secure-cache-passphrase): New user option.
11196         (mml-secure-passphrase-cache-expiry): New user option.
11197
11198 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11199
11200         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11201         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11202         andreas@altroot.de (Andreas Vögele).
11203
11204         FIXME: Use `tiny change'?
11205
11206 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11207
11208         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11209         workaround for the url package included with Emacs.
11210
11211         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11212
11213 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11216         correctly.  This fixes a bug caused by the 2006-05-12 change.
11217
11218 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11219
11220         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11221         some information about the error when saying that the `bogus' mail
11222         group will be used.
11223
11224 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11227         string.
11228
11229 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11230
11231         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11232
11233 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11234
11235         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11236
11237 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11238
11239         * mml1991.el (mml1991-function-alist): Add epg.
11240         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11241         (mml1991-epg-encrypt): New functions.
11242
11243 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11244
11245         * mml2015.el (mml2015-verbose): New variable.
11246         (mml2015-cache-passphrase): Ditto.
11247         (mml2015-passphrase-cache-expiry): Ditto.
11248         (mml2015-function-alist): Add epg.
11249         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11250         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11251         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11252         New functions.
11253
11254 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11255
11256         * message.el (message-cite-original-1): Preserve region when removing
11257         quoted text due to X-No-Archive in order to avoid bogus attribution
11258         when citing multiple messages.
11259
11260 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11261
11262         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11263         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11264
11265 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-diary.el (gnus-user-format-function-d)
11268         (gnus-user-format-function-D): Autoload.
11269
11270         * imap.el (Commentary): Fix typo.
11271
11272         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11273         2006-04-22 contribution.
11274
11275 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11276
11277         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11278         It didn't really fix the bogosity I'm seeing with solid web groups.
11279
11280 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11281
11282         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11283         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11284         created using server names.  If we use the feature without declaring
11285         it, Gnus does not properly manage server and group state.
11286
11287         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11288         bound.
11289
11290 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11291
11292         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11293         looking up the method using GROUP's prefix before inventing a new one.
11294         It is used on killed/unknown groups in various places where returning
11295         an all-new method isn't expected by the caller.
11296
11297         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11298         and match semantics of gnus-group-real-prefix.
11299
11300 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * nnmail.el (nnmail-broken-references-mailers): New variable.
11303         (nnmail-ignore-broken-references): New function generalizing
11304         nnmail-fix-eudora-headers.
11305         (nnmail-fix-eudora-headers): Now obsolete.
11306
11307         * gnus-art.el (gnus-button-handle-custom):
11308         Support `customize-apropos*'.
11309
11310 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11313
11314         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11315         articles.
11316
11317 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * message.el (message-cite-reply-above): New variable.
11320         (message-yank-original): Use it.
11321
11322 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11325
11326 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11329         as read.
11330
11331         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11332
11333 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11336         (gnus-bookmark-default-file): Use gnus-directory.
11337         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11338         Remove "*" in doc string.
11339         (gnus-bookmark-write-file): Simplify.
11340         (gnus-bookmark-maybe-sort-alist): Use `when'.
11341         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11342         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11343         Add FIXME about Emacs 21 and XEmacs compatibility.
11344         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11345         compatibility.
11346         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11347         compatibility.
11348         (gnus-bookmark-menu-heading): Fix version.
11349
11350 2006-06-19  Bastien Guerry  <bzg@altern.org>
11351
11352         * gnus-bookmark.el: New file.
11353
11354 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * message.el (message-syntax-checks): Doc fix.
11357
11358 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11359
11360         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11361         unsubscribed groups as if they were killed ones.  It causes duplicate
11362         entries in gnus-newsrc-alist.
11363
11364 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * message.el (message-syntax-checks): Doc fix.
11367         (message-send-mail): Add check for continuation headers.
11368         (message-check-news-header-syntax): Fix regexp used to check for
11369         continuation headers.
11370
11371 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11374
11375 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11378
11379 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11382         default-truncate-lines.
11383
11384 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11387         to fill the utf-8 entry.
11388
11389         * lpath.el: Fbind unicode-precedence-list.
11390
11391 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11392
11393         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11394
11395 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11396
11397         * gnus-agent.el (directory-files-and-attributes): Move all the way
11398         forward (the third and final move).
11399         (gnus-agent-read-agentview): Trap reconstruction errors due to
11400         nonexistent directory.  Handle by returning nil.
11401
11402 2006-05-30  Didier Verna  <didier@xemacs.org>
11403
11404         * message.el (message-dont-reply-to-names): Update the custom type.
11405         * message.el (message-dont-reply-to-names): New defsubst: potentially
11406         convert a list of regexps into a single one.
11407         * message.el (message-get-reply-headers): Use it.
11408         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11409
11410 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-agent.el (directory-files-and-attributes): Move forward.
11413
11414 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-ml.el (gnus-mailing-list-subscribe)
11417         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11418         (gnus-mailing-list-message): Fix doc strings.
11419
11420 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11421
11422         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11423         of doing it manually.
11424
11425 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11428         comment.
11429
11430 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11431
11432         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11433         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11434         (gnus-agent-read-local): All symbols allocated in my-obarray.
11435         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11436         (gnus-agent-regenerate-group): Check numeric names to see if they are
11437         messages or groups.
11438         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11439         better way of do this...)
11440
11441         * gnus-cache.el (gnus-agent-total-fetched-for):
11442         Ignore 'dummy.group' (there should be a better way of do this...)
11443
11444 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11447         (gnus-saved-headers): Ditto.
11448         (gnus-default-article-saver): Mention functions may have properties.
11449         (gnus-article-save): Override gnus-save-all-headers and
11450         gnus-saved-headers by :headers property which saver function may have.
11451         (gnus-summary-save-in-file): Add :headers property.
11452         (gnus-summary-write-to-file): Ditto.
11453
11454         * gnus-sum.el (gnus-summary-save-article): Bind
11455         gnus-prompt-before-saving to t when saving many articles in a file;
11456         always show all headers.
11457
11458         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11459
11460 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11463         marks.
11464
11465         * message.el (message-indent-citation): Add optional arguments to allow
11466         using it outside of message buffers.
11467
11468         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11469         (gnus-article-treat-unfold-headers): Use it.
11470         (gnus-article-truncate-lines): New variable.
11471         (gnus-article-mode): Use it.
11472         (gnus-article-toggle-truncate-lines): New function.
11473
11474         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11475         Add gnus-article-toggle-truncate-lines.
11476
11477         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11478         coding system in XEmacs, use binary.
11479
11480 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11483         after-load-alist.
11484
11485         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11486         this function should save decoded articles.
11487         (gnus-summary-write-to-file): Use property to specify this function
11488         should save decoded articles and specify gnus-summary-save-in-file
11489         should be used to save articles other than the first one when saving
11490         many articles.
11491         (gnus-summary-save-body-in-file): Use property to specify this
11492         function should save decoded articles.
11493         (gnus-summary-write-body-to-file): Use property to specify this
11494         function should save decoded articles and specify
11495         gnus-summary-save-body-in-file should be used to save articles other
11496         than the first one when saving many articles.
11497
11498         * gnus-sum.el (gnus-summary-save-article): Simplify.
11499
11500 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (gnus-default-article-saver):
11503         Add gnus-summary-write-body-to-file.
11504         (gnus-article-save-coding-system): Don't use coding system object
11505         in XEmacs.
11506         (gnus-read-save-file-name): Add optional `dir-var' argument which
11507         specifies directory in which files are saved; work even if optional
11508         `variable' argument is not specified.
11509         (gnus-summary-write-to-file): Read file name.
11510         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11511         (gnus-summary-write-body-to-file): New function.
11512
11513         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11514         (gnus-summary-local-variables): Add it.
11515         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11516         (gnus-summary-save-article): Remove optional `decode' argument;
11517         determine whether to decode articles by the value of
11518         gnus-default-article-saver; when saving many files using
11519         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11520         it first and use gnus-summary-save-in-file or
11521         gnus-summary-save-body-in-file thereafter unless
11522         gnus-prompt-before-saving is always; move point to article which
11523         will be saved.
11524         (gnus-summary-save-article-file): Revert.
11525         (gnus-summary-write-article-file): Revert.
11526         (gnus-summary-save-article-body-file): Revert.
11527         (gnus-summary-write-article-body-file): New function.
11528
11529 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (gnus-default-article-saver): Doc fix.
11532         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11533         from gnus-summary-save-article-coding-system, and default to a
11534         certain coding system.
11535         (gnus-output-to-file): Add coding cookie and encode text according
11536         to gnus-article-save-coding-system; don't use mm-append-to-file.
11537
11538         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11539         gnus-art.el and rename to gnus-article-save-coding-system.
11540         (gnus-summary-save-article): Require gnus-art; don't show all
11541         headers if it decodes articles; don't add coding cookie here;
11542         don't bind mm-text-coding-system-for-write.
11543         (gnus-summary-save-article-file): Save decoded articles.
11544         (gnus-summary-write-article-file): When saving many files, use
11545         gnus-summary-write-to-file first and gnus-summary-save-in-file
11546         thereafter unless gnus-prompt-before-saving is always.
11547         (gnus-summary-save-article-body-file): Save decoded articles.
11548
11549         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11550
11551 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * nnrss.el (nnrss-check-group): Bind hash-index.
11554
11555 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11556
11557         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11558         its hash index.  Store this hash in `nnrss-group-data'.
11559         (nnrss-read-group-data): Update accordingly.
11560
11561 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11564         entry.
11565
11566         * gnus-sum.el (gnus-summary-make-menu-bar):
11567         Add gnus-article-browse-html-article.
11568
11569 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11570
11571         * gnus-sum.el (gnus-summary-mime-map):
11572         Add gnus-article-browse-html-article.
11573
11574         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11575
11576 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11579         suitable coding systems in customize.
11580
11581 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * mail-source.el (mail-sources): Fix custom type.
11584
11585 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11588         (gnus-summary-expire-articles-now): Shorten prompt.
11589
11590         * gmm-utils.el (wid-edit): Require.
11591         (defun-gmm): Rename from `gmm-defun-compat'.
11592         (gmm-image-search-load-path): Use it.
11593         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11594
11595 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-sum.el (gnus-summary-save-article-coding-system):
11598         New variable.
11599         (gnus-summary-save-article): Add optional `decode' argument.
11600         If it is set and gnus-summary-save-article-coding-system is non-nil,
11601         save decoded article.
11602         (gnus-summary-write-article-file): Save decoded article if
11603         gnus-summary-save-article-coding-system is non-nil.
11604
11605         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11606         type.
11607
11608 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11611
11612 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11615         first to test gnus-single-article-buffer which may be buffer-local.
11616
11617         * gnus-sum.el (gnus-summary-setup-buffer):
11618         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11619         group; make gnus-article-buffer, gnus-article-current, and
11620         gnus-original-article-buffer always buffer-local.
11621         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11622         group.
11623         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11624
11625 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * nnml.el (nnml-request-compact-group): Compressed files might not
11628         have .gz extension.
11629
11630 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11631
11632         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11633         (mm-copy-to-buffer): Use with-current-buffer.
11634         (mm-display-part): Simplify.
11635         (mm-inlinable-p): Add optional arg `type'.
11636
11637 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11638
11639         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11640         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11641         Try harder to show the attachment internally or externally using
11642         gnus-mime-view-part-as-type.
11643
11644 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * message.el (message-from-style, message-signature-separator)
11647         (message-user-organization-file, message-send-mail-function)
11648         (message-citation-line-function, message-yank-prefix)
11649         (message-indent-citation-function, message-signature)
11650         (message-signature-file, message-signature-insert-empty-line):
11651         Remove autoloads.
11652
11653         * gnus-art.el (gnus-buttonized-mime-types):
11654         Remove "multipart/signed".  Revert 2006-04-26 change.
11655
11656 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * gnus.el (gnus-version-number): Bump version.
11659
11660 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11661
11662         * gnus.el: No Gnus v0.5 is released.
11663
11664 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11665
11666         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11667         fetching articles by message-id.
11668
11669 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * message.el (hashcash): Require hashcash as normal.
11672
11673         * ecomplete.el (ecomplete-highlight-match-line):
11674         Use point-at-eol.
11675         (ecomplete-highlight-match-line): Use `highlight', because that
11676         face exists in both Emacs and XEmacs.
11677
11678         * message.el (message-display-abbrev): Use point-at-bol.
11679
11680         * mail-source.el: Don't require timer/timer-funcs.
11681
11682         * gnus-async.el: Ditto.
11683
11684         * password.el: Ditto.
11685
11686         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11687
11688         * mm-url.el: Ditto.
11689
11690         * gnus-xmas.el: Don't require timer-funcs.
11691
11692         * mm-util.el: Require timer/timer-funcs.
11693
11694 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11695
11696         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11697         Close.
11698
11699 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11702         unibyte after clear-decrypt function runs.
11703
11704         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11705         returns as a unibyte string.
11706
11707 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * lpath.el: Revert.
11710
11711         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11712         (pgg-gpg-process-sentinel): Revert.
11713
11714         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11715         (pgg-pgp-lookup-key): Revert.
11716
11717         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11718         (pgg-pgp5-lookup-key): Revert.
11719
11720         * pgg.el (pgg-fetch-key): Revert.
11721
11722 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * lpath.el: Fbind string-as-multibyte for XEmacs.
11725
11726         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11727         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11728         (mml1991-pgg-encrypt): Ditto.
11729
11730         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11731         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11732         a multibyte buffer.
11733
11734         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11735         (pgg-pgp-lookup-key): Ditto.
11736
11737         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11738         (pgg-pgp5-lookup-key): Ditto.
11739
11740         * pgg.el (pgg-fetch-key): Ditto.
11741
11742 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * message.el (message-user-organization-file): Check several
11745         locations of the organization file.
11746
11747         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11748         Add gnus-article-view-part-as-type.
11749
11750         * gnus-art.el (gnus-article-view-part-as-type): New function.
11751
11752         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11753         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11754
11755         * mml.el: Simplify autoload.
11756         (mml-mode): defvar dnd-protocol-alist instead of using
11757         symbol-value.
11758         (mml-default-directory): New variable.
11759         (mml-minibuffer-read-file): Use it.
11760         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11761
11762         * message.el (message-citation-line-format): New variable.
11763         (message-insert-formated-citation-line): New function.
11764         (message-citation-line-function):
11765         Add `message-insert-formated-citation-line' to custom type.
11766
11767         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11768         to doc string.
11769
11770         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11771         depending on mm-verify-option.
11772
11773 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11776         binding pgg-* variables; reimplement the section which prevents
11777         MIME header from being signed.
11778         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11779         pgg-text-mode; remove a blank line at the top of body.
11780
11781         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11782         lines at the top of body; use gnus-newsgroup-charset if there's no
11783         Charset header.
11784
11785 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * message.el (message-self-insert-commands): Doc fix.
11788
11789         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11790         (mm-uu-pgp-encrypted-test): Ditto.
11791         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11792         between header and body; return application/pgp-encrypted handle
11793         if decryption failed; decode decrypted body by charset.
11794
11795         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11796         element match to application/pgp-*.
11797
11798 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11799
11800         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11801         HTML.
11802
11803 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * mail-source.el (mail-source-call-script): Message the error
11806         string.
11807
11808 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11809
11810         * gnus-util.el (gnus-byte-compile): Use it.
11811
11812 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11813
11814         * gnus-util.el (kill-empty-logs): New function.
11815
11816 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * message.el (message-mail-alias-type): Doc fix.
11819         (message-mail-alias-type-p): New function.
11820         (message-send): Use it.
11821         (message-mode): Ditto.
11822         (message-strip-forbidden-properties): Ditto.
11823
11824         * ecomplete.el (ecomplete-database-file-coding-system):
11825         New variable.
11826         (ecomplete-save): Use it.
11827         (ecomplete-setup): Use it.
11828
11829 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * message.el (message-self-insert-commands): New variable.
11832         (message-strip-forbidden-properties): Use it.
11833
11834 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11837         that doesn't make XEmacs choke.
11838
11839 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-util.el (gnus-replace-in-string):
11842         Prefer replace-regexp-in-string over of replace-in-string.
11843
11844 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-util.el (gnus-select-frame-set-input-focus):
11847         Use select-frame-set-input-focus if it is available in XEmacs; use
11848         definition defined in Emacs 22 for old Emacsen.
11849
11850         * dgnushack.el: Autoload unmorse-region for XEmacs.
11851
11852         * lpath.el: Bind cursor-in-non-selected-windows and
11853         select-frame-set-input-focus for XEmacs.
11854
11855 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11858
11859 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * gnus-registry.el (gnus-registry-cache-save): Remove text
11862         properties when saving via the temp buffer.
11863
11864 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * message.el (message-generate-hashcash): Honor custom type.
11867
11868 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * message.el (message-generate-hashcash): Default to non-nil when
11871         hashcash is found.
11872
11873         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11874         (gnus-refer-thread-limit): Increase default to 500.
11875
11876         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11877
11878         * flow-fill.el (fill-flowed): Allow delete-space.
11879
11880 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11883         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11884         Remove autoloads.
11885
11886 2006-04-18  Simon Josefsson  <jas@extundo.com>
11887
11888         * message.el (message-generate-hashcash): Default to.
11889
11890 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11893         concatenating segments rather than before concatenating them.
11894
11895 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11898
11899 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11900
11901         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11902
11903         * message.el (message-forward-make-body-plain):
11904         Allow message-forward-ignored-headers to be a list.
11905         (message-remove-ignored-headers): Factor out into function.
11906         (message-forward-make-body-mml): Use it.
11907
11908         * imap.el (imap-quote-specials): New function.
11909         (imap-login-auth): Quote specials.
11910
11911         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11912         (rfc2231-parse-string): Allow concatanation of parameters that
11913         aren't contiguous.  The test case is
11914           (mail-header-parse-content-type "message/external-body;
11915             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11916             access-type=LOCAL-FILE;
11917             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11918
11919 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11920
11921         * nntp.el (nntp-accept-process-output): Return the value of
11922         `nnheader-accept-process-output'.
11923
11924 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11927         (gnus-button-alist): Recognize more diff formats.
11928         (gnus-button-patch): Strip directory.
11929
11930 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11933         Emacs 22 when setting focus.
11934
11935 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * gnus-art.el (gnus-article-treat-types): Do treatment of
11938         text/x-verbatim parts.
11939         (gnus-button-patch): New command.
11940
11941         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11942         addresses that contain invalid characters.
11943
11944 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * message.el (message-put-addresses-in-ecomplete):
11947         Use gnus-replace-in-string.
11948         (message-is-yours-p): Use the more correct
11949         mail-header-parse-address instead of
11950         mail-extract-address-components.
11951         (message-put-addresses-in-ecomplete): Fix typo.
11952
11953         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11954         keystroke.
11955
11956         * gnus-art.el (gnus-treatment-function-alist): Change order of
11957         newsgroups/generic header folding to avoid double-folding.
11958
11959         * message.el (message-hidden-headers): Add X-Draft-From.
11960
11961         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11962         New command.
11963         (gnus-summary-repeat-search-article-backward): New command.
11964
11965         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11966         groups in the parent topic.
11967
11968 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11969
11970         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11971         (spam-extra-header-to-number): Return the CRM114 number as a
11972         number instead of a string.
11973
11974 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * gnus-art.el (gnus-face-properties-alist): Move here from
11977         gnus-fun.
11978
11979         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11980
11981 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * message.el (message-strip-forbidden-properties): Only display on
11984         self-insert-command.
11985
11986         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11987         reindent.
11988         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11989
11990 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11991
11992         * smiley.el (smiley-style): Fix typo.
11993
11994 2006-03-23  Kenichi Handa  <handa@m17n.org>
11995
11996         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11997         instead of set-buffer-multibyte.
11998
11999 2006-03-23  Kenichi Handa  <handa@m17n.org>
12000
12001         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12002         buffer and then decode the buffer text if necessary.
12003         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12004         first, and after mm-encode-body, change the buffer to unibyte.
12005
12006 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * hashcash.el (hashcash-insert-payment-async-2):
12009         Use message-goto-eoh instead of doing it manually.
12010         (mail-add-payment): Use message-narrow-to-header instead of trying
12011         to do the same itself.
12012
12013         * message.el (message-hidden-headers): Add Face.
12014
12015         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12016         reparenting code.
12017         (gnus-summary-reparent-children): Refactored out code.
12018         (gnus-summary-thread-map): New keystroke.
12019         (gnus-summary-reparent-children): Make into command.
12020
12021         * smiley.el (smiley-style): Default to `medium' if using a large
12022         font.
12023
12024         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12025         does it itself.
12026
12027         * message.el (message-point-in-header-p): Simplify definition.
12028
12029 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * nnagent.el (nnagent-request-set-mark): Silence log file
12032         writing.
12033         (nnagent-request-set-mark): Use write-region instead of
12034         append-to-file.
12035
12036         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12037         strange select method.
12038
12039         * ecomplete.el (ecomplete-display-matches): Get highlightling
12040         right.
12041         (ecomplete-display-matches): Use literals.
12042         (ecomplete-display-matches): Disable message logging.
12043
12044         * message.el (message-display-abbrev): Small optimization.
12045
12046         * ecomplete.el (ecomplete-display-matches): Allow automatic
12047         display.
12048
12049         * message.el (message-strip-forbidden-properties):
12050         Display abbrevs.
12051         (message-display-abbrev): Get automatic display right.
12052
12053         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12054         keystrokes.
12055
12056 2006-04-13  Romain Francoise  <romain@orebokech.com>
12057
12058         TODO: Backport to v5-10!
12059
12060         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12061         Move here (and rename) from gnus-registry.el.
12062
12063         * gnus-registry.el: Require gnus-util.
12064         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12065
12066 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067
12068         * gnus-group.el (gnus-group-catchup-current):
12069         Change if-then-else-if-then-else into cond.
12070         (gnus-group-catchup): Indent.
12071         (group-name-at-point): New function.
12072         (gnus-fetch-group): Provide default from thing at point.
12073
12074 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * message.el (message-display-abbrev): Fix regexp.
12077
12078         * ecomplete.el (ecomplete-highlight-match-line):
12079         Reimplement choosing.
12080         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12081         dead variables.
12082
12083         * message.el (message-newline-and-indent): Remove debugging.
12084         (message-display-abbrev): Use new implementation.
12085
12086 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * gnus-art.el (gnus-article-mode):
12089         Set cursor-in-non-selected-windows to nil.
12090
12091         * smiley.el: Revert previous change.
12092         (smiley-data-directory): defvar it before using it in the
12093         defcustom of `smiley-style'.
12094
12095 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * message.el (message-newline-and-indent): New function.
12098
12099         * ecomplete.el: Implement more bits.
12100
12101         * message.el (message-put-addresses-in-ecomplete): Clean up the
12102         string.
12103
12104         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12105
12106         * gnus-sum.el (gnus-summary-save-parts):
12107         Bind gnus-summary-save-parts-counter and use it to make unique file
12108         names.
12109
12110         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12111
12112         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12113         parameter to say whether to actually parse the individual
12114         addresses.
12115
12116         * message.el (message-put-addresses-in-ecomplete): New function.
12117         (ecomplete): Require.
12118         (message-mail-alias-type): Add ecomplete as an option.
12119
12120 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12121
12122         * flow-fill.el (fill-flowed): Remove trailing space from blank
12123         quoted lines.
12124
12125 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12126
12127         * smiley.el (smiley-style): Move definition later to avoid a
12128         compilation warning.
12129
12130 2006-04-12  Kenichi Handa  <handa@m17n.org>
12131
12132         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12133         buffer and then decode the buffer text if necessary.
12134         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12135         first, and after mm-encode-body, change the buffer to unibyte.
12136         Use mm-disable-multibyte instead of set-buffer-multibyte.
12137
12138 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12141         Content-Type header instead of Content-Disposition header.
12142         (gnus-mime-inline-part): Ditto.
12143         (gnus-mime-view-part-as-charset): Ignore charset that the part
12144         specifies.
12145
12146         * mm-decode.el (mm-display-part): Work with external parts and
12147         usual parts similarly.
12148
12149         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12150         instead of gnus-display-mime.
12151
12152         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12153         instead of with-temp-buffer.
12154
12155         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12156         tag to summarized topics part in order to encode non-ASCII text.
12157
12158 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * smiley.el (smiley-style): New variable.
12161         (smiley-directory): New function.
12162         (smiley-data-directory): Derive from `smiley-style' using
12163         `smiley-directory'.
12164         (smiley-regexp-alist): Add new entries.
12165
12166         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12167         (gnus-article-browse-delete-temp): Add :version.
12168
12169 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12170
12171         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12172         the sieve region.
12173
12174 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * gnus.el (gnus-version-number): Bump version.
12177
12178 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus.el: No Gnus v0.4 is released.
12181
12182 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12185         layout.
12186
12187         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12188         unknown charset.
12189
12190         * message.el (message-header-synonyms): Add Original-To to the
12191         default.
12192
12193         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12194         optional parameter.
12195
12196 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * gnus-fun.el (gnus): Require it for gnus-directory.
12199
12200 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12203
12204 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12205
12206         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12207
12208 2006-04-05  Simon Josefsson  <jas@extundo.com>
12209
12210         * password.el (password-reset): New function.
12211
12212 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12213
12214         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12215         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12216
12217 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12218
12219         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12220         Some whitespace was matched into the url, which broke browsing hits
12221         > 100 when mm-url-use-external was nil.
12222
12223 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12226         Check gnus-extra-headers for 'Newsgroups.
12227
12228         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12229         bound.
12230
12231 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12232
12233         * pgg-gpg.el: Clean up process buffers every time gpg processes
12234         complete.
12235
12236 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12239         doc string.
12240
12241 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12242
12243         * pgg-gpg.el (pgg-gpg-process-filter)
12244         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12245
12246         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12247         lines, temporary fix.
12248
12249 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12252
12253 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12254
12255         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12256         default-enable-multibyte-characters.  This reverts the change from
12257         revision 6.17 which is no longer necessary because the passphrase
12258         is sent separately now.  GnuPG messages are unreadable under
12259         multibyte locales with default-enable-multibyte-characters set to
12260         nil.
12261
12262 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * message.el (message-tool-bar-gnome): Move "spell".
12265
12266 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12269         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12270         instead.
12271
12272 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12273
12274         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12275         Improve newsgroups handling for NNTP overviews which don't include
12276         Newsgroups.
12277
12278 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12279
12280         * message.el (message-resend): Bind message-generate-hashcash to nil.
12281
12282 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12283
12284         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12285         when searching for already-paid recipients.
12286
12287 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12288
12289         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12290         passphrases when it is not needed.
12291         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12292         passphrase stuff from gpg, should only be necessary when you use
12293         gpg with a smartcard.
12294
12295 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * mml.el (mml-insert-mime): Ignore cached contents of
12298         message/external-body part.
12299
12300         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12301         (mm-insert-part): Ditto.
12302
12303 2006-03-23  Simon Josefsson  <jas@extundo.com>
12304
12305         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12306         Reiner.
12307         (pgg-gpg-use-agent-p): Use it again.
12308
12309 2006-03-23  Simon Josefsson  <jas@extundo.com>
12310
12311         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12312         older emacsen.
12313         (pgg-gpg-use-agent-p): Don't use it.
12314
12315 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12318         if we can.
12319
12320 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12321
12322         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12323         (pgg-gpg-update-agent): New function.
12324         (pgg-gpg-use-agent-p): New function.
12325         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12326         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12327         (pgg-gpg-sign-region): Use it.
12328
12329 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12332         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12333
12334 2006-03-21  Simon Josefsson  <jas@extundo.com>
12335
12336         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12337         <wilde@sha-bang.de>.
12338         (pgg-gpg-use-agent): New variable.
12339         (pgg-gpg-process-region): Use it.
12340         (pgg-gpg-encrypt-region): Likewise.
12341         (pgg-gpg-encrypt-symmetric-region): Likewise.
12342         (pgg-gpg-decrypt-region): Likewise.
12343         (pgg-gpg-sign-region): Likewise.
12344         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12345
12346 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12349
12350         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12351         Add comment on version.
12352
12353 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * smiley.el: Add missing test smiley.
12356
12357 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * mm-decode.el (mm-with-part): New macro.
12360         (mm-get-part): Use it; work with message/external-body as well.
12361         (mm-save-part): Treat name and filename equally.
12362
12363         * mm-extern.el (mm-extern-cache-contents): New function.
12364         (mm-inline-external-body): Use it; force the part to be displayed;
12365         move undisplayer added to the cached handle to the parent.
12366
12367         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12368         (gnus-mime-view-part-as-type): Work with message/external-body.
12369
12370         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12371
12372 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12375         images in image-load-path.  [Sync with image.el, revision 1.60, in
12376         Emacs.]
12377
12378 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12381         path rather than symbol.  Always return list of directories.
12382         Guarantee that image directory comes first.  [Sync with image.el,
12383         revision 1.59, in Emacs.]
12384
12385         * message.el (message-make-tool-bar): Adjust to new API of
12386         `gmm-image-load-path-for-library'.
12387
12388         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12389
12390         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12391
12392 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12393
12394         * gnus-art.el (gnus-article-only-boring-p):
12395         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12396         intangible text.
12397         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12398
12399 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12402         Use `defun' instead of `gmm-defun-compat'.
12403
12404 2006-03-14  Simon Josefsson  <jas@extundo.com>
12405
12406         * message.el (message-unique-id): Don't use message-number-base36
12407         if (user-uid) is a float.
12408         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12409
12410 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12413
12414         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12415         empty line between a part and a message part.
12416
12417 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * smiley.el: Add more test smileys.
12420         (smiley-data-directory, smiley-regexp-alist)
12421         (gnus-smiley-file-types): Fix doc strings.
12422         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12423         adding new elements.
12424         (smiley-mouse-map): Unused code.  Make it a comment.
12425
12426 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12429         scan latest NoCeM messages instead of old ones.
12430         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12431         delimiters that are recently used.
12432         (gnus-nocem-load-cache): Add autoload cookie.
12433
12434         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12435
12436         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12437         level which is larger than gnus-use-nocem is specified.
12438
12439         * gnus-group.el (gnus-group-get-new-news): Ditto.
12440
12441 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-util.el (gnus-tool-bar-update): New function.
12444
12445         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12446         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12447
12448         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12449
12450         * gnus-group.el (gnus-group-redraw-when-idle)
12451         (gnus-group-redraw-check): Remove.
12452         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12453
12454 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12457         if optional last element is specified in splits (FIELD VALUE...).
12458
12459 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12462         to gmm-image-load-path-for-library.  Call with no-error argument.
12463         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12464
12465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12466
12467         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12468
12469         * gmm-utils.el (gmm-image-load-path): Remove alias.
12470
12471 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gmm-utils.el (gmm-image-load-path): Add alias.
12474
12475         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12476         nnml-generate-nov-databases-1.
12477         (nnml-generate-nov-databases): Use it.
12478         (nnml-generate-nov-databases-directory): Document no-active
12479         argument.
12480
12481         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12482         directory if path is t.  Add no-error.
12483
12484         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12485         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12486
12487         * gnus-art.el (gnus-article-browse-delete-temp-files):
12488         Simplify resetting gnus-article-browse-html-temp-list.
12489
12490         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12491         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12492         Add example to docstring.  Rename local variables.  Move error
12493         checks to default case in cond and simplify.
12494
12495 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12498         handle is multipart when calling it recursively.
12499         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12500
12501 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12502
12503         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12504         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12505
12506 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12509         is loaded.
12510
12511         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12512         loaded.
12513
12514 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12517         to "Emacs 23 (unicode)" in doc string.
12518
12519         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12520         "Emacs 23 (unicode)" in comment.
12521
12522 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12525
12526         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12527         characters 160 through 255 in Emacs 23.
12528
12529 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12532         gnus-article-browse-html-temp.
12533         (gnus-article-browse-delete-temp): Make it customizable.
12534         Add `file'.  Adjust doc string.
12535         (gnus-article-browse-delete-temp-files): Add argument.
12536         Allow query for each file.  Adjust doc string.
12537         (gnus-article-browse-html-parts):
12538         Add `gnus-article-browse-delete-temp-files' to
12539         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12540
12541 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12542
12543         * gnus-art.el (gnus-article-browse-html-temp)
12544         (gnus-article-browse-delete-temp): New variables.
12545         (gnus-article-browse-delete-temp-files): New function.
12546         (gnus-article-browse-html-parts): Use it.
12547
12548 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12551
12552         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12553         string.
12554
12555         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12556         gnus-summary-insert-new-articles when unplugged.
12557         Remove gnus-summary-search-article-forward.
12558
12559         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12560         display-visual-class instead of display-color-cells.
12561
12562 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * dgnushack.el: Autoload customize-group for XEmacs.
12565
12566         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12567         message/* containing non-ASCII text properly.
12568
12569 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * message.el: Require gmm-utils, remove autoloads.
12572         (message-tool-bar): Set default based on
12573         gmm-tool-bar-style.
12574         (message-tool-bar-gnome): Add gmm-customize-mode.
12575
12576         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12577         gmm-tool-bar-style.
12578         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12579
12580         * gnus-group.el (gnus-group-tool-bar): Set default based on
12581         gmm-tool-bar-style.
12582         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12583
12584         * gmm-utils.el (gmm-image-directory): Rename variable from
12585         gmm-image-load-path.
12586         (gmm-image-load-path): Use gmm-image-directory.
12587         (gmm-customize-mode): New function.
12588         (gmm-tool-bar-style): New variable.
12589
12590         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12591         gnus-group-redraw-line-number.
12592         (gnus-group-redraw-check): Simplify.
12593         (gnus-group-tool-bar-update): Remove redraw check.
12594         (gnus-group-make-tool-bar): Add redraw check.
12595
12596 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12597
12598         * gnus-art.el (gnus-button): Add missing parentheses.
12599
12600 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * lpath.el: Fbind line-number-at-pos.
12603
12604 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12607
12608 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-art.el (gnus-button): New face.
12611         (gnus-article-button-face): Use it.
12612
12613         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12614         Add gnus-summary-next-page.  Re-order.
12615
12616         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12617         next-node are now included.
12618         (gnus-group-redraw-line-number): New internal variable.
12619         (gnus-group-redraw-check): Helper function for updating the tool
12620         bar.
12621         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12622
12623         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12624
12625         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12626         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12627         Use it to match format of Spamassassin 3.0 and later.
12628         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12629         (spam-check-bogofilter)
12630         (spam-bogofilter-register-with-bogofilter): Fix args of
12631         `gnus-error' calls.
12632
12633 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12636         unnecessary interaction when sending queued mails.
12637         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12638
12639 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12642         first or last are nil.
12643
12644 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12645
12646         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12647
12648 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12649
12650         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12651
12652 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12653
12654         * dns.el (query-dns): Protect more against buggy tcp output.
12655
12656 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12659         nov.php.
12660
12661 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12662
12663         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12664         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12665         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12666         output on the server side.
12667         (nnweb-google-create-mapping): Update regexps and add some
12668         progress indication.
12669
12670 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-group.el (gnus-group-tool-bar-gnome):
12673         Fix gnus-agent-toggle-plugged.  Re-order icons.
12674         (gnus-group-tool-bar-gnome):
12675         Add gnus-group-{prev,next}-unread-group.
12676         (gnus-group-tool-bar-gnome): Re-order icons.
12677
12678         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12679         Move gnus-summary-insert-new-articles.
12680
12681         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12682         Fix comments.
12683
12684         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12685         also available in Emacs 21.3.
12686
12687         * message.el (message-fix-before-sending): Change "Emacs 22" to
12688         "Emacs 23 (unicode)" in comment.
12689
12690         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12691         "Emacs 23 (unicode)" in comment.
12692
12693         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12694         comment.
12695         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12696
12697         * mm-view.el (mm-fill-flowed): Add :version.
12698
12699 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12702         and load-path.
12703
12704 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * message.el: Autoload gmm-image-load-path.
12707         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12708         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12709         consitency.
12710
12711         * gmm-utils.el (gmm-image-load-path): Also search in
12712         "../etc/images".  Don't set gmm-image-load-path if we don't find
12713         the image.
12714
12715 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gmm-utils.el (gmm-image-load-path): Don't make
12718         `gmm-image-load-path' include subdirectories which the second arg
12719         `image' might specify.
12720
12721         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12722         subdirectory to icon file names.
12723
12724         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12725
12726 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12729         gmm-image-load-path calls.
12730
12731         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12732
12733         * message.el (message-make-tool-bar): Ditto.
12734
12735         * mml.el (mml-preview): Add comment concerning tool bar icons.
12736
12737         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12738         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12739
12740         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12741         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12742
12743         * message.el (message-tool-bar-gnome): Use new icon names.
12744         (message-make-tool-bar): Use `gmm-image-load-path'.
12745
12746         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12747         New functions from MH-E.
12748         (gmm-image-load-path): New variable from MH-E.
12749         (gmm-image-load-path): New function from MH-E.  Add arguments
12750         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12751         *-image-load-path-called-flag.
12752
12753 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12754
12755         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12756
12757 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12758
12759         * nnimap.el (nnimap-request-move-article): Change folder back to
12760         source group before deleting.
12761
12762 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12765
12766         * gnus-art.el (mm-url-insert-file-contents-external):
12767         Autoload mm-url.
12768
12769         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12770
12771 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12774         coding system which mm-charset-to-coding-system returns for a
12775         given charset is valid.
12776
12777 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12778
12779         * html2text.el (html2text-remove-tag-list):
12780         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12781
12782 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12783
12784         * gnus-cus.el: Revert 2005-10-17 change.
12785
12786 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (article-strip-banner):
12789         Call article-really-strip-banner only when the regexp match is made.
12790
12791 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-art.el (article-strip-banner):
12794         Use gnus-extract-address-components instead of
12795         mail-header-parse-addresses to make it work with non-ASCII text;
12796         remove mail-encode-encoded-word-string.
12797
12798         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12799         values which are surrounded with \"...\"; make it never cause a
12800         Lisp error; give up parsing of parameters if it failed in
12801         extracting type.
12802
12803 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12804
12805         * smime.el (smime-cert-by-ldap-1): Fix bug where
12806         `smime-ldap-search' returns results without userCertificates.
12807
12808 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12811
12812 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * spam.el (spam-check-spamassassin-headers): Adapt format for
12815         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12816         <ari@mbf.ocn.ne.jp>.
12817         (spam-list-of-processors): Add spam-use-gmane.
12818
12819 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12822         make-temp-file; make it work with XEmacs as well.
12823
12824         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12825         mm-make-temp-file.
12826
12827         * mm-decode.el (mm-display-external): Use the 3rd arg of
12828         mm-make-temp-file.
12829         (mm-create-image-xemacs): Ditto.
12830
12831 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12834         with message-narrow-to-headers.
12835         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12836         (gnus-draft-check-draft-articles): New function.
12837         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12838
12839 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * gnus-art.el (gnus-article-browse-html-parts):
12842         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12843         Don't use suffix argument for mm-make-temp-file for Emacs 21
12844         compatibility.  Remove useless `format'.
12845
12846 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12847
12848         * nnweb.el (nnweb-google-wash-article): Update regexps.
12849         (nnweb-group-alist): Use defvoo instead of defvar.
12850
12851 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12854         re-loading nn* modules.
12855
12856 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12859         for `tool-bar-mode' and don't check it's default-value.
12860
12861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12862
12863         * message.el (message-make-tool-bar): Ditto.
12864
12865         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12866         `substring'.  Shorten tmp-file name.
12867
12868         * gnus.el: Remove bogus comment.
12869
12870 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12871
12872         * gnus-art.el (gnus-article-browse-html-parts): New function.
12873         (gnus-article-browse-html-article): New function for viewing html
12874         articles with a browser.
12875
12876 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12877
12878         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12879         in elisp.
12880         (pgg-gpg-encrypt-symmetric-region): Ditto.
12881         (pgg-gpg-sign-region): Ditto.
12882
12883         * pgg-def.el (pgg-text-mode): New variable.
12884
12885         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12886         (mml2015-pgg-encrypt): Ditto.
12887
12888         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12889         (mml1991-pgg-encrypt): Ditto.
12890
12891 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * nnfolder.el (nnfolder-insert-newsgroup-line):
12894         Use message-make-date instead of current-time-string.
12895
12896         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12897         to gnus-decoded which mm-uu might set.
12898
12899 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12902         don't decode quoted parameters; remove misimported Emacs code.
12903         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12904         (rfc2231-decode-encoded-string): Don't use split-string which
12905         behaves differently according to Emacs version; use
12906         mm-decode-coding-region to convert charset to coding-system.
12907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12908         (rfc2231-encode-string): Remove misimported Emacs code.
12909
12910 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12913         when calling mail-header-parse-content-type.
12914         (article-de-quoted-unreadable): Ditto.
12915         (article-de-base64-unreadable): Ditto.
12916         (article-wash-html): Ditto.
12917
12918         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12919         calling mail-header-parse-content-type and
12920         mail-header-parse-content-disposition.
12921         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12922         mail-header-parse-content-type.
12923
12924         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12925         insert charset and format parameters; encode description after
12926         inserting it to buffer.
12927         (mml-insert-parameter): Fold lines properly even if a parameter is
12928         segmented into two or more lines; change the max column to 76.
12929
12930         * rfc1843.el (rfc1843-decode-article-body): Don't use
12931         ignore-errors when calling mail-header-parse-content-type.
12932
12933         * rfc2231.el (rfc2231-parse-string): Return at least type if
12934         possible; don't cause an error even if it fails in parsing of
12935         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12936         (rfc2231-encode-string): Don't break lines at the beginning, leave
12937         it to mml-insert-parameter.
12938
12939         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12940         calling mail-header-parse-content-type.
12941
12942 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * spam-report.el (spam-report-gmane-use-article-number):
12945         Improve doc string.
12946         (spam-report-gmane-internal): Check if a suitable header was found
12947         in the article.
12948
12949 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12952         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12953
12954 2006-02-05  Romain Francoise  <romain@orebokech.com>
12955
12956         Update copyright notices of all files in the gnus directory.
12957
12958 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12959
12960         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12961
12962 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12965         segmented lines of parameter value to cope with Thunderbird 1.5
12966         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12968         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12969
12970 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12971
12972         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12973         parts.
12974
12975 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12976
12977         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12978         there's only one active file for all servers.
12979         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12980         solid groups.  Gnus might have used a FAST request to select the group.
12981         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12982         and nnweb-search redundantly in the active file.
12983         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12984         (nnweb-request-create-group): Don't use ARGS.
12985         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12986         initialisations.  Let nnoo do the work.
12987
12988 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12991         Say the part has been decoded.
12992
12993         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12994
12995 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12996
12997         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12998         mailcap-viewer-test-cache when there's no 'test clause, since that
12999         will invert the meaning of a "nil" test previously determined by
13000         mailcap-mailcap-entry-passes-test.
13001
13002 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13005         compiling.
13006
13007         * gnus-sum.el: Ditto.
13008
13009         * message.el: Don't bind tool-bar-map when compiling.
13010
13011 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13014
13015 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13016
13017         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13018         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13019         current Google Groups.
13020
13021 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13024         and tool-bar-mode.
13025
13026         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13027         and tool-bar-mode.
13028
13029         * message.el (message-tool-bar-update): Simplify.
13030         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13031
13032         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13033         gnus-summary-buffer.
13034         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13035         gnus-summary-reply.
13036
13037         * gmm-utils.el (gmm): Add :version.
13038
13039 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * Makefile.in (clean): New rule.
13042         (distclean): Use it.
13043
13044 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13045
13046         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13047         Don't autoload.
13048
13049 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gmm-utils.el (gmm-verbose): Add :group.
13052
13053 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * message.el: Change some comments WRT tool-bars.
13056
13057         * gnus-sum.el (gnus-summary-tool-bar)
13058         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13059         (gnus-summary-tool-bar-zap-list): New variables.
13060         (gnus-summary-make-tool-bar): Complete rewrite using
13061         `gmm-tool-bar-from-list'.
13062
13063         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13064         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13065         New variables.
13066         (gnus-group-make-tool-bar): Complete rewrite using
13067         `gmm-tool-bar-from-list'.
13068         (gnus-group-tool-bar-update): New function.
13069
13070         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13071
13072 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13075         is dissected into a single part of which the type is the same as
13076         the given one; decode charset.
13077
13078 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13079
13080         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13081         into alists as symbol not string, since that's what
13082         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13083         look for.
13084
13085 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13088         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13089
13090         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13091
13092 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13095         (gnus-xmas-mime-security-button-menu): New function.
13096
13097         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13098         (gnus-mime-security-button-menu): New definition.
13099         (gnus-mime-security-button-map): Use them.
13100         (gnus-mime-security-button-menu): New function.
13101         (gnus-insert-mime-security-button): Addition to help echo.
13102         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13103         (gnus-mime-security-pipe-part): New functions.
13104
13105         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13106         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13107
13108         * mm-decode.el (mm-handle-set-disposition): Remove.
13109         (mm-handle-set-description): Remove.
13110
13111 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13114         (mm-w3m-standalone-supports-m17n-p): New function.
13115         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13116         w3m usage.
13117
13118         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13119         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13120
13121 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * message.el (message-tool-bar-zap-list):
13124         Use gmm-tool-bar-zap-list as custom type.
13125         (message-tool-bar-update): New function.
13126         (message-tool-bar, message-tool-bar-gnome)
13127         (message-tool-bar-retro): Add message-tool-bar-update.
13128         (message-tool-bar-gnome): Add flyspell-buffer.
13129
13130         * gnus-util.el (gnus-error): Describe `args'.
13131
13132         * gmm-utils.el (gmm-error): Describe `args'.
13133         (gmm-tool-bar-zap-list): New widget.
13134         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13135
13136 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13139         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13140         the number of recursive calls.
13141
13142         * mm-decode.el (mm-handle-set-disposition): New macro.
13143         (mm-handle-set-description): New macro.
13144
13145 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13148         encoding.
13149
13150 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-tool-bar-zap-list, message-tool-bar)
13153         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13154         (message-tool-bar-local-item-from-menu): Remove.
13155         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13156         (message-make-tool-bar): New function.
13157         (message-mode): Use `message-make-tool-bar'.
13158
13159         * gmm-utils.el: New file.
13160         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13161         (gmm-lazy): New widget copied from `nnmail.el'.
13162         (gmm-tool-bar-from-list): New function for creating customizable
13163         tool bars.
13164         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13165         output.
13166         (gmm): Add :prefix to defgroup.
13167
13168 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13169
13170         * gmm-utils.el (gmm-widget-p): New function.
13171
13172 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * mml.el (mml-attach-file): Describe `description' in doc string.
13175         (mml-menu): Add Emacs MIME manual and PGG manual.
13176
13177 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13178
13179         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13180
13181 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13182
13183         * nntp.el (nntp-end-of-line): Doc fix.
13184
13185 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13186
13187         * imap.el (imap-open): Handle case where buffer is a buffer
13188         object.
13189
13190 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * gnus-delay.el (gnus-delay): Don't autoload.
13193         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13194         to be re-loaded when customizing the `gnus-delay' group.
13195
13196 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13197
13198         * message.el (message-insert-citation-line): Use newlines.
13199
13200 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13201
13202         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13203         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13204         these routines, so the passphrase can be managed externally and
13205         passed in to the system.
13206         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13207         pgg-add-passphrase-to-cache function.
13208
13209         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13210         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13211         these routines, so the passphrase can be managed externally and
13212         passed in to the system.
13213         (pgg-pgp5-sign-region): Use new name of
13214         pgg-add-passphrase-to-cache function.
13215
13216 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13217
13218         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13219         part of the decoded armor to find the key-identifier.
13220         (pgg-gpg-lookup-key-owner): New function to return the
13221         human-readable identifier of a key owner.
13222         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13223         itself.
13224         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13225         the key value) if we have a key and can match it against a secret
13226         key.  Also, added a note pointing out fact that the prompt only
13227         indicates the first matching key.
13228
13229         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13230         pgg-decrypt-region.
13231         (pgg-add-passphrase-to-cache): Rename from
13232         `pgg-add-passphrase-cache' to reduce confusion (all callers
13233         changed).
13234         (pgg-remove-passphrase-from-cache): Rename from
13235         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13236         changed).
13237         (pgg-read-passphrase, pgg-add-passphrase-cache)
13238         (pgg-remove-passphrase-cache): Add informative docstrings.
13239         (pgg-decrypt): Convey provided passphrase in subordinate call to
13240         pgg-decrypt-region.
13241
13242 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13243
13244         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13245         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13246         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13247         'passphrase' argument, so the passphrase can be managed externally
13248         and then passed in to the system.
13249
13250         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13251         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13252         so the passphrase cache can be used reliably with identifiers
13253         besides a pgp packet's key id.
13254
13255         * pgg-gpg.el (pgg-gpg-encrypt-region)
13256         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13257         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13258         these routines, so the passphrase can be managed externally and
13259         passed in to the system.
13260
13261         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13262         'notruncate' argument, so the passphrase cache can be used
13263         reliably with identifiers besides a pgp packet's key id.
13264
13265 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13266
13267         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13268         symmetric encryption.
13269         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13270         encrypted session key.
13271         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13272         message ask for the passphrase in a proper way.
13273
13274         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13275         New user commands for symmetric encryption.
13276
13277 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13280
13281         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13282
13283 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13284
13285         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13286
13287 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * mm-decode.el (mm-inlined-types): Add application/pgp.
13290         (mm-automatic-display): Ditto.
13291
13292         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13293         part as text.
13294
13295 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * nnrss.el: Update copyright.
13298         (nnrss-opml-import): Query whether to subscribe to each entry.
13299
13300         * gnus-art.el:
13301         * gnus-sum.el:
13302         * gnus-xmas.el:
13303         * messagexmas.el:
13304         * mm-uu.el:
13305         * mm-view.el: Update copyright.
13306
13307 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * message.el (message-info): New function.
13310         (message-mode-menu): Add it.
13311         Update copyright.
13312
13313         * ChangeLog: Fix and update copyright.
13314
13315 2006-01-13  Romain Francoise  <romain@orebokech.com>
13316
13317         * message.el (message-forward-subject-name-subject): Prefer the
13318         address to 'nowhere' if the sender has no name.
13319         Fix typo.  Update copyright year.
13320
13321 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (article-wash-html):
13324         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13325         (gnus-article-wash-html-with-w3m-standalone): New function.
13326
13327         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13328         mm-inline-text-html-render-with-w3m-standalone.
13329         (mm-text-html-washer-alist): Map w3m-standalone to
13330         gnus-article-wash-html-with-w3m-standalone.
13331         (mm-inline-text-html-render-with-w3m-standalone): New function.
13332
13333 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13336         Improve LaTeX.
13337
13338 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13341         (nnrss-request-article): Render text/plain parts as HTML.
13342
13343         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13344         the buffer.
13345
13346 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13349         custom definition of `gnus-posting-styles'.
13350
13351         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13352         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13353
13354 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13357         Use nntp for bug archive.
13358
13359 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13362         parts.
13363         (nnrss-normalize-date): New function converts ISO 8601 date into
13364         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13365         (nnrss-check-group): Use it.
13366
13367 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13370
13371         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13372         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13373         (nnrss-insert-w3): Ditto.
13374
13375 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13378         the articles to be forwarded including the case where neither a
13379         number of articles nor a region is specified.
13380
13381 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nnrss.el (nnrss-request-article): Fix last change; fill
13384         text/plain parts.
13385
13386 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13389         in text/plain part.
13390         (nnrss-check-group): Don't add excessive newline to dc:subject.
13391
13392 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13393
13394         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13395         article.
13396
13397 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13400         (nnml-use-compressed-files, nnml-save-mail): Support other
13401         comression programs such as bzip2.
13402
13403 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * dns.el (query-dns): Make sure we check the buffer size before
13406         removing tcp headers.
13407
13408 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13411         remove MIME buttons associated with multipart/alternative parts.
13412         (gnus-mime-display-alternative): Tag buttons using `article-type'
13413         text property.
13414
13415         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13416         associated with multipart/alternative parts.
13417
13418         * gnus-art.el (gnus-signature-separator): Fix custom type.
13419
13420         * mm-decode.el (mm-inlined-types): Fix custom type.
13421         (mm-keep-viewer-alive-types): Ditto.
13422         (mm-automatic-display): Ditto.
13423         (mm-attachment-override-types): Ditto.
13424         (mm-inline-override-types): Ditto.
13425         (mm-automatic-external-display): Ditto.
13426
13427 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * spam-report.el (spam-report-user-mail-address)
13430         (spam-report-user-agent): New variables.
13431         (spam-report-url-ping-plain): Use spam-report-user-agent.
13432
13433 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13434
13435         * gnus-art.el (gnus-button-handle-custom): Do not just use
13436         `customize-apropos' for any "M-x customize-*" button but the
13437         function called for.  Accept both the function name and its
13438         argument in order to achieve this.
13439         (gnus-button-alist): Remove support for "custom:" URL's.
13440         Pass function name to `gnus-button-handle-custom' in case of "M-x
13441         customize-*" buttons.
13442
13443 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13446         multipart/alternative and add xref to mm-discouraged-alternatives
13447         in doc string.
13448
13449         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13450         gnus-buttonized-mime-types in doc string.
13451
13452 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13455         Suggest image/.* in the doc string.
13456
13457 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13460         message-marks (Debian bug #342521).
13461
13462 2005-12-12  Simon Josefsson  <jas@extundo.com>
13463
13464         * password.el (password-read-from-cache): Add.
13465         (password-read): Use it.
13466
13467 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * rfc2047.el (rfc2047-charset-to-coding-system):
13470         Recognize us-ascii as a MIME charset.
13471
13472         * mm-bodies.el (mm-decode-content-transfer-encoding):
13473         Protect against the case where the 2nd arg TYPE is nil.
13474
13475 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * pop3.el (pop3-stream-type): Fix custom version.
13478
13479         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13480
13481 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13482
13483         * mm-decode.el (mm-display-external): Add missing cdr.
13484
13485 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13488         RFC1524) if it is in mailcap or add a suffix according to
13489         mailcap-mime-extensions when generating a temp filename; postpone
13490         deleting a temp file for 2 seconds for some wrappers, shell
13491         scripts, and so on, which might exit right after having started a
13492         viewer command as a background job.
13493
13494 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * nntp.el (nntp-marks-directory): Fix custom group.
13497
13498         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13499         steps when < 10.
13500
13501         * gnus-start.el (gnus-no-server-1):
13502         Mention `gnus-level-default-subscribed' in doc string.
13503
13504 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13505
13506         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13507         parens.
13508
13509 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-xmas.el (gnus-use-toolbar): Revert.
13512         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13513         gnus-use-toolbar is default.
13514
13515         * messagexmas.el (message-use-toolbar): Revert.
13516         (message-setup-toolbar): Use global default-toolbar if
13517         message-use-toolbar is default.
13518
13519 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13522         according to default-toolbar-visible-p.
13523
13524         * messagexmas.el (message-use-toolbar): Ditto.
13525
13526 2005-11-26  Dave Love  <fx@gnu.org>
13527
13528         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13529         (tls-program, tls-success): Provide openssl alternative.
13530
13531         * starttls.el: Doc fixes.
13532         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13533         SERVICE to PORT.
13534
13535         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13536         port null or service name.
13537         (starttls-negotiate): Autoload.
13538
13539 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * message.el (message-kill-to-signature): Fix interactive spec.
13542
13543 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * pop3.el (pop3-open-server): Recognize a string as a service name.
13546
13547 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13548
13549         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13550
13551 2005-11-23  Dave Love  <fx@gnu.org>
13552
13553         Add pop3s, pop3/starttls.
13554
13555         * pop3.el (pop3-authentication-scheme): Clarify doc.
13556         (open-tls-stream, starttls-open-stream): Autoload.
13557         (pop3-stream-type): New.
13558         (pop3-open-server): Use it.
13559
13560         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13561         for POP.
13562         (mail-source-keyword-map): Add :stream for POP.
13563         (mail-source-fetch-pop): Use pop3-stream-type.
13564
13565 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13568         of current-time-string.
13569
13570 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13571
13572         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13573         date header.
13574
13575 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13576
13577         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13578         it can seriously impact performance as it bypasses the agent's
13579         local caches.
13580
13581 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13582
13583         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13584         must be explicitly online rather than "not explicitly offline" for
13585         its flags to be synchronized.
13586
13587         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13588         that gnus-uu-unmark-thread will function correctly.
13589
13590         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13591         1024K is instead displayed as 1M.
13592
13593 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13594
13595         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13596
13597 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13598
13599         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13600
13601 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13602
13603         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13604         error message to display actual error condition.
13605         (gnus-agent-save-local): Avoid saving symbols that are bound to
13606         nil as they simply result in a warning message in
13607         gnus-agent-read-local.
13608
13609 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13612         rather than make-variable-buffer-local for file-precious-flag.
13613
13614 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13615
13616         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13617         for duplicates which are removed.  The invalid sort check then
13618         triggers a rescan after the sort as sorting may have moved
13619         duplicate entries such that they can be cheaply detected.
13620
13621 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13624
13625 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13626
13627         * gnus-agent.el (gnus-agent-article-alist-save-format):
13628         Change internal variable to a custom variable.  Change default value
13629         from compressed(2) to uncompressed(1).
13630         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13631         support for uncompressed agentview files.  Taken together, reading
13632         the agentview file should now be 6-7 times faster.
13633
13634 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13635
13636         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13637         as a buffer-local variable.  This avoids creating truncated
13638         dribble files as a result of a hang up, eg.
13639
13640 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13641
13642         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13643         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13644         XEmacs.
13645
13646 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * gnus-start.el (gnus-start-draft-setup):
13649         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13650
13651         * gnus.el (gnus-splash): Change custom group.
13652         (gnus-group-get-parameter, gnus-group-parameter-value):
13653         Describe allow-list argument.
13654
13655         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13656         string.
13657
13658 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-art.el (gnus-default-article-saver): Add user-defined
13661         `function' to custom type.
13662
13663 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13664
13665         * imap.el (imap-open): Handle case where buffer is a buffer
13666         object.
13667
13668 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13671         long lines.
13672         (gnus-cache-delete-group): Wrap doc strings.
13673
13674         * gnus-agent.el (gnus-agent-rename-group)
13675         (gnus-agent-delete-group): Wrap doc strings.
13676
13677 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * messagexmas.el (message-use-toolbar): Change the valid values
13680         into default, top, bottom, left, and right.
13681         (message-toolbar-thickness): New variable.
13682         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13683         well.
13684         (message-setup-toolbar): Make it work.
13685
13686         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13687         (gnus-use-toolbar): Change the valid values into default, top,
13688         bottom, left, and right.
13689         (gnus-toolbar-thickness): New variable.
13690         (gnus-xmas-setup-toolbar): New function.
13691         (gnus-xmas-setup-group-toolbar): Use it.
13692         (gnus-xmas-setup-summary-toolbar): Use it.
13693
13694 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * gnus-start.el (gnus-1): Add "native" to
13697         gnus-predefined-server-alist.
13698
13699         * gnus.el (gnus-method-to-server): Don't add "native" to the
13700         lists here, because that leads to problems when
13701         gnus-select-method is bound.
13702
13703 2005-11-09  Simon Josefsson  <jas@extundo.com>
13704
13705         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13706         use (not sort-by-date) instead.
13707
13708 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13709
13710         * gnus-delay.el (gnus-delay-group): Don't autoload.
13711         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13712         to be re-loaded when customizing the `gnus-delay' group.
13713
13714 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13715
13716         * message.el: Revert last changes.
13717         (message-insert-citation-line): Use newlines.
13718
13719 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13720
13721         * message.el (message-courtesy-message)
13722         (message-mark-insert-begin, message-mark-insert-end)
13723         (message-elide-ellipsis, message-cancel-message)
13724         (message-add-header, message-change-subject)
13725         (message-cross-post-followup-to-header)
13726         (message-cross-post-insert-note, message-reduce-to-to-cc)
13727         (message-widen-reply, message-delete-not-region)
13728         (message-kill-to-signature, message-insert-signature)
13729         (message-insert-importance-high, message-insert-importance-low)
13730         (message-insert-or-toggle-importance)
13731         (message-insert-disposition-notification-to)
13732         (message-indent-citation, message-yank-original)
13733         (message-cite-original-without-signature, message-cite-original)
13734         (message-insert-citation-line, message-position-on-field)
13735         (message-fix-before-sending, message-send-mail-partially)
13736         (message-send-mail, message-send-mail-with-sendmail)
13737         (message-send-mail-with-qmail, message-send-news)
13738         (message-check-news-header-syntax, message-generate-headers)
13739         (message-insert-courtesy-copy, message-fill-address)
13740         (message-fill-header, message-shorten-references)
13741         (message-setup-1, message-cancel-news)
13742         (message-forward-make-body-plain, message-forward-make-body-mime)
13743         (message-forward-make-body-mml, message-encode-message-body)
13744         (message-forward-make-body-digest-plain)
13745         (message-forward-make-body-digest-mime)
13746         (message-use-alternative-email-as-from): Insert `hard-newline'
13747         instead of ordinary newlines.
13748
13749 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * message.el (message-generate-headers): Downcase the argument
13752         given to message-check-element.
13753
13754 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13755
13756         * nntp.el (nntp-authinfo-rejected): New error condition.
13757         (nntp-wait-for): Use new error condition to signal authentication
13758         error.
13759         (nntp-retrieve-data): Rethrow new error condition to break out of
13760         recursive call to nntp-send-authinfo.
13761
13762 2005-11-08  Romain Francoise  <romain@orebokech.com>
13763
13764         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13765         (gnus-summary-exit-map): Bind to `Z p'.
13766         (gnus-summary-make-menu-bar): Add menu item.
13767
13768 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13771         (gnus-treat-*): Add `first' in all doc strings.
13772
13773         * gnus-group.el (gnus-group-compact-group): Fix typo.
13774
13775 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus.el (gnus-parameters-case-fold-search): New variable.
13778         (gnus-parameters-get-parameter): Use it.
13779
13780         * gnus-score.el (gnus-home-score-file): Doc fix.
13781
13782 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13783
13784         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13785
13786 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * mm-util.el (mm-special-display-p): New function.
13789
13790         * mml.el (mml-preview): Use it; doc fix.
13791
13792 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13793
13794         * imap.el (imap-open): Handle case where buffer is a buffer object.
13795
13796 2005-10-29  Romain Francoise  <romain@orebokech.com>
13797
13798         * message.el (message-fix-before-sending): Fix comment.
13799
13800 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13801
13802         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13803
13804 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13805
13806         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13807         Used in gnus-score.el.
13808
13809 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13812
13813 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13816         whitespace removed in revision 7.8.  Use concatenated string to
13817         protect trailing whitespace.
13818
13819 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13820
13821         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13822         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13823         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13824         Courier IMAP ("some version from 2004").  Mostly based on similar
13825         code in the same function.
13826
13827 2005-10-26  Didier Verna  <didier@xemacs.org>
13828
13829         * gnus-group.el (gnus-group-compact-group): Invalidate original
13830         article buffer.
13831         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13832         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13833         NOV database and in article itself.
13834         Invalidate article backlog.
13835
13836 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13839
13840 2005-10-26  Simon Josefsson  <jas@extundo.com>
13841
13842         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13843         part of 2004-07-25 change.
13844
13845 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * message.el (message-display-completion-list): New function.
13848         (message-expand-group): Use it; make sure the Completions buffer
13849         is modifiable.
13850 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13851
13852         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13853         user-mail-name is an empty string.
13854
13855 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13858         depending on gnus-score-decay-constant.
13859
13860         * encrypt.el (encrypt-insert-file-contents)
13861         (encrypt-write-file-contents): Don't use `gnus-message'.
13862
13863         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13864         arguments.
13865         (mm-uu-type-alist): Add message-marks and insert-marks.
13866         Pass arguments to mm-uu-verbatim-marks-extract.
13867         (mm-uu-hide-markers): New variable.
13868         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13869
13870         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13871         (gnus-convert-image-to-face-command): Use "convert" by default to
13872         allow other input image formats.
13873         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13874         accordingly.
13875
13876 2005-10-23  Simon Josefsson  <jas@extundo.com>
13877
13878         * imap.el (imap-gssapi-program): Align command line parameters
13879         with latest GNU SASL.
13880         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13881
13882 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13883
13884         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13885         HTML.
13886         (nnslashdot-request-article): Ditto.
13887
13888         * lpath.el (featurep): Add nobreak-char-display.
13889
13890 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13891
13892         * mail-source.el (mail-source-fetch-pop): Require pop3.
13893         (mail-source-check-pop): Ditto.
13894
13895 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13898         errors.
13899
13900 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13903         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13904
13905         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13906
13907         * mm-bodies.el (mm-decode-string):
13908         Call `mm-charset-to-coding-system' with allow-override argument.
13909
13910 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13913         (rfc2047-charset-to-coding-system): New function.
13914         (rfc2047-decode-encoded-words): New function.
13915         (rfc2047-decode-region): Use them.
13916         (rfc2047-decode-cte): Remove.
13917         (rfc2047-parse-and-decode): Remove.
13918         (rfc2047-decode): Remove.
13919
13920 2005-10-15  Kenichi Handa  <handa@m17n.org>
13921
13922         * rfc2047.el (rfc2047-decode-cte): New function.
13923         (rfc2047-decode-region): Change the way to decode successive
13924         encoded-words: decode B- or Q-encoding in each encoded-word,
13925         concatenate them, and decode it as charset.
13926
13927 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * lpath.el: Fbind codepage-setup for XEmacs.
13930
13931 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13932
13933         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13934         widget-move-and-invoke.
13935         (gnus-custom-mode): Use gnus-custom-map.
13936
13937 2005-10-15  Bill Wohler  <wohler@newt.com>
13938
13939         * message.el (message-tool-bar-map): Rename image file from
13940         mail_send to mail/send.
13941
13942 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13943
13944         * message.el (message-expand-group): Pass the common
13945         prefix substring of completion to `display-completion-list'.
13946
13947 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * mml-sec.el (mml-secure-method): New internal variable.
13950         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13951         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13952         New functions using mml-secure-method.
13953
13954         * mml.el (mml-mode-map): Add key bindings for those functions.
13955         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13956         Harder <harder@myrealbox.com>.
13957         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13958         Goto end of message if point is the headers of the message.
13959
13960         * message.el (message-in-body-p): New function.
13961
13962         * assistant.el: Autoload gnus-util and netrc.
13963
13964         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13965         Use `mm-charset-override-alist' only when decoding.
13966
13967         * mm-bodies.el (mm-decode-body):
13968         Call `mm-charset-to-coding-system' with allow-override argument.
13969
13970         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13971         `filename' from Content-Disposition if Content-Type doesn't
13972         provide `name'.
13973         (gnus-mime-view-part-as-type): Set default instead of
13974         initial-input.
13975
13976 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13977
13978         * format-spec.el (format-spec): Propagate text properties of % spec.
13979
13980 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * gnus-art.el (gnus-treat-predicate): Add `first'.
13983
13984 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13987         (mm-charset-override-alist): New variable.
13988         (mm-charset-to-coding-system): Use it.
13989         (mm-codepage-setup): New helper function.
13990         (mm-charset-eval-alist): New variable.
13991         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13992         Warn about unknown charsets.
13993
13994         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13995
13996 2005-10-04  David Hansen  <david.hansen@gmx.net>
13997
13998         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13999         (nnrss-check-group): Ditto.
14000
14001 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14004         Rename x-gnus-verbatim to x-verbatim.
14005         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14006
14007         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14008         x-verbatim.
14009
14010         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14011
14012         * gnus-util.el (gnus-remove-duplicates): Remove.
14013
14014         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14015         instead of gnus-remove-duplicates.
14016
14017         * message.el (message-remove-duplicates): Remove.
14018         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14019         message-remove-duplicates.
14020
14021         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14022         available, else use implementation from `delete-dups'.
14023
14024         * message.el (message-insert-expires): New function.
14025         (message-mode-map): Add key binding.
14026         (message-mode-field-menu): Add menu entry.
14027         (message-mode): Document it.
14028         (message-make-expires-date): Use `message-make-date'.
14029
14030 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14031
14032         * message.el (message-make-expires-date): New function.
14033
14034 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * Makefile.in (list-installed-shadows): New entry.
14037         (install): Use it.
14038         (remove-installed-shadows): New entry.
14039
14040         * dgnushack.el (dgnushack-default-load-path): New variable.
14041         (dgnushack-find-lisp-shadows): New function.
14042         (dgnushack-remove-lisp-shadows): New function.
14043
14044 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * Makefile.in (install-el-elc): New entry.
14047         (install): Use it so that .el files are necessarily installed.
14048
14049 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14052
14053 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14054
14055         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14056         function rather than the diff-mode.el package.
14057         (mm-display-external): Use with-current-buffer.
14058         (mm-viewer-completion-map, mm-viewer-completion-map):
14059         Move initialization inside declaration.
14060
14061 2005-09-29  Simon Josefsson  <jas@extundo.com>
14062
14063         * spam.el: Load hashcash when compiling, to avoid warnings.
14064         Don't autoload mail-check-payment.
14065         (spam-check-hashcash): Define unconditionally, since hashcash.el
14066         is part of Gnus now.  Ignore errors from payment checking.
14067
14068 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * message.el (message-bold-region, message-unbold-region):
14071         Rename from `bold-region' and `unbold-region'.
14072
14073         * message.el: Remove useless autoloads.
14074
14075 2005-09-28  Simon Josefsson  <jas@extundo.com>
14076
14077         * message.el (message-use-idna): Default to t.
14078         (message-use-idna): Test whether encoding works too.  Doc fix.
14079
14080 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * nntp.el (nntp-warn-about-losing-connection): Remove.
14083
14084 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14087         customizable.  Change default value.
14088         (mm-uu-diff-groups-regexp): Change default value.
14089         (mm-uu-type-alist): Add doc string.
14090         (mm-uu-configure): Add doc string.  Make it interactive.
14091         (mm-uu-tex-groups-regexp): New variable.
14092         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14093         (mm-uu-type-alist): Add LaTeX documents.
14094         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14095         of "text/verbatim".
14096         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14097
14098         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14099         instead of "text/verbatim".
14100
14101         * message.el (message-mark-inserted-region)
14102         (message-mark-insert-file): Use slrn style marks when called with
14103         prefix argument.
14104
14105 2005-09-27  Simon Josefsson  <jas@extundo.com>
14106
14107         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14108
14109 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14110
14111         * message.el (message-remove-duplicates): New function.
14112         Implementation borrowed from `gnus-remove-duplicates'.
14113         (message-idna-to-ascii-rhs): Also encode idna addresses in
14114         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14115         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14116         only ask about the same idna domain once per header and also tell
14117         in what header to replace the idna domain.
14118
14119         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14120         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14121         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14122         a header is decoded and not just the last one.
14123
14124 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14127         has been decoded.
14128
14129         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14130         (mm-insert-part): Don't modify text if it has been decoded.
14131
14132         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14133         decoded.
14134
14135         * mm-view.el (mm-inline-text): Don't strip text props unless
14136         decoding enriched or richtext parts.
14137
14138 2005-09-25  Romain Francoise  <romain@orebokech.com>
14139
14140         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14141         * gnus-start.el (gnus-subscribe-interactively):
14142         * gnus-uu.el (gnus-uu-grab-articles):
14143         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14144         space.
14145
14146 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14147
14148         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14149         * mm-view.el (mm-view-pkcs7-decrypt):
14150         * gnus-sum.el (gnus-summary-limit-to-extra)
14151         (gnus-summary-respool-article, gnus-read-move-group-name):
14152         * gnus-score.el (gnus-summary-increase-score):
14153         * gnus-util.el (gnus-completing-read-with-default):
14154         * gnus-art.el (gnus-read-save-file-name)
14155         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14156         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14157         * message.el (message-check-news-header-syntax):
14158         Follow convention for reading with the minibuffer.
14159
14160 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * spam-report.el (spam-report-url-ping-plain):
14163         Use gnus-extended-version as User-Agent.
14164
14165         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14166         default value is nil.
14167
14168         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14169         (mm-uu-verbatim-marks-extract): New function.
14170         (mm-uu-extract): New face.
14171         (mm-uu-copy-to-buffer): Use it.
14172
14173         * spam-report.el (spam-report-gmane-ham): Rename from
14174         `spam-report-gmane-unspam'.
14175         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14176         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14177
14178         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14179         Autoload.
14180         (spam-report-gmane-unregister-routine):
14181         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14182
14183 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14186         (spam-report-gmane-unregister-routine): Add support for gmane
14187         unregistration.
14188
14189         * spam-report.el (spam-report-gmane-unspam)
14190         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14191         (spam-report-gmane): Change to take a single article and do unspam
14192         registration.
14193
14194 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * mm-url.el (mm-url-decode-entities): Fix regexp.
14197
14198 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14199
14200         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14201         default to nil, to be able to use Gnus at all.  If the default
14202         switches to something else, then the function should be fixed not
14203         be exceedingly slow.
14204
14205 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14206
14207         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14208         fail hard.
14209
14210         * spam-report.el: Add better Keywords line.
14211
14212         * spam.el: Add Maintainer and better Keywords line.
14213
14214 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-art.el (gnus-article-replace-part)
14217         (gnus-mime-replace-part): New functions.
14218         (gnus-mime-action-alist, gnus-mime-button-commands)
14219         (gnus-mime-save-part-and-strip): Add file argument.
14220         (gnus-article-part-wrapper): Add interactive argument.
14221
14222         * gnus-sum.el (gnus-summary-mime-map):
14223         Add `gnus-article-replace-part'.
14224
14225 2005-09-19  Didier Verna  <didier@xemacs.org>
14226
14227         The nnml compaction feature:
14228         * nnml.el (nnml-request-compact-group): New function.
14229         * nnml.el (nnml-request-compact): New function.
14230         * gnus-int.el (gnus-request-compact-group): New function.
14231         * gnus-int.el (gnus-request-compact): New function.
14232         * gnus-group.el (gnus-group-compact-group): New function.
14233         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14234         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14235         * gnus-srvr.el (gnus-server-compact-server): New function.
14236         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14237         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14238
14239 2005-09-18  Deepak Goel  <deego@gnufans.org>
14240
14241         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14242         format spec.
14243
14244 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14247
14248 2005-09-15  Romain Francoise  <romain@orebokech.com>
14249
14250         * message.el (message-fill-paragraph): Clarify docstring.
14251
14252 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-art.el (gnus-mime-display-part): Protect against broken
14255         MIME messages.
14256
14257 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14260         before parsing header.
14261
14262 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14263
14264         * html2text.el (html2text-replace-list): Add new entities.
14265
14266 2005-09-11  Romain Francoise  <romain@orebokech.com>
14267
14268         * message.el (message-alternative-emails): Improve docstring.
14269         (message-setup-1): Call `message-use-alternative-email-as-from'
14270         after `message-setup-hook' to give it precedence over posting
14271         styles, etc.
14272         (message-use-alternative-email-as-from): Add docstring.
14273         Remove the original From header if present.
14274
14275         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14276         (nnml-save-mail): Use it.
14277
14278         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14279         articles.  Add new argument `silent'.
14280         (gnus-uu-mark-all): Report the total number of marked articles.
14281
14282 2005-09-10  Romain Francoise  <romain@orebokech.com>
14283
14284         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14285         (gnus-uu-mark-series): Likewise.
14286
14287 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * spam-report.el (spam-report-gmane): Fix generation of spam
14290         report URL.
14291
14292 2005-09-10  Simon Josefsson  <jas@extundo.com>
14293
14294         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14295         t, based on discussion on the ding list with Robert Epprecht
14296         <epprecht@solnet.ch>.
14297
14298 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * spam-report.el (spam-report-gmane): Make it work without
14301         X-Report-Spam header.  Gmane now only provides Archived-At.
14302         This is only used if `spam-report-gmane-use-article-number' is nil.
14303         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14304
14305         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14306         make `gnus-summary-sort-by-recipient' work with threading.
14307
14308         * nnweb.el (nnweb-google-wash-article): Print a message if article
14309         is not available.
14310
14311 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14312
14313         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14314         change.  Decode text/* parts content before displaying.
14315
14316 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14319
14320 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14323
14324         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14325         url-package-name, url-package-version,
14326         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14327         w3m-display-inline-images, and w3m-minor-mode-map.
14328
14329 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * message.el (message-tab-body-function): Fix mismatched custom type.
14332
14333         * gnus.el (gnus-group-change-level-function): Ditto.
14334
14335         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14336
14337         * gnus-art.el (gnus-signature-limit)
14338         (gnus-article-mime-part-function): Ditto.
14339
14340 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mml.el (mml-mode): Silence the byte compiler.
14343
14344         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14345         using `(sit-for 0)' before moving the point to the specified part;
14346         skip unbuttonized parts.
14347         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14348         return to the summary window if gnus-auto-select-part is non-nil.
14349
14350 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14353         New variables.
14354         (mml-dnd-attach-file, mml-mode): Use them.
14355
14356         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14357         Make fetching article by MID work again for Google Groups.
14358         Add FIXME concerning gnus-group-make-web-group.
14359
14360         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14361         Don't depend on Gnus by using mail-extract-address-components if
14362         gnus-extract-address-components is not bound.
14363
14364 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14365
14366         * gnus-art.el (gnus-mime-display-security): Don't display the
14367         signature, but only the signed part.
14368
14369 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14372
14373         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14374         list, not listp.
14375
14376 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14377
14378         * mm-encode.el (mm-encode-content-transfer-encoding):
14379         Likewise when encoding.
14380
14381         * mm-bodies.el (mm-decode-content-transfer-encoding):
14382         De-canonicalize CRLF for all text content types, not just
14383         text/plain.
14384
14385 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14388         valid article; point arrow and cursor at the MIME button.
14389
14390 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14393         Suggested by Dan Christensen <jdc@uwo.ca>.
14394
14395         * mm-decode.el (mm-save-part): Enable change of prompt.
14396
14397 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14398
14399         * gnus-msg.el (gnus-inews-add-send-actions):
14400         Make `message-post-method' lambda parameter ARG `&optional'.
14401
14402 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-sum.el (gnus-summary-mime-map):
14405         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14406         gnus-article-jump-to-part.
14407
14408         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14409         (gnus-article-edit-part): Use it.
14410         (gnus-article-part-wrapper): Add no-handle argument.
14411         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14412         New functions.
14413
14414 2005-08-29  Romain Francoise  <romain@orebokech.com>
14415
14416         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14417         docstring.
14418         (gnus-face-from-file): Likewise.
14419
14420 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14423         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14424         non-nil.
14425         (gnus-auto-select-part): New variable.
14426         (gnus-article-jump-to-part): New function.
14427         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14428         (gnus-mime-delete-part): Allow selecting specified part after
14429         deleting or stripping parts.
14430         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14431         part if argument is bogus.
14432
14433 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14434
14435         * gnus-art.el (w3m-minor-mode-map):
14436         * gnus-spec.el (gnus-newsrc-file-version):
14437         * gnus-util.el (nnmail-active-file-coding-system)
14438         (gnus-original-article-buffer, gnus-user-agent):
14439         * gnus.el (gnus-ham-process-destinations)
14440         (gnus-parameter-ham-marks-alist)
14441         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14442         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14443         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14444         * mm-decode.el (gnus-current-window-configuration):
14445         * mm-extern.el (gnus-article-mime-handles):
14446         * mm-url.el (url-current-object, url-package-name)
14447         (url-package-version):
14448         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14449         (smime-keys, w3m-cid-retrieve-function-alist)
14450         (w3m-current-buffer, w3m-display-inline-images)
14451         (w3m-minor-mode-map):
14452         * mml-smime.el (gnus-extract-address-components):
14453         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14454         (gnus-newsrc-hashtb, message-default-charset)
14455         (message-deletable-headers, message-options)
14456         (message-posting-charset, message-required-mail-headers)
14457         (message-required-news-headers):
14458         * mml1991.el (mc-pgp-always-sign):
14459         * mml2015.el (mc-pgp-always-sign):
14460         * nnheader.el (nnmail-extra-headers):
14461         * rfc1843.el (gnus-decode-encoded-word-function)
14462         (gnus-decode-header-function, gnus-newsgroup-name):
14463         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14464
14465 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14466
14467         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14468         the end of the date treatments.
14469
14470 2005-08-15  Simon Josefsson  <jas@extundo.com>
14471
14472         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14473         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14474         Capello and Romain Francoise.
14475         (pgg-fetch-key-function): Remove, not used?
14476         (pgg-insert-url-with-w3): Require url, to get
14477         url-insert-file-contents regardless of where it is defined.
14478
14479 2005-08-13  Romain Francoise  <romain@orebokech.com>
14480
14481         * message.el (message-cite-original-1): New function.
14482         (message-cite-original): Use it.
14483         (message-cite-original-without-signature): Ditto.
14484
14485 2005-08-08  Romain Francoise  <romain@orebokech.com>
14486
14487         * message.el (message-yank-empty-prefix): New variable.
14488         (message-indent-citation): Use it.
14489         (message-cite-original-without-signature): Respect X-No-Archive.
14490
14491 2005-08-08  Simon Josefsson  <jas@extundo.com>
14492
14493         * pgg.el: Autoload url-insert-file-contents instead of loading
14494         w3/url.
14495         (pgg-insert-url-with-w3): Don't load url here.
14496
14497 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14498
14499         * message.el (message-kill-to-signature): Don't insert newline at
14500         bol.
14501         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14502
14503 2005-08-06  Romain Francoise  <romain@orebokech.com>
14504
14505         * message.el (message-user-fqdn): Fix typo in docstring.
14506
14507 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14508
14509         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14510
14511         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14512
14513 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * mm-bodies.el (mm-encode-body): Use coding system rather than
14516         charset to encode text.
14517
14518         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14519         number of charsets if utf-8 is available (XEmacs).
14520
14521 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14524         taken from `gnus-button-mid-or-mail-regexp'.
14525         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14526         (gnus-button-alist): Improve regexp for domain part of the MIDs
14527         for news:localpart@domain buttons.
14528         (gnus-button-ctan-directory-regexp): Update.
14529
14530 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * sieve-manage.el (sieve-manage-interactive-login):
14533         Use make-local-variable rather than make-variable-buffer-local.
14534         (sieve-manage-open): Ditto.
14535         (sieve-manage-authenticate): Ditto.
14536
14537         * mml.el (mml-generate-mime-1): Make the content type default to
14538         text/plain if the filename is not specified.
14539
14540 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14543         instead of insert-buffer.
14544
14545         * message.el (message-yank-original): Ditto; set the mark at the
14546         end of the yanked message.
14547
14548 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14551         lines to scroll rather than to stop it.
14552
14553         * mml.el (mml-generate-default-type): Add doc string.
14554         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14555         default to application/octet-stream when determining the content
14556         type if it is not specified for the part or the mml contents; add
14557         a comment about mml-generate-default-type.
14558
14559 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14562         make it default to application/octet-stream when determining the
14563         content type if it is not specified for the external contents.
14564
14565 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14568         segmented parameter but also other parameters might be there.
14569
14570 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * mm-decode.el (mm-display-external): Delete temp file, directory
14573         and buffer immediately if the external process is exited.
14574
14575 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14578         fewer lines than that of scroll-margin.
14579         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14580
14581 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-art.el (gnus-article-next-page): Revert.
14584         (gnus-article-beginning-of-window): New macro.
14585         (gnus-article-next-page-1): Use it.
14586         (gnus-article-prev-page): Ditto.
14587         (gnus-article-edit-part): Use insert-buffer-substring instead of
14588         insert-buffer.
14589         (gnus-article-edit-exit): Ditto.
14590
14591         * gnus-util.el (gnus-beginning-of-window): Remove.
14592         (gnus-end-of-window): Remove.
14593
14594         * lpath.el: Don't bind header-line-format and scroll-margin.
14595
14596 2005-07-25  Simon Josefsson  <jas@extundo.com>
14597
14598         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14599         to have the url package without w3.  Reported by Daiki Ueno
14600         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14601
14602 2005-07-20  Didier Verna  <didier@xemacs.org>
14603
14604         * gnus-diary.el: Remove the description comment (nndiary is now
14605         properly documented in the Gnus manual).
14606         Fix the spelling of "Back End".
14607         * nndiary.el: Ditto.
14608         Fix the copyright notice.
14609
14610 2005-07-18  Romain Francoise  <romain@orebokech.com>
14611
14612         * gnus-sum.el (gnus-summary-to-prefix)
14613         (gnus-summary-newsgroup-prefix): New variables.
14614         (gnus-summary-from-or-to-or-newsgroups): Use them.
14615
14616 2005-07-17  Romain Francoise  <romain@orebokech.com>
14617
14618         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14619         space as it's generally not especially interesting to the user.
14620
14621 2005-07-16  Romain Francoise  <romain@orebokech.com>
14622
14623         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14624         nil to avoid prompting and file modification if one of the
14625         messages at the top of the nnfolder file contains a copyright
14626         notice.
14627         Update copyright notice.
14628
14629         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14630         instead of `current-time-string' as the latter creates a time
14631         string that is not RFC 2822 compliant (it lacks the zone).
14632         Update copyright notice.
14633
14634 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14635
14636         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14637         for text/rtf.  Display default in prompt.  Pass default for M-n.
14638
14639         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14640
14641 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14642
14643         * gnus-msg.el (gnus-button-mailto):
14644         Remove save-selected-window-window hackery because it relies on
14645         save-selected-window internals.
14646
14647 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14650         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14651         (gnus-article-prev-page): Ditto.
14652
14653         * gnus-util.el (gnus-beginning-of-window): New function.
14654         (gnus-end-of-window): New function.
14655
14656         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14657
14658 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14659
14660         * gnus-score.el (gnus-score-edit-all-score):
14661         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14662         gnus-message.
14663
14664 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14665
14666         * gnus-msg.el (gnus-button-mailto):
14667         Remove save-selected-window-window hackery because it relies on
14668         save-selected-window internals.
14669
14670 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14673         add-minor-mode.
14674         (gnus-binary-mode): Ditto.
14675
14676         * gnus-topic.el (gnus-topic-mode): Ditto.
14677
14678 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14679
14680         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14681         (gnus-article-prev-page): Take scroll-margin into consideration.
14682
14683 2005-07-04  Lute Kamstra  <lute@gnu.org>
14684
14685         Update FSF's address in GPL notices.
14686
14687 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14688
14689         * gnus.el (gnus-exit):
14690         * gnus-group.el (gnus-group-icons):
14691         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14692
14693         * gnus-nocem.el (gnus-nocem):
14694         * message.el (message-various, message-buffers, message-sending)
14695         (message-interface, message-forwarding, message-insertion)
14696         (message-headers, message-news, message-mail):
14697         * pgg-gpg.el (pgg-gpg):
14698         * pgg-parse.el (pgg-parse):
14699         * pgg-pgp.el (pgg-pgp):
14700         * pgg-pgp5.el (pgg-pgp5):
14701         * pop3.el (pop3): Finish `defgroup' description with period.
14702
14703 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (article-display-face): Improve the efficiency.
14706         (article-display-x-face): Ditto; remove grey x-face stuff.
14707
14708 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-art.el (article-display-face): Correct the position in
14711         which Faces are inserted.
14712
14713 2005-06-29  Didier Verna  <didier@xemacs.org>
14714
14715         * gnus-art.el (article-display-face): Display faces in correct
14716         order.
14717
14718 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14721         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14722         (gnus-nocem-check-article): Fetch the Type header.
14723         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14724         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14725         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14726         make sure gnus-nocem-hashtb is initialized.
14727         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14728         (gnus-nocem-unwanted-article-p): Ditto.
14729
14730         * pgg.el (pgg-verify): Return the verification result.
14731
14732 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14733
14734         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14735         is ascii.
14736
14737 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14738
14739         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14740         `show-nonbreak-escape'.
14741
14742 2005-06-23  Lute Kamstra  <lute@gnu.org>
14743
14744         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14745
14746         * dig.el (dig-mode):
14747         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14748
14749 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14750
14751         * nnimap.el (nnimap-split-download-body): Fix spellings.
14752
14753 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14754
14755         * gnus-art.el (gnus-article-encrypt-body):
14756         * gnus-cus.el (gnus-score-customize):
14757         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14758         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14759
14760 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14761
14762         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14763         header by looking for magic "MII" at the beginnig.
14764
14765 2005-06-16  Miles Bader  <miles@gnu.org>
14766
14767         * gnus-xmas.el (gnus-xmas-group-startup-message):
14768         Use renamed gnus-splash face.
14769
14770         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14771         (assistant-field-face): New backward-compatibility alias for renamed
14772         face.
14773         (assistant-render-text): Use renamed assistant-field face.
14774
14775         * spam.el (spam): Remove "-face" suffix from face name.
14776         (spam-face): New backward-compatibility alias for renamed face.
14777         (spam-face, spam-initialize): Use renamed spam face.
14778
14779         * message.el (message-header-to, message-header-cc)
14780         (message-header-subject, message-header-newsgroups)
14781         (message-header-other, message-header-name)
14782         (message-header-xheader, message-separator, message-cited-text)
14783         (message-mml): Remove "-face" suffix from face names.
14784         (message-header-to-face, message-header-cc-face)
14785         (message-header-subject-face, message-header-newsgroups-face)
14786         (message-header-other-face, message-header-name-face)
14787         (message-header-xheader-face, message-separator-face)
14788         (message-cited-text-face, message-mml-face):
14789         New backward-compatibility aliases for renamed faces.
14790         (message-font-lock-keywords): Use renamed message faces.
14791
14792         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14793         (sieve-test-commands, sieve-tagged-arguments):
14794         Remove "-face" suffix from face names.
14795         (sieve-control-commands-face, sieve-action-commands-face)
14796         (sieve-test-commands-face, sieve-tagged-arguments-face):
14797         New backward-compatibility aliases for renamed faces.
14798         (sieve-control-commands-face, sieve-action-commands-face)
14799         (sieve-test-commands-face, sieve-tagged-arguments-face):
14800         Use renamed sieve faces.
14801
14802         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14803         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14804         (gnus-group-news-3-empty, gnus-group-news-4)
14805         (gnus-group-news-4-empty, gnus-group-news-5)
14806         (gnus-group-news-5-empty, gnus-group-news-6)
14807         (gnus-group-news-6-empty, gnus-group-news-low)
14808         (gnus-group-news-low-empty, gnus-group-mail-1)
14809         (gnus-group-mail-1-empty, gnus-group-mail-2)
14810         (gnus-group-mail-2-empty, gnus-group-mail-3)
14811         (gnus-group-mail-3-empty, gnus-group-mail-low)
14812         (gnus-group-mail-low-empty, gnus-summary-selected)
14813         (gnus-summary-cancelled, gnus-summary-high-ticked)
14814         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14815         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14816         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14817         (gnus-summary-low-undownloaded)
14818         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14819         (gnus-summary-low-unread, gnus-summary-normal-unread)
14820         (gnus-summary-high-read, gnus-summary-low-read)
14821         (gnus-summary-normal-read, gnus-splash):
14822         Remove "-face" suffix from face names.
14823         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14824         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14825         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14826         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14827         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14828         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14829         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14830         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14831         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14832         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14833         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14834         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14835         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14836         (gnus-summary-normal-ticked-face)
14837         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14838         (gnus-summary-normal-ancient-face)
14839         (gnus-summary-high-undownloaded-face)
14840         (gnus-summary-low-undownloaded-face)
14841         (gnus-summary-normal-undownloaded-face)
14842         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14843         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14844         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14845         (gnus-splash-face):
14846         New backward-compatibility aliases for renamed faces.
14847         (gnus-group-startup-message): Use renamed gnus faces.
14848
14849         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14850         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14851         (gnus-server-agent): Remove "-face" suffix from face names.
14852         (gnus-server-agent-face, gnus-server-opened-face)
14853         (gnus-server-closed-face, gnus-server-denied-face)
14854         (gnus-server-offline-face):
14855         New backward-compatibility aliases for renamed faces.
14856         (gnus-server-agent-face, gnus-server-opened-face)
14857         (gnus-server-closed-face, gnus-server-denied-face)
14858         (gnus-server-offline-face): Use renamed gnus faces.
14859
14860         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14861         Remove "-face" suffix from face names.
14862         (gnus-picon-xbm-face, gnus-picon-face):
14863         New backward-compatibility aliases for renamed faces.
14864
14865         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14866         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14867         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14868         (gnus-cite-11): Remove "-face" suffix from face names.
14869         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14870         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14871         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14872         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14873         New backward-compatibility aliases for renamed faces.
14874         (gnus-cite-attribution-face, gnus-cite-face-list)
14875         (gnus-article-boring-faces): Use renamed gnus faces.
14876
14877         * gnus-art.el (gnus-signature, gnus-header-from)
14878         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14879         (gnus-header-content): Remove "-face" suffix from face names.
14880         (gnus-signature-face, gnus-header-from-face)
14881         (gnus-header-subject-face, gnus-header-newsgroups-face)
14882         (gnus-header-name-face, gnus-header-content-face):
14883         New backward-compatibility aliases for renamed faces.
14884         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14885
14886         * gnus-sum.el (gnus-summary-selected-face)
14887         (gnus-summary-highlight): Use renamed gnus faces.
14888         * gnus-group.el (gnus-group-highlight): Likewise.
14889
14890 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14891
14892         * gnus-sieve.el (gnus-sieve-article-add-rule):
14893         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14894         * spam-stat.el (spam-stat-buffer-change-to-spam)
14895         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14896
14897         * message.el (message-is-yours-p):
14898         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14899
14900 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mm-view.el (mm-inline-text): Withdraw the last change.
14903
14904 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14907         executing enriched-decode.
14908
14909 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14912         charset of tar files.
14913
14914 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14915
14916         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14917
14918 2005-06-04  Lute Kamstra  <lute@gnu.org>
14919
14920         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14921         information is never recorded.
14922
14923 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14924
14925         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14926
14927 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * pop3.el (pop3-apop): Run md5 in the binary mode.
14930
14931         * starttls.el (starttls-set-process-query-on-exit-flag):
14932         Use eval-and-compile.
14933
14934 2005-05-31  Simon Josefsson  <jas@extundo.com>
14935
14936         * smime.el (smime-replace-in-string): Define.
14937         (smime-cert-by-ldap-1): Use it.
14938
14939 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-art.el (article-display-x-face): Replace
14942         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14943
14944         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14945         set-process-query-on-exit-flag or process-kill-without-query.
14946
14947         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14948         loop instead of replace-regexp.
14949
14950         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14951         instead of process-kill-without-query if it is available.
14952
14953         * lpath.el: Fbind ldap-search-entries.
14954
14955         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14956         instead of find-file-hooks if it is available.
14957
14958         * mml1991.el: Bind pgg-default-user-id when compiling.
14959
14960         * mml2015.el: Bind pgg-default-user-id when compiling.
14961
14962         * nndraft.el (nndraft-request-associate-buffer):
14963         Use write-contents-functions instead of write-contents-hooks if it is
14964         available.
14965
14966         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14967         instead of find-file-hooks if it is available.
14968
14969         * nntp.el (nntp-open-connection): Replace
14970         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14971         (nntp-open-ssl-stream): Ditto.
14972         (nntp-open-tls-stream): Ditto.
14973
14974         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14975         set-process-query-on-exit-flag or process-kill-without-query.
14976         (starttls-open-stream-gnutls): Use it instead of
14977         process-kill-without-query.
14978         (starttls-open-stream): Ditto.
14979
14980 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14981
14982         * smime.el (smime-cert-by-ldap-1): Don't use
14983         replace-regexp-in-string.
14984
14985 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14986
14987         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14988
14989         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14990         in PEM format.  Adjust to the XEmacs compability.
14991
14992 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14995         by `string-to-number'.
14996         * gnus-agent.el (gnus-agent-regenerate-group)
14997         (gnus-agent-fetch-articles): Ditto.
14998         * gnus-art.el (gnus-button-fetch-group): Ditto.
14999         * gnus-cache.el (gnus-cache-generate-active)
15000         (gnus-cache-articles-in-group): Ditto.
15001         * gnus-group.el (gnus-group-set-current-level)
15002         (gnus-group-insert-group-line): Ditto.
15003         * gnus-score.el (gnus-score-set-expunge-below)
15004         (gnus-score-set-mark-below, gnus-summary-score-effect)
15005         (gnus-summary-score-entry): Ditto.
15006         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15007         (gnus-soup-pack): Ditto.
15008         * gnus-spec.el (gnus-xmas-format): Ditto.
15009         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15010         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15011         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15012         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15013         * nndb.el (nndb-get-remote-expire-response): Ditto.
15014         * nndiary.el (nndiary-parse-schedule-value)
15015         (nndiary-string-to-number, nndiary-request-replace-article)
15016         (nndiary-request-article): Ditto.
15017         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15018         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15019         * nneething.el (nneething-make-head): Ditto.
15020         * nnfolder.el (nnfolder-request-article)
15021         (nnfolder-retrieve-headers): Ditto.
15022         * nnheader.el (nnheader-file-to-number): Ditto.
15023         * nnkiboze.el (nnkiboze-request-article): Ditto.
15024         * nnmail.el (nnmail-process-unix-mail-format)
15025         (nnmail-process-babyl-mail-format): Ditto.
15026         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15027         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15028         (nnmh-request-create-group, nnmh-request-list-1)
15029         (nnmh-request-group, nnmh-request-article): Ditto.
15030         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15031         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15032         * nnsoup.el (nnsoup-make-active): Ditto.
15033         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15034         * nntp.el (nntp-find-group-and-number)
15035         (nntp-retrieve-headers-with-xover): Ditto.
15036         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15037         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15038         (pgg-format-key-identifier): Ditto.
15039         * pop3.el (pop3-last, pop3-stat): Ditto.
15040         * qp.el (quoted-printable-decode-region): Ditto.
15041
15042         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15043         of concat.
15044
15045 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15048
15049         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15050
15051         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15052
15053         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15054
15055         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15056
15057         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15058
15059         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15060         (gnus-carpal-mode): Ditto.
15061
15062         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15063         (gnus-browse-mode): Ditto.
15064
15065         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15066
15067         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15068
15069 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15070
15071         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15072
15073 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-util.el (gnus-run-mode-hooks): New function.
15076
15077         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15078
15079         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15080         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15081
15082 2005-05-27  Lute Kamstra  <lute@gnu.org>
15083
15084         * dns-mode.el (dns-mode): Specify customization group.
15085
15086 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15087
15088         * gnus-agent.el (gnus-agent-make-mode-line-string):
15089         Use mode-line-highlight as mouse-face.
15090
15091 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * canlock.el (canlock): Change the parent group to news.
15094
15095         * deuglify.el (gnus-outlook-deuglify): Add :group.
15096
15097         * dig.el (dig): Add :group.
15098
15099         * dns-mode.el (dns-mode): Add :group.
15100
15101         * encrypt.el (encrypt): Add :group.
15102
15103         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15104         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15105         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15106         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15107         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15108
15109         * gnus-diary.el (gnus-diary): Add :group.
15110
15111         * gnus.el (gnus-group-news-1-face): Add :group.
15112         (gnus-group-news-1-empty-face): Ditto.
15113         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15114         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15115         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15116         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15117         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15118         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15119         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15120         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15121         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15122         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15123         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15124         (gnus-summary-high-ticked-face): Ditto.
15125         (gnus-summary-low-ticked-face): Ditto.
15126         (gnus-summary-normal-ticked-face): Ditto.
15127         (gnus-summary-high-ancient-face): Ditto.
15128         (gnus-summary-low-ancient-face): Ditto.
15129         (gnus-summary-normal-ancient-face): Ditto.
15130         (gnus-summary-high-undownloaded-face): Ditto.
15131         (gnus-summary-low-undownloaded-face): Ditto.
15132         (gnus-summary-normal-undownloaded-face): Ditto.
15133         (gnus-summary-high-unread-face): Ditto.
15134         (gnus-summary-low-unread-face): Ditto.
15135         (gnus-summary-normal-unread-face): Ditto.
15136         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15137         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15138
15139         * hashcash.el (hashcash): New custom group.
15140         (hashcash-default-payment): Add :group.
15141         (hashcash-payment-alist): Ditto.
15142         (hashcash-default-accept-payment): Ditto.
15143         (hashcash-accept-resources): Ditto.
15144         (hashcash-path): Ditto.
15145         (hashcash-extra-generate-parameters): Ditto.
15146         (hashcash-double-spend-database): Ditto.
15147         (hashcash-in-news): Ditto.
15148
15149         * message.el (message-minibuffer-local-map): Add :group.
15150
15151         * netrc.el (netrc): Add :group.
15152
15153         * sieve-manage.el (sieve-manage-log): Add :group.
15154         (sieve-manage-default-user): Diito.
15155         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15156         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15157         (sieve-manage-authenticators): Ditto.
15158         (sieve-manage-authenticator-alist): Ditto.
15159         (sieve-manage-default-port): Ditto.
15160
15161         * sieve-mode.el (sieve-control-commands-face): Add :group.
15162         (sieve-action-commands-face): Ditto.
15163         (sieve-test-commands-face): Ditto.
15164         (sieve-tagged-arguments-face): Ditto.
15165
15166         * smime.el (smime): Add :group.
15167
15168         * spam-report.el (spam-report): Add :group.
15169
15170         * spam.el (spam, spam-face): Add :group.
15171
15172 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15173
15174         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15175         return \n.\n.\n at the end of articles.  Protect against that.
15176         (nntp-with-open-group): Allow debugging.
15177
15178         * nnheader.el (mail-header-set-extra): Make into a function
15179         because I just could't understand how to quote the list properly.
15180
15181         * dns.el (query-dns-cached): New function.
15182
15183 2005-05-26  Lute Kamstra  <lute@gnu.org>
15184
15185         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15186
15187 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15190
15191         * gnus-art.el: Don't autoload mail-extract-address-components.
15192
15193         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15194         eval-and-compile to evaluate it.
15195
15196         * hashcash.el: Don't autoload executable-find.
15197
15198         * nndb.el: Don't declare the nndb back end two or more times; don't
15199         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15200
15201         * nntp.el: Autoload format-spec instead of format; use
15202         eval-and-compile to evaluate autoload forms.
15203
15204 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15205
15206         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15207
15208 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * gnus.el (gnus-version-number): Bump version.
15211
15212 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15213
15214         * gnus.el: No Gnus v0.3 is released.
15215
15216 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15217
15218         * lpath.el (featurep): Bind show-nonbreak-escape.
15219
15220 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (gnus-article-edit-part): Disable undo.
15223
15224 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15227         gnus-article-date-lapsed-new-header is t if date timer is active;
15228         skip headers in which the original date value is empty.
15229         (gnus-article-save-original-date): Redefine it as a macro.
15230         (gnus-display-mime): Use it.
15231
15232 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-art.el (article-date-ut): Support converting date in
15235         forwarded parts as well.
15236         (gnus-article-save-original-date): New function.
15237         (gnus-display-mime): Use it.
15238
15239 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15240
15241         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15242         enclosure element of <item>.
15243
15244 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * message.el (message-kill-buffer-query): Rename from
15247         `message-kill-buffer-query-if-modified'.  Add :version.
15248
15249 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15252         window layout.
15253
15254 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * mml.el: Autoload dnd when compiling.
15257
15258 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15261         x-dnd-*.
15262
15263 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * qp.el (quoted-printable-encode-region): Save excursion.
15266
15267 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * message.el (message-kill-buffer-query-if-modified): Add new variable
15270         so the user can kill a modified message buffer quickly.
15271         (message-kill-buffer): Use it.
15272
15273 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * lpath.el: Fbind display-time-event-handler; don't fbind
15276         string-to-multibyte.
15277
15278         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15279
15280 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15283         contained in text because xml.el decodes entities) with LFs.
15284
15285 2005-04-11  Lute Kamstra  <lute@gnu.org>
15286
15287         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15288         differently.
15289
15290 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15291
15292         * mm-util.el (mm-detect-coding-region): Typo.
15293
15294 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15297
15298 2005-04-06  Deepak Goel  <deego@gnufans.org>
15299
15300         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15301         user-function allow user modifications of the scores.
15302         (spam-stat-score-buffer-user): New function, to allow
15303         user-computed modifications to the score.
15304         (spam-stat-score-buffer-user-functions): List of additional
15305         scoring functions.
15306         (spam-stat-error-holder): Global temporary error holder.
15307         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15308         variable.
15309
15310 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * gnus-registry.el (gnus-registry-clean-empty-function)
15313         (gnus-registry-trim, gnus-registry-fetch-groups)
15314         (gnus-registry-delete-group): Groups that match
15315         `gnus-registry-ignored-groups' are removed from the registry
15316         entries, not just ignored for splitting.  This helps clean up the
15317         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15318         to get all the groups a message ID is in.
15319
15320         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15321         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15322         (spam-stat-score-buffer-user-functions): Add :number custom type.
15323
15324 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15327         argument in XEmacs.
15328
15329         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15330         (nnrss-request-group): Decode group name first.
15331         (nnrss-request-article): Make a text/plain article if mml-to-mime
15332         failed.
15333         (nnrss-get-encoding): Return a compatible encoding according to
15334         nnrss-compatible-encoding-alist.
15335         (nnrss-find-el): Use consp instead of listp.
15336         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15337
15338 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15341         which Emacs 20 doesn't support.
15342         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15343
15344 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15347         silence the byte compiler inside the defun.
15348
15349         * gnus-demon.el (parse-time-string): Add autoload.
15350
15351         * gnus-delay.el (parse-time-string): Add autoload.
15352
15353         * gnus-art.el (parse-time-string): Add autoload.
15354
15355         * nnultimate.el (parse-time): Require for `parse-time-string'.
15356
15357 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15358
15359         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15360
15361         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15362
15363         * smime.el (smime-ldap-host-list): Add :version.
15364
15365 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15368         pass it to `gnus-browse-read-group'.
15369         (gnus-browse-read-group): Add NUMBER argument and pass it to
15370         `gnus-group-read-ephemeral-group'.
15371
15372         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15373         argument and pass it to `gnus-group-read-group'.
15374
15375 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15376
15377         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15378         mm-xemacs-find-mime-charset-1 if we have the mule feature
15379         available at runtime.
15380
15381 2005-03-25  Werner Lemberg  <wl@gnu.org>
15382
15383         * nnmaildir.el: Replace `illegal' with `invalid'.
15384
15385 2005-03-23  Lute Kamstra  <lute@gnu.org>
15386
15387         * time-date.el: Add comment on time value formats.
15388         Don't require parse-time.
15389         (with-decoded-time-value): New macro.
15390         (encode-time-value): New function.
15391         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15392         (days-to-time): Return a valid time value when arg is huge.
15393         (time-since): Use time-subtract.
15394         (time-to-number-of-days): Use time-to-seconds.
15395
15396 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15397
15398         * gnus-start.el (gnus-display-time-event-handler):
15399         Check display-time-timer at runtime rather than only at load time
15400         in case display-time-mode is turned off in the mean time.
15401
15402 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15405         used.
15406
15407         * nneething.el (nneething-map-file-directory): Derive from
15408         `gnus-directory'.
15409
15410         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15411         the To/Cc button.
15412
15413 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * nnmaildir.el (nnmaildir-request-accept-article):
15416         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15417
15418 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15419
15420         * gnus-async.el: Require timer-funcs at compile time when in
15421         XEmacs for `run-with-idle-timer'.
15422
15423 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15424
15425         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15426         autoloaded function.
15427
15428 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15429
15430         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15431
15432 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15433
15434         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15435
15436 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15437
15438         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15439         Add gnus-expert-user to default.
15440
15441 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15442
15443         * nnimap.el (nnimap-open-server): Ditto.
15444
15445         * imap.el (imap-authenticate): Fix typo.
15446
15447 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15448
15449         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15450         buffer (since IMAP server might return FETCH response out of
15451         order, and the nntp buffer must be sorted).
15452
15453 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15454
15455         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15456         comparison on string.
15457
15458         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15459         (gnus-agent-score): Rename category keywords to match gnus-cus.
15460         (gnus-agent-summary-fetch-series): Modify to protect against
15461         gnus-agent-summary-fetch-group clearing processable flags.
15462         (gnus-agent-synchronize-group-flags): Update live group buffer as
15463         synchronization may occur due to the user toggle the plugged
15464         status.
15465         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15466         successfully downloaded.
15467         (gnus-agent-expire-group-1): Avoid using markers when the overview
15468         is in ascending order; greatly improves performance.
15469         (gnus-agent-regenerate-group):
15470         Use gnus-agent-synchronize-group-flags to reset read status in both
15471         gnus and server.
15472         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15473
15474 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * message.el: Don't autoload former message-utils variables.
15477         (message-strip-subject-trailing-was): Change doc string.
15478
15479         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15480         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15481         (nnweb-google-search): Add "hl=en" here.
15482         (nnweb-google-parse-1, nnweb-google-create-mapping):
15483         Don't hardcode URL.
15484
15485 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * message.el (message-get-reply-headers, message-followup):
15488         Mention related variables `message-use-followup-to' and
15489         `message-use-mail-followup-to', in the information buffer.
15490
15491         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15492         of broken groups(-beta).google.com.
15493
15494 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15495
15496         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15497         parameter to invoked gnus-request-move-article; remove the
15498         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15499         all at once instead of once per article.
15500         (gnus-summary-remove-process-mark): Accept a list of articles as
15501         well as a single article for processing.
15502
15503         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15504         parameter.
15505
15506         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15507
15508         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15509
15510         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15511         parameter.
15512
15513         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15514         parameter.
15515
15516         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15517         parameter and remove the gnus-sum-hint-move-is-internal variable.
15518
15519         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15520         parameter.
15521
15522         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15523         parameter.
15524
15525         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15526         parameter.
15527
15528         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15529
15530         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15531         parameter.
15532
15533         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15534         parameter.
15535
15536 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15537
15538         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15539         a more conservative way.
15540
15541 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15542
15543         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15544         buffer, so it moves the window's cursor.
15545
15546 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15547
15548         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15549         `mm-dissect-multipart' and receive the from field as an (optional)
15550         argument from `mm-dissect-multipart'.
15551         (mm-dissect-multipart): Receive the from field as an argument and
15552         pass it on when we call `mm-dissect-buffer' on MIME parts.
15553         Fixes verification/decryption of signed/encrypted MIME parts.
15554
15555 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15556
15557         * gnus-sum.el (gnus-summary-move-article):
15558         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15559         whatever it calls (right now, only nnimap-request-move article
15560         respects it).
15561
15562         * nnimap.el (nnimap-request-move-article):
15563         When gnus-sum-hint-move-is-internal is set, don't do the extra
15564         nnimap-request-article.
15565
15566 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15569
15570         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15571         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15572
15573         * gnus-sum.el (gnus-summary-caesar-message):
15574         Apply `gnus-treat-article' after rotation.
15575
15576         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15577         doc string.
15578
15579 2005-02-22  Simon Josefsson  <jas@extundo.com>
15580
15581         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15582         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15583         <arne@arnested.dk>.
15584         (encrypt): Add password-cache and password-cache-expiry as group
15585         members.
15586
15587 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15588
15589         * smime.el (smime-ldap-host-list): Doc fix.
15590         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15591         cache) password.
15592         (smime-sign-region): Use it.
15593         (smime-decrypt-region): Use it.
15594         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15595         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15596         fails.
15597         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15598         certificate from DER to PEM format rather than calling openssl.
15599
15600         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15601
15602         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15603         for signing/encryption.
15604
15605         * mml.el (mml-parse-1): Use them.
15606
15607 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15608
15609         * nnrss.el (nnrss-verbose): Remove.
15610         (nnrss-request-group): Use `nnheader-message' instead.
15611
15612 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15613
15614         * nnrss.el (nnrss-verbose): New variable.
15615         (nnrss-request-group): Make it say nnrss is requesting a group.
15616
15617 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15620         Handle news URL with given port correctly.
15621
15622 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15625         containing special characters.
15626
15627         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15628
15629         * mml.el (mime-to-mml): Ditto.
15630
15631         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15632         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15633         (rfc2047-decode-region): Quote decoded words containing special
15634         characters when rfc2047-quote-decoded-words-containing-tspecials
15635         is non-nil.
15636
15637 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15640
15641         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15642
15643 2005-02-15  Simon Josefsson  <jas@extundo.com>
15644
15645         * nnimap.el (nnimap-debug): Doc fix.
15646
15647         * imap.el (imap-debug): Doc fix.
15648
15649 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15652
15653 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * gnus.el (spam-contents): Improve docs for spam-contents
15656         parameter in its variable incarnation.
15657
15658 2005-02-14  Simon Josefsson  <jas@extundo.com>
15659
15660         * smime-ldap.el: Use require instead of load-library for ldap.
15661         (smime-ldap-search): Indent.
15662         (smime-ldap-search-internal): Shorten line.
15663
15664         * smime.el (smime-cert-by-dns): Add doc-string.
15665         (smime-cert-by-ldap-1): Indent.
15666
15667         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15668         mml-smime-get-dns-ldap.
15669         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15670
15671 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15672
15673         * smime.el: Require smime-ldap.
15674         (smime-ldap-host-list): New variable.
15675         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15676
15677         * mml-smime.el (mml-smime-encrypt-query): New function.
15678         (mml-smime-encrypt-query): Use it.
15679
15680         * smime-ldap.el: New file.
15681
15682 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15685
15686 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15689         argument in doc string.  Make query for type more clear.
15690
15691 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus.el (gnus-group-startup-message): Search for gnus images in
15694         etc/images/gnus.
15695         * mm-util.el (mm-image-load-path): Likewise.
15696         * smiley.el (smiley-data-directory): Search for smilies in
15697         etc/images/smilies.
15698
15699 2005-02-09  Kim F. Storm  <storm@cua.dk>
15700
15701         Change Emacs release version from 21.4 to 22.1 throughout.
15702         Change Emacs development version from 21.3.50 to 22.0.50.
15703
15704 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15707
15708         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15709         non-Mule XEmacs as well.
15710         (mm-decompress-buffer): Signal an error intentionally if it does
15711         not decompress compressed data because auto-compression-mode is
15712         disabled.
15713
15714 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15717         an ID in the registry even if it has no groups.
15718
15719 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15722         merge it into mm-decompress-buffer.
15723         (gnus-mime-copy-part): Use the MIME part charset, the value which
15724         a user specified or gnus-newsgroup-charset for decoding, like
15725         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15726         save-buffer what was used.  Suggested by Kevin Ryde
15727         <user42@zip.com.au>.
15728         (gnus-mime-inline-part): Allow the name parameter as well as the
15729         filename parameter; force decompressing of compressed data; always
15730         display contents being not decoded as unibyte.
15731
15732         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15733         as well as the filename parameter.
15734
15735         * mm-util.el (mm-decompress-buffer):
15736         Merge gnus-mime-jka-compr-maybe-uncompress.
15737         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15738         of compressed data.
15739
15740 2005-02-08  Simon Josefsson  <jas@extundo.com>
15741
15742         * imap.el (imap-log): Doc fix.
15743
15744 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15747         the coding cookies; decompress compressed parts.
15748
15749         * mml.el (mml-generate-mime-1): Add the charset parameter according
15750         to the value which a user specified manually or the coding cookie.
15751
15752         * mm-util.el (mm-string-to-multibyte): New function.
15753         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15754         (mm-coding-system-to-mime-charset): New function.
15755         (mm-decompress-buffer): New function.
15756         (mm-find-buffer-file-coding-system): New function.
15757
15758         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15759         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15760         parts.
15761
15762 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15763
15764         * mm-view.el (mm-display-inline-fontify): Decode a part according
15765         to the charset parameter.
15766
15767 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15770         prefix arg is neither nil nor a number, as info specifies.
15771
15772 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15775         timestamps.
15776
15777 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15778
15779         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15780         groups error checking and notify user.
15781
15782 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15783
15784         * message.el (message-send-mail-function): Check existence of
15785         sendmail-program first before using default value
15786         `message-send-mail-with-sendmail'.  Otherwise use more generic
15787         `smtpmail-send-it'.
15788
15789 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * nntp.el (nntp-request-update-info): Always return nil.
15792
15793 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15794
15795         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15796
15797 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15798
15799         * message.el (message-beginning-of-line): Change the behavior when
15800         invoked between BOL and : so that it first moves backward.
15801
15802 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15805         article buffer when editing of the article is discarded.
15806         (gnus-article-prepare): Revert.
15807
15808 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-art.el (gnus-article-prepare):
15811         Remove message-strip-forbidden-properties from the local hook.
15812
15813 2005-01-27  Simon Josefsson  <jas@extundo.com>
15814
15815         * password.el (password-cache-add): Only start one timer per key.
15816         Reported by Derek Atkins <warlord@MIT.EDU>.
15817
15818 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15819
15820         * run-at-time.el: Remove.  It is no longer needed as
15821         timer-funcs.el in the xemacs-base package has a working version of
15822         `run-at-time'.
15823
15824         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15825
15826         * password.el: Require timer-funcs instead of run-at-time in
15827         XEmacs.
15828         Remove `password-run-at-time' macro.
15829         (password-cache-add): Use `run-at-time' instead of
15830         `password-run-at-time'.
15831
15832         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15833         Remove `nnheader-cancel-function-timers' alias,
15834         `cancel-function-timers' exists in XEmacs in timer-funcs.
15835
15836         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15837         for `run-with-idle-timer'.
15838
15839         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15840         for `run-at-time'.
15841
15842         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15843         for `with-timeout'.
15844
15845         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15846         the same as for XEmacs 21.4.
15847         No need to ignore `run-with-idle-timer', this function exists in
15848         XEmacs now in timer-funcs.el in the xemacs-base package.
15849         (dgnushack-compile): No need to delete
15850         run-at-time.el from the list of files to compile because it
15851         doesn't exist anymore.
15852
15853 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15856         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15857
15858 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15859
15860         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15861         sensitively.
15862
15863 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15864
15865         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15866
15867 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15870         which will be inserted according to the multibyteness of a buffer
15871         rather than the type of contents.  Suggested by ARISAWA Akihiro
15872         <ari@mbf.ocn.ne.jp>.
15873
15874         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15875         of string which old xml.el may return rather than a string.
15876
15877 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15880
15881 2005-01-16  Simon Josefsson  <jas@extundo.com>
15882
15883         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15884         idn/idna.el isn't available.
15885         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15886         <michael@waxrat.com>.
15887
15888         * hashcash.el: Remove non-FSF copyright header.
15889
15890         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15891         (hashcash-generate-payment): Use it.
15892         (hashcash-generate-payment-async): Use it.
15893
15894 2005-01-15  Simon Josefsson  <jas@extundo.com>
15895
15896         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15897         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15898
15899         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15900         gnus-summary-idna-message.
15901         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15902         (gnus-summary-idna-message): New function.
15903
15904 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15905
15906         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15907         gnus-novice-user.
15908
15909 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * nnrss.el (nnrss-request-delete-group): Delete entries in
15912         nnrss-group-alist as well.
15913         (nnrss-save-server-data): Insert newline.
15914
15915 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus.el (gnus-user-agent): Use list of symbols instead of
15918         symbols.  Display full version number for (S)XEmacs.
15919         Optionally display (S)XEmacs codename.
15920
15921         * gnus-util.el (gnus-emacs-version): Update for new
15922         `gnus-user-agent'.
15923
15924         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15925         Gnus version.
15926
15927 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15930         which is unreadable in some setups.
15931
15932 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-spec.el (gnus-update-format-specifications): Flush the
15935         group format spec cache if it doesn't support decoded group names.
15936
15937 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15940         Allow to apply decay on score files matching a regexp.
15941
15942 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15945         compatibility in %g and %c.
15946
15947 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15950         name for only %g and %c.
15951         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15952         of gnus-tmp-group to decoded group name.
15953         (gnus-group-make-rss-group): Exclude `/'s from group names.
15954
15955 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * nnrss.el (nnrss-get-encoding): Fix regexp.
15958
15959 2004-12-27  Simon Josefsson  <jas@extundo.com>
15960
15961         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15962         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15963         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15964
15965 2004-12-17  Kim F. Storm  <storm@cua.dk>
15966
15967         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15968
15969         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15970
15971 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15972
15973         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15974
15975 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * nnrss.el: Require rfc2047 and mml.
15978         (nnrss-file-coding-system): New variable.
15979         (nnrss-format-string): Redefine it as an inline function.
15980         (nnrss-decode-group-name): New function.
15981         (nnrss-string-as-multibyte): Remove.
15982         (nnrss-retrieve-headers): Decode group name; don't use
15983         nnrss-format-string.
15984         (nnrss-request-group): Decode group name.
15985         (nnrss-request-article): Decode group name; allow a Message-ID as
15986         well as an article number; don't use nnrss-format-string; encode a
15987         Message-ID string which may contain non-ASCII characters; use
15988         mml-to-mime to compose a MIME article.
15989         (nnrss-request-expire-articles): Decode group name.
15990         (nnrss-request-delete-group): Decode group name.
15991         (nnrss-fetch): Clarify error message.
15992         (nnrss-read-server-data): Use insert-file-contents instead of load;
15993         bind file-name-coding-system; use multibyte buffer.
15994         (nnrss-save-server-data): Bind coding-system-for-write to the
15995         value of nnrss-file-coding-system; bind file-name-coding-system;
15996         add coding cookie.
15997         (nnrss-read-group-data): Use insert-file-contents instead of load;
15998         bind file-name-coding-system; use multibyte buffer.
15999         (nnrss-save-group-data): Bind coding-system-for-write to the
16000         value of nnrss-file-coding-system; bind file-name-coding-system.
16001         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16002         make it work with non-ASCII text.
16003         (nnrss-find-el): Make it work with old xml.el as well.
16004
16005 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16006
16007         * nnrss.el (nnrss-get-encoding): New function.
16008         (nnrss-fetch): Use unibyte buffer initially; bind
16009         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16010         decode contents according to the encoding attribute.
16011         (nnrss-save-group-data): Add coding cookie.
16012         (nnrss-mime-encode-string): New function.
16013         (nnrss-check-group): Use it to encode subject and author.
16014
16015 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16016
16017         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16018         imaginary variable.
16019
16020 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16023         correctly even if there are wide characters.
16024
16025 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16026
16027         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16028         downcased symbol names; make a new cache instead of reusing
16029         bbdb-hashtable.
16030
16031 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16034         concatenating segments rather than before concatenating them.
16035         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16036
16037         * message.el (message-get-reply-headers): Bind `extra'.
16038
16039 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16040
16041         * message.el (message-extra-wide-headers): New variable.
16042         (message-get-reply-headers): Use it.
16043
16044 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16047         (gnus-agent-group-pathname): Ditto.
16048
16049         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16050
16051         * gnus-group.el (gnus-group-make-group): Decode group name.
16052         (gnus-group-make-rss-group): Register the group data after opening
16053         the nnrss group.
16054
16055 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16056
16057         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16058         by expiry now get marked as read.
16059
16060 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16063
16064 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16065
16066         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16067         unify Latin characters in XEmacs.
16068         (mm-find-mime-charset-region): Use it.
16069
16070 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-util.el (gnus-delete-directory): New function.
16073
16074         * gnus-agent.el (gnus-agent-delete-group): Use it.
16075
16076         * gnus-cache.el (gnus-cache-delete-group): Use it.
16077
16078 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16081         names.
16082
16083 2004-12-16  Simon Josefsson  <jas@extundo.com>
16084
16085         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16086
16087 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16090
16091         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16092         (gnus-group-set-current-level): Decode group name.
16093
16094 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16095
16096         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16097         failed.
16098
16099 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-group.el (gnus-group-delete-group): Decode group name.
16102         (gnus-group-make-rss-group): Encode group name.
16103         (gnus-group-catchup-current): Decode group name.
16104         (gnus-group-kill-group): Decode group name.
16105
16106 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16107
16108         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16109
16110 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-group.el (gnus-group-make-rss-group):
16113         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16114
16115         * gnus-start.el (gnus-setup-news): Honor user's setting to
16116         gnus-message-archive-method.  Suggested by Lute Kamstra
16117         <lute@gnu.org>.
16118
16119 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16120
16121         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16122         global counterparts of the buffer-local variables.
16123
16124 2004-11-16  Romain Francoise  <romain@orebokech.com>
16125
16126         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16127         counterparts of the buffer-local variables.
16128
16129 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * message.el (message-forbidden-properties): Fix typo in doc
16132         string.
16133
16134 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16135
16136         * gnus-util.el (gnus-replace-in-string): Add doc string.
16137
16138         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16139         to avoid problems when splitting mails with many recipients.
16140
16141 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16142
16143         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16144         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16145
16146 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16147
16148         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16149         if there is no hashtable in memory or file modification time is
16150         newer than cached timestamp.
16151
16152 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-sum.el (gnus-summary-limit-to-recipient):
16155         Implement not-matching option.
16156
16157 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16160         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16161         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16162         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16163         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16164         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16165
16166 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * message.el (message-forward-make-body-mml): Remove headers
16169         according to message-forward-ignored-headers if a message is decoded.
16170
16171 2004-12-02  Romain Francoise  <romain@orebokech.com>
16172
16173         * message.el (message-forward-make-body-plain): Always remove
16174         headers according to message-forward-ignored-headers.
16175
16176 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * spam.el (spam-summary-prepare-exit): Remove the
16179         gnus-summary-limit pop for now, it has problems with ham marks for
16180         me.
16181
16182 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16183
16184         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16185         correctly.
16186
16187 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16188
16189         * format-spec.el (format-spec): Message the char.
16190
16191 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16192
16193         * gnus-art.el (gnus-split-methods): Reformat comments.
16194
16195         * spam.el (spam-summary-prepare-exit): Remove article limits
16196         before exiting the summary buffer.
16197
16198 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16201         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16202
16203         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16204         order to silence the byte compiler.
16205
16206         * spam.el: Fix the way to silence the byte compiler, which
16207         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16208         bbdb-search-simple, spam-BBDB-register-routine,
16209         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16210         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16211         spam-stat-buffer-is-spam, spam-stat-load,
16212         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16213         spam-stat-save and spam-stat-split-fancy.
16214
16215 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16218         which may confuse users.
16219         (canlock-password-for-verify): Ditto.
16220
16221         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16222
16223         * gnus-art.el (gnus-emphasis-alist): Ditto.
16224
16225         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16226
16227         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16228
16229         * gnus-start.el (gnus-save-killed-list): Ditto.
16230
16231         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16232         (gnus-sum-thread-tree-root): Ditto.
16233         (gnus-sum-thread-tree-false-root): Ditto.
16234         (gnus-sum-thread-tree-single-indent): Ditto.
16235
16236         * message.el (message-courtesy-message): Ditto.
16237         (message-archive-note): Ditto.
16238         (message-subscribed-address-file): Ditto.
16239         (message-user-fqdn): Ditto.
16240
16241         * spam-report.el (spam-report-gmane-regex): Ditto.
16242
16243         * spam.el (spam-blackhole-good-server-regex): Ditto.
16244
16245 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * mml.el (mml-preview): Widen the message buffer before copying
16248         the contents to the preview buffer; sort headers before previewing.
16249
16250         * message.el (message-hidden-headers): Fix the way to avoid a bug
16251         in the `repeat' widget in Emacs 21.3 or earlier.
16252
16253 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * message.el (message-hidden-headers): Default to "^References:".
16256         Improve customization type.  Suggested by Reiner Steib
16257         <Reiner.Steib@gmx.de>.
16258
16259 2004-11-25  Romain Francoise  <romain@orebokech.com>
16260
16261         * message.el (message-strip-forbidden-properties): Remove check for
16262         obsolete `message-hidden' text property, hidden headers are not
16263         accessible in the buffer anymore.
16264
16265 2004-11-22  Romain Francoise  <romain@orebokech.com>
16266
16267         * message.el (message-header-format-alist): Add `From' in list
16268         so that it can be sorted.
16269         (message-fix-before-sending): Widen and sort headers before
16270         sending.
16271         (message-hide-headers): Use narrowing to hide headers by moving
16272         them to the top of the buffer and narrowing to the region
16273         underneath.
16274
16275 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16276
16277         * message.el (message-strip-forbidden-properties):
16278         Bind buffer-read-only (etc) to nil.
16279
16280 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16283         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16284
16285 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16286
16287         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16288
16289 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16290
16291         * dns.el (query-dns): Use sit-for to time instead of
16292         accept-process-output, since that doesn't seem to work on udp
16293         sockets.
16294
16295 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16298
16299 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16300
16301         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16302         doc string.  Improve doc string.
16303
16304 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * nntp.el (nntp-request-update-info): Return nil if
16307         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16308         may not call gnus-activate-group which uselessly issues the GROUP
16309         commands for all nntp groups and wastes time.  Reported by Romain
16310         Francoise <romain@orebokech.com>.
16311
16312         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16313
16314 2004-11-15  Simon Josefsson  <jas@extundo.com>
16315
16316         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16317         headers separately.
16318         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16319         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16320
16321 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * gnus-start.el (gnus-convert-old-newsrc):
16324         Assign legacy-gnus-agent to 5.10.7.
16325
16326 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16327
16328         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16329         start of the lines.
16330
16331 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16332
16333         * hashcash.el (hashcash-default-payment): Change default to 20.
16334         (hashcash-default-accept-payment): Change default to 20.
16335         (hashcash-process-alist): New variable.
16336         (hashcash-generate-payment-async): Add.
16337         (hashcash-already-paid-p): Add.
16338         (hashcash-insert-payment): Don't generate payments twice.
16339         (hashcash-insert-payment-async): Add.
16340         (hashcash-insert-payment-async-2): Add.
16341         (hashcash-cancel-async): Add.
16342         (hashcash-wait-async): Add.
16343         (hashcash-processes-running-p): Add.
16344         (hashcash-wait-or-cancel): Add.
16345         (mail-add-payment): New optional argument.  Conditionally start
16346         asynchronous calculation.
16347         (mail-add-payment-async): Add.
16348
16349         * message.el (message-send-mail): Wait for asynchronous hashcash
16350         results.  Don't clobber existing X-Hashcash headers.
16351         (message-setup-1): Call mail-add-payment-async when
16352         message-generate-hashcash is non-nil.
16353
16354 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16355
16356         * message.el (message-use-alternative-email-as-from): Examine the
16357         From header as well; use message-make-from in order to include a
16358         user's full name.
16359
16360 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16363         default; improve customization type.
16364         (gnus-emphasis-custom-with-format): New macro.
16365         (gnus-emphasis-custom-value-to-external): New function.
16366         (gnus-emphasis-custom-value-to-internal): New function.
16367
16368 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * dns.el (query-dns): Resolve reverse addresses.
16371
16372 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373
16374         * gnus-group.el (gnus-group-get-new-news): Use it.
16375
16376         * gnus-start.el (gnus-check-reasonable-setup): New function.
16377
16378 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16381         "Args out of range" error.  Reported by Arnaud Giersch
16382         <arnaud.giersch@free.fr>.
16383
16384 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16385
16386         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16387
16388 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16389
16390         * spam.el (spam group): Add :version.
16391
16392         * pgg-def.el (pgg group): Add :version.
16393
16394 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-art.el (gnus-article-edit-article): Don't associate the
16397         article buffer with a draft file.  This is a temporary measure
16398         against the 2004-08-22 change to gnus-article-edit-mode.
16399
16400 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16403         (html2text-format-tags): Remove unused variable `attr'.
16404
16405 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16408
16409         * tls.el (tls-process-connection-type, tls-success)
16410         (tls-certtool-program): Add :version.
16411
16412         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16413         (starttls-extra-arguments, starttls-process-connection-type)
16414         (starttls-connect, starttls-failure, starttls-success): Add :version.
16415
16416         * spam-stat.el (spam-stat): Add :version.
16417
16418         * sieve.el (sieve): Add :version.
16419
16420         * sha1.el (sha1): Add :version.
16421         (sha1-use-external): Remove redundant version.
16422
16423         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16424         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16425         (nnmail-split-fancy-match-partial-words)
16426         (nnmail-split-lowercase-expanded): Add :version.
16427
16428         * nndiary.el (nndiary): Add :version.
16429
16430         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16431
16432         * mml-sec.el (mml-default-sign-method)
16433         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16434         Add :version.
16435
16436         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16437
16438         * mm-url.el (mm-url-use-external, mm-url-program)
16439         (mm-url-arguments): Add :version.
16440
16441         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16442         (mm-attachment-file-modes, mm-decrypt-option)
16443         (mm-w3m-safe-url-regexp): Add :version.
16444
16445         * message.el (message-cite-prefix-regexp)
16446         (message-sendmail-envelope-from, message-minibuffer-local-map)
16447         (message-user-fqdn, message-completion-alist): Add :version.
16448
16449         * gnus-win.el (gnus-configure-windows-hook)
16450         (gnus-use-frames-on-any-display): Add :version.
16451
16452         * gnus-art.el (gnus-article-address-banner-alist)
16453         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16454         (gnus-treat-from-picon, gnus-treat-mail-picon)
16455         (gnus-treat-x-pgp-sig): Add :version.
16456
16457         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16458         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16459         (gnus-summary-article-delete-hook)
16460         (gnus-summary-display-while-building): Add :version.
16461
16462         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16463         (gnus-get-top-new-news-hook): Add :version.
16464
16465         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16466         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16467
16468         * gnus-registry.el (gnus-registry): Add :version.
16469
16470         * gnus-spec.el (gnus-use-correct-string-widths)
16471         (gnus-make-format-preserve-properties): Add :version.
16472
16473         * gnus.el (gnus-group-charter-alist)
16474         (gnus-group-fetch-control-use-browse-url)
16475         (gnus-install-group-spam-parameters): Add :version.
16476
16477         * gnus-diary.el (gnus-diary): Add :version.
16478
16479         * gnus-delay.el (gnus-delay): Add :version.
16480
16481         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16482         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16483         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16484         Add :version.
16485
16486         * gnus-agent.el (gnus-agent-max-fetch-size)
16487         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16488         (gnus-agent-prompt-send-queue): Add :version.
16489
16490         * deuglify.el (gnus-outlook-deuglify): Add :version.
16491
16492         * html2text.el: Beautify code.  Improve doc strings.
16493         Some checkdoc cleanup.
16494         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16495
16496 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16497
16498         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16499
16500 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16503         when package is loaded.
16504
16505         * spam.el (spam-summary-score-preferred-header): Add global preference
16506         for people who want to override the default SpamAssassin over
16507         Bogofilter preference (when both are set).
16508         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16509         (spam-user-format-function-S):
16510         Check spam-summary-score-preferred-header.
16511         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16512         (spam-user-format-function-S): Format the score correctly.
16513
16514 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16517         signature file.  Suggested by Manoj Srivastava
16518         <srivasta@golden-gryphon.com>.
16519
16520         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16521         iso-2022-jp even in the Japanese language environment.
16522         Suggested by Jason Rumney <jasonr@gnu.org>.
16523
16524 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16527         use the same characters as the dummy marks; make it free from
16528         getting affected by the language environment.
16529         (gnus-summary-read-group-1): Update mark positions only when the
16530         format spec is updated.
16531
16532         * gnus-spec.el (gnus-update-format-specifications): Return a list
16533         of updated types.
16534
16535 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16538         of boundp to check if display-warning is available.
16539
16540 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16541
16542         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16543
16544 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * nnspool.el (nnspool-spool-directory): Use news-path if the
16547         news-directory variable is not bound.
16548
16549         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16550         function instead of display-warning if it is not available.
16551
16552 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16555         v5-10: Use `point-at-bol'.
16556
16557 2004-10-26  Simon Josefsson  <jas@extundo.com>
16558
16559         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16560         <chenggao@gmail.com>.
16561
16562 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16565         instead.
16566
16567 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16570         to remove a server from the nnimap-server-buffer-alist.
16571         (nnimap-open-connection, nnimap-close-server): Use it.
16572
16573         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16574
16575 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16578         running the major-mode function.
16579
16580 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16583         dummy marks in the right way.
16584
16585 2004-10-18  David Edmondson  <dme@dme.org>
16586
16587         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16588         excessively.
16589
16590 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16591
16592         * gnus-util.el (gnus-split-references): Accept a nil references
16593         string and go on blissfully.
16594
16595         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16596         cases where the references string is non-nil but has no references.
16597
16598         * encrypt.el: Add autoload tags.
16599
16600         * spam.el (spam-resolve-registrations-routine): Remove article
16601         from unregistration list too.  Reported by David Hanak
16602         <dhanak@isis.vanderbilt.edu>
16603
16604 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16607         nil.  Change custom type.
16608
16609 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16610
16611         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16612
16613         * gnus-sum.el (gnus-summary-move-article): Use it.
16614
16615 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16616
16617         * encrypt.el: Add autoload cookies.
16618
16619         * spam.el (spam-backend-article-list-property)
16620         (spam-backend-get-article-todo-list)
16621         (spam-backend-put-article-todo-list)
16622         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16623         Resolve registrations separately.
16624         (spam-register-routine): Format comments.
16625         (spam-unregister-routine, spam-register-routine): Always call with
16626         specific-articles, no default list.
16627         (spam-summary-prepare-exit): Use the spam-classifications function.
16628
16629         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16630         gnus-encrypt.el.
16631
16632         * encrypt.el: Copied from gnus-encrypt.el.
16633
16634         * gnus-encrypt.el: Commented that it's obsolete.
16635
16636 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16639         (gnus-score-save): Use it.
16640
16641         * message.el (message-bury): Use `window-dedicated-p'.
16642
16643 2004-10-15  Simon Josefsson  <jas@extundo.com>
16644
16645         * pop3.el (top-level): Don't require nnheader.
16646         (pop3-read-timeout): Add.
16647         (pop3-accept-process-output): Add.
16648         (pop3-read-response, pop3-retr): Use it.
16649
16650 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * spam.el (spam-register-routine): Move comment.
16653         (spam-verify-bogofilter): Use 'unknown for the initial
16654         spam-bogofilter-valid state, not 'never.
16655
16656         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16657         for netrc-machine.
16658
16659         * nnimap.el (nnimap-open-connection):
16660         Use netrc-machine-user-or-password.
16661
16662 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16663
16664         * gnus-registry.el (gnus-registry-unload-hook):
16665         Set as a variable with add-hook.
16666
16667         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16668         of news-path.
16669
16670         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16671
16672         * spam.el: Delete duplicate `provide'.
16673         (spam-unload-hook): Set as a variable with add-hook.
16674
16675 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16678         in the doc string.
16679
16680         * message.el (message-ignored-news-headers)
16681         (message-ignored-supersedes-headers)
16682         (message-ignored-resent-headers)
16683         (message-forward-ignored-headers): Improve custom type.
16684
16685 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * message.el (message-tokenize-header): Fix 2004-09-06 change
16688         which used point-min in the wrong place.
16689
16690 2004-10-12  Simon Josefsson  <jas@extundo.com>
16691
16692         * tls.el (tls-certtool-program): New variable.
16693         (tls-certificate-information): New function, based on
16694         ssl-certificate-information.
16695
16696 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * compface.el: Move the version of ELisp-based uncompface program
16699         to the contrib directory because of the copyright problem.
16700
16701 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * message.el (message-kill-buffer): Raise the current frame.
16704
16705 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16708
16709         * gnus.el (message-y-or-n-p): Autoload.
16710
16711         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16712         (pop3-password-required, pop3-authentication-scheme)
16713         (pop3-leave-mail-on-server): Make customizable.
16714         (pop3): New custom group.
16715         (pop3-retr): Remove `sleep-for' statements.
16716         Suggested by Dave Love <fx@gnu.org>.
16717
16718         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16719         Windows/DOS.
16720
16721         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16722         (imap-parse-body): Fix incorrect use of `assert'.
16723         Suggested by Dave Love <fx@gnu.org>.
16724
16725         * mml.el (mml-minibuffer-read-disposition): Require match.
16726         Suggested by Dave Love <fx@gnu.org>.
16727
16728 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16731         doc string.
16732
16733 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16736
16737 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16738
16739         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16740         instead of calling `mm-insert-inline', to decode text/* parts
16741         before displaying them.
16742
16743 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * mm-uu.el (mm-uu-text-plain-type): New variable.
16746         (mm-uu-pgp-signed-extract-1): Use it.
16747         (mm-uu-pgp-encrypted-extract-1): Use it.
16748         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16749         bind mm-uu-text-plain-type with that value.
16750         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16751         mm-uu-dissect.
16752
16753 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus-group.el (gnus-update-group-mark-positions):
16756         * gnus-sum.el (gnus-update-summary-mark-positions):
16757         * message.el (message-check-news-body-syntax):
16758         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16759         of string-as-multibyte.
16760
16761 2004-10-05  Juri Linkov  <juri@jurta.org>
16762
16763         * gnus-group.el (gnus-update-group-mark-positions):
16764         * gnus-sum.el (gnus-update-summary-mark-positions):
16765         * message.el (message-check-news-body-syntax):
16766         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16767         8-bit unibyte values to a multibyte string for search functions.
16768
16769 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16772         (mm-uu-dissect-text-parts): New function.
16773
16774         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16775         dissect text parts.
16776
16777         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16778         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16779
16780         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16781
16782         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16783         Use gnus-current-topics instead of gnus-current-topic.
16784
16785 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16788
16789 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16792         where approriate.
16793
16794         * nnml.el (nnml-generate-active-info): do.
16795
16796         * nndiary.el (nndiary-generate-active-info): do.
16797
16798         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16799         (gnus-topic-move): do.
16800
16801         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16802         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16803
16804         * gnus-srvr.el (gnus-server-prepare)
16805         (gnus-server-open-all-servers): do.
16806
16807         * gnus-msg.el (gnus-summary-cancel-article)
16808         (gnus-summary-resend-message)
16809         (gnus-summary-mail-crosspost-complaint): do.
16810
16811         * gnus-move.el (gnus-change-server): do.
16812
16813         * gnus-group.el (gnus-group-unmark-all-groups)
16814         (gnus-group-set-current-level): do.
16815
16816 2004-10-04  Simon Josefsson  <jas@extundo.com>
16817
16818         * message.el (message-generate-hashcash): Doc fix.
16819
16820 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16821
16822         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16823         avoid infinite recursion via gnus-get-function.
16824
16825 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16828
16829         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16830
16831         * nnmail.el (nnmail-split-history): do.
16832
16833         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16834         (nnml-request-delete-group): do.
16835
16836         * nnslashdot.el (nnslashdot-read-groups): do.
16837
16838         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16839         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16840
16841         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16842         (nnspool-sift-nov-with-sed): Use last.
16843         (nnspool-retrieve-headers-with-nov): Use mapc.
16844         (nnspool-request-newgroups): Use dolist.
16845         (nnspool-request-group): Use last.
16846
16847         * nntp.el (nntp-read-server-type): Use dolist.
16848
16849         * nnvirtual.el (nnvirtual-create-mapping)
16850         (nnvirtual-update-read-and-marked): Use dolist.
16851         (nnvirtual-convert-headers): Simplify.
16852
16853 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16854
16855         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16856         Add support for sync'ing tick marks.
16857
16858 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16861         there's no visible header.
16862
16863 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16864
16865         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16866         When necessary, pass full group name to gnus-request-set-marks.
16867
16868 2004-10-01  Simon Josefsson  <jas@extundo.com>
16869
16870         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16871         acroread.
16872
16873 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16874
16875         * spam-report.el (spam-report-gmane): Fix interactive.
16876
16877         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16878
16879         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16880         when writing file.
16881         (gnus-agent-synchronize-flags): Don't default to being
16882         interactive.
16883
16884 2004-09-30  Simon Josefsson  <jas@extundo.com>
16885
16886         * message.el (message-generate-hashcash): Add.
16887         (message-send-mail): Use it, call mail-add-payment.
16888
16889 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16892
16893 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16894
16895         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16896         gnus-requst-update-info with explicit code to sync the in-memory
16897         info read flags with the marks being sync'd to the backend.
16898
16899         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16900
16901 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * spam.el (spam-verify-bogofilter): Add new function.
16904         (spam-check-bogofilter)
16905         (spam-bogofilter-register-with-bogofilter): Use it.
16906         (spam-verify-bogofilter): Add small fixes.
16907
16908 2004-09-28  Simon Josefsson  <jas@extundo.com>
16909
16910         * hashcash.el (hashcash-generate-payment): Revert.
16911
16912 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16915         Use gnus-extract-references instead of gnus-split-references.
16916
16917         * gnus-util.el (gnus-extract-references): Add new function, analogous
16918         to gnus-split-references but extracts only the message-ID without
16919         anything extra.
16920
16921         * hashcash.el (hashcash-generate-payment)
16922         (hashcash-check-payment): Do the right thing if hashcash-path is
16923         nil (because the hashcash program could not be found).
16924
16925         * spam.el (spam-use-hashcash): Remove comment.
16926
16927 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16930         (gnus-cache-enter-article, gnus-cache-remove-article)
16931         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16932
16933         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16934
16935         * gnus-art.el (article-hide-boring-headers)
16936         (article-translate-strings, article-display-face)
16937         (gnus-article-mime-match-handle-first)
16938         (gnus-article-highlight-headers)
16939         (gnus-article-add-buttons-to-head): do.
16940
16941 2004-09-27  Simon Josefsson  <jas@extundo.com>
16942
16943         * hashcash.el: New version, from
16944         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16945         ../contrib/.
16946
16947 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16950
16951 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16952
16953         * gnus-dup.el (gnus-dup-open): Use mapc.
16954         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16955
16956         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16957         Reported by Stefan Wiens <s.wi@gmx.net>.
16958
16959         * gnus.el (gnus-shutdown): Use dolist.
16960
16961         * gnus-undo.el (gnus-undo): Use mapc.
16962
16963         * nnrss.el (nnrss-generate-active): do.
16964
16965         * message.el (message-cite-original-without-signature)
16966         (message-cite-original): Use mapc.
16967         (message-do-actions, message-make-forward-subject): Use dolist.
16968
16969 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16970
16971         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16972         deletion to remove entire duplicate line.  Fixes merged article
16973         number bug.
16974
16975 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16976
16977         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16978         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16979         first ask if you want to open a server and then, even when you
16980         responded with no, asking if you want to synchronize the server's
16981         flags.
16982         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16983         multi-line expressions.
16984         (gnus-agent-synchronize-group-flags): New internal function.
16985         Updates marks in memory (in the info structure) AND in the
16986         backend.
16987
16988         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16989
16990         * nnagent.el (nnagent-request-set-mark):
16991         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16992         method, to ensure that synchronization updates marks in the
16993         backend and in the info (in memory) structure.
16994
16995 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16998         convention fully; don't miss the root article of a thread; make
16999         the X-Draft-From header with correct article numbers.
17000
17001 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17002
17003         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17004         unless plugged.  Disable the agent so that an open failure causes
17005         an error.
17006
17007         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17008         Revert 2004-09-21 change.  The backend must be opened while
17009         synchronizing flags even when the backend stores the flags
17010         locally.
17011
17012 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17015         in `header' match.  Reported by Svend Tollak Munkejord.
17016
17017         * message.el (message-cite-original): Fix use of
17018         `message-cite-articles-with-x-no-archive'.
17019
17020 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17023         (gnus-window-to-buffer): Ditto.
17024
17025         * mml.el (mml-preview-buffer): New variable.
17026         (mml-preview): Manage window layout with gnus-buffer-configuration.
17027
17028         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17029         X-Draft-From header even if those articles aren't quoted.
17030
17031 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17032
17033         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17034         (gnus-request-set-mark, gnus-request-update-mark): Use new
17035         g-s-t-u-l-m to decide to use backend even when unplugged.
17036
17037 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17040         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17041
17042 2004-09-20  Simon Josefsson  <jas@extundo.com>
17043
17044         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17045         "utf-16-le".
17046
17047 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17048
17049         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17050
17051 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * uudecode.el (uudecode-use-external): Add :version.
17054
17055         * smime.el (smime-CA-file, smime-encrypt-cipher)
17056         (smime-dns-server): Add :version.
17057
17058         * smiley.el (gnus-smiley-file-types): Add :version.
17059
17060         * sha1.el (sha1-use-external): Add :version.
17061
17062         * pgg-def.el (pgg-query-keyserver): Add :version.
17063
17064         * nnmail.el (nnmail-fancy-expiry-targets)
17065         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17066         Add :version.
17067
17068         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17069         (nnimap-retrieve-groups-asynchronous): Add :version.
17070         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17071
17072         * mml.el (mml-content-disposition-parameters)
17073         (mml-insert-mime-headers-always): Add :version.
17074
17075         * mm-util.el (mm-coding-system-priorities): Add :version.
17076
17077         * mm-decode.el (mm-inline-text-html-with-images)
17078         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17079         (mm-verify-option): Add :version.
17080         (mm-text-html-renderer): Change :version.
17081
17082         * message.el (message-fcc-externalize-attachments)
17083         (message-required-headers, message-draft-headers)
17084         (message-subject-trailing-was-query)
17085         (message-subject-trailing-was-ask-regexp)
17086         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17087         (message-mark-insert-end, message-archive-header)
17088         (message-archive-note, message-cross-post-default)
17089         (message-cross-post-note, message-followup-to-note)
17090         (message-cross-post-note-function, message-use-mail-followup-to)
17091         (message-subscribed-address-functions)
17092         (message-subscribed-address-file, message-subscribed-addresses)
17093         (message-subscribed-regexps, message-allow-no-recipients)
17094         (message-yank-cited-prefix, message-signature-insert-empty-line)
17095         (message-hidden-headers, message-hierarchical-addresses)
17096         (message-mail-user-agent, message-use-idna)
17097         (message-valid-fqdn-regexp)
17098         (message-strip-special-text-properties, message-header-synonyms)
17099         (message-beginning-of-line, message-tab-body-function): Add :version.
17100         (message-insert-canlock, message-wide-reply-confirm-recipients):
17101         Change :version.
17102
17103         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17104         and :version.
17105         (mail-source-delete-old-incoming-confirm)
17106         (mail-source-movemail-program): Add :version.
17107
17108         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17109         (gnus-agent-cache, gnus-agent): Change :version.
17110
17111         * gnus-util.el (gnus-use-byte-compile): Change :version.
17112
17113         * gnus-sum.el (gnus-summary-make-false-root-always)
17114         (gnus-summary-default-high-score)
17115         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17116         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17117         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17118         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17119         (gnus-sum-thread-tree-single-indent)
17120         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17121         (gnus-sum-thread-tree-leaf-with-other)
17122         (gnus-sum-thread-tree-single-leaf): Add :version.
17123         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17124         (gnus-article-loose-mime): Change :version.
17125
17126         * gnus-start.el (gnus-backup-startup-file)
17127         (gnus-save-startup-file-via-temp-buffer): Add :version.
17128
17129         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17130         (gnus-server-offline-face): Add :version.
17131
17132         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17133
17134         * gnus-msg.el (gnus-gcc-externalize-attachments)
17135         (gnus-debug-files, gnus-debug-exclude-variables)
17136         (gnus-discouraged-post-methods): Change :version.
17137         (gnus-confirm-mail-reply-to-news)
17138         (gnus-confirm-treat-mail-like-news): Add :version.
17139
17140         * gnus-int.el (gnus-server-unopen-status): Add :version.
17141
17142         * gnus-group.el (gnus-group-jump-to-group-prompt)
17143         (gnus-large-ephemeral-newsgroup)
17144         (gnus-fetch-old-ephemeral-headers): Add :version.
17145
17146         * gnus-fun.el (gnus-x-face-directory)
17147         (gnus-convert-pbm-to-x-face-command)
17148         (gnus-convert-image-to-x-face-command)
17149         (gnus-convert-image-to-face-command): Add :version.
17150
17151         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17152
17153         * gnus-cite.el (gnus-cite-blank-line-after-header)
17154         (gnus-article-boring-faces): Add :version.
17155
17156         * gnus-art.el (gnus-buttonized-mime-types)
17157         (gnus-inhibit-mime-unbuttonizing)
17158         (gnus-treat-display-face)
17159         (gnus-treat-body-boundary): Change :version.
17160         (gnus-body-boundary-delimiter, gnus-picon-databases)
17161         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17162         (gnus-treat-date-english, gnus-treat-fold-headers)
17163         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17164         (gnus-treat-mail-picon, gnus-treat-wash-html)
17165         (gnus-article-encrypt-protocol)
17166         (gnus-use-idna, gnus-article-over-scroll)
17167         (gnus-mime-display-multipart-alternative-as-mixed)
17168         (gnus-mime-display-multipart-related-as-mixed)
17169         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17170         (gnus-ctan-url, gnus-button-ctan-handler)
17171         (gnus-button-handle-ctan-bogus-regexp)
17172         (gnus-button-ctan-directory-regexp)
17173         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17174         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17175         (gnus-button-man-level, gnus-button-emacs-level)
17176         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17177
17178         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17179         (gnus-agent-go-online): Change :version.
17180         (gnus-agent-expire-unagentized-dirs)
17181         (gnus-agent-auto-agentize-methods): Add :version.
17182
17183         * flow-fill.el (fill-flowed-display-column)
17184         (fill-flowed-encode-column): Add :version.
17185
17186         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17187         (gnus-outlook-deuglify-unwrap-max)
17188         (gnus-outlook-deuglify-cite-marks)
17189         (gnus-outlook-deuglify-unwrap-stop-chars)
17190         (gnus-outlook-deuglify-no-wrap-chars)
17191         (gnus-outlook-deuglify-attrib-cut-regexp)
17192         (gnus-outlook-deuglify-attrib-verb-regexp)
17193         (gnus-outlook-deuglify-attrib-end-regexp)
17194         (gnus-outlook-display-hook): Add :version.
17195
17196         * binhex.el (binhex-use-external): Add :version.
17197
17198 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17201         and `invisible'.
17202
17203 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17206         in gnus-registry-trim.
17207
17208 2004-09-13  Simon Josefsson  <jas@extundo.com>
17209
17210         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17211
17212         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17213
17214         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17215         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17216         <yamaoka@jpl.org>.
17217         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17218         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17219         <yamaoka@jpl.org>.
17220
17221         * sieve.el (sieve-manage-mode): Ditto.
17222
17223 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17224
17225         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17226
17227 2004-09-11  Simon Josefsson  <jas@extundo.com>
17228
17229         * dns-mode.el: Add.
17230
17231         * mm-view.el (mm-display-dns-inline): Add.
17232
17233         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17234         (mm-automatic-display): Ditto.
17235
17236         * mailcap.el (mailcap-mime-data): Add text/dns.
17237         (mailcap-mime-extensions): Map .soa to text/dns.
17238
17239 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17240
17241         * gnus-art.el (article-decode-mime-words, article-babel)
17242         (gnus-article-highlight-signature, gnus-article-add-buttons)
17243         (gnus-signature-toggle): Remove unnecessary bindings of
17244         `inhibit-read-only' inherited from v5.10 merge.
17245
17246 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * nntp.el (nntp): New customization group.
17249         (nntp-authinfo-file): Add customization group.
17250
17251         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17252
17253         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17254
17255         * gnus.el (to-address, to-list, subscribed)
17256         (large-newsgroup-initial): Ditto.
17257
17258         * flow-fill.el (fill-flowed-display-column)
17259         (fill-flowed-encode-column): Ditto.
17260
17261 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17262
17263         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17264         Use point-min rather than 1.
17265         (message-send-mail): Use buffer-size rather than point-max.
17266
17267         * gnus-sum.el (gnus-summary-search-article-forward):
17268         Signal a specific `search-failed' rather than a generic `error'.
17269
17270         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17271         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17272         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17273
17274 2004-09-10  Simon Josefsson  <jas@extundo.com>
17275
17276         * nndb.el (require): Remove tcp and duplicate cl.
17277
17278 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-agent.el (directory-files-and-attributes): Move forward.
17281
17282 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17283
17284         * gnus-agent.el (directory-files-and-attributes):
17285         Optionally defined to support XEmacs.
17286
17287 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17288
17289         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17290         to avoid run-time CL dependencies.
17291         (gnus-agent-unfetch-articles): New function.
17292         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17293         article numbers even when local .overview file is missing.
17294         (gnus-agent-read-article-number): New function.  Only accepts
17295         27-bit article numbers.
17296         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17297         Use gnus-agent-read-article-number.
17298         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17299         from backend while recognizing that article numbers in .overview
17300         must be valid.
17301         (gnus-agent-update-files-total-fetched-for):
17302         Use directory-files-and-attributes to improve performance.
17303         * gnus-int.el (gnus-request-move-article):
17304         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17305         improve performance.
17306
17307         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17308         some users confused by references to .newsrc when they only have a
17309         .newsrc.eld file.
17310         (gnus-convert-mark-converter-prompt)
17311         (gnus-convert-converter-needs-prompt): Fix use of property list.
17312         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17313         New function.  Used internally to only display 'gnus converting
17314         files' message when actually necessary.
17315
17316         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17317         methods now autoloaded.
17318
17319 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17322         identifiers.
17323
17324 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17325
17326         * gnus-picon.el: Fix indentation and closing parenthesis.
17327
17328 2004-09-01  Simon Josefsson  <jas@extundo.com>
17329
17330         * message.el (message-canlock-generate): Require sha1, not
17331         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17332         to require within a function.  Sadly, if sha1.el isn't loaded, the
17333         let binding in m-c-g will hide the defcustom definition, which is
17334         bad.)
17335
17336         * canlock.el: Require sha1, not sha1-el.
17337
17338         * message.el: Don't autoload sha1 (there is a autoload cookie in
17339         sha1.el).
17340
17341         * sha1-el.el: Rename to sha1.el.
17342
17343 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17344
17345         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17346
17347 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17348
17349         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17350
17351 2004-08-30  Kim F. Storm  <storm@cua.dk>
17352
17353         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17354
17355         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17356         Add :group 'nnimap.
17357
17358 2004-08-30  Andreas Schwab  <schwab@suse.de>
17359
17360         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17361         ?* and ?\;.
17362
17363         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17364         and ?\' to symbol instead of whitespace.
17365
17366 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17369
17370         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17371         instead of re-search-forward.
17372
17373         * gnus-uu.el (gnus-uu-save-article): Ditto.
17374         (gnus-uu-post-encode-uuencode): Ditto.
17375
17376         * html2text.el (html2text-clean-list-items): Ditto.
17377         (html2text-clean-dtdd): Ditto.
17378         (html2text-format-tags): Ditto.
17379
17380         * message.el (message-send-mail-with-sendmail): Fix regexp.
17381         (message-fill-field-general): Use search-forward instead of
17382         re-search-forward.
17383         (unbold-region): Ditto.
17384
17385         * nnrss.el (nnrss-request-article): Ditto.
17386
17387         * nnslashdot.el (nnslashdot-request-article): Ditto.
17388
17389         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17390
17391         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17392         "Unrecognized menu descriptor" error in XEmacs.
17393
17394 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17395
17396         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17397         parent article of a sparse article in the thread hashtb.
17398
17399 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17400
17401         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17402         (nnmail-expand-newtext): Lowercase expanded entries if
17403         nnmail-split-lowercase-expanded is non-nil.
17404
17405 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17408
17409         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17410         of gnus-tmp-news-method into string under XEmacs.  It will be
17411         passed to gnus-correct-length which takes only a string argument.
17412
17413 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-util.el (gnus-bind-print-variables): New macro.
17416         (gnus-prin1): Use it.
17417         (gnus-prin1-to-string): Use it.
17418         (gnus-pp): New function.
17419         (gnus-pp-to-string): New function.
17420
17421         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17422         Replace pp-to-string with gnus-pp-to-string.
17423         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17424         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17425         * gnus-msg.el (gnus-debug): Ditto.
17426         * gnus-score.el (gnus-score-save): Ditto.
17427         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17428         gnus-pp-to-string.
17429         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17430         with gnus-pp.
17431         * score-mode.el (gnus-score-pretty-print): Ditto.
17432         * webmail.el (webmail-debug): Ditto.
17433
17434 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-art.el (article-display-face, article-display-x-face):
17437         Use buffer-read-only.
17438
17439 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-art.el (article-hide-list-identifiers):
17442         Bind inhibit-read-only as t.
17443
17444 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17447
17448 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17449
17450         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17451         (gnus-narrow-to-page): Don't assume point-min == 1.
17452         (gnus-article-edit-mode): Derive from message-mode.
17453
17454         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17455         point-min == 1.
17456
17457         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17458         Disable incorrect use of `assert'.
17459
17460         * message.el (message-mode): Set comment-start-skip.
17461
17462
17463 2004-08-22  Sam Steingold  <sds@gnu.org>
17464
17465         * pop3.el (pop3-leave-mail-on-server): New user variable.
17466         (pop3-movemail): Delete mail only when it is nil.
17467
17468 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17471
17472         * mml.el (mml-preview): Use `pop-to-buffer'.
17473
17474         * message.el (message-goto-mail-followup-to): Insert after "To".
17475         (message-carefully-insert-headers): Add comment.
17476
17477         * gnus.el: Remove unused variable `gnus-article-check-size'.
17478
17479         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17480
17481         * gnus-art.el (gnus-button-alist):
17482         Improve `gnus-button-handle-library' entry.
17483
17484 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17485
17486         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17487         Use downcase, since XEmacs capitalizes error messages differently.
17488
17489 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17490
17491         * nntp.el: Add (require 'gnus) due to reference to
17492         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17493
17494 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17495
17496         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17497         Bind `mm-fill-flowed'.
17498
17499         * mm-decode.el (mm-dissect-singlepart): Check it.
17500
17501 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17504         'imap' for netrc parsing.
17505
17506 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * mailcap.el (mailcap-mime-data): Mark as risky.
17509
17510 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17513         may be included in the encoded word.
17514         (rfc2047-encode): Don't append a space if the encoded word
17515         includes close parenthesis.
17516
17517 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17520         of text within parentheses.
17521
17522 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17523
17524         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17525         (gnus-encrypt-write-file-contents): Make the password key the file
17526         name PLUS the cipher, not just the cipher.  Also remove failed
17527         passwords from the cache.
17528
17529 2004-08-06  Simon Josefsson  <jas@extundo.com>
17530
17531         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17532         Doc fix.
17533
17534 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17537         LWSP.
17538
17539 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17542         Try to append in-reply-to: data to the references: header.
17543
17544         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17545         (netrc-parse): Use gnus-encrypt.el functions.
17546
17547         * gnus-encrypt.el: Add new file for encryption support; currently
17548         does only a few GPG ciphers and an internal XOR cipher.
17549
17550         * password.el: Add comments on using password-read-and-add.
17551         (password-read-and-add): Add function to read and add the
17552         password to the cache at once.
17553
17554 2004-07-28  Simon Josefsson  <jas@extundo.com>
17555
17556         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17557         parameter (but don't use it, for now).
17558
17559         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17560         instead of hard coding to nil.
17561
17562 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17565         as mm-inline-image-xemacs does.
17566
17567 2004-07-26  Simon Josefsson  <jas@extundo.com>
17568
17569         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17570         Revert part of 2004-07-17 change below.
17571
17572 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17575         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17576
17577 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17578
17579         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17580         quotes that actually start with ">" at the beginning of the
17581         lines.
17582
17583 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * rfc2047.el (rfc2047-encode-region): Fix last change.
17586         (rfc2047-encode-parameter): Remove useless concat.
17587
17588 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17591         encode special characters; fix some kind of misconfigured headers;
17592         signal a real error if debug-on-quit or debug-on-error is non-nil.
17593         (rfc2047-encode-max-chars): New variable.
17594         (rfc2047-encode-1): Use it.
17595         (rfc2047-encode-parameter): New function.
17596
17597         * mml.el (mml-insert-parameter): Remove an excessive space.
17598
17599 2004-07-17  Simon Josefsson  <jas@extundo.com>
17600
17601         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17602         Kai Grossjohann <kai@emptydomain.de>.
17603         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17604         (gnus-group-make-menu-bar): Ditto.
17605
17606         * gnus-util.el (gnus-group-server): Add.
17607
17608 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17609
17610         * message.el (message-clone-locals): Clone sendmail and smtp
17611         variables.
17612
17613 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * rfc2047.el (rfc2047-encode-region): Fix last change.
17616
17617 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17620         characters as non-special.
17621
17622 2004-07-09  Simon Josefsson  <jas@extundo.com>
17623
17624         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17625         Users will lose all flag changes made while unplugged with
17626         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17627         good default.  See numerous reports on ding mailing list.
17628
17629 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17632         add generate-head-function and generate-article-function to the
17633         rfc822-forward entry.
17634         (nndoc-rfc822-forward-generate-article): New function.
17635         (nndoc-rfc822-forward-generate-head): New function.
17636
17637         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17638
17639 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17640
17641         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17642         respect display group parameter and gnus-summary-expunge-below.
17643         (gnus-articles-to-read): Remove unused reference to display group
17644         parameter.
17645
17646 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17647
17648         * nnheader.el (nnheader-uniquify-message-id): New experimental
17649         variable.
17650         (nnheader-nov-read-message-id): Use it.
17651
17652         * spam-report.el (spam-report-gmane): Add interactive.
17653
17654 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * mm-encode.el (mm-content-transfer-encoding-defaults):
17657         Use qp-or-base64 for the application/* types.
17658
17659 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17660
17661         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17662
17663 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17666         trim value.
17667
17668 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17669
17670         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17671         New macro and function.
17672         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17673
17674 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17677         after-load-alist.
17678
17679 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17680
17681         * gnus-group.el (gnus-group-get-new-news-this-group):
17682         Don't update info that isn't there.
17683
17684 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17685
17686         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17687         entry.
17688
17689 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * mm-view.el (mm-inline-render-with-function): Use multibyte
17692         buffer; decode html source by charset.
17693
17694         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17695
17696         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17697         Mule-UCS is loaded under XEmacs.
17698         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17699
17700 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17701
17702         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17703
17704 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * mm-util.el (mm-coding-system-p): Return a coding-system.
17707         (mm-mime-mule-charset-alist): Use shift_jis instead of
17708         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17709         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17710         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17711         instead of japanese-shift-jis and iso-latin-1 respectively in
17712         order to share the default value with both Emacs and XEmacs-mule.
17713         (mm-mule-charset-to-mime-charset):
17714         Make mm-coding-system-priorities effective.
17715         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17716         while predicating of candidates upon the priorities.
17717
17718 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17719
17720         * gnus-sum.el (gnus-summary-make-menu-bar):
17721         Add gnus-uu-invert-processable.
17722
17723         * gnus.el: Autoload gnus-uu-invert-processable.
17724
17725 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * mm-util.el (mm-with-multibyte-buffer): New macro.
17728
17729         * rfc2047.el (rfc2047-encode-string): Use it.
17730         (rfc2047-encode-region): Move point to the end of the region after
17731         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17732
17733 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17736         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17737
17738 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17741         (gnus-cite-parse): Ignore quoted envelope From_.
17742         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17743
17744 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17745
17746         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17747         invalid addresses.
17748
17749 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17750
17751         * spam.el: Change section markers, revise TODO list.
17752         (spam-backends): Make new master list of all installed backends.
17753         (spam-summary-exit-behavior): Add new variable to determine how
17754         messages moves are done at summary exit.
17755         (spam-move-spam-nonspam-groups-only)
17756         (spam-process-ham-in-nonham-groups)
17757         (spam-process-ham-in-spam-groups): Remove variables, the
17758         spam-summary-exit-behavior variable should be used to manage this
17759         behavior.
17760         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17761         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17762         and spam-old-spam-articles.
17763         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17764         Add empty variables, placeholders for the backends they represent.
17765         (spam-set-difference): Move, unchanged.
17766         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17767         unless the user has a processor variable.
17768         (spam-classifications, spam-classification-valid-p)
17769         (spam-backend-properties, spam-backend-property-valid-p)
17770         (spam-backend-function-type-valid-p)
17771         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17772         (spam-report-articles-gmane, spam-report-articles-resend):
17773         Remove functions, they are not needed.
17774         (spam-install-backend-super, spam-backend-list)
17775         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17776         (spam-backend-function, spam-backend-ham-registration-function)
17777         (spam-backend-spam-registration-function)
17778         (spam-backend-ham-unregistration-function)
17779         (spam-backend-spam-unregistration-function)
17780         (spam-backend-statistical-p, spam-backend-mover-p)
17781         (spam-install-backend-alias, spam-install-checkonly-backend)
17782         (spam-install-mover-backend, spam-install-nocheck-backend)
17783         (spam-install-backend, spam-install-statistical-backend)
17784         (spam-install-statistical-checkonly-backend): Add backend installation
17785         support.
17786         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17787         (spam-group-processor-p): Use the new backend code and respect the
17788         summary exit behavior.
17789         (spam-mark-spam-as-expired-and-move-routine): Remove.
17790         (spam-summary-prepare): Change to use the new spam-old-articles
17791         variable.
17792         (spam-copy-or-move-routine, spam-copy-spam-routine)
17793         (spam-move-spam-routine, spam-copy-ham-routine)
17794         (spam-move-ham-routine): Add code to copy/move ham or spam.
17795         (spam-fetch-field-fast): Improve doc and code, plus allow the
17796         'number request.
17797         (spam-list-of-checks, spam-list-of-statistical-checks):
17798         Remove variables.
17799         (spam-split, spam-find-spam): Use the new backend code.
17800         (spam-registration-functions): Remove variable.
17801         (spam-unregister-routine): Add convenience wrapper.
17802         (spam-log-undo-registration, spam-register-routine)
17803         (spam-log-processing-to-registry)
17804         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17805         where possible.
17806         (spam-check-gmane-xref, spam-check-regex-headers)
17807         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17808         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17809         (spam-check-bogofilter-headers, spam-check-spamoracle)
17810         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17811         (spam-check-crm114-headers): Use the spam-split-group that
17812         spam-split prepares, no need to determine it every time.
17813
17814         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17815         to the nnheader-parse-naked-head call.
17816
17817         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17818
17819         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17820         the nnheader-nov-read-message-id call.
17821
17822 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17825         gnus-activate-group twice.  Suggested by Markus Peter
17826         <warp@spin.de>.
17827
17828 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-art.el (gnus-article-time-format): Exchange the order of
17831         day and month in the default value; fix customization type.
17832         (article-date-ut): Use add-text-properties.
17833         (article-make-date-line): Use message-make-date instead of
17834         current-time-string.
17835
17836         * message.el (message-fetch-field): Don't use set-text-properties.
17837         (message-make-date): Simplify.
17838
17839         * messagexmas.el (message-xmas-make-date): New function.
17840         (message-xmas-redefine): Defalias message-make-date to it.
17841
17842 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17845         (rfc2047-encode-region): Treat text within parentheses as special;
17846         show the original text when error has occurred.
17847
17848         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17849         already-computed method to gnus-activate-group.
17850
17851         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17852         same select-methods identical Lisp objects.
17853
17854         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17855         object when modifying the info.
17856
17857 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17860         gnus-opened-servers since it has never been opened with the new
17861         configuration yet.
17862
17863 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17866         arg to nnheader-generate-fake-message-id.
17867
17868 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17869
17870         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17871         number and build a fake message ID localized to a group and
17872         article number (so it's repeatable from that point on).
17873         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17874         ID format.
17875
17876         * gnus-sum.el (gnus-get-newsgroup-headers):
17877         Call nnheader-generate-fake-message-id with the article number.
17878
17879 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17880
17881         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17882         end-of-buffer.
17883
17884 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17885
17886         * message.el (message-ignored-supersedes-headers): Add Approved.
17887
17888 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17891         goto-char.
17892         (rfc2047-encode): Fold the line before encoding.
17893
17894 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895
17896         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17897         folding -- not all headers can be folded, and this should be done
17898         by the message composition mode.  Probably.  I think.
17899
17900 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17903         fast.
17904
17905         * gnus-ems.el (gnus-remove-image): Don't use
17906         message-text-with-property; remove only the image found first.
17907
17908         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17909         found first.
17910
17911 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17912
17913         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17914
17915 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * message.el (message-text-with-property): Make it fast and accept
17918         optional arguments.
17919         (message-strip-forbidden-properties): Use it.
17920         (message-fix-before-sending): Follow the m-t-w-p change.
17921
17922         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17923
17924 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-art.el (article-hide-headers): Don't change the buffer
17927         mistakenly when performing mml-preview even if
17928         gnus-single-article-buffer is nil.
17929
17930 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17931
17932         * message.el (message-expand-name-databases): New user option.
17933         (message-expand-name): Use it.
17934
17935 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * spam.el (spam-report-articles-resend)
17938         (spam-report-resend-register-routine): Allow ham reporting.
17939         (spam-report-resend-register-ham-routine): Add wrapper.
17940         (spam-registration-functions): Add ham resending functions.
17941         (spam-list-of-processors): Add ham resend processor.
17942
17943         * gnus.el (ham-resend-to): Add new group parameter.
17944         (spam-process): Add ham resend option.
17945
17946         * spam-report.el (spam-report-resend): Allow reporting ham.
17947         (spam-report-resend-ham): Add wrapper.
17948
17949 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17950
17951         * message.el (message-cite-articles-with-x-no-archive):
17952         New variable.
17953         (message-cite-original): Use it.
17954
17955 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * message.el (message-cite-original): Respect X-No-Archive.
17958
17959 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (article-hide-headers): Refer to the values for
17962         gnus-ignored-headers and gnus-visible-headers in the summary
17963         buffer since a user may have set them as group parameters.
17964
17965 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * assistant.el (assistant-node-name): Add convenience function.
17968         (assistant-render-text, assistant-render-node): Add error handling,
17969         plus handle multiple next nodes.
17970         (assistant-find-next-node): Comment out for now.
17971         (assistant-find-next-nodes): Add function, returns list of next
17972         nodes.
17973
17974 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * mail-source.el (mail-source-directory): Fix doc-string.
17977
17978 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17979
17980         * assistant.el (assistant-render-text, assistant-eval): Add :set
17981         widget type, which is different because it takes and returns a
17982         list.  Much hilarity ensues.
17983
17984 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17987
17988         * gnus-group.el (gnus-group-get-new-news-this-group):
17989         Add doc-string.
17990
17991         * gnus-start.el (gnus-activate-group): Add doc-string.
17992
17993 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17996
17997 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * assistant.el (assistant-render-text): Try to add a :set
18000         widget, more to come.
18001
18002         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18003         strings.
18004         (spam-report-articles-resend)
18005         (spam-register-routine): Do registration iff any articles warrant
18006         it.
18007         (spam-summary-prepare-exit): Change log message for nil group
18008         destinations.
18009
18010 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18011
18012         * spam.el (spam-report-resend-register-routine):
18013         Allow spam-report-resend-to to be a group parameter or a global value.
18014
18015 2004-05-26  Simon Josefsson  <jas@extundo.com>
18016
18017         * starttls.el: Merge with my GNUTLS based starttls.el.
18018         (starttls-gnutls-program, starttls-use-gnutls)
18019         (starttls-extra-arguments, starttls-process-connection-type)
18020         (starttls-connect, starttls-failure, starttls-success):
18021         New variables.
18022         (starttls-program, starttls-extra-args): Doc fix.
18023         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18024         New functions.
18025         (starttls-negotiate, starttls-open-stream):
18026         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18027         function if it is set.
18028
18029 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18032         structured fields.
18033
18034 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18037
18038 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18039
18040         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18041         Add variable.
18042         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18043         assigning the spam-mark to new messages.
18044
18045 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18046
18047         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18048
18049 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18052
18053         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18054         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18055         default.
18056
18057 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18058
18059         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18060         correct data.
18061
18062 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18065         (spam-group-processor-p): Fix function.
18066         (spam-group-processor-multiple-p)
18067         (spam-group-spam-processor-report-gmane-p)
18068         (spam-group-spam-processor-report-resend-p)
18069         (spam-group-spam-processor-bogofilter-p)
18070         (spam-group-spam-processor-blacklist-p)
18071         (spam-group-spam-processor-ifile-p)
18072         (spam-group-ham-processor-ifile-p)
18073         (spam-group-spam-processor-spamoracle-p)
18074         (spam-group-spam-processor-crm114-p)
18075         (spam-group-ham-processor-bogofilter-p)
18076         (spam-group-spam-processor-stat-p)
18077         (spam-group-ham-processor-stat-p)
18078         (spam-group-ham-processor-whitelist-p)
18079         (spam-group-ham-processor-BBDB-p)
18080         (spam-group-ham-processor-spamoracle-p)
18081         (spam-group-ham-processor-copy-p): Remove functions with some
18082         prejudice against unneeded code.
18083         (spam-report-articles-resend)
18084         (spam-report-resend-register-routine): Allow the group/topic
18085         spam-resend-to value to override spam-report-resend-to.
18086         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18087         properly now.
18088
18089         * gnus.el (spam-resend-to): Add group/topic parameter.
18090         (spam-process): Move the OBSOLETE processors to the end of the
18091         choices.
18092
18093 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18094
18095         * spam-report.el (spam-report-resend-to, spam-report-resend):
18096         Start with resend-to set to nil, and then ask the user if necessary.
18097         (spam-report-resend): spam-report-resend takes a list of articles, not
18098         separate article numbers.
18099
18100 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18103         addition to emacs-w3m.
18104
18105 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * assistant.el (assistant-authinfo-data): New function.
18108         (assistant-eval): Eval for entire assistant.
18109
18110         * netrc.el (netrc-services-file): New variable.
18111         (netrc-parse-services): New function.
18112         (netrc-find-service-name): New function.
18113         (netrc-find-service-number): New function.
18114         (netrc-port-equal): New function.
18115         (netrc-machine): Use it.
18116
18117         * nnimap.el (nnimap-open-connection): Use netrc.
18118
18119         * gnus-util.el (gnus-netrc-get): Remove aliases.
18120
18121         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18122
18123         * assistant.el (wid-edit): Fix compilation.
18124
18125         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18126
18127 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18128
18129         * gnus-util.el (gnus-set-file-modes): New function.  (small
18130         patch).
18131
18132 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18133
18134         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18135
18136         * assistant.el (assistant-render-node): Fix up rendering and
18137         read-only text.
18138         (assistant-render-node): Reset.
18139         (assistant-make-read-only): Not sticky.
18140
18141 2004-05-20  Danny Siu  <dsiu@adobe.com>
18142
18143         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18144         centered even when gnus-auto-center-summary is t.
18145
18146 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18147
18148         * dns.el (dns-get-txt-answer): New function.
18149         (dns-read-txt): Ditto.
18150         (query-dns): Use it.
18151
18152 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18155         active for foreign groups even if the group level is higher than
18156         the specified value.
18157
18158 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18161         non-active groups.
18162
18163         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18164
18165 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18166
18167         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18168
18169 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18170
18171         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18172         (spam-crm114-header, spam-crm114-spam-switch)
18173         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18174         (spam-crm114-positive-spam-header)
18175         (spam-crm114-database-directory, spam-list-of-processors)
18176         (spam-group-spam-processor-crm114-p)
18177         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18178         (spam-generic-score, spam-list-of-checks)
18179         (spam-list-of-statistical-checks, spam-registration-functions)
18180         (spam-check-crm114-headers, spam-crm114-score)
18181         (spam-check-crm114, spam-crm114-register-with-crm114)
18182         (spam-crm114-register-spam-routine)
18183         (spam-crm114-unregister-spam-routine)
18184         (spam-crm114-register-ham-routine)
18185         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18186         From asjo@koldfront.dk (Adam Sjøgren).
18187
18188         * gnus.el: Add spam-use-crm114.
18189
18190         * spam.el (spam-list-of-processors, spam-registration-functions):
18191         Add spam-use-resend.
18192         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18193         (spam-report-articles-gmane): Add doc fix.
18194         (spam-report-articles-resend, spam-report-resend-register-routine):
18195         Add wrappers around spam-report-resend-to.
18196
18197         * spam-report.el (spam-report-resend-to, spam-report-resend):
18198         Add support for resending spam.
18199         (spam-report-gmane): Fix line length >80.
18200
18201         * gnus.el (spam-process): Add spam-use-resend.
18202
18203 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18204
18205         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18206         number of processed spam messages.
18207         (spam-ham-copy-or-move-routine): Return the number of processed
18208         ham messages.
18209         (spam-summary-prepare-exit): Use the above values to decide
18210         whether status messages shouled be displayed.
18211
18212 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18215         `rfc2047-encoding-function-alist' in order to avoid conflicting
18216         with the old version.
18217         (rfc2047-encode-region): Concatenate words containing non-ASCII
18218         characters in structured fields; don't encode space-delimited
18219         ASCII words even in unstructured fields; don't break words at
18220         char-category boundaries.
18221         (rfc2047-encode-1): New function.
18222         (rfc2047-encode): Use it; encode text so that it occupies the
18223         maximum width within 76-column; work correctly on Q encoding for
18224         iso-2022-* charsets.
18225         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18226         sure not to break a line just after the header name.
18227         (rfc2047-b-encode-region): Remove.
18228         (rfc2047-b-encode-string): New function.
18229         (rfc2047-q-encode-region): Remove.
18230         (rfc2047-q-encode-string): New function.
18231
18232         * mm-util.el (mm-replace-in-string): New function.
18233
18234 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18235
18236         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18237         Really get it right.
18238         (gnus-inews-make-draft): Really.
18239
18240 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18241
18242         * nnmh.el (nnmh-request-list-1): Don't check the link count
18243         before descending.  (small patch)
18244
18245 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18246
18247         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18248         stuff.
18249
18250         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18251         Match on real group name.
18252
18253         * gnus-art.el (gnus-signature-limit): Doc fix.
18254
18255         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18256
18257         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18258
18259 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18260
18261         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18262         isn't a string.
18263
18264 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18265
18266         * gnus-draft.el (gnus-draft-send):
18267         Bind rfc2047-encode-encoded-words.
18268
18269         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18270         (rfc2047-encodable-p): Say that =? needs encoding.
18271         (rfc2047-encode-encoded-words): New variable.
18272
18273         * gnus-group.el (gnus-group-select-group): Doc fix.
18274
18275         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18276
18277         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18278         to nil.
18279
18280         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18281
18282         * nnheader.el (nnheader-get-lines-and-char): New function.
18283
18284 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * gnus-msg.el (gnus-summary-followup-with-original):
18287         Document yanking of region when active.
18288
18289 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18292         groups if the group level is higher than the specified value.
18293
18294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18295
18296         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18297         (gnus-group-jump-to-group): Add prefix argument using
18298         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18299         non-active group.
18300
18301         * compface.el (uncompface): Be verbose when changing
18302         `uncompface-use-external'.
18303
18304         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18305         handle manual section.
18306
18307 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18308
18309         * gnus-art.el (gnus-button-alist): Revert previous change.
18310
18311 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18314
18315 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18316
18317         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18318         whether backend can accept message.
18319
18320         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18321
18322 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18323
18324         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18325         Avoid creating directory when nntp-marks-is-evil is true.
18326         Reported by Reiner Steib.
18327
18328 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-picon.el (gnus-picon-style): New variable.
18331         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18332         (gnus-picon-transform-address): Support `gnus-picon-style'.
18333         From Jesper Harder <harder@ifa.au.dk>.
18334
18335 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18336
18337         * message.el (message-fill-field): Return point.
18338         (message-generate-headers): Go to end of field.
18339
18340         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18341         stuff for non-living groups.
18342
18343 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * gnus-art.el (gnus-article-followup-with-original)
18346         (gnus-article-reply-with-original): gnus-mark-active-p ->
18347         gnus-region-active-p.
18348
18349 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18352         only when there is spam or ham to be processed.
18353
18354 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * mail-source.el (mail-source-delete-crash-box): Refactor.
18357         (mail-source-fetch): Use it.
18358         (mail-source-fetch-file): Ditto.
18359         (mail-source-fetch-directory): Run postscript in loop.
18360         (mail-source-fetch-pop): Delete.
18361         (mail-source-fetch-maildir): Ditto.
18362         (mail-source-fetch-imap): Ditto.
18363
18364         * imap.el (imap-authenticators): Comment out sasl.
18365
18366         * message.el (message-skip-to-next-address): New function.
18367         (message-fill-header-address): Refactor.
18368         (message-fill-address): Use it.
18369         (message-delete-address): Use it.
18370         (message-fill-header-general): Refactor.
18371         (message-fill-field-address): Rename.
18372         (message-narrow-to-field): Find the start of the header.
18373         (message-header-format-alist): Don't pre-fill.
18374         (message-fill-header): Remove.
18375         (message-insert-header): New function.
18376         (message-shorten-references): Use it.
18377
18378         * rfc2047.el (rfc2047-field-value): Strip props.
18379
18380         * mail-parse.el (mail-header-make-address): New alias.
18381
18382         * ietf-drums.el (ietf-drums-make-address): New function.
18383
18384         * imap.el: Add compiler directives.
18385
18386         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18387
18388         * gnus-art.el (article-decode-idna-rhs): Don't use
18389         message-idna-inside-rhs-p.
18390
18391 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18392
18393         * message.el (message-idna-inside-rhs-p): Remove.
18394         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18395
18396         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18397         false positives.
18398
18399 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18400
18401         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18402
18403 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * nneething.el (nneething-file-name): Don't create spurious
18406         files.
18407
18408         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18409         (gnus-inews-do-gcc): Remove sleep.
18410
18411         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18412         part under point.
18413
18414         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18415         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18416
18417 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18418
18419         * spam.el (spam-summary-prepare-exit): Fix (length).
18420
18421 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18424         as expired without moving it" message when there are spam
18425         messages left.
18426
18427 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18428
18429         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18430         header is not nil.
18431
18432 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18433
18434         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18435         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18436         (nntp-marks-changed-p): New arg SERVER.
18437         (nntp-request-update-info): Adjust caller.
18438
18439 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18440
18441         * nntp.el (nntp-save-marks): Pass missing arg.
18442
18443 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18444
18445         * nntp.el: Support marks.
18446         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18447         (nntp-marks-modtime, nntp-marks-directory): New variables.
18448         (nntp-request-set-mark, nntp-request-update-info)
18449         (nntp-possibly-create-directory, nntp-marks-changed-p)
18450         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18451         New functions.
18452
18453 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18454
18455         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18456         (gnus-xmas-redefine): Rename.
18457
18458         * gnus-score.el (gnus-score-insert-help):
18459         Use gnus-select-lowest-window.
18460
18461         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18462         appt-select-lowest-window and rename to gnus-select-lowest-window.
18463
18464         * gnus.el: do.
18465
18466 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18467
18468         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18469         encodings of MIME-encoded words, in order to improve
18470         interoperability with several broken MUAs.
18471
18472 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18473
18474         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18475         tags, only when charsets are not specified in headers.
18476         (mm-inline-text-html-render-with-w3m): Ditto.
18477
18478         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18479         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18480
18481 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18482
18483         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18484         instead of MIME-decoded from fields when checking
18485         `gnus-article-address-banner-alist'.
18486
18487 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18488
18489         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18490         description rather than subject.
18491
18492 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18493
18494         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18495
18496 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * gnus.el (gnus-version-number): Bump.
18499
18500 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18501
18502         * gnus.el: No Gnus v0.2 is released.
18503
18504 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * gnus-agent.el (gnus-agent-read-agentview):
18507         Inline gnus-uncompress-range.
18508
18509 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18510
18511         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18512         `exec-installed-p'.
18513
18514 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18515
18516         * gnus.el (spam-process, spam-autodetect-methods):
18517         Add bsfilter and bsfilter-headers.
18518
18519         * spam.el (spam-bsfilter): New customize group.
18520         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18521         (spam-bsfilter-header, spam-bsfilter-probability-header)
18522         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18523         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18524         (spam-bsfilter-database-directory): New options.
18525         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18526         (spam-list-of-statistical-checks, spam-registration-functions):
18527         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18528         (spam-bsfilter-score): New command.
18529         (spam-check-bsfilter-headers, spam-check-bsfilter)
18530         (spam-bsfilter-register-with-bsfilter)
18531         (spam-bsfilter-register-spam-routine)
18532         (spam-bsfilter-unregister-spam-routine)
18533         (spam-bsfilter-register-ham-routine)
18534         (spam-bsfilter-unregister-ham-routine): New functions.
18535         (spam-generic-score): Support bsfilter; Accept an optional argument
18536         to recalcurate spam score even if scoring header has already been
18537         added.
18538         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18539         optional argument to recalcurate spam score even if scoring header
18540         has already been added.
18541
18542 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18545         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18546         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18547         link is missing.
18548
18549 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18550
18551         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18552         (html2text-get-attr): Rewrite.
18553
18554         * message.el (message-setup-1): Remove redundant put-text-property
18555         on mail-header-separator.
18556
18557 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18558
18559         * gnus-registry.el (gnus-registry-cache-whitespace)
18560         (gnus-registry-action, gnus-registry-spool-action)
18561         (gnus-registry-split-fancy-with-parent): Change message levels
18562         from 5 to 3 or 7, as needed.
18563
18564         * spam.el (spam-summary-prepare-exit)
18565         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18566         (spam-split, spam-find-spam, spam-log-undo-registration)
18567         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18568         level from 5 to 6.
18569
18570 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18573         2004-03-04 change).
18574
18575 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18576
18577         * sieve-manage.el (sieve-manage-open):
18578         * nnweb.el (nnweb-insert-html):
18579         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18580         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18581         * nnspool.el (nnspool-request-group):
18582         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18583         * nnml.el (nnml-request-update-info):
18584         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18585         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18586         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18587         (nnimap-request-set-mark):
18588         * nnfolder.el (nnfolder-request-update-info):
18589         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18590         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18591         * gnus-uu.el (gnus-uu-find-articles-matching):
18592         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18593         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18594         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18595         * gnus-nocem.el (gnus-nocem-scan-groups):
18596         * gnus-int.el (gnus-start-news-server):
18597         * gnus-group.el (gnus-group-make-kiboze-group)
18598         (gnus-group-browse-foreign-server):
18599         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18600         Use mapc when appropriate.
18601
18602 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         FIXME: Make separate entries for each person.
18605
18606         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18607         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18608         <shields@msrl.com>:
18609
18610         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18611         may need for spam sorting and scoring.
18612         (spam-user-format-function-S): Add user format function suitable for
18613         general use.
18614         (spam-article-sort-by-spam-status): Add sorting function for summary
18615         sorting.
18616         (spam-extra-header-to-number): Add function to get a score from a
18617         header.
18618         (spam-summary-score): Add function to get a numeric score from the
18619         headers.
18620         (spam-generic-score): Fix function doc, was in wrong place.
18621         (spam-initialize): Take symbols when it's run, and install the
18622         extra headers that spam-necessary-extra-headers thinks we need.
18623
18624 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18625
18626         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18627         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18628
18629 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18630
18631         * gnus-sum.el (gnus-set-global-variables)
18632         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18633         (gnus-article-get-xrefs, gnus-summary-best-group)
18634         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18635         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18636         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18637         Use with-current-buffer.
18638
18639 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18640
18641         * spam.el (spam-summary-prepare-exit): Simplify logic.
18642         (spam-fetch-article-header): Read the article header if it's not
18643         available.
18644         (spam-list-articles): Simplify logic.
18645         (spam-filelist-register-routine): Fix bug with unregister-list.
18646
18647         * gnus-registry.el: Fix comments at beginning.
18648
18649 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18650
18651         * message.el (message-cater-to-broken-inn): Remove.
18652         (message-shorten-references): Make sure the total folded length of
18653         References is shorter than 998 characters to cater to a bug in INN
18654         2.3.  Also, don't pretend that references aren't folded -- this
18655         hasn't worked for a while.
18656
18657 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18658
18659         * gnus-agent.el (gnus-agentize):
18660         gnus-agent-send-mail-real-function no longer set to current value
18661         of message-send-mail-function but rather a lambda that calls
18662         message-send-mail-function.  The change makes the agent real-time
18663         responsive to user changes to message-send-mail-function.
18664
18665 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18666
18667         * legacy-gnus-agent.el
18668         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18669         help from Florian Weimer <fw@deneb.enyo.de>
18670
18671 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * nnmail.el (nnmail-cache-insert): Revert last change.
18674
18675 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * nnmail.el (nnmail-cache-insert): Always check whether
18678         nnmail-cache-ignore-groups matches a group name.
18679
18680 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18681
18682         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18683         (spam-find-spam, spam-log-processing-to-registry)
18684         (spam-log-registered-p, spam-log-unregistration-needed-p)
18685         (spam-log-undo-registration): Use gnus-message instead of
18686         gnus-error, none of these errors are fatal.
18687
18688         * gnus-registry.el (gnus-registry-clean-empty-function)
18689         (gnus-registry-clean-empty): Remove only empty entries without
18690         extra data.
18691
18692 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18693
18694         * spam-stat.el (spam-stat-buffer-change-to-spam)
18695         (spam-stat-buffer-change-to-non-spam): Change (error) to
18696         (gnus-message 8) invocation.
18697
18698 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * nntp.el (nntp-via-netcat-command): New variable.
18701         (nntp-via-netcat-switches): New variable.
18702         (nntp-open-via-rlogin-and-netcat): New function.
18703         (nntp-open-connection-function): Doc fix.
18704         (nntp-telnet-command): Doc fix.
18705         (nntp-end-of-line): Doc fix.
18706         (nntp-via-rlogin-command): Doc fix.
18707         (nntp-via-user-name): Doc fix.
18708         (nntp-via-address): Doc fix.
18709
18710 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18713         error in Emacs 21.1.
18714
18715 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18718
18719 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18720
18721         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18722         (gnus-agent-with-refreshed-group): New macro.
18723         (gnus-agent-rename-group): New function.
18724         (gnus-agent-delete-group): New function.
18725         (gnus-agent-save-group-info): Use gnus-command-method when
18726         `method' parameter is nil.  Don't write nil entries into the
18727         active file.
18728         (gnus-agent-get-group-info): New function.
18729         (gnus-agent-fetch-articles):
18730         Use gnus-agent-update-files-total-fetched-for to increment disk space
18731         used.
18732         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18733         Use gnus-agent-update-view-total-fetched-for to increment disk space
18734         used.
18735         (gnus-agent-get-local): Add optional parameters to avoid calling
18736         gnus-group-real-name and gnus-find-method-for-group.
18737         (gnus-agent-set-local): Delete stored entry if either min, or max,
18738         are nil.
18739         (gnus-agent-fetch-session): Reworded error/quit messages.
18740         On quit, use gnus-agent-regenerate-group to record existance of any
18741         articles fetched to disk before the quit occurred.
18742         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18743         gnus-agent-update-view-total-fetched-for, and
18744         gnus-agent-update-files-total-fetched-for to decrement disk space
18745         used.
18746         (gnus-agent-retrieve-headers):
18747         Use gnus-agent-update-view-total-fetched-for to increment disk space
18748         used.
18749         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18750         with gnus-agent-update-files-total-fetched-for to decrement disk
18751         space and fresh group buffer.
18752         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18753         (gnus-agent-need-update-total-fetched-for): New variable.
18754         (gnus-agent-update-files-total-fetched-for): New function.
18755         (gnus-agent-update-view-total-fetched-for): New function.
18756         (gnus-agent-total-fetched-for): New function.
18757
18758         * gnus-cache.el (gnus-cache-save-buffers):
18759         Use gnus-cache-update-overview-total-fetched-for to change disk space
18760         used by this group.
18761         (gnus-cache-possibly-enter-article):
18762         Use gnus-cache-update-file-total-fetched-for to increment disk space
18763         used by this group.
18764         (gnus-cache-possibly-remove-article):
18765         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18766         used by this group.
18767         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18768         (gnus-cache-rename-group): New function.
18769         (gnus-cache-delete-group): New function.
18770         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18771         (gnus-cache-need-update-total-fetched-for): New variable.
18772         (gnus-cache-with-refreshed-group): New macro.
18773         (gnus-cache-update-file-total-fetched-for): New function.
18774         (gnus-cache-update-overview-total-fetched-for): New function.
18775         (gnus-cache-rename-group-total-fetched-for): New function.
18776         (gnus-cache-delete-group-total-fetched-for): New function.
18777         (gnus-cache-total-fetched-for): New function.
18778
18779         * gnus-group.el: Require gnus-sum and autoload functions to
18780         resolve warnings when gnus-group.el compiled alone.
18781         (gnus-group-line-format): Documented new %F.
18782         (size of Fetched data) group line format; identifies disk space
18783         used by agent and cache.
18784         (gnus-group-line-format-alist): Defined new F format.
18785         (gnus-total-fetched-for): New function.
18786         (gnus-group-delete-group): No longer update
18787         gnus-cache-active-altered as gnus-request-delete-group now keeps
18788         the cache in sync.
18789         (gnus-group-list-active): Let the agent store a server's active
18790         list if currently plugged.
18791
18792         * gnus-int.el (gnus-request-delete-group):
18793         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18794         local disk in sync with the server.
18795         (gnus-request-rename-group):
18796         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18797         local disk in sync with the server.
18798
18799         * gnus-start.el (gnus-get-unread-articles):
18800         Cosmetic simplification to logic.
18801
18802         * gnus-util.el (gnus-rename-file): New function.
18803
18804 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18805
18806         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18807
18808 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18811         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18812
18813 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18816         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18817
18818 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18819
18820         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18821
18822 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam.el (spam-set-difference): Add function to replace
18825         gnus-set-difference in spam.el.
18826         (spam-summary-prepare-exit): Use spam-set-difference.
18827
18828 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18829
18830         * gnus-registry.el (gnus-registry-cache-file): Update to use
18831         gnus-dribble-directory OR gnus-home-directory OR ~.
18832         (gnus-registry-split-fancy-with-parent): Fix doc.
18833
18834 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * message.el (message-exchange-point-and-mark):
18837         Use message-mark-active-p.  Suggested by Jesper Harder
18838         <harder@ifa.au.dk>.
18839
18840 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * message.el (message-exchange-point-and-mark): Don't activate
18843         region if it was inactive.  Suggested by Hiroshi Fujishima
18844         <pooh@nature.tsukuba.ac.jp>.
18845
18846 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-art.el (article-display-face): Display Faces in the same
18849         order as X-Faces.
18850
18851 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18854
18855 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18858         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18859         (gnus-article-mime-hierarchy): Remove.
18860         (gnus-article-mime-hierarchy-next): Remove.
18861         (gnus-article-mode): Revert 2004-03-19 change.
18862         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18863         (gnus-insert-mime-button): Revert 2004-03-19 change.
18864         (gnus-mime-accumulate-hierarchy): Remove.
18865         (gnus-mime-enter-multipart): Remove.
18866         (gnus-mime-leave-multipart): Remove.
18867         (gnus-mime-display-part): Revert 2004-03-19 change.
18868         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18869
18870         * mml.el (mml-preview): Revert 2004-03-19 change.
18871
18872 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18873
18874         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18875
18876 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18879         t while entering a file name using the mm-with-multibyte macro.
18880         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18881
18882         * mm-util.el (mm-with-multibyte): New macro.
18883
18884 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18887         New user option.
18888         (gnus-mime-multipart-functions): Doc and customization fix.
18889         (gnus-article-mime-hierarchy): New variable.
18890         (gnus-article-mime-hierarchy-next): New variable.
18891         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18892         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18893         gnus-article-mime-hierarchy-next to nil.
18894         (gnus-insert-mime-button): Show hierarchy numbers.
18895         (gnus-mime-accumulate-hierarchy): New function.
18896         (gnus-mime-enter-multipart): New function.
18897         (gnus-mime-leave-multipart): New function.
18898         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18899         (gnus-mime-display-alternative): Show hierarchy numbers.
18900
18901         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18902         gnus-article-mime-hierarchy-next to nil.
18903
18904 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18905
18906         * dns.el: Don't require gnus-xmas.
18907
18908 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18911         inline PGP.
18912         (mml-menu): Disable mml-quote-region if mark is inactive.
18913
18914 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18917         when the group's active is not available.
18918
18919 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18922         error.
18923
18924 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18925
18926         * imap.el (imap-store-password): New variable.
18927         (imap-interactive-login): Use it.
18928         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18929
18930 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18933         window-start and hscroll to summary window.
18934
18935 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18936
18937         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18938         conversion message to newsrc-dribble when an actual conversion is
18939         performed.
18940
18941 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18942
18943         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18944
18945 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * mm-decode.el (mm-complicated-handles): New function reviving
18948         former definition of mm-multiple-handles.
18949
18950         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18951         (gnus-mime-delete-part): Use it.
18952
18953 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18954
18955         * gnus-agent.el (gnus-agent-read-local):
18956         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18957         avoid the implicit assumption that they will always be equal.
18958         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18959         coding-system-for-write, as the with-temp-file macro first prints
18960         to a buffer then saves the buffer.
18961
18962 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * gnus-art.el (gnus-article-edit-part): New function.
18965         (gnus-mime-save-part-and-strip): Use it; do query instead of
18966         signaling an error; don't use mm-multiple-handles.
18967         (gnus-mime-delete-part): Ditto.
18968
18969 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18970
18971         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18972         old file versions.
18973         (gnus-group-prepare-hook): Remove function that converted list
18974         form of gnus-agent-expire-days to group properties.
18975
18976         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18977         (gnus-request-accept-article): Re-indented.
18978
18979         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18980         converters to handle old agent file formats.  Add logic for a
18981         "backup before upgrading warning".
18982         (gnus-convert-mark-converter-prompt): Developers can mark
18983         functions as needing (default), or not needing,
18984         gnus-convert-old-newsrc's "backup before upgrading warning".
18985         (gnus-convert-converter-needs-prompt): Tests whether the user
18986         should be protected from potentially irreversable changes by the
18987         function.
18988
18989         * legacy-gnus-agent.el: New.  Provides converters that are only
18990         loaded when gnus-convert-old-newsrc needs to call them.
18991
18992 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * mail-source.el (mail-source-touch-pop): Doc fix.
18995
18996         * message.el (message-smtpmail-send-it): Doc fix.
18997
18998 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19001
19002         * nnmail.el (nnmail-split-fancy): do.
19003
19004         * gnus-kill.el (gnus-kill, gnus-execute): do.
19005
19006 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19007
19008         * gnus-sum.el (gnus-widget-reversible-match)
19009         (gnus-widget-reversible-to-internal)
19010         (gnus-widget-reversible-to-external): New functions.
19011         (gnus-widget-reversible): New widget.
19012         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19013
19014 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19015
19016         * gnus-sum.el (gnus-thread-sort-functions)
19017         (gnus-article-sort-functions): Document `(not F)' items.
19018
19019 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (spam-use-gmane-xref): Add new backend.
19022         (spam-gmane-xref-spam-group): Add variable to control the name of the
19023         Gmane spam group.
19024         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19025         (spam-regex-headers-spam, spam-regex-headers-ham)
19026         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19027         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19028         backends and checks.
19029         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19030
19031         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19032         an autodetect method.
19033
19034 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19035
19036         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19037         articles are being added to a group.
19038         (gnus-request-replace-article): Inform the agent that articles
19039         need to be uncached as the cached contents are no longer valid.
19040
19041 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * binhex.el: Don't autoload executable-find.
19044
19045         * canlock.el: Don't autoload mail-fetch-field.
19046
19047         * dgnushack.el: Autoload c-mode for XEmacs.
19048
19049         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19050
19051         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19052         rmail-dont-reply-to and rmail-output.
19053
19054         * gnus-score.el: Don't autoload ffap-string-at-point.
19055
19056         * gnus-setup.el: Don't autoload sc-cite-original.
19057
19058         * imap.el: Don't autoload base64-decode-string,
19059         base64-encode-string and md5.
19060
19061         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19062         and rmail-msg-restore-non-pruned-header.
19063
19064         * mm-decode.el: Don't autoload executable-find.
19065
19066         * mm-url.el: Don't autoload executable-find.
19067
19068         * mm-view.el: Don't autoload diff-mode.
19069
19070         * nndb.el: Don't autoload news-reply-mode, news-setup,
19071         cancel-timer and telnet.
19072
19073         * password.el: Don't autoload run-at-time for Emacs.
19074
19075         * sha1-el.el: Don't autoload executable-find.
19076
19077         * sieve-mode.el: Don't autoload c-mode.
19078
19079         * uudecode.el: Don't autoload executable-find.
19080
19081 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19082
19083         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19084         (gnus-agent-possibly-alter-active): Avoid null in numeric
19085         comparison.
19086         (gnus-agent-set-local): Refuse to save null in local object table.
19087         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19088         list of articles that will be marked as unread.
19089
19090 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19093
19094 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19095
19096         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19097         language tags.
19098
19099 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19100
19101         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19102         Don't bind "obarray".
19103
19104         * gnus-sum.el (gnus-thread-sort-functions):
19105         Add `gnus-thread-sort-by-most-recent-number' and
19106         `gnus-thread-sort-by-most-recent-date'.
19107         Reported by Kai Grossjohann <kai@emptydomain.de>.
19108
19109 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19112
19113 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19114
19115         * gnus-cus.el (gnus-agent-customize-category):
19116         Remove ignore-errors macro reference that required cl to be loaded at
19117         run-time.
19118
19119         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19120         single-interval range of the form (min . max).  Previously the
19121         range had to look like ((min . max)).  Likewise, return
19122         (min . max) rather than ((min . max)).
19123         (gnus-range-map): Use gnus-range-normalize to accept
19124         single-interval range.
19125
19126         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19127         the cache, but not the agent, now appear with their usual face.
19128
19129         * dgnushack.el (loaddir): New variable that is bound to the
19130         directory containing the dgnushack.el file. Use loaddir, rather
19131         than srcdir, to update load-path. Change lets dgnushack compile
19132         code in directories other than GNUS/lisp.
19133
19134 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * lpath.el: Don't bind w3m-safe-url-regexp.
19137
19138         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19139         w3m-safe-url-regexp variable buffer-local.
19140
19141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19142
19143 2004-02-27  Simon Josefsson  <jas@extundo.com>
19144
19145         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19146         gnus-group-real-prefix.
19147         (gnus-summary-move-article): Use it, instead of
19148         gnus-group-real-prefix.
19149
19150 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19151
19152         * lpath.el: Bind w3m-safe-url-regexp.
19153
19154         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19155         w3m-safe-url-regexp variable buffer-local and set it as the value
19156         of mm-w3m-safe-url-regexp.
19157
19158         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19159
19160         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19161         parsing gnus-posting-styles when the message is not for replying.
19162
19163         * dgnushack.el: Autoload sgml-mode for XEmacs.
19164
19165         * nnrss.el (nnrss-opml-export):
19166         Use mm-set-buffer-file-coding-system instead of
19167         set-buffer-file-coding-system.
19168
19169 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19170
19171         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19172         of checkdoc.el).
19173         * nnrss.el: do.
19174         * gnus-mlspl.el: do.
19175         * gnus-ml.el: do.
19176         * gnus-srvr.el: do.
19177
19178         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19179
19180 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19181
19182         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19183         Corrections to custom-manual links.
19184
19185         * gnus-art.el (gnus-article): Ditto.
19186
19187         * mm-decode.el (mime-display, mime-security): Ditto.
19188
19189 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * flow-fill.el: Typo.
19192
19193 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19194
19195         * spam-wash.el: New file.
19196
19197 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19198
19199         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19200
19201 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19202
19203         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19204         to be run with new-articles as LIST1, not LIST2.
19205         (spam-registration-functions): Add spam-use-ham-copy as a nil
19206         registration backend.
19207
19208 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19209
19210         * spam-stat.el (spam-stat-washing-hook): New option.
19211         (spam-stat-buffer-words): Use it.
19212         (spam-stat-process-directory, spam-stat-test-directory):
19213         Use insert-file-contents-literally.
19214         (spam-stat-coding-system): New variable.
19215         (spam-stat-load, spam-stat-save): Use it.
19216
19217 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * spam-report.el (spam-report-plug-agent):
19220         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19221
19222 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19225         Allow / in mailto URLs.
19226
19227 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19228
19229         * spam-report.el (spam-report-process-queue): Fix interactive use.
19230         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19231         (spam-report-unplug-agent): Doc fixes.
19232         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19233         (spam-report-agentize, spam-report-deagentize): Autoload.
19234
19235 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19238
19239         * message.el (message-setup-fill-variables): Add mml tags to
19240         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19241         <ajk@iu.edu>.
19242         (message-mode): Don't modify paragraph-separate there.
19243
19244 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * compface.el (uncompface-use-external): Default to undecided.
19247         (uncompface-use-external-threshold): New variable.
19248         (uncompface-float-time): New macro.
19249         (uncompface): Determine whether to use the external decoder if
19250         uncompface-use-external is undecided.
19251
19252 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19253
19254         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19255         after images.
19256
19257         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19258
19259 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19262
19263         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19264
19265         * gnus-sum.el (gnus-summary-limit-to-age)
19266         (gnus-summary-limit-children): do.
19267
19268         * gnus-int.el (gnus-request-scan): do.
19269
19270         * gnus-group.el (gnus-group-suspend): do.
19271
19272         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19273
19274         * gnus-cite.el (gnus-cite-parse-attributions): do.
19275
19276         * gnus-agent.el (gnus-summary-set-agent-mark)
19277         (gnus-agent-regenerate-group): do.
19278
19279         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19280
19281         * binhex.el (binhex-decode-region-internal): do.
19282
19283 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * gnus-fun.el (gnus-face-properties-alist): New user option.
19286         (gnus-display-x-face-in-from): Use it.
19287
19288         * gnus-art.el (article-display-face): Ditto.
19289
19290         * compface.el (uncompface-use-external): Default to nil.
19291
19292 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19293
19294         * nntp.el (nntp-erase-buffer): New function.
19295         (nntp-retrieve-data, nntp-send-command)
19296         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19297         (nntp-possibly-change-group): Use it.
19298
19299         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19300         Use with-current-buffer.
19301
19302 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19303
19304         * compface.el: Merge the ELisp-based uncompface program.
19305         (compface): New customization group.
19306         (uncompface-use-external): New user option.
19307         (uncompface): Call uncompface-internal if uncompface-use-external
19308         is nil.
19309         (uncompface-internal): New function.  Note that there are also
19310         some other functions and variables added for this function.
19311
19312 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19315         if necessary.
19316
19317 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19318
19319         * spam-report.el (spam-report-unplug-agent)
19320         (spam-report-plug-agent, spam-report-deagentize)
19321         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19322         Add support for the Agent in spam-report: when unplugged, report to a
19323         file; when plugged, submit all the requests.
19324
19325         * spam.el (spam-register-routine): Fix message about
19326         registration.
19327
19328 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19329
19330         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19331         dependencies.
19332         (rfc2047-encode): Use it.
19333
19334         * gnus-art.el (gnus-button-marker-list): Move before first
19335         reference.
19336
19337         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19338         (imap-parse-body): Fix format string mismatch.
19339
19340         * gnus-score.el (gnus-summary-increase-score): do.
19341
19342         * nnrss.el (nnrss-close): New function.
19343
19344 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * nnrss.el (nnrss-make-filename): New function.
19347         (nnrss-request-delete-group, nnrss-read-server-data)
19348         (nnrss-save-server-data, nnrss-read-group-data)
19349         (nnrss-save-group-data): Use it.
19350         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19351         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19352         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19353
19354 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19357
19358 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19359
19360         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19361         files.
19362
19363         * message.el (message-generate-headers-first): Don't quote nil
19364         and t in docstrings.
19365
19366         * imap.el (imap-id): do.
19367
19368         * gnus-agent.el (gnus-agent-consider-all-articles)
19369         (gnus-agent-queue-mail): do.
19370
19371 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19372
19373         * spam-report.el (spam-report-process-queue): New function.
19374         Process requests from `spam-report-requests-file'.
19375         (spam-report-process-queue): Doc fix.
19376
19377 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19378
19379         * spam.el (spam-register-routine)
19380         (spam-log-processing-to-registry, spam-log-registered-p)
19381         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19382         Change "check" to "spam-check" for semi-clarity.
19383
19384 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19385
19386         * pop3.el: Require nnheader.
19387
19388         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19389
19390         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19391
19392         * gnus-picon.el: Require cl.
19393
19394         * gnus-fun.el: Require gnus-ems and gnus-util.
19395
19396         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19397
19398         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19399
19400         * gnus-art.el (gnus-article-edit-mode): Define before first
19401         reference.
19402
19403 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19404
19405         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19406         (gnus-uu-post-encoded): Use point-at-bol.
19407
19408         * gnus-topic.el (gnus-group-active-topic-p): do.
19409
19410         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19411
19412         * gnus-group.el (gnus-group-kill-region): do.
19413
19414         * gnus-art.el (article-date-ut): do.
19415
19416         * message.el (message-fetch-field): Remove redundant
19417         case-fold-search binding.
19418         (message-narrow-to-field): Simplify.
19419
19420 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19421
19422         * spam.el (spam-directory): Derive from `gnus-directory'.
19423
19424         * spam-report.el (spam-report-url-to-file)
19425         (spam-report-requests-file): New function and variable for offline
19426         reporting.
19427         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19428         and user defined function.
19429         (spam-report-url-ping-mm-url): Remove doubled slash.
19430
19431 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19432
19433         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19434
19435 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19436
19437         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19438         Fix format string mismatch.
19439
19440         * sieve.el (sieve-deactivate-all): do.
19441
19442         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19443
19444         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19445
19446         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19447
19448         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19449
19450 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19453         the list of checks.
19454
19455 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19456
19457         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19458         padding.
19459
19460 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19461
19462         * mm-view.el (mm-fill-flowed): New variable.
19463         (mm-inline-text): Use it.
19464
19465 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19466
19467         * spam.el (spam-spamassassin-register-ham-routine)
19468         (spam-spamassassin-register-spam-routine): Fix function names.
19469
19470 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * gnus.el (gnus-tmp-grouplens): Remove.
19473         (gnus-summary-line-format): Remove grouplens.
19474
19475         * gnus-group.el (gnus-group-line-format): Ditto.
19476
19477         * gnus-spec.el (gnus-format-specs): Ditto.
19478         (gnus-update-format-specifications): Flush the group format spec
19479         cache if there's the grouplens stuff.
19480         (gnus-parse-simple-format): Replace %l with the empty string.
19481
19482 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19483
19484         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19485         omission.
19486
19487 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19490         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19491
19492 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19493
19494         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19495         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19496         New macros and functions.
19497         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19498         Handle > NLINK_MAX messages.
19499         * nnmaildir.el (nnmaildir-request-set-mark):
19500         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19501
19502 2004-01-25  Alex Schroeder  <alex@gnu.org>
19503
19504         * spam-stat.el (spam-stat-process-directory-age): New option.
19505         (spam-stat-process-directory): Use it.
19506
19507 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19508
19509         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19510         (spam-stat-save): Accept prefix argument.
19511
19512 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19513
19514         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19515         links" error.
19516
19517 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19520         the rest of the and/or forms.
19521
19522 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19523
19524         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19525         compatibility with old .newsrc.eld files.
19526
19527         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19528
19529         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19530
19531         * gnus-start.el (gnus-1): do.
19532
19533         * gnus-group.el (gnus-group-line-format-alist): do.
19534
19535         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19536
19537         * gnus-gl.el: Remove.
19538
19539 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19540
19541         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19542         marks consisting of a single range {for example, (3 . 5)} rather
19543         than a list of a single range { ((3 . 5)) }.
19544
19545 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19546
19547         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19548         Use with-current-buffer.
19549         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19550         avoid consing a string.
19551
19552         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19553         Remove obsolete entries for big5 and gb2312.
19554
19555 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19556
19557         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19558         uncompressed list.
19559
19560 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * spam-stat.el (spam-stat-strip-xref): New function.
19563         (spam-stat-process-directory): Use it.
19564
19565         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19566         here -- it's done in message-fetch-field.
19567
19568 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19569
19570         * gnus-agent.el (gnus-agent-queue-mail)
19571         (gnus-agent-prompt-send-queue): New variables.
19572         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19573         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19574         "nndraft:queue" along to gnus-draft-send.
19575         Use gnus-agent-prompt-send-queue.
19576         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19577         is "nndraft:queue".  Suggested by Gaute Strokkenes
19578         <gs234@srcf.ucam.org>
19579
19580         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19581         (agent-enable-undownloaded-faces): Add.
19582         (gnus-agent-cat-groups): Use eval-and-compile, not
19583         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19584         method of gnus-agent-cat-groups even when the buffer has been
19585         evaled.
19586         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19587         delete gnus-agent-save-active-1.
19588         (gnus-agent-save-groups): Delete.  Identical to
19589         gnus-agent-save-active.
19590         (gnus-agent-write-active): No longer adjust agent's copy of active
19591         file as agent's adjustments are now stored in their own
19592         file.  Remove optional parameter.
19593         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19594         servers.  Add use of min/max range limits from server's local
19595         file.
19596         (gnus-agent-save-alist): Remove unused optional argument.
19597         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19598         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19599         (gnus-agent-set-local): A per-server file that keeps min/max range
19600         limits for articles known to the agent.  Provides a fast mechanism
19601         for altering many active ranges.
19602         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19603         active file (local makes it unnecessary).
19604         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19605
19606         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19607         (agent-enable-undownloaded-faces): Add.
19608
19609         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19610         disable it when sending to "nndraft:queue".
19611         (gnus-group-send-queue): Add safety check to avoid sending queue
19612         when unplugged.
19613
19614         * gnus-group.el (gnus-group-catchup): Use new
19615         gnus-sequence-of-unread-articles, not
19616         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19617         numbers of articles.  Use gnus-range-map to avoid having to
19618         uncompress the unread list.
19619         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19620         Fix invalid ange-ftp reference.
19621
19622         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19623         (gnus-sorted-range-intersection): Intersection of two ranges
19624         without requiring that they first be uncompressed.
19625
19626         * gnus-start.el (gnus-activate-group): Unless blocked by the
19627         caller, possibly expand the active range to include both cached
19628         and agentized articles.
19629         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19630         multiple version-dependent converters.
19631         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19632         gnus-agent-save-active.
19633         (gnus-save-newsrc-file): Save dirty agent range limits.
19634
19635         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19636         gnus-agent-possibly-alter-active.
19637         (gnus-adjust-marked-articles): Faster handling of simple lists.
19638
19639 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19640
19641         * spam-stat.el (spam-stat-test-directory): New optional argument
19642         displays a list of files detected.  Suggested by Andrew Cohen
19643         <cohen@andy.bu.edu>.
19644         (spam-stat-buffer-words-with-scores): Don't narrow and change
19645         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19646
19647 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19648
19649         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19650         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19651         (spam-spamassassin-arguments)
19652         (spam-spamassassin-spam-flag-header)
19653         (spam-spamassassin-positive-spam-flag-header)
19654         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19655         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19656         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19657         (spam-list-of-processors, spam-list-of-checks)
19658         (spam-list-of-statistical-checks, spam-registration-functions)
19659         (spam-check-spamassassin-headers, spam-check-spamassassin)
19660         (spam-spamassassin-score)
19661         (spam-spamassassin-register-with-sa-learn)
19662         (spam-spamassassin-register-spam-routine)
19663         (spam-spamassassin-register-ham-routine)
19664         (spam-assassin-register-spam-routine)
19665         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19666         (spam-bogofilter-score): Fix to show article before scoring.
19667
19668 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19669
19670         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19671         default scoring function.
19672         (spam-generic-score): Call spam-spamassassin-score if
19673         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19674         spam-bogofilter-score otherwise.
19675
19676         * gnus.el (spam-process, spam-autodetect-methods):
19677         Add spamassassin and spamassassin-headers.
19678
19679 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19680
19681         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19682         Suppress unnecessary messages.
19683
19684 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19685
19686         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19687         make-hash-table.
19688
19689 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * canlock.el (base64-encode-string): Don't autoload it.
19692
19693 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * run-at-time.el: Remove useless (require 'itimer),
19696         eval-and-compile and (featurep 'xemacs).
19697
19698 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19699
19700         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19701         GROUP is a virtual group.
19702
19703 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19704
19705         * gnus.el: Autoload `message-y-or-n-p'.
19706
19707 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19708
19709         * pgg-parse.el: Remove unnecessary (require 'custom).
19710
19711         * pgg-def.el: do.
19712
19713         * nnmail.el: do.
19714
19715         * gnus-undo.el: do.
19716
19717         * gnus-picon.el: do.
19718
19719         * gnus-util.el: do.
19720
19721 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19724
19725 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19728         handle, as well as a list.
19729
19730         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19731         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19732         (mm-w3m-cid-retrieve): Simplify.
19733
19734 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19735
19736         * message.el (message-kill-to-signature): Allow prefix arg to
19737         specify number of lines to keep before signature.
19738
19739 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19740
19741         * message.el (message-kill-to-signature): Change docstring.
19742
19743 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * canlock.el: Always require sha1-el.
19746         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19747
19748         * message.el: Autoload sha1 only when compiling.
19749
19750         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19751         eudc-expand-inline for XEmacs.
19752
19753 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * message.el (message-canlock-generate): Require sha1-el.
19756
19757 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19758
19759         * message.el (message-expand-name): Silence the byte compiler.
19760
19761         * lpath.el: Add detect-coding-system.
19762
19763         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19764         cus-edit.
19765
19766 2004-01-13  Simon Josefsson  <jas@extundo.com>
19767
19768         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19769         Invoke gnus-score-mode.
19770         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19771
19772         * gnus-range.el (gnus-compress-sequence): Doc fix.
19773         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19774
19775 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19776
19777         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19778
19779 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19780
19781         * spam.el (spam-get-article-as-string): Update to use
19782         gnus-request-article-this-buffer, much simpler.
19783         (spam-get-article-as-buffer): Remove.
19784
19785 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19786
19787         * message.el (message-expand-name): Use EUDC if the user uses that.
19788
19789 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19790
19791         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19792         character for the encoding to avoid consing a string.
19793
19794         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19795         unnecessarily.
19796
19797         * mm-util.el (mm-replace-chars-in-string): Remove.
19798
19799         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19800         of mm-replace-chars-in-string.
19801
19802 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19803
19804         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19805
19806         * mm-util.el (mm-subst-char-in-string): Support inplace.
19807
19808         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19809         a new string in every iteration.  Use shy groups.
19810
19811 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19812
19813         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19814         * gnus-soup.el (gnus-soup-group-brew):
19815         * gnus-msg.el (gnus-put-message):
19816         * gnus-move.el (gnus-group-move-group-to-server):
19817         * gnus-kill.el (gnus-batch-score):
19818         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19819         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19820         (gnus-group-update-group, gnus-group-read-group)
19821         (gnus-group-make-group, gnus-group-make-help-group)
19822         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19823         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19824         (gnus-group-sort-by-unread, gnus-group-catchup)
19825         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19826         (gnus-group-yank-group, gnus-group-set-info)
19827         (gnus-group-list-groups):
19828         * gnus.el (gnus-generate-new-group-name):
19829         * gnus-delay.el (gnus-delay-send-queue):
19830         * nnvirtual.el (nnvirtual-catchup-group):
19831         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19832         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19833         (gnus-group-prepare-topics, gnus-topic-check-topology):
19834         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19835         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19836         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19837         (gnus-group-make-articles-read):
19838         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19839         (gnus-group-change-level, gnus-kill-newsgroup)
19840         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19841         (gnus-get-unread-articles, gnus-make-articles-unread)
19842         (gnus-make-ascending-articles-unread): Use accessor
19843         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19844         to get group information for improved readability.
19845
19846
19847 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19848
19849         * gnus-art.el (article-decode-mime-words, article-babel)
19850         (gnus-article-highlight-signature, gnus-article-add-buttons)
19851         (gnus-signature-toggle): Use gnus-with-article-buffer.
19852
19853         * gnus-art.el (gnus-article-highlight-headers)
19854         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19855
19856         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19857         (gnus-article-set-globals, gnus-request-article-this-buffer)
19858         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19859         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19860         (gnus-mime-display-alternative): Use with-current-buffer.
19861
19862 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19863
19864         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19865         also under 80 char limit, and call gnus-error if needed.
19866         (spam-fetch-article-header): Fix - it was a
19867         buffer-local variable (gnus-newsgroup-data).
19868         (spam-find-spam): Use spam-generate-fake-headers, forget about
19869         spam-insert-fake-headers.
19870         (spam-insert-fake-headers): Remove.
19871
19872 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19873
19874         * deuglify.el (gnus-article-outlook-unwrap-lines)
19875         (gnus-outlook-rearrange-article)
19876         (gnus-outlook-repair-attribution-outlook)
19877         (gnus-outlook-repair-attribution-block)
19878         (gnus-outlook-repair-attribution-other): Remove redundant
19879         save-excursion.
19880
19881 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19882
19883         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19884         (spam-fetch-field-subject-fast)
19885         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19886         (spam-fetch-article-header): Add functions to deal with Gnus
19887         internals for fast retrieval of article header data.
19888         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19889
19890 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * pop3.el (pop3-md5): Remove.
19893         (pop3-apop): Replace pop3-md5 with md5.
19894
19895         * mm-bodies.el: base64 is always built-in.
19896
19897         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19898         Use with-current-buffer.
19899
19900 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * canlock.el (canlock-insert-header): Remove excessive grouping in
19903         regexp.
19904
19905         * gnus-sum.el (gnus-summary-read-document): Ditto.
19906
19907         * gnus-uu.el (gnus-uu-part-number): Ditto.
19908
19909         * html2text.el (html2text-remove-tags): Ditto.
19910         (html2text-format-tags): Ditto.
19911         (html2text-format-single-elements): Ditto.
19912
19913         * mml.el (mml-parse-1): Ditto.
19914
19915 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19916
19917         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19918
19919         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19920
19921         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19922
19923         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19924
19925 2003-11-15  Simon Josefsson  <jas@extundo.com>
19926
19927         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19928         (pgg-gpg-lookup-key): Use regexp match instead of
19929         split-string (split-string is different between emacs 21.2 and
19930         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19931
19932 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19933
19934         * gnus-art.el (gnus-mime-view-all-parts)
19935         (gnus-article-part-wrapper, gnus-article-view-part):
19936         Use with-current-buffer.
19937
19938 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19939
19940         * spam.el (spam-disable-spam-split-during-ham-respool)
19941         (spam-spamoracle-database, spam-cache-lookups)
19942         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19943         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19944         (spam-group-ham-marks, spam-group-spam-marks)
19945         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19946         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19947         also add spam-use-blackholes to the statistical checks.
19948         (spam-fetch-field-fast): Add interface to fetching fields, may
19949         become a macro.
19950         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19951         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19952         (spam-insert-fake-headers): Fake an article when needed.
19953         (spam-find-spam): Fake article when possible.
19954         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19955         (spam-check-bogofilter-headers): Use message-fetch-field instead
19956         of nnmail-fetch-field.
19957
19958 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19959
19960         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19961
19962 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19963
19964         * spam.el (spam-split): Do not require spam-use-CHECK to be
19965         enabled if that check is passed to spam-split explicitly; also
19966         fix so 'spam doesn't get converted to spam-split-group when
19967         spam-split-symbolic-return is t.
19968         (spam-find-spam): Find registrations of the article and use those
19969         instead of re-running spam-split to find the spam/ham
19970         classification of the article.
19971         (spam-log-processing-to-registry, spam-log-registered-p)
19972         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19973         Use gnus-error instead of gnus-message.
19974         (spam-log-registration-type): Add function to determine the
19975         classification of a message based on registry entries; will
19976         return nil if both 'spam and 'ham are found.
19977         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19978         a reasonably fast local cache without the loading errors.
19979         (spam-cache-lookups): Set to t by default.
19980         (spam-find-spam): Don't try to guess spam-cache-lookups.
19981         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19982         spam-caches entry.
19983         (spam-filelist-build-cache, spam-filelist-check-cache):
19984         Fix caching of whitelist/blacklist entries.
19985         (spam-check-whitelist, spam-check-blacklist):
19986         Invoke spam-from-listed-p with a type, not a cache variable.
19987         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19988
19989 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19992
19993         * nnmail.el (nnmail-split-fancy): do.
19994
19995         * mml.el (mml-parse): do.
19996
19997         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19998         (gnus-score-adaptive): do.
19999
20000 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20003         (gnus-mime-button-map): Don't set keymap parent.
20004         (gnus-button-ctan-directory-regexp): Use shy grouping.
20005         (gnus-prev-page-map): Don't set keymap parent.
20006         (gnus-prev-page-map): Remove duplicated one.
20007         (gnus-next-page-map): Don't set keymap parent.
20008         (gnus-mime-security-button-map): Ditto.
20009
20010         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20011         version number.
20012
20013         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20014
20015 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * canlock.el (canlock-sha1-function): Remove.
20018         (canlock-sha1-function-for-verify): Remove.
20019         (canlock-openssl-program): Remove.
20020         (canlock-openssl-args): Remove.
20021         (canlock-ignore-errors): Remove.
20022         (canlock-sha1-with-openssl): Remove.
20023         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20024         (canlock-verify): Don't use canlock-ignore-errors.
20025
20026         * sha1-el.el (sha1-string-external): Make it can return a string
20027         in binary form.
20028         (sha1-region-external): Ditto.
20029         (sha1-string-internal): Ditto.
20030         (sha1-region-internal): Ditto.
20031         (sha1-region): Ditto.
20032         (sha1-string): Ditto.
20033         (sha1): Ditto.
20034
20035 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20036
20037         * spam.el (spam-report-articles-gmane): New command.
20038
20039 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20042
20043         * run-at-time.el (run-at-time-saved): Remove.
20044         (run-at-time): Doc fix.
20045
20046 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20047
20048         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20049         (gnus-summary-limit-map): Add it.
20050         (gnus-summary-make-menu-bar): do.
20051
20052 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20053
20054         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20055         Make attempt at some caching support (done for BBDB only now).
20056         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20057         addresses to be checked.
20058         (spam-clear-cache-BBDB): Add function, to be invoked by
20059         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20060         (spam-check-BBDB): Check and use the caches, if
20061         spam-cache-lookups is on, remove superfluous (provide).
20062
20063 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20064
20065         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20066
20067 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20068
20069         * run-at-time.el (run-at-time-saved): Move to after the definition
20070         of `run-at-time'.
20071
20072         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20073
20074 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20077         mm-w3m-local-map-property.
20078
20079         * mm-view.el (mm-w3m-mode-map): Remove.
20080         (mm-w3m-local-map-property): Remove.
20081         (mm-inline-text-html-render-with-w3m): Don't use
20082         mm-w3m-local-map-property.
20083
20084 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20085
20086         * run-at-time.el: New file.
20087
20088         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20089         under Emacs.
20090
20091         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20092         of gnus-set-text-properties.
20093
20094         * gnus-uu.el (gnus-uu-save-article): Ditto.
20095
20096         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20097
20098         * gnus-cite.el (gnus-cite-parse): Ditto.
20099
20100         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20101         of gnus-.
20102
20103         * gnus-xmas.el (run-at-time): Require run-at-time.
20104
20105         * gnus.el: Change calls to nnheader-run-at-time and
20106         password-run-at-time throughout to use run-at-time directly.
20107
20108         * password.el: Remove definition of run-at-time.
20109
20110         * nnheaderxm.el: Remove definition of run-at-time.
20111
20112 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20113
20114         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20115         in prompt.
20116
20117 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20118
20119         * messagexmas.el (message-xmas-redefine): Alias
20120         `message-make-caesar-translation-table' to
20121         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20122         version.
20123
20124         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20125         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20126         `gnus-xmas-set-text-properties'.
20127         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20128         `gnus-xmas-completing-read'.
20129         (gnus-xmas-completing-read): Removed.
20130         (gnus-xmas-open-network-stream): Removed.
20131
20132         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20133         XEmacs version.
20134
20135         * dns.el (dns-make-network-process): Use `open-network-stream'
20136         instead of `gnus-xmas-open-network-stream'.
20137
20138         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20139
20140         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20141
20142 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20143
20144         * gnus-art.el (gnus-mime-display-alternative)
20145         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20146         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20147         Don't use gnus-local-map-property.
20148
20149         * gnus-util.el (gnus-local-map-property): Remove.
20150
20151         * mm-view.el (mm-view-pkcs7-decrypt):
20152         Replace gnus-completing-read-maybe-default with completing-read.
20153
20154         * gnus-util.el (gnus-completing-read): do.
20155         (gnus-completing-read-maybe-default): Remove.
20156
20157 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20158
20159         * password.el: Only autoload `run-at-time' if not XEmacs.
20160         Only autoload the itimer functions if XEmacs.
20161
20162 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20165         XEmacsen.
20166
20167         * dgnushack.el: Autoload executable-find for XEmacs.
20168
20169 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * gnus-art.el (gnus-read-string): Remove.
20172         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20173         read-string.
20174
20175 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20176
20177         * netrc.el: Autoload password-read.
20178         (netrc): Add configuration group.
20179         (netrc-encoding-method, netrc-openssl-path):
20180         Add variables for encoding and decoding of files with symmetric
20181         ciphers.
20182         (netrc-encode): Add assistant function to encode a file with
20183         netrc-encoding-method.
20184         (netrc-parse): Add interactive parameter, added optional
20185         decoding if netrc-encoding-method is non-nil but otherwise
20186         behavior is standard.
20187         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20188         Do s/encode/encrypt/ everywhere.
20189
20190         * spam.el: Remove executable-find autoload.
20191
20192 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20193
20194         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20195
20196         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20197
20198 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20199
20200         * gnus-art.el (gnus-treat-ansi-sequences)
20201         (article-treat-ansi-sequences): New variable and function.
20202         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20203
20204         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20205         Use it.
20206
20207 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20208
20209         * mm-util.el (mm-quote-arg): Remove.
20210
20211         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20212         shell-quote-argument.
20213
20214         * gnus-uu.el (gnus-uu-command): do.
20215
20216         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20217
20218         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20219         with make-char.
20220
20221         * mm-util.el (mm-make-char): Remove.
20222
20223         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20224         add-minor-mode.
20225
20226         * gnus-undo.el (gnus-undo-mode): do.
20227
20228         * gnus-topic.el (gnus-topic-mode): do.
20229
20230         * gnus-sum.el (gnus-dead-summary-mode): do.
20231
20232         * gnus-start.el (gnus-slave-mode): do.
20233
20234         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20235
20236         * gnus-ml.el (gnus-mailing-list-mode): do.
20237
20238         * gnus-gl.el (gnus-grouplens-mode): do.
20239
20240         * gnus-draft.el (gnus-draft-mode): do.
20241
20242         * gnus-dired.el (gnus-dired-mode): do.
20243
20244         * gnus-ems.el (gnus-add-minor-mode): Remove.
20245
20246         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20247         Replace gnus-char-width with char-width.
20248
20249         * gnus-ems.el (gnus-char-width): Remove.
20250
20251         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20252         Replace gnus-char-width with char-width.
20253
20254         * gnus-ems.el (gnus-char-width): Remove.
20255
20256         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20257         definition.
20258         Remove Emacs 20 hash table compatibility code.
20259
20260         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20261         20 compatibility code.
20262
20263         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20264
20265         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20266
20267         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20268         Replace with point-at-{eol,bol}.
20269
20270         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20271
20272         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20273
20274         * flow-fill.el (fill-flowed-point-at-bol)
20275         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20276
20277         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20278         Replace with point-at-{eol,bol} throughout all files.
20279
20280 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * ntlm.el (ntlm-string-as-unibyte): New macro.
20283         (ntlm-build-auth-response): Use it.
20284
20285         Remove Emacs 20 stuff:
20286         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20287         (butlast, mapc, remove): Remove the compiler macros.
20288         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20289         of delq and copy-sequence.
20290         * gnus-art.el (popup-menu): Remove the compiler macro.
20291         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20292         Emacs 20.
20293
20294 2004-01-05  Simon Josefsson  <jas@extundo.com>
20295
20296         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20297         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20298         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20299         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20300         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20301         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20302         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20303         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20304         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20305         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20306         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20307         string-xor into ntlm-string-xor.
20308         Suggested by Jesper Harder <harder@myrealbox.com>.
20309
20310         * ntlm.el: Don't include poem.
20311
20312         * md4.el (print-int32, print-string-hexa): Remove.
20313         Suggested by Jesper Harder <harder@myrealbox.com>.
20314
20315         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20316
20317         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20318         probably breaks emacs with DL patch, but do we care? Is anyone
20319         still using the DL stuff?)
20320
20321         * sieve-manage.el: Use the password package.
20322         (sieve-manage-read-passwd): Remove.
20323         (sieve-manage-interactive-login): Use password.  Re-add
20324         condition-case around loop.
20325
20326         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20327         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20328         Use the password package.
20329
20330 2003-02-19  Simon Josefsson  <jas@extundo.com>
20331
20332         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20333         token.
20334
20335 2002-08-07  Simon Josefsson  <jas@extundo.com>
20336
20337         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20338         (sieve-manage-authenticators):
20339         (sieve-manage-authenticator-alist): Add some SASL mechs.
20340         (sieve-sasl-auth): New function.
20341         (sieve-manage-cram-md5-auth):
20342         (sieve-manage-plain-auth): Rewrite using SASL library.
20343         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20344         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20345         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20346         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20347
20348 2004-01-05  Simon Josefsson  <jas@extundo.com>
20349
20350         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20351         New files.
20352
20353 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * gnus-group.el (gnus-no-groups-message): Update.
20356
20357         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20358
20359 2003-11-09  Simon Josefsson  <jas@extundo.com>
20360
20361         * imap.el: Support for ID IMAP extension (RFC 2971).
20362         (imap-local-variables): Add imap-id.
20363         (imap-id): New variable.
20364         (imap-id): New function.
20365         (imap-parse-response): Parse untagged ID response.
20366         * nnimap.el (nnimap-id): New variable.
20367         (nnimap-open-connection): Use it.
20368
20369 2003-12-28  Simon Josefsson  <jas@extundo.com>
20370
20371         * gnus-score.el (gnus-score-edit-all-score): New.
20372         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20373
20374 2004-01-04  Simon Josefsson  <jas@extundo.com>
20375
20376         * password.el: Add.
20377
20378 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20379
20380         * dns.el (dns-query-types): Fix typo.
20381         (dns-query-types): New function.
20382         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20383         PTR and SOA replies, see RFC 1035.
20384
20385 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20386
20387         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20388
20389         * Move to Changelog.2.
20390
20391 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20392
20393         * gnus.el (gnus-version-number): Bump version.
20394
20395 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20396
20397         * gnus.el: No Gnus v0.1 is released.
20398
20399 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20400
20401         * gnus.el: No Gnus v0.0 is released.
20402
20403 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20404
20405         * gnus.el (gnus-version-number): Bump.
20406         (gnus-version): No.
20407
20408 See ChangeLog.2 for earlier changes.
20409
20410   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20411
20412   This file is part of GNU Emacs.
20413
20414   GNU Emacs is free software: you can redistribute it and/or modify
20415   it under the terms of the GNU General Public License as published by
20416   the Free Software Foundation, either version 3 of the License, or
20417   (at your option) any later version.
20418
20419   GNU Emacs is distributed in the hope that it will be useful,
20420   but WITHOUT ANY WARRANTY; without even the implied warranty of
20421   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20422   GNU General Public License for more details.
20423
20424   You should have received a copy of the GNU General Public License
20425   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20426
20427 ;; Local Variables:
20428 ;; coding: utf-8
20429 ;; fill-column: 79
20430 ;; add-log-time-zone-rule: t
20431 ;; End: