(nnimap-send-command): Mark the command time for each command, so that we don't get...
[gnus] / lisp / ChangeLog
1 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-send-command): Mark the command time for each
4         command, so that we don't get NOOPs stepping on our toes.
5
6         * gnus-art.el (article-date-ut): Get the date from the Date header on
7         `t'.
8
9 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * auth-source.el (auth-source-search): Use copy-sequence instead of
12         the cl.el copy-list.
13
14 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * imap.el: Bring it back (revert
17         84d800cd31de3064f0ed39617d725709a2f8f42f).
18
19 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
20
21         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
22         Improve prompt.
23
24 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-art.el (gnus-article-mode-line-format): Remove the article
27         washing status from the default format.  It isn't very informative.
28
29 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
30
31         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
32         Gcc processing on imap.
33
34 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * imap.el: Remove file.  All the functionality is in nnimap.el.
37
38 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
39
40         * message.el (message-bury): Don't pop up a new window when selected
41         window is dedicated.
42
43 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
44
45         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
46
47 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * sieve-manage.el: Autoload `auth-source-search'.
50         (sieve-sasl-auth): Use it.
51
52 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * nnimap.el: Autoload `auth-source-forget+'.
55         (nnimap-open-connection-1): Use it if the connection fails.
56
57         * auth-source.el: Require `password-cache'.
58         (auth-source-hide-passwords, auth-source-cache): Remove and mark
59         obsolete.
60         (auth-source-magic): Marker for `password-cache' keys.
61         (auth-source-do-cache): Update docstring.
62         (auth-source-search): Use and check cache.
63         (auth-source-forget-all-cached, auth-source-remember)
64         (auth-source-recall, auth-source-forget, auth-source-forget+)
65         (auth-source-specmatchp): Caching support functions.
66         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
67         Remove and obsolete.
68         (auth-source-user-or-password): Remove caching to further discourage
69         using it.  Always hide passwords.
70
71         * password-cache.el (password-cache-remove): Accept secrets that are
72         not strings.
73
74 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
75
76         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
77         code for now, since it doesn't work for all users.
78
79 2011-02-09  Julien Danjou  <julien@danjou.info>
80
81         * message.el (message-options): Make message-options really buffer
82         local.
83
84 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * mail-source.el: Autoload `auth-source-search'.
87         (mail-source-keyword-map): Note order matters.
88         (mail-source-set-1): Get all the mail-source source values and
89         defaults and search auth-source on those if needed.  This can all
90         probably be simplified.
91
92         * nnimap.el: Autoload `auth-source-search'.
93         (nnimap-credentials): Use it.
94         (nnimap-open-connection-1): Ask for the virtual server and physical
95         address in one shot.
96
97         * nntp.el: Autoload `auth-source-search'.
98         (nntp-send-authinfo): Use it.  Note TODO.
99
100 2011-02-08  Julien Danjou  <julien@danjou.info>
101
102         * shr.el (shr-tag-body): Add support for text attribute in body
103         markups.
104
105         * message.el (message-options): Make message-options a local variable.
106
107 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * auth-source.el (auth-source-secrets-search)
110         (auth-source-user-or-password): Use `append' instead of `nconc'.
111         (auth-source-user-or-password): Build return list better and protect
112         against nil :secret.
113
114 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-update-info): Refactor slightly.
117         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
118         (nnimap-update-info): Clean up slightly.
119         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
120         characters.
121         (nnimap-process-quirk): Rename function to avoid collision.
122         (nnimap-update-info): Fix macrology bug-out.
123         (nnimap-update-info): Simplify split history test.
124
125 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
126
127         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
128         `secrets-get-attributes' instead of `secrets-get-attribute'.
129         (auth-source-secrets-search): Limit search when `max' is greater than
130         number of results.
131
132 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
133
134         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
135         part not returning any data.
136
137         * proto-stream.el (open-protocol-stream): Document the return value.
138
139 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
140
141         * auth-source.el (auth-source-secrets-search): Add examples.
142
143 2011-02-06  Julien Danjou  <julien@danjou.info>
144
145         * message.el (message-setup-1): Handle message-generate-headers-first
146         set to t.
147
148 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
149
150         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
151         API with a string "secrets:collection-name" and with 'default.
152         (auth-source-backend-parse): Parse "secrets:collection-name" and
153         'default.  Recurse on parses instead of repeating code.  Use the
154         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
155         message when ignoring a source.
156         (auth-source-search): List ignored search keys at the top level.
157         (auth-source-netrc-create): Use `case' instead of `cond'.
158         (auth-source-secrets-search): Created with TODOs.
159         (auth-source-secrets-create): Created with TODOs.
160         (auth-source-retrieve, auth-source-create, auth-source-delete)
161         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
162         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
163         (auth-source-user-or-password-sftp)
164         (auth-source-user-or-password-smtp): Removed.
165         (auth-source-user-or-password): Deprecated and modified to be a wrapper
166         around `auth-source-search'.  Not tested thoroughly.
167
168 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * auth-source.el: Bring in assoc and eioeio libraries.
171         (secrets-enabled): New variable to track the status of the Secrets API.
172         (auth-source-backend): New EIOEIO class to represent a backend.
173         (auth-source-creation-defaults): New variable to set prompt defaults
174         during token creation (see the `auth-source-search' docstring for
175         details).
176         (auth-sources): Simplify to allow a simple string as a netrc backend
177         spec.
178         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
179         (auth-source-backend-parse-parameters): Fill in the backend parameters.
180         (auth-source-search): Main auth-source API entry point.
181         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
182         (auth-source-search-collection): Helper function for searching.
183         (auth-source-netrc-parse, auth-source-netrc-normalize)
184         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
185         Supports search, create, and delete.
186         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
187         backend stubs.
188         (auth-source-user-or-password): Call `auth-source-search' but it's not
189         ready yet.
190
191 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
192
193         * message.el (message-setup-1): Remove the read-only stuff, since it
194         doesn't work under XEmacs, for some reason.
195
196         * gnus-sum.el (gnus-user-date): Rename back from
197         gnus-summary-user-date since user code refers to it.
198
199         * shr.el (shr-render-td): Store the actual background colour used.
200
201         * message.el (message-setup-1): Don't bind the constant
202         -forbidden-properties.
203         (message-setup-1): Revert previous change, since it needs to bind the
204         props to insert them.
205         (message-resend): Allow removing the read-only separator line.
206
207 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-request-accept-article): Give an error message if
210         the APPEND wasn't successful.
211
212 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
213
214         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
215         that have no groups.
216
217 2011-02-03  Julien Danjou  <julien@danjou.info>
218
219         * gnus-draft.el: Remove progn around gnus-draft-setup.
220
221 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-start.el (gnus-read-active-for-groups): This function is never
224         called with a nil `infos', so clean that up.
225         (gnus-get-unread-articles): Request active files from primary/secondary
226         methods that have no groups (yet).
227
228 2011-02-03  Julien Danjou  <julien@danjou.info>
229
230         * message.el (message-setup-1): Always generate References first.
231         (message-mail): Return the return value of message-setup, not always t.
232         (message-setup-1): Insert mail-header-separator with read-only and
233         intangible properties set.
234
235         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
236         user-date in docstring.
237
238         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
239
240         * gnus.el (gnus-summary-line-format): Mention &user-date format in
241         docstring.
242
243         * gnus.el (gnus-user-date-format-alist): Change default value. Use
244         defcustom, with type and group. Move from gnus-util.el. Rename to
245         gnus-summary-user-date-format-alist.
246
247 2011-02-03  Glenn Morris  <rgm@gnu.org>
248
249         * nnimap.el (gnus-fetch-headers): Declare.
250
251         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
252
253 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
254
255         * message.el (message-forward-make-body-digest-plain)
256         (message-followup, message-reply): Clean up things noted by Stefan.
257
258         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
259         gnus-article-update-date-headers is nil.
260         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
261         it didn't really work with defcustom.
262         (article-update-date-lapsed): Make sure the window start doesn't move,
263         either.
264
265 2011-02-01  Julien Danjou  <julien@danjou.info>
266
267         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
268         format.
269
270         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
271         standard in Emacs nowadays.
272
273         * color.el (color-gradient): Add a color-gradient function.
274
275 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
276
277         * message.el (message-expand-name): Don't trust the return value of
278         bbdb-complete-name.
279         (message-check-news-header-syntax): Remove unused var `start'.
280         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
281         (message-inhibit-body-encoding): Move to before first use.
282         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
283         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
284         (Organization, Message-ID, Date, mh-previous-window-config):
285         Defvar the vars using dynamic scoping.
286
287 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
288
289         * shr.el (shr-render-td): Only do colours at the final rendering.
290         Should be slightly faster.
291         (shr-insert-table): Fix up TD background colours when doing the
292         vertical padding.
293
294         * gnus-art.el (article-date-ut): Protect against articles with no Date
295         header.
296         (article-update-date-lapsed): Don't use current-column to find the
297         horizontal position.  It's fragile in the presence of \003 characters.
298
299         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
300
301 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-art.el (article-transform-date): Rewrite to still work when
304         there are several rfc2822 parts.
305         (article-transform-date): Fix infinite recursion.
306         (article-date-ut): Replace infinitely many Date headers with a single
307         one when called interactively.
308
309         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
310         secure manner.
311
312         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
313         move around by not using save-window-excursion.  It seems to work...
314
315 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * gnus-art.el (article-make-date-line): Work for user-defined format.
318
319 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * nntp.el (nntp-retrieve-group-data-early)
322         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
323         fetching functions.
324
325         * gnus-start.el (gnus-read-active-for-groups): Read the active files
326         thoroughly for all backends that have no known groups.  This should
327         allow new nnml methods to retrieve mail.
328
329         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
330         that Gnus doesn't know exists again.
331
332         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
333         (gnus-treat-date-ut): Ditto.
334         (gnus-article-update-date-header): Renamed.
335         (gnus-treat-date-local): Removed.
336         (gnus-treat-date-english): Removed.
337         (gnus-treat-date-lapsed): Removed.
338         (gnus-treat-date-combined-lapsed): Removed.
339         (gnus-treat-date-original): Removed.
340         (gnus-treat-date-iso8601): Removed.
341         (gnus-treat-date-user-defined): Removed.
342         (gnus-article-date-headers): New variable to control all the date
343         header options.
344         (article-date-ut): Rewrite to allow using the new way to format date
345         headers(s).
346
347 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
348
349         * nnmail.el (nnmail-article-group): Check for a direct fancy split
350         method.
351         (nnmail-article-group): A better test for fanciness.
352
353         * nnimap.el (nnimap-request-head): Protect against not finding the
354         article by Message-ID.
355
356 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-art.el (article-update-date-lapsed): Try a better way to really
359         keep point at the "same place".
360
361 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
364         data if the group is unactivated.
365
366 2011-01-28  Julien Danjou  <julien@danjou.info>
367
368         * gnus-win.el: Remove dead function gnus-window-configuration-element.
369         (gnus-all-windows-visible-p): Remove old compatibility code.
370         (gnus-window-top-edge): Add docstring.
371
372         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
373
374 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
377         older request-update-info.
378
379         * gnus-art.el (article-make-date-line): Limit the length a bit more.
380
381 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
382
383         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
384         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
385
386 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
389         groups.  This makes the nndraft:queue group pop up if it's not already
390         there.
391
392         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
393         messages" logic, which was reversed.
394
395         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
396         the "same place" even if point is on the line being replaced.
397         (article-update-date-lapsed): Allow updating both the combined lapsed
398         and the lapsed headers.
399         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
400         (article-make-date-line): Limit the number of segments dynamically to
401         avoid too-long lines.
402
403 2011-01-27  Julien Danjou  <julien@danjou.info>
404
405         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
406         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
407
408 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
411         Use plist-get instead of the cl function getf.
412
413 2011-01-27  Glenn Morris  <rgm@gnu.org>
414
415         * gnus-util.el (float-time): Get rid of compiler warning, again.
416
417 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-put-color): Special-case background colours: Do put them
420         at the blank parts at the front of the lines.
421
422         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
423         exit hook to nix out all data on readedness on group exit.
424
425         * gnus-util.el (float-time): If float-time is bound, always use it on
426         all Emacsen.  It's unclear why the subrp check was there.
427         (time-date): Require to make some autoload issues on XEmacs go away.
428
429         * shr.el (shr-put-color): Don't do the box padding in tables, since
430         they're already padded.
431
432 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-art.el (gnus-article-next-page): When the last line of the
435         article is displayed, scroll down once more instead of going to the
436         next article at once.
437         (article-lapsed-string): Refactor out and allow specifying how many
438         segments you want.
439         (gnus-article-setup-buffer): Start updating the lapsed header directly.
440         (gnus-article-update-lapsed-header): New variable.
441
442         * shr.el: Revert change that made headings use different-sized faces.
443         The Emacs display engine isn't advanced enough that, for instance,
444         tables can comfortably use differntly-sized faces.
445
446 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
447
448         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
449         used.
450         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
451         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
452         we're using an encrypted connection.
453
454         * proto-stream.el: Alter the interface functions to also return the
455         actual stream type used: network or tls.
456
457 2011-01-25  Julien Danjou  <julien@danjou.info>
458
459         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
460         (mm-display-javascript-inline): New function.
461
462         * mm-decode.el (mm-inline-media-tests): Add application/javascript
463         viewing function.
464
465 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * shr.el (shr-expand-newlines): Fix variable name.
468
469 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
470
471         * shr.el (shr-expand-newlines): Make nested boxes work.
472
473 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
474
475         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
476         backgrounds.
477         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
478         in a more sensible manner.
479
480 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
483         if EPG is loaded.
484
485 2011-01-24  Julien Danjou  <julien@danjou.info>
486
487         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
488         tags.
489
490 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
493         commands.
494
495         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
496         in the article buffer.
497         (gnus-gravatar-insert): Use blank space from the current buffer to
498         avoid breaking text properties.  This makes X-Sent updating work again.
499
500         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
501
502 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
505         fix the bug in url-http.el instead.
506
507         * shr.el (shr-image-fetched): Ditto.
508
509         * shr.el (shr-image-fetched): Avoid having point move in the article
510         buffer.
511
512         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
513         buffer after being called.  It's apparently being killed by url.el, and
514         killing it made point move to end-of-buffer in a random buffer.
515
516         * shr.el (shr-image-fetched): Ditto.
517
518 2011-01-23  Julien Danjou  <julien@danjou.info>
519
520         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
521
522         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
523         text/x-org.
524
525 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-sum.el (gnus-summary-move-article): Protect against backends
528         (i.e., nnimap) returning nil as the article number.
529
530 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
531
532         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
533         "DelSp" parameter in RFC3676.
534
535 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * message.el (message-check-recipients): Display the encoded version of
538         the bogus address if they differ.
539
540         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
541         after sending.
542
543         * gnus-agent.el (gnus-agent-send-mail): Ditto.
544
545         * gnus-group.el (gnus-group-refresh-group): New convenience function.
546
547         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
548         group buffer after sending the queue.
549
550         * gnus-agent.el (gnus-agent-send-mail): Ditto.
551
552 2011-01-22  Julien Danjou  <julien@danjou.info>
553
554         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
555
556 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
557
558         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
559         nested related parts.
560
561         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
562         unexpired articles.  This fixes the regression that led expiry marks to
563         disappear from nnfolder groups.
564
565 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
566
567         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
568         Don't confuse the "ret" of "retrograde" with RET.
569
570 2011-01-21  Julien Danjou  <julien@danjou.info>
571
572         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
573         than mm-insert-inline.
574
575 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
578         Widen article buffer.
579
580 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
583         the temp buffer.
584         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
585
586 2011-01-20  Julien Danjou  <julien@danjou.info>
587
588         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
589
590         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
591         than mm-insert-inline to insert inline part: this respect
592         mm-inline-media-tests displayers.
593
594         * mm-view.el (mm-display-shell-script-inline): New function.
595
596         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
597
598         * mm-uu.el (mm-uu-type-alist): Add org block.
599         (mm-uu-org-src-code-block-extract): New function.
600
601         * mm-view.el (mm-display-org-inline): New function.
602
603         * mm-decode.el (mm-automatic-display): Add text/org.
604
605         * mailcap.el (mailcap-mime-extensions): Add .org.
606
607 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-art.el (gnus-article-highlight): Remove argument passed to
610         gnus-article-add-buttons.
611
612 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
613
614         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
615         From header with a date and "nobody" as the sender.
616
617 2011-01-19  Julien Danjou  <julien@danjou.info>
618
619         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
620         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
621         if you have the same regexp several times.
622         (gnus-button-push): Fix matching when regexp is symbol.
623
624 2011-01-15  Glenn Morris  <rgm@gnu.org>
625
626         * message.el (message-mail): A compose-mail function should
627         accept headers as strings.
628
629 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
630
631         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
632         Add :vert-only tags.
633         (message-mail): New arg RETURN-ACTION.
634         (message-return-action): New var.
635         (message-bury): Use it.
636         (message-mode): Make it buffer-local.
637         (message-send-and-exit): Always call message-bury.
638
639         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
640         message-mail.
641
642 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * nnimap.el (nnimap-convert-partial-article): Protect against
645         zero-length body parts.
646
647         * mm-decode.el (mm-preferred-alternative-precedence):
648         Discourage showing empty parts.
649
650         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
651         and stuff if the backend didn't return the article number.  This fixes
652         an Exchange-related nnimap bug.
653
654         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
655         group window, because it does the wrong thing when a separate frame
656         displays the group buffer.
657
658         * proto-stream.el (open-protocol-stream): Protect against the low-level
659         transport functions returning nil.
660
661 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
662
663         * mml2015.el (epg-sub-key-fingerprint): Autoload.
664         (mml2015-epg-find-usable-secret-key): New function.
665         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
666         mml2015-epg-find-usable-key (Bug#7797).
667         (mml2015-epg-encrypt): Ditto.
668
669 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * dgnushack.el (rot13-string): Fix the way to get the argument.
672
673 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
676
677 2011-01-03  Glenn Morris  <rgm@gnu.org>
678
679         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
680
681         * sieve.el (sieve-open-server): Give a more explicit error if
682         sieve-manage-open returns nil.  (Bug#7720)
683
684 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
685
686         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
687
688 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
691         This avoids sending passwords in plain text over non-encrypted
692         channels.
693
694         * shr.el (shr-rescale-image): Display all GIF images as animated images.
695
696         * nnimap.el (nnimap-login): Refactored out into own function, and
697         implement CRAM-MD5.
698         (nnimap-wait-for-line): Refactored out.
699
700         * mm-view.el (mml-smime): Require.
701
702 2010-12-20  David Engster  <deng@eml.cc>
703
704         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
705         use EPG to decrypt S/MIME messages instead of openssl.
706
707 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
710
711         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
712         status is the group clearly is unreachable.
713
714         * auth-source.el (auth-source-create): Add the optional second
715         parameter to `local-variable-p' to be compatible with XEmacs.
716
717 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
718
719         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
720         work when using a compressed nnml folder.
721
722 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
725         backends after sanitising on entry, because this never makes sense:
726         If the articles have gone missing, then the data no longer exists on
727         the backend, and if they haven't, then Gnus is wrong, and shouldn't
728         overwrite anything anyway.
729
730         * shr.el (shr-insert-document): Bind shr-width dynamically to
731         window-width if it's nil.
732
733 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
734
735         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
736         with the meaning of using the full emacs window width for rendering.
737
738 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
739
740         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
741         case when sender is not given.
742
743 2010-12-23  Julien Danjou  <julien@danjou.info>
744
745         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
746         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
747         the addresses, otherwise we might misplaced the gravatar.
748
749 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
750
751         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
752         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
753         obsolete in Emacs.
754
755 2010-12-20  Julien Danjou  <julien@danjou.info>
756
757         * gnus-util.el (gnus-rescale-image): Revert last change.
758
759 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
760
761         * binhex.el: Improve commentary (Bug#7482).
762
763 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * gnus-group.el (gnus-group-delete-articles): New command.
766
767 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
768
769         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
770
771 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
774         here, since it's up to the backends to do CRLF removal if their
775         protocol has it.
776
777         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
778
779 2010-12-17  Julien Danjou  <julien@danjou.info>
780
781         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
782         they are from file. Can also scale up.
783
784 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
785
786         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
787         gnus-use-agent.
788         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
789
790         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
791
792 2010-12-17  Julien Danjou  <julien@danjou.info>
793
794         * gravatar.el (gravatar-retrieve-synchronously): New function.
795         (gravatar-get-data): Make more robust.
796
797 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
800
801 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
804         to really consider the last line.
805
806 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
807
808         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
809         list of recipient keys, or use symmetric encryption if not a list.
810         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
811         EPA override, replacing the call to `netrc-store-data'.
812
813 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
814
815         * gnus-srvr.el: Avoid passing nil regexp argument to
816         delete-matching-lines.
817
818 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
821         fetching stops when Gnus exits.
822
823         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
824         function.
825         (nnfolder-request-expire-articles): Save all the buffers after doing
826         expiry.
827
828         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
829         the last article", since that led to serious performance regressions
830         when expiring nnml groups.
831
832 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
833
834         * nnir.el: Improve customizations.
835
836 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
839
840         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
841         group has been killed.
842         (gnus-group-yank-group): Ditto.
843
844         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
845
846         * nnimap.el (nnimap-request-update-group-status): New function.
847
848         * gnus-int.el (gnus-request-update-group-status): New interface
849         function.
850
851         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
852         copying read-ness to the backends.
853
854         * nnimap.el (nnimap-quirk): New function.
855         (nnimap-retrieve-group-data-early): Use it.
856         (nnimap-quirks): New alist.
857
858 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * shr.el (shr-insert): Set shr-start after deleting trailing space;
861         don't delete it within indentation.
862
863 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
866         previous line.
867
868 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
871         QRESYNC command by deleting a superfluous space which broke Cyrus
872         servers.  This change will break other servers that are buggy the other
873         way around.
874
875 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
876
877         * spam.el: Reindent and fix long lines.
878         (spam-copy-or-move-routine): Exclude invalid move destinations.
879
880 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
883         installed the registry.
884
885 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
888
889 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
890
891         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
892         groupname doesn't contain "gmane".
893
894 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
897         and netrc-bound-and-true-p bindings.
898         (netrc-parse): Cache the netrc contents.
899
900         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
901         (gnus-1): Don't create the nndrafts group twice.
902         (gnus-setup-news): There's no need to read the active file here, since
903         that's done again later on a per-backend basis.
904         (gnus-start-draft-setup): Make sure that the new group is started out
905         empty.
906
907         * gnus-agent.el (gnus-agentize): Don't create the queue group
908         automatically on startup.  It'll be created later, if needed.
909
910         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
911         of automatically subscribed groups.
912         (gnus-auto-subscribed-categories): New variable.
913         (gnus-matches-options-n): Use it.
914         (gnus-default-subscribed-newsgroups): Remove unused variable.
915         (gnus-start-draft-setup): Message a bit less.
916
917 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
918
919         * nnir.el (nnir-run-imap): Return article list in order of increasing
920         UID.
921
922 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-sum.el (gnus-summary-enter-digest-group):
925         Mention gnus-auto-select-on-ephemeral-exit.
926
927         * proto-stream.el (proto-stream-open-network-only): Fix the calling
928         convention of the network-only option.
929
930 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * proto-stream.el (proto-stream-open-network-only): New function to
933         have a way to specify non-STARTTLS upgrade connections.
934
935 2010-12-10  Julien Danjou  <julien@danjou.info>
936
937         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
938         email address is nil.
939
940         * message.el (message-bogus-recipient-p): Set address to "" if nil.
941
942 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
943
944         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
945         deletion.
946         (nnir-run-imap): Only need to parse list once.
947
948 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-tag-script): Ignore <script>.
951         (shr-tag-label): Add <label> support.
952
953 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
956
957         * shr.el (shr-image-displayer): Work for images lined side by side.
958
959 2010-12-08  Robert Pluim  <rpluim@gmail.com>
960
961         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
962         parameter, since XEmacs doesn't accept t as a parameter.
963
964 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
965
966         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
967         ids.
968         (nnir-run-gmane): Simplify groupspec formatting.
969         (nnir-request-expire-articles): New function.
970
971 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
974         overflow, possibly.
975
976         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
977         (shr-render-td): Handle td style="" better.
978         (shr-tag-table): Use the color from the style sheet.
979         (shr-render-td): Make sure we copy over all the overlays, too.
980
981 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
982
983         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
984         (nnir-request-article): Improve article retrieval.
985
986 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * mm-util.el (mm-extra-numeric-entities): New variable.
989
990         * mm-url.el (mm-url-decode-entities):
991         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
992
993         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
994
995 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
996
997         * message.el: Use completion-at-point.
998         (message-completion-function): New fun, extracted from message-tab.
999         (message-mode): Use it for completion-at-point-functions.
1000         (message-tab): Use it and completion-at-point.
1001
1002 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1005         character if a non-breakable character follows.
1006
1007 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1010         any stream.
1011
1012         * shr.el (shr-tag-font): Colorize the region.
1013         (shr-tag-body): Ditto.
1014         (shr-tag-font): Actually let the styles be inherited instead of
1015         overwriting them.
1016         (shr-tag-font): Get the background color right.
1017         (shr-tag-style): Ignore all <style> tags for the moment.
1018
1019         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1020         a Message-ID to avoid having nnimap depend on gnus-sum.
1021
1022         * shr.el (shr-descend): Only colorize something if we have a node that
1023         sets colors.
1024
1025 2010-12-06  Julien Danjou  <julien@danjou.info>
1026
1027         * shr.el (shr-render-td): Render td content with shr-descend, so style
1028         will be applied to <td> too.
1029         (shr-colorize-region): Colorize region even if we only have a background.
1030         (shr-tag-body): Fix color and background color inheritance.
1031         Do not recolorize after shr-generic.
1032         (shr-tag-font): Let shr-generic colorize via inheritance.
1033
1034 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1037
1038 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1039
1040         * nnir.el (nnir-request-move-article): Remove obsolete code.
1041
1042 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1045
1046 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-sum.el (gnus-summary-respool-article): The completion function
1049         expects a list instead of an alist.
1050
1051         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1052         string as the parameter.
1053
1054         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1055
1056         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1057         styles.
1058         (shr-colorize-region): New function.
1059         (shr-insert-background-overlay): Remove.
1060         (shr-render-td): Background setting should be taken care of on a higher
1061         level.
1062         (shr-tag-body): Use post-hoc colorizations.
1063         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1064         (shr-put-color-1): Don't overwrite old colors.
1065         (shr-colorize-region): When the background color isn't explicit, use
1066         a fixed background.
1067
1068         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1069         nnmail variables.
1070
1071 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1072
1073         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1074         unless necessary.
1075
1076 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1077
1078         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1079         server.
1080
1081 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1084         so that TAB works.
1085
1086         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1087         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1088
1089         * shr.el (shr-urlify): Show the URL before the title to avoid
1090         misleading URLs.
1091
1092 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1093
1094         * shr.el (shr-urlify): Display the title in <a> tags.
1095
1096 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1097
1098         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1099
1100 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1101
1102         * nnir.el: Rearrange code to allow macros to be autoloaded by
1103         gnus-sum.el.
1104         (nnir-retrieve-headers-override-function): Make this variable
1105         customizable.
1106         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1107
1108         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1109         from nnir.el.
1110
1111 2010-12-03  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1114
1115 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1118         allow optional argument `environment'.
1119
1120 2010-12-03  Glenn Morris  <rgm@gnu.org>
1121
1122         * mm-extern.el (message-goto-body): Update declaration.
1123
1124 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * gnus-util.el (gnus-macroexpand-all): New function.
1127
1128         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1129         instead of macroexpand-all that is unavailable in XEmacs.
1130
1131 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1132
1133         * nnir.el (nnir-summary-line-format): New variable.
1134         (nnir-mode): Use it.
1135         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1136         (nnir-article-ids): Reimplement as defsubst.
1137         (nnir-retrieve-headers): Don't mangle the subject header.
1138         (nnir-run-imap): Use 100 as RSV score.
1139         (nnir-run-find-grep): Fix for full server searching.
1140         (nnir-run-gmane): Better restriction to gmane groups.
1141
1142         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1143         summary buffers.
1144
1145 2010-12-02  Julien Danjou  <julien@danjou.info>
1146
1147         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1148
1149         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1150
1151         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1152         support.
1153
1154 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1155
1156         * nnir.el: Update to handle the registry better.
1157         (autoload): Silence byte-compiler.
1158         (nnir-open-server): Add a hook for nnir groups.
1159         (nnir-request-move-article): Don't mangle the header. Better to use
1160         formating variables (which will be added in the future).
1161         (nnir-registry-action): Update the registry using the original article
1162         group name.
1163         (nnir-mode): Install nnir-specific hooks for updating the registry.
1164
1165         * gnus-sum.el
1166         (gnus-article-original-subject,gnus-newsgroup-original-name):
1167         Remove obsolete variables.
1168         (gnus-summary-move-article): Remove use of obsolete variables.
1169         (gnus-summary-local-variables): Make move and delete hooks local to
1170         summary buffers.
1171
1172 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * rtree.el: New file.
1175
1176 2010-12-01  Julien Danjou  <julien@danjou.info>
1177
1178         * message.el (message-user-organization): Do not use
1179         gnus-local-organization.
1180
1181         * gnus.el: Remove gnus-local-organization.
1182
1183         * gnus-msg.el: Remove nastygram thing.
1184
1185 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1188         funcall.
1189
1190 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1193         names.
1194
1195         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1196         characters.
1197
1198         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1199         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1200         Suggested by Štěpán Němec <stepnem@gmail.com>.
1201         (gnus-gravatar-transform-address): Use mail-extract-address-components
1202         that supports non-ASCII names rather than mail-header-parse-addresses.
1203
1204 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * proto-stream.el (open-protocol-stream): All starttls connections are
1207         handled by the network handler.
1208
1209 2010-11-30  Julien Danjou  <julien@danjou.info>
1210
1211         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1212         (nnimap-open-connection-1): Fix PREAUTH.
1213
1214         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1215
1216 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1219         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1220         (shr-insert): Use them.
1221         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1222
1223 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * nnir.el (nnir-request-move-article): Bail out if original group
1226         doesn't support article moves.
1227         (nnir-get-active): Improve active list retrieval.
1228
1229 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1232
1233 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1234
1235         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1236         seem to accept strings-with-numbers as port numbers,
1237
1238 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1239
1240         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1241         change the registry.
1242
1243 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1246         delete-dups that is not available in XEmacs 21.4.
1247
1248         * mm-util.el (mm-delete-duplicates): Add comment.
1249
1250 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1251
1252         * nnir.el (nnir-ignored-newsgroups): New variable.
1253         (nnir-get-active): Use it.
1254
1255 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * proto-stream.el (proto-stream-open-network): Add some comments.
1258
1259         * nntp.el (nntp-open-connection): Provide a :success condition.
1260
1261         * nnimap.el (nnimap-open-connection-1): Ditto.
1262
1263         * proto-stream.el (proto-stream-open-network): See what the response to
1264         the STARTTLS command is.
1265
1266         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1267         backwards compatibility).
1268         (nnimap-open-connection-1): Really respect nnimap-server-port.
1269
1270         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1271         TLS upgrades we don't really care about the identity of the peer.
1272         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1273         that what we've checked for.
1274         (proto-stream-always-use-starttls): Only default to t if
1275         open-gnutls-stream exists.
1276         (proto-stream-open-network): If STARTTLS failed, then just open a
1277         normal connection.
1278         (proto-stream-open-network): Wait until the greeting before doing
1279         STARTTLS.
1280
1281         * nntp.el (nntp-open-connection): Report what the connection error is.
1282
1283         * proto-stream.el (open-protocol-stream): Rename from
1284         open-proto-stream.
1285
1286 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nnimap.el (nnimap-stream): Change default to `undecided'.
1289         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1290         first, and then network.
1291         (nnimap-open-connection-1): Respect nnimap-server-port.
1292         (nnimap-open-connection): Be more backwards-compatible.
1293
1294         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1295         (proto-stream-open-starttls): De-duplicate the starttls code.
1296         (proto-stream-open-starttls): Folded back into the main function.
1297         (proto-stream-open-network): Fix typo in the gnutls path.
1298         (proto-stream-command): Refactor out.
1299
1300         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1301
1302         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1303         starttls.el STARTTLS.
1304
1305         * color.el (color-lab->srgb): Fix function call name.
1306
1307         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1308         if we're using tls.el.
1309         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1310         built in, then don't try to establish a STARTTLS connection.
1311
1312         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1313         servers.
1314
1315         * proto-stream.el (open-proto-stream): Use network, not stream.
1316         (open-proto-stream): Add a way to specify what the end of a command is.
1317
1318         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1319         connections types.
1320         (nntp-open-network-stream): Remove.
1321         (nntp-open-ssl-stream): Remove.
1322         (nntp-open-tls-stream): Remove.
1323         (nntp-ssl-program): Remove.
1324
1325         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1326
1327 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1328
1329         * nnir.el: Fix typos.
1330         (nnir-retrieve-headers-override-function): Rename variable to reflect
1331         new semantics.
1332         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1333         macros.
1334         (nnir-request-article, nnir-request-move-article): Use them.
1335         (nnir-categorize): New function.
1336         (nnir-run-query): Use it.
1337         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1338         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1339         sorted.
1340         (nnir-group-full-name): Use gnus-group-full-name instead.
1341         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1342         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1343
1344 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1347
1348         * proto-stream.el: New library to provide protocol-specific
1349         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1350         protocols.
1351         (open-proto-stream): Complete the documentation.
1352         (proto-stream-open-network): Fix some typos.
1353
1354         * nnimap.el (nnimap-open-connection): Use it.
1355
1356 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1357
1358         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1359         negotiation.
1360
1361 2010-11-26  Julien Danjou  <julien@danjou.info>
1362
1363         * color.el: Rename various rgb functions to srgb.
1364
1365 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1368         names.
1369
1370 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * shr.el (shr-insert): Revert last change.
1373         (shr-find-fill-point): Never leave point being at bol;
1374         relax the kinsoku limitation when rendering tables.
1375
1376 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1379         results from -accept-article.
1380
1381         * shr-color.el: Require cl when compiling.
1382
1383         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1384         checkin.
1385
1386         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1387
1388         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1389
1390         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1391         'add and 'delete to set backend marks.
1392
1393         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1394
1395         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1396
1397         * nntp.el (nntp-request-set-mark): Use it.
1398
1399         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1400
1401         * nnml.el (nnml-request-set-mark): Ditto.
1402
1403         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1404         introduces regressions in article selection.
1405         (nnimap-find-uid-response): New function.
1406         (nnimap-request-accept-article): Use the UID returned, if any.
1407         (nnimap-request-move-article): Use the UID returned, if any.
1408         (nnimap-get-groups): Reimplement to work with folded lines.
1409         (nnimap-find-uid-response): The UID is the last element in the list.
1410         (nnimap-request-set-mark): Extend syntax with 'set.
1411
1412         * nnml.el (nnml-request-set-mark): Ditto.
1413
1414         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1415
1416         * nntp.el (nntp-request-set-mark): Ditto.
1417
1418 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * message.el (message-called-interactively-p): A temporary macro.
1421         (message-goto-body): Use it temporarily.
1422
1423 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1426         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1427         (nnimap-last-response-string): Fix last unfolding fix.
1428
1429 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * shr.el (shr-insert): Fix the way to fold lines.
1432
1433 2010-11-25  Julien Danjou  <julien@danjou.info>
1434
1435         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1436
1437         * color.el: Rename from color-lab.el
1438         (color-rgb->hex): Add.
1439         (color-complement): Add.
1440         (color-complement-hex): Add.
1441
1442         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1443
1444 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1447         don't exist.
1448
1449 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1452         assuming that article displaying or another mml-preview may be
1453         interrupted for an error or for the like.
1454
1455         * shr.el (shr-get-background): Fix argument name.
1456
1457 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1460
1461         * gnus-sum.el (gnus-summary-include-articles): New function.
1462
1463         * message.el (message-goto-body): called-interactively-p needs a
1464         parameter, so use `any'.
1465
1466         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1467         clear marks before moving, since they're synced from the Gnus side
1468         first.
1469
1470         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1471         (gnus-summary-move-article): Copy over all marks before moving, so that
1472         IMAP doesn't think a new article has arrived.
1473
1474 2010-11-24  Julien Danjou  <julien@danjou.info>
1475
1476         * shr.el (shr-insert-background-overlay): Fix typo.
1477         (shr-render-td): Copy the background before rendering.
1478
1479         * shr-color.el (shr-color-visible): Fix docstring.
1480
1481         * shr.el (shr-tag-table): Add bgcolor support.
1482         (shr-render-td): Add bgcolor support.
1483         (shr-get-background): Add.
1484         (shr-insert-foreground-overlay): Use shr-get-background.
1485
1486         * message.el (message-goto-body): Use called-interactively-p.
1487         (message-in-body-p): message-goto-body returns point.
1488
1489 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1492         Fixes something or other in Emacs 23, and is backwards compatible.
1493
1494         * message.el (message-goto-body): Remove the <#secure special-casing,
1495         which is too special.
1496
1497         * shr.el (shr-parse-style): Drop !important from styles.
1498
1499 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1500
1501         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1502         this function to return incorrect results when calling it with an
1503         explicit article argument different from
1504         (gnus-summary-article-number).
1505
1506 2010-11-24  Julien Danjou  <julien@danjou.info>
1507
1508         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1509         (shr-tag-body): Add background support.
1510         (shr-descend): Add background support.
1511         (shr-tag-title): Add.
1512
1513         * shr-color.el (shr-color-visible): Really return original background
1514         if fixed.
1515
1516 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * shr.el (shr-color-check): Protect against non-existant colour names.
1519
1520 2010-11-24  Julien Danjou  <julien@danjou.info>
1521
1522         * color-lab.el: Require 'cl when compiling.
1523
1524         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1525
1526         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1527         matched part.
1528
1529         * color-lab.el: Fix all expt calls to use float type.
1530
1531 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1534         expression to shr-color-check as is.
1535
1536         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1537
1538         * color-lab.el: Add coding cookie.
1539         (float-pi): Use eval-and-compile.
1540
1541         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1542         compiled for Emacsen having no `libxml-parse-html-region' support.
1543
1544 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * shr.el (shr-insert-color-overlay): Split stuff like
1547         "#444444 !important" to find the real colour.
1548         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1549         parse <font color="red"> entries.
1550
1551 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1552
1553         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1554         point when parsing headers.
1555
1556         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1557         is positioned properly when parsing headers.
1558
1559 2010-11-23  Julien Danjou  <julien@danjou.info>
1560
1561         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1562
1563         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1564
1565         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1566
1567         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1568         Use shr-color-hue-to-rgb.
1569         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1570
1571 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * shr.el (shr-color->hexadecimal): Autoload.
1574         (shr-descend): Add color to all tags.
1575
1576 2010-11-22  Julien Danjou  <julien@danjou.info>
1577
1578         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1579         shr-color->hexadecimal.
1580
1581         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1582         RGB() or HSL() color representation.
1583
1584         * shr.el (shr-tag-font): Add.
1585         (shr-tag-color-check): New function to get better colors.
1586         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1587         tag-span.
1588
1589         * shr-color.el: New file.
1590
1591         * color-lab.el: New file.
1592
1593         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1594
1595 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1596
1597         * nnir.el: Fix typo in comments.
1598         (nnir-run-imap): Simplify code. No need to reverse artlist.
1599         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1600
1601 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1604
1605         * nnimap.el (nnimap-get-capabilities): Refactor out.
1606         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1607
1608 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1609
1610         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1611         appearing when `mm-uu-hide-markers' is nil.
1612
1613 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * nnimap.el (nnimap-unselect-group): Make into its own function.
1616         (nnimap-request-rename-group): Unselect group before renaming.
1617         This had gotten lost somewhere.
1618         (nnimap-request-accept-article): Keep track of examined groups, and
1619         unselect the group before APPENDing to read-only groups.
1620         (nnimap-request-move-article): Clear flags before moving so that they
1621         can be re-set later.
1622
1623 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1626         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1627
1628 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-art.el (gnus-mime-display-single)
1631         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1632         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1633         parameter.
1634
1635 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1638         (shr-table-vertical-line): New variable.
1639         (shr-insert-table): Use it.
1640
1641 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-html.el (gnus-html-wash-images): Don't display images if
1644         gnus-inhibit-images is non-nil; register displayer for cid images.
1645         (gnus-html-display-image): Work for cid image.
1646         (gnus-html-insert-image): Allow arguments.
1647         (gnus-html-put-image): Inhibit read-only.
1648         (gnus-html-prefetch-images): Don't prefetch images if
1649         gnus-inhibit-images is non-nil.
1650
1651 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-put-image): Break lines when inserting big pictures.
1654
1655 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1656
1657         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1658         sender, thanks Katsumi Yamaoka.
1659
1660 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1661
1662         * nnir.el (nnir-run-imap): Reverse the article list for each group
1663         rather than the whole list.
1664
1665 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * shr.el (shr-image-displayer): Protect function against non-existent
1668         image source.
1669
1670         * gnus-art.el (gnus-inhibit-images): New user option.
1671         (gnus-mime-display-single): Don't display image if it is non-nil.
1672
1673         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1674         gnus-inhibit-images.
1675
1676         * shr.el (shr-image-displayer): New function.
1677         (shr-tag-img): Use it.
1678
1679 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1680
1681         * mml2015.el (mml2015-epg-sign): Use From header.
1682
1683 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1686
1687         * gnus-util.el (gnus-find-text-property-region): Return markers.
1688
1689         * shr.el (shr-tag-img): Put a displayer in the text property.
1690
1691         * gnus-util.el (gnus-find-text-property-region): New utility function.
1692
1693         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1694         (gnus-html-show-images): Remove.
1695
1696         * gnus-art.el (gnus-article-show-images): New, more general function.
1697
1698         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1699         image url text properties.
1700
1701         * shr.el: Ditto.
1702
1703         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1704         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1705
1706 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1709         work for two or more articles.
1710
1711 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1714         divide an image that's in an html article to two or more when washing
1715         non-ASCII characters in alt text of it.
1716
1717 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1720         smime-decrypt-region using function argument.
1721         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1722
1723         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1724
1725         * smime.el (smime-decrypt-region): Catch it.
1726
1727 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1728
1729         * smime.el (smime-mode-map): Move initialization into declaration.
1730         (gnus-run-mode-hooks): Don't autoload.
1731         (smime-mode): Use define-derived-mode.
1732
1733 2010-11-11  Glenn Morris  <rgm@gnu.org>
1734
1735         * smime.el (from): Restrict declaration to XEmacs.
1736
1737         * nnir.el (gnus-group-topic-name): Autoload.
1738
1739 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * shr.el (shr-insert): Don't break long line if it is because of
1742         kinsoku-bol characters in the line end.
1743
1744 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1745
1746         * nnir.el (nnir-request-move-article): Fix to provide original group
1747         and subject.
1748         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1749         been retrieved.
1750
1751         * gnus-sum.el (gnus-summary-move-article): Use original group and
1752         subject for virtual articles such as those in an nnir summary buffer.
1753
1754 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1757         least 21.5).
1758
1759         * smime.el (from): Declare it again for XEmacs.
1760
1761 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * message.el (message-resend): Don't disable encoding unless it's
1764         already encoded.
1765
1766         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1767         low-numbered articles.
1768
1769 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * rfc2047.el (rfc2047-syntax-table): Simplify.
1772
1773         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1774
1775         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1776         set-char-table-range for XEmacs.
1777
1778 2010-11-10  Glenn Morris  <rgm@gnu.org>
1779
1780         * time-date.el (time-to-seconds): Always an alias on Emacs,
1781         never a real function.
1782         (with-no-warnings): Remove compat stub, now unused.
1783         (time-less-p): Doc fix.
1784         (time-to-number-of-days): Simplify.
1785
1786         * smime.el (from): Remove unused declaration.
1787
1788         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1789         (gnus-float-time): On Emacs, always an alias.
1790
1791         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1792         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1793
1794 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * dgnushack.el: Don't use ignore-errors in the top level form since it
1797         is unavailable in XEmacs even if cl is loaded.
1798
1799         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1800
1801 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * shr.el (browse-url-mailto): Autoload.
1804
1805         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1806
1807         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1808         regexp doesn't need quoting.
1809
1810 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1811
1812         * message.el (message-subject-trailing-was-ask-regexp)
1813         (message-subject-trailing-was-regexp): Match was: in addition to was.
1814
1815 2010-11-09  Glenn Morris  <rgm@gnu.org>
1816
1817         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1818         (nnbabyl-check-mbox): Use point-at-bol.
1819
1820 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1823
1824         * message.el (message-mailto): New function.
1825         (message-mailto): Should accept other parameters.
1826         (message-mailto): Remove since it duplicates browse-url-mailto
1827         functionality.
1828
1829 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1832         methods.
1833         (gnus-read-active-file): Ditto.
1834
1835         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1836         ": " from the prompt.
1837         (gnus-group-make-group): Ditto.
1838
1839 2010-11-07  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1842         (gnus-bookmark-kill-line): Use point-at-eol.
1843
1844 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1847         asterisks in From header.
1848
1849 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1852         string to avoid making the From headers syntactically invalid.
1853
1854         * message.el (message-send-mail): Don't insert courtesy messages if the
1855         message already has List-Post and List-ID messages.
1856
1857 2010-11-06  Glenn Morris  <rgm@gnu.org>
1858
1859         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1860         `condition', `type', `length' a prefix.
1861         (gnus-treat-predicate): Update for above name changes.
1862
1863 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1864
1865         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1866         binding.  Handled by `gnus-summary-refer-thread' instead.
1867         (nnir-warp-to-article): New backend function.
1868
1869         * nnimap.el (nnimap-request-thread): Force dependency updating.
1870
1871         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1872         (gnus-summary-refer-thread): Rework to improve thread-referral.
1873
1874         * gnus-int.el (gnus-warp-to-article): New function.
1875
1876         * gnus-sum.el (gnus-summary-article-map): Bind it.
1877
1878 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1879
1880         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1881         gnus-summary-refer-thread.
1882
1883         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1884         headers.
1885         (gnus-summary-limit-include-thread): Prevent articles in thread from
1886         being cut in gnus-cut-threads.
1887         (gnus-summary-refer-thread): Limit retrieved headers to those in
1888         thread.
1889
1890 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * message.el (message-send-mail): Use the value of
1893         message-courtesy-message from the message buffer.
1894
1895         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1896
1897         * shr.el (shr-browse-url): Implement mailto: URLs.
1898
1899         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1900         "raw".
1901
1902         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1903         if it's already selected.
1904
1905         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1906
1907 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1910         to measure the length and truncate alt text.
1911
1912 2010-11-03  Glenn Morris  <rgm@gnu.org>
1913
1914         * nndiary.el (nndiary-generate-nov-databases-1)
1915         (nndiary-generate-active-info): Rename dynamic variable `files' to
1916         something less generic.
1917
1918 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1919
1920         * nnir.el (nnir-request-move-article): Call the underlying backend to
1921         move articles from nnir.
1922
1923 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1926
1927 2010-11-02  Julien Danjou  <julien@danjou.info>
1928
1929         * nnir.el: Remove wais support.
1930
1931 2010-11-02  Glenn Morris  <rgm@gnu.org>
1932
1933         * gnus-html.el: Reorder requirements to quieten compiler.
1934
1935 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1938         properly for XEmacs as well.
1939         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1940         (gnus-article-natural-long-line-p): Use window-width rather than
1941         frame-width.
1942
1943 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1944
1945         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1946         (nnir-read-parms): Don't modify query.
1947         (nnir-run-query): Add ability to search topic on current line.
1948         (nnir-get-active): Clean up.
1949
1950 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1953         degenerate articles.
1954
1955         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1956         (gnus-print-buffer): Just print the buffer as is, without any copying
1957         to a buffer and then re-highlighting.
1958
1959         * nnimap.el (nnimap-request-group): Store the new updated info.
1960         (nnimap-request-group): Select the group when we don't know whether it
1961         exists or not.
1962
1963         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1964         groups.
1965
1966         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1967         groups.
1968
1969         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1970         groups.
1971
1972         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1973         long-lines case by only filling the long lines.
1974
1975         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1976         (bug #7311).
1977
1978 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * shr.el: No need to declare `declare-function' since shr.el is for
1981         only Emacsen that provide `libxml-parse-html-region'.
1982
1983         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1984         effective only in a file it is referred to.
1985
1986 2010-11-01  Glenn Morris  <rgm@gnu.org>
1987
1988         * mm-util.el (gnus-completing-read): Autoload.
1989         (mm-read-coding-system): Simplify Emacs definition.
1990
1991         * nnmail.el (gnus-activate-group):
1992         * nnimap.el (gnutls-negotiate):
1993         * nntp.el (netrc-parse): Fix declarations.
1994
1995 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1998         string-match-p in Emacs >=23.
1999
2000         * gnus-msg.el (gnus-configure-posting-styles)
2001         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2002
2003 2010-11-01  Glenn Morris  <rgm@gnu.org>
2004
2005         * nnir.el (declare-function): Add compat stub.
2006         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2007         (nnir-run-gmane): Require 'mm-url.
2008
2009         * mm-util.el (mm-string-to-multibyte): Simplify.
2010
2011         * shr.el (declare-function): Add compat stub.
2012         (url-cache-create-filename): Declare.
2013         (mm-disable-multibyte, widget-convert-button): Autoload.
2014
2015         * smime.el (ldap-search): Declare.
2016         (smime-cert-by-ldap-1): Require ldap on Emacs.
2017
2018         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2019         (nnimap-keepalive): Use gnus-float-time.
2020
2021         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2022         (mail-source-delete-crash-box): Use gnus-float-time.
2023
2024         * gnus-dired.el (gnus-completing-read): Autoload.
2025
2026         * mm-view.el (gnus-rescale-image): Autoload.
2027
2028         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2029
2030         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2031
2032         * sieve-manage.el: Require 'cl when compiling.
2033
2034         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2035         (gnus-iswitchb-completing-read): Require iswitchb.
2036         (gnus-select-frame-set-input-focus): Silence compiler.
2037
2038 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * message.el (message-subject-trailing-was-query): Change default to t,
2041         since I think that's what most people want.
2042
2043         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2044         appending for easier debugging.
2045         (nnimap-wait-for-connection): Take a regexp.
2046         (nnimap-request-accept-article): Wait for the continuation line before
2047         sending anything unless we're streaming.
2048
2049         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2050         leave the header washing to take place.
2051
2052 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2053
2054         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2055         regular expression match and replace in posting styles.
2056
2057 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2058
2059         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2060         an entire server.
2061         (nnir-get-active): New function.
2062         (nnir-run-imap): Use it.
2063         (nnir-run-gmane): Who knew, gmane search returns an article score!
2064
2065         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2066         server on the current line with nnir.
2067
2068 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2071         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2072         left edge.
2073         (gnus-article-foldable-buffer): Skip past the prefix when determining
2074         raggedness.
2075
2076         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2077         the raw article, and change `C-u g' to show the article without doing
2078         treatments.
2079
2080         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2081         on to `gnus-treat-article'.
2082         (gnus-inhibit-article-treatments): New variable.
2083
2084         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2085
2086         * gnus-art.el (gnus-treatment-function-alist): Have
2087         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2088         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2089         sections.
2090
2091         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2092         parameter.
2093         (gnus-article-fill-cited-long-lines): New function.
2094         (gnus-article-fill-cited-article): Allow filling only long sections.
2095
2096         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2097         and non-punctuation (like after the apostrophe in "'We").
2098
2099         * gnus-sum.el (gnus-summary-select-article): Make sure
2100         gnus-original-article-buffer is alive.
2101
2102         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2103         reflect the order they're in in the digest.
2104
2105         * gnus.el (gnus-group-startup-message): Move point to the start of the
2106         buffer.
2107
2108         * nnimap.el (nnimap-capability): New function.
2109         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2110         is set.
2111
2112 2010-10-31  David Engster  <dengste@eml.cc>
2113
2114         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2115         conform with changes to gnus-completing-read.
2116
2117 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2120
2121 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2122
2123         * nnir.el: Move defvar, defcustom around to keep file organized
2124         and keep byte-compiler quiet.
2125         (nnir-read-parms): Accept search-engine as arg.
2126         (nnir-run-query): Pass search-engine as arg.
2127         (nnir-search-engine): Remove.
2128
2129 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * shr.el (shr-generic): The text nodes should be text, not :text.
2132
2133         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2134         later in the file.
2135
2136 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2137
2138         * nnir.el: General clean up.  Allow searching with multiple engines.
2139         Allow separate extra-parameters for each engine.
2140         Batch queries when possible.
2141         (nnir-imap-default-search-key,nnir-method-default-engines):
2142         Add customize interface.
2143         (nnir-run-gmane): New engine.
2144         (nnir-engines): Use it.  Qualify all prompts with engine name.
2145         (nnir-search-engine): Remove global variable.
2146         (nnir-run-hyrex): Restore for now.
2147         (nnir-extra-parms,nnir-search-history): New variables.
2148         (gnus-group-make-nnir-group): Use them.
2149         (nnir-group-server): Remove in favor of gnus-group-server.
2150         (nnir-request-group): Avoid searching twice.
2151         (nnir-sort-groups-by-server): New function.
2152
2153 2010-10-30  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-group.el: Remove gnus-group-fetch-control.
2156
2157         * gnus-start.el (gnus-find-new-newsgroups):
2158         Remove gnus-check-first-time-used.
2159
2160         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2161
2162 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2163
2164         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2165         set on groups that don't have \* permanentflags.
2166
2167 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2170         control the background color.
2171         (shr-tag-img): Ignore very small web bug type images.
2172         (shr-put-image): Add help-echo alt texts to the images.
2173         (shr-tag-video): Show the video poster image.
2174
2175 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * shr.el (shr-table-depth): New variable.
2178         (shr-tag-table-1): Only insert the images after the top-level table.
2179
2180         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2181
2182         * gnus-util.el (gnus-list-memq-of-list): New function.
2183
2184         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2185         selected.
2186         (nnimap-unsplittable-articles): New slot.
2187         (nnimap-new-articles): Use it.
2188
2189 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2190
2191         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2192         move to the previous line on `M-g'.
2193
2194 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2197         *-request-group, which seems unnecessary.
2198
2199         * nnimap.el (nnimap-quote-specials): Function copied over from
2200         imap.el.
2201         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2202         they support that.  Suggested by Tom Regner.
2203
2204 2010-10-29  Julien Danjou  <julien@danjou.info>
2205
2206         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2207         defalias.
2208         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2209
2210         * gnus.el: Remove `gnus-nntp-service' variable.
2211         (gnus-secondary-servers): Make obsolete.
2212         (gnus-nntp-server): Make obsolete.
2213
2214         * gnus-start.el (gnus-1): Remove x-splash calls.
2215
2216         * gnus-ems.el (gnus-x-splash): Remove.
2217
2218         * gnus.el (gnus-group-startup-message): Simplify/update code.
2219
2220         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2221         definition.
2222
2223         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2224         capability before doing anything.
2225         (gnus-group-insert-group-line): Remove useless
2226         gnus-group-remove-excess-properties.
2227
2228 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2231
2232 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2235         config after reselecting.
2236
2237 2010-10-28  Julien Danjou  <julien@danjou.info>
2238
2239         * shr.el (shr-put-image): Use point even if only inserting text.
2240         (shr-put-image): Save excursion when inserting alt text on non-graphic
2241         display, so the behaviour is the same when we are on a graphic display.
2242
2243         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2244
2245 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2248         (gnus-mime-copy-part): Check coding system, not charset.
2249         (gnus-mime-view-part-externally): Never remove part.
2250         (gnus-mime-view-part-internally): Don't remove part here.
2251         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2252         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2253         multipart/alternative.
2254
2255         * mm-decode.el (mm-display-part): Take optional arg `force'.
2256
2257 2010-10-26  Julien Danjou  <julien@danjou.info>
2258
2259         * gnus-group.el (gnus-group-default-list-level): Add this function to
2260         compute the default list level.
2261         (gnus-group-default-list-level): Add possibility to use a function.
2262
2263 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2266
2267         * gnus-group.el (gnus-group-completing-read)
2268         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2269         gnus-replace-in-string.
2270
2271 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * shr.el (shr-tag-div): Add.
2274
2275         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2276
2277 2010-10-25  Julien Danjou  <julien@danjou.info>
2278
2279         * gnus-util.el: Remove `gnus-with-local-quit'.
2280
2281         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2282
2283 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2286         the original article buffer.
2287
2288 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * nnimap.el (nnimap-request-head): New function.
2291         (nnimap-request-move-article): Try to be slighly faster by not
2292         requesting the entire message when moving.
2293         (nnimap-transform-headers): Don't bug out on bodiless articles.
2294         (nnimap-send-command): Have no outstanding messages if the IMAP server
2295         doesn't support streaming.
2296         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2297
2298 2010-10-24  Julien Danjou  <julien@danjou.info>
2299
2300         * message.el (message-default-headers): Fix type.
2301
2302 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2305         prefetching images.
2306
2307         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2308         backend for unknown groups.  This is mainly useful for nnimap groups.
2309
2310         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2311         group isn't covered by the agent.
2312
2313 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2314
2315         * nnir.el (nnir-method-default-engines): New variable.
2316         (nnir-run-query): Use it.
2317         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2318         (gnus-summary-nnir-goto-thread): Change group if needed.
2319
2320         * gnus-group.el (gnus-group-group-map): Add key binding for
2321         gnus-group-make-nnir-group.
2322
2323 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * shr.el (shr-tag-object): Add.
2326
2327         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2328         original article buffer live.
2329         (gnus-summary-select-article-buffer):
2330         Mention gnus-widen-article-buffer.
2331
2332 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * shr.el (shr-tag-strong): Add.
2335
2336 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2339         group names.  They mess up the group buffer badly.
2340
2341         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2342
2343         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2344         instead of the summary one.
2345
2346 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * mml.el (mml-preview): Work properly when editing article.
2349
2350         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2351         gnus-have-read-active-file if it's already been in.
2352
2353 2010-10-22  Tom Tromey  <tromey@redhat.com>
2354
2355         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2356         gnus-group-completing-read.
2357
2358 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * message.el (message-mode-map): Don't bind M-; to comment region, to
2361         allow the global comment-dwim to work.
2362
2363 2010-10-21  Julien Danjou  <julien@danjou.info>
2364
2365         * message.el (message-setup-1): Allow message-default-headers to be a
2366         function.
2367
2368 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * shr.el (shr-tag-table): Simplify.
2371
2372 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2375         to avoid trying to snarf invalid stuff.
2376
2377         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2378
2379         * gnus.el (gnus-message-archive-group): Quote value.
2380         (gnus-message-archive-group): Mark as changed.
2381
2382         * shr.el (shr-add-font): Don't put the font properties on the newline
2383         or the indentation.
2384
2385         * message.el (message-fix-before-sending): Change options when sending
2386         non-printable characters.
2387
2388         * gnus.el (gnus-message-archive-method): Change the default to
2389         monthly outgoing groups.
2390
2391         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2392         that have gotten new numbers.
2393
2394         * nnimap.el (nnimap-request-replace-article): New function.
2395
2396 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2399         (nnrss-request-article): Don't use special html washing code.
2400
2401 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * shr.el (shr-tag-table): Remove useless nconc.
2404
2405 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-art.el (article-wash-html): Simplify and remove the charset
2408         stuff.  Use the normal html rendering code instead of the special html
2409         washing code.
2410
2411         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2412         `gnus-w3m' symbols.
2413         (mm-text-html-washer-alist): Remove.
2414
2415         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2416         (mm-inline-media-tests): Remove use.
2417         (mm-text-html-renderer): Change default to the `shr' symbol.
2418
2419         * mm-view.el (mm-inline-text-html): Remove use.
2420
2421         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2422         `gnus-blocked-images' to be a function.
2423         (gnus-article-wash-function): Remove.
2424
2425 2010-10-20  Julien Danjou  <julien@danjou.info>
2426
2427         * spam.el (spam-list-of-processors): Mark as obsolete.
2428
2429         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2430         (nnimap-insert-partial-structure): Fix boundary detection.
2431
2432 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2433
2434         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2435         run file-truename on remote files.  This can be expensive and even
2436         prevent one from editing drafts if some unrelated buffer has a stale
2437         connection.
2438
2439 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2442         kinsoku-eol regardless of shr-kinsoku-shorten.
2443         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2444         (shr-tag-table): Support caption, thead, and tfoot.
2445
2446 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2449         lines.
2450         (shr-save-contents): New command and keystroke.
2451
2452         * nndoc.el (nndoc-type-alist): Add git support.
2453         (nndoc-git-type-p): New function.
2454         (nndoc-transform-git-article): Ditto.
2455         (nndoc-transform-git-headers): Ditto.
2456         (nndoc-transform-git-headers): Generate Subject headers.
2457
2458         * shr.el (shr-parse-style): New function.
2459         (shr-tag-span): Ditto.
2460
2461         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2462         to `G G' to avoid collisions.
2463
2464 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * shr.el: Load kinsoku if necessary.
2467         (shr-kinsoku-shorten): New internal variable.
2468         (shr-find-fill-point): Make kinsoku shorten text line if
2469         shr-kinsoku-shorten is bound to non-nil.
2470         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2471         shr-indentation too when testing if table is wider than frame width.
2472         (shr-insert-table): Use `string-width' instead of `length' to measure
2473         text width.
2474         (shr-insert-table-ruler): Make sure indentation is done at bol.
2475
2476 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2477
2478         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2479         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2480         undecoded network data.
2481
2482 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2485         name in the mode line spec so that the mode line menu works
2486         (bug #2431).
2487
2488         * message.el (message-get-reply-headers): If we're fed `to-address',
2489         then always use that.
2490
2491         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2492         aren't so wide as to need to switch off the edit menu.
2493
2494         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2495         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2496
2497         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2498         `M-g'.
2499         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2500         the permanent marks.
2501
2502 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2503
2504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2505         Splitting according to references/in-reply-to obeys the ignore-groups
2506         variable, while splitting by sender and subject do not.
2507
2508 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2511         alist, so that we can look for non-Unicode chars.
2512         (article-translate-strings): Allow both character and string maps.
2513
2514 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * shr.el (shr-insert): Don't insert space behind a wide character
2517         categorized as kinsoku-bol, or between characters both categorized as
2518         nospace.
2519
2520 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2521
2522         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2523         headers to gnus-newsgroup-headers.
2524
2525 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * shr.el (shr-tag-img): Don't align images -- since we're not
2528         rescaling, this often leads to ugly displays.
2529
2530 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2531
2532         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2533         duplicates.
2534
2535 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2536
2537         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2538         call.
2539
2540 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus.el: Autoload gnus-html-show-images.
2543
2544         * nnimap.el: Use nnheader-message throughout.
2545
2546         * shr.el (shr-tag-img): Ignore images with no data.
2547
2548 2010-10-15  Julien Danjou  <julien@danjou.info>
2549
2550         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2551         a possibility to disable format=flow encoding when using hard newlines.
2552
2553 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * shr.el (shr-insert): Remove space inserted before or after a
2556         breakable character or at the beginning or the end of a line.
2557         (shr-find-fill-point): Do kinsoku; find the second best point or give
2558         it up if there's no breakable point.
2559
2560 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * nnimap.el (nnimap-open-connection): Message when opening connection
2563         for debugging purposes.
2564
2565         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2566         on every setup buffer call to allow this to change from article to
2567         article.
2568
2569         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2570         buffers where we have a wide table.
2571
2572 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2573
2574         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2575         uses *-request-thread.
2576
2577 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2580         incantation, which is no longer valid.
2581
2582 2010-10-14  Julien Danjou  <julien@danjou.info>
2583
2584         * shr.el: Fix defcustom type (char -> character).
2585
2586 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2589         programs.
2590
2591 2010-10-14  Julien Danjou  <julien@danjou.info>
2592
2593         * shr.el (shr-tag-a): Use url-link as widget type.
2594
2595         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2596         `gnus-group-get-icon'.
2597
2598 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2601         This should make server editing work better.
2602
2603         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2604
2605         * tls.el (tls-program): Remove spurious %s from openssl.
2606
2607         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2608         (nnimap-parse-flags): Fix regexp.
2609
2610         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2611         probably work for CJVK text, too.
2612
2613         * nnimap.el (nnimap-extend-tls-programs): Remove.
2614         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2615
2616         * tls.el (tls-starttls-switches): Remove starttls hack.
2617         (open-tls-stream): Ditto.
2618         (tls-find-starttls-argument): Ditto.
2619
2620 2010-10-13  Julien Danjou  <julien@danjou.info>
2621
2622         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2623         responses.
2624
2625 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2628
2629         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2630         anything in Emacs.
2631
2632         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2633
2634 2010-10-13  Julien Danjou  <julien@danjou.info>
2635
2636         * shr.el (shr-width): Make shr-width a defcustom with default to
2637         fill-column.
2638         (shr-tag-img): Use shr-width rather than fill-column.
2639
2640 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * dgnushack.el (byte-optimize-apply)
2643         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2644
2645         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2646         position when (X-)Faces exist.
2647         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2648         avatars when called interactively.
2649
2650 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2653         gnus-article-x-face-too-ugly is bound.
2654
2655 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2658
2659         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2660         mailbox that doesn't exist.
2661
2662 2010-10-12  Julien Danjou  <julien@danjou.info>
2663
2664         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2665         (shr-get-image-data): Encode URL properly when fetching from cache.
2666         (shr-tag-img): Use aligned-to spaces to align correctly images.
2667
2668         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2669         before inserting the Gravatar.
2670
2671         * shr.el (shr-tag-img): Add align attribute support for <img>.
2672
2673 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-gravatar.el (gnus-art): Require.
2676
2677         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2678         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2679         Remove long obsoleted functions.
2680
2681 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2684
2685         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2686
2687         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2688         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2689         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2690         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2691         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2692         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2693         * sieve-manage.el, smime.el, spam.el:
2694         Fix comment for declare-function.
2695
2696 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * nnimap.el (nnimap-request-rename-group): Select group read-only
2699         before renaming it.
2700
2701         * shr.el (shr-insert): Fix up the white space only regexp.
2702
2703         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2704         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2705
2706         * shr.el (shr-current-column): New function.
2707         (shr-find-fill-point): New function.
2708
2709 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2710
2711         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2712         numbers.
2713
2714 2010-10-11  Julien Danjou  <julien@danjou.info>
2715
2716         * shr.el (shr-hr-line): Add.
2717         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2718         display hr lines.
2719         (shr-max-columns): Do not change state to nil if we just inserting
2720         spaces.
2721
2722 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2725         select the last group.
2726
2727 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2730
2731 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2732
2733         * dig.el (dig-mode-map): Declare and define in one step.
2734
2735 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2738         for Gnus.
2739         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2740         (nnimap-update-qresync-info): Mark \Seen articles as read.
2741
2742         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2743         non-variable, too.
2744
2745         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2746         available.
2747         (nnimap-update-info): Rely more on the current active than the param
2748         active to avoid marking articles as read too much.
2749
2750         * auth-source.el (auth-source-create): Use (user-login-name) for the
2751         user name default.
2752
2753         * nnimap.el (nnimap-update-info): If the server doesn't return any
2754         useful info, just use the previous info.
2755         (nnimap-update-info): Prefer old info over start-article.
2756         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2757
2758 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * nnir.el (autoload): Clean up autoloads.
2761         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2762         Use key rather than value.
2763         (nnir-imap-search-other): New variable.
2764         (nnir-read-parm): Use it.
2765         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2766         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2767
2768 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2771         the process, too.
2772
2773 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * spam.el (gnus-summary-mode-map): Bind to "$".
2776         Suggested by Russ Allbery.
2777
2778         * shr.el: Rework the way things are indented by <li> slightly.
2779
2780         * gnus.el (gnus-group-set-parameter): Fix typo.
2781
2782         * nnimap.el: Start implementing QRESYNC support.
2783
2784 2010-10-09  Julien Danjou  <julien@danjou.info>
2785
2786         * nnir.el (nnir-engines): Fix too many arguments.
2787
2788 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2791         group is the "last", so that the backends like nnfolder actually save
2792         their folders.
2793
2794         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2795         try to use that for the tls stream.
2796         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2797         UIDVALIDITY and find out which groups are read-only and not.
2798         (nnimap-get-flags): Use the same marks parsing code as the rest of
2799         nnimap.
2800
2801 2010-10-09  Julien Danjou  <julien@danjou.info>
2802
2803         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2804
2805         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2806         retrieving gravatars.
2807
2808         * shr.el (shr-table-corner): Add.
2809         (shr-table-line): Add.
2810         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2811
2812 2010-10-08  Julien Danjou  <julien@danjou.info>
2813
2814         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2815
2816 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2819
2820         * gnus-sum.el (gnus-mark-article-as-unread)
2821         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2822         (gnus-summary-set-bookmark): Use it.
2823
2824         * gnus-msg.el (gnus-setup-message): Use it.
2825
2826         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2827
2828         * gnus.el (gnus-group-remove-parameter): Use it.
2829
2830         * gnus-group.el (gnus-group-make-web-group): Use it.
2831
2832         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2833
2834         * nnregistry.el: Update docs to mention manual.
2835
2836         * gnus-registry.el: Update docs to mention nnregistry.el.
2837         (gnus-registry-initialize): Don't install nnregistry refer method
2838         automatically.
2839         (gnus-registry-install-nnregistry): Remove it.
2840
2841 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * shr.el (shr-insert): Don't insert double spaces.
2844
2845 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-gravatar.el (gnus-treat-from-gravatar)
2848         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2849         called interactively.
2850
2851         * gnus-art.el (gnus-mime-view-part-externally)
2852         (gnus-mime-view-part-internally): Make predicate function passed to
2853         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2854         of a mime type.
2855
2856         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2857
2858 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * shr.el (require): Require cl when compiling.
2861         (shr-tag-hr): New function.
2862
2863         * nnimap.el (nnimap-update-info): Remove double setting of high.
2864         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2865         This makes nnimap work properly on Courier again.
2866
2867         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2868         the variable for backwards compatability.
2869
2870         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2871         the file name before using to avoid setting mm-default-directory to
2872         nil.
2873
2874         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2875         bidning gnus-agent variables.
2876
2877         * shr.el (shr-render-td): Use a cache for the table rendering function
2878         to avoid getting an exponential rendering behaviour in nested tables.
2879         (shr-insert): Rework the line-breaking algorithm.
2880         (shr-insert): Don't leave trailing spaces.
2881         (shr-insert-table): Also insert empty TDs.
2882         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2883
2884 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2885
2886         * gnus-sum.el (gnus-number): Rename from `number'.
2887         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2888         (gnus-summary-limit-children): Update uses correspondingly.
2889
2890 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2893         (gnus-gravatar-transform-address): Don't show avatars of people of
2894         which mail addresses match gnus-gravatar-too-ugly.
2895
2896 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * shr.el (shr-table-widths): Expand TD elements to fill available
2899         space.
2900
2901 2010-10-07  Julien Danjou  <julien@danjou.info>
2902
2903         * nnimap.el (nnimap-request-rename-group): Add this method.
2904
2905 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2908         name from XEmacs' function-arglist.
2909
2910         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2911         gravatar under XEmacs.
2912
2913 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * auth-source.el: Update docs with TODO items.
2916
2917         * gnus-sync.el: Update docs to explain state and plans.
2918
2919         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2920         Hooks for mark updates.
2921         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2922
2923         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2924         hooks with arguments, which is needed for mark update hooks.
2925
2926 2010-10-06  Julien Danjou  <julien@danjou.info>
2927
2928         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2929         was matched.
2930
2931         * sieve-manage.el: Update example in `Commentary'.
2932
2933         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2934
2935         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2936         not 2000.
2937         (sieve-manage-authenticate): Re-add function.
2938
2939 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * shr.el (shr-insert): Get 'space transition right.
2942         (shr-render-td): Only delete space at the end of the TD.
2943
2944         * nnimap.el (nnimap-open-connection): Prepare to support
2945         open-gnutls-stream.
2946
2947         * shr.el: Rearrange function order to be more logical.
2948
2949 2010-10-06  Julien Danjou  <julien@danjou.info>
2950
2951         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2952         (nnrss-discover-feed): Remove 404 URL in docstring.
2953
2954         * nnir.el: Fix Swish-E URL.
2955         Fix Namazu URL.
2956
2957         * message.el (message-change-subject): Remove 404 URL in a comment.
2958
2959 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2962         called interactively.
2963
2964         * gnus-util.el (gnus-remove-if): Allow hash table.
2965         (gnus-remove-if-not): New function.
2966
2967         * gnus-art.el (gnus-mime-view-part-as-type)
2968         * gnus-score.el (gnus-summary-score-effect)
2969         * gnus-sum.el (gnus-read-move-group-name):
2970         Replace remove-if-not with gnus-remove-if-not.
2971
2972         * gnus-group.el (gnus-group-completing-read):
2973         Regard collection as a hash table if it is not a list.
2974
2975 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2978
2979         * shr.el: Document the table-rendering algorithm.
2980
2981 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2984         for Emacsen having no `libxml-parse-html-region' support.
2985
2986 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2989         invalid URLs.
2990
2991         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2992         line-broken.
2993         (shr-tag-img): Ignore image fetching errors.
2994         (shr-overlays-in-region): Compute overlay positions correctly.
2995
2996         * mm-decode.el (mm-shr): Require shr.
2997
2998         * gnus-art.el (gnus-blocked-images): Move variable here.
2999
3000         * shr.el (shr-insert-table): Bind free variable.
3001
3002         * mm-decode.el (mm-shr): Bind shr-content-function.
3003
3004         * shr.el (shr-content-function): New variable.
3005
3006         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3007         added for symmetry.
3008
3009         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3010
3011         * gnus-group.el (gnus-group-make-group): Doc fix.
3012
3013         * nnimap.el (nnimap-request-newgroups): Return success.
3014
3015         * shr.el (shr-find-elements): New function.
3016         (shr-tag-table): Put all the images after the table.
3017         (shr-tag-table): Really inhibit images inside the table.
3018         (shr-collect-overlays): Copy over overlays from the TD elements to the
3019         main document.
3020
3021         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3022         gnus-blocked-images.
3023
3024 2010-10-05  Julien Danjou  <julien@danjou.info>
3025
3026         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3027
3028         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3029         (gnus-html-maximum-image-size): Add this function.
3030         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3031
3032         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3033         server-value of the capability is nil.
3034
3035 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * shr.el (shr-tag-em): Add <EM> tag.
3038
3039 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3040
3041         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3042         customizable.
3043
3044         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3045         handing broken links to browse-url.
3046
3047 2010-10-05  Julien Danjou  <julien@danjou.info>
3048
3049         * gnus-util.el (gnus-emacs-completing-read)
3050         (gnus-iswitchb-completing-read): Use autoload rather than require.
3051
3052 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3055         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3056         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3057         iswitchb-temp-buflist for XEmacs.
3058
3059         * gnus-util.el (gnus-completing-read-function): Exclude
3060         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3061         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3062         XEmacs.
3063
3064         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3065         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3066
3067         * gnus-html.el: Don't require help-fns under XEmacs.
3068         (gnus-html-schedule-image-fetching): Work for XEmacs.
3069
3070         * mm-decode.el (mm-shr): Decode contents by charset.
3071
3072 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3075         unknown.
3076
3077         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3078         (shr-get-image-data): Ensure against the cache file missing.
3079
3080         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3081         for data.
3082
3083         * spam-report.el (spam-report-url-ping-plain): Don't query about
3084         killing the process.
3085
3086         * shr.el (shr-render-td): Protect against too-wide text.
3087
3088 2010-10-04  Julien Danjou  <julien@danjou.info>
3089
3090         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3091         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3092
3093         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3094         retrieved.
3095
3096 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * shr.el (browse-url): Require.
3099         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3100         lines.
3101         (shr-show-alt-text, shr-browse-image): New commands.
3102         (shr-browse-url, shr-copy-url): New commands.
3103
3104         * gnus-sum.el (gnus-widen-article-window): New variable.
3105         (gnus-summary-select-article-buffer): Use it.
3106
3107         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3108         without @ signs.
3109
3110 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3111
3112         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3113
3114 2010-10-04  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3117         for XEmacs.
3118
3119 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3122
3123         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3124         (nnimap-close-server): Implement.
3125
3126         * dgnushack.el (iswitchb): Require to shut up the compiler.
3127
3128         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3129         (shr-insert): Tweak line breaking.
3130         (shr-insert): Handle <pre> better.
3131         (shr-tag-li): Get <li> indentation right.
3132         (shr-tag-li): Get <li> indentation even righter.
3133         (shr-tag-blockquote): Ensure paragraph start.
3134         (shr-make-table): Tweak table generation.
3135         (shr-make-table): Fix typo.
3136
3137         * shr.el: Implement table rendering.
3138
3139 2010-10-04  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3142
3143 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * shr.el (shr-insert): Use string anchors instead of line anchors.
3146
3147 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * shr.el: Add headings.
3150         (shr-ensure-paragraph): Actually work.
3151         (shr-tag-li): Make <ul> prettier.
3152         (shr-insert): Get white space at the beginning/end of elements right.
3153         (shr-tag-p): Collapse subsequent <p>s.
3154         (shr-ensure-paragraph): Don't insert double line feeds after blank
3155         lines.
3156         (shr-insert): \t is also space.
3157         (shr-tag-s): Fix "s" tag name function.
3158         (shr-tag-s): Fix face prop name.
3159
3160 2010-10-03  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3163
3164         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3165         gnus-window-inside-pixel-edges.
3166
3167         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3168         gnus-ems.
3169
3170         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3171
3172         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3173         function.
3174
3175         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3176         resize choice.
3177
3178 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3181         beginning of the buffer.
3182
3183         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3184         article buffer again.
3185
3186         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3187
3188         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3189         when it's at the start of the buffer.
3190
3191         * shr.el (shr-tag-blockquote): Convert name.
3192         (shr-rescale-image): Use the right image-size variant.
3193
3194         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3195         buffer isn't shown, then select the current article first instead of
3196         bugging out.
3197         (gnus-summary-select-article-buffer): Show both the article and summary
3198         buffers again.
3199
3200         * shr.el (shr-fontize-cont): Protect against regions with no text.
3201         Rename tag functions to shr-tag-* for enhanced security.
3202         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3203
3204 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3205
3206         * shr.el (shr-insert):
3207         * pop3.el (pop3-movemail):
3208         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3209         loaded.
3210
3211 2010-10-03  Glenn Morris  <rgm@gnu.org>
3212
3213         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3214
3215         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3216
3217         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3218
3219         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3220
3221         * gnus-util.el (gnus-make-local-hook): Simplify.
3222
3223 2010-10-02  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3226         (gnus-ido-completing-read): New function.
3227         (gnus-emacs-completing-read): New function.
3228         (gnus-completing-read): Use gnus-completing-read-function.
3229         Add gnus-completing-read-function.
3230
3231 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * shr.el (shr-insert-document): Autoload.
3234         (shr-img): Be silent.
3235         (shr-insert): Add a newline after every picture before text.
3236         (shr-add-font): Use overlays for combining faces.
3237         (shr-insert): Pass upwards the text start point.
3238
3239         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3240         possible.
3241         (mm-shr): New function.
3242
3243 2010-10-02  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3246         should go backward.
3247
3248 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3249
3250         * shr.el (shr): Fix typo in provide call.
3251
3252 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * shr.el: New file.
3255
3256         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3257
3258         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3259         completing read.
3260
3261 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3264         we're being queried about.  Suggested by Dan Jacobson.
3265
3266         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3267         Suggested by Jason Eisner.
3268
3269         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3270         table, too.  Suggested by Stefan Wiens.
3271         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3272         the table unnecessary.  Suggested by Stefan Wiens.
3273
3274         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3275         longer needed, and probably doesn't work either, as pointed out by
3276         Stefan Wiens.
3277         (gnus-summary-exit): Remove call to the clearing function.
3278         (gnus-summary-exit-no-update): Ditto.
3279
3280         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3281         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3282         Reported by Stefan Monnier.
3283         (gnus-summary-save-in-rmail): Ditto.
3284
3285         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3286         article buffer, instead of both the article buffer and the summary
3287         buffer.  Sort of suggested by Dan Jacobson.
3288
3289         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3290
3291         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3292         Suggested by Dan Jacobson.
3293
3294         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3295         documentation clearer.
3296
3297         * message.el (message-shorten-references): Comment on the number "21".
3298         Suggested by Stefan Monnier.
3299
3300         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3301         Suggested by Dan Jacobson.
3302
3303         * gnus.el (gnus-large-newsgroup):
3304         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3305
3306         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3307         externalize attachments.  Bug reported by Steve Wen.
3308
3309         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3310         really message anything to the user.
3311
3312         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3313         directly.
3314
3315         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3316         messages in empty groups.
3317
3318 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3319
3320         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3321         non-UIDNEXT group.
3322
3323 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3326         not the value from the collection.
3327
3328         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3329         values.  This sometimes happens on some groups that have no info.
3330         (nnimap-request-newgroups): New function.
3331
3332 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3335         check into `gnus-registry-initialize'.
3336         (gnus-registry-initialize): Ditto.
3337         Fix and extend header docs.
3338
3339 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3342         regexp backtrace overflows.
3343
3344         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3345         for starttls that tls.el implements; i.e. openssl.
3346
3347         * tls.el (tls-starttls-switches): Give up on using starttls with
3348         gnutls-cli.
3349         (tls-program): Add --insecure to be consistent with the defaults from
3350         openssl s_client.  Now all three commands are insecure.
3351
3352 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * lpath.el: Bind completion-styles-alist for XEmacs.
3355
3356         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3357         (gravatar-create-image): New function that's an alias to
3358         gnus-xmas-create-image, gnus-create-image, or create-image.
3359         (gravatar-data->image): Use it.
3360
3361 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3364         install the nnregistry refer method.
3365         (gnus-registry-install-hooks): Use it.
3366         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3367         unfollowed groups.
3368
3369 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3370
3371         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3372         expanding threads.
3373
3374 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * nnir.el: Use the server names without suffixes (bug #7009).
3377
3378         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3379         unencrypted to STARTTLS, if possible.
3380
3381 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3382
3383         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3384         headers before superseding.
3385
3386 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * nnrss.el (nnrss-use-local): Add documentation.
3389
3390         * nnimap.el (nnimap-extend-tls-programs): New function.
3391         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3392         (nnimap-wait-for-connection): Accept the greeting from the stupid
3393         output from openssl s_client -starttls, too.
3394
3395         * tls.el (tls-starttls-switches): New variable.
3396         (tls-find-starttls-argument): Use it.
3397         (open-tls-stream): Ditto.
3398
3399         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3400         (netrc-machine): Ditto.
3401
3402         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3403         article number.
3404         (nnimap-split-fancy): New variable.
3405         (nnimap-split-incoming-mail): Use it.
3406
3407         * nntp.el (nntp-server-list-active-group): Document.
3408
3409         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3410         SELECT to get the message-id.
3411
3412         * mail-source.el (mail-sources): Remove webmail support.
3413         (defvar): Ditto.
3414         (mail-source-fetcher-alist): Ditto.
3415         (mail-source-fetch-webmail): Remove.
3416
3417         * webmail.el: Remove -- doesn't seem relevant any more.
3418
3419         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3420
3421         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3422         the \r.
3423
3424 2010-09-30  Julien Danjou  <julien@danjou.info>
3425
3426         * gnus-agent.el (gnus-agent-add-group): Fix call to
3427         gnus-completing-read.
3428
3429 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * nndoc.el (nndoc-retrieve-groups): New function.
3432
3433         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3434         `default', use nnmail-split-methods.
3435         (nnimap-request-article): Downcase the NILs so that they are nil.
3436
3437         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3438         symbol.
3439
3440         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3441         code, since if the user has requested network, that's what they ought
3442         to get.
3443         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3444         (nnimap-split-rule): Mark as obsolete.
3445
3446         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3447         New variable.
3448
3449         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3450         correct slot, too.
3451
3452 2010-09-29  Julien Danjou  <julien@danjou.info>
3453
3454         * gnus.el (gnus-local-domain): Declare variable obsolete.
3455
3456         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3457         Fix history computing.
3458         (gnus-ido-completing-read): Require ido.
3459
3460 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3463         build Gnus.
3464
3465         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3466         when interpreting the structures.
3467         (nnimap-request-accept-article): Add \r\n to the lines to make this
3468         work with Cyrus.
3469
3470         * nndraft.el (nndraft-request-expire-articles): Use the group name
3471         instead if "nndraft".  Fix found by Nils Ackermann.
3472
3473 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3474
3475         * nnregistry.el: Add.
3476
3477 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3478
3479         * nnmail.el (group, group-art-list, group-art):
3480         Remove unneeded directives.
3481
3482 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3485         (mm-mime-charset)
3486         * rfc2047.el (rfc2047-syntax-table)
3487         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3488
3489         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3490         rather than `insert-file-contents' and `eval-region'.
3491
3492         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3493         construction.
3494
3495         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3496
3497         * time-date.el: No need to require cl for Emacs 21.
3498
3499 2010-09-29  Julien Danjou  <julien@danjou.info>
3500
3501         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3502         replacement of `gnus-gravatar-relief' to mimic
3503         `gnus-faces-properties-alist'.
3504         Add :version property.
3505
3506 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * mail-source.el (mail-source-report-new-mail)
3509         * message.el (message-default-mail-headers)
3510         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3511
3512         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3513
3514 2010-09-28  Julien Danjou  <julien@danjou.info>
3515
3516         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3517         mail-address contains the same string as real-name.
3518
3519         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3520         non-blank in header, otherwise it'll get stripped.
3521
3522         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3523         real-name, and then for mail address rather than doing : or , search.
3524
3525 2010-09-27  Julien Danjou  <julien@danjou.info>
3526
3527         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3528         right completing-read function.
3529         (gnus-use-ido): New variable
3530         (gnus-completing-read-with-default): Remove.
3531         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3532         (gnus-agent-add-group):
3533         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3534         * mm-view.el (mm-view-pkcs7-decrypt):
3535         * mm-util.el (mm-codepage-setup):
3536         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3537         * mml-smime.el (mml-smime-openssl-sign-query):
3538         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3539         (mml-insert-multipart):
3540         * gnus-msg.el (gnus-summary-yank-message):
3541         * gnus-int.el (gnus-start-news-server):
3542         * mm-decode.el (mm-interactively-view-part):
3543         * gnus-dired.el (gnus-dired-attach):
3544         * gnus.el (gnus-read-method):
3545         * gnus-bookmark.el (gnus-bookmark-jump):
3546         * gnus-art.el (gnus-mime-view-part-as-type)
3547         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3548         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3549         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3550         * nnmairix.el (nnmairix-create-server-and-default-group)
3551         (nnmairix-update-groups, nnmairix-get-server)
3552         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3553         (nnmairix-get-group-from-file-path):
3554         * nnrss.el (nnrss-find-rss-via-syndic8):
3555         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3556         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3557         (gnus-group-browse-foreign-server):
3558         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3559         (gnus-summary-execute-command, gnus-summary-respool-article)
3560         (gnus-read-move-group-name):
3561         * gnus-score.el (gnus-summary-increase-score)
3562         (gnus-summary-score-effect):
3563         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3564
3565 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3568         x-focus-frame.
3569
3570         * nnimap.el (auth-source-forget-user-or-password)
3571         (auth-source-user-or-password): Autoload.
3572
3573         * message.el (message-from-style, message-interactive)
3574         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3575         (message-yank-prefix, message-indentation-spaces, message-signature)
3576         (message-signature-file): Add comment.
3577
3578 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3581         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3582         new articles.
3583
3584         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3585         parts.
3586         (nnimap-request-article): Work with the t setting, too.
3587
3588         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3589         that you don't get flashes of other buffers.
3590         (gnus-summary-show-complete-article): Intern before setting.
3591
3592 2010-09-27  David Engster  <dengste@eml.cc>
3593
3594         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3595         well as HEADERS.
3596         (nnmairix-retrieve-headers): Provide new argument for the above.
3597
3598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-sum.el (gnus-summary-move-article): Don't alter
3601         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3602         group.
3603
3604         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3605
3606         * message.el (message-cite-prefix-regexp): Revert my last edit.
3607
3608         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3609         variable instead of the Gnus variable.
3610
3611         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3612
3613         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3614
3615         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3616         since some servers don't like it.
3617         (nnimap-open-connection): Forget credentials if the server says the
3618         password was wrong.
3619         (nnimap-parse-line): Protect against invalid data.
3620
3621         * gnus-sum.el (gnus-summary-move-article): Add comment.
3622         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3623         nothing alters it while scanning for new messages.
3624
3625         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3626         which may or may not help.
3627         (nnimap-open-connection): If we're doing a stream connection, and then
3628         discover we're on a STARTTLS-capable server, then open a STARTTLS
3629         connection instead.
3630
3631 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * nnimap.el (utf7): Require.
3634
3635         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3636         prefix.
3637
3638 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3639
3640         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3641
3642 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * nnimap.el (nnimap-request-accept-article): Message the error on
3645         error.
3646
3647 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3650
3651 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * nndoc.el (nndoc-request-list): Return success always.
3654
3655         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3656         `fetch-old' -- we only want to fetch the articles we've requested.
3657         The rest are in the agent, probably.
3658         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3659         disappeared server" to something low.  It's not important.
3660
3661         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3662         arrived before the FETCH data.
3663
3664         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3665         target here, because we don't know the Gnus name of the group.
3666
3667         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3668         for the correct group.
3669
3670         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3671
3672         * gnus.el (gnus): Give a final warning after startup.
3673
3674         * gnus-util.el (gnus-action-message-log): New variable.
3675         (gnus-message): Use it.
3676         (gnus-final-warning): New function.
3677
3678         * nnimap.el (nnimap-open-connection): Record the greeting.
3679         (nnimap): Add greeting.
3680
3681 2010-09-26  Julien Danjou  <julien@danjou.info>
3682
3683         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3684         arguments.
3685         (gnus-html-wash-images): Fix spec computing to include start/end.
3686
3687         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3688
3689 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3692         deletion.
3693         (nnimap-retrieve-headers): Don't select the group, because that's
3694         already done by nnimap-possibly-change-group.
3695
3696         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3697         (gnus-picon-transform-address): Use it.
3698
3699         * mail-source.el (mail-source-value): Revert previous patch.
3700
3701         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3702         on failure.
3703         (nnimap-open-connection): Look up both virtual and physical server name
3704         credentials.
3705
3706         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3707
3708 2009-02-07  Dave Love  <fx@gnu.org>
3709
3710         * tls.el (open-tls-stream): Don't query killing process.
3711
3712 2009-02-08  Dave Love  <fx@gnu.org>
3713
3714         * gnus-win.el (gnus-window-to-buffer-helper)
3715         (gnus-all-windows-visible-p): Function needn't be a symbol.
3716
3717         * mail-source.el (mail-source-value): Function needn't be a symbol.
3718
3719 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * message.el (message-cite-prefix-regexp): Remove } from the cite
3722         prefix.
3723
3724         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3725         highlight again, so that the highlight is correct.
3726
3727         * gnus-picon.el (gnus-picon): Remove again.
3728         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3729
3730         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3731         doing the header highlightling, so that the background colour of the
3732         picon is correct.
3733
3734         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3735         (gnus-picon): Ditto.
3736         (gnus-picon): Reinstate.  The background colour for picons is white.
3737         (gnus-picon-insert-glyph): Make the background white.
3738
3739         * nnml.el (nnml-open-nov): Don't return dead buffers.
3740
3741         * auth-source.el (auth-source-create): Query the user for whether to
3742         store the credentials.
3743
3744         * netrc.el (netrc-store-data): New function.
3745
3746         * auth-source.el (auth-source-user-or-password): Use the existing auth
3747         sources, if any, for creation.
3748
3749         * gnus.el (gnus-group-fast-parameter): Return the last matching
3750         parameter instead of the first matching parameter.
3751
3752 2010-09-26  Julien Danjou  <julien@danjou.info>
3753
3754         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3755
3756 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * mml2015.el (mml2015-use): Remove gpg support.
3759
3760         * mml1991.el (mml1991-function-alist): Remove gpg function.
3761         (mml1991-gpg-sign): Remove.
3762
3763 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3764
3765         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3766         (gnus-browse-unsubscribe-current-group): Document it.
3767         (gnus-browse-unsubscribe-group): Use it.
3768
3769 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3772         address to the To list for easier response.
3773
3774         * gnus.el (gnus-play-startup-jingle): Remove.
3775         (gnus-splash): Don't play jingle.
3776         (gnus): Silence gnus-load message.
3777
3778         * gnus-art.el (gnus-treat-play-sounds): Remove.
3779
3780         * gnus.el (gnus-play-jingle): Remove audio support.
3781
3782         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3783
3784         * earcon.el: Remove -- no users.
3785
3786         * gnus-audio.el: Remove -- no users of this package.
3787
3788         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3789
3790         * gnus-start.el (gnus-setup-news): Remove nocem support.
3791
3792         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3793
3794         * gnus.el (gnus-use-nocem): Remove.
3795
3796         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3797         Remove.
3798
3799         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3800         uses NoCeM any more.
3801
3802         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3803         (gnus-button-ctan-handler): Ditto.
3804         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3805         (gnus-button-ctan-directory-regexp): Ditto.
3806         (gnus-button-handle-ctan): Ditto.
3807         (gnus-button-tex-level): Ditto.
3808         (gnus-button-alist): Remove CTAN stuff.
3809
3810 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3813         nnimap-streaming test.
3814
3815         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3816         servers twice.
3817
3818         * nnimap.el (nnimap-open-connection): Add more error reporting when
3819         nnimap fails early.
3820
3821         * nnheader.el (nnheader-get-report-string): New function.
3822         (nnheader-get-report): Use it.
3823
3824         * gnus-int.el (gnus-check-server): Say what the error was when opening
3825         failed.
3826
3827         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3828         using streaming.
3829
3830 2010-09-25  Julien Danjou  <julien@danjou.info>
3831
3832         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3833         gnus-window-inside-pixel-edges.
3834
3835 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3838
3839         * mm-decode.el (mm-save-part): Allow saving to other directories the
3840         normal Emacs way.
3841
3842         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3843         Suggested by Jay Berkenbilt.
3844
3845         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3846         there isn't a single byte.
3847
3848         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3849         just do it.  It doesn't really seem to matter what the user responds
3850         here, I think, so it's just a confusing question.
3851
3852         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3853         non-streaming case.
3854
3855         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3856         (gnus-article-encrypt-body): Use it.
3857
3858         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3859         keystroke.
3860
3861         * nnimap.el (nnimap-find-wanted-parts-1):
3862         Use gnus-fetch-partial-articles.
3863
3864         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3865
3866         * nnimap.el (nnimap-insert-partial-structure): New function.
3867         (nnimap-get-partial-article): New function.
3868         (nnimap-request-article): Use it.
3869         (nnimap-wait-for-response): Return whether the wait was successful.
3870         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3871         retrieval wasn't successful.
3872         (nnimap-retrieve-group-data-early): Allow throttling servers.
3873         (nnimap-streaming): New variable.
3874         (nnimap-fetch-partial-articles): Remove.
3875
3876         * mm-decode.el (mm-with-part): Protect against killed buffers.
3877
3878         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3879         for prettier summary display.
3880
3881 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3882
3883         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3884
3885 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3888         apparently third-party libraries depend on it.
3889
3890         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3891         before starting negotiation.
3892
3893         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3894         privacy reasons.
3895         (gnus-treat-mail-gravatar): Ditto.
3896
3897         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3898         buffer when inserting images.  Inserting text into the headers, for
3899         instance, can make them invalid.
3900
3901 2010-09-25  Julien Danjou  <julien@danjou.info>
3902
3903         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3904         variables.
3905
3906         * nnheader.el: Remove useless variables news-reply-yank-from and
3907         news-reply-yank-message-id.
3908
3909         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3910         variables.
3911
3912         * mml1991.el: Remove useless mml1991-verbose.
3913
3914         * gnus.el: Remove useless variable gnus-use-generic-from.
3915         Remove obsolete variable gnus-topic-indentation.
3916
3917         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3918
3919         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3920
3921         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3922
3923         * gnus-group.el: Remove useless gnus-group-icon-cache.
3924         Remove useless gnus-ephemeral-group-server.
3925
3926         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3927
3928         * mml2015.el: Remove useless mml2015-verbose.
3929
3930         * mml-smime.el: Remove useless mml-smime-verbose.
3931
3932         * gnus.el: Remove useless gnus-local-domain.
3933
3934         * gnus-gravatar.el (gnus-gravatar-transform-address):
3935         Use gnus-gravatar-size.
3936
3937         * gnus-art.el: Remove useless gnus-treat-translate.
3938
3939 2010-09-24  Julien Danjou  <julien@danjou.info>
3940
3941         * gnus-sum.el: Add support for Gravatars.
3942
3943         * gnus-art.el: Add support for Gravatars.
3944
3945         * gnus-gravatar.el: Add this file.
3946
3947         * gravatar.el: Add this file.
3948
3949 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3952
3953         * gnus-group.el (gnus-group-fetch-faq): Remove.
3954
3955         * gnus.el (gnus-group-faq-directory): Remove.
3956
3957         * gnus-group.el (gnus-group-fetch-charter): Remove.
3958
3959         * gnus.el (gnus-group-charter-alist): Remove.
3960
3961         * gnus-group.el (gnus-group-archive-directory): Remove.
3962         (gnus-group-recent-archive-directory): Ditto.
3963         (gnus-group-make-archive-group): Remove.
3964
3965         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3966
3967         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3968         use the same article number for all the cached articles.
3969
3970         * nnimap.el (nnimap-command): Register the last command time so
3971         that we can use it for idling NOOPs.
3972         (nnimap-open-connection): Start the keeplive timer.
3973         (nnimap-make-process-buffer): Store all the process buffers.
3974         (nnimap-keepalive): New function.
3975
3976         * starttls.el (starttls-open-stream): Add autoload cookie.
3977
3978 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3979
3980         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3981         handling.
3982
3983 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3986         its data structures.
3987
3988         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3989         instead of the cl.el copy-list.
3990         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3991         equalp.
3992
3993 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3996         and tool-bar-local-item-from-menu.
3997
3998         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3999         mode-line-highlight face for Emacs.
4000
4001         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4002         loading gnus-sum.elc; fix comment for canlock-verify.
4003         (gnus-article-jump-to-part): Use read-number.
4004         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4005         Remove Emacs pre-21 compatible code for help-echo.
4006         (gnus-article-next-page-1): No need to adjust the number of lines.
4007         (gnus-article-describe-bindings): Always use help-buffer.
4008
4009         * gnus-audio.el (gnus-audio-inline-sound)
4010         * gnus-cus.el (gnus-custom-mode)
4011         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4012
4013         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4014
4015         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4016         compatible code.
4017
4018 2010-09-24  Glenn Morris  <rgm@gnu.org>
4019
4020         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4021         visiting the fcc file in rmail-mode.
4022
4023         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4024
4025 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * nnir.el: Silence the byte compiler.
4028
4029         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4030         alias to browse-url-url-encode-chars if any.
4031         (gnus-html-encode-url): Use it.
4032
4033 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * gnus-start.el (gnus-use-backend-marks): New variable.
4036         (gnus-get-unread-articles-in-group): Use it.
4037
4038         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4039         makeover.
4040
4041 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4042
4043         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4044
4045 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4048         Remove.
4049         (gnus-setup-news-hook):
4050         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4051
4052         * gnus-int.el (gnus-request-update-info): Protect against backends not
4053         having the function.
4054
4055         * nnimap.el (nnimap-stream): Mention starttls.
4056         (nnimap-open-connection): Add starttls support.
4057
4058 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4059
4060         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4061
4062 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4065         BODYSTRUCTUREs.
4066         (nnimap-transform-headers): Unfold quoted {42} headers.
4067
4068         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4069         the info.
4070         (gnus-get-unread-articles): Only call updatep on backends that support
4071         it.
4072
4073         * nnweb.el (nnweb-request-update-info): NOOP.
4074
4075         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4076
4077         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4078         since it only deals with marks.
4079
4080         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4081         gnus-request-marks, and make a new gnus-request-update-info.
4082
4083         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4084         the active instead of the high number, which is usually too low.
4085
4086 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4089         * encrypt.el: Remove.
4090
4091 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4094         server in symbolic form.
4095
4096         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4097
4098 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4101         (nnimap-update-info): Fix up code slightly.
4102
4103         * gnus-int.el (gnus-open-server): Add tracing for performance
4104         debugging.
4105
4106         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4107         (gnus-group-insert-group-line): Pass the real group name so that it
4108         gets the right data.
4109
4110         * gnus-start.el (gnus-get-unread-articles): Don't have
4111         `gnus-get-unread-articles-in-group' update info, since that can be
4112         really slow and doesn't seem to be needed?
4113
4114 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4115
4116         * time-date.el (date-to-time): Try using parse-time-string first before
4117         using the slower timezone-make-date-arpa-standard.
4118
4119 2010-09-22  Julien Danjou  <julien@danjou.info>
4120
4121         * gnus-group.el (gnus-group-insert-group-line):
4122         Call gnus-group-highlight-line.
4123         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4124         default hook list.
4125         (gnus-group-update-eval-form): Add new function.
4126         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4127         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4128
4129 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4132         immediate, then expire all articles.
4133         (nnimap-update-info): Fix off-by-one errors.
4134         (nnimap-flags-to-marks): Would return no marks lists for group with no
4135         flags.  Instead return the other data.
4136
4137 2010-09-22  Julien Danjou  <julien@danjou.info>
4138
4139         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4140         Only return an icon.
4141         (gnus-group-insert-group-line): Compute icon to return.
4142
4143         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4144         (gnus-html-image-fetched): Only cache if
4145         gnus-html-image-automatic-caching is set.
4146         (gnus-html-image-fetched): Check for errors.
4147
4148 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4151         once per method on `g'.  This ensures that backends like nnfolder don't
4152         open all their folders.
4153
4154         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4155         (nnimap-request-list): Nix out group in the correct buffer.
4156         (nnimap-parse-flags): Implement by using `read' instead of
4157         hand-parsing.
4158         (nnimap-flags-to-marks): Pass on permanent-flags.
4159         (nnimap-make-process-buffer): Record the server name.
4160         (nnimap-parse-flags): Fix typo.
4161         (nnimap-request-scan): Run split on the server in general, not just a
4162         single group.
4163
4164         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4165         parameter, and propagate this downwards.
4166
4167         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4168         since EXAMINE changes it on the server.
4169
4170         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4171         this command might take a while.
4172
4173 2010-09-22  Julien Danjou  <julien@danjou.info>
4174
4175         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4176         harmful if you have 2 images side-by-side, they can't be properly
4177         update on text deletion.  Using text-property is safer here.
4178         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4179         data.
4180
4181 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * nnimap.el (nnimap-expunge-inbox): Remove.
4184         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4185         (nnimap-expunge): Flip default to t.
4186
4187         * gnus.el (gnus-method-to-server): Don't push things to the cache
4188         unless it's unique.
4189         (gnus-server-to-method): Ditto.
4190
4191 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4192
4193         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4194
4195 2010-09-22  Julien Danjou  <julien@danjou.info>
4196
4197         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4198         get the start of data.
4199         (gnus-html-encode-url): Add this function to encode special chars in
4200         URL.
4201         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4202         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4203
4204         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4205         default.
4206         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4207
4208         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4209         images alt-text.
4210         (gnus-html-put-image): Put alt-text as help-echo.
4211
4212 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4215         * mm-util.el (mm-decompress-buffer)
4216         * nnir.el (nnir-run-find-grep)
4217         * pop3.el (pop3-list): Use 3rd arg of split-string.
4218
4219         * time-date.el (format-seconds): Comment fix.
4220
4221         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4222         and byte-optimize-form-code-walker.
4223         (dgnushack-make-auto-load): Don't advise make-autoload.
4224
4225         * lpath.el: Remove Emacs 21 stuff.
4226
4227 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4230         outside the active range.  Suggested by Dan Christensen.
4231
4232         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4233         slightly later to avoid double-getting it.
4234
4235         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4236         previous patch.
4237
4238         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4239
4240 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4241
4242         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4243
4244 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-int.el (gnus-open-server): Give a better error message in the
4247         "go offline" case.
4248
4249         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4250         marks for nnimap, which is seldom the right thing to do.
4251
4252         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4253         (gnus-same-method-different-name): New function.
4254
4255         * nnimap.el (parse-time): Require.
4256
4257         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4258         method in the presence of many similar methods.
4259
4260         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4261
4262         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4263         nnml-inhibit-expiry.
4264
4265         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4266         find out whether methods are equal.
4267
4268         * nnimap.el (nnimap-find-expired-articles): New function.
4269         (nnimap-process-expiry-targets): New function.
4270         (nnimap-request-move-article): Request the article before looking at
4271         what the Message-ID is.  Fix found by Andrew Cohen.
4272         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4273
4274         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4275         for oldness in addition to being a predicate.
4276
4277         * nnimap.el (nnimap-request-group): When we have zero articles, return
4278         the right data to Gnus.
4279         (nnimap-request-expire-articles): Only delete articles immediately if
4280         the target is 'delete.
4281
4282         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4283         method, this would bug out.
4284
4285         * gnus-group.el (gnus-group-expunge-group): Rename from
4286         gnus-group-nnimap-expunge, and implemented as a normal interface
4287         function.
4288
4289         * gnus-int.el (gnus-request-expunge-group): New function.
4290
4291         * nnimap.el (nnimap-request-create-group): Implement.
4292         (nnimap-request-expunge-group): New function.
4293
4294 2010-09-21  Julien Danjou  <julien@danjou.info>
4295
4296         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4297         (gnus-html-cache-expired): Add new function.
4298         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4299         wethever we should display image for fetch it.
4300         Compute alt-text earlier to pass it to the fetching function too.
4301         (gnus-html-schedule-image-fetching): Change function argument to only
4302         get one image at a time, not a list.
4303         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4304         cache.
4305         (gnus-html-get-image-data): New function to retrieve image data from
4306         cache.
4307         (gnus-html-put-image): Change buffer argument to use image data rather
4308         than file, and place image above region rather than inserting a new
4309         one.  Do not take alt-text as argument, since it's useless now: we place
4310         the image above alt-text.
4311         (gnus-html-prune-cache): Remove.
4312         (gnus-html-show-images): Start to fetch image when we find one, do not
4313         push into a temporary list.
4314         (gnus-html-prefetch-images): Only fetch image if they have expired.
4315         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4316         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4317
4318 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4321
4322 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4325         spec inser "*" if the group isn't active instead of 0.
4326
4327         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4328         opening the server.
4329         (nnimap-request-delete-group): Implement group deletion.
4330         (nnimap-transform-headers): Return the size of the entire message in
4331         the Bytes header, not just the size of the first part.
4332         (nnimap-request-move-article): When moving an article from nnimap,
4333         request the article first so the accepting form has an article to
4334         accept.  Reported by Dan Christensen.
4335         (nnimap-command): Make sure that the error message doesn't error out.
4336
4337 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4338
4339         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4340         we haven't requested anything.
4341
4342 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4345         "".  Fix found by Andrew Cohen.
4346
4347         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4348         instead of -encode-string.
4349
4350 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4353
4354         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4355         by mm-subst-char-in-string.
4356
4357 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4360         waiting for the connection string.
4361
4362         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4363         arriving.
4364
4365         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4366         bogus characters.  This allows selecting certain Gmail groups.
4367
4368         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4369         (nnimap-fetch-partial-articles): New variable.
4370         (nnimap-open-connection): When looking for credentials, also use the
4371         nnimap-server-port.
4372         (nnimap-request-article): Return the group/article number, so that Gnus
4373         `^' works as expected.
4374         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4375
4376         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4377         comments.
4378         (gnus-methods-sloppily-equal): New function.
4379         (gnus): When using the development version of Gnus, load the gnus-load
4380         file.
4381
4382         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4383         `gnus-open-server' on each method before trying to scan them etc.
4384         This ensures that all the backend parameters are set correctly.
4385
4386         * nnimap.el (nnimap-authenticator): New variable.
4387         (nnimap-open-connection): Allow anonymous login.
4388         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4389         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4390
4391         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4392         patch, found by Knut Anders Hatlen.
4393
4394 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4395
4396         * gnus-agent.el (gnus-agent-batch-confirmation)
4397         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4398         to gnus-message.
4399         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4400         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4401         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4402         * gnus-int.el (gnus-open-server): Likewise.
4403         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4404         (gnus-score-check-syntax): Likewise.
4405         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4406         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4407         Likewise.
4408         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4409
4410 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4413         calling conventions so that prefetch doesn't bug out.
4414
4415 2010-09-19  Julien Danjou  <julien@danjou.info>
4416
4417         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4418         rather than `subst-char-in-region' in order to be able to replace ASCII
4419         char by UTF-8 ones.
4420
4421         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4422         than curl.
4423         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4424         the right URL and ALT text on images.
4425         (gnus-html-wash-tags): Fix tag case.
4426         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4427         (gnus-article-html): Add -o display_ins_del=2 option.
4428         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4429
4430 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4433         the extra mail headers, which sometimes seem to happen for unknown
4434         reasons.
4435
4436         * mail-parse.el (mail-header-encode-parameter): Define as
4437         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4438         (or most, perhaps?) mail readers don't understand the latter, but do
4439         understand the former.
4440
4441         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4442         to nil, so that no methods are automatically agentized.  I think this
4443         is probably what most users want.
4444
4445         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4446         from url-retrieve, for instance about invalid URLs.
4447
4448         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4449         groups that have no articles.
4450         (nnimap-request-article): Check that we really got an article when we
4451         requested one.
4452
4453         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4454         doesn't exist.
4455
4456         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4457         nntp buffer so the agent can save it.
4458         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4459         that CRLF doesn't get translated to \n.
4460         (nnimap-open-connection): Don't make 'shell commands only send \n.
4461
4462 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4463
4464         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4465         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4466         Update var name.
4467         (nnml-generate-nov-file): Use dolist.
4468         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4469         Use with-current-buffer.
4470
4471 2010-09-18  Julien Danjou  <julien@danjou.info>
4472
4473         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4474         parallel.
4475
4476 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4479         the range update right.
4480         (nnimap-request-group): Don't make `M-g' bug out on group with no
4481         marks.
4482         (nnoo): Require, so that other packages can require nnimap.
4483         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4484         command we're looking for.  This helps when the server sends more
4485         responses after we've gotten everything we expected.
4486         (nnimap): Add a `newlinep' field to keep track of end-of-line
4487         conventions.
4488         Don't send CRLF to things that don't want it.
4489         (nnimap-request-accept-article): Ditto.
4490
4491 2010-09-18  Julien Danjou  <julien@danjou.info>
4492
4493         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4494         than curl to retrieve images.
4495
4496 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4499         the marks.
4500         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4501         (nnimap-wait-for-connection): New function.
4502         (nnimap-open-connection): If we have PREAUTH, don't query for login
4503         credentials.
4504         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4505         when doing a partial update.
4506
4507 2010-09-18  Julien Danjou  <julien@danjou.info>
4508
4509         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4510         tags.
4511
4512 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-credentials): New function.
4515         (nnimap-open-connection): Use the new function to look for credentials
4516         also on the numeric equivalents of "imap" and "imaps".
4517
4518         * gnus-start.el (gnus-activate-group): Send the info to
4519         gnus-request-group.
4520
4521         * nnimap.el (nnimap-request-group): Have the "check" version of the
4522         function parse flags and update the info, so that a `M-g' get a total
4523         resync of all flags from the group.
4524
4525         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4526         to allow backends to alter the info on group selection.  Also alter all
4527         the backend -request-group functions to take the parameter.
4528
4529         * nnimap.el (nnimap-store-info): New function.
4530         (nnimap-update-info): Store the info for later usage.
4531         (nnimap-request-group): Use the stored info for the dont-check case, so
4532         that we don't retrieve all marks when we enter a group.
4533
4534         * nnimap.el: Use deffoo instead of defun for interface functions.
4535
4536         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4537         update the group info.  This makes the nndraft groups, for instance, go
4538         back to their old behaviour.
4539
4540         * gnus-sum.el (gnus-select-newsgroup): Indent.
4541
4542         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4543         in.
4544         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4545         nothing.
4546
4547         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4548         from methods that are denied.
4549
4550         * gnus-int.el (gnus-method-denied-p): New function.
4551
4552         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4553         store the password instead of netrc.
4554         (nnimap-open-connection): Don't error out when we can't make a
4555         connections.
4556
4557         * auth-source.el (auth-source-create): In the password prompt, say what
4558         we're querying for.  Also prompt for user name if that hasn't been
4559         given.
4560
4561         * nnimap.el (nnimap-with-process-buffer): Remove.
4562
4563 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4566         method when we're reading from the agent.
4567
4568         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4569
4570         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4571         that's probably most useful for users.
4572
4573         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4574         "failed" all the time.
4575
4576         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4577         ...)) with (with-current-buffer ... ).
4578
4579         * nntp.el (nntp-open-server): Return whether the open was successful or
4580         not.
4581
4582         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4583         select an unread unseen article first.
4584
4585         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4586         /etc/services, supply some sensible port defaults.
4587
4588         * dgnushack.el: Define netrc-credentials.
4589
4590 2010-09-17  Julien Danjou  <julien@danjou.info>
4591
4592         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4593
4594 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4595
4596         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4597         doesn't have any parameters.
4598
4599 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4602         only upcased checks.
4603
4604         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4605
4606         * nnimap.el (nnimap-open-shell-stream): New function.
4607         (nnimap-open-connection): Use it.
4608         (nnimap-transform-headers): Get the number of lines in each message.
4609         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4610         number of lines.
4611         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4612         problem.
4613
4614         * utf7.el (utf7-encode): Autoload.
4615
4616         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4617         to allow the mail splitting to not return a default group.  This is
4618         useful for nnimap, which will leave unmatched mail in the inbox.
4619
4620         * nnimap.el: Rewritten.
4621
4622         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4623         nnimap usage.
4624
4625         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4626         if the move is internal, so that nnimap can do fast internal moves.
4627
4628         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4629         data.
4630         (gnus-read-active-for-groups): Support finishing the early retrieval of
4631         data.
4632
4633         * gnus-range.el (gnus-range-nconcat): New function.
4634
4635         * gnus-int.el (gnus-finish-retrieve-group-infos)
4636         (gnus-retrieve-group-data-early): New functions.
4637
4638 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4639
4640         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4641         (nnrss-retrieve-groups):
4642         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4643         (pop3-quit): Use with-current-buffer.
4644
4645 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4648         instead of nnheader-accept-process-output.
4649
4650         * dgnushack.el (dgnushack-compile): Add comment.
4651
4652         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4653
4654         * gnus-html.el (gnus-html-schedule-image-fetching)
4655         (gnus-html-prefetch-images): Replace process-kill-without-query by
4656         gnus-set-process-query-on-exit-flag.
4657
4658 2010-09-16  Romain Francoise  <romain@orebokech.com>
4659
4660         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4661
4662 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4665         parameter to unintern is mandatory-ish in Emacs 24.
4666
4667         * gnus-html.el (gnus-html-schedule-image-fetching)
4668         (gnus-html-prefetch-images): Check for curl before using it.
4669
4670         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4671         depend on curl, which isn't essential.
4672
4673         * imap.el: Revert back to version
4674         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4675         seem problematic.
4676
4677 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4678
4679         * gnus-registry.el (gnus-registry-install-shortcuts):
4680         Explicitly pass `obarray' to `unintern' to avoid a warning.
4681
4682 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4685         change.
4686
4687         * nnrss.el (nnrss-request-list): Remove this function and related
4688         functions, including the moreover stuff.
4689
4690 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * nnrss.el (nnrss-retrieve-groups): New function.
4693
4694 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4695
4696         * .dir-locals.el: Add no-byte-compile cookie.
4697
4698 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * time-date.el (format-seconds): Comment fix.
4701
4702         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4703         for back end that doesn't support request-scan.
4704
4705 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4708         then do request scans from the backends.
4709
4710         * netrc.el (netrc-credentials): New conveniency function.
4711
4712         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4713         avoid running a hook per line, since this takes a lot of time,
4714         profiling shows.
4715         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4716         directly if gnus-visual-p is true.
4717
4718 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4721         groups; replace mapcar with dolist which is a bit faster; pass groups
4722         info to gnus-read-active-file-1.
4723         (gnus-read-active-file-1): Scan only specified groups if the new
4724         optional arg `infos' is given.
4725
4726 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4729
4730         * pop3.el (pop3-movemail): Remove.
4731         (pop3-streaming-movemail): Rename to pop3-movemail.
4732
4733         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4734         don't restrict end-tag searches to the end of the line.
4735
4736 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4739         articles of every unchecked group to t, which means unknown since the
4740         server has never been opened.
4741
4742 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-html.el (gnus-html-show-alt-text): New command.
4745         (gnus-html-browse-image): Ditto.
4746         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4747         to browse the image directly.
4748         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4749         better.
4750
4751         * gnus-async.el (gnus-async-article-callback):
4752         Call `gnus-html-prefetch-images' unconditionally.
4753
4754         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4755         before feeding URLs to curl.
4756
4757 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4760         internal images as deletable by `W D D'.
4761
4762         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4763         (gnus-async-article-callback): Fix typo.
4764
4765 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4768         current line to work around bugs in the output from w3m.
4769
4770         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4771         for groups that want that.
4772
4773         * nntp.el (nntp-wait-for-string): Supply a timeout for
4774         accept-process-output to ensure progress.
4775
4776         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4777         level to get unread articles from, then use that for foreign groups,
4778         too.
4779
4780         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4781         confuses the rest of the function.
4782
4783         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4784         for the methods that support -retrieve-groups, too.
4785
4786         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4787
4788 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4791         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4792
4793         * pop3.el: Require cl when compiling.
4794         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4795
4796 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4799         that aren't going to be activated.
4800         (gnus-get-unread-articles): Fix up the last commit.
4801
4802         * gnus-html.el (gnus-article-html): Allow calling without specifying
4803         the handle.  In that case, dissect the buffer first.
4804
4805         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4806
4807         * nnimap.el (nnimap-open-connection): Revert the change that would look
4808         into authinfo for imaps instead of imap.
4809
4810         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4811         say that you don't want to call gnus-request-group with don-check, but
4812         do check the reponse.  This is for virtual groups only.
4813         (gnus-get-unread-articles): Count the archive groups as secondary, so
4814         that they're activated the same way as before.
4815
4816         * imap.el (imap-message-map): Removed optional buffer parameter, since
4817         no callers use it.
4818         (imap-message-get): Ditto.
4819         (imap-message-put): Ditto.
4820         (imap-mailbox-map): Ditto.
4821         (imap-mailbox-put): Ditto.
4822         (imap-mailbox-get): Ditto.
4823         (imap-mailbox-get): Revert last change for this function.
4824
4825         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4826         case-insensitively.
4827         (nnimap-debug): Remove.
4828
4829         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4830         to use `imap-fetch' instead.  According to the comments, this should be
4831         safe, since all other IMAP clients use the 1:* syntax.
4832         (imap-enable-exchange-bug-workaround): Removed.
4833         (imap-debug): Removed -- doesn't seem very useful.
4834
4835         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4836         mail from a file, and the file doesn't exist.
4837
4838         * imap.el (imap-log): New convenience function used throughout instead
4839         of repeating the same code all over the place.
4840
4841         * pop3.el (pop3-streaming-movemail): Return t for success.
4842
4843         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4844         .authinfo if we're using ssl connection.
4845
4846         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4847         already have if we're in a main Gnus `g' run.
4848
4849         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4850
4851 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4854
4855         * nnmh.el (nnmh-request-list-1): Bind `file'.
4856
4857         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4858         alias to set-process-query-on-exit-flag or process-kill-without-query.
4859         (pop3-open-server): Use it.
4860
4861 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4864         box to the Incoming file.  Fixes mistake in previous checkin.
4865
4866         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4867         request loop (for debugging purposes) removed.
4868
4869         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4870         culprit is more visible.
4871         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4872         (nnml-add-incremental-nov): New functions to do "incremental" nov
4873         updates, where we just append to the end of the existing nov files
4874         without reading/writing them in full.
4875
4876         * mail-source.el (mail-source-delete-crash-box): Really only check the
4877         incoming files once in a while.
4878
4879         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4880
4881         * mail-source.el (mail-source-delete-crash-box): Only check the
4882         incoming files for deletion once per day to save a lot of file
4883         accesses.
4884
4885         * pop3.el (pop3-logon): Fix up unbound variable typo.
4886
4887         * mail-source.el (pop3-streaming-movemail): Autoload.
4888
4889         * pop3.el (pop3-streaming-movemail):
4890         Respect pop3-leave-mail-on-server.
4891
4892         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4893         retrieval.
4894
4895         * pop3.el (pop3-process-filter): Remove unused function.
4896         (pop3-streaming-movemail, pop3-send-streaming-command)
4897         (pop3-wait-for-messages, pop3-write-to-file)
4898         (pop3-number-of-responses): New functions for streaming pop3
4899         retrieval.
4900
4901         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4902         come from no known methods.
4903         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4904         list.
4905
4906         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4907         message sizes.
4908         (pop3-movemail): Use erase-buffer instead of looping and deleting
4909         regions, which seems rather odd.
4910
4911         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4912         file once per `g' run.
4913
4914         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4915         directories.  This makes the draft queue directory work.
4916
4917         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4918         data from the backends, so that we only request the list of groups from
4919         each method once.  This should speed things up considerably.
4920
4921         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4922         detect that it's not implemented.
4923
4924         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4925         we actually do recurse down into the tree, but don't stat all leaf
4926         nodes.
4927
4928         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4929         then say so instead of bugging out.
4930
4931         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4932         files exist before trying to read them.
4933
4934         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4935         around <pre_int>.
4936
4937         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4938
4939         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4940
4941 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * mm-util.el (mm-image-load-path): Just return the image directories,
4944         not all directories in the path in addition to the image directories.
4945         (mm-image-load-path): Maintain a cache of the image directories so that
4946         the `g' command in Gnus doesn't have to stat dozens of directories each
4947         time.
4948
4949         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4950         (gnus-html-wash-tags): Add a new `i' command to insert images.
4951         (gnus-html-insert-image): New command and keystroke.
4952         (gnus-html-redisplay-with-images): New command and keystroke.
4953         (gnus-html-show-images): Rename command.
4954         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4955         spacers.
4956         (gnus-html-wash-tags): Decode entities at the end, so that entities
4957         inside the tags don't mess up the rest of the "parsing".
4958
4959         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4960         so that nnimap methods aren't agentized by default.  There's apparently
4961         many problems related to agent/imap behaviour.
4962
4963         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4964
4965         * gnus-html.el: Doc fix.
4966
4967 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4970         specifier-spec-list for Emacs 21.
4971
4972         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4973         glyph-width and glyph-height instead of display-graphic-p and
4974         image-size; make avoidance of displaying small images work for XEmacs.
4975
4976         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4977         for XEmacs.
4978
4979         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4980         of symbol that holds plist data.
4981         (gnus-process-plist): Remove plist of process after getting it.
4982
4983 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * message.el (message-generate-hashcash): Change default to
4986         'opportunistic if hashcash is installed.
4987
4988         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4989         (gnus-html-put-image): Only call image-size once, since it's somewhat
4990         time-consuming on remote X servers.
4991
4992 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4995         type on data, not a file name.
4996
4997         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4998         window-pixel-edges for Emacs 21.
4999
5000         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5001         decoded contents.
5002         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5003
5004 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5007         group line format, since it isn't very interesting.
5008
5009         * gnus-agent.el (gnus-agent-short-article),
5010         (gnus-agent-long-article): Increase values for these two variables,
5011         since most people are likely to have more network connection and
5012         storage than before.
5013
5014         * gnus.el (gnus-refer-article-method): Change default to 'current.
5015         When referring an article, the common behaviour is to refer it from the
5016         current select method, not the native select method.  The chances of
5017         the native select method having the message in question is rather slim
5018         these days.
5019
5020         * gnus-sum.el (gnus-auto-select-subject): Change default to
5021         `unseen-or-unread'.  I think it's likely that most people want to
5022         select an unseen article over a previously seen, but unread one.
5023
5024         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5025         means that in the article buffer none of the minor mode elements will
5026         be shown, usually, and this is not desirable in most cases.
5027
5028         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5029         that commands like `d' (and the like) go to the next line in the
5030         buffer, instead of the next unread article.  I think this is the
5031         behaviour that is most natural for most users.
5032         (gnus-single-article-buffer): Change default to nil, so that people can
5033         have as many article buffers open as they have summary buffer.  I think
5034         this is the most natural way for the groups to behave.
5035
5036         * message.el (message-generate-new-buffers): Change default to
5037         `unsent', so that all new message buffers start their names with the
5038         string "*unsent", and it's easier to find the buffers if you move from
5039         them.
5040
5041 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5044         small.  They're probably tracking images.
5045         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5046         (gnus-html-rescale-image): Yet another try at getting the image sizing
5047         right.
5048
5049         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5050         nntp-marks-file-name is nil.
5051
5052 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * gnus-html.el (gnus-html-wash-tags)
5055         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5056         Better logging.
5057
5058 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5061
5062         * gnus-html.el (gnus-html-wash-tags): Check the value of
5063         gnus-blocked-images in the summary buffer.
5064
5065 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5066
5067         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5068
5069 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5072         like "a", it seems like.
5073         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5074         since it needs to be picked from the correct buffer.
5075
5076         * nnwfm.el: Remove.
5077
5078         * nnlistserv.el: Remove.
5079
5080 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5083         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5084
5085 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * nnkiboze.el: Remove.
5088
5089         * nndb.el: Remove.
5090
5091         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5092         alt text.
5093         (gnus-html-rescale-image): Try to get the rescaling logic right for
5094         images that are just wide and not tall.
5095
5096         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5097         overshadow variable bindings.
5098
5099 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5100
5101         * gnus-html.el (gnus-html-wash-tags)
5102         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5103         Add extra logging.
5104
5105 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5108         (gnus-max-image-proportion): New variable.
5109         (gnus-html-rescale-image): New function.
5110         (gnus-html-put-image): Rescale images.
5111
5112 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         Fix up some byte-compiler warnings.
5115         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5116         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5117         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5118         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5119         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5120         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5121         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5122
5123 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-html.el (gnus-article-html): Decode contents by charset.
5126
5127 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5130         (gnus-html-frame-width, gnus-blocked-images)
5131         * message.el (message-prune-recipient-rules): Add custom version.
5132         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5133
5134         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5135         functions.
5136
5137         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5138         gnus-process-get.
5139
5140 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5141
5142         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5143         instead of lsub directly.
5144
5145 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * nnwarchive.el: Remove.
5148
5149         * gnus-soup.el: Remove.
5150
5151         * nnsoup.el: Remove.
5152
5153         * nnultimate.el: Remove.
5154
5155         * gnus-html.el (gnus-blocked-images): New variable.
5156
5157         * message.el (message-prune-recipients): New function.
5158         (message-prune-recipient-rules): New variable.
5159
5160         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5161         guess whether a long line is natural text or not.
5162
5163         * gnus-html.el (gnus-html-schedule-image-fetching):
5164         Use gnus-process-plist and friends for compatibility.
5165
5166 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * gnus-html.el: Require packages that define macros used in this file.
5169         (gnus-article-mouse-face): Declare to silence byte-compiler.
5170         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5171         process-get.
5172         (gnus-html-put-image): Use plist-get to avoid getf.
5173         (gnus-html-prefetch-images): Use with-current-buffer.
5174
5175 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-ems.el: Provide compatibility functions for
5178         gnus-set-process-plist.
5179
5180         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5181         header-line-format for XEmacs 21.4.
5182
5183         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5184         * gnus.el (gnus-valid-select-methods)
5185         * message.el (message-send-mail-partially-limit)
5186         * mm-decode.el (mm-text-html-renderer)
5187         * mml.el (mml-insert-mime-headers-always)
5188         * smiley.el (smiley-regexp-alist): Bump custom version.
5189
5190 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-html.el: require mm-url.
5193         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5194         with the url to `url'.
5195         (gnus-html-wash-tags): Support cid: URLs/images.
5196
5197 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5200         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5201         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5202
5203         * gnus-move.el: Remove file, since it doesn't really work.
5204
5205         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5206         UTF-8.  This seems to fix problems with some German web feeds.
5207
5208         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5209         at the top so that the proper colours are applied.
5210
5211         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5212         don't have dots in their names.
5213
5214         * gnus-art.el (gnus-article-view-part): Doc fix.
5215
5216         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5217         XEmacs-compatible.
5218         (gnus-html-put-image): Don't do images on non-graphic displays.
5219
5220         * nnslashdot.el: Remove this unused backend.
5221
5222         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5223         actions.
5224         (gnus-undo-register-1): Revert last change.
5225
5226         * gnus-group.el (gnus-group-completing-read): Protect against not
5227         having completion-styles bound.
5228
5229         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5230         make broken recipients happier.
5231
5232         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5233
5234         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5235         point parameter.
5236
5237         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5238
5239         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5240         completion-styles for group selection.
5241
5242 2009-02-04  Andreas Schwab  <schwab@suse.de>
5243
5244         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5245         headers and regexp-quote the match if necessary.
5246
5247 2009-03-24  Miles Bader  <miles@gnu.org>
5248
5249         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5250         the blinking smiley.
5251
5252 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5253
5254         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5255         blink smiley.
5256
5257 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5260         where the dribbel file lives exists.
5261
5262         * message.el (message-send-mail-partially-limit): Change the default to
5263         nil, since most people don't want this.
5264
5265         * mm-url.el (mm-url-decode-entities): Also decode entities like
5266         &#x3212.
5267
5268 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5269
5270         * gnus-sum.el (gnus-summary-idna-message):
5271         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5272         Hyperlink urls in docstrings with URL `...'.
5273
5274 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5275
5276         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5277         functions.
5278
5279 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5282         say what the mouseover text should be.
5283
5284         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5285         version of the mm-w3m-safe-url-regexp variable to only download images
5286         in the groups where we want that to happen.
5287
5288         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5289
5290         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5291         easier debugging.
5292         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5293         big pictures in the article buffer.
5294
5295         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5296         gnus-article-html.
5297         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5298         w3m.
5299
5300         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5301
5302 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5305         which doesn't exist.
5306
5307         * message.el (message-inhibit-ecomplete): New variable to allow some
5308         function to inhibit ecomplete address storage.
5309         (message-resend): Disable ecomplete message storage when resending
5310         messages.
5311
5312         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5313
5314 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5317         Save excursion while copying, moving, and deleting articles in order to
5318         prevent the cursor from jumping to unforeseen place.
5319
5320 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * lpath.el: No need to bind bookmark-current-buffer,
5323         bookmark-yank-point and bookmark-make-record-function.
5324
5325 2010-08-17  Glenn Morris  <rgm@gnu.org>
5326
5327         * gnus-sync.el: Require gnus components whose functions are used.
5328
5329         * gnus-art.el (bookmark-make-record-function):
5330         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5331         Declare for compiler.
5332
5333         * mm-url.el (mml-compute-boundary): Autoload.
5334
5335 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5338
5339 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         Typo fix "hoo4a" -> "hook".
5342
5343         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5344
5345 2010-08-14  Glenn Morris  <rgm@gnu.org>
5346
5347         * gnus-sync.el (gnus-sync): Fix defgroup version.
5348
5349 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5350
5351         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5352
5353         * gnus-sync.el: Fix docs.
5354         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5355         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5356
5357 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5358
5359         Optimizations for gnus-sync.el.
5360
5361         * gnus-sync.el: Add docs about gnus-sync-backend
5362         possibilities.
5363         (gnus-sync-save): Remove unnecessary message.
5364         (gnus-sync-read): Optimize and show what groups were skipped.
5365
5366 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         Minor bug fixes for gnus-sync.el.
5369
5370         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5371         Don't read the sync on get-new-news.
5372
5373         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5374         quiet.
5375
5376         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5377         (fix typo).
5378
5379 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5380
5381         Make saving and restoring of hidden threads work with overlays.
5382         Patch applied by Ted Zlatanov.
5383
5384         * gnus-sum.el (gnus-hidden-threads-configuration)
5385         (gnus-restore-hidden-threads-configuration): Update to deal with text
5386         properties, rather than searching for a magic character.
5387
5388 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         New gnus-sync.el library for synchronization of marks.
5391
5392         * gnus-sync.el: New library for synchronization of marks.
5393
5394         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5395         renamed from `gnus-registry-grep-in-list'.
5396
5397         * gnus-registry.el (gnus-registry-follow-group-p):
5398         Use `gnus-grep-in-list'.
5399
5400         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5401
5402 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5405         determining charset of text fails.
5406
5407 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * nnmail.el (nnmail-get-new-mail-1): Revert.
5410
5411         * nnml.el (nnml-active-number): Make sure names of newly created groups
5412         in nnml-group-alist are encoded.
5413
5414 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5417         containing non-ASCII characters in active file for nnml back end.
5418
5419 2010-07-24  David Engster  <dengste@eml.cc>
5420
5421         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5422         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5423
5424 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5425
5426         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5427         tag (Bug#6654).
5428
5429 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5432         the article buffer, not the summary buffer.
5433
5434 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5437         Emacs 23 as well.
5438
5439 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5442         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5443
5444 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5445
5446         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5447         Patch applied by Karl Fogel.
5448
5449         * gnus-sum.el (gnus-summary-bookmark-make-record):
5450         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5451
5452 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5453
5454         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5455         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5456         C-w still not working correctly from Article buffers; Thierry's
5457         patch to fix that will be applied after this.
5458
5459         * gnus-art.el (bookmark-make-record-function): New local variable.
5460
5461         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5462         article buffer.
5463         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5464
5465 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5466
5467         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5468         on changes in bookmark.el.
5469
5470 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5473         `no-log' instead of message not to log prompt string.
5474
5475 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5476
5477         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5478         the *other* type of HTML form submission.
5479
5480 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5481
5482         * auth-source.el (auth-source-pick): If choice does not contain a
5483         questioned keyword, set the check to t.
5484
5485 2010-06-12  Romain Francoise  <romain@orebokech.com>
5486
5487         * gnus-util.el (gnus-date-get-time): Move up before first use.
5488
5489 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5492         (gnus-article-edit-part): Bind it to make last part that is substituted
5493         or deleted visible.
5494         (gnus-mime-display-single): Buttonize part of which id equals to
5495         gnus-mime-buttonized-part-id.
5496
5497 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5498
5499         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5500         (gnus-dd-mmm): Use gnus-date-get-time.
5501         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5502         simplify logic.
5503         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5504         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5505
5506 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5507
5508         * auth-source.el (top): Autoload `secrets-list-collections',
5509         `secrets-create-item', `secrets-delete-item'.
5510         (auth-sources): Fix tag string.
5511         (auth-get-source, auth-source-retrieve, auth-source-create)
5512         (auth-source-delete): New defuns.
5513         (auth-source-pick): Rewrite in order to avoid 2 passes.
5514         (auth-source-forget-user-or-password): New parameter USERNAME.
5515         (auth-source-user-or-password): New parameters CREATE-MISSING and
5516         DELETE-EXISTING.  Retrieve password interactively, if needed.
5517
5518 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5519
5520         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5521         deleting unused directories when gnus-expert-user is t.
5522
5523 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5526         for each temp file when gnus-article-browse-delete-temp is ask.
5527
5528 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5529
5530         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5531         Lisp calls to delete-backward-char by calls to delete-char.
5532
5533 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5534
5535         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5536
5537 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5538
5539         * password-cache.el (password-cache-remove): Fix docstring.
5540
5541 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5544         article unless decoding article to be saved.
5545
5546 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5549         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5550         generated within the mm-with-unibyte-current-buffer macro.
5551
5552 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5555         to nil when we're in a mml-preview buffer and no group is selected.
5556
5557 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5558
5559         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5560         when catching the `C-g'.  Reported by "Leo".
5561
5562 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * message.el (message-forward-make-body-plain)
5565         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5566         multibyte-string-p.
5567
5568         * lpath.el: Revert.
5569
5570 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * message.el (message-forward-make-body-mml): Assume original message
5573         is multibyte string; error on unibyte.
5574         (message-forward-make-body-plain): Ditto; don't add excessive newline
5575         in body end.
5576
5577         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5578
5579 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5580
5581         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5582         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5583
5584 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * mm-extern.el (mm-extern-url): Don't use
5587         mm-with-unibyte-current-buffer.
5588         (mm-extern-cache-contents): Use with-current-buffer instead of
5589         save-excursion + set-buffer.
5590
5591 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * mm-util.el (mm-emacs-mule): Remove.
5594
5595 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5596
5597         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5598         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5599         change.
5600
5601 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5604         bind the default value of enable-multibyte-characters to nil.
5605
5606 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * message.el (message-forward-make-body-plain)
5609         (message-forward-make-body-mml):
5610         Don't use mm-with-unibyte-current-buffer.
5611
5612 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5613
5614         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5615
5616 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5617
5618         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5619         (Bug#5592).
5620
5621 2010-05-07  Julien Danjou  <julien@danjou.info>
5622
5623         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5624         it to mm-pipe-part.
5625
5626         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5627         it is given.
5628
5629 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * binhex.el (binhex-decode-region-internal)
5632         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5633         (dns-query)
5634         * nnweb.el (nnweb-gmane-search)
5635         * pgg-parse.el (pgg-parse-armor)
5636         * pgg.el (pgg-verify-region)
5637         * sha1.el (sha1-string-external)
5638         * uudecode.el (uudecode-decode-region-internal)
5639         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5640         XEmacs.
5641
5642         * gnus-art.el (gnus-article-browse-html-parts)
5643         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5644         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5645         make-temp-file.
5646
5647         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5648         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5649         compiling.
5650
5651         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5652         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5653         XEmacs when compiling.
5654
5655         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5656         gnus-pick-mode-off-hook for XEmacs when compiling.
5657         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5658         gnus-binary-mode-off-hook for XEmacs when compiling.
5659
5660         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5661         Return nil if char-charset is not available.
5662
5663         * imap.el (imap-disable-multibyte)
5664         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5665         macros.
5666
5667         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5668         instead of encode-coding-string.
5669
5670         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5671         'xemacs) instead of mm-emacs-mule to switch function definitions.
5672         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5673
5674         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5675         bind temporary-file-directory for XEmacs;
5676         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5677         timer-set-function for XEmacs 21.4 and SXEmacs;
5678         bind timer-list for XEmacs 21.4 and SXEmacs;
5679         fbind char-charset and find-charset-region for non-Mule XEmacs;
5680         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5681         encode-coding-region and encode-coding-string for XEmacs having no
5682         file-coding feature.
5683
5684 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5685
5686         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5687
5688 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5691         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5692
5693 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5694
5695         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5696         alias `jka-compr-delete-temp-file' no longer exists.
5697
5698 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5699
5700         Use define-minor-mode in Gnus where applicable.
5701         * mml.el (mml-mode): Use define-minor-mode.
5702         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5703         (gnus-undo-mode): Use define-minor-mode.
5704         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5705         (gnus-dead-summary-mode): Use define-minor-mode.
5706         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5707         Initialize in declaration.
5708         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5709         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5710         (gnus-mailing-list-mode): Use define-minor-mode.
5711         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5712         (gnus-draft-mode): Use define-minor-mode.
5713         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5714         (gnus-dired-mode): Use define-minor-mode.
5715
5716 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5717
5718         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5719         handles on recursive mml-to-mime translation and check them for
5720         boundary delimiter collisions.  Reported by Greg Troxel.
5721
5722 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5725
5726 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5727
5728         * mm-util.el (mm-find-buffer-file-coding-system):
5729         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5730
5731 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5732
5733         * message.el (message-generate-headers): Record insertion of optional
5734         headers as well.  Otherwise the check to prevent repeated insertion of
5735         optional headers is a no-op.
5736
5737 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * smime.el: Don't mention CVS.
5740
5741         * nnrss.el (nnrss-fetch): Don't mention CVS.
5742
5743         * nnir.el: Don't mention CVS.
5744
5745 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * gnus-sum.el (gnus-summary-bookmark-make-record):
5748         Add `location' field.
5749
5750 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * lpath.el: Fbind bookmark-default-handler,
5753         bookmark-get-bookmark-record, bookmark-make-record-default,
5754         bookmark-prop-get for Emacs <23 and XEmacs.
5755
5756 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5759         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5760         Use with-current-buffer to silence the byte-compiler.
5761         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5762         bother to require `gnus'.
5763         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5764
5765 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5766
5767         * gnus-sum.el (gnus-summary-bookmark-make-record)
5768         (gnus-summary-bookmark-jump): New functions.
5769         (gnus-summary-mode): Setup bookmark support.
5770
5771 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5772
5773         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5774         if set.
5775
5776 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5779         gnus-article-browse-html-save-cid-image; make it work recursively for
5780         forwarded messages as well.
5781         (gnus-article-browse-html-parts): Work when prefix arg is given.
5782         (gnus-article-browse-html-article): Doc fix.
5783
5784 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5785
5786         * message.el (message-default-mail-headers):
5787         (message-default-headers): Carry the value mail-default-headers over
5788         into message-default-mail-headers, rather than message-default-headers.
5789
5790 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5791
5792         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5793         charset.
5794
5795         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5796         charset into the <meta> tag when the article is encoded to utf-8.
5797
5798 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-art.el (gnus-article-browse-delete-temp-files):
5801         Delete directories as well.
5802         (gnus-article-browse-html-parts): Work for images that do not specify
5803         file names; delete temp directory when quitting; insert header at the
5804         right place; use file: scheme for image files.
5805
5806 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5807
5808         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5809         (gnus-article-browse-html-parts): Use it to make temporary cid image
5810         files in addition to html file so that browser may display them.
5811
5812 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5815
5816 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5819
5820 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * auth-source.el (auth-sources): Change default to be simpler.
5823         Explain about Secret Service API sources.  Improve Customize options.
5824         (auth-source-pick): Change to accept any number of search parameters.
5825         Implement fallbacks iteratively, not recursively.  Add scoring on the
5826         second pass and sort by score.  Call Secret Service API when needed.
5827         (auth-source-user-or-password): Use it.  Call Secret Service API
5828         directly when needed to get the user name and the password.
5829
5830 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5831
5832         * message.el (message-interactive): Doc fix.
5833         (message-qmail-inject-args): Reflow.
5834         (message-kill-to-signature): Fix typo in docstring.
5835
5836         * smiley.el (smiley-buffer): Fix typo in docstring.
5837
5838 2010-03-24  Glenn Morris  <rgm@gnu.org>
5839
5840         * mail-source.el (gnus-message): Declare.
5841         (mail-source-delete-old-incoming): Require gnus-util.
5842
5843 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5846
5847         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5848
5849         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5850         password-cache's default if it is not bound.
5851         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5852         password-cache-expiry's default if it is not bound.
5853
5854         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5855         available in Emacs 21.
5856
5857         * lpath.el: Suppress compiler warnings for:
5858         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5859         XEmacs;
5860         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5861         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5862         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5863
5864 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5865
5866         * auth-source.el (auth-sources): Fix up definition so extra parameters
5867         are always inline.
5868
5869 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5870
5871         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5872         wasn't updated after mismatch.  Clear cached mailbox info correctly
5873         when uidvalidity changes.
5874         (nnimap-group-prefixed-name): New function to avoid some code
5875         duplication.
5876         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5877         (nnimap-request-group): Use it.
5878         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5879         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5880         with many imap folders.  This is done by caching the group status from
5881         the imap server persistently in a group parameter `imap-status'.  (This
5882         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5883         but not persistently, so every Gnus startup was still very slow.)
5884
5885 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5888         delete the extra newline.  Otherwise editing of :string and :number
5889         types don't work.
5890
5891 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5894         secrets.el dependency.
5895         (auth-sources): Add optional user name.  Add secrets.el configuration
5896         choice (unused right now).
5897
5898 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * gnus-sum.el (gnus-summary-make-menu-bar):
5901         Let `gnus-registry-install-shortcuts' fill in the functions.
5902
5903         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5904         warnings.
5905         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5906         (gnus-registry-install-shortcuts): Populate and use it in a
5907         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5908
5909 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5910
5911         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5912         In-place substitutions for the group name encoding/decoding.
5913         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5914         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5915         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5916         (nnimap-update-unseen, nnimap-request-list)
5917         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5918         (nnimap-request-set-mark, nnimap-split-to-groups)
5919         (nnimap-split-articles, nnimap-request-newgroups)
5920         (nnimap-request-create-group, nnimap-request-accept-article)
5921         (nnimap-request-delete-group, nnimap-request-rename-group)
5922         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5923         `encoded-mbx' for consistency.
5924         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5925         variable `imap-current-mailbox'.
5926
5927         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5928         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5929
5930 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5931
5932         * pop3.el (pop3-display-message-size-flag): Display message size byte
5933         counts during POP3 download.
5934         (pop3-movemail): Use it.
5935         (pop3-list): Implement listing of available messages.
5936
5937 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5938
5939         * nnir.el (nnir-get-article-nov-override-function): New function to
5940         override the normal NOV retrieval.
5941         (nnir-retrieve-headers): Use it.
5942
5943 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5944
5945         * auth-source.el (netrc-machine-user-or-password): Autoload.
5946
5947 2010-03-19  Glenn Morris  <rgm@gnu.org>
5948
5949         Stop message.el from loading about 40 libraries it doesn't always need.
5950         The general approach is to autoload rather than require, and to
5951         require in the specific functions rather than the file.  (Bug#5642)
5952
5953         * gmm-utils.el: Don't require wid-edit.
5954         (widget-create-child-value, widget-convert, widget-default-get):
5955         Autoload.
5956
5957         * gnus-util.el: Don't require time-date, netrc.
5958         (message-fetch-field, gnus-group-name-decode): Declare rather than
5959         autoloading.
5960         (gnus-fetch-field): Require message.
5961         (gnus-decode-newsgroups): Require gnus-group.
5962
5963         * ietf-drums.el: Don't require time-date.
5964
5965         * message.el: Don't require hashcash, canlock, ecomplete.
5966         Do require mail-utils.  Require nnheader only when compiling.
5967         (smtpmail-default-smtp-server): Remove declaration.
5968         (message-send-mail-function): Check smtpmail-default-smtp-server
5969         is bound rather than requiring smtpmail.
5970         (message-auto-save-directory, message-insert-signature):
5971         Use expand-file-name rather than nnheader-concat.
5972         (nnheader-insert-file-contents): Autoload.
5973         (hashcash-wait-async): Declare.
5974         (message-send-mail): Only call gnus-setup-posting-charset if
5975         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5976         (message-send-mail-with-sendmail): Require sendmail.
5977         (canlock-password, canlock-password-for-verify): Declare.
5978         (message-canlock-password): Require canlock.
5979         (nnheader-get-report): Autoload.
5980         (gnus-setup-posting-charset): Declare.
5981         (message-send-news): Require gnus-msg.
5982         (message-make-references, message-make-in-reply-to): Use mail-header-id
5983         rather than the alias mail-header-message-id.
5984         (ecomplete-add-item, ecomplete-save): Declare.
5985         (message-put-addresses-in-ecomplete): Require ecomplete.
5986         (ecomplete-display-matches): Autoload.
5987
5988         * mm-decode.el: Don't require mailcap, gnus-util.
5989         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5990         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5991         Autoload.
5992         (mailcap-mime-extensions): Declare.
5993
5994         * mm-encode.el: Don't require mailcap.
5995         (mailcap-extension-to-mime): Autoload.
5996
5997         * mml-sec.el: Don't require password-cache.
5998
5999         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6000         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6001         (mml-minibuffer-read-type): Require mailcap.
6002         (mml-preview): Require gnus-msg.
6003
6004         * mml1991.el: Require password-cache.
6005         (password-cache-expiry): Remove declaration.
6006
6007         * mml2015.el: Require password-cache.
6008         (password-cache-expiry): Remove declaration.
6009
6010         * nneething.el (mailcap): Require mailcap.
6011
6012         * nnheader.el (declare-function): Add compatibility stub.
6013         (message-remove-header): Declare rather than autoload.
6014         (nnheader-replace-header): Require message.
6015
6016         * nnimap.el (declare-function): Add compatibility stub.
6017         (netrc-parse, netrc-machine-user-or-password): Declare.
6018         (nnimap-open-connection): Require netrc.
6019
6020         * nntp.el (declare-function): Add compatibility stub.
6021         (netrc-parse, netrc-machine, netrc-get): Declare.
6022         (nntp-send-authinfo): Require netrc.
6023
6024         * rfc2047.el: Don't require qp.
6025         (quoted-printable-encode-region, quoted-printable-decode-string):
6026         Autoload.
6027
6028         * sieve-mode.el: Don't require easymenu.
6029         (easy-menu-add-item): Autoload it.
6030
6031         * spam-stat.el (time-to-number-of-days): Autoload it.
6032
6033 2010-03-19  Glenn Morris  <rgm@gnu.org>
6034
6035         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6036
6037 2010-03-18  Glenn Morris  <rgm@gnu.org>
6038
6039         * hashcash.el (declare-function): Remove duplicate definition.
6040
6041 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6042
6043         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6044         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6045         value if any backslash escapes).
6046
6047 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6050         if it is available.  (bug#5647)
6051
6052         * lpath.el: Suppress compiler warning for coding-system-from-name for
6053         Emacs 21 and XEmacs.
6054
6055 2010-03-14  Juri Linkov  <juri@jurta.org>
6056
6057         * hmac-def.el:
6058         * hmac-md5.el:
6059         * netrc.el: Fix keywords.
6060
6061 2010-02-26  Glenn Morris  <rgm@gnu.org>
6062
6063         * message.el (message-send-mail-function): Change the default, so that
6064         it inherits from a customized send-mail-function.  (Bug#5643)
6065
6066 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6069         shell-command-to-string signals an error (bug#5299).
6070
6071 2010-02-24  Glenn Morris  <rgm@gnu.org>
6072
6073         * message.el (message-smtpmail-send-it)
6074         (message-send-mail-with-mailclient): Doc fixes.
6075
6076 2010-02-16  Glenn Morris  <rgm@gnu.org>
6077
6078         * message.el (message-default-mail-headers): Change the default value
6079         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6080
6081 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6084         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6085
6086 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6087
6088         * time-date.el (date-to-time): Doc fix (Bug#5408).
6089
6090 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6091
6092         * message.el (message-mail): Just pass yank-action on to message-setup.
6093         (message-setup): Handle (FUN . ARGS) form of yank-action.
6094         (message-with-reply-buffer, message-widen-reply)
6095         (message-yank-original): Handle non-buffer values of
6096         message-reply-buffer (Bug#4080).
6097         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6098
6099 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6100
6101         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6102         Fix typo in docstring.
6103
6104 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6105
6106         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6107         response.
6108
6109 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6112
6113         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6114
6115         * message.el (message-check-news-header-syntax): Protect against a
6116         string that `rfc822-addresses' returns when parsing fails.
6117
6118 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6121         (gnus-previous-char-property-change): New functions.
6122
6123         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6124
6125 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6126
6127         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6128         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6129
6130 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6131
6132         * message.el (message-exchange-point-and-mark): Rework last change to
6133         avoid using optional arg of exchange-point-and-mark, for backward
6134         compatibility.
6135
6136 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6137
6138         * message.el (message-exchange-point-and-mark):
6139         Call exchange-point-and-mark with an argument rather than setting
6140         mark-active by hand (Bug#5175).
6141
6142 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * nntp.el (nntp-service-to-port): Work for service expressed with
6145         numeric string; replace [:digit:] with [0-9] for XEmacs.
6146
6147 2009-12-17  Glenn Morris  <rgm@gnu.org>
6148
6149         * gnus-group.el (gnus-bug-group-download-format-alist):
6150         Change emacs entry to debbugs.gnu.org.  Bump :version.
6151
6152 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6155
6156 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * message.el (message-info): Explain why we use `Info-goto-node'.
6159
6160 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6163
6164 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * message.el (message-completion-in-region): New compatibility function.
6167         (message-expand-group): Use it.
6168
6169 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6172         with no unread article should be listed if the 2nd arg `predicate' is
6173         given.
6174
6175 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6178
6179 2009-11-29  Juri Linkov  <juri@jurta.org>
6180
6181         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6182         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6183         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6184
6185 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6186
6187         * sha1.el (sha1-string-external): default-directory "/" in case
6188         otherwise non-existent.  process-connection-type pipe for touch of
6189         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6190
6191 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6192
6193         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6194         it's comms related and sgml-mode.el has "comm" on that basis too.
6195
6196 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6199         containing tspecial characters if they have been already quoted.
6200
6201 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6202
6203         * dns-mode.el (auto-mode-alist): Purecopy string.
6204
6205 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6208
6209 2009-10-24  Glenn Morris  <rgm@gnu.org>
6210
6211         * gnus-art.el (help-xref-stack-item): Define for compiler.
6212
6213 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6214
6215         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6216
6217 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6220
6221 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6224         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6225
6226 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6229         (gnus-overlays-in): New alias to overlays-in.
6230
6231         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6232         gnus-overlay-get, and gnus-delete-overlay.
6233         (gnus-summary-show-thread): Make it work as well for systems in which
6234         next-single-char-property-change is not available.
6235         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6236
6237         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6238         (gnus-overlay-get): New alias to extent-property.
6239         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6240
6241         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6242         SXEmacs.
6243
6244         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6245         SXEmacs.
6246
6247 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6250
6251 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6252
6253         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6254         and XEmacs that don't have `remove-overlays'.
6255
6256 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6257
6258         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6259         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6260         selective display.  Use overlays instead.
6261
6262 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6263
6264         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6265
6266 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6267
6268         * spam-stat.el (spam-stat-load): Fix typo in message.
6269
6270 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6271
6272         * dig.el (dig-invoke): Fix typo in docstring.
6273         (query-dig): Reflow docstring.
6274
6275 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * gnus-art.el (gnus-article-encrypt-body):
6278         * message.el (message-check-recipients):
6279         * mm-util.el (mm-codepage-setup):
6280         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6281         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6282
6283 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6284
6285         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6286         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6287         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6288         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6289         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6290
6291 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6292
6293         * dig.el: Add "Keywords: comm", as per net-utils.el.
6294
6295 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6296
6297         * dig.el (dig-mode): Use define-derived-mode.
6298
6299 2009-09-19  Glenn Morris  <rgm@gnu.org>
6300
6301         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6302
6303 2009-09-18  Glenn Morris  <rgm@gnu.org>
6304
6305         * gnus-diary.el (gnus-diary-check-message):
6306         * message.el (message-insert-formatted-citation-line):
6307         * nnbabyl.el (top-level):
6308         * nndiary.el (nndiary-schedule):
6309         Fix typos in condition-case handlers.
6310
6311 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6314         configuration that provides the sole article window in a frame;
6315         position point correctly after deleting a part.
6316
6317 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6318
6319         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6320         (spam-resolve-registrations-routine): Use it to unregister articles
6321         that change status.
6322
6323 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6326         with XEmacs.
6327         (parse-time-string-chars): Use it.
6328
6329 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * imap.el (imap-interactive-login): Better messages.
6332         (imap-open): Fix bug with renamed buffer on reconnect.
6333         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6334         for easier debugging and cleaner code.  On successful (guessed based on
6335         server capabilities) secondary authentication, set imap-state
6336         correctly.
6337         (imap-last-authenticator): Define imap-last-authenticator as a variable
6338         to avoid warnings.
6339
6340 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * nnrss.el (nnrss-request-article): Remove binding of
6343         default-enable-multibyte-characters that has gotten needless by
6344         the 2007-07-13 change in rfc2047-encode-message-header.
6345
6346         * mml.el (mml-insert-multipart): Error on the message header.
6347         (mml-insert-part): Error on the message header; position point at
6348         the end of a MIME tag.
6349
6350 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * time-date.el (autoload): Expand define-obsolete-function-alias into
6353         defalias and make-obsolete for old Emacsen that Gnus supports.
6354         (with-no-warnings): Define it for old Emacsen.
6355         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6356         is available.
6357         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6358         float-time is available; suppress compile warning for time-to-seconds.
6359
6360         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6361         (gnus-float-time): Alias to float-time if it exists.
6362
6363         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6364         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6365         float-time is available; suppress compile warning for time-to-seconds.
6366
6367         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6368         XEmacs.
6369
6370 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6371
6372         * imap.el (imap-message-map): Docstring fix.
6373
6374 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6377         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6378         Add the optional argument `encoding' that overrides the default.
6379
6380         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6381         mm-encode-buffer.
6382
6383 2009-09-04  Glenn Morris  <rgm@gnu.org>
6384
6385         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6386         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6387         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6388         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6389         * mm-util.el (mm-with-unibyte-current-buffer)
6390         (mm-find-buffer-file-coding-system):
6391         * yenc.el (yenc-decode-region): Use default-value rather than
6392         default-enable-multibyte-characters.
6393
6394 2009-09-03  Glenn Morris  <rgm@gnu.org>
6395
6396         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6397         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6398         than default-enable-multibyte-characters.
6399
6400 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6401
6402         * gnus-art.el (gnus-article-read-summary-keys):
6403         Fix gnus-buffer-configuration's value temporarily used.
6404
6405 2009-09-02  Glenn Morris  <rgm@gnu.org>
6406
6407         * gnus-util.el (gnus-float-time): New function.
6408         * gnus-delay.el (gnus-delay-article):
6409         * gnus-sum.el (gnus-thread-latest-date):
6410         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6411         * nnspool.el (nnspool-request-newgroups):
6412         Use gnus-float-time rather than time-to-seconds.
6413         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6414
6415         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6416         (gnus-header-subject-face, gnus-header-newsgroups-face)
6417         (gnus-header-name-face, gnus-header-content-face):
6418         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6419         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6420         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6421         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6422         (gnus-cite-face-11):
6423         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6424         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6425         (gnus-server-closed-face, gnus-server-denied-face)
6426         (gnus-server-offline-face):
6427         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6428         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6429         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6430         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6431         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6432         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6433         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6434         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6435         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6436         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6437         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6438         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6439         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6440         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6441         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6442         (gnus-summary-high-undownloaded-face)
6443         (gnus-summary-low-undownloaded-face)
6444         (gnus-summary-normal-undownloaded-face)
6445         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6446         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6447         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6448         (gnus-splash-face):
6449         * message.el (message-header-to-face, message-header-cc-face)
6450         (message-header-subject-face, message-header-newsgroups-face)
6451         (message-header-other-face, message-header-name-face)
6452         (message-header-xheader-face, message-separator-face)
6453         (message-cited-text-face, message-mml-face):
6454         * sieve-mode.el (sieve-control-commands-face)
6455         (sieve-action-commands-face, sieve-test-commands-face)
6456         (sieve-tagged-arguments-face):
6457         * spam.el (spam-face):
6458         Mark face aliases with "-face" in the name as obsolete.
6459
6460 2009-09-01  Glenn Morris  <rgm@gnu.org>
6461
6462         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6463         than goto-line.
6464
6465 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6468         Don't move point if the command is invoked inside the message header.
6469
6470 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * imap.el (imap-send-command): Simplify.
6473         (imap-wait-for-tag): point-max -> buffer-size.
6474
6475 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6476
6477         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6478         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6479         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6480         * nnir.el (nnir-swish-e-index-file):
6481         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6482         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6483         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6484         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6485         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6486         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6487
6488 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6491         Don't save excursion.
6492
6493 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6494
6495         * nnheader.el (nnheader-find-file-noselect):
6496         * mm-util.el (mm-insert-file-contents):
6497         Use (default-value 'major-mode) instead of default-major-mode.
6498
6499 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6502
6503 2009-08-26  Glenn Morris  <rgm@gnu.org>
6504
6505         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6506         than placing in files.el.
6507
6508 2009-08-25  Glenn Morris  <rgm@gnu.org>
6509
6510         * nnir.el (top-level): Don't require cl at run-time.
6511         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6512         Replace cl-function substitute with gnus-replace-in-string.
6513         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6514         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6515         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6516         simplified expansions.
6517
6518 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6519
6520         * dig.el (dig): Add autoload cookie.
6521
6522 2009-08-22  Glenn Morris  <rgm@gnu.org>
6523
6524         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6525         goto-line.
6526
6527 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6528
6529         * parse-time.el (parse-time-string-chars): Save match data.
6530
6531 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6532
6533         * parse-time.el (parse-time-string-chars): Compute using character
6534         classes, to handle non-ascii characters (Bug#3190).
6535
6536 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6539
6540         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6541         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6542         (gnus-mm-display-part, gnus-mime-display-single)
6543         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6544         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6545
6546         * gnus-sum.el
6547         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6548         (gnus-summary-move-article): Add expirable mark to articles copied or
6549         moved to group that has auto-expire turned on if the option is non-nil.
6550
6551 2009-07-24  Glenn Morris  <rgm@gnu.org>
6552
6553         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6554         Fix typo.  (Bug#3903)
6555
6556 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6559         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6560         that should not be used for draft articles.
6561         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6562         that has no concern in minor mode keys.
6563         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6564         Abolish.
6565
6566 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6569         article without making inquiry to a user for unknown encoding.
6570
6571         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6572         (nnmaildir--scan): Assume i-node and device number that file-attributes
6573         returns might be cons-cell.
6574
6575         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6576
6577         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6578
6579 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * auth-source.el: Remove docs now in auth.texi.  Don't use
6582         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6583         `auth-source-hide-passwords' and use them.
6584
6585 2009-07-15  Glenn Morris  <rgm@gnu.org>
6586
6587         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6588
6589 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6592         excessive whitespace from the default values of title and description.
6593
6594 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6597         mail-fetch-field to fetch Content-Description header in order to
6598         exclude newlines.
6599
6600 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6601
6602         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6603         format used by GnuPG 2.0.11.
6604
6605 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6608         to deleted part.
6609
6610 2009-05-30  David Engster  <dengste@eml.cc>
6611
6612         * nnmairix.el: Remove old documentation in the commentary block.
6613         (nnmairix-request-group): Do not update active file for nnml back ends.
6614         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6615         end so that overview files are ignored.
6616         (nnmairix-update-groups): Make updating the groups more robust by using
6617         marks.
6618         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6619         with dollar characters in message-id.
6620
6621 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6624         2008-12-25 in dns.el.
6625
6626 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6629         could happen if the text is only composed of spaces and/or tabs.
6630
6631 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6632
6633         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6634         when sending a queued message to avoid extra mml tags.
6635
6636 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6639
6640 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6643         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6644         rmail-toggle-header for XEmacs;
6645         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6646
6647 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-dired.el: Remove autoload for gnus-setup-message.
6650         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6651         displaying Gnus logo; always use compose-mail.
6652
6653 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6656
6657 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6660         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6661         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6662         available.
6663         (gnus-nocem-epg-verify): New function.
6664
6665 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6668
6669 2009-02-15  Glenn Morris  <rgm@gnu.org>
6670
6671         * gnus-util.el (rmail-insert-rmail-file-header)
6672         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6673         autoloads.
6674         (rmail-default-rmail-file): Remove unnecessary declaration.
6675         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6676
6677 2009-02-14  Glenn Morris  <rgm@gnu.org>
6678
6679         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6680         variable (only used in gnus-util, which declares it anyway).
6681         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6682         which was only needed by gnus-art (changed to not use it any more).
6683         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6684         only used in gnus-util, which autoloads it itself.
6685         (rmail-update-summary): Fix autoload.
6686
6687         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6688         rather than rmail-output-to-rmail-file.
6689
6690 2009-02-07  Glenn Morris  <rgm@gnu.org>
6691
6692         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6693         autoload of function that no longer exists.
6694         (rmail-toggle-header): Declare.
6695         (message-forward-rmail-make-body): Handle mbox Rmail.
6696
6697 2009-01-31  Glenn Morris  <rgm@gnu.org>
6698
6699         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6700         2009-01-09 change.
6701
6702 2009-01-31  Dave Love  <fx@gnu.org>
6703
6704         * imap.el (imap-fetch-safe): Bind debug-on-error.
6705         (imap-debug): Add imap-fetch-safe.
6706
6707 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6708
6709         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6710         (auth-source-forget-all-cached): New convenience function.
6711         (auth-source-user-or-password): Accept list of modes or a single mode.
6712
6713         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6714         auth-source modes.
6715
6716         * netrc.el (netrc-machine-user-or-password): Use list of
6717         auth-source modes.
6718
6719         * nnimap.el (nnimap-open-connection): Use list of
6720         auth-source modes.
6721
6722         * nntp.el (nntp-send-authinfo): Use list of
6723         auth-source modes.
6724
6725 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6728         now.
6729
6730 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6733         coding system in XEmacs; add a workaround for XEmacs.
6734
6735         * lpath.el: Fbind coding-system-aliasee.
6736
6737 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6740         of current-language-environment.
6741
6742 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6745         available at runtime.
6746
6747 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6750
6751 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6752
6753         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6754         the greatest positive fixnum value doesn't work under an XEmacs with
6755         bignum support; use the most-positive-fixnum constant instead,
6756         available since Emacs 21.1 with cl and XEmacs 21.1.
6757
6758 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6761         XEmacs gets not to work.
6762
6763 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * mm-util.el (mm-coding-system-priorities): Allow the value like
6766         "Japanese (UTF-8)" of current-language-environment.
6767
6768 2009-01-09  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6771         with last-command-event.
6772
6773 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6776         in the doc string.
6777
6778         * message.el (message-fix-before-sending): Amend comment.
6779
6780 2009-01-08  Dave Love  <fx@gnu.org>
6781
6782         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6783
6784 2009-01-07  David Engster  <dengste@eml.cc>
6785
6786         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6787         simplified server definitions by converting it via
6788         gnus-server-to-method.
6789
6790 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6793         parameter's operands.
6794
6795 2009-01-06  David Engster  <dengste@eml.cc>
6796
6797         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6798         primary select method (for gnus-group-mark-article-as-read).
6799
6800 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6801
6802         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6803         `(gnus)Face', not `(gnus)X-Face'.
6804
6805 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * mm-util.el (mm-ucs-to-char): New function.
6808
6809         * mm-url.el (mm-url-decode-entities): Use it.
6810
6811         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6812         unicode-to-char.
6813
6814 2009-01-05  Dave Love  <fx@gnu.org>
6815
6816         * time-date.el: Require cl for `declare'.
6817
6818 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6821         Dave Love.
6822
6823 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * message.el (message-fix-before-sending): Add `eight-bit' to
6826         illegible-text check.
6827
6828 2009-01-03  Michael Olson  <mwolson@gnu.org>
6829
6830         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6831         `headers' is nil.  This can occur if the IMAP server does not have
6832         permissions to read messages from a folder, but can write new messages
6833         to the folder.
6834         (nnimap-request-article-part): Do not insert `data' if it is nil.
6835
6836         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6837         characters which will confuse `read', so skip past them.
6838
6839 2009-01-01  Dave Love  <fx@gnu.org>
6840
6841         * imap.el (imap-string-to-integer): Fix typo.
6842         (imap-fetch-safe): New function.
6843         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6844
6845         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6846
6847         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6848         (imap-parse-greeting): Fix doc strings.
6849         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6850         (imap-parse-flag-list): Make messages unique.
6851         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6852
6853         * nnimap.el: Fix author email.
6854         (nnimap-split-rule): Add FIXME comment.
6855         (nnimap-debug): Fix doc string.
6856
6857 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6860
6861 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6864         nslookup if resolv.conf isn't available.
6865         (dns-query): Rename from query-dns.
6866         (dns-query-cached): Rename from query-dns-cached.
6867
6868 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6871         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6872         to check if those variables exist (first appeared in Emacs 18.50).
6873
6874 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * mm-util.el (mm-line-number-at-pos): New function.
6877
6878         * spam-report.el (spam-report-process-queue): Use it.
6879
6880 2008-12-24  David Engster  <dengste@eml.cc>
6881
6882         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6883         parameters that haven't existed as variables as buffer-local variables.
6884
6885 2008-12-23  Dave Love  <fx@gnu.org>
6886
6887         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6888         cadar.
6889
6890         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6891         imap-starttls-p.
6892         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6893
6894 2008-12-22  Dave Love  <fx@gnu.org>
6895
6896         * imap.el: Fix author email.  Doc fixes.
6897         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6898         reply.
6899
6900 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * spam-report.el (spam-report-gmane-max-requests): New constant.
6903         (spam-report-gmane-wait): New variable.
6904         (spam-report-gmane-ham, spam-report-gmane-spam)
6905         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6906         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6907         the server.
6908
6909         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6910         Add explanations.
6911
6912         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6913         nnheader-accept-process-output and nnheader-read-timeout if available.
6914         (pop3-movemail): Use it.
6915
6916         * message.el (message-check-news-body-syntax): Fix signature check if
6917         there's an attachment.
6918
6919 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * mm-util.el: Add comments to the mm- emulating functions.
6922
6923 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6926         Reported by Stephen Berman <stephen.berman@gmx.net>.
6927
6928 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * mm-util.el (mm-substring-no-properties): New function.
6931         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6932         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6933         (mm-string-to-multibyte): Doc fix.
6934
6935         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6936
6937 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * mml.el (mml-attach-file): Strip text properties from file name.
6940         (Bug#1574)
6941
6942 2008-12-16  Glenn Morris  <rgm@gnu.org>
6943
6944         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6945
6946 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6949         knows since the charset specified might be a bogus alias that
6950         mm-charset-synonym-alist provides.
6951
6952 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6955         "ISO_8859-1".
6956
6957         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6958
6959 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * mm-util.el (mm-charset-eval-alist):
6962         Define it before mm-charset-to-coding-system.
6963         (mm-charset-to-coding-system): Add optional argument `silent';
6964         define it before mm-charset-override-alist.
6965         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6966         default value if it can be used in Emacs currently running;
6967         silence mm-charset-to-coding-system.
6968
6969 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6972         `allow-override' which says whether to use `mm-charset-override-alist'.
6973         (rfc2047-decode-encoded-words): Use it.
6974
6975         * mm-util.el (mm-charset-override-alist): Fix custom type;
6976         add `(gb2312 . gbk)' to choices.
6977
6978 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6981         fast.
6982
6983         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6984
6985         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6986
6987 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6988
6989         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6990         on links.
6991
6992         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6993
6994 2008-12-03  Lute Kamstra  <lute@gnu.org>
6995
6996         * sha1.el: Remove leading * from docstrings of defcustoms,
6997         deffaces, defconsts and defuns.
6998
6999 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7002         users' addresses that don't have domain parts.
7003         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7004         rather than message-narrow-to-head since there will be the message
7005         header separator.
7006
7007 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7010         since the result is inserted in a unibyte buffer anyway.
7011         (nnimap-demule-use-string-to-multibyte): Remove.
7012         (nnimap-demule): Alias it to mm-string-to-multibyte.
7013
7014 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7017         variable for debugging bug#464 and bug#1174.
7018         (nnimap-demule): Use it.
7019
7020 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7023         score calculation correctly.
7024
7025 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7026
7027         * message.el (message-send-mail): Just set the buffer to unibyte
7028         rather than use mm-with-unibyte-current-buffer which does a lot more.
7029         (message-send-mail-partially): Don't bother with
7030         mm-with-unibyte-current-buffer since it's already been made unibyte by
7031         message-send-mail.
7032
7033 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7036
7037 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7040
7041 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7044         require itself and to remove `with-no-warnings'.
7045
7046 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7047
7048         * starttls.el (starttls-any-program-available): Get the name of the
7049         available TLS layer program.
7050         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7051         well as the host name in the "opening" message.
7052
7053         * auth-source.el (auth-source-cache, auth-source-do-cache)
7054         (auth-source-user-or-password): Cache passwords and logins by default,
7055         allow override with `auth-source-do-cache'.
7056         (auth-source-forget-user-or-password): Allow users to remove cache
7057         entries if needed.
7058
7059 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7060
7061         * md4.el (md4-buffer): Fix typo in docstring.
7062         (md4, md4-64): Doc fixes.
7063         (md4-pack-int32): Reflow docstring.
7064
7065 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7068         condition-case to only the forward-sexp call.
7069
7070 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7073         quotes contained.  Make it more robust regardless by an extra
7074         condition-case wrapper.
7075
7076 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7079
7080 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * nnml.el (nnml-request-expire-articles): Check if the function set to
7083         `nnmail-expiry-target' returns the symbol `delete'.
7084
7085         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7086
7087         * nnmail.el (nnmail-expiry-target): Fix custom type.
7088
7089 2008-10-02  Glenn Morris  <rgm@gnu.org>
7090
7091         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7092         Silence compiler warning.
7093
7094 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7095
7096         * tls.el (open-tls-stream): Show the actual command being
7097         executed, instead of the format string.
7098
7099 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * lpath.el: Fbind codepage-setup for Emacs 23.
7102
7103 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7104
7105         * mml.el (mml-menu): Don't assume mml2015 is bound.
7106
7107 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7110         exists.
7111
7112 2008-09-27  Glenn Morris  <rgm@gnu.org>
7113
7114         * gnus-util.el (mail-header-remove-comments): Autoload it.
7115
7116 2008-09-27  Andreas Schwab  <schwab@suse.de>
7117
7118         * gnus-util.el (gnus-split-references): Strip comments.
7119         (gnus-parent-id): Likewise.
7120
7121 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * message.el (message-confirm-send): Fix version.
7124
7125 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * message.el (message-idna-to-ascii-rhs-1): Use
7128         mail-extract-address-components rather than mail-header-parse-addresses
7129         that is an alias by default to ietf-drums-parse-addresses that does not
7130         support non-ASCII names in headers' contents.
7131
7132 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * message.el (message-confirm-send): Fix variable documentation to
7135         avoid the "y/n" wording.
7136
7137 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7138
7139         * message.el (message-set-auto-save-file-name): Save to a different
7140         filename so multiple messages (especially drafts) can be recovered.
7141
7142 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * message.el (message-confirm-send): Add appropriate version.
7145
7146 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7149         defvar.
7150
7151 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7152
7153         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7154         (mm-pkcs7-enveloped-magic): Ditto.
7155
7156 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7157
7158         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7159         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7160
7161 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7164         default, it's better.
7165
7166 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7169         summary line gnus-number property and ignore them (with a warning
7170         message).
7171
7172 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7175         macro caddr in the interactive form since it won't be expanded.
7176
7177 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7180         `charset'; fix name of function called recursively.
7181         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7182
7183 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7186         (gnus-mime-set-charset-parameters): New function.
7187         (gnus-mime-view-part-as-charset): Use it to correctly display part
7188         specifying wrong charset.
7189
7190 2008-09-08  David Engster  <dengste@eml.cc>
7191
7192         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7193         in completing-read for back end server.
7194
7195 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7196
7197         * message.el (message-confirm-send): New variable to confirm sending a
7198         message.
7199         (message-send): Use it.
7200
7201 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7204
7205 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7208
7209 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7212         prevent tracking too many groups.
7213         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7214         Use it.
7215
7216 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7217
7218         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7219         moving point to the bottom of the window in order to avoid recentering.
7220
7221 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7224
7225         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7226         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7227         (gnus-article-beginning-of-window): Fix calculation.
7228
7229 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-msg.el (gnus-summary-supersede-article)
7232         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7233         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7234         message header.
7235
7236 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7237
7238         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7239         pending output coming after the status change.
7240
7241 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7242
7243         * message.el:
7244         * gnus-start.el:
7245         * gnus-registry.el: Remove VMS support.
7246
7247 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7250         macro.
7251         (rfc2104-hash): Use it.
7252
7253 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7256         (gnus-summary-sort-by-most-recent-date): New commands.
7257         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7258         and menu entries.
7259
7260 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7263         don't redisplay article for raw contents; remove plural articles stuff.
7264
7265         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7266         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7267         on gnus-summary-save-article; display results properly.
7268
7269 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * lpath.el: No need to fbind ns-focus-frame.
7272
7273 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7276
7277 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (gnus-summary-save-in-pipe):
7280         Consider gnus-save-all-headers.
7281
7282 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7283
7284         * gnus-util.el (ns-focus-frame): Remove declaration.
7285         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7286         like x.
7287
7288 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7289
7290         * rfc2104.el (rfc2104-zero): Delete defconst.
7291         (rfc2104-hex-alist): Likewise.
7292         (rfc2104-hex-to-int): Delete func.
7293         (rfc2104-hexstring-to-bitstring): Likewise.
7294         (rfc2104-nybbles): New defconst.
7295         (rfc2104-hash): Rewrite for speed.
7296
7297 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * tls.el (open-tls-stream): Make it work with the 2nd argument
7300         BUFFER that is a string but does not exist as a buffer object, as
7301         mentioned in the doc-string.
7302
7303 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7306         SXEmacs.
7307
7308 2008-07-16  Glenn Morris  <rgm@gnu.org>
7309
7310         * gnus-util.el (ns-focus-frame): Declare for compiler.
7311
7312 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7315         set as a group parameter.
7316         (gnus-summary-save-in-pipe): Work when it is called independently.
7317         (gnus-summary-pipe-to-muttprint): Don't modify
7318         gnus-summary-pipe-output-default-command.
7319
7320 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7321
7322         * message.el (message-send-mail-with-sendmail):
7323         Display the error message.
7324
7325 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-art.el (gnus-default-article-saver):
7328         Add gnus-summary-save-in-pipe to choices.
7329         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7330         gnus-summary-pipe-output-default-command as the default command.
7331         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7332         instead of gnus-last-shell-command.
7333
7334         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7335         New user option.
7336         (gnus-summary-muttprint-program): Mention the value will be changed.
7337         (gnus-summary-save-article): Force showing of all headers.
7338         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7339
7340 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7341
7342         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7343
7344 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7345
7346         * nnimap.el (nnimap-id):
7347         * sieve-manage.el (sieve-manage-open): Doc fixes.
7348
7349 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7350
7351         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7352         if available.
7353
7354 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7355
7356         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7357
7358         * nnkiboze.el (nnkiboze-generate-group):
7359         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7360
7361         * nnmairix.el: Require CL.
7362
7363 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * dgnushack.el: Autoload get-display-table and put-display-table for
7366         XEmacs 21.5.
7367
7368         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7369         21.4 and SXEmacs.
7370
7371 2008-06-15  David Engster  <dengste@eml.cc>
7372
7373         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7374
7375 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7376
7377         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7378         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7379         runtime choice under XEmacs.
7380
7381         * gnus-sum.el (gnus-summary-set-display-table):
7382         Use `gnus-put-display-table', `gnus-get-display-table',
7383         `gnus-set-display-table' for the display table, instead of `aset'.
7384
7385         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7386         Use `gnus-put-display-table', `gnus-get-display-table',
7387         `gnus-set-display-table' for the display table.
7388
7389 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * nnmairix.el: Add autoloads.
7392
7393 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * nnmairix.el (nnmairix-delete-recreate-group)
7396         (nnmairix-update-and-clear-marks): Fix error messages.
7397
7398 2008-06-14  David Engster  <dengste@eml.cc>
7399
7400         * nnmairix.el: Upgrade to version 0.6.
7401         (nnmairix-group-toggle-propmarks-this-group)
7402         (nnmairix-group-toggle-readmarks-this-group)
7403         (nnmairix-group-delete-recreate-this-group)
7404         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7405         (nnmairix-remove-tick-mark-original-article): New commands.
7406         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7407         (nnmairix-propagate-marks-to-nnmairix-groups)
7408         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7409         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7410         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7411         functions needed for marks propagation and manipulation of read marks.
7412         (nnmairix-update-groups): New function.
7413         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7414         (nnmairix-determine-original-group-from-registry)
7415         (nnmairix-determine-original-group-from-path)
7416         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7417         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7418         New helper functions.
7419         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7420         keystrokes for new commands.
7421         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7422         (nnmairix-request-group): Check allow-fast group parameter.
7423         (nnmairix-request-create-group): Set allow-fast group parameter if
7424         nnmairix-allowfast-default is set.
7425         (nnmairix-close-group): Propagate marks upon closing if needed.
7426         (nnmairix-group-toggle-threads-this-group): Use new.
7427         nnmairix-group-toggle-parameter helper function.
7428         (nnmairix-search): Better check for empty search result.
7429         (nnmairix-goto-original-article): Use new helper functions for
7430         determining original article.
7431         (nnmairix-show-original-article): Make sure message-id is in brackets.
7432         (nnmairix-call-mairix-binary): Change variable name.
7433         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7434         helper function.
7435         (nnmairix-widget-toggle-activate): Fix doc string.
7436
7437 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * nnir.el: Require edmacro when compiling with XEmacs.
7440         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7441         available in Emacs 21.
7442
7443 2008-06-11  Glenn Morris  <rgm@gnu.org>
7444
7445         * gnus-util.el (x-focus-frame):
7446         * gnus.el (image-size):
7447         * mm-decode.el (image-size): Declare.
7448
7449         * gnus-picon.el (declare-function): Add compat definition.
7450         (image-size): Declare.
7451
7452         * gnus-group.el (tool-bar-map):
7453         * gnus-sum.el (tool-bar-map): Define for compiler.
7454
7455         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7456
7457         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7458
7459         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7460         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7461         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7462         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7463         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7464         * sieve-manage.el, spam-report.el, spam.el:
7465         Remove unnecessary eval-and-compile of autoloads.
7466
7467 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7468
7469         * auth-source.el: Precise Tramp doc.
7470
7471 2008-06-07  Glenn Morris  <rgm@gnu.org>
7472
7473         * nnmairix.el: Remove unnecessary eval-when-compile.
7474
7475 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * lpath.el: Fbind propertize for XEmacs 21.4.
7478
7479 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * nnir.el: Move here from ../contrib.
7482
7483 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * gnus-util.el (gnus-read-shell-command): New function.
7486         * mm-decode.el (mm-pipe-part):
7487         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7488
7489 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7492
7493 2008-06-03  Glenn Morris  <rgm@gnu.org>
7494
7495         * pop3.el (nnheader-accept-process-output): Autoload it.
7496
7497 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7500         are not 2-digit hexadecimal characters that follow `%'s.
7501
7502 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * message.el (message-bogus-recipient-p): Fix type in doc string.
7505         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7506         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7507         Improve custom options.
7508         (message-bogus-recipient-p): Adjust accordingly.
7509
7510 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7511
7512         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7513         long-form month and day names.
7514
7515 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * dgnushack.el: Autoload debug, eudc-expand-inline and
7518         pgg-snarf-keys-region for XEmacs.
7519
7520         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7521
7522         * nnmairix.el: Require edmacro when compiling with XEmacs.
7523
7524 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7527         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7528
7529 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * auth-source.el: Add more docs.
7532
7533         * netrc.el (netrc-machine): Always match if the port is not given.
7534
7535 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7538         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7539         retrieval faster in some cases, but might make CPU usage larger.
7540         If this has any bad side effects, we might revert this change.
7541
7542         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7543         seems to make mail retrieval much, much faster.
7544         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7545         unconditionally.
7546
7547         * gnus-draft.el (gnus-group-send-queue):
7548         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7549
7550 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7553
7554         * message.el (message-bogus-address-regexp): Fix and improve custom
7555         type.
7556         (message-setup-hook): Add message-check-recipients as custom option.
7557
7558 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * message.el (message-cite-function): Remove bogus autoload which crept
7561         in during merge from v5-10.
7562
7563 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7566
7567         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7568
7569         * auth-source.el: Preliminary Tramp docs.
7570         (auth-sources): Change the default auth-sources to use
7571         EPA .gpg files.
7572
7573 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * nntp.el: Autoload `auth-source-user-or-password'.
7576         (nntp-send-authinfo): Use it.
7577
7578         * nnimap.el: Autoload `auth-source-user-or-password'.
7579         (nnimap-open-connection): Use it.
7580
7581         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7582         for the gnus-message function.
7583         (auth-source-user-or-password): Use it.
7584
7585 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7586
7587         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7588         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7589         (rfc2104-hash): Use it.
7590
7591 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7592
7593         * gnus-art.el (gnus-article-toggle-truncate-lines):
7594         Don't use `iff' in docstring.
7595
7596 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7599
7600         * gnus-util.el (gnus-extract-address-component-name)
7601         (gnus-extract-address-component-email): Convenience functions around
7602         `gnus-extract-address-components'.
7603
7604         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7605         Use `gnus-extract-address-component-email' to fix bug of comparing full
7606         sender name to `user-mail-address'.
7607
7608 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7611         catch/throw to optimize.
7612         (gnus-registry-find-keywords): Just use member to find a keyword.
7613
7614 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7615
7616         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7617         is current before calling gnus-server-prepare.
7618         (gnus-server-setup-buffer, gnus-server-update-server)
7619         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7620
7621 2008-05-04  Juri Linkov  <juri@jurta.org>
7622
7623         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7624         (mailcap-file-default-commands): Use mailcap-replace-in-string
7625         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7626         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7627
7628 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7629
7630         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7631
7632 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7633
7634         * gnus.el: Bump version to 0.11.
7635
7636 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7637
7638         * gnus.el: No Gnus v0.10 is released.
7639
7640 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7643         hooks.
7644         (gnus-update-read-articles): Speed up non-marks-using users.
7645         (gnus-use-marks): Define gnus-use-marks.
7646         (gnus-propagate-marks): Rename variable to something more sensible.
7647
7648 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7649
7650         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7651         (gmm-image-load-path-for-library): Fix typos in docstrings.
7652         (gmm-message): Reflow docstring.
7653
7654 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7655
7656         * mail-source.el (mail-source-set-1, mail-source-bind):
7657         Move auth-source code out of the macro to clean it up and fix bugs.
7658
7659 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7662         by sender if it's equal to user-mail-address, it's likely to be
7663         useless.
7664
7665         * mail-source.el (mail-source-bind): Don't use user or password if they
7666         are not bound.  Unintern them if they are nil.  Don't use server unless
7667         it's bound, and default it to empty string otherwise.
7668
7669 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * mail-source.el: Load auth-source.el.
7672         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7673         get user name or password, if auth-sources is set up.
7674
7675         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7676         strategy of splitting with parent.
7677         (gnus-registry-split-fancy-with-parent)
7678         (gnus-registry-post-process-groups): Use it and fix prior
7679         bug (returning a list as the split result).
7680
7681         * auth-source.el (auth-sources): Remove server parameter.
7682         (auth-source-pick, auth-source-user-or-password)
7683         (auth-source-user-or-password-imap)
7684         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7685         (auth-source-user-or-password-sftp)
7686         (auth-source-user-or-password-smtp): Remove server parameter.
7687
7688 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7689
7690         * smime.el (smime-sign-region, smime-encrypt-region)
7691         (smime-decrypt-region):
7692         Remove redundant calls to `generate-new-buffer-name'.
7693
7694 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7695
7696         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7697         Don't use QP for message/rfc822.
7698         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7699
7700 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7701
7702         * sieve-manage.el (sieve-string-bytes): Remove.
7703         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7704         correct byte-length only if the process's coding-system is the same as
7705         the one used internally by Emacs to represent strings.
7706
7707 2008-04-22  Juri Linkov  <juri@jurta.org>
7708
7709         * mailcap.el (mailcap-file-default-commands): New function.
7710
7711 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * message.el (message-signature-separator, message-cite-function):
7714         Change custom version.
7715
7716 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7717
7718         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7719         commands.
7720         (tls-checktrust): Ditto.
7721
7722 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * mm-decode.el (mm-display-external): Make temp file read-only.
7725
7726 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7729         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7730         `C-c C-f d'.
7731
7732 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7733
7734         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7735
7736 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * gnus.el: Bump version to 0.9.
7739
7740 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * gnus.el: No Gnus v0.8 is released.
7743
7744 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7745
7746         * mail-source.el (mail-source-value):
7747         Prefer fboundp to functionp so it works with macros as well.
7748
7749 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7750
7751         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7752         Fix last change in case the element is not even a symbol.
7753
7754 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7755
7756         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7757         Prefer fboundp to functionp so it works with macros as well.
7758
7759 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * auth-source.el: Add docs.
7762         (auth-sources): Modify format to support server.
7763         (auth-source-pick, auth-source-user-or-password)
7764         (auth-source-user-or-password-imap)
7765         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7766         (auth-source-user-or-password-sftp)
7767         (auth-source-user-or-password-smtp): Add server parameter.
7768
7769 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         * gnus-registry.el: Initialize the registry when gnus-registry-install
7772         is t.
7773
7774 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * compface.el (uncompface): Make buffer unibyte.
7777
7778 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7779
7780         * mail-source.el (mail-source-value):
7781         Prefer fboundp to functionp so it works with macros as well.
7782
7783 2008-04-05  Glenn Morris  <rgm@gnu.org>
7784
7785         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7786
7787 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7788
7789         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7790         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7791
7792         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7793         multibyteness after rather than before erasing it.
7794
7795         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7796         mm-with-multibyte.
7797         (gnus-request-article-this-buffer): Make sure the proper decoding is
7798         used if gnus-original-article-buffer happens to be unibyte.
7799
7800         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7801         default-enable-multibyte-characters.
7802
7803         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7804         default-enable-multibyte-characters.
7805
7806         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7807
7808         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7809
7810 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7811
7812         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7813         Fix last change in case the element is not even a symbol.
7814
7815 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7816
7817         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7818         (imap-message-copyuid-1): Use it.
7819         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7820         J. Williams in
7821         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7822
7823         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7824         imap-enable-exchange-bug-workaround.
7825         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7826
7827 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7828
7829         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7830         a 100 byte status-checks into a 2-3MB transfer for each group.
7831         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7832         to enable bug workaround or not.
7833         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7834
7835 2008-03-31  Glenn Morris  <rgm@gnu.org>
7836
7837         * message.el (mml2015-use): Declare for compiler.
7838         (message-info): Require mml2015 when appropriate.
7839
7840 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7843         whitespace.
7844
7845 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7846
7847         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7848         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7849         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7850         (nntp-service-to-port): New function.
7851         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7852         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7853         (nntp-open-netcat-stream): New function.
7854         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7855
7856 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7857
7858         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7859
7860 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7861
7862         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7863
7864 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7865
7866         * dns.el (dns-write): Use set-buffer-multibyte.
7867
7868 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7869
7870         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7871
7872 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * message.el (message-signature-separator): Change default.
7875         Improve custom type.
7876         (message-cite-function): Change default to
7877         message-cite-original-without-signature.
7878
7879         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7880         toggle.
7881
7882         * message.el (message-check-news-body-syntax): Fix signature check.
7883         (message-setup-1): Mark buffer as unmodified _after_ running
7884         message-setup-hook and handling message-alternative-emails.
7885         (message-shorten-references): Be more strict when building list of
7886         valid references to comply with GNKSA.
7887
7888         * gnus-group.el (gnus-read-ephemeral-bug-group)
7889         (gnus-read-ephemeral-debian-bug-group)
7890         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7891
7892         * message.el (message-info): Don't use booleanp which isn't supported
7893         in Emacs 21 and XEmacs.
7894
7895 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7898         gnus-group-gmane-group-download-format.
7899         (gnus-group-read-ephemeral-gmane-group): Rename from
7900         gnus-group-read-ephemeral-gmane-group.
7901         (gnus-read-ephemeral-gmane-group-url): Rename from
7902         gnus-group-read-ephemeral-gmane-group-url.
7903         (gnus-bug-group-download-format-alist): New variable.
7904         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7905         (gnus-read-ephemeral-emacs-bug-group): New commands.
7906
7907 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7910         (gnus-visible-headers): Improve custom type.
7911
7912 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * mml.el (mml-menu): Add workarounds for XEmacs.
7915
7916         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7917         X-Boundary header.
7918
7919         * message.el (message-simplify-recipients): Fix previous commit.
7920
7921 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7922
7923         * mm-util.el (mm-set-buffer-multibyte): New function.
7924         * mm-decode.el (mm-copy-to-buffer): Use it.
7925
7926         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7927         Prefer fboundp to functionp so it works with macros as well.
7928
7929 2008-03-19  Glenn Morris  <rgm@gnu.org>
7930
7931         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7932         Accidentally removed in the sync process with Emacs.
7933
7934 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * message.el (message-alter-recipients-discard-bogus-full-name):
7937         New function.
7938         (message-alter-recipients-function): New variable.
7939         (message-get-reply-headers): Use it.
7940         (message-replace-header): New helper function.
7941         (message-recipients-without-full-name): New variable.
7942         (message-simplify-recipients): New command.
7943
7944         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7945
7946         * message.el (message-info): Handle EasyPG manual.
7947
7948         * mml.el (mml-menu): Add entry for EasyPG.
7949
7950 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7951
7952         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7953         parameter.
7954
7955         * message.el (message-disassociate-draft): Specify drafts group name
7956         fully.
7957
7958 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7961         Eliminate unnecessary duplicates from the match list.
7962
7963 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7966
7967         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7968
7969         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7970         args of `how-many' of which the XEmacs version doesn't take; declare
7971         Info-index-next as function.
7972
7973 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-score.el (gnus-score-headers): Fix handling of
7976         gnus-inhibit-slow-scoring.
7977
7978         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7979         string.
7980         (gnus-button-url-regexp): Improve handling of parenthesis.
7981         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7982         (gnus-button-handle-info-keystrokes): Handle index entries.
7983
7984 2008-03-15  Glenn Morris  <rgm@gnu.org>
7985
7986         * parse-time.el (parse-time-string): Simplify.
7987
7988 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7991         Incoming* files.
7992
7993 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * auth-source.el (auth-sources): Rename from auth-source-choices.
7996         (auth-source-pick): Use it.
7997
7998 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7999
8000         * binhex.el (binhex-decode-region-internal):
8001         * uudecode.el (uudecode-decode-region-internal):
8002         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8003         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8004         setting default-enable-multibyte-characters.
8005
8006 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * auth-source.el (auth-source-protocols)
8009         (auth-source-protocols-customize, auth-source-choices): Add and
8010         modified variable customizations and defaults.
8011         (auth-source-pick, auth-source-user-or-password)
8012         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8013         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8014         (auth-source-user-or-password-sftp)
8015         (auth-source-user-or-password-smtp): Use new variables and provide an
8016         interface to netrc.el.
8017
8018 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8021         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8022         Make sure the nntp port to specify is a string.
8023
8024 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * nntp.el: Use with-current-buffer.
8027         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8028         dubious mm-with-unibyte-current-buffer.
8029         (nntp-with-open-group-function): New function extracted from
8030         nntp-with-open-group macro.
8031         (nntp-with-open-group): Use the function, so it's easier to debug.
8032         Add indentation and debugging info.
8033         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8034         Recommend the use of the netcat alternatives.
8035
8036         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8037         Avoid mm-string-as-multibyte as well.
8038
8039         * nnweb.el (nnweb-insert-html):
8040         Remove use of nnheader-string-as-multibyte.
8041
8042         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8043         (nnheader-string-as-multibyte): Remove.
8044
8045         * mm-view.el: Use inhibit-read-only.
8046         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8047         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8048         or unibyte-string.
8049
8050         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8051         (mm-uu-yenc-extract): Use with-current-buffer.
8052
8053         * gnus-soup.el (gnus-soup-send-packet): Don't use
8054         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8055
8056         * nnmh.el: Use with-current-buffer.
8057         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8058         mm-string-as-multibyte on the output of mm-encode-coding-string.
8059
8060         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8061         (nnimap-request-move-article): Use with-current-buffer.
8062
8063         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8064         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8065         conversion uses string-make-unibyte rather than string-as-unibyte.
8066
8067         * gnus-msg.el: Use with-current-buffer.
8068
8069         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8070
8071 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8072
8073         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8074         string for caching if it is 'PIN.
8075
8076 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * lpath.el: Consider the case without Emacs/W3.
8079
8080 2008-03-08  Glenn Morris  <rgm@gnu.org>
8081
8082         * time-date.el (date-to-time, time-subtract, time-add)
8083         (safe-date-to-time): Doc fixes.
8084
8085 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * mail-source.el (mail-source-delete-old-incoming-confirm):
8088         Change default to nil.
8089         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8090
8091 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * lpath.el: Rearrange.
8094
8095         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8096         (gnus-article-goto-prev-page): Work for articles having ^L's.
8097
8098         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8099
8100         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8101
8102 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8103
8104         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8105         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8106         (gnus-bookmark-jump): Adjust some variable names.
8107
8108 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * auth-source.el: New package.
8111         (auth-source-choices): Add customization entry point variable.
8112
8113         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8114         bug.
8115
8116 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8119         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8120         (gnus-registry-install-shortcuts): Rename from
8121         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8122         the `gnus-registry-mark-map' keymap dynamically from
8123         `gnus-registry-marks'.  The generated functions update the summary line
8124         when a registry mark is added or deleted, and will call
8125         `gnus-registry-install-p' (see the comments in the code).
8126         (gnus-registry-user-format-function-M): Use concat intelligently.
8127
8128         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8129         the registry mark functions.
8130
8131 2008-03-05  Glenn Morris  <rgm@gnu.org>
8132
8133         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8134         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8135         gnus-art.
8136         (top-level): No need to load own source when compiling.
8137
8138 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8141         Suggested by <chris.anderton@zetnet.co.uk>.
8142
8143 2008-03-04  Glenn Morris  <rgm@gnu.org>
8144
8145         * gnus-sum.el (top-level): No need to require gnus when compiling,
8146         since unconditionally required near start of file.
8147         (gnus-summary-display-while-building): Move definition before use.
8148
8149 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * gnus-registry.el (gnus-registry-user-format-function-M):
8152         Add formatting function.
8153
8154 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8157         with plists.
8158         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8159         Use new format.
8160
8161 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8164         `where-is-internal' that returns a range of key sequences.
8165
8166 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8167
8168         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8169
8170         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8171         (gnus-summary-jump-to-group): Consider windows on other displayed
8172         frames as well.  Similar changes might be needed elsewhere, but that's
8173         the one I've bumped into during my use.
8174
8175         * nndoc.el (nndoc-oe-dbx-type-p):
8176         * gnus-msg.el (gnus-debug):
8177         * gnus-group.el (gnus-update-group-mark-positions):
8178         Use mm-string-to-multibyte.
8179
8180 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8183         doesn't handle NotDashEscaped.
8184
8185         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8186         (mml-dnd-attach-options): Fix typo in custom choice.
8187
8188         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8189         Change nndoc-article-type to mbox.
8190         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8191
8192         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8193         to nil, instead of html2text.
8194
8195         * imap.el (imap-debug): Add `imap-ping-server'.
8196
8197         * gnus-bookmark.el: Add FIXMEs.
8198
8199         * message.el (message-form-letter-separator)
8200         (message-send-form-letter-delay): New variables.
8201         (message-send-form-letter): Use them.  New command to send form
8202         letters.  Requested by Uwe Siart.
8203         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8204
8205 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * Update copyright years.
8208
8209 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         Sync from EMACS_22_BASE.
8212
8213         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8214
8215 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8216
8217         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8218         empty author.
8219
8220 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * gnus-registry.el (gnus-registry-marks): Add variable for
8223         customization of marks and their appearance.
8224         (gnus-registry-read-mark): Use it.
8225         (gnus-registry-do-marks): Add utility function to loop through
8226         `gnus-registry-marks'.
8227         (gnus-registry-install-shortcuts-and-menus): Add function to install
8228         shortcuts and menus.
8229         (gnus-registry-initialize): Use it.
8230         (gnus-registry-default-mark): Clarify documentation.
8231
8232 2008-02-29  Glenn Morris  <rgm@gnu.org>
8233
8234         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8235         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8236         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8237         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8238         Change defcustom :version from 23.0 to 23.1.
8239
8240 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * gnus-registry.el (gnus-registry-follow-group-p)
8243         (gnus-registry-post-process-groups): Add functions to aid registry
8244         splitting and improve logging.  Clarify behavior in function
8245         documentation.
8246         (gnus-registry-split-fancy-with-parent): Use them.
8247
8248 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * gnus-art.el: Use with-current-buffer.
8251
8252 2008-02-27  David Engster  <dengste@eml.cc>
8253
8254         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8255         Express real group name in the response.
8256
8257 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8260         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8261         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8262         autoload gnus-registry-fetch-group when compiling.
8263         (nnmairix-request-group-with-article-number-correction):
8264         Remove unreferenced argument passed to nnmairix-call-backend.
8265
8266 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8269         (mm-uu-extract): Improve face for low color ttys.
8270         Reported by Sascha Wilde.
8271
8272 2008-02-27  Glenn Morris  <rgm@gnu.org>
8273
8274         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8275         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8276         variables to defconsts.  Convert comments to doc-strings.
8277         (nnmairix-last-server, nnmairix-current-server): Convert from free
8278         variables to defvars.  Convert comments to doc-strings.
8279         (gnus-registry-fetch-group): Autoload.
8280         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8281         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8282         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8283         caddr.
8284         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8285         nnmairix-request-group-with-article-number-correction call.
8286         (nnmairix-fast, nnmairix-group): New, less general names, for free
8287         variables passed from nnmairix-request-group to
8288         nnmairix-request-group-with-article-number-correction.  Declare.
8289         (nnmairix-request-group-with-article-number-correction):
8290         Use nnmairix-fast, nnmairix-group rather than fast, group.
8291
8292 2008-02-26  David Engster  <dengste@eml.cc>
8293
8294         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8295         version 0.5.
8296
8297 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8300         instead of making an extra function call.  Don't add the current group
8301         to articles only when they have the group.  Use
8302         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8303         Reported by David <de_bb@arcor.de>.
8304
8305 2008-02-24  Miles Bader  <miles@gnu.org>
8306
8307         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8308         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8309         (mm-find-mime-charset-region):
8310         * mm-bodies.el (mm-encode-body):
8311         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8312
8313 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8316         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8317
8318 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * mail-source.el (mail-source-delete-incoming): Change default.
8321         Supplement doc string.
8322
8323         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8324
8325 2008-02-14  Glenn Morris  <rgm@gnu.org>
8326
8327         * time-date.el (format-seconds): New function.
8328
8329 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * nnmail.el (nnmail-message-id-cache-file): Derive from
8332         `gnus-home-directory'.
8333
8334 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8337         Document negative prefix.
8338
8339         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8340
8341 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * message.el (message-unsent-separator): Add the Exim bounce
8344         separator.
8345
8346 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8347
8348         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8349         list.
8350         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8351         recipient/signer list.
8352
8353 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * Makefile.in (datarootdir): Define.
8356         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8357         name that might contain whitespace.
8358
8359 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8362         fbound (Emacs 23 unicode), signal an error.
8363
8364 2008-02-08  Glenn Morris  <rgm@gnu.org>
8365
8366         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8367
8368 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8369
8370         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8371         ports to the calls to `netrc-machine-user-or-password' in addition to
8372         "imap" and "imaps".
8373
8374 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8375
8376         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8377
8378         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8379
8380 2008-02-01  Kenichi Handa  <handa@m17n.org>
8381
8382         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8383         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8384         (rfc2104-hash): Convert the result of concat to unibyte string.
8385
8386 2008-02-01  Dave Love  <fx@gnu.org>
8387
8388         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8389         coding-system-for-read.
8390         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8391
8392 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8395         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8396         <hanche@math.ntnu.no>.
8397
8398 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8401
8402         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8403
8404 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8405
8406         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8407         * message.el (message-beginning-of-line): Use featurep instead of bound
8408         tests in order to resolve conditionals at compile time.
8409
8410 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8411
8412         * mail-source.el (mail-sources): Add `group' choice.
8413
8414         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8415         parameter `in-group' to control into which group the articles go.
8416         Add treatment of `group' mail-source.
8417
8418 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8421
8422         * mm-decode.el (mm-dissect-buffer): Decode description.
8423
8424         * mml.el (mml-to-mime): Encode message header first.
8425
8426 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8429         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8430
8431         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8432         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8433
8434 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8435
8436         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8437
8438 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8441         prefix keys.
8442         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8443         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8444         gnus-xmas.el.
8445
8446         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8447         (gnus-xmas-article-describe-bindings): New function.
8448         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8449         gnus-xmas-article-describe-bindings.
8450
8451         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8452
8453 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8456         Add new variables for article mark management.
8457         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8458         list of extra data entries which, when present, will indicate that the
8459         article ID should not be trimmed from the registry.
8460         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8461         functions.
8462         (gnus-registry-read-mark): New function to read a mark name from the
8463         user.
8464         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8465         (gnus-registry-set-article-mark-internal): New functions to add and
8466         remove marks.
8467         (gnus-registry-get-article-marks): New function to show the marks for
8468         an article, or retrieve them for further use.
8469
8470 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8473         keys when no argument is given.
8474
8475 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * imap.el (imap-ping-server): New variable.
8478         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8479         (imap-ping-server): Minor doc string fixes.
8480
8481 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8482
8483         * imap.el (imap-ping-server): New function.
8484         (imap-opened): Call imap-ping-server.
8485
8486 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * gnus-sum.el (gnus-article-sort-by-random)
8489         (gnus-thread-sort-by-random): Fix doc strings.
8490         Reported by jidanni@jidanni.org.
8491
8492 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-art.el (gnus-article-describe-bindings): New function.
8495         (gnus-article-read-summary-keys): Use it.
8496         (gnus-article-mode-map): Bind `C-h b' to it.
8497
8498 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8501         XEmacs.
8502         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8503         Protect against non-character events.
8504
8505         * lpath.el: Fbind map-keymap for Emacs 21.
8506
8507 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8510         New command.
8511         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8512         instead of END.  Change name of the temp file.
8513         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8514         customizable.
8515
8516 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8519         bind `S W' to gnus-article-wide-reply-with-original; set default
8520         binding to gnus-article-read-summary-send-keys.
8521         (gnus-article-read-summary-keys): Fix the order of keys; display
8522         continuation keys correctly in the echo area; describe bindings
8523         correctly when keys end with `C-h'.
8524         (gnus-article-read-summary-send-keys): New function.
8525         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8526         Work for gnus-article-read-summary-send-keys; display continuation keys
8527         correctly in the echo area.
8528         (gnus-article-reply-with-original): Ignore prefix argument.
8529         (gnus-article-wide-reply-with-original): New function.
8530
8531         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8532         Emacs 21.
8533
8534 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8537         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8538
8539 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8542         (gnus-group-read-ephemeral-gmane-group): New command.
8543
8544 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8545
8546         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8547
8548 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * message.el (message-send-mail-function): Increase custom version.
8551
8552         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8553         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8554
8555 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8558         for the cases where imap-authenticate is called with a nil buffer
8559         parameter.
8560
8561 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8564         html parts correctly; support forwarded messages.
8565         (gnus-article-browse-html-article): Remove work buffers.
8566
8567         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8568         compiling.
8569         (netrc-bound-and-true-p): New macro.
8570         (netrc-parse): Use it instead of bound-and-true-p that is not available
8571         in XEmacs 21.4.
8572
8573 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-registry.el (gnus-registry-mark-article)
8576         (gnus-registry-article-marks): Add functionality to mark articles
8577         through the Gnus registry.
8578
8579         * encrypt.el: Clarify documentation for the new pgg method.
8580         (encrypt-file-alist): Add PGG option.
8581         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8582         functionality.  Abstract password key and messaging to external
8583         functions.
8584         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8585         (encrypt-message-method-and-cipher): Add new convenience external
8586         functions.
8587         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8588         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8589
8590         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8591         (netrc-parse): Use encrypt-file-alist to determine if
8592         encrypt-find-model or encrypt-insert-file-contents should be used.
8593
8594         * encrypt.el: Clarify documentation.  Load password-cache or
8595         password, whichever one is found first, instead of autoloading.
8596
8597 2007-12-19  Glenn Morris  <rgm@gnu.org>
8598
8599         * mml.el (message-options-set, message-narrow-to-head)
8600         (message-in-body-p, message-mail-p, message-encode-message-body):
8601         Autoload.
8602         (message-remove-header, message-narrow-to-headers-or-head)
8603         (message-subscribed-p, message-make-mail-followup-to)
8604         (message-position-on-field, message-news-p)
8605         (message-options-set-recipient, message-generate-headers)
8606         (message-sort-headers): Declare as functions.
8607
8608 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8611         convention in doc string.
8612
8613 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8616         title to html parts.
8617         (gnus-article-browse-html-article): Pass message header to it.
8618
8619         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8620
8621 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8624         or password compatible with XEmacs.
8625
8626 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8629         format document.
8630         (gnus-mime-delete-part): Don't write description line if empty.
8631         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8632
8633 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8634
8635         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8636         (gnus-summary-mark-read-and-unread-as-read)
8637         (gnus-summary-mark-current-read-and-unread-as-read)
8638         (gnus-summary-mark-unread-as-ticked): Doc fix.
8639         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8640
8641 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8644         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8645
8646 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8649         yes-or-no-p.
8650
8651 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * mm-decode.el (mm-add-meta-html-tag): New function.
8654         (mm-save-part-to-file, mm-pipe-part): Use it.
8655
8656         * gnus-art.el (gnus-article-browse-delete-temp-files):
8657         Use gnus-y-or-n-p instead of y-or-n-p.
8658         (gnus-article-browse-html-parts): Work with message/external-body; use
8659         mm-add-meta-html-tag.
8660
8661 2007-12-11  Glenn Morris  <rgm@gnu.org>
8662
8663         * gnus-cache.el: Require gnus-sum not just when compiling.
8664
8665         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8666
8667         * gnus-int.el (gnus-server-opened, gnus-status-message):
8668         Move definitions before use.
8669
8670         * mm-decode.el: Require gnus-util.
8671         (mm-remove-part): Only call delete-annotation on XEmacs.
8672
8673         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8674
8675         * nnmail.el: Require gnus-int.
8676
8677         * spam.el: Move `require's before `eval-when-compile's.
8678
8679         * gnus-ems.el (gnus-alive-p):
8680         * gnus-fun.el (message-goto-eoh):
8681         * gnus-util.el (gnus-group-name-decode):
8682         * mail-source.el (gnus-compress-sequence):
8683         * message.el (Info-goto-node, format-spec):
8684         * mm-bodies.el (message-options-get):
8685         * mm-decode.el (mm-view-pkcs7):
8686         * mm-util.el (gmm-write-region):
8687         * mml-smime.el (mml-compute-boundary)
8688         (gnus-completing-read-with-default):
8689         * mml.el (widget-button-press, gnus-make-hashtable):
8690         * mml1991.el (mm-decode-content-transfer-encoding)
8691         (mm-encode-content-transfer-encoding)
8692         (message-options-get, message-options-set):
8693         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8694         * nnfolder.el (gnus-request-group):
8695         * nnheader.el (ietf-drums-unfold-fws):
8696         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8697         * smime.el (gnus-run-mode-hooks):
8698         * spam-stat.el (gnus-message): Autoload.
8699
8700         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8701         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8702         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8703         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8704         Add declare-function compatibility definition.
8705
8706         * gnus-cache.el (nnvirtual-find-group-art):
8707         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8708         (gnus-add-image, gnus-add-wash-type):
8709         * gnus-group.el (nnkiboze-score-file):
8710         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8711         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8712         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8713         (message-tokenize-header, gnus-get-buffer-create)
8714         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8715         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8716         * gnus.el (gnus-group-decoded-name):
8717         * mail-source.el (imap-capability):
8718         * mm-bodies.el (message-options-set):
8719         * mm-decode.el (gnus-configure-windows):
8720         * mm-extern.el (message-goto-body):
8721         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8722         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8723         (epg-sub-key-validity, message-options-set):
8724         * mml.el (widget-event-point, gnus-configure-windows):
8725         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8726         * mml2015.el (epg-check-configuration, epg-configuration)
8727         (message-options-set):
8728         * nndb.el (nndb-request-article):
8729         * nnfolder.el (gnus-request-create-group):
8730         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8731         * nnmaildir.el (gnus-group-mark-article-read):
8732         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8733         * rfc1843.el (message-fetch-field):
8734         * spam.el (gnus-extract-address-components):
8735         Declare as functions.
8736
8737 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8740
8741         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8742
8743         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8744         bind show-trailing-whitespace for XEmacs.
8745
8746 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8749         new no-op macro for backward compatibility.
8750
8751         * imap.el (imap-string-to-integer): New function.
8752
8753 2007-12-09  Glenn Morris  <rgm@gnu.org>
8754
8755         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8756
8757         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8758         * message.el, mm-view.el, sieve-manage.el, smime.el:
8759         Add declare-function compatibility definition.
8760
8761         * gnus-art.el (w3-region, w3m-region, Info-menu):
8762         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8763         * gnus-sum.el (gnus-get-predicate):
8764         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8765         * message.el (mail-abbrev-in-expansion-header-p):
8766         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8767         (w3m-detect-meta-charset, w3m-region):
8768         * sieve-manage.el (password-read, password-cache-add)
8769         (password-cache-remove):
8770         * smime.el (password-read-and-add): Declare as functions.
8771
8772 2007-12-08  David Kastrup  <dak@gnu.org>
8773
8774         * gnus-sum.el (gnus-summary-simplify-subject-query):
8775         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8776         `message'.
8777
8778 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8781         it to bind idna-program, installation-directory, defined-colors, and
8782         face-attribute for XEmacs of the version that compiles defcustom forms.
8783
8784 2007-12-07  Glenn Morris  <rgm@gnu.org>
8785
8786         * gnus-art.el (article-make-date-line): Revert previous change.
8787
8788 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8791
8792 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8793
8794         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8795         Call gnus-add-to-range ranges only once with a prepared article-list.
8796
8797 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8798
8799         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8800         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8801         group names with backslashes.
8802         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8803
8804 2007-12-06  Deepak Goel  <deego3@gmail.com>
8805
8806         * gnus-art.el (article-make-date-line):
8807         * gnus-start.el (gnus-load):
8808         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8809
8810 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-art.el (gnus-use-idna)
8813         * gnus-start.el (gnus-site-init-file)
8814         * message.el (message-use-idna)
8815         * mm-uu.el (mm-uu-hide-markers)
8816         * smiley.el (smiley-style): Revert changes that suppress warnings.
8817
8818 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8821         specify charset to html source.
8822         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8823
8824 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8827         idna-program in order to suppress byte compile warning issued by XEmacs
8828         that came to byte compile the default value section of defcustom forms
8829         recently.
8830
8831         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8832         value of installation-directory.
8833
8834         * message.el (message-use-idna): Don't directly refer to the value of
8835         idna-program.
8836
8837         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8838
8839         * smiley.el (smiley-style): Don't directly call face-attribute.
8840
8841 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8844
8845         * gnus-dired.el: Reduce Gnus dependencies.
8846         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8847         Don't require.  Use autoloads instead.
8848         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8849         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8850         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8851         (gnus-dired-mode): Adjust doc string.
8852         (gnus-dired-mail-mode): New variable.
8853         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8854         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8855         (gnus-dired-mail-buffers): New function.  Return mail or message
8856         composition buffers.
8857         (gnus-dired-attach): Use it.
8858         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8859         NO-DECODE.
8860         (gnus-dired-print): Use `gnus-print-buffer' depending on
8861         `gnus-dired-mail-mode'.
8862
8863 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * rfc2047.el (rfc2047-encoded-word-regexp)
8866         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8867         explaining what regexp patterns are for.
8868
8869 2007-12-04  Glenn Morris  <rgm@gnu.org>
8870
8871         * password.el: Move to password-cache.el.
8872
8873         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8874         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8875         * mml-smime.el (password-read, password-cache-add)
8876         (password-cache-remove):
8877         No need to autoload, since mml-sec requires password.
8878
8879         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8880         * message.el (gnus-extract-address-components):
8881         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8882
8883         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8884         password.
8885
8886 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * mailcap.el: Reduce dependencies.
8889         (mail-header-parse-content-type): Autoload.
8890         (mailcap-delete-duplicates): New alias.
8891         (mailcap-mime-info): Add optional argument NO-DECODE.
8892         (mailcap-mime-types): Use mailcap-delete-duplicates.
8893
8894         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8895
8896 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8897
8898         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8899         (imap-parse-status): Upcase status-att for servers that sends them
8900         lower-case (e.g., MS Exchange 2007).
8901
8902 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8905         function.
8906
8907         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8908         (gnus-uu-yenc-article): New function.
8909
8910         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8911
8912         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8913
8914 2007-12-02  Glenn Morris  <rgm@gnu.org>
8915
8916         * binhex.el (binhex): New custom group.
8917         (binhex-decoder-program, binhex-decoder-switches)
8918         (binhex-use-external): Move to the binhex custom group.
8919
8920         * uudecode.el (uudecode): New custom group.
8921         (uudecode-decoder-program, uudecode-decoder-switches)
8922         (uudecode-use-external): Move to the uudecode custom group.
8923
8924         * netrc.el (top-level): Don't load `encrypt' features.
8925         (netrc-parse): Don't use encrypt.
8926         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8927
8928         * encrypt.el: Remove file.
8929
8930 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8933         matches on patches.
8934
8935         * gnus-art.el (gnus-article-browse-html-article):
8936         Mention `mm-text-html-renderer' in the doc string.
8937
8938         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8939         string.  Add comments.
8940
8941         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8942         if rhs is ASCII.
8943
8944 2007-12-01  Glenn Morris  <rgm@gnu.org>
8945
8946         * mail-source.el (top-level): Require format-spec before
8947         eval-when-compile.
8948
8949 2007-11-30  Glenn Morris  <rgm@gnu.org>
8950
8951         * encrypt.el: Require password, rather than autoloading password-read.
8952
8953 2007-11-29  Glenn Morris  <rgm@gnu.org>
8954
8955         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8956         (sasl-make-client, sasl-next-step, sasl-step-data)
8957         (sasl-step-set-data): Declare as functions.
8958
8959 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8962
8963 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8964
8965         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8966         certs should be verified and what is to be done in the event of a
8967         verification failure.
8968
8969         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8970         caller can indicate whether the cache should be disregarded for this
8971         call.  This way the result of the call is reproducible at all times and
8972         can be considered a canonical server name for the supplied method.
8973         (gnus-agent-method-p): Canonicalize server names by pushing their
8974         method through `gnus-method-to-server' using the no-cache argument.
8975
8976         * gnus-srvr.el (gnus-server-insert-server-line):
8977         Call `gnus-method-to-server' with `no-cache' argument.
8978
8979         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8980         gnus-agent-possibly-synchronize-flags as this should be called when the
8981         server is actually being opened.
8982         (gnus-agent-possibly-synchronize-flags)
8983         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8984         flags file of an agentized server to the latter function.
8985
8986         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8987         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8988         after a connection has been established successfully.
8989
8990 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-art.el (article-display-face): Force to display face if called
8993         interactively; check if gnus-article-x-face-too-ugly matches author.
8994         (article-display-x-face): Display face even if From header is missing
8995         as article-display-face does.
8996
8997 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8998
8999         * hashcash.el (message-narrow-to-headers-or-head)
9000         (message-fetch-field, message-goto-eoh)
9001         (message-narrow-to-headers): Declare as functions.
9002
9003 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * mail-source.el (mail-sources): Default to fetch from file for
9006         compatibility with default of nnmail-spool-file.
9007
9008 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9011         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9012         to look for encoded word that should be encoded again.
9013         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9014         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9015         encoding pattern.
9016         (rfc2047-decode-region): Switch strict regexp and loose one according
9017         to rfc2047-allow-irregular-q-encoded-words.
9018
9019 2007-11-25  Romain Francoise  <romain@orebokech.com>
9020
9021         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9022
9023 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * tls.el (tls-program): Provide more custom choices from
9026         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9027         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9028
9029 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9032         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9033
9034         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9035         `nnmail-spool-file'.
9036
9037         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9038         `nnmail-spool-file'.
9039
9040         * gnus-move.el (gnus-change-server): Ditto.
9041
9042         * gnus-kill.el (gnus-batch-score): Ditto.
9043
9044         * gnus-cache.el (gnus-jog-cache): Ditto.
9045
9046         * gnus-msg.el (gnus-summary-reply):
9047         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9048
9049 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9052         version.  Minor improvement to doc strings.
9053         (tls-program): Add comment.
9054
9055 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9056
9057         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9058         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9059         mismatch between the hostname provided in the certificate and the name
9060         of the host connnecting to.
9061         (open-tls-stream): Use them.  Check certificates against trusted root
9062         certificates.
9063
9064 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-cache.el (gnus-cache-generate-nov-databases):
9067         Use nnml-generate-nov-databases-directory instead of
9068         nnml-generate-nov-databases-1.
9069
9070 2007-11-24  Glenn Morris  <rgm@gnu.org>
9071
9072         * message.el (message-tool-bar-retro): Update for rename
9073         mail_send.xpm->mail-send.xpm.
9074
9075 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9078         `smime-ldap-search' for Emacs 22 and up.
9079
9080 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9081
9082         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9083
9084         * message.el (message-send-mail-function): Fix error convention.
9085         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9086         (message-widen-reply, message-send-mail, message-talkative-question)
9087         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9088         (message-clone-locals, message-send-news): Use with-current-buffer.
9089         (message-insert-or-toggle-importance): Remove unused var `valid'.
9090         (message-make-references): Remove unused var `new-references'.
9091         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9092
9093 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9094
9095         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9096         (spam-split-symbolic-return-positive): Reflow docstring.
9097         (spam-backends, spam-summary-exit-behavior)
9098         (spam-mark-ham-unread-before-move-from-spam-group)
9099         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9100         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9101         (spam-clear-cache, spam-backend-check, spam-install-backend)
9102         (spam-install-statistical-backend, spam-list-of-processors)
9103         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9104         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9105         (spam-check-crm114, spam-initialize, spam-unload-hook):
9106         Fix typos in docstrings.
9107
9108 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9111         been checked if they have never been read and those group levels are
9112         higher than the one that a user specified.
9113
9114 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9117         foreign groups unless a group level is specified by a user.
9118         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9119
9120 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * message.el (message-send-mail-function): Require sendmail.
9123
9124 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * message.el (message-send-mail-function): Check for smtpmail too.
9127
9128         * utf7.el (utf7-encode, utf7-decode): Use coding system
9129         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9130
9131         * message.el (message-send-mail-function): New function.
9132         (message-send-mail-function): Set default using
9133         message-send-mail-function.  Adjust doc string.
9134         (message-send-mail-with-mailclient): New function.
9135
9136 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9137
9138         * smime.el (from):
9139         * rfc2047.el (message-posting-charset):
9140         * qp.el (mm-use-ultra-safe-encoding):
9141         * pop3.el (parse-time-months):
9142         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9143         * nnml.el (files):
9144         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9145         (jka-compr-compression-info-list, ange-ftp-path-format)
9146         (efs-path-regexp):
9147         * nndiary.el (files):
9148         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9149         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9150         (epg-digest-algorithm-alist, inhibit-redisplay)
9151         (password-cache-expiry):
9152         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9153         (pgg-output-buffer, password-cache-expiry):
9154         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9155         (efs-path-regexp):
9156         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9157         (inhibit-redisplay):
9158         * mm-uu.el (file-name, start-point, end-point, entry)
9159         (gnus-newsgroup-name, gnus-newsgroup-charset):
9160         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9161         (latin-unity-ucs-list):
9162         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9163         (mm-uu-binhex-decode-function):
9164         * message.el (gnus-message-group-art, gnus-list-identifiers)
9165         (rmail-enable-mime-composing, gnus-local-organization)
9166         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9167         (gnus-read-active-file, facemenu-add-face-function)
9168         (facemenu-remove-face-function, gnus-article-decoded-p)
9169         (tool-bar-mode):
9170         * mail-source.el (display-time-mail-function):
9171         * gnus-util.el (nnmail-pathname-coding-system)
9172         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9173         (gnus-original-article-buffer, gnus-user-agent)
9174         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9175         (xemacs-codename, sxemacs-codename, emacs-program-version):
9176         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9177         * gnus-start.el (gnus-agent-covered-methods)
9178         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9179         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9180         (gnus-newsgroup-headers, gnus-group-list-mode)
9181         (gnus-group-mark-positions, gnus-newsgroup-data)
9182         (gnus-newsgroup-unreads, nnoo-state-alist)
9183         (gnus-current-select-method, mail-sources)
9184         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9185         (nnmail-spool-file, gnus-cache-active-hashtb):
9186         * gnus-mh.el (mh-lib-progs):
9187         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9188         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9189         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9190         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9191         (gnus-group-buffer):
9192         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9193         (font-lock-set-defaults):
9194         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9195         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9196         (gnus-summary-post-menu, total-parts, type, condition, length):
9197         * gnus-agent.el (gnus-agent-read-agentview):
9198         * flow-fill.el (show-trailing-whitespace):
9199         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9200         eval-and-compile wrappers for byte compiler pacifiers.
9201
9202         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9203         (mm-display-inline-fontify): Check for featurep 'xemacs not
9204         extent-list.
9205
9206         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9207         itimer-list.
9208         (mm-create-image-xemacs): Only do something for XEmacs.
9209         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9210
9211         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9212
9213         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9214         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9215
9216 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9217
9218         * nnimap.el (nnimap-split-download-body):
9219         * gnus-demon.el (gnus-demon):
9220         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9221
9222 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9225         New macros.
9226         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9227         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9228         copy data from unibyte buffer to multibyte current buffer.
9229         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9230         to copy data from unibyte current buffer to multibyte buffer.
9231         (nntp-make-process-buffer): Make process buffer unibyte.
9232
9233         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9234
9235 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9236
9237         * pop3.el (pop3-open-server): Accept and process data more robustly at
9238         connexion start to avoid spurious "POP SSL connexion failed" errors.
9239
9240 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9243         read group names.
9244
9245 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9248
9249 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9252         (nnmail-save-active): Use a unibyte buffer when saving active file,
9253         which may contain non-ASCII group names.
9254
9255         * nnml.el (nnml-request-group): Decode group names in messages.
9256
9257 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * message.el (message-citation-line-function)
9260         (message-insert-formatted-citation-line): Fix spelling of
9261         `message-insert-formated-citation-line'.
9262
9263 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9266
9267 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9270         nnmail-pathname-coding-system.
9271
9272         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9273         that a user enters; decode group names in messages.
9274
9275         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9276
9277 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9280
9281         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9282
9283         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9284         risky local variable.
9285
9286         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9287
9288 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * encrypt.el: Improve documentation to fix function name typo.
9291         Reported by Daiki Ueno <ueno@unixuser.org>.
9292
9293 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9296         even if the point is not in the last page of an article.
9297         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9298         back to the previous page.
9299
9300 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9303
9304 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9307
9308 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9309
9310         * message.el (message-check-news-body-syntax):
9311         Avoid mm-string-as-multibyte.
9312         (message-hide-headers): Don't assume (point-min)==1.
9313
9314 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * message.el (message-remove-blank-cited-lines): Fix if remove is
9317         given.
9318         (message-bogus-address-regexp): New variable.
9319         (message-bogus-recipient-p): New function.
9320         (message-check-recipients): New command.
9321         (message-syntax-checks): Add `bogus-recipient'.
9322         (message-fix-before-sending): Add `bogus-recipient'.
9323
9324         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9325         (gnus-treat-body-boundary): Don't test window-system.
9326
9327 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9328
9329         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9330
9331 2007-10-28  Miles Bader  <miles@gnu.org>
9332
9333         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9334         at compile-time too.
9335
9336 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * gnus-msg.el (gnus-message-setup-hook):
9339         Add `message-remove-blank-cited-lines' to options.
9340
9341 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * message.el (message-remove-blank-cited-lines): New function.
9344         Suggested by Karl Plästerer.
9345
9346 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9349         mapc.
9350
9351         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9352         (top-level): Use mapc to set functions to be traced for debugging.
9353
9354         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9355         called for effect with while loop.
9356
9357         * message.el (message-talkative-question): Replace mapcar called for
9358         effect with mapc.
9359
9360         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9361         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9362         called for effect with dolist.
9363
9364         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9365
9366         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9367         gnus-extra-headers and nnmail-extra-headers.
9368
9369         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9370         called for effect with dolist.
9371         (top-level): Use mapc to set functions to be traced for debugging.
9372
9373         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9374         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9375         dolist.
9376
9377         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9378         Replace mapcar called for effect with mapc.
9379         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9380         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9381         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9382         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9383
9384         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9385         remove-if that's a cl function.
9386
9387         * webmail.el (webmail-debug): Replace mapcar called for effect with
9388         dolist.
9389
9390         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9391         with mapc.
9392
9393 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9396         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9397         with while loop.
9398
9399         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9400         functions from article-* functions.
9401         (gnus-multi-decode-header): Replace mapcar called for effect with
9402         dolist.
9403
9404         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9405         (gnus-bookmark-show-details): Replace mapcar called for effect with
9406         while loop.
9407
9408         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9409         called for effect with while loop.
9410
9411         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9412         with dolist.
9413
9414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9415         Replace mapcar called for effect with dolist.
9416
9417         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9418
9419         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9420         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9421         Replace mapcar called for effect with dolist.
9422         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9423         mapc.
9424
9425         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9426         Replace mapcar called for effect with dolist.
9427         (gnus-topic-list): Replace mapcar called for effect with mapc.
9428
9429         * gnus.el: Use mapc instead of mapcar to add autoloads.
9430
9431 2007-10-23  Richard Stallman  <rms@gnu.org>
9432
9433         * gnus-group.el (gnus-group-highlight): Mark as risky.
9434
9435 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus.el (gnus-server-to-method): Return method found first in
9438         gnus-newsrc-alist.
9439
9440         * gnus-art.el (gnus-article-highlight-signature)
9441         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9442         button overlay without the front stickiness.
9443
9444 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9445
9446         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9447         overview buffer needed a catch to receive its throw.
9448         (gnus-agent-flush-cache): Declare as interactive to make this function
9449         easier to use.
9450
9451 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9454         `next-line'.
9455
9456 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9459         exclude address matching message-dont-reply-to-names.
9460
9461 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-util.el (gnus-string<): New function.
9464
9465         * gnus-sum.el (gnus-article-sort-by-author)
9466         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9467
9468 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9471         the frame-focus tag is set in gnus-buffer-configuration.
9472
9473 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9476         the front stickiness.
9477
9478 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9481         url pattern; remove duplicate one.
9482         (gnus-article-extend-url-button): New function.
9483         (gnus-article-add-buttons): Use it.
9484         (gnus-button-push): Use concatenated url that it makes.
9485
9486 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9487
9488         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9489
9490 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9491
9492         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9493         Don't hardcode point-min==1.
9494
9495 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9498         Fix comment about "iso8859-1".
9499
9500 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9501
9502         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9503         ones returned from the verify-function.
9504
9505         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9506         Call mml2015-extract-cleartext-signature if extraction failed.
9507
9508 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9509
9510         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9511         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9512         failed.
9513
9514 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9517
9518 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9521         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9522         recommends to use EasyPG instead of PGG.
9523
9524         * pgg.el: Revert to revision 6.23.2.16.
9525
9526         * pgg-def.el: Revert to revision 6.6.2.14.
9527
9528         * pgg-gpg.el: Revert to revision 6.23.2.34.
9529
9530 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9533         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9534         thread for both the null and zero (kill/expire thread) universal prefix
9535         cases.
9536         (gnus-summary-expire-thread): Add new function to expire a thread,
9537         using gnus-summary-kill-thread.
9538         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9539         shortcuts for gnus-summary-expire-thread.
9540         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9541         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9542
9543 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9546         extras value, so an extras entry can be deleted.
9547         (gnus-registry-delete-extra-entry): Use it.
9548         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9549         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9550         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9551         storage through the gnus-registry, and provide an appropriate API for
9552         it.
9553
9554 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9557         Suggested by Leo <sdl.web@gmail.com>.
9558
9559         * gnus.el: Do.
9560
9561 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9564         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9565
9566         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9567
9568         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9569         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9570
9571 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9574         newline.
9575         (nnmbox-request-accept-article): Don't change article in source buffer;
9576         narrow to header to use message-fetch-field rather than
9577         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9578         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9579         as delimiters; make sure article ends with newline.
9580         (nnmbox-delete-mail): Correct last position of article to be deleted;
9581         ignore X-Gnus-Newsgroup header in article body.
9582         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9583         positions; make sure article ends with newline.
9584
9585         * message.el (message-display-abbrev): Don't infloop when a user
9586         inserts SPC in the beginning of header.
9587
9588         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9589         coding-system-for-read and coding-system-for-write for XEmacs having no
9590         file-coding feature.
9591
9592         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9593
9594 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9597         list of groups not followed by default.  Fix type to be regexp.
9598         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9599
9600 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9601
9602         * hmac-def.el (define-hmac-function): Switch from old-style to
9603         new-style backquotes.
9604
9605         * md4.el (md4-make-step): Likewise.
9606
9607 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9610         raw-text coding system when saving .newsrc file, which may contain
9611         non-ASCII group names.
9612
9613 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-cus.el (gnus-score-extra): New widget.
9616         (gnus-score-extra-convert): New function.
9617         (gnus-score-customize): Use it for Extra.
9618
9619 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9620
9621         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9622         (mml2015-mailcrypt-clear-verify): Use it.
9623         (mml2015-gpg-clear-verify): Use it.
9624         (mml2015-pgg-clear-verify): Use it.
9625         (mml2015-epg-clear-verify): Replace the current part with the output
9626         from GnuPG; don't extract the plaintext by itself.
9627
9628         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9629         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9630         mml2015-clear-verify-function; don't touch the armor headers or
9631         dash-escaped text here.
9632
9633 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9636         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9637         parts, or application/octet-stream as a last resort.
9638         (gnus-mime-view-part-as-type): Don't toggle display.
9639         (gnus-mime-view-part-as-charset): Don't turn off display before
9640         querying charset.
9641
9642         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9643         stuff to undisplayer function in Emacs.
9644         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9645
9646         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9647         text/calendar parts.
9648
9649 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9652         decoding text/calendar parts.
9653
9654         * message.el (message-forward-make-body-mime): Always mark body as
9655         having no illegible text; remove signed-or-encrypted argument.
9656         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9657
9658         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9659         (mml-generate-mime-1): Don't encode body if it is specified to be in
9660         raw form; don't make buffer be unibyte when inserting multibyte string.
9661
9662 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9663
9664         * sha1.el: Fix up comment style.
9665         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9666         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9667
9668         * hex-util.el: Fix up comment style.
9669         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9670
9671         * gnus-salt.el: Use with-current-buffer.
9672         (gnus-pick-setup-message): Fix long-standing typo.
9673
9674 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * imap.el (imap-logout-timeout): New variable.
9677         (imap-logout, imap-logout-wait): New functions.
9678         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9679
9680         * nnimap.el (nnimap-logout-timeout): New server variable.
9681         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9682         nnimap-logout-timeout.
9683
9684         * gnus-art.el (gnus-article-summary-command-nosave)
9685         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9686
9687 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus.el (gnus-maximum-newsgroup): New variable.
9690
9691         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9692         according to gnus-maximum-newsgroup.
9693
9694         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9695         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9696         Limit the range of articles according to gnus-maximum-newsgroup.
9697
9698 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9699
9700         * gnus-art.el (gnus-sticky-article): Fix problems described in
9701         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9702         Don't perform gnus-configure-windows here; reuse existing sticky
9703         article buffer.
9704
9705         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9706         it doesn't exist in gnus-article-mode.
9707
9708 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9711         (gnus-agent-decoded-group-name): New function.
9712         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9713         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9714
9715 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9716
9717         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9718         Add binding for gnus-sticky-article.
9719         (gnus-summary-exit): Don't kill sticky article buffers.
9720
9721         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9722         article buffer.
9723         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9724         (gnus-kill-sticky-article-buffers): New commands.
9725
9726 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * nntp.el (nntp-xref-number-is-evil): New server variable.
9729         (nntp-find-group-and-number): If it is non-nil, don't trust article
9730         numbers in the Xref header.
9731
9732 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-agent.el (gnus-agent-read-group): New function.
9735         (gnus-agent-flush-group, gnus-agent-expire-group)
9736         (gnus-agent-regenerate-group): Use it.
9737         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9738         nnmail-pathname-coding-system.
9739
9740 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9743
9744         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9745         that are unread as unread, and also as selected so that information of
9746         marks having been changed by a user may be updated when exiting group.
9747
9748 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9751
9752 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9755         calculated ignoring signature parts to gnus-treat-article.
9756
9757 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9760         a point here in order to keep the window start.
9761         (gnus-insert-mime-security-button): Make a button overlay without the
9762         front stickiness.
9763         (gnus-mime-display-security): Goto the end of a button.
9764
9765         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9766
9767 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9770         group-name-at-point.
9771         (gnus-group-completing-read): New function that offers decoded
9772         non-ASCII group names for completion.
9773         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9774         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9775         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9776         (gnus-group-fetch-control): Use it.
9777         (gnus-fetch-group): Use group-name-at-point for the initial value
9778         rather than the default value; use gnus-alive-p.
9779
9780         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9781         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9782         (gnus-summary-post-news): Use gnus-group-completing-read.
9783
9784         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9785         (gnus-read-move-group-name): Decode group name for completion.
9786
9787 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9788
9789         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9790         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9791         Yamaoka slightly modified the code).
9792
9793 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9796         (nnmail-split-incoming): Bind it.
9797
9798         * nnml.el (nnml-group-name-charset): New function.
9799         (nnml-decoded-group-name): Use it; don't decode group name if
9800         nnmail-group-names-not-encoded-p is non-nil.
9801         (nnml-encoded-group-name): New function.
9802         (nnml-group-pathname): Inline nnml-decoded-group-name.
9803         (nnml-request-expire-articles): Decode group name in message.
9804         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9805         nnmail-pathname-coding-system.
9806         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9807         not decoded ones according to nnmail-group-names-not-encoded-p.
9808         (nnml-generate-active-info): Use nnml-encoded-group-name.
9809
9810 2007-08-08  Glenn Morris  <rgm@gnu.org>
9811
9812         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9813         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9814         doc-strings and comments.
9815
9816 2007-07-25  Glenn Morris  <rgm@gnu.org>
9817
9818         * Relicense all FSF files to GPLv3 or later.
9819
9820 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-sum.el (gnus-summary-move-article):
9823         Make gnus-summary-respool-article work.
9824
9825 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9828         string.
9829
9830 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9831
9832         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9833         that should be ignored when comparing distant RSS articles with local
9834         ones.
9835         (nnrss-make-hash-index): New function.  Create a hash index according
9836         to the ignored fields.
9837         (nnrss-check-group): Use it.
9838
9839 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9842
9843         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9844
9845         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9846         the new optional argument ENCODED is non-nil.
9847         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9848         coding system for encoding group name.
9849         (gnus-group-make-rss-group): Pass un-encoded group name to
9850         gnus-group-make-group.
9851         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9852         encoded.
9853
9854         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9855         Encode group name to which articles are moved or copied.
9856         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9857         coding system for encoding Newsgroup, Followup-To and Xref headers.
9858
9859         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9860         marks; use nnheader-file-coding-system to write a file.
9861         (nnagent-retrieve-headers): Bind file-name-coding-system to
9862         nnmail-pathname-coding-system.
9863
9864         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9865
9866         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9867         (nnml-request-article, nnml-request-create-group)
9868         (nnml-request-rename-group, nnml-find-id)
9869         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9870         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9871         (nnml-save-marks): Use nnml-group-pathname instead of
9872         nnmail-group-pathname.
9873
9874         (nnml-request-create-group, nnml-request-expire-articles)
9875         (nnml-request-move-article, nnml-request-delete-group)
9876         (nnml-deletable-article-p, nnml-possibly-create-directory)
9877         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9878         (nnml-open-marks): Bind file-name-coding-system to
9879         nnmail-pathname-coding-system.
9880
9881         (nnml-request-article): Pass server argument to nnml-find-group-number.
9882         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9883         Pass server argument to nnml-possibly-create-directory.
9884         (nnml-request-accept-article): Pass server argument to
9885         nnml-active-number and nnml-save-mail.
9886         (nnml-find-group-number): Pass server argument to nnml-find-id.
9887         (nnml-request-update-info): Pass server argument to
9888         nnml-marks-changed-p.
9889
9890         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9891         (nnml-save-mail, nnml-active-number): Add server argument.
9892
9893         (nnml-request-delete-group): Warn if group is missing.
9894         (nnml-get-nov-buffer): Decode group name.
9895         (nnml-generate-active-info): Encode group name.
9896         (nnml-open-marks): Decode group name in messages.
9897
9898 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9901         if it is not specified.
9902         (gnus-article-pipe-part, gnus-article-save-part)
9903         (gnus-article-interactively-view-part, gnus-article-copy-part)
9904         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9905         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9906         (gnus-article-replace-part, gnus-article-delete-part)
9907         (gnus-article-view-part-as-type): Pass raw prefix argument to
9908         gnus-article-part-wrapper.
9909
9910 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-agent.el (gnus-agent-save-active):
9913         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9914
9915         * gnus-cache.el (gnus-cache-save-buffers)
9916         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9917         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9918         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9919         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9920         (gnus-cache-generate-active, gnus-cache-rename-group)
9921         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9922         (gnus-cache-update-overview-total-fetched-for):
9923         Bind file-name-coding-system to nnmail-pathname-coding-system.
9924         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9925         New variables.
9926         (gnus-cache-decoded-group-name): New function.
9927         (gnus-cache-file-name): Use it.
9928         (gnus-cache-generate-active): Use non-decoded group name for active.
9929
9930         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9931         right place.
9932         (gnus-write-active-file): Don't break non-ASCII group names.
9933
9934         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9935         nnmail-pathname-coding-system.
9936
9937         * lpath.el: Bind default-file-name-coding-system,
9938         file-name-coding-system and language-info-alist for XEmacs.
9939
9940         * gnus-uu.el (gnus-uu-decode-save): Typo.
9941
9942 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9945
9946 2007-07-14  David Kastrup  <dak@gnu.org>
9947
9948         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9949         finishing actions if we did not edit the article.
9950
9951 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9954         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9955         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9956         (gnus-agent-flush-group, gnus-agent-flush-cache)
9957         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9958         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9959         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9960         (gnus-agent-regenerate-group)
9961         (gnus-agent-update-files-total-fetched-for)
9962         (gnus-agent-update-view-total-fetched-for):
9963         Bind file-name-coding-system to nnmail-pathname-coding-system.
9964         (gnus-agent-group-pathname): Don't encode file names by
9965         nnmail-pathname-coding-system.
9966         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9967         coding-system-for-write instead of buffer-file-coding-system to
9968         gnus-agent-file-coding-system.
9969
9970         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9971         Decode group name.
9972
9973         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9974
9975         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9976         (gnus-read-newsrc-el-file): Make group names unibyte.
9977
9978         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9979         nnmail-pathname-coding-system.
9980
9981         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9982         (nnrss-request-delete-group): Bind file-name-coding-system to
9983         nnmail-pathname-coding-system.
9984         (nnrss-read-server-data, nnrss-read-group-data):
9985         Bind file-name-coding-system correctly.
9986         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9987
9988         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9989         (nntp-server-to-method-cache): New variable.
9990         (nntp-group-pathname): New function that decodes non-ASCII group names.
9991         (nntp-possibly-create-directory, nntp-marks-changed-p)
9992         (nntp-save-marks, nntp-open-marks): Use it.
9993         (nntp-possibly-create-directory, nntp-open-marks):
9994         Bind file-name-coding-system to nnmail-pathname-coding-system.
9995         (nntp-open-marks): Decode group names when bootstrapping marks.
9996
9997         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9998         Newsgroups and Folowup-To headers.
9999
10000 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10003         (gnus-server-closed-face, gnus-server-denied-face)
10004         (gnus-server-offline-face): Remove variable.
10005         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10006
10007         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10008         of modifying message-stack directly for XEmacs.
10009
10010         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10011         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10012         if the coding-system argument is nil for XEmacs.
10013
10014         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10015         mm-charset-override-alist.
10016
10017         * rfc2047.el: Don't require base64; require rfc2045 for the function
10018         rfc2045-encode-string.
10019         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10020         to quote the parameter value.
10021
10022 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10025         form in gnus-group-name-charset-method-alist.
10026
10027         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10028         overrides the default layout edit-form.
10029
10030         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10031
10032         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10033
10034 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10037         as unfetched articles.
10038
10039 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10042
10043 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10046         original back end that keeps marks in the local system.
10047
10048 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10051         arg of pop-to-buffer for XEmacs.
10052         (gnus-article-read-summary-keys): Ditto; don't restore window
10053         configuration if summary command ends up with neither article buffer
10054         nor summary buffer; describe bindings if summary keys end with C-h.
10055
10056 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * message.el (message-fix-before-sending): Skip raw message part to be
10059         forwarded while checking illegible text.
10060         (message-forward-make-body-mime, message-forward-make-body):
10061         Mark signed or encrypted raw message as having no illegible text.
10062
10063 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10066         (gnus-message-with-timestamp-1): New macro.
10067         (gnus-message-with-timestamp): New function.
10068         (gnus-message): Use them.
10069
10070         * nnheader.el (nnheader-message): Use them.
10071
10072 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10075         .newsrc.eld file.
10076
10077 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-agent.el (gnus-agent-fetch-headers)
10080         (gnus-agent-retrieve-headers):
10081         Bind gnus-decode-encoded-address-function to identity.
10082
10083         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10084         available also when the server returns simply a dot.
10085
10086         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10087
10088 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10091
10092 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-ems.el (gnus-x-splash): Make it work.
10095
10096         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10097         from being used.
10098
10099         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10100
10101 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10104         4th and the 5th arguments.
10105
10106         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10107         the front stickiness.
10108         (gnus-article-summary-command-nosave): Correct the order of the
10109         arguments passed to pop-to-buffer.
10110         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10111         summary command ends up with the article buffer.
10112
10113         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10114         the same faces.
10115
10116 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10117
10118         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10119
10120 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10121
10122         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10123         * gnus-sum.el (gnus-summary-highlight):
10124         * pgg.el (pgg-sign-region, pgg-sign):
10125         * mail-source.el (mail-source-delete-old-incoming-confirm):
10126         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10127
10128 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-art.el (gnus-mime-view-part-externally)
10131         (gnus-mime-view-part-internally): Fix predicate function passed to
10132         completing-read.
10133
10134         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10135
10136         * gnus.el (gnus-update-message-archive-method): Add :version.
10137
10138 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus.el (gnus-update-message-archive-method): New variable.
10141
10142         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10143         according to gnus-message-archive-method if
10144         gnus-update-message-archive-method is non-nil.
10145
10146 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10149         Suggested by Loic Dachary <loic@dachary.org>.
10150         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10151
10152 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * message.el (message-pop-to-buffer): Add switch-function argument.
10155         (message-mail): Pass switch-function argument to it.
10156
10157 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10160         Improve doc string.
10161
10162 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10165         (gnus-header-content)
10166         * gnus-cite.el (gnus-cite-10)
10167         * gnus-srvr.el (gnus-server-closed)
10168         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10169         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10170         (gnus-group-mail-3-empty, gnus-group-mail-low)
10171         (gnus-group-mail-low-empty, gnus-splash)
10172         * message.el (message-header-to, message-header-cc)
10173         (message-header-subject, message-header-other, message-header-name)
10174         (message-header-xheader, message-separator, message-cited-text)
10175         (message-mml): Lighten colors of faces used for dark background.
10176
10177 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10178
10179         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10180         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10181
10182 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * message.el (message-narrow-to-headers-or-head):
10185         Ignore mail-header-separator in the body.
10186
10187 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10190         same as window size.
10191
10192 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10193
10194         * message.el (message-font-lock-keywords): Use message-header-xheader
10195         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10196         ahead of the anything pattern, to get it recognised.
10197
10198 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10201         spam.el loads uses it in the compiled defadvice form.
10202
10203 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10204
10205         * gnus-sum.el (gnus-articles-to-read)
10206         (gnus-summary-insert-old-articles): Don't truncate group name for
10207         `read-string'.
10208
10209         * gnus-util.el (gnus-limit-string): Delete this function.
10210
10211         * gnus-sum.el (gnus-simplify-subject-fully):
10212         Use `truncate-string-to-width' instead.
10213
10214 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10215
10216         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10217         Tell if, on summary exit, the next group has to be selected.
10218         (gnus-summary-exit): Use it.
10219
10220 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10223         non-break space.
10224
10225 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10228         Check if group is not a directory.
10229         (nnfolder-request-expire-articles): Don't delete articles if the target
10230         group is not available.
10231
10232         * nnml.el (nnml-request-create-group): Properly check if group is not a
10233         file.
10234         (nnml-request-expire-articles): Don't delete articles if the target
10235         group is not available.
10236
10237         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10238         Don't quote characters that are within parentheses.
10239
10240 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10243         (gnus-handle-ephemeral-exit): Select article according to it.
10244
10245 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * message.el (message-insert-formated-citation-line): Remove newline.
10248         (message-citation-line-format): Add final \n here so that the user can
10249         avoid a blank line.
10250
10251 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10252
10253         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10254         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10255         Update lanl/arXiv support.
10256
10257 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus.el: Bump version number.
10260
10261 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * gnus.el (gnus-version-number): Bump version.
10264
10265 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10266
10267         * gnus.el: No Gnus v0.6 is released.
10268
10269 2007-04-27  Didier Verna  <didier@xemacs.org>
10270
10271         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10272         * gmm-utils.el (gmm-regexp-concat): ... here.
10273         * message.el: Don't require 'gnus-util.
10274         (message-dont-reply-to-names): Handle name change above.
10275         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10276
10277 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10280         since the initial value varies according to the system.
10281
10282 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10285
10286 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10287
10288         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10289
10290 2007-04-24  Didier Verna  <didier@xemacs.org>
10291
10292         Improve the type of gnus-ignored-from-addresses.
10293         * gnus-util.el (gnus-orify-regexp): New function.
10294         * message.el (gnus-util): Require it.
10295         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10296         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10297         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10298
10299 2007-04-24  Didier Verna  <didier@xemacs.org>
10300
10301         * gnus-sum.el:
10302         * gnus-utils.el: Fix some trailing whitespaces.
10303
10304 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10307         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10308         article's Message-ID; refer parent article in summary buffer.
10309
10310         * message.el (message-bounce): Call mime-to-mml.
10311
10312         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10313         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10314         optimize and/or forms properly.
10315
10316 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10319         URL.
10320
10321 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10324
10325 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10328         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10329         displayed of multipart/alternative part if it is invoked from summary
10330         buffer.
10331
10332         * mm-view.el (mm-inline-text-html-render-with-w3m)
10333         (mm-inline-text-html-render-with-w3m-standalone)
10334         (mm-inline-render-with-function): Use mail-parse-charset by default.
10335
10336 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10337
10338         * parse-time.el (parse-time-string-chars): Check if CHAR
10339         is less than the length of parse-time-syntax.
10340
10341 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10344         from gnus-newsgroup-processable.
10345
10346 2007-04-16  Didier Verna  <didier@xemacs.org>
10347
10348         * gnus-msg.el (gnus-configure-posting-styles):
10349         Handle message-signature-directory properly with :file syntax.
10350         Reported by "Leo".
10351
10352 2007-04-11  Didier Verna  <didier@xemacs.org>
10353
10354         New user option: message-signature-directory.
10355         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10356         * message.el (message-insert-signature): Ditto.
10357         * message.el (message-signature-file): Doc update.
10358         * message.el (message-signature-directory): New.
10359
10360 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-msg.el (gnus-inews-yank-articles):
10363         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10364
10365 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * message.el (message-yank-original): Make sure cited text ends with
10368         newline; don't exchange point and mark.
10369
10370 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10371
10372         * tls.el (open-tls-stream): Properly handle case where there
10373         is no associated buffer.
10374
10375 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10376
10377         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10378         message-yank-original, make sure (< mark TEXT point).
10379
10380 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * message.el (message-fill-column): New variable.
10383         (message-mode): Use it.  Add comment on a possible new hook.
10384
10385         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10386         (nnmail-get-new-mail): Reformat.
10387
10388         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10389
10390         * gmm-utils.el: Fix Commentary.
10391         (gmm-tool-bar-from-list): Fix typo in doc string.
10392
10393 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10394
10395         * message.el (message-yank-original): Don't switch point and mark
10396         unnecessarily to put point and mark as documented.
10397
10398 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10401         from the message heads.
10402
10403 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10404
10405         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10406         article buffer does not have a window.  This may not be the best
10407         solution but is certainly better than setting the start of the null,
10408         that is the current, window.
10409
10410 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10413         (gnus-draft-setup): Run it.
10414
10415         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10416         gnus-score-fast-scoring.  Allow regexp.
10417         (gnus-score-headers): Use it.
10418
10419         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10420         XEmacs.
10421
10422         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10423         string.
10424         (gnus-button-alist): Also catch `<f1> k ...'.
10425         (gnus-treat-display-x-face): Fix doc string.
10426
10427 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10428
10429         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10430         evaluation of gnus-extended-version to ensure correct generation of the
10431         User-Agent header when message-generate-headers-first is used.
10432
10433 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10434
10435         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10436         hashcash-path is nil.  Don't call callback with incorrect number of
10437         parameters if val is 0.
10438
10439 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10440
10441         * message.el (message-required-news-headers):
10442         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10443
10444 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10445
10446         * tls.el (open-tls-stream): In handshake-waiting loop,
10447         don't wait more if there is output available to process.
10448
10449 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10450
10451         * tls.el (tls-program): Doc fix.
10452
10453 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * message.el (message-generate-new-buffers): Change the meaning of the
10456         nil value; add `standard' to the choices; treat t as `unique'; improve
10457         doc string.
10458         (gnus-select-frame-set-input-focus): Autoload.
10459         (message-buffer-name): Search for the existing message buffer if
10460         message-generate-new-buffers is nil or `standard'; treat the value t of
10461         message-generate-new-buffers as `unique'.
10462         (message-pop-to-buffer): Raise the frame already displaying the message
10463         buffer; clear the echo area after querying.
10464         (message-setup): Pass the `continue' argument to compose-mail.
10465         (message-mail): Prefer `switch-function' if it is given; search for the
10466         existing message buffer if the `continue' argument is non-nil; pass
10467         continue and switch-function arguments to compose-mail by way of
10468         message-setup.
10469         (message-mail-other-window): Adjust argument of message-setup.
10470         (message-mail-other-frame): Ditto.
10471
10472 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10475         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10476         to turn font-lock on when turning gnus-message-citation-mode on.
10477
10478 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10479
10480         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10481         (mml-smime-function-alist): New variable; add epg as the backend.
10482         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10483         mml-smime- functions instead.
10484         * mm-view.el: Require smime.
10485
10486 2007-03-05  Didier Verna  <didier@xemacs.org>
10487
10488         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10489         instead of just inheritance for posting styles.
10490         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10491
10492 2007-02-24  Chris Moore  <dooglus@gmail.com>
10493
10494         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10495         * pgg-pgp.el (pgg-pgp-encrypt-region):
10496         * pgg-gpg.el (pgg-gpg-encrypt-region):
10497         Check pgg-encrypt-for-me if no other recipients.
10498
10499 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10500
10501         * tls.el (tls-certtool-program): Fix custom type.
10502
10503 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10506         and point-at-eol instead of line-(beginning|end)-position.
10507
10508         * assistant.el (assistant-parse-buffer): Ditto.
10509
10510         * netrc.el (netrc-parse-services): Ditto.
10511
10512 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10513
10514         * mml2015.el (mml2015-epg-find-usable-key): New function.
10515         (mml2015-epg-sign): Use it.
10516         (mml2015-epg-encrypt): Use it.
10517
10518 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * message.el (message-make-in-reply-to): Quote name containing
10521         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10522         if there are special characters.  Reported by NAKAJI Hiroyuki
10523         <nakaji@jp.freebsd.org>.
10524
10525 2007-02-27  Didier Verna  <didier@xemacs.org>
10526
10527         Include the group parameters as well as the topic ones in the
10528         inheritance filter process.
10529         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10530         argument GROUP-PARAMS-LIST.
10531         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10532
10533 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * nntp.el (nntp-never-echoes-commands)
10536         (nntp-open-connection-functions-never-echo-commands): New variables.
10537         (nntp-send-command): Use them.
10538
10539 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * mml2015.el (mml2015-epg-verify): Simplify.
10542
10543 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * mml.el (mml-content-disposition-alist): New user option.
10546         (mml-content-disposition): New function.
10547         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10548         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10549
10550 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10551
10552         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10553         verification.
10554
10555 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556
10557         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10558         articles posted in the last 24 hours.
10559
10560 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10561
10562         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10563
10564 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10565
10566         * nntp.el (nntp-send-command): Don't wait for echoes when
10567         nntp-open-ssl-stream is used.
10568
10569 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10572         (gnus-message-add-citation-keywords)
10573         (gnus-message-remove-citation-keywords): Remove.
10574         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10575         directly, make the variables in font-lock-defaults buffer-local, add
10576         gnus-message-citation-keywords to them and then update the value of
10577         font-lock-keywords.
10578
10579 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * message.el (message-cite-original-1): Don't call
10582         gnus-article-highlight-citation.
10583
10584         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10585         citations; fix line count.
10586
10587 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10590         (gnus-message-add-citation-keywords)
10591         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10592         versions of font-lock-add-keywords and font-lock-remove-keywords to
10593         work with XEmacs correctly.
10594
10595 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-cite.el (gnus-cite-face-list): Set the values of
10598         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10599         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10600         (gnus-message-cite-prefix-regexp): New variable.
10601         (gnus-message-search-citation-line): Use it; protect against long
10602         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10603         the 0th match data for Emacs.
10604         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10605         (gnus-message-add-citation-keywords): Append keywords rather than
10606         prepending; emulate font-lock-add-keywords if it is not available.
10607         (gnus-message-remove-citation-keywords):
10608         Emulate font-lock-remove-keywords if it is not available.
10609
10610         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10611
10612         * message.el (message-cite-prefix-regexp): Set the value of
10613         gnus-message-cite-prefix-regexp.
10614
10615 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10616
10617         * nnweb.el (nnweb-google-parse-1): Update parser.
10618
10619 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10620
10621         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10622
10623 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10624
10625         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10626         regexp.
10627
10628 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10631         string-to-multibyte.
10632         (uudecode-decode-region-internal): Use it.
10633
10634         * lpath.el: Fbind string-as-multibyte for XEmacs.
10635
10636 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10639         Fix custom choice.
10640
10641         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10642
10643 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10644
10645         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10646
10647         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10648         `write-region' to respect `mm-inhibit-file-name-handlers'.
10649
10650 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10653         Use gnus-home-directory instead of "~/" or "$HOME".
10654
10655 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10656
10657         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10658         to mention filename.
10659         Add comments at beginning regarding usage.
10660         (encrypt-write-file-contents): Change interactive so a string is
10661         acceptable.  If the file has no associated model, show an error instead
10662         of a nonsense prompt.
10663
10664 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10665
10666         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10667         Thanks to Yoshihiko Yamada for kind notification of this typo.
10668
10669 2007-01-12  Kenichi Handa  <handa@m17n.org>
10670
10671         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10672         multibyte buffer.
10673
10674 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus-score.el (gnus-score-fast-scoring): New variable.
10677         (gnus-score-headers): Use it.
10678
10679         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10680
10681         * message.el (message-cite-original-1):
10682         Call gnus-article-highlight-citation if requested.
10683         (message-make-from): Allow name and address as optional arguments.
10684
10685         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10686
10687         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10688         bugs to doc string.
10689         (gnus-button-alist): Add mid\\|message-id.
10690         (gnus-button-fetch-group): Extend for use in
10691         `browse-url-browser-function'.
10692         (gnus-button-url-regexp): Try to catch paired parentheses like in
10693         Wikipedia URLs.
10694
10695         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10696         Suggested by Simon Krahnke <overlord@gmx.li>.
10697
10698 2007-01-13  Romain Francoise  <romain@orebokech.com>
10699
10700         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10701         Update copyright.
10702
10703 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10704
10705         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10706
10707 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * gnus-registry.el (gnus-registry-unfollowed-groups)
10710         (gnus-registry-split-fancy-with-parent): Fix documentation.
10711
10712 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10715         from nnweb groups.
10716
10717 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10720         Xref urls.  Erase buffer before requesting head.
10721
10722         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10723
10724 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10727         customizable.
10728
10729 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10730
10731         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10732         no signing key is found.
10733         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10734         no encrypting and/or signing key is found.
10735
10736 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10739
10740 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10741
10742         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10743         headers read from disk with the ones newly found in the current search.
10744         This should no longer cause problems, because the article numbers in
10745         Gmane's `nov.php' output are ignored since the previous change.
10746
10747 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10748
10749         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10750
10751 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10754         replace-regexp-in-string; bind url-version; fbind display-images-p and
10755         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10756         find-face and set-itimer-function for Emacs; bind itimer-list for
10757         Emacs.
10758
10759         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10760
10761 2007-01-01  Romain Francoise  <romain@orebokech.com>
10762
10763         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10764
10765 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10766
10767         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10768         `define-minor-mode' macro definition expanded properly.
10769         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10770         exclude it there.
10771
10772         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10773         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10774         `fboundp' test.
10775         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10776         This is OK to autoload in (S)XEmacs now.
10777
10778 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10781         keystroke.
10782         (gnus-summary-limit-to-singletons): Fix typo.
10783
10784         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10785         else fails.
10786
10787 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10788
10789         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10790         docstring.
10791
10792         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10793         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10794         (gnus-summary-insert-dormant-articles): Fix typo in message.
10795
10796 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10799         nil for XEmacs.
10800         (gnus-message-citation-mode): Don't autoload in XEmacs.
10801
10802         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10803
10804 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10805
10806         * nnimap.el (nnimap-expunge-search-string):
10807         Mention nnimap-search-uids-not-since-is-evil in docstring.
10808
10809 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * spam.el: Revert to make-obsolete-variable because
10812         define-obsolete-variable-alias is not supported in Emacs 21.
10813
10814         * spam.el (spam-ifile-path, spam-ifile-database-path)
10815         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10816         make-obsolete-variable.
10817         (spam-bsfilter-path, spam-bsfilter-program)
10818         (spam-spamassassin-path, spam-spamassassin-program)
10819         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10820         Don't use "path" inappropriately.
10821         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10822         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10823         variable names.
10824
10825 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10826
10827         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10828         summary buffer.
10829
10830         * password.el (password-cache-remove): Use clear-string to burn
10831         password, if available.
10832
10833 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10836
10837         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10838
10839         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10840         (gnus-message-highlight-citation): Move defcustom here from
10841         gnus-cite.el.
10842         (gnus-message-citation-mode): Autoload.
10843
10844         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10845         checks to make it compile with XEmacs.
10846         (gnus-message-citation-mode): New minor mode.
10847         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10848         (gnus-message-highlight-citation): New variables.
10849         (gnus-message-search-citation-line)
10850         (gnus-message-add-citation-keywords)
10851         (gnus-message-remove-citation-keywords)
10852         (turn-on-gnus-message-citation-mode)
10853         (turn-off-gnus-message-citation-mode): New functions.
10854
10855 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10856
10857         * gnus-cite.el: Enable highlighting of different citation levels in
10858         message-mode.
10859
10860 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * message.el (message-make-fqdn): Fix comment.
10863         (message-bogus-system-names): Add ".local".
10864
10865         * spam.el (spam-ifile-path, spam-ifile-program)
10866         (spam-ifile-database-path, spam-ifile-database)
10867         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10868         Don't use "path" inappropriately.
10869         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10870         strings.
10871         (spam-check-ifile, spam-ifile-register-with-ifile)
10872         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10873         Use new variable names.
10874
10875         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10876         (gnus-treat-display-smileys): Simplify using
10877         gnus-image-type-available-p.
10878
10879         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10880         available.
10881
10882         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10883         Use `display-images-p' if available.
10884
10885 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10888         one after turning on the buffer's multibyteness instead of decoding
10889         them directly in the unibyte buffer that causes unexpected conversion
10890         in Emacs 23 (unicode).
10891
10892 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10893
10894         * message.el (message-generate-hashcash): Fix custom type.
10895
10896 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10899
10900 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10903         disconnect icons.  Add help text.
10904
10905 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10906
10907         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10908         negated to be consistent with the others we handle.
10909
10910 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10913         version of gnus-summary-buffer to something, so that we can use two
10914         article buffers at the same time.
10915
10916 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10919         trigger all the extra headers.
10920         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10921         sorting.
10922
10923 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10924
10925         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10926         solid groups.
10927
10928 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10929
10930         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10931
10932 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * legacy-gnus-agent.el: Add Copyright notice.
10935
10936 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10937
10938         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10939
10940 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10943
10944         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10945         to make it work reliably in CVS Emacs.
10946         (gnus-summary-limit-strange-charsets-predicate)
10947         (gnus-summary-limit-to-predicate): New functions.
10948
10949 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10950
10951         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10952         specifying array size.
10953         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10954         array if it is too small.
10955         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10956         (gnus-sort-threads-loop): New function.
10957
10958 2006-12-06  Chris Moore  <dooglus@gmail.com>
10959
10960         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10961         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10962
10963 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10964
10965         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10966         options.
10967
10968 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10971         DOS-ing the recipient.
10972
10973         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10974         the headers when creating the mapping to avoid mismappings.
10975         (nnweb-gmane-create-mapping): Always nix out old mapping.
10976
10977 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10980         and mm-verify-option to never.
10981
10982 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * message.el (message-signed-or-encrypted-p): New function.
10985         (message-forward-make-body): Use it.
10986
10987         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10988         Replace encode-coding-string with mm-encode-coding-string.
10989
10990 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * nneething.el (nneething-decode-file-name):
10993         Replace decode-coding-string with mm-decode-coding-string.
10994
10995         * gnus-int.el (gnus-open-server): Say failed server's name.
10996
10997 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10998
10999         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11000         strings to a single string.  Quote `errors-file-name'.
11001         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11002         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11003         Adjust calls.  Use `shell-quote-argument'.
11004
11005 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11006
11007         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11008         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11009
11010         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11011         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11012         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11013         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11014         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11015         (gnus-subscribe-newsgroup, gnus-1):
11016         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11017         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11018         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11019         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11020
11021 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11024         keystroke.
11025         (gnus-summary-limit-to-bodies): Implement headersp.
11026
11027 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11030
11031 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11034
11035 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * message.el (message-generate-hashcash): Expand range of values to
11038         include `opportunistic'.
11039         (message-send-mail): Use it.
11040
11041 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11042
11043         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11044         and comment it.
11045
11046         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11047
11048 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * gnus-util.el (gnus-extract-address-components): Improve comment.
11051
11052 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-util.el (gnus-extract-address-components): Work with address in
11055         which the name portion contains @.
11056
11057         * lpath.el: Fbind custom-autoload.
11058
11059 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * gnus.el (gnus-start): Move custom group up.
11062         (gnus-select-method): Don't autoload, but make it available for
11063         `customize-variable'.
11064         (gnus-getenv-nntpserver): Don't autoload.
11065
11066 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11067
11068         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11069
11070 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * message.el (message-sendmail-extra-arguments): New variable.
11073         (message-send-mail-with-sendmail): Use it.
11074
11075 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11078         mm-with-unibyte-current-buffer to make string unibyte.
11079
11080         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11081         mm-string-as-multibyte.
11082
11083 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11084
11085         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11086         Reported by Werner Koch <wk@gnupg.org>.
11087
11088 2006-11-14  Daiki Ueno  <ueno@p360>
11089
11090         * mml2015.el: Autoload epa-select-keys when compiling.
11091
11092 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11093
11094         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11095         message-options.
11096         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11097
11098 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11099
11100         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11101         EasyPG (< 0.0.6).
11102         (mml2015-always-trust): New user option.
11103         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11104         prompt.
11105
11106 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nntp.el (nntp-authinfo-force): New variable.
11109         (nntp-send-authinfo): Use it.
11110
11111 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11114         decode encoded words.  Improve prompt.  Add comment about forwarding.
11115         (message-replacement-char): Move up.
11116
11117 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11118
11119         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11120         instead of gnus-intersection because arguments of gnus-sorted-nunion
11121         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11122
11123 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11126         (message-simplify-subject-functions):
11127         Enable message-strip-subject-encoded-words by default.
11128
11129 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * message.el (message-strip-subject-encoded-words): New function.
11132         (message-simplify-subject-functions): New variable.
11133         (message-simplify-subject): Use it.  Fix typo in doc string.
11134         Support message-strip-subject-encoded-words.
11135
11136 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11137
11138         * gnus-diary.el (gnus-diary-delay-format-function):
11139         * nndiary.el (nndiary-reminders):
11140         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11141
11142 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-art.el (article-hide-boring-headers): Fetch date from
11145         gnus-original-article-buffer to avoid problems with localized date
11146         strings.
11147
11148 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11151
11152 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11155         New variables.
11156         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11157         (mm-charset-synonym-alist): Move some entries to
11158         mm-codepage-iso-8859-list.
11159         (mm-charset-synonym-alist, mm-charset-override-alist):
11160         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11161
11162 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11165
11166 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11169         with Emacs 21 and XEmacs.
11170
11171 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11172
11173         * spam.el (spam-parse-address): New function for better parsing,
11174         catching errors, etc.
11175         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11176
11177 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * mm-view.el: Add interactive arg to html2text autoload.
11180
11181 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11184
11185 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11188         New variables.
11189         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11190         (mm-charset-synonym-alist): Move some entries to
11191         mm-codepage-iso-8859-list.
11192
11193         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11194
11195 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * message.el (message-citation-line-format)
11198         (message-insert-formated-citation-line): Fix implementation of %E, %N
11199         and %n according to the doc string.
11200
11201 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11202
11203         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11204         Use car-safe to avoid bad parses.
11205
11206 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11209         names.
11210
11211         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11212
11213 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11216         header.
11217
11218         * message.el (message-draft-headers): Add Date.
11219         (message-headers-to-generate): Fix typo in docstring.
11220
11221         * nndraft.el (nndraft-required-headers): New variable.
11222         (nndraft-generate-headers): Use it.
11223
11224         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11225
11226 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11227
11228         * gnus-registry.el (gnus-registry-wash-for-keywords)
11229         (gnus-registry-find-keywords): New functions to allow easy searching of
11230         articles that are in the registry.
11231
11232 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11235         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11236         Reported by Damien Elmes <damien@repose.cx>.
11237
11238 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus.el (gnus-mime): Remove unused custom group.
11241
11242 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11243
11244         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11245         "blank line" when searching for end of armor headers.
11246
11247 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gmm-utils.el (gmm-write-region): Fix variable name.
11250
11251 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * gmm-utils.el (gmm-write-region): New function based on compatibility
11254         code from `mm-make-temp-file'.
11255
11256         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11257
11258         * nnmaildir.el (nnmaildir--update-nov)
11259         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11260         Use `gmm-write-region'.
11261
11262 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11265         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11266
11267         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11268
11269         * message.el (message-replacement-char): New variable.
11270         (message-fix-before-sending): Use it.
11271         (message-simplify-subject): New function to remove duplicate code.
11272         (message-reply, message-followup): Use it.
11273
11274         * gnus-sum.el (gnus-summary-make-menu-bar):
11275         Clarify gnus-summary-limit-to-articles.
11276
11277 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-util.el (gnus-with-local-quit): New macro.
11280
11281         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11282
11283 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11284
11285         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11286         ignore non-string data.
11287
11288 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11291         non-string data (needs to be done in the registry too).
11292
11293 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11294
11295         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11296         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11297         (gnus-registry-split-fancy-with-parent)
11298         (gnus-registry-fetch-simplified-message-subject-fast)
11299         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11300         Remove text properties on ingress into the registry and when it's saved.
11301         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11302         registry from entries with no groups.
11303
11304 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11305
11306         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11307         function to remove string properties.
11308
11309 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gmm-utils.el (gmm): Adjust custom version.
11312
11313         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11314         Adjust custom version.
11315
11316         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11317
11318 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * gnus-art.el (gnus-insert-prev-page-button)
11321         (gnus-insert-next-page-button): Simplify.  Reformat.
11322
11323 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11324
11325         * gnus-art.el (gnus-insert-prev-page-button)
11326         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11327
11328 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11329
11330         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11331
11332 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11333
11334         * gnus-art.el (gnus-insert-mime-button)
11335         (gnus-insert-mime-security-button):
11336         Apply gnus-article-button-face to MIME and security buttons.
11337
11338 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11341         readable.
11342
11343 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11346
11347 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11348
11349         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11350         `browse-url-of-file' instead of `browse-url'.
11351
11352 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11353
11354         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11355         regexp.  Articles containing quotation were cut prematurely.
11356
11357 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * message.el (message-cite-original-1): Use nobody by default for the
11360         value of From header.
11361         (message-reply): Ditto.
11362
11363 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11364
11365         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11366         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11367         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11368
11369 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11372         mails in the doc string.  Add some URLs in comment.
11373         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11374
11375 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11378         backslashes handling and the way to find boundaries of quoted strings.
11379
11380 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11381
11382         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11383         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11384         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11385         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11386
11387 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11390         doc string.
11391         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11392
11393 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * lpath.el: Fbind epg-check-configuration.
11396
11397 2006-09-06  Simon Josefsson  <jas@extundo.com>
11398
11399         * mml2015.el (mml2015-use): Doc fix, mention epg.
11400
11401 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11402
11403         * mml2015.el (mml2015-use): Default to epg, if available.
11404
11405 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11406
11407         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11408         message-sender.
11409         (mml1991-epg-encrypt): Ditto.
11410         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11411         message-sender.
11412         (mml2015-epg-encrypt): Ditto.
11413
11414 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11415
11416         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11417         several common directories.
11418
11419 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11420
11421         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11422         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11423
11424 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-art.el (article-decode-encoded-words): Make it fast.
11427
11428 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11431
11432         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11433         in quoted string into `\'.
11434
11435 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11438         Use standard-syntax-table.
11439
11440 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-art.el (gnus-decode-address-function): New variable.
11443         (article-decode-encoded-words): Use it to decode headers which are
11444         assumed to contain addresses.
11445         (gnus-mime-delete-part): Remove useless `or'.
11446
11447         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11448         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11449         (gnus-nov-parse-line): Use it to decode From header.
11450         (gnus-get-newsgroup-headers): Ditto.
11451         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11452
11453         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11454         (mail-decode-encoded-address-string): New alias.
11455
11456         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11457         New function.
11458         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11459         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11460         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11461         (rfc2047-decode-string): Ditto.
11462         (rfc2047-decode-address-region): New function.
11463         (rfc2047-decode-address-string): New function.
11464
11465 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * message.el (message-caesar-buffer-body): Allow rotating headers.
11468
11469         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11470
11471         * message.el (message-insert-formated-citation-line): Fix %f.
11472         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11473
11474 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11477         (gnus-bookmark-mouse-available-p): New macro.
11478         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11479         (gnus-bookmark-bmenu-show-infos): Use it.
11480         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11481         (gnus-bookmark-bmenu-hide-infos): Ditto.
11482         (gnus-bookmark-remove-properties): New function.
11483         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11484         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11485         (gnus-bookmark-write-file): Bind coding-system-for-write.
11486         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11487         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11488         group before selecting it.
11489         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11490         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11491         quit-window if it is not available; use gnus-mouse-2 and bind it to
11492         gnus-bookmark-bmenu-select-by-mouse.
11493         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11494         (gnus-bookmark-bmenu-select-by-mouse): New function.
11495
11496 2006-08-13  Romain Francoise  <romain@orebokech.com>
11497
11498         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11499         space.
11500
11501 2006-08-10  Romain Francoise  <romain@orebokech.com>
11502
11503         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11504         (dns-mode-soa-auto-increment-serial): New user option.
11505         (dns-mode-soa-maybe-increment-serial): New function.
11506         (dns-mode): Add the latter to `write-contents-functions'.
11507
11508 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * compface.el (uncompface): Use binary rather than raw-text-unix.
11511
11512 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * compface.el (uncompface): Make sure the eol conversion doesn't take
11515         place when communicating with the external programs.
11516         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11517
11518 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11521
11522 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11525         Make it more robust by parsing author and date independently.
11526
11527 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11530
11531 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11532
11533         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11534         first matching secret key.
11535         (mml2015-epg-encrypt): Ditto.
11536
11537         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11538         first matching secret key.
11539         (mml1991-epg-encrypt): Ditto.
11540
11541         * mml2015.el (mml2015-encrypt-to-self): New user option.
11542         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11543         mml2015-epg-encrypt-to-self is set.
11544
11545         * mml1991.el (mml1991-encrypt-to-self): New variable.
11546         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11547         mml1991-epg-encrypt-to-self is set.
11548
11549         * mml2015.el (mml2015-signers): New user option.
11550         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11551         (mml2015-epg-encrypt): Allow to select signing keys.
11552
11553         * mml1991.el (mml1991-signers): New variable.
11554         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11555         (mml1991-epg-encrypt): Allow to select signing keys.
11556
11557 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * nnheader.el (nnheader-insert-head): Make it work even if the file
11560         uses CRLF for the line-break code.
11561
11562 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11563
11564         * mml2015.el: Require mml-sec instead of password.
11565         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11566         (mml2015-cache-passphrase): Inherit the default value from
11567         mml-secure-cache-passphrase.
11568         (mml2015-passphrase-cache-expiry): Inherit the default value from
11569         mml-secure-passphrase-cache-expiry.
11570
11571         * mml1991.el: Require mml-sec instead of password.
11572         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11573         (mml1991-cache-passphrase): Inherit the default value from
11574         mml-secure-cache-passphrase.
11575         (mml1991-passphrase-cache-expiry): Inherit the default value from
11576         mml-secure-passphrase-cache-expiry.
11577
11578         * mml-sec.el: Require password.
11579         (mml-secure-verbose): New user option.
11580         (mml-secure-cache-passphrase): New user option.
11581         (mml-secure-passphrase-cache-expiry): New user option.
11582
11583 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11584
11585         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11586         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11587         andreas@altroot.de (Andreas Vögele).
11588
11589         FIXME: Use `tiny change'?
11590
11591 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11592
11593         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11594         workaround for the url package included with Emacs.
11595
11596         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11597
11598 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11601         correctly.  This fixes a bug caused by the 2006-05-12 change.
11602
11603 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11604
11605         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11606         some information about the error when saying that the `bogus' mail
11607         group will be used.
11608
11609 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11612         string.
11613
11614 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11615
11616         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11617
11618 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11619
11620         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11621
11622 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11623
11624         * mml1991.el (mml1991-function-alist): Add epg.
11625         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11626         (mml1991-epg-encrypt): New functions.
11627
11628 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11629
11630         * mml2015.el (mml2015-verbose): New variable.
11631         (mml2015-cache-passphrase): Ditto.
11632         (mml2015-passphrase-cache-expiry): Ditto.
11633         (mml2015-function-alist): Add epg.
11634         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11635         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11636         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11637         New functions.
11638
11639 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11640
11641         * message.el (message-cite-original-1): Preserve region when removing
11642         quoted text due to X-No-Archive in order to avoid bogus attribution
11643         when citing multiple messages.
11644
11645 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11646
11647         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11648         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11649
11650 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * gnus-diary.el (gnus-user-format-function-d)
11653         (gnus-user-format-function-D): Autoload.
11654
11655         * imap.el (Commentary): Fix typo.
11656
11657         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11658         2006-04-22 contribution.
11659
11660 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11663         It didn't really fix the bogosity I'm seeing with solid web groups.
11664
11665 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11666
11667         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11668         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11669         created using server names.  If we use the feature without declaring
11670         it, Gnus does not properly manage server and group state.
11671
11672         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11673         bound.
11674
11675 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11676
11677         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11678         looking up the method using GROUP's prefix before inventing a new one.
11679         It is used on killed/unknown groups in various places where returning
11680         an all-new method isn't expected by the caller.
11681
11682         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11683         and match semantics of gnus-group-real-prefix.
11684
11685 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * nnmail.el (nnmail-broken-references-mailers): New variable.
11688         (nnmail-ignore-broken-references): New function generalizing
11689         nnmail-fix-eudora-headers.
11690         (nnmail-fix-eudora-headers): Now obsolete.
11691
11692         * gnus-art.el (gnus-button-handle-custom):
11693         Support `customize-apropos*'.
11694
11695 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11698
11699         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11700         articles.
11701
11702 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11703
11704         * message.el (message-cite-reply-above): New variable.
11705         (message-yank-original): Use it.
11706
11707 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11710
11711 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11714         as read.
11715
11716         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11717
11718 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11721         (gnus-bookmark-default-file): Use gnus-directory.
11722         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11723         Remove "*" in doc string.
11724         (gnus-bookmark-write-file): Simplify.
11725         (gnus-bookmark-maybe-sort-alist): Use `when'.
11726         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11727         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11728         Add FIXME about Emacs 21 and XEmacs compatibility.
11729         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11730         compatibility.
11731         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11732         compatibility.
11733         (gnus-bookmark-menu-heading): Fix version.
11734
11735 2006-06-19  Bastien Guerry  <bzg@altern.org>
11736
11737         * gnus-bookmark.el: New file.
11738
11739 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * message.el (message-syntax-checks): Doc fix.
11742
11743 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11744
11745         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11746         unsubscribed groups as if they were killed ones.  It causes duplicate
11747         entries in gnus-newsrc-alist.
11748
11749 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * message.el (message-syntax-checks): Doc fix.
11752         (message-send-mail): Add check for continuation headers.
11753         (message-check-news-header-syntax): Fix regexp used to check for
11754         continuation headers.
11755
11756 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11759
11760 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11763
11764 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11767         default-truncate-lines.
11768
11769 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11772         to fill the utf-8 entry.
11773
11774         * lpath.el: Fbind unicode-precedence-list.
11775
11776 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11777
11778         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11779
11780 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11781
11782         * gnus-agent.el (directory-files-and-attributes): Move all the way
11783         forward (the third and final move).
11784         (gnus-agent-read-agentview): Trap reconstruction errors due to
11785         nonexistent directory.  Handle by returning nil.
11786
11787 2006-05-30  Didier Verna  <didier@xemacs.org>
11788
11789         * message.el (message-dont-reply-to-names): Update the custom type.
11790         * message.el (message-dont-reply-to-names): New defsubst: potentially
11791         convert a list of regexps into a single one.
11792         * message.el (message-get-reply-headers): Use it.
11793         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11794
11795 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-agent.el (directory-files-and-attributes): Move forward.
11798
11799 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-ml.el (gnus-mailing-list-subscribe)
11802         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11803         (gnus-mailing-list-message): Fix doc strings.
11804
11805 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11806
11807         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11808         of doing it manually.
11809
11810 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11813         comment.
11814
11815 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11816
11817         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11818         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11819         (gnus-agent-read-local): All symbols allocated in my-obarray.
11820         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11821         (gnus-agent-regenerate-group): Check numeric names to see if they are
11822         messages or groups.
11823         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11824         better way of do this...)
11825
11826         * gnus-cache.el (gnus-agent-total-fetched-for):
11827         Ignore 'dummy.group' (there should be a better way of do this...)
11828
11829 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11832         (gnus-saved-headers): Ditto.
11833         (gnus-default-article-saver): Mention functions may have properties.
11834         (gnus-article-save): Override gnus-save-all-headers and
11835         gnus-saved-headers by :headers property which saver function may have.
11836         (gnus-summary-save-in-file): Add :headers property.
11837         (gnus-summary-write-to-file): Ditto.
11838
11839         * gnus-sum.el (gnus-summary-save-article): Bind
11840         gnus-prompt-before-saving to t when saving many articles in a file;
11841         always show all headers.
11842
11843         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11844
11845 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11848         marks.
11849
11850         * message.el (message-indent-citation): Add optional arguments to allow
11851         using it outside of message buffers.
11852
11853         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11854         (gnus-article-treat-unfold-headers): Use it.
11855         (gnus-article-truncate-lines): New variable.
11856         (gnus-article-mode): Use it.
11857         (gnus-article-toggle-truncate-lines): New function.
11858
11859         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11860         Add gnus-article-toggle-truncate-lines.
11861
11862         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11863         coding system in XEmacs, use binary.
11864
11865 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11868         after-load-alist.
11869
11870         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11871         this function should save decoded articles.
11872         (gnus-summary-write-to-file): Use property to specify this function
11873         should save decoded articles and specify gnus-summary-save-in-file
11874         should be used to save articles other than the first one when saving
11875         many articles.
11876         (gnus-summary-save-body-in-file): Use property to specify this
11877         function should save decoded articles.
11878         (gnus-summary-write-body-to-file): Use property to specify this
11879         function should save decoded articles and specify
11880         gnus-summary-save-body-in-file should be used to save articles other
11881         than the first one when saving many articles.
11882
11883         * gnus-sum.el (gnus-summary-save-article): Simplify.
11884
11885 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gnus-art.el (gnus-default-article-saver):
11888         Add gnus-summary-write-body-to-file.
11889         (gnus-article-save-coding-system): Don't use coding system object
11890         in XEmacs.
11891         (gnus-read-save-file-name): Add optional `dir-var' argument which
11892         specifies directory in which files are saved; work even if optional
11893         `variable' argument is not specified.
11894         (gnus-summary-write-to-file): Read file name.
11895         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11896         (gnus-summary-write-body-to-file): New function.
11897
11898         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11899         (gnus-summary-local-variables): Add it.
11900         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11901         (gnus-summary-save-article): Remove optional `decode' argument;
11902         determine whether to decode articles by the value of
11903         gnus-default-article-saver; when saving many files using
11904         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11905         it first and use gnus-summary-save-in-file or
11906         gnus-summary-save-body-in-file thereafter unless
11907         gnus-prompt-before-saving is always; move point to article which
11908         will be saved.
11909         (gnus-summary-save-article-file): Revert.
11910         (gnus-summary-write-article-file): Revert.
11911         (gnus-summary-save-article-body-file): Revert.
11912         (gnus-summary-write-article-body-file): New function.
11913
11914 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-art.el (gnus-default-article-saver): Doc fix.
11917         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11918         from gnus-summary-save-article-coding-system, and default to a
11919         certain coding system.
11920         (gnus-output-to-file): Add coding cookie and encode text according
11921         to gnus-article-save-coding-system; don't use mm-append-to-file.
11922
11923         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11924         gnus-art.el and rename to gnus-article-save-coding-system.
11925         (gnus-summary-save-article): Require gnus-art; don't show all
11926         headers if it decodes articles; don't add coding cookie here;
11927         don't bind mm-text-coding-system-for-write.
11928         (gnus-summary-save-article-file): Save decoded articles.
11929         (gnus-summary-write-article-file): When saving many files, use
11930         gnus-summary-write-to-file first and gnus-summary-save-in-file
11931         thereafter unless gnus-prompt-before-saving is always.
11932         (gnus-summary-save-article-body-file): Save decoded articles.
11933
11934         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11935
11936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11937
11938         * nnrss.el (nnrss-check-group): Bind hash-index.
11939
11940 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11941
11942         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11943         its hash index.  Store this hash in `nnrss-group-data'.
11944         (nnrss-read-group-data): Update accordingly.
11945
11946 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11949         entry.
11950
11951         * gnus-sum.el (gnus-summary-make-menu-bar):
11952         Add gnus-article-browse-html-article.
11953
11954 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11955
11956         * gnus-sum.el (gnus-summary-mime-map):
11957         Add gnus-article-browse-html-article.
11958
11959         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11960
11961 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11964         suitable coding systems in customize.
11965
11966 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * mail-source.el (mail-sources): Fix custom type.
11969
11970 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11973         (gnus-summary-expire-articles-now): Shorten prompt.
11974
11975         * gmm-utils.el (wid-edit): Require.
11976         (defun-gmm): Rename from `gmm-defun-compat'.
11977         (gmm-image-search-load-path): Use it.
11978         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11979
11980 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-sum.el (gnus-summary-save-article-coding-system):
11983         New variable.
11984         (gnus-summary-save-article): Add optional `decode' argument.
11985         If it is set and gnus-summary-save-article-coding-system is non-nil,
11986         save decoded article.
11987         (gnus-summary-write-article-file): Save decoded article if
11988         gnus-summary-save-article-coding-system is non-nil.
11989
11990         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11991         type.
11992
11993 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11996
11997 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12000         first to test gnus-single-article-buffer which may be buffer-local.
12001
12002         * gnus-sum.el (gnus-summary-setup-buffer):
12003         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12004         group; make gnus-article-buffer, gnus-article-current, and
12005         gnus-original-article-buffer always buffer-local.
12006         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12007         group.
12008         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12009
12010 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * nnml.el (nnml-request-compact-group): Compressed files might not
12013         have .gz extension.
12014
12015 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12016
12017         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12018         (mm-copy-to-buffer): Use with-current-buffer.
12019         (mm-display-part): Simplify.
12020         (mm-inlinable-p): Add optional arg `type'.
12021
12022 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12023
12024         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12025         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12026         Try harder to show the attachment internally or externally using
12027         gnus-mime-view-part-as-type.
12028
12029 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * message.el (message-from-style, message-signature-separator)
12032         (message-user-organization-file, message-send-mail-function)
12033         (message-citation-line-function, message-yank-prefix)
12034         (message-indent-citation-function, message-signature)
12035         (message-signature-file, message-signature-insert-empty-line):
12036         Remove autoloads.
12037
12038         * gnus-art.el (gnus-buttonized-mime-types):
12039         Remove "multipart/signed".  Revert 2006-04-26 change.
12040
12041 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * gnus.el (gnus-version-number): Bump version.
12044
12045 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12046
12047         * gnus.el: No Gnus v0.5 is released.
12048
12049 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12052         fetching articles by message-id.
12053
12054 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * message.el (hashcash): Require hashcash as normal.
12057
12058         * ecomplete.el (ecomplete-highlight-match-line):
12059         Use point-at-eol.
12060         (ecomplete-highlight-match-line): Use `highlight', because that
12061         face exists in both Emacs and XEmacs.
12062
12063         * message.el (message-display-abbrev): Use point-at-bol.
12064
12065         * mail-source.el: Don't require timer/timer-funcs.
12066
12067         * gnus-async.el: Ditto.
12068
12069         * password.el: Ditto.
12070
12071         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12072
12073         * mm-url.el: Ditto.
12074
12075         * gnus-xmas.el: Don't require timer-funcs.
12076
12077         * mm-util.el: Require timer/timer-funcs.
12078
12079 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12080
12081         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12082         Close.
12083
12084 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12087         unibyte after clear-decrypt function runs.
12088
12089         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12090         returns as a unibyte string.
12091
12092 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * lpath.el: Revert.
12095
12096         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12097         (pgg-gpg-process-sentinel): Revert.
12098
12099         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12100         (pgg-pgp-lookup-key): Revert.
12101
12102         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12103         (pgg-pgp5-lookup-key): Revert.
12104
12105         * pgg.el (pgg-fetch-key): Revert.
12106
12107 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * lpath.el: Fbind string-as-multibyte for XEmacs.
12110
12111         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12112         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12113         (mml1991-pgg-encrypt): Ditto.
12114
12115         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12116         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12117         a multibyte buffer.
12118
12119         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12120         (pgg-pgp-lookup-key): Ditto.
12121
12122         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12123         (pgg-pgp5-lookup-key): Ditto.
12124
12125         * pgg.el (pgg-fetch-key): Ditto.
12126
12127 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * message.el (message-user-organization-file): Check several
12130         locations of the organization file.
12131
12132         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12133         Add gnus-article-view-part-as-type.
12134
12135         * gnus-art.el (gnus-article-view-part-as-type): New function.
12136
12137         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12138         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12139
12140         * mml.el: Simplify autoload.
12141         (mml-mode): defvar dnd-protocol-alist instead of using
12142         symbol-value.
12143         (mml-default-directory): New variable.
12144         (mml-minibuffer-read-file): Use it.
12145         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12146
12147         * message.el (message-citation-line-format): New variable.
12148         (message-insert-formated-citation-line): New function.
12149         (message-citation-line-function):
12150         Add `message-insert-formated-citation-line' to custom type.
12151
12152         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12153         to doc string.
12154
12155         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12156         depending on mm-verify-option.
12157
12158 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12161         binding pgg-* variables; reimplement the section which prevents
12162         MIME header from being signed.
12163         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12164         pgg-text-mode; remove a blank line at the top of body.
12165
12166         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12167         lines at the top of body; use gnus-newsgroup-charset if there's no
12168         Charset header.
12169
12170 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * message.el (message-self-insert-commands): Doc fix.
12173
12174         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12175         (mm-uu-pgp-encrypted-test): Ditto.
12176         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12177         between header and body; return application/pgp-encrypted handle
12178         if decryption failed; decode decrypted body by charset.
12179
12180         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12181         element match to application/pgp-*.
12182
12183 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12184
12185         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12186         HTML.
12187
12188 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12189
12190         * mail-source.el (mail-source-call-script): Message the error
12191         string.
12192
12193 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12194
12195         * gnus-util.el (gnus-byte-compile): Use it.
12196
12197 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12198
12199         * gnus-util.el (kill-empty-logs): New function.
12200
12201 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * message.el (message-mail-alias-type): Doc fix.
12204         (message-mail-alias-type-p): New function.
12205         (message-send): Use it.
12206         (message-mode): Ditto.
12207         (message-strip-forbidden-properties): Ditto.
12208
12209         * ecomplete.el (ecomplete-database-file-coding-system):
12210         New variable.
12211         (ecomplete-save): Use it.
12212         (ecomplete-setup): Use it.
12213
12214 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * message.el (message-self-insert-commands): New variable.
12217         (message-strip-forbidden-properties): Use it.
12218
12219 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12222         that doesn't make XEmacs choke.
12223
12224 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * gnus-util.el (gnus-replace-in-string):
12227         Prefer replace-regexp-in-string over of replace-in-string.
12228
12229 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-util.el (gnus-select-frame-set-input-focus):
12232         Use select-frame-set-input-focus if it is available in XEmacs; use
12233         definition defined in Emacs 22 for old Emacsen.
12234
12235         * dgnushack.el: Autoload unmorse-region for XEmacs.
12236
12237         * lpath.el: Bind cursor-in-non-selected-windows and
12238         select-frame-set-input-focus for XEmacs.
12239
12240 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12243
12244 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * gnus-registry.el (gnus-registry-cache-save): Remove text
12247         properties when saving via the temp buffer.
12248
12249 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * message.el (message-generate-hashcash): Honor custom type.
12252
12253 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * message.el (message-generate-hashcash): Default to non-nil when
12256         hashcash is found.
12257
12258         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12259         (gnus-refer-thread-limit): Increase default to 500.
12260
12261         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12262
12263         * flow-fill.el (fill-flowed): Allow delete-space.
12264
12265 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12268         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12269         Remove autoloads.
12270
12271 2006-04-18  Simon Josefsson  <jas@extundo.com>
12272
12273         * message.el (message-generate-hashcash): Default to.
12274
12275 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12278         concatenating segments rather than before concatenating them.
12279
12280 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12283
12284 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12287
12288         * message.el (message-forward-make-body-plain):
12289         Allow message-forward-ignored-headers to be a list.
12290         (message-remove-ignored-headers): Factor out into function.
12291         (message-forward-make-body-mml): Use it.
12292
12293         * imap.el (imap-quote-specials): New function.
12294         (imap-login-auth): Quote specials.
12295
12296         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12297         (rfc2231-parse-string): Allow concatanation of parameters that
12298         aren't contiguous.  The test case is
12299           (mail-header-parse-content-type "message/external-body;
12300             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12301             access-type=LOCAL-FILE;
12302             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12303
12304 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12305
12306         * nntp.el (nntp-accept-process-output): Return the value of
12307         `nnheader-accept-process-output'.
12308
12309 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12312         (gnus-button-alist): Recognize more diff formats.
12313         (gnus-button-patch): Strip directory.
12314
12315 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12318         Emacs 22 when setting focus.
12319
12320 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12321
12322         * gnus-art.el (gnus-article-treat-types): Do treatment of
12323         text/x-verbatim parts.
12324         (gnus-button-patch): New command.
12325
12326         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12327         addresses that contain invalid characters.
12328
12329 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330
12331         * message.el (message-put-addresses-in-ecomplete):
12332         Use gnus-replace-in-string.
12333         (message-is-yours-p): Use the more correct
12334         mail-header-parse-address instead of
12335         mail-extract-address-components.
12336         (message-put-addresses-in-ecomplete): Fix typo.
12337
12338         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12339         keystroke.
12340
12341         * gnus-art.el (gnus-treatment-function-alist): Change order of
12342         newsgroups/generic header folding to avoid double-folding.
12343
12344         * message.el (message-hidden-headers): Add X-Draft-From.
12345
12346         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12347         New command.
12348         (gnus-summary-repeat-search-article-backward): New command.
12349
12350         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12351         groups in the parent topic.
12352
12353 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12354
12355         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12356         (spam-extra-header-to-number): Return the CRM114 number as a
12357         number instead of a string.
12358
12359 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * gnus-art.el (gnus-face-properties-alist): Move here from
12362         gnus-fun.
12363
12364         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12365
12366 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * message.el (message-strip-forbidden-properties): Only display on
12369         self-insert-command.
12370
12371         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12372         reindent.
12373         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12374
12375 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12376
12377         * smiley.el (smiley-style): Fix typo.
12378
12379 2006-03-23  Kenichi Handa  <handa@m17n.org>
12380
12381         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12382         instead of set-buffer-multibyte.
12383
12384 2006-03-23  Kenichi Handa  <handa@m17n.org>
12385
12386         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12387         buffer and then decode the buffer text if necessary.
12388         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12389         first, and after mm-encode-body, change the buffer to unibyte.
12390
12391 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12392
12393         * hashcash.el (hashcash-insert-payment-async-2):
12394         Use message-goto-eoh instead of doing it manually.
12395         (mail-add-payment): Use message-narrow-to-header instead of trying
12396         to do the same itself.
12397
12398         * message.el (message-hidden-headers): Add Face.
12399
12400         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12401         reparenting code.
12402         (gnus-summary-reparent-children): Refactored out code.
12403         (gnus-summary-thread-map): New keystroke.
12404         (gnus-summary-reparent-children): Make into command.
12405
12406         * smiley.el (smiley-style): Default to `medium' if using a large
12407         font.
12408
12409         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12410         does it itself.
12411
12412         * message.el (message-point-in-header-p): Simplify definition.
12413
12414 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * nnagent.el (nnagent-request-set-mark): Silence log file
12417         writing.
12418         (nnagent-request-set-mark): Use write-region instead of
12419         append-to-file.
12420
12421         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12422         strange select method.
12423
12424         * ecomplete.el (ecomplete-display-matches): Get highlightling
12425         right.
12426         (ecomplete-display-matches): Use literals.
12427         (ecomplete-display-matches): Disable message logging.
12428
12429         * message.el (message-display-abbrev): Small optimization.
12430
12431         * ecomplete.el (ecomplete-display-matches): Allow automatic
12432         display.
12433
12434         * message.el (message-strip-forbidden-properties):
12435         Display abbrevs.
12436         (message-display-abbrev): Get automatic display right.
12437
12438         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12439         keystrokes.
12440
12441 2006-04-13  Romain Francoise  <romain@orebokech.com>
12442
12443         TODO: Backport to v5-10!
12444
12445         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12446         Move here (and rename) from gnus-registry.el.
12447
12448         * gnus-registry.el: Require gnus-util.
12449         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12450
12451 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * gnus-group.el (gnus-group-catchup-current):
12454         Change if-then-else-if-then-else into cond.
12455         (gnus-group-catchup): Indent.
12456         (group-name-at-point): New function.
12457         (gnus-fetch-group): Provide default from thing at point.
12458
12459 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * message.el (message-display-abbrev): Fix regexp.
12462
12463         * ecomplete.el (ecomplete-highlight-match-line):
12464         Reimplement choosing.
12465         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12466         dead variables.
12467
12468         * message.el (message-newline-and-indent): Remove debugging.
12469         (message-display-abbrev): Use new implementation.
12470
12471 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-art.el (gnus-article-mode):
12474         Set cursor-in-non-selected-windows to nil.
12475
12476         * smiley.el: Revert previous change.
12477         (smiley-data-directory): defvar it before using it in the
12478         defcustom of `smiley-style'.
12479
12480 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * message.el (message-newline-and-indent): New function.
12483
12484         * ecomplete.el: Implement more bits.
12485
12486         * message.el (message-put-addresses-in-ecomplete): Clean up the
12487         string.
12488
12489         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12490
12491         * gnus-sum.el (gnus-summary-save-parts):
12492         Bind gnus-summary-save-parts-counter and use it to make unique file
12493         names.
12494
12495         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12496
12497         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12498         parameter to say whether to actually parse the individual
12499         addresses.
12500
12501         * message.el (message-put-addresses-in-ecomplete): New function.
12502         (ecomplete): Require.
12503         (message-mail-alias-type): Add ecomplete as an option.
12504
12505 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12506
12507         * flow-fill.el (fill-flowed): Remove trailing space from blank
12508         quoted lines.
12509
12510 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * smiley.el (smiley-style): Move definition later to avoid a
12513         compilation warning.
12514
12515 2006-04-12  Kenichi Handa  <handa@m17n.org>
12516
12517         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12518         buffer and then decode the buffer text if necessary.
12519         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12520         first, and after mm-encode-body, change the buffer to unibyte.
12521         Use mm-disable-multibyte instead of set-buffer-multibyte.
12522
12523 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12526         Content-Type header instead of Content-Disposition header.
12527         (gnus-mime-inline-part): Ditto.
12528         (gnus-mime-view-part-as-charset): Ignore charset that the part
12529         specifies.
12530
12531         * mm-decode.el (mm-display-part): Work with external parts and
12532         usual parts similarly.
12533
12534         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12535         instead of gnus-display-mime.
12536
12537         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12538         instead of with-temp-buffer.
12539
12540         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12541         tag to summarized topics part in order to encode non-ASCII text.
12542
12543 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * smiley.el (smiley-style): New variable.
12546         (smiley-directory): New function.
12547         (smiley-data-directory): Derive from `smiley-style' using
12548         `smiley-directory'.
12549         (smiley-regexp-alist): Add new entries.
12550
12551         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12552         (gnus-article-browse-delete-temp): Add :version.
12553
12554 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12555
12556         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12557         the sieve region.
12558
12559 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * gnus.el (gnus-version-number): Bump version.
12562
12563 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus.el: No Gnus v0.4 is released.
12566
12567 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12568
12569         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12570         layout.
12571
12572         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12573         unknown charset.
12574
12575         * message.el (message-header-synonyms): Add Original-To to the
12576         default.
12577
12578         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12579         optional parameter.
12580
12581 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * gnus-fun.el (gnus): Require it for gnus-directory.
12584
12585 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12588
12589 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12590
12591         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12592
12593 2006-04-05  Simon Josefsson  <jas@extundo.com>
12594
12595         * password.el (password-reset): New function.
12596
12597 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12598
12599         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12600         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12601
12602 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12603
12604         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12605         Some whitespace was matched into the url, which broke browsing hits
12606         > 100 when mm-url-use-external was nil.
12607
12608 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12611         Check gnus-extra-headers for 'Newsgroups.
12612
12613         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12614         bound.
12615
12616 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12617
12618         * pgg-gpg.el: Clean up process buffers every time gpg processes
12619         complete.
12620
12621 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12624         doc string.
12625
12626 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12627
12628         * pgg-gpg.el (pgg-gpg-process-filter)
12629         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12630
12631         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12632         lines, temporary fix.
12633
12634 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12637
12638 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12639
12640         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12641         default-enable-multibyte-characters.  This reverts the change from
12642         revision 6.17 which is no longer necessary because the passphrase
12643         is sent separately now.  GnuPG messages are unreadable under
12644         multibyte locales with default-enable-multibyte-characters set to
12645         nil.
12646
12647 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * message.el (message-tool-bar-gnome): Move "spell".
12650
12651 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12654         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12655         instead.
12656
12657 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12658
12659         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12660         Improve newsgroups handling for NNTP overviews which don't include
12661         Newsgroups.
12662
12663 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12664
12665         * message.el (message-resend): Bind message-generate-hashcash to nil.
12666
12667 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12668
12669         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12670         when searching for already-paid recipients.
12671
12672 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12673
12674         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12675         passphrases when it is not needed.
12676         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12677         passphrase stuff from gpg, should only be necessary when you use
12678         gpg with a smartcard.
12679
12680 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mml.el (mml-insert-mime): Ignore cached contents of
12683         message/external-body part.
12684
12685         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12686         (mm-insert-part): Ditto.
12687
12688 2006-03-23  Simon Josefsson  <jas@extundo.com>
12689
12690         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12691         Reiner.
12692         (pgg-gpg-use-agent-p): Use it again.
12693
12694 2006-03-23  Simon Josefsson  <jas@extundo.com>
12695
12696         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12697         older emacsen.
12698         (pgg-gpg-use-agent-p): Don't use it.
12699
12700 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12703         if we can.
12704
12705 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12706
12707         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12708         (pgg-gpg-update-agent): New function.
12709         (pgg-gpg-use-agent-p): New function.
12710         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12711         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12712         (pgg-gpg-sign-region): Use it.
12713
12714 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12717         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12718
12719 2006-03-21  Simon Josefsson  <jas@extundo.com>
12720
12721         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12722         <wilde@sha-bang.de>.
12723         (pgg-gpg-use-agent): New variable.
12724         (pgg-gpg-process-region): Use it.
12725         (pgg-gpg-encrypt-region): Likewise.
12726         (pgg-gpg-encrypt-symmetric-region): Likewise.
12727         (pgg-gpg-decrypt-region): Likewise.
12728         (pgg-gpg-sign-region): Likewise.
12729         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12730
12731 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12734
12735         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12736         Add comment on version.
12737
12738 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * smiley.el: Add missing test smiley.
12741
12742 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mm-decode.el (mm-with-part): New macro.
12745         (mm-get-part): Use it; work with message/external-body as well.
12746         (mm-save-part): Treat name and filename equally.
12747
12748         * mm-extern.el (mm-extern-cache-contents): New function.
12749         (mm-inline-external-body): Use it; force the part to be displayed;
12750         move undisplayer added to the cached handle to the parent.
12751
12752         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12753         (gnus-mime-view-part-as-type): Work with message/external-body.
12754
12755         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12756
12757 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12760         images in image-load-path.  [Sync with image.el, revision 1.60, in
12761         Emacs.]
12762
12763 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12766         path rather than symbol.  Always return list of directories.
12767         Guarantee that image directory comes first.  [Sync with image.el,
12768         revision 1.59, in Emacs.]
12769
12770         * message.el (message-make-tool-bar): Adjust to new API of
12771         `gmm-image-load-path-for-library'.
12772
12773         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12774
12775         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12776
12777 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12778
12779         * gnus-art.el (gnus-article-only-boring-p):
12780         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12781         intangible text.
12782         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12783
12784 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12787         Use `defun' instead of `gmm-defun-compat'.
12788
12789 2006-03-14  Simon Josefsson  <jas@extundo.com>
12790
12791         * message.el (message-unique-id): Don't use message-number-base36
12792         if (user-uid) is a float.
12793         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12794
12795 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12798
12799         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12800         empty line between a part and a message part.
12801
12802 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * smiley.el: Add more test smileys.
12805         (smiley-data-directory, smiley-regexp-alist)
12806         (gnus-smiley-file-types): Fix doc strings.
12807         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12808         adding new elements.
12809         (smiley-mouse-map): Unused code.  Make it a comment.
12810
12811 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12814         scan latest NoCeM messages instead of old ones.
12815         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12816         delimiters that are recently used.
12817         (gnus-nocem-load-cache): Add autoload cookie.
12818
12819         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12820
12821         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12822         level which is larger than gnus-use-nocem is specified.
12823
12824         * gnus-group.el (gnus-group-get-new-news): Ditto.
12825
12826 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * gnus-util.el (gnus-tool-bar-update): New function.
12829
12830         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12831         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12832
12833         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12834
12835         * gnus-group.el (gnus-group-redraw-when-idle)
12836         (gnus-group-redraw-check): Remove.
12837         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12838
12839 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12842         if optional last element is specified in splits (FIELD VALUE...).
12843
12844 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12847         to gmm-image-load-path-for-library.  Call with no-error argument.
12848         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12849
12850         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12851
12852         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12853
12854         * gmm-utils.el (gmm-image-load-path): Remove alias.
12855
12856 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gmm-utils.el (gmm-image-load-path): Add alias.
12859
12860         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12861         nnml-generate-nov-databases-1.
12862         (nnml-generate-nov-databases): Use it.
12863         (nnml-generate-nov-databases-directory): Document no-active
12864         argument.
12865
12866         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12867         directory if path is t.  Add no-error.
12868
12869         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12870         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12871
12872         * gnus-art.el (gnus-article-browse-delete-temp-files):
12873         Simplify resetting gnus-article-browse-html-temp-list.
12874
12875         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12876         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12877         Add example to docstring.  Rename local variables.  Move error
12878         checks to default case in cond and simplify.
12879
12880 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12883         handle is multipart when calling it recursively.
12884         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12885
12886 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12887
12888         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12889         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12890
12891 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12894         is loaded.
12895
12896         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12897         loaded.
12898
12899 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12902         to "Emacs 23 (unicode)" in doc string.
12903
12904         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12905         "Emacs 23 (unicode)" in comment.
12906
12907 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12910
12911         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12912         characters 160 through 255 in Emacs 23.
12913
12914 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12917         gnus-article-browse-html-temp.
12918         (gnus-article-browse-delete-temp): Make it customizable.
12919         Add `file'.  Adjust doc string.
12920         (gnus-article-browse-delete-temp-files): Add argument.
12921         Allow query for each file.  Adjust doc string.
12922         (gnus-article-browse-html-parts):
12923         Add `gnus-article-browse-delete-temp-files' to
12924         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12925
12926 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12927
12928         * gnus-art.el (gnus-article-browse-html-temp)
12929         (gnus-article-browse-delete-temp): New variables.
12930         (gnus-article-browse-delete-temp-files): New function.
12931         (gnus-article-browse-html-parts): Use it.
12932
12933 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12936
12937         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12938         string.
12939
12940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12941         gnus-summary-insert-new-articles when unplugged.
12942         Remove gnus-summary-search-article-forward.
12943
12944         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12945         display-visual-class instead of display-color-cells.
12946
12947 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * dgnushack.el: Autoload customize-group for XEmacs.
12950
12951         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12952         message/* containing non-ASCII text properly.
12953
12954 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * message.el: Require gmm-utils, remove autoloads.
12957         (message-tool-bar): Set default based on
12958         gmm-tool-bar-style.
12959         (message-tool-bar-gnome): Add gmm-customize-mode.
12960
12961         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12962         gmm-tool-bar-style.
12963         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12964
12965         * gnus-group.el (gnus-group-tool-bar): Set default based on
12966         gmm-tool-bar-style.
12967         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12968
12969         * gmm-utils.el (gmm-image-directory): Rename variable from
12970         gmm-image-load-path.
12971         (gmm-image-load-path): Use gmm-image-directory.
12972         (gmm-customize-mode): New function.
12973         (gmm-tool-bar-style): New variable.
12974
12975         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12976         gnus-group-redraw-line-number.
12977         (gnus-group-redraw-check): Simplify.
12978         (gnus-group-tool-bar-update): Remove redraw check.
12979         (gnus-group-make-tool-bar): Add redraw check.
12980
12981 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12982
12983         * gnus-art.el (gnus-button): Add missing parentheses.
12984
12985 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * lpath.el: Fbind line-number-at-pos.
12988
12989 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12992
12993 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-art.el (gnus-button): New face.
12996         (gnus-article-button-face): Use it.
12997
12998         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12999         Add gnus-summary-next-page.  Re-order.
13000
13001         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13002         next-node are now included.
13003         (gnus-group-redraw-line-number): New internal variable.
13004         (gnus-group-redraw-check): Helper function for updating the tool
13005         bar.
13006         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13007
13008         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13009
13010         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13011         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13012         Use it to match format of Spamassassin 3.0 and later.
13013         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13014         (spam-check-bogofilter)
13015         (spam-bogofilter-register-with-bogofilter): Fix args of
13016         `gnus-error' calls.
13017
13018 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13021         unnecessary interaction when sending queued mails.
13022         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13023
13024 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13027         first or last are nil.
13028
13029 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13030
13031         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13032
13033 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13036
13037 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * dns.el (query-dns): Protect more against buggy tcp output.
13040
13041 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13044         nov.php.
13045
13046 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13047
13048         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13049         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13050         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13051         output on the server side.
13052         (nnweb-google-create-mapping): Update regexps and add some
13053         progress indication.
13054
13055 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-group.el (gnus-group-tool-bar-gnome):
13058         Fix gnus-agent-toggle-plugged.  Re-order icons.
13059         (gnus-group-tool-bar-gnome):
13060         Add gnus-group-{prev,next}-unread-group.
13061         (gnus-group-tool-bar-gnome): Re-order icons.
13062
13063         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13064         Move gnus-summary-insert-new-articles.
13065
13066         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13067         Fix comments.
13068
13069         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13070         also available in Emacs 21.3.
13071
13072         * message.el (message-fix-before-sending): Change "Emacs 22" to
13073         "Emacs 23 (unicode)" in comment.
13074
13075         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13076         "Emacs 23 (unicode)" in comment.
13077
13078         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13079         comment.
13080         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13081
13082         * mm-view.el (mm-fill-flowed): Add :version.
13083
13084 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13087         and load-path.
13088
13089 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * message.el: Autoload gmm-image-load-path.
13092         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13093         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13094         consitency.
13095
13096         * gmm-utils.el (gmm-image-load-path): Also search in
13097         "../etc/images".  Don't set gmm-image-load-path if we don't find
13098         the image.
13099
13100 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gmm-utils.el (gmm-image-load-path): Don't make
13103         `gmm-image-load-path' include subdirectories which the second arg
13104         `image' might specify.
13105
13106         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13107         subdirectory to icon file names.
13108
13109         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13110
13111 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13114         gmm-image-load-path calls.
13115
13116         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13117
13118         * message.el (message-make-tool-bar): Ditto.
13119
13120         * mml.el (mml-preview): Add comment concerning tool bar icons.
13121
13122         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13123         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13124
13125         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13126         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13127
13128         * message.el (message-tool-bar-gnome): Use new icon names.
13129         (message-make-tool-bar): Use `gmm-image-load-path'.
13130
13131         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13132         New functions from MH-E.
13133         (gmm-image-load-path): New variable from MH-E.
13134         (gmm-image-load-path): New function from MH-E.  Add arguments
13135         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13136         *-image-load-path-called-flag.
13137
13138 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13139
13140         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13141
13142 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13143
13144         * nnimap.el (nnimap-request-move-article): Change folder back to
13145         source group before deleting.
13146
13147 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13150
13151         * gnus-art.el (mm-url-insert-file-contents-external):
13152         Autoload mm-url.
13153
13154         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13155
13156 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13159         coding system which mm-charset-to-coding-system returns for a
13160         given charset is valid.
13161
13162 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13163
13164         * html2text.el (html2text-remove-tag-list):
13165         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13166
13167 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13168
13169         * gnus-cus.el: Revert 2005-10-17 change.
13170
13171 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-art.el (article-strip-banner):
13174         Call article-really-strip-banner only when the regexp match is made.
13175
13176 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (article-strip-banner):
13179         Use gnus-extract-address-components instead of
13180         mail-header-parse-addresses to make it work with non-ASCII text;
13181         remove mail-encode-encoded-word-string.
13182
13183         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13184         values which are surrounded with \"...\"; make it never cause a
13185         Lisp error; give up parsing of parameters if it failed in
13186         extracting type.
13187
13188 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13189
13190         * smime.el (smime-cert-by-ldap-1): Fix bug where
13191         `smime-ldap-search' returns results without userCertificates.
13192
13193 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13196
13197 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * spam.el (spam-check-spamassassin-headers): Adapt format for
13200         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13201         <ari@mbf.ocn.ne.jp>.
13202         (spam-list-of-processors): Add spam-use-gmane.
13203
13204 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13207         make-temp-file; make it work with XEmacs as well.
13208
13209         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13210         mm-make-temp-file.
13211
13212         * mm-decode.el (mm-display-external): Use the 3rd arg of
13213         mm-make-temp-file.
13214         (mm-create-image-xemacs): Ditto.
13215
13216 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13219         with message-narrow-to-headers.
13220         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13221         (gnus-draft-check-draft-articles): New function.
13222         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13223
13224 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * gnus-art.el (gnus-article-browse-html-parts):
13227         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13228         Don't use suffix argument for mm-make-temp-file for Emacs 21
13229         compatibility.  Remove useless `format'.
13230
13231 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13232
13233         * nnweb.el (nnweb-google-wash-article): Update regexps.
13234         (nnweb-group-alist): Use defvoo instead of defvar.
13235
13236 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13239         re-loading nn* modules.
13240
13241 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13244         for `tool-bar-mode' and don't check it's default-value.
13245
13246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13247
13248         * message.el (message-make-tool-bar): Ditto.
13249
13250         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13251         `substring'.  Shorten tmp-file name.
13252
13253         * gnus.el: Remove bogus comment.
13254
13255 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13256
13257         * gnus-art.el (gnus-article-browse-html-parts): New function.
13258         (gnus-article-browse-html-article): New function for viewing html
13259         articles with a browser.
13260
13261 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13262
13263         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13264         in elisp.
13265         (pgg-gpg-encrypt-symmetric-region): Ditto.
13266         (pgg-gpg-sign-region): Ditto.
13267
13268         * pgg-def.el (pgg-text-mode): New variable.
13269
13270         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13271         (mml2015-pgg-encrypt): Ditto.
13272
13273         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13274         (mml1991-pgg-encrypt): Ditto.
13275
13276 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * nnfolder.el (nnfolder-insert-newsgroup-line):
13279         Use message-make-date instead of current-time-string.
13280
13281         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13282         to gnus-decoded which mm-uu might set.
13283
13284 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13287         don't decode quoted parameters; remove misimported Emacs code.
13288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13289         (rfc2231-decode-encoded-string): Don't use split-string which
13290         behaves differently according to Emacs version; use
13291         mm-decode-coding-region to convert charset to coding-system.
13292         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13293         (rfc2231-encode-string): Remove misimported Emacs code.
13294
13295 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13298         when calling mail-header-parse-content-type.
13299         (article-de-quoted-unreadable): Ditto.
13300         (article-de-base64-unreadable): Ditto.
13301         (article-wash-html): Ditto.
13302
13303         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13304         calling mail-header-parse-content-type and
13305         mail-header-parse-content-disposition.
13306         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13307         mail-header-parse-content-type.
13308
13309         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13310         insert charset and format parameters; encode description after
13311         inserting it to buffer.
13312         (mml-insert-parameter): Fold lines properly even if a parameter is
13313         segmented into two or more lines; change the max column to 76.
13314
13315         * rfc1843.el (rfc1843-decode-article-body): Don't use
13316         ignore-errors when calling mail-header-parse-content-type.
13317
13318         * rfc2231.el (rfc2231-parse-string): Return at least type if
13319         possible; don't cause an error even if it fails in parsing of
13320         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13321         (rfc2231-encode-string): Don't break lines at the beginning, leave
13322         it to mml-insert-parameter.
13323
13324         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13325         calling mail-header-parse-content-type.
13326
13327 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * spam-report.el (spam-report-gmane-use-article-number):
13330         Improve doc string.
13331         (spam-report-gmane-internal): Check if a suitable header was found
13332         in the article.
13333
13334 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13337         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13338
13339 2006-02-05  Romain Francoise  <romain@orebokech.com>
13340
13341         Update copyright notices of all files in the gnus directory.
13342
13343 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13344
13345         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13346
13347 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13350         segmented lines of parameter value to cope with Thunderbird 1.5
13351         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13352         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13353         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13354
13355 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13356
13357         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13358         parts.
13359
13360 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13361
13362         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13363         there's only one active file for all servers.
13364         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13365         solid groups.  Gnus might have used a FAST request to select the group.
13366         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13367         and nnweb-search redundantly in the active file.
13368         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13369         (nnweb-request-create-group): Don't use ARGS.
13370         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13371         initialisations.  Let nnoo do the work.
13372
13373 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13376         Say the part has been decoded.
13377
13378         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13379
13380 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13381
13382         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13383         mailcap-viewer-test-cache when there's no 'test clause, since that
13384         will invert the meaning of a "nil" test previously determined by
13385         mailcap-mailcap-entry-passes-test.
13386
13387 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13390         compiling.
13391
13392         * gnus-sum.el: Ditto.
13393
13394         * message.el: Don't bind tool-bar-map when compiling.
13395
13396 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13399
13400 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13401
13402         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13403         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13404         current Google Groups.
13405
13406 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13409         and tool-bar-mode.
13410
13411         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13412         and tool-bar-mode.
13413
13414         * message.el (message-tool-bar-update): Simplify.
13415         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13416
13417         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13418         gnus-summary-buffer.
13419         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13420         gnus-summary-reply.
13421
13422         * gmm-utils.el (gmm): Add :version.
13423
13424 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * Makefile.in (clean): New rule.
13427         (distclean): Use it.
13428
13429 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13430
13431         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13432         Don't autoload.
13433
13434 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gmm-utils.el (gmm-verbose): Add :group.
13437
13438 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * message.el: Change some comments WRT tool-bars.
13441
13442         * gnus-sum.el (gnus-summary-tool-bar)
13443         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13444         (gnus-summary-tool-bar-zap-list): New variables.
13445         (gnus-summary-make-tool-bar): Complete rewrite using
13446         `gmm-tool-bar-from-list'.
13447
13448         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13449         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13450         New variables.
13451         (gnus-group-make-tool-bar): Complete rewrite using
13452         `gmm-tool-bar-from-list'.
13453         (gnus-group-tool-bar-update): New function.
13454
13455         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13456
13457 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13460         is dissected into a single part of which the type is the same as
13461         the given one; decode charset.
13462
13463 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13464
13465         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13466         into alists as symbol not string, since that's what
13467         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13468         look for.
13469
13470 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13473         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13474
13475         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13476
13477 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13480         (gnus-xmas-mime-security-button-menu): New function.
13481
13482         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13483         (gnus-mime-security-button-menu): New definition.
13484         (gnus-mime-security-button-map): Use them.
13485         (gnus-mime-security-button-menu): New function.
13486         (gnus-insert-mime-security-button): Addition to help echo.
13487         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13488         (gnus-mime-security-pipe-part): New functions.
13489
13490         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13491         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13492
13493         * mm-decode.el (mm-handle-set-disposition): Remove.
13494         (mm-handle-set-description): Remove.
13495
13496 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13499         (mm-w3m-standalone-supports-m17n-p): New function.
13500         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13501         w3m usage.
13502
13503         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13504         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13505
13506 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * message.el (message-tool-bar-zap-list):
13509         Use gmm-tool-bar-zap-list as custom type.
13510         (message-tool-bar-update): New function.
13511         (message-tool-bar, message-tool-bar-gnome)
13512         (message-tool-bar-retro): Add message-tool-bar-update.
13513         (message-tool-bar-gnome): Add flyspell-buffer.
13514
13515         * gnus-util.el (gnus-error): Describe `args'.
13516
13517         * gmm-utils.el (gmm-error): Describe `args'.
13518         (gmm-tool-bar-zap-list): New widget.
13519         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13520
13521 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13524         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13525         the number of recursive calls.
13526
13527         * mm-decode.el (mm-handle-set-disposition): New macro.
13528         (mm-handle-set-description): New macro.
13529
13530 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13533         encoding.
13534
13535 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * message.el (message-tool-bar-zap-list, message-tool-bar)
13538         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13539         (message-tool-bar-local-item-from-menu): Remove.
13540         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13541         (message-make-tool-bar): New function.
13542         (message-mode): Use `message-make-tool-bar'.
13543
13544         * gmm-utils.el: New file.
13545         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13546         (gmm-lazy): New widget copied from `nnmail.el'.
13547         (gmm-tool-bar-from-list): New function for creating customizable
13548         tool bars.
13549         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13550         output.
13551         (gmm): Add :prefix to defgroup.
13552
13553 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13554
13555         * gmm-utils.el (gmm-widget-p): New function.
13556
13557 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * mml.el (mml-attach-file): Describe `description' in doc string.
13560         (mml-menu): Add Emacs MIME manual and PGG manual.
13561
13562 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13563
13564         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13565
13566 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13567
13568         * nntp.el (nntp-end-of-line): Doc fix.
13569
13570 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13571
13572         * imap.el (imap-open): Handle case where buffer is a buffer
13573         object.
13574
13575 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13576
13577         * gnus-delay.el (gnus-delay): Don't autoload.
13578         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13579         to be re-loaded when customizing the `gnus-delay' group.
13580
13581 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13582
13583         * message.el (message-insert-citation-line): Use newlines.
13584
13585 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13586
13587         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13588         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13589         these routines, so the passphrase can be managed externally and
13590         passed in to the system.
13591         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13592         pgg-add-passphrase-to-cache function.
13593
13594         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13595         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13596         these routines, so the passphrase can be managed externally and
13597         passed in to the system.
13598         (pgg-pgp5-sign-region): Use new name of
13599         pgg-add-passphrase-to-cache function.
13600
13601 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13602
13603         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13604         part of the decoded armor to find the key-identifier.
13605         (pgg-gpg-lookup-key-owner): New function to return the
13606         human-readable identifier of a key owner.
13607         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13608         itself.
13609         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13610         the key value) if we have a key and can match it against a secret
13611         key.  Also, added a note pointing out fact that the prompt only
13612         indicates the first matching key.
13613
13614         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13615         pgg-decrypt-region.
13616         (pgg-add-passphrase-to-cache): Rename from
13617         `pgg-add-passphrase-cache' to reduce confusion (all callers
13618         changed).
13619         (pgg-remove-passphrase-from-cache): Rename from
13620         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13621         changed).
13622         (pgg-read-passphrase, pgg-add-passphrase-cache)
13623         (pgg-remove-passphrase-cache): Add informative docstrings.
13624         (pgg-decrypt): Convey provided passphrase in subordinate call to
13625         pgg-decrypt-region.
13626
13627 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13628
13629         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13630         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13631         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13632         'passphrase' argument, so the passphrase can be managed externally
13633         and then passed in to the system.
13634
13635         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13636         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13637         so the passphrase cache can be used reliably with identifiers
13638         besides a pgp packet's key id.
13639
13640         * pgg-gpg.el (pgg-gpg-encrypt-region)
13641         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13642         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13643         these routines, so the passphrase can be managed externally and
13644         passed in to the system.
13645
13646         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13647         'notruncate' argument, so the passphrase cache can be used
13648         reliably with identifiers besides a pgp packet's key id.
13649
13650 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13651
13652         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13653         symmetric encryption.
13654         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13655         encrypted session key.
13656         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13657         message ask for the passphrase in a proper way.
13658
13659         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13660         New user commands for symmetric encryption.
13661
13662 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13665
13666         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13667
13668 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13669
13670         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13671
13672 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * mm-decode.el (mm-inlined-types): Add application/pgp.
13675         (mm-automatic-display): Ditto.
13676
13677         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13678         part as text.
13679
13680 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * nnrss.el: Update copyright.
13683         (nnrss-opml-import): Query whether to subscribe to each entry.
13684
13685         * gnus-art.el:
13686         * gnus-sum.el:
13687         * gnus-xmas.el:
13688         * messagexmas.el:
13689         * mm-uu.el:
13690         * mm-view.el: Update copyright.
13691
13692 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * message.el (message-info): New function.
13695         (message-mode-menu): Add it.
13696         Update copyright.
13697
13698         * ChangeLog: Fix and update copyright.
13699
13700 2006-01-13  Romain Francoise  <romain@orebokech.com>
13701
13702         * message.el (message-forward-subject-name-subject): Prefer the
13703         address to 'nowhere' if the sender has no name.
13704         Fix typo.  Update copyright year.
13705
13706 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (article-wash-html):
13709         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13710         (gnus-article-wash-html-with-w3m-standalone): New function.
13711
13712         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13713         mm-inline-text-html-render-with-w3m-standalone.
13714         (mm-text-html-washer-alist): Map w3m-standalone to
13715         gnus-article-wash-html-with-w3m-standalone.
13716         (mm-inline-text-html-render-with-w3m-standalone): New function.
13717
13718 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13721         Improve LaTeX.
13722
13723 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13726         (nnrss-request-article): Render text/plain parts as HTML.
13727
13728         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13729         the buffer.
13730
13731 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13734         custom definition of `gnus-posting-styles'.
13735
13736         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13737         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13738
13739 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13742         Use nntp for bug archive.
13743
13744 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13747         parts.
13748         (nnrss-normalize-date): New function converts ISO 8601 date into
13749         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13750         (nnrss-check-group): Use it.
13751
13752 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13755
13756         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13757         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13758         (nnrss-insert-w3): Ditto.
13759
13760 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13763         the articles to be forwarded including the case where neither a
13764         number of articles nor a region is specified.
13765
13766 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * nnrss.el (nnrss-request-article): Fix last change; fill
13769         text/plain parts.
13770
13771 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13774         in text/plain part.
13775         (nnrss-check-group): Don't add excessive newline to dc:subject.
13776
13777 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13778
13779         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13780         article.
13781
13782 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13785         (nnml-use-compressed-files, nnml-save-mail): Support other
13786         comression programs such as bzip2.
13787
13788 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * dns.el (query-dns): Make sure we check the buffer size before
13791         removing tcp headers.
13792
13793 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13796         remove MIME buttons associated with multipart/alternative parts.
13797         (gnus-mime-display-alternative): Tag buttons using `article-type'
13798         text property.
13799
13800         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13801         associated with multipart/alternative parts.
13802
13803         * gnus-art.el (gnus-signature-separator): Fix custom type.
13804
13805         * mm-decode.el (mm-inlined-types): Fix custom type.
13806         (mm-keep-viewer-alive-types): Ditto.
13807         (mm-automatic-display): Ditto.
13808         (mm-attachment-override-types): Ditto.
13809         (mm-inline-override-types): Ditto.
13810         (mm-automatic-external-display): Ditto.
13811
13812 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * spam-report.el (spam-report-user-mail-address)
13815         (spam-report-user-agent): New variables.
13816         (spam-report-url-ping-plain): Use spam-report-user-agent.
13817
13818 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13819
13820         * gnus-art.el (gnus-button-handle-custom): Do not just use
13821         `customize-apropos' for any "M-x customize-*" button but the
13822         function called for.  Accept both the function name and its
13823         argument in order to achieve this.
13824         (gnus-button-alist): Remove support for "custom:" URL's.
13825         Pass function name to `gnus-button-handle-custom' in case of "M-x
13826         customize-*" buttons.
13827
13828 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13831         multipart/alternative and add xref to mm-discouraged-alternatives
13832         in doc string.
13833
13834         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13835         gnus-buttonized-mime-types in doc string.
13836
13837 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13840         Suggest image/.* in the doc string.
13841
13842 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13845         message-marks (Debian bug #342521).
13846
13847 2005-12-12  Simon Josefsson  <jas@extundo.com>
13848
13849         * password.el (password-read-from-cache): Add.
13850         (password-read): Use it.
13851
13852 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * rfc2047.el (rfc2047-charset-to-coding-system):
13855         Recognize us-ascii as a MIME charset.
13856
13857         * mm-bodies.el (mm-decode-content-transfer-encoding):
13858         Protect against the case where the 2nd arg TYPE is nil.
13859
13860 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * pop3.el (pop3-stream-type): Fix custom version.
13863
13864         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13865
13866 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13867
13868         * mm-decode.el (mm-display-external): Add missing cdr.
13869
13870 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13873         RFC1524) if it is in mailcap or add a suffix according to
13874         mailcap-mime-extensions when generating a temp filename; postpone
13875         deleting a temp file for 2 seconds for some wrappers, shell
13876         scripts, and so on, which might exit right after having started a
13877         viewer command as a background job.
13878
13879 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * nntp.el (nntp-marks-directory): Fix custom group.
13882
13883         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13884         steps when < 10.
13885
13886         * gnus-start.el (gnus-no-server-1):
13887         Mention `gnus-level-default-subscribed' in doc string.
13888
13889 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13890
13891         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13892         parens.
13893
13894 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-xmas.el (gnus-use-toolbar): Revert.
13897         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13898         gnus-use-toolbar is default.
13899
13900         * messagexmas.el (message-use-toolbar): Revert.
13901         (message-setup-toolbar): Use global default-toolbar if
13902         message-use-toolbar is default.
13903
13904 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13907         according to default-toolbar-visible-p.
13908
13909         * messagexmas.el (message-use-toolbar): Ditto.
13910
13911 2005-11-26  Dave Love  <fx@gnu.org>
13912
13913         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13914         (tls-program, tls-success): Provide openssl alternative.
13915
13916         * starttls.el: Doc fixes.
13917         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13918         SERVICE to PORT.
13919
13920         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13921         port null or service name.
13922         (starttls-negotiate): Autoload.
13923
13924 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * message.el (message-kill-to-signature): Fix interactive spec.
13927
13928 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * pop3.el (pop3-open-server): Recognize a string as a service name.
13931
13932 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13933
13934         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13935
13936 2005-11-23  Dave Love  <fx@gnu.org>
13937
13938         Add pop3s, pop3/starttls.
13939
13940         * pop3.el (pop3-authentication-scheme): Clarify doc.
13941         (open-tls-stream, starttls-open-stream): Autoload.
13942         (pop3-stream-type): New.
13943         (pop3-open-server): Use it.
13944
13945         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13946         for POP.
13947         (mail-source-keyword-map): Add :stream for POP.
13948         (mail-source-fetch-pop): Use pop3-stream-type.
13949
13950 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13953         of current-time-string.
13954
13955 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13956
13957         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13958         date header.
13959
13960 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13961
13962         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13963         it can seriously impact performance as it bypasses the agent's
13964         local caches.
13965
13966 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13967
13968         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13969         must be explicitly online rather than "not explicitly offline" for
13970         its flags to be synchronized.
13971
13972         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13973         that gnus-uu-unmark-thread will function correctly.
13974
13975         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13976         1024K is instead displayed as 1M.
13977
13978 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13981
13982 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13983
13984         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13985
13986 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13987
13988         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13989         error message to display actual error condition.
13990         (gnus-agent-save-local): Avoid saving symbols that are bound to
13991         nil as they simply result in a warning message in
13992         gnus-agent-read-local.
13993
13994 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13997         rather than make-variable-buffer-local for file-precious-flag.
13998
13999 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14000
14001         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14002         for duplicates which are removed.  The invalid sort check then
14003         triggers a rescan after the sort as sorting may have moved
14004         duplicate entries such that they can be cheaply detected.
14005
14006 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14009
14010 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14011
14012         * gnus-agent.el (gnus-agent-article-alist-save-format):
14013         Change internal variable to a custom variable.  Change default value
14014         from compressed(2) to uncompressed(1).
14015         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14016         support for uncompressed agentview files.  Taken together, reading
14017         the agentview file should now be 6-7 times faster.
14018
14019 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14020
14021         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14022         as a buffer-local variable.  This avoids creating truncated
14023         dribble files as a result of a hang up, eg.
14024
14025 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14026
14027         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14028         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14029         XEmacs.
14030
14031 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-start.el (gnus-start-draft-setup):
14034         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14035
14036         * gnus.el (gnus-splash): Change custom group.
14037         (gnus-group-get-parameter, gnus-group-parameter-value):
14038         Describe allow-list argument.
14039
14040         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14041         string.
14042
14043 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * gnus-art.el (gnus-default-article-saver): Add user-defined
14046         `function' to custom type.
14047
14048 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14049
14050         * imap.el (imap-open): Handle case where buffer is a buffer
14051         object.
14052
14053 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14056         long lines.
14057         (gnus-cache-delete-group): Wrap doc strings.
14058
14059         * gnus-agent.el (gnus-agent-rename-group)
14060         (gnus-agent-delete-group): Wrap doc strings.
14061
14062 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * messagexmas.el (message-use-toolbar): Change the valid values
14065         into default, top, bottom, left, and right.
14066         (message-toolbar-thickness): New variable.
14067         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14068         well.
14069         (message-setup-toolbar): Make it work.
14070
14071         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14072         (gnus-use-toolbar): Change the valid values into default, top,
14073         bottom, left, and right.
14074         (gnus-toolbar-thickness): New variable.
14075         (gnus-xmas-setup-toolbar): New function.
14076         (gnus-xmas-setup-group-toolbar): Use it.
14077         (gnus-xmas-setup-summary-toolbar): Use it.
14078
14079 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14080
14081         * gnus-start.el (gnus-1): Add "native" to
14082         gnus-predefined-server-alist.
14083
14084         * gnus.el (gnus-method-to-server): Don't add "native" to the
14085         lists here, because that leads to problems when
14086         gnus-select-method is bound.
14087
14088 2005-11-09  Simon Josefsson  <jas@extundo.com>
14089
14090         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14091         use (not sort-by-date) instead.
14092
14093 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14094
14095         * gnus-delay.el (gnus-delay-group): Don't autoload.
14096         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14097         to be re-loaded when customizing the `gnus-delay' group.
14098
14099 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14100
14101         * message.el: Revert last changes.
14102         (message-insert-citation-line): Use newlines.
14103
14104 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14105
14106         * message.el (message-courtesy-message)
14107         (message-mark-insert-begin, message-mark-insert-end)
14108         (message-elide-ellipsis, message-cancel-message)
14109         (message-add-header, message-change-subject)
14110         (message-cross-post-followup-to-header)
14111         (message-cross-post-insert-note, message-reduce-to-to-cc)
14112         (message-widen-reply, message-delete-not-region)
14113         (message-kill-to-signature, message-insert-signature)
14114         (message-insert-importance-high, message-insert-importance-low)
14115         (message-insert-or-toggle-importance)
14116         (message-insert-disposition-notification-to)
14117         (message-indent-citation, message-yank-original)
14118         (message-cite-original-without-signature, message-cite-original)
14119         (message-insert-citation-line, message-position-on-field)
14120         (message-fix-before-sending, message-send-mail-partially)
14121         (message-send-mail, message-send-mail-with-sendmail)
14122         (message-send-mail-with-qmail, message-send-news)
14123         (message-check-news-header-syntax, message-generate-headers)
14124         (message-insert-courtesy-copy, message-fill-address)
14125         (message-fill-header, message-shorten-references)
14126         (message-setup-1, message-cancel-news)
14127         (message-forward-make-body-plain, message-forward-make-body-mime)
14128         (message-forward-make-body-mml, message-encode-message-body)
14129         (message-forward-make-body-digest-plain)
14130         (message-forward-make-body-digest-mime)
14131         (message-use-alternative-email-as-from): Insert `hard-newline'
14132         instead of ordinary newlines.
14133
14134 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * message.el (message-generate-headers): Downcase the argument
14137         given to message-check-element.
14138
14139 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14140
14141         * nntp.el (nntp-authinfo-rejected): New error condition.
14142         (nntp-wait-for): Use new error condition to signal authentication
14143         error.
14144         (nntp-retrieve-data): Rethrow new error condition to break out of
14145         recursive call to nntp-send-authinfo.
14146
14147 2005-11-08  Romain Francoise  <romain@orebokech.com>
14148
14149         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14150         (gnus-summary-exit-map): Bind to `Z p'.
14151         (gnus-summary-make-menu-bar): Add menu item.
14152
14153 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14156         (gnus-treat-*): Add `first' in all doc strings.
14157
14158         * gnus-group.el (gnus-group-compact-group): Fix typo.
14159
14160 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus.el (gnus-parameters-case-fold-search): New variable.
14163         (gnus-parameters-get-parameter): Use it.
14164
14165         * gnus-score.el (gnus-home-score-file): Doc fix.
14166
14167 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14168
14169         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14170
14171 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-util.el (mm-special-display-p): New function.
14174
14175         * mml.el (mml-preview): Use it; doc fix.
14176
14177 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14178
14179         * imap.el (imap-open): Handle case where buffer is a buffer object.
14180
14181 2005-10-29  Romain Francoise  <romain@orebokech.com>
14182
14183         * message.el (message-fix-before-sending): Fix comment.
14184
14185 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14186
14187         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14188
14189 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14190
14191         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14192         Used in gnus-score.el.
14193
14194 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14197
14198 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14201         whitespace removed in revision 7.8.  Use concatenated string to
14202         protect trailing whitespace.
14203
14204 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14205
14206         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14207         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14208         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14209         Courier IMAP ("some version from 2004").  Mostly based on similar
14210         code in the same function.
14211
14212 2005-10-26  Didier Verna  <didier@xemacs.org>
14213
14214         * gnus-group.el (gnus-group-compact-group): Invalidate original
14215         article buffer.
14216         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14217         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14218         NOV database and in article itself.
14219         Invalidate article backlog.
14220
14221 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14224
14225 2005-10-26  Simon Josefsson  <jas@extundo.com>
14226
14227         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14228         part of 2004-07-25 change.
14229
14230 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * message.el (message-display-completion-list): New function.
14233         (message-expand-group): Use it; make sure the Completions buffer
14234         is modifiable.
14235 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14236
14237         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14238         user-mail-name is an empty string.
14239
14240 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14243         depending on gnus-score-decay-constant.
14244
14245         * encrypt.el (encrypt-insert-file-contents)
14246         (encrypt-write-file-contents): Don't use `gnus-message'.
14247
14248         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14249         arguments.
14250         (mm-uu-type-alist): Add message-marks and insert-marks.
14251         Pass arguments to mm-uu-verbatim-marks-extract.
14252         (mm-uu-hide-markers): New variable.
14253         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14254
14255         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14256         (gnus-convert-image-to-face-command): Use "convert" by default to
14257         allow other input image formats.
14258         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14259         accordingly.
14260
14261 2005-10-23  Simon Josefsson  <jas@extundo.com>
14262
14263         * imap.el (imap-gssapi-program): Align command line parameters
14264         with latest GNU SASL.
14265         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14266
14267 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14268
14269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14270         HTML.
14271         (nnslashdot-request-article): Ditto.
14272
14273         * lpath.el (featurep): Add nobreak-char-display.
14274
14275 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14276
14277         * mail-source.el (mail-source-fetch-pop): Require pop3.
14278         (mail-source-check-pop): Ditto.
14279
14280 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14283         errors.
14284
14285 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14288         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14289
14290         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14291
14292         * mm-bodies.el (mm-decode-string):
14293         Call `mm-charset-to-coding-system' with allow-override argument.
14294
14295 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14298         (rfc2047-charset-to-coding-system): New function.
14299         (rfc2047-decode-encoded-words): New function.
14300         (rfc2047-decode-region): Use them.
14301         (rfc2047-decode-cte): Remove.
14302         (rfc2047-parse-and-decode): Remove.
14303         (rfc2047-decode): Remove.
14304
14305 2005-10-15  Kenichi Handa  <handa@m17n.org>
14306
14307         * rfc2047.el (rfc2047-decode-cte): New function.
14308         (rfc2047-decode-region): Change the way to decode successive
14309         encoded-words: decode B- or Q-encoding in each encoded-word,
14310         concatenate them, and decode it as charset.
14311
14312 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * lpath.el: Fbind codepage-setup for XEmacs.
14315
14316 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14317
14318         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14319         widget-move-and-invoke.
14320         (gnus-custom-mode): Use gnus-custom-map.
14321
14322 2005-10-15  Bill Wohler  <wohler@newt.com>
14323
14324         * message.el (message-tool-bar-map): Rename image file from
14325         mail_send to mail/send.
14326
14327 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14328
14329         * message.el (message-expand-group): Pass the common
14330         prefix substring of completion to `display-completion-list'.
14331
14332 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * mml-sec.el (mml-secure-method): New internal variable.
14335         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14336         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14337         New functions using mml-secure-method.
14338
14339         * mml.el (mml-mode-map): Add key bindings for those functions.
14340         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14341         Harder <harder@myrealbox.com>.
14342         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14343         Goto end of message if point is the headers of the message.
14344
14345         * message.el (message-in-body-p): New function.
14346
14347         * assistant.el: Autoload gnus-util and netrc.
14348
14349         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14350         Use `mm-charset-override-alist' only when decoding.
14351
14352         * mm-bodies.el (mm-decode-body):
14353         Call `mm-charset-to-coding-system' with allow-override argument.
14354
14355         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14356         `filename' from Content-Disposition if Content-Type doesn't
14357         provide `name'.
14358         (gnus-mime-view-part-as-type): Set default instead of
14359         initial-input.
14360
14361 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14362
14363         * format-spec.el (format-spec): Propagate text properties of % spec.
14364
14365 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-art.el (gnus-treat-predicate): Add `first'.
14368
14369 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14372         (mm-charset-override-alist): New variable.
14373         (mm-charset-to-coding-system): Use it.
14374         (mm-codepage-setup): New helper function.
14375         (mm-charset-eval-alist): New variable.
14376         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14377         Warn about unknown charsets.
14378
14379         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14380
14381 2005-10-04  David Hansen  <david.hansen@gmx.net>
14382
14383         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14384         (nnrss-check-group): Ditto.
14385
14386 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14389         Rename x-gnus-verbatim to x-verbatim.
14390         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14391
14392         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14393         x-verbatim.
14394
14395         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14396
14397         * gnus-util.el (gnus-remove-duplicates): Remove.
14398
14399         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14400         instead of gnus-remove-duplicates.
14401
14402         * message.el (message-remove-duplicates): Remove.
14403         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14404         message-remove-duplicates.
14405
14406         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14407         available, else use implementation from `delete-dups'.
14408
14409         * message.el (message-insert-expires): New function.
14410         (message-mode-map): Add key binding.
14411         (message-mode-field-menu): Add menu entry.
14412         (message-mode): Document it.
14413         (message-make-expires-date): Use `message-make-date'.
14414
14415 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14416
14417         * message.el (message-make-expires-date): New function.
14418
14419 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * Makefile.in (list-installed-shadows): New entry.
14422         (install): Use it.
14423         (remove-installed-shadows): New entry.
14424
14425         * dgnushack.el (dgnushack-default-load-path): New variable.
14426         (dgnushack-find-lisp-shadows): New function.
14427         (dgnushack-remove-lisp-shadows): New function.
14428
14429 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * Makefile.in (install-el-elc): New entry.
14432         (install): Use it so that .el files are necessarily installed.
14433
14434 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14437
14438 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14439
14440         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14441         function rather than the diff-mode.el package.
14442         (mm-display-external): Use with-current-buffer.
14443         (mm-viewer-completion-map, mm-viewer-completion-map):
14444         Move initialization inside declaration.
14445
14446 2005-09-29  Simon Josefsson  <jas@extundo.com>
14447
14448         * spam.el: Load hashcash when compiling, to avoid warnings.
14449         Don't autoload mail-check-payment.
14450         (spam-check-hashcash): Define unconditionally, since hashcash.el
14451         is part of Gnus now.  Ignore errors from payment checking.
14452
14453 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * message.el (message-bold-region, message-unbold-region):
14456         Rename from `bold-region' and `unbold-region'.
14457
14458         * message.el: Remove useless autoloads.
14459
14460 2005-09-28  Simon Josefsson  <jas@extundo.com>
14461
14462         * message.el (message-use-idna): Default to t.
14463         (message-use-idna): Test whether encoding works too.  Doc fix.
14464
14465 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * nntp.el (nntp-warn-about-losing-connection): Remove.
14468
14469 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14472         customizable.  Change default value.
14473         (mm-uu-diff-groups-regexp): Change default value.
14474         (mm-uu-type-alist): Add doc string.
14475         (mm-uu-configure): Add doc string.  Make it interactive.
14476         (mm-uu-tex-groups-regexp): New variable.
14477         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14478         (mm-uu-type-alist): Add LaTeX documents.
14479         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14480         of "text/verbatim".
14481         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14482
14483         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14484         instead of "text/verbatim".
14485
14486         * message.el (message-mark-inserted-region)
14487         (message-mark-insert-file): Use slrn style marks when called with
14488         prefix argument.
14489
14490 2005-09-27  Simon Josefsson  <jas@extundo.com>
14491
14492         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14493
14494 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14495
14496         * message.el (message-remove-duplicates): New function.
14497         Implementation borrowed from `gnus-remove-duplicates'.
14498         (message-idna-to-ascii-rhs): Also encode idna addresses in
14499         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14500         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14501         only ask about the same idna domain once per header and also tell
14502         in what header to replace the idna domain.
14503
14504         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14505         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14506         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14507         a header is decoded and not just the last one.
14508
14509 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14512         has been decoded.
14513
14514         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14515         (mm-insert-part): Don't modify text if it has been decoded.
14516
14517         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14518         decoded.
14519
14520         * mm-view.el (mm-inline-text): Don't strip text props unless
14521         decoding enriched or richtext parts.
14522
14523 2005-09-25  Romain Francoise  <romain@orebokech.com>
14524
14525         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14526         * gnus-start.el (gnus-subscribe-interactively):
14527         * gnus-uu.el (gnus-uu-grab-articles):
14528         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14529         space.
14530
14531 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14532
14533         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14534         * mm-view.el (mm-view-pkcs7-decrypt):
14535         * gnus-sum.el (gnus-summary-limit-to-extra)
14536         (gnus-summary-respool-article, gnus-read-move-group-name):
14537         * gnus-score.el (gnus-summary-increase-score):
14538         * gnus-util.el (gnus-completing-read-with-default):
14539         * gnus-art.el (gnus-read-save-file-name)
14540         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14541         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14542         * message.el (message-check-news-header-syntax):
14543         Follow convention for reading with the minibuffer.
14544
14545 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * spam-report.el (spam-report-url-ping-plain):
14548         Use gnus-extended-version as User-Agent.
14549
14550         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14551         default value is nil.
14552
14553         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14554         (mm-uu-verbatim-marks-extract): New function.
14555         (mm-uu-extract): New face.
14556         (mm-uu-copy-to-buffer): Use it.
14557
14558         * spam-report.el (spam-report-gmane-ham): Rename from
14559         `spam-report-gmane-unspam'.
14560         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14561         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14562
14563         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14564         Autoload.
14565         (spam-report-gmane-unregister-routine):
14566         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14567
14568 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14571         (spam-report-gmane-unregister-routine): Add support for gmane
14572         unregistration.
14573
14574         * spam-report.el (spam-report-gmane-unspam)
14575         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14576         (spam-report-gmane): Change to take a single article and do unspam
14577         registration.
14578
14579 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * mm-url.el (mm-url-decode-entities): Fix regexp.
14582
14583 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14586         default to nil, to be able to use Gnus at all.  If the default
14587         switches to something else, then the function should be fixed not
14588         be exceedingly slow.
14589
14590 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14593         fail hard.
14594
14595         * spam-report.el: Add better Keywords line.
14596
14597         * spam.el: Add Maintainer and better Keywords line.
14598
14599 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus-art.el (gnus-article-replace-part)
14602         (gnus-mime-replace-part): New functions.
14603         (gnus-mime-action-alist, gnus-mime-button-commands)
14604         (gnus-mime-save-part-and-strip): Add file argument.
14605         (gnus-article-part-wrapper): Add interactive argument.
14606
14607         * gnus-sum.el (gnus-summary-mime-map):
14608         Add `gnus-article-replace-part'.
14609
14610 2005-09-19  Didier Verna  <didier@xemacs.org>
14611
14612         The nnml compaction feature:
14613         * nnml.el (nnml-request-compact-group): New function.
14614         * nnml.el (nnml-request-compact): New function.
14615         * gnus-int.el (gnus-request-compact-group): New function.
14616         * gnus-int.el (gnus-request-compact): New function.
14617         * gnus-group.el (gnus-group-compact-group): New function.
14618         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14619         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14620         * gnus-srvr.el (gnus-server-compact-server): New function.
14621         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14622         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14623
14624 2005-09-18  Deepak Goel  <deego@gnufans.org>
14625
14626         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14627         format spec.
14628
14629 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14632
14633 2005-09-15  Romain Francoise  <romain@orebokech.com>
14634
14635         * message.el (message-fill-paragraph): Clarify docstring.
14636
14637 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-art.el (gnus-mime-display-part): Protect against broken
14640         MIME messages.
14641
14642 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14645         before parsing header.
14646
14647 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14648
14649         * html2text.el (html2text-replace-list): Add new entities.
14650
14651 2005-09-11  Romain Francoise  <romain@orebokech.com>
14652
14653         * message.el (message-alternative-emails): Improve docstring.
14654         (message-setup-1): Call `message-use-alternative-email-as-from'
14655         after `message-setup-hook' to give it precedence over posting
14656         styles, etc.
14657         (message-use-alternative-email-as-from): Add docstring.
14658         Remove the original From header if present.
14659
14660         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14661         (nnml-save-mail): Use it.
14662
14663         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14664         articles.  Add new argument `silent'.
14665         (gnus-uu-mark-all): Report the total number of marked articles.
14666
14667 2005-09-10  Romain Francoise  <romain@orebokech.com>
14668
14669         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14670         (gnus-uu-mark-series): Likewise.
14671
14672 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * spam-report.el (spam-report-gmane): Fix generation of spam
14675         report URL.
14676
14677 2005-09-10  Simon Josefsson  <jas@extundo.com>
14678
14679         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14680         t, based on discussion on the ding list with Robert Epprecht
14681         <epprecht@solnet.ch>.
14682
14683 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * spam-report.el (spam-report-gmane): Make it work without
14686         X-Report-Spam header.  Gmane now only provides Archived-At.
14687         This is only used if `spam-report-gmane-use-article-number' is nil.
14688         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14689
14690         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14691         make `gnus-summary-sort-by-recipient' work with threading.
14692
14693         * nnweb.el (nnweb-google-wash-article): Print a message if article
14694         is not available.
14695
14696 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14697
14698         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14699         change.  Decode text/* parts content before displaying.
14700
14701 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14704
14705 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14708
14709         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14710         url-package-name, url-package-version,
14711         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14712         w3m-display-inline-images, and w3m-minor-mode-map.
14713
14714 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * message.el (message-tab-body-function): Fix mismatched custom type.
14717
14718         * gnus.el (gnus-group-change-level-function): Ditto.
14719
14720         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14721
14722         * gnus-art.el (gnus-signature-limit)
14723         (gnus-article-mime-part-function): Ditto.
14724
14725 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mml.el (mml-mode): Silence the byte compiler.
14728
14729         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14730         using `(sit-for 0)' before moving the point to the specified part;
14731         skip unbuttonized parts.
14732         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14733         return to the summary window if gnus-auto-select-part is non-nil.
14734
14735 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14738         New variables.
14739         (mml-dnd-attach-file, mml-mode): Use them.
14740
14741         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14742         Make fetching article by MID work again for Google Groups.
14743         Add FIXME concerning gnus-group-make-web-group.
14744
14745         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14746         Don't depend on Gnus by using mail-extract-address-components if
14747         gnus-extract-address-components is not bound.
14748
14749 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14750
14751         * gnus-art.el (gnus-mime-display-security): Don't display the
14752         signature, but only the signed part.
14753
14754 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14757
14758         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14759         list, not listp.
14760
14761 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14762
14763         * mm-encode.el (mm-encode-content-transfer-encoding):
14764         Likewise when encoding.
14765
14766         * mm-bodies.el (mm-decode-content-transfer-encoding):
14767         De-canonicalize CRLF for all text content types, not just
14768         text/plain.
14769
14770 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14773         valid article; point arrow and cursor at the MIME button.
14774
14775 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14778         Suggested by Dan Christensen <jdc@uwo.ca>.
14779
14780         * mm-decode.el (mm-save-part): Enable change of prompt.
14781
14782 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14783
14784         * gnus-msg.el (gnus-inews-add-send-actions):
14785         Make `message-post-method' lambda parameter ARG `&optional'.
14786
14787 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-sum.el (gnus-summary-mime-map):
14790         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14791         gnus-article-jump-to-part.
14792
14793         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14794         (gnus-article-edit-part): Use it.
14795         (gnus-article-part-wrapper): Add no-handle argument.
14796         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14797         New functions.
14798
14799 2005-08-29  Romain Francoise  <romain@orebokech.com>
14800
14801         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14802         docstring.
14803         (gnus-face-from-file): Likewise.
14804
14805 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14808         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14809         non-nil.
14810         (gnus-auto-select-part): New variable.
14811         (gnus-article-jump-to-part): New function.
14812         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14813         (gnus-mime-delete-part): Allow selecting specified part after
14814         deleting or stripping parts.
14815         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14816         part if argument is bogus.
14817
14818 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14819
14820         * gnus-art.el (w3m-minor-mode-map):
14821         * gnus-spec.el (gnus-newsrc-file-version):
14822         * gnus-util.el (nnmail-active-file-coding-system)
14823         (gnus-original-article-buffer, gnus-user-agent):
14824         * gnus.el (gnus-ham-process-destinations)
14825         (gnus-parameter-ham-marks-alist)
14826         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14827         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14828         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14829         * mm-decode.el (gnus-current-window-configuration):
14830         * mm-extern.el (gnus-article-mime-handles):
14831         * mm-url.el (url-current-object, url-package-name)
14832         (url-package-version):
14833         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14834         (smime-keys, w3m-cid-retrieve-function-alist)
14835         (w3m-current-buffer, w3m-display-inline-images)
14836         (w3m-minor-mode-map):
14837         * mml-smime.el (gnus-extract-address-components):
14838         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14839         (gnus-newsrc-hashtb, message-default-charset)
14840         (message-deletable-headers, message-options)
14841         (message-posting-charset, message-required-mail-headers)
14842         (message-required-news-headers):
14843         * mml1991.el (mc-pgp-always-sign):
14844         * mml2015.el (mc-pgp-always-sign):
14845         * nnheader.el (nnmail-extra-headers):
14846         * rfc1843.el (gnus-decode-encoded-word-function)
14847         (gnus-decode-header-function, gnus-newsgroup-name):
14848         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14849
14850 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14851
14852         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14853         the end of the date treatments.
14854
14855 2005-08-15  Simon Josefsson  <jas@extundo.com>
14856
14857         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14858         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14859         Capello and Romain Francoise.
14860         (pgg-fetch-key-function): Remove, not used?
14861         (pgg-insert-url-with-w3): Require url, to get
14862         url-insert-file-contents regardless of where it is defined.
14863
14864 2005-08-13  Romain Francoise  <romain@orebokech.com>
14865
14866         * message.el (message-cite-original-1): New function.
14867         (message-cite-original): Use it.
14868         (message-cite-original-without-signature): Ditto.
14869
14870 2005-08-08  Romain Francoise  <romain@orebokech.com>
14871
14872         * message.el (message-yank-empty-prefix): New variable.
14873         (message-indent-citation): Use it.
14874         (message-cite-original-without-signature): Respect X-No-Archive.
14875
14876 2005-08-08  Simon Josefsson  <jas@extundo.com>
14877
14878         * pgg.el: Autoload url-insert-file-contents instead of loading
14879         w3/url.
14880         (pgg-insert-url-with-w3): Don't load url here.
14881
14882 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14883
14884         * message.el (message-kill-to-signature): Don't insert newline at
14885         bol.
14886         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14887
14888 2005-08-06  Romain Francoise  <romain@orebokech.com>
14889
14890         * message.el (message-user-fqdn): Fix typo in docstring.
14891
14892 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14893
14894         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14895
14896         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14897
14898 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * mm-bodies.el (mm-encode-body): Use coding system rather than
14901         charset to encode text.
14902
14903         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14904         number of charsets if utf-8 is available (XEmacs).
14905
14906 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14909         taken from `gnus-button-mid-or-mail-regexp'.
14910         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14911         (gnus-button-alist): Improve regexp for domain part of the MIDs
14912         for news:localpart@domain buttons.
14913         (gnus-button-ctan-directory-regexp): Update.
14914
14915 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * sieve-manage.el (sieve-manage-interactive-login):
14918         Use make-local-variable rather than make-variable-buffer-local.
14919         (sieve-manage-open): Ditto.
14920         (sieve-manage-authenticate): Ditto.
14921
14922         * mml.el (mml-generate-mime-1): Make the content type default to
14923         text/plain if the filename is not specified.
14924
14925 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14928         instead of insert-buffer.
14929
14930         * message.el (message-yank-original): Ditto; set the mark at the
14931         end of the yanked message.
14932
14933 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14936         lines to scroll rather than to stop it.
14937
14938         * mml.el (mml-generate-default-type): Add doc string.
14939         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14940         default to application/octet-stream when determining the content
14941         type if it is not specified for the part or the mml contents; add
14942         a comment about mml-generate-default-type.
14943
14944 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14947         make it default to application/octet-stream when determining the
14948         content type if it is not specified for the external contents.
14949
14950 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14953         segmented parameter but also other parameters might be there.
14954
14955 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * mm-decode.el (mm-display-external): Delete temp file, directory
14958         and buffer immediately if the external process is exited.
14959
14960 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14963         fewer lines than that of scroll-margin.
14964         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14965
14966 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-art.el (gnus-article-next-page): Revert.
14969         (gnus-article-beginning-of-window): New macro.
14970         (gnus-article-next-page-1): Use it.
14971         (gnus-article-prev-page): Ditto.
14972         (gnus-article-edit-part): Use insert-buffer-substring instead of
14973         insert-buffer.
14974         (gnus-article-edit-exit): Ditto.
14975
14976         * gnus-util.el (gnus-beginning-of-window): Remove.
14977         (gnus-end-of-window): Remove.
14978
14979         * lpath.el: Don't bind header-line-format and scroll-margin.
14980
14981 2005-07-25  Simon Josefsson  <jas@extundo.com>
14982
14983         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14984         to have the url package without w3.  Reported by Daiki Ueno
14985         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14986
14987 2005-07-20  Didier Verna  <didier@xemacs.org>
14988
14989         * gnus-diary.el: Remove the description comment (nndiary is now
14990         properly documented in the Gnus manual).
14991         Fix the spelling of "Back End".
14992         * nndiary.el: Ditto.
14993         Fix the copyright notice.
14994
14995 2005-07-18  Romain Francoise  <romain@orebokech.com>
14996
14997         * gnus-sum.el (gnus-summary-to-prefix)
14998         (gnus-summary-newsgroup-prefix): New variables.
14999         (gnus-summary-from-or-to-or-newsgroups): Use them.
15000
15001 2005-07-17  Romain Francoise  <romain@orebokech.com>
15002
15003         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15004         space as it's generally not especially interesting to the user.
15005
15006 2005-07-16  Romain Francoise  <romain@orebokech.com>
15007
15008         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15009         nil to avoid prompting and file modification if one of the
15010         messages at the top of the nnfolder file contains a copyright
15011         notice.
15012         Update copyright notice.
15013
15014         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15015         instead of `current-time-string' as the latter creates a time
15016         string that is not RFC 2822 compliant (it lacks the zone).
15017         Update copyright notice.
15018
15019 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15020
15021         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15022         for text/rtf.  Display default in prompt.  Pass default for M-n.
15023
15024         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15025
15026 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15027
15028         * gnus-msg.el (gnus-button-mailto):
15029         Remove save-selected-window-window hackery because it relies on
15030         save-selected-window internals.
15031
15032 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15035         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15036         (gnus-article-prev-page): Ditto.
15037
15038         * gnus-util.el (gnus-beginning-of-window): New function.
15039         (gnus-end-of-window): New function.
15040
15041         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15042
15043 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15044
15045         * gnus-score.el (gnus-score-edit-all-score):
15046         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15047         gnus-message.
15048
15049 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15050
15051         * gnus-msg.el (gnus-button-mailto):
15052         Remove save-selected-window-window hackery because it relies on
15053         save-selected-window internals.
15054
15055 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15058         add-minor-mode.
15059         (gnus-binary-mode): Ditto.
15060
15061         * gnus-topic.el (gnus-topic-mode): Ditto.
15062
15063 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15064
15065         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15066         (gnus-article-prev-page): Take scroll-margin into consideration.
15067
15068 2005-07-04  Lute Kamstra  <lute@gnu.org>
15069
15070         Update FSF's address in GPL notices.
15071
15072 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15073
15074         * gnus.el (gnus-exit):
15075         * gnus-group.el (gnus-group-icons):
15076         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15077
15078         * gnus-nocem.el (gnus-nocem):
15079         * message.el (message-various, message-buffers, message-sending)
15080         (message-interface, message-forwarding, message-insertion)
15081         (message-headers, message-news, message-mail):
15082         * pgg-gpg.el (pgg-gpg):
15083         * pgg-parse.el (pgg-parse):
15084         * pgg-pgp.el (pgg-pgp):
15085         * pgg-pgp5.el (pgg-pgp5):
15086         * pop3.el (pop3): Finish `defgroup' description with period.
15087
15088 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-art.el (article-display-face): Improve the efficiency.
15091         (article-display-x-face): Ditto; remove grey x-face stuff.
15092
15093 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-art.el (article-display-face): Correct the position in
15096         which Faces are inserted.
15097
15098 2005-06-29  Didier Verna  <didier@xemacs.org>
15099
15100         * gnus-art.el (article-display-face): Display faces in correct
15101         order.
15102
15103 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15106         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15107         (gnus-nocem-check-article): Fetch the Type header.
15108         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15109         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15110         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15111         make sure gnus-nocem-hashtb is initialized.
15112         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15113         (gnus-nocem-unwanted-article-p): Ditto.
15114
15115         * pgg.el (pgg-verify): Return the verification result.
15116
15117 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15118
15119         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15120         is ascii.
15121
15122 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15123
15124         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15125         `show-nonbreak-escape'.
15126
15127 2005-06-23  Lute Kamstra  <lute@gnu.org>
15128
15129         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15130
15131         * dig.el (dig-mode):
15132         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15133
15134 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15135
15136         * nnimap.el (nnimap-split-download-body): Fix spellings.
15137
15138 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15139
15140         * gnus-art.el (gnus-article-encrypt-body):
15141         * gnus-cus.el (gnus-score-customize):
15142         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15143         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15144
15145 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15146
15147         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15148         header by looking for magic "MII" at the beginnig.
15149
15150 2005-06-16  Miles Bader  <miles@gnu.org>
15151
15152         * gnus-xmas.el (gnus-xmas-group-startup-message):
15153         Use renamed gnus-splash face.
15154
15155         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15156         (assistant-field-face): New backward-compatibility alias for renamed
15157         face.
15158         (assistant-render-text): Use renamed assistant-field face.
15159
15160         * spam.el (spam): Remove "-face" suffix from face name.
15161         (spam-face): New backward-compatibility alias for renamed face.
15162         (spam-face, spam-initialize): Use renamed spam face.
15163
15164         * message.el (message-header-to, message-header-cc)
15165         (message-header-subject, message-header-newsgroups)
15166         (message-header-other, message-header-name)
15167         (message-header-xheader, message-separator, message-cited-text)
15168         (message-mml): Remove "-face" suffix from face names.
15169         (message-header-to-face, message-header-cc-face)
15170         (message-header-subject-face, message-header-newsgroups-face)
15171         (message-header-other-face, message-header-name-face)
15172         (message-header-xheader-face, message-separator-face)
15173         (message-cited-text-face, message-mml-face):
15174         New backward-compatibility aliases for renamed faces.
15175         (message-font-lock-keywords): Use renamed message faces.
15176
15177         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15178         (sieve-test-commands, sieve-tagged-arguments):
15179         Remove "-face" suffix from face names.
15180         (sieve-control-commands-face, sieve-action-commands-face)
15181         (sieve-test-commands-face, sieve-tagged-arguments-face):
15182         New backward-compatibility aliases for renamed faces.
15183         (sieve-control-commands-face, sieve-action-commands-face)
15184         (sieve-test-commands-face, sieve-tagged-arguments-face):
15185         Use renamed sieve faces.
15186
15187         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15188         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15189         (gnus-group-news-3-empty, gnus-group-news-4)
15190         (gnus-group-news-4-empty, gnus-group-news-5)
15191         (gnus-group-news-5-empty, gnus-group-news-6)
15192         (gnus-group-news-6-empty, gnus-group-news-low)
15193         (gnus-group-news-low-empty, gnus-group-mail-1)
15194         (gnus-group-mail-1-empty, gnus-group-mail-2)
15195         (gnus-group-mail-2-empty, gnus-group-mail-3)
15196         (gnus-group-mail-3-empty, gnus-group-mail-low)
15197         (gnus-group-mail-low-empty, gnus-summary-selected)
15198         (gnus-summary-cancelled, gnus-summary-high-ticked)
15199         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15200         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15201         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15202         (gnus-summary-low-undownloaded)
15203         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15204         (gnus-summary-low-unread, gnus-summary-normal-unread)
15205         (gnus-summary-high-read, gnus-summary-low-read)
15206         (gnus-summary-normal-read, gnus-splash):
15207         Remove "-face" suffix from face names.
15208         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15209         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15210         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15211         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15212         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15213         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15214         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15215         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15216         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15217         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15218         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15219         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15220         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15221         (gnus-summary-normal-ticked-face)
15222         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15223         (gnus-summary-normal-ancient-face)
15224         (gnus-summary-high-undownloaded-face)
15225         (gnus-summary-low-undownloaded-face)
15226         (gnus-summary-normal-undownloaded-face)
15227         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15228         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15229         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15230         (gnus-splash-face):
15231         New backward-compatibility aliases for renamed faces.
15232         (gnus-group-startup-message): Use renamed gnus faces.
15233
15234         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15235         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15236         (gnus-server-agent): Remove "-face" suffix from face names.
15237         (gnus-server-agent-face, gnus-server-opened-face)
15238         (gnus-server-closed-face, gnus-server-denied-face)
15239         (gnus-server-offline-face):
15240         New backward-compatibility aliases for renamed faces.
15241         (gnus-server-agent-face, gnus-server-opened-face)
15242         (gnus-server-closed-face, gnus-server-denied-face)
15243         (gnus-server-offline-face): Use renamed gnus faces.
15244
15245         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15246         Remove "-face" suffix from face names.
15247         (gnus-picon-xbm-face, gnus-picon-face):
15248         New backward-compatibility aliases for renamed faces.
15249
15250         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15251         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15252         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15253         (gnus-cite-11): Remove "-face" suffix from face names.
15254         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15255         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15256         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15257         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15258         New backward-compatibility aliases for renamed faces.
15259         (gnus-cite-attribution-face, gnus-cite-face-list)
15260         (gnus-article-boring-faces): Use renamed gnus faces.
15261
15262         * gnus-art.el (gnus-signature, gnus-header-from)
15263         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15264         (gnus-header-content): Remove "-face" suffix from face names.
15265         (gnus-signature-face, gnus-header-from-face)
15266         (gnus-header-subject-face, gnus-header-newsgroups-face)
15267         (gnus-header-name-face, gnus-header-content-face):
15268         New backward-compatibility aliases for renamed faces.
15269         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15270
15271         * gnus-sum.el (gnus-summary-selected-face)
15272         (gnus-summary-highlight): Use renamed gnus faces.
15273         * gnus-group.el (gnus-group-highlight): Likewise.
15274
15275 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15276
15277         * gnus-sieve.el (gnus-sieve-article-add-rule):
15278         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15279         * spam-stat.el (spam-stat-buffer-change-to-spam)
15280         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15281
15282         * message.el (message-is-yours-p):
15283         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15284
15285 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * mm-view.el (mm-inline-text): Withdraw the last change.
15288
15289 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15292         executing enriched-decode.
15293
15294 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15297         charset of tar files.
15298
15299 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15300
15301         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15302
15303 2005-06-04  Lute Kamstra  <lute@gnu.org>
15304
15305         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15306         information is never recorded.
15307
15308 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15309
15310         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15311
15312 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * pop3.el (pop3-apop): Run md5 in the binary mode.
15315
15316         * starttls.el (starttls-set-process-query-on-exit-flag):
15317         Use eval-and-compile.
15318
15319 2005-05-31  Simon Josefsson  <jas@extundo.com>
15320
15321         * smime.el (smime-replace-in-string): Define.
15322         (smime-cert-by-ldap-1): Use it.
15323
15324 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-art.el (article-display-x-face): Replace
15327         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15328
15329         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15330         set-process-query-on-exit-flag or process-kill-without-query.
15331
15332         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15333         loop instead of replace-regexp.
15334
15335         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15336         instead of process-kill-without-query if it is available.
15337
15338         * lpath.el: Fbind ldap-search-entries.
15339
15340         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15341         instead of find-file-hooks if it is available.
15342
15343         * mml1991.el: Bind pgg-default-user-id when compiling.
15344
15345         * mml2015.el: Bind pgg-default-user-id when compiling.
15346
15347         * nndraft.el (nndraft-request-associate-buffer):
15348         Use write-contents-functions instead of write-contents-hooks if it is
15349         available.
15350
15351         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15352         instead of find-file-hooks if it is available.
15353
15354         * nntp.el (nntp-open-connection): Replace
15355         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15356         (nntp-open-ssl-stream): Ditto.
15357         (nntp-open-tls-stream): Ditto.
15358
15359         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15360         set-process-query-on-exit-flag or process-kill-without-query.
15361         (starttls-open-stream-gnutls): Use it instead of
15362         process-kill-without-query.
15363         (starttls-open-stream): Ditto.
15364
15365 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15366
15367         * smime.el (smime-cert-by-ldap-1): Don't use
15368         replace-regexp-in-string.
15369
15370 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15371
15372         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15373
15374         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15375         in PEM format.  Adjust to the XEmacs compability.
15376
15377 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15380         by `string-to-number'.
15381         * gnus-agent.el (gnus-agent-regenerate-group)
15382         (gnus-agent-fetch-articles): Ditto.
15383         * gnus-art.el (gnus-button-fetch-group): Ditto.
15384         * gnus-cache.el (gnus-cache-generate-active)
15385         (gnus-cache-articles-in-group): Ditto.
15386         * gnus-group.el (gnus-group-set-current-level)
15387         (gnus-group-insert-group-line): Ditto.
15388         * gnus-score.el (gnus-score-set-expunge-below)
15389         (gnus-score-set-mark-below, gnus-summary-score-effect)
15390         (gnus-summary-score-entry): Ditto.
15391         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15392         (gnus-soup-pack): Ditto.
15393         * gnus-spec.el (gnus-xmas-format): Ditto.
15394         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15395         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15396         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15397         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15398         * nndb.el (nndb-get-remote-expire-response): Ditto.
15399         * nndiary.el (nndiary-parse-schedule-value)
15400         (nndiary-string-to-number, nndiary-request-replace-article)
15401         (nndiary-request-article): Ditto.
15402         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15403         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15404         * nneething.el (nneething-make-head): Ditto.
15405         * nnfolder.el (nnfolder-request-article)
15406         (nnfolder-retrieve-headers): Ditto.
15407         * nnheader.el (nnheader-file-to-number): Ditto.
15408         * nnkiboze.el (nnkiboze-request-article): Ditto.
15409         * nnmail.el (nnmail-process-unix-mail-format)
15410         (nnmail-process-babyl-mail-format): Ditto.
15411         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15412         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15413         (nnmh-request-create-group, nnmh-request-list-1)
15414         (nnmh-request-group, nnmh-request-article): Ditto.
15415         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15416         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15417         * nnsoup.el (nnsoup-make-active): Ditto.
15418         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15419         * nntp.el (nntp-find-group-and-number)
15420         (nntp-retrieve-headers-with-xover): Ditto.
15421         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15422         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15423         (pgg-format-key-identifier): Ditto.
15424         * pop3.el (pop3-last, pop3-stat): Ditto.
15425         * qp.el (quoted-printable-decode-region): Ditto.
15426
15427         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15428         of concat.
15429
15430 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15433
15434         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15435
15436         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15437
15438         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15439
15440         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15441
15442         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15443
15444         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15445         (gnus-carpal-mode): Ditto.
15446
15447         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15448         (gnus-browse-mode): Ditto.
15449
15450         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15451
15452         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15453
15454 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15455
15456         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15457
15458 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * gnus-util.el (gnus-run-mode-hooks): New function.
15461
15462         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15463
15464         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15465         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15466
15467 2005-05-27  Lute Kamstra  <lute@gnu.org>
15468
15469         * dns-mode.el (dns-mode): Specify customization group.
15470
15471 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15472
15473         * gnus-agent.el (gnus-agent-make-mode-line-string):
15474         Use mode-line-highlight as mouse-face.
15475
15476 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * canlock.el (canlock): Change the parent group to news.
15479
15480         * deuglify.el (gnus-outlook-deuglify): Add :group.
15481
15482         * dig.el (dig): Add :group.
15483
15484         * dns-mode.el (dns-mode): Add :group.
15485
15486         * encrypt.el (encrypt): Add :group.
15487
15488         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15489         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15490         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15491         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15492         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15493
15494         * gnus-diary.el (gnus-diary): Add :group.
15495
15496         * gnus.el (gnus-group-news-1-face): Add :group.
15497         (gnus-group-news-1-empty-face): Ditto.
15498         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15499         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15500         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15501         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15502         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15503         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15504         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15505         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15506         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15507         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15508         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15509         (gnus-summary-high-ticked-face): Ditto.
15510         (gnus-summary-low-ticked-face): Ditto.
15511         (gnus-summary-normal-ticked-face): Ditto.
15512         (gnus-summary-high-ancient-face): Ditto.
15513         (gnus-summary-low-ancient-face): Ditto.
15514         (gnus-summary-normal-ancient-face): Ditto.
15515         (gnus-summary-high-undownloaded-face): Ditto.
15516         (gnus-summary-low-undownloaded-face): Ditto.
15517         (gnus-summary-normal-undownloaded-face): Ditto.
15518         (gnus-summary-high-unread-face): Ditto.
15519         (gnus-summary-low-unread-face): Ditto.
15520         (gnus-summary-normal-unread-face): Ditto.
15521         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15522         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15523
15524         * hashcash.el (hashcash): New custom group.
15525         (hashcash-default-payment): Add :group.
15526         (hashcash-payment-alist): Ditto.
15527         (hashcash-default-accept-payment): Ditto.
15528         (hashcash-accept-resources): Ditto.
15529         (hashcash-path): Ditto.
15530         (hashcash-extra-generate-parameters): Ditto.
15531         (hashcash-double-spend-database): Ditto.
15532         (hashcash-in-news): Ditto.
15533
15534         * message.el (message-minibuffer-local-map): Add :group.
15535
15536         * netrc.el (netrc): Add :group.
15537
15538         * sieve-manage.el (sieve-manage-log): Add :group.
15539         (sieve-manage-default-user): Diito.
15540         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15541         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15542         (sieve-manage-authenticators): Ditto.
15543         (sieve-manage-authenticator-alist): Ditto.
15544         (sieve-manage-default-port): Ditto.
15545
15546         * sieve-mode.el (sieve-control-commands-face): Add :group.
15547         (sieve-action-commands-face): Ditto.
15548         (sieve-test-commands-face): Ditto.
15549         (sieve-tagged-arguments-face): Ditto.
15550
15551         * smime.el (smime): Add :group.
15552
15553         * spam-report.el (spam-report): Add :group.
15554
15555         * spam.el (spam, spam-face): Add :group.
15556
15557 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558
15559         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15560         return \n.\n.\n at the end of articles.  Protect against that.
15561         (nntp-with-open-group): Allow debugging.
15562
15563         * nnheader.el (mail-header-set-extra): Make into a function
15564         because I just could't understand how to quote the list properly.
15565
15566         * dns.el (query-dns-cached): New function.
15567
15568 2005-05-26  Lute Kamstra  <lute@gnu.org>
15569
15570         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15571
15572 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15575
15576         * gnus-art.el: Don't autoload mail-extract-address-components.
15577
15578         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15579         eval-and-compile to evaluate it.
15580
15581         * hashcash.el: Don't autoload executable-find.
15582
15583         * nndb.el: Don't declare the nndb back end two or more times; don't
15584         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15585
15586         * nntp.el: Autoload format-spec instead of format; use
15587         eval-and-compile to evaluate autoload forms.
15588
15589 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15590
15591         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15592
15593 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15594
15595         * gnus.el (gnus-version-number): Bump version.
15596
15597 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15598
15599         * gnus.el: No Gnus v0.3 is released.
15600
15601 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15602
15603         * lpath.el (featurep): Bind show-nonbreak-escape.
15604
15605 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (gnus-article-edit-part): Disable undo.
15608
15609 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15612         gnus-article-date-lapsed-new-header is t if date timer is active;
15613         skip headers in which the original date value is empty.
15614         (gnus-article-save-original-date): Redefine it as a macro.
15615         (gnus-display-mime): Use it.
15616
15617 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-art.el (article-date-ut): Support converting date in
15620         forwarded parts as well.
15621         (gnus-article-save-original-date): New function.
15622         (gnus-display-mime): Use it.
15623
15624 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15625
15626         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15627         enclosure element of <item>.
15628
15629 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * message.el (message-kill-buffer-query): Rename from
15632         `message-kill-buffer-query-if-modified'.  Add :version.
15633
15634 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15637         window layout.
15638
15639 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * mml.el: Autoload dnd when compiling.
15642
15643 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15646         x-dnd-*.
15647
15648 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * qp.el (quoted-printable-encode-region): Save excursion.
15651
15652 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15653
15654         * message.el (message-kill-buffer-query-if-modified): Add new variable
15655         so the user can kill a modified message buffer quickly.
15656         (message-kill-buffer): Use it.
15657
15658 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * lpath.el: Fbind display-time-event-handler; don't fbind
15661         string-to-multibyte.
15662
15663         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15664
15665 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15668         contained in text because xml.el decodes entities) with LFs.
15669
15670 2005-04-11  Lute Kamstra  <lute@gnu.org>
15671
15672         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15673         differently.
15674
15675 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15676
15677         * mm-util.el (mm-detect-coding-region): Typo.
15678
15679 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15682
15683 2005-04-06  Deepak Goel  <deego@gnufans.org>
15684
15685         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15686         user-function allow user modifications of the scores.
15687         (spam-stat-score-buffer-user): New function, to allow
15688         user-computed modifications to the score.
15689         (spam-stat-score-buffer-user-functions): List of additional
15690         scoring functions.
15691         (spam-stat-error-holder): Global temporary error holder.
15692         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15693         variable.
15694
15695 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * gnus-registry.el (gnus-registry-clean-empty-function)
15698         (gnus-registry-trim, gnus-registry-fetch-groups)
15699         (gnus-registry-delete-group): Groups that match
15700         `gnus-registry-ignored-groups' are removed from the registry
15701         entries, not just ignored for splitting.  This helps clean up the
15702         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15703         to get all the groups a message ID is in.
15704
15705         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15706         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15707         (spam-stat-score-buffer-user-functions): Add :number custom type.
15708
15709 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15712         argument in XEmacs.
15713
15714         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15715         (nnrss-request-group): Decode group name first.
15716         (nnrss-request-article): Make a text/plain article if mml-to-mime
15717         failed.
15718         (nnrss-get-encoding): Return a compatible encoding according to
15719         nnrss-compatible-encoding-alist.
15720         (nnrss-find-el): Use consp instead of listp.
15721         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15722
15723 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15726         which Emacs 20 doesn't support.
15727         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15728
15729 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15732         silence the byte compiler inside the defun.
15733
15734         * gnus-demon.el (parse-time-string): Add autoload.
15735
15736         * gnus-delay.el (parse-time-string): Add autoload.
15737
15738         * gnus-art.el (parse-time-string): Add autoload.
15739
15740         * nnultimate.el (parse-time): Require for `parse-time-string'.
15741
15742 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15745
15746         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15747
15748         * smime.el (smime-ldap-host-list): Add :version.
15749
15750 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15753         pass it to `gnus-browse-read-group'.
15754         (gnus-browse-read-group): Add NUMBER argument and pass it to
15755         `gnus-group-read-ephemeral-group'.
15756
15757         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15758         argument and pass it to `gnus-group-read-group'.
15759
15760 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15761
15762         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15763         mm-xemacs-find-mime-charset-1 if we have the mule feature
15764         available at runtime.
15765
15766 2005-03-25  Werner Lemberg  <wl@gnu.org>
15767
15768         * nnmaildir.el: Replace `illegal' with `invalid'.
15769
15770 2005-03-23  Lute Kamstra  <lute@gnu.org>
15771
15772         * time-date.el: Add comment on time value formats.
15773         Don't require parse-time.
15774         (with-decoded-time-value): New macro.
15775         (encode-time-value): New function.
15776         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15777         (days-to-time): Return a valid time value when arg is huge.
15778         (time-since): Use time-subtract.
15779         (time-to-number-of-days): Use time-to-seconds.
15780
15781 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15782
15783         * gnus-start.el (gnus-display-time-event-handler):
15784         Check display-time-timer at runtime rather than only at load time
15785         in case display-time-mode is turned off in the mean time.
15786
15787 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15790         used.
15791
15792         * nneething.el (nneething-map-file-directory): Derive from
15793         `gnus-directory'.
15794
15795         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15796         the To/Cc button.
15797
15798 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * nnmaildir.el (nnmaildir-request-accept-article):
15801         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15802
15803 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15804
15805         * gnus-async.el: Require timer-funcs at compile time when in
15806         XEmacs for `run-with-idle-timer'.
15807
15808 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15809
15810         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15811         autoloaded function.
15812
15813 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15814
15815         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15816
15817 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15818
15819         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15820
15821 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15824         Add gnus-expert-user to default.
15825
15826 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15827
15828         * nnimap.el (nnimap-open-server): Ditto.
15829
15830         * imap.el (imap-authenticate): Fix typo.
15831
15832 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15833
15834         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15835         buffer (since IMAP server might return FETCH response out of
15836         order, and the nntp buffer must be sorted).
15837
15838 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15839
15840         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15841         comparison on string.
15842
15843         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15844         (gnus-agent-score): Rename category keywords to match gnus-cus.
15845         (gnus-agent-summary-fetch-series): Modify to protect against
15846         gnus-agent-summary-fetch-group clearing processable flags.
15847         (gnus-agent-synchronize-group-flags): Update live group buffer as
15848         synchronization may occur due to the user toggle the plugged
15849         status.
15850         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15851         successfully downloaded.
15852         (gnus-agent-expire-group-1): Avoid using markers when the overview
15853         is in ascending order; greatly improves performance.
15854         (gnus-agent-regenerate-group):
15855         Use gnus-agent-synchronize-group-flags to reset read status in both
15856         gnus and server.
15857         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15858
15859 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * message.el: Don't autoload former message-utils variables.
15862         (message-strip-subject-trailing-was): Change doc string.
15863
15864         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15865         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15866         (nnweb-google-search): Add "hl=en" here.
15867         (nnweb-google-parse-1, nnweb-google-create-mapping):
15868         Don't hardcode URL.
15869
15870 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * message.el (message-get-reply-headers, message-followup):
15873         Mention related variables `message-use-followup-to' and
15874         `message-use-mail-followup-to', in the information buffer.
15875
15876         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15877         of broken groups(-beta).google.com.
15878
15879 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15880
15881         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15882         parameter to invoked gnus-request-move-article; remove the
15883         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15884         all at once instead of once per article.
15885         (gnus-summary-remove-process-mark): Accept a list of articles as
15886         well as a single article for processing.
15887
15888         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15889         parameter.
15890
15891         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15892
15893         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15894
15895         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15896         parameter.
15897
15898         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15899         parameter.
15900
15901         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15902         parameter and remove the gnus-sum-hint-move-is-internal variable.
15903
15904         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15905         parameter.
15906
15907         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15908         parameter.
15909
15910         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15911         parameter.
15912
15913         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15914
15915         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15916         parameter.
15917
15918         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15919         parameter.
15920
15921 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15922
15923         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15924         a more conservative way.
15925
15926 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15927
15928         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15929         buffer, so it moves the window's cursor.
15930
15931 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15932
15933         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15934         `mm-dissect-multipart' and receive the from field as an (optional)
15935         argument from `mm-dissect-multipart'.
15936         (mm-dissect-multipart): Receive the from field as an argument and
15937         pass it on when we call `mm-dissect-buffer' on MIME parts.
15938         Fixes verification/decryption of signed/encrypted MIME parts.
15939
15940 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * gnus-sum.el (gnus-summary-move-article):
15943         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15944         whatever it calls (right now, only nnimap-request-move article
15945         respects it).
15946
15947         * nnimap.el (nnimap-request-move-article):
15948         When gnus-sum-hint-move-is-internal is set, don't do the extra
15949         nnimap-request-article.
15950
15951 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15954
15955         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15956         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15957
15958         * gnus-sum.el (gnus-summary-caesar-message):
15959         Apply `gnus-treat-article' after rotation.
15960
15961         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15962         doc string.
15963
15964 2005-02-22  Simon Josefsson  <jas@extundo.com>
15965
15966         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15967         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15968         <arne@arnested.dk>.
15969         (encrypt): Add password-cache and password-cache-expiry as group
15970         members.
15971
15972 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15973
15974         * smime.el (smime-ldap-host-list): Doc fix.
15975         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15976         cache) password.
15977         (smime-sign-region): Use it.
15978         (smime-decrypt-region): Use it.
15979         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15980         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15981         fails.
15982         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15983         certificate from DER to PEM format rather than calling openssl.
15984
15985         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15986
15987         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15988         for signing/encryption.
15989
15990         * mml.el (mml-parse-1): Use them.
15991
15992 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15993
15994         * nnrss.el (nnrss-verbose): Remove.
15995         (nnrss-request-group): Use `nnheader-message' instead.
15996
15997 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15998
15999         * nnrss.el (nnrss-verbose): New variable.
16000         (nnrss-request-group): Make it say nnrss is requesting a group.
16001
16002 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16005         Handle news URL with given port correctly.
16006
16007 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16010         containing special characters.
16011
16012         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16013
16014         * mml.el (mime-to-mml): Ditto.
16015
16016         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16017         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16018         (rfc2047-decode-region): Quote decoded words containing special
16019         characters when rfc2047-quote-decoded-words-containing-tspecials
16020         is non-nil.
16021
16022 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16023
16024         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16025
16026         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16027
16028 2005-02-15  Simon Josefsson  <jas@extundo.com>
16029
16030         * nnimap.el (nnimap-debug): Doc fix.
16031
16032         * imap.el (imap-debug): Doc fix.
16033
16034 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16037
16038 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * gnus.el (spam-contents): Improve docs for spam-contents
16041         parameter in its variable incarnation.
16042
16043 2005-02-14  Simon Josefsson  <jas@extundo.com>
16044
16045         * smime-ldap.el: Use require instead of load-library for ldap.
16046         (smime-ldap-search): Indent.
16047         (smime-ldap-search-internal): Shorten line.
16048
16049         * smime.el (smime-cert-by-dns): Add doc-string.
16050         (smime-cert-by-ldap-1): Indent.
16051
16052         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16053         mml-smime-get-dns-ldap.
16054         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16055
16056 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16057
16058         * smime.el: Require smime-ldap.
16059         (smime-ldap-host-list): New variable.
16060         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16061
16062         * mml-smime.el (mml-smime-encrypt-query): New function.
16063         (mml-smime-encrypt-query): Use it.
16064
16065         * smime-ldap.el: New file.
16066
16067 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16070
16071 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16072
16073         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16074         argument in doc string.  Make query for type more clear.
16075
16076 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * gnus.el (gnus-group-startup-message): Search for gnus images in
16079         etc/images/gnus.
16080         * mm-util.el (mm-image-load-path): Likewise.
16081         * smiley.el (smiley-data-directory): Search for smilies in
16082         etc/images/smilies.
16083
16084 2005-02-09  Kim F. Storm  <storm@cua.dk>
16085
16086         Change Emacs release version from 21.4 to 22.1 throughout.
16087         Change Emacs development version from 21.3.50 to 22.0.50.
16088
16089 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16092
16093         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16094         non-Mule XEmacs as well.
16095         (mm-decompress-buffer): Signal an error intentionally if it does
16096         not decompress compressed data because auto-compression-mode is
16097         disabled.
16098
16099 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16102         an ID in the registry even if it has no groups.
16103
16104 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16107         merge it into mm-decompress-buffer.
16108         (gnus-mime-copy-part): Use the MIME part charset, the value which
16109         a user specified or gnus-newsgroup-charset for decoding, like
16110         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16111         save-buffer what was used.  Suggested by Kevin Ryde
16112         <user42@zip.com.au>.
16113         (gnus-mime-inline-part): Allow the name parameter as well as the
16114         filename parameter; force decompressing of compressed data; always
16115         display contents being not decoded as unibyte.
16116
16117         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16118         as well as the filename parameter.
16119
16120         * mm-util.el (mm-decompress-buffer):
16121         Merge gnus-mime-jka-compr-maybe-uncompress.
16122         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16123         of compressed data.
16124
16125 2005-02-08  Simon Josefsson  <jas@extundo.com>
16126
16127         * imap.el (imap-log): Doc fix.
16128
16129 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16132         the coding cookies; decompress compressed parts.
16133
16134         * mml.el (mml-generate-mime-1): Add the charset parameter according
16135         to the value which a user specified manually or the coding cookie.
16136
16137         * mm-util.el (mm-string-to-multibyte): New function.
16138         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16139         (mm-coding-system-to-mime-charset): New function.
16140         (mm-decompress-buffer): New function.
16141         (mm-find-buffer-file-coding-system): New function.
16142
16143         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16144         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16145         parts.
16146
16147 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16148
16149         * mm-view.el (mm-display-inline-fontify): Decode a part according
16150         to the charset parameter.
16151
16152 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16155         prefix arg is neither nil nor a number, as info specifies.
16156
16157 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16160         timestamps.
16161
16162 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16163
16164         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16165         groups error checking and notify user.
16166
16167 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16168
16169         * message.el (message-send-mail-function): Check existence of
16170         sendmail-program first before using default value
16171         `message-send-mail-with-sendmail'.  Otherwise use more generic
16172         `smtpmail-send-it'.
16173
16174 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * nntp.el (nntp-request-update-info): Always return nil.
16177
16178 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16179
16180         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16181
16182 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16183
16184         * message.el (message-beginning-of-line): Change the behavior when
16185         invoked between BOL and : so that it first moves backward.
16186
16187 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16190         article buffer when editing of the article is discarded.
16191         (gnus-article-prepare): Revert.
16192
16193 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-art.el (gnus-article-prepare):
16196         Remove message-strip-forbidden-properties from the local hook.
16197
16198 2005-01-27  Simon Josefsson  <jas@extundo.com>
16199
16200         * password.el (password-cache-add): Only start one timer per key.
16201         Reported by Derek Atkins <warlord@MIT.EDU>.
16202
16203 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16204
16205         * run-at-time.el: Remove.  It is no longer needed as
16206         timer-funcs.el in the xemacs-base package has a working version of
16207         `run-at-time'.
16208
16209         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16210
16211         * password.el: Require timer-funcs instead of run-at-time in
16212         XEmacs.
16213         Remove `password-run-at-time' macro.
16214         (password-cache-add): Use `run-at-time' instead of
16215         `password-run-at-time'.
16216
16217         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16218         Remove `nnheader-cancel-function-timers' alias,
16219         `cancel-function-timers' exists in XEmacs in timer-funcs.
16220
16221         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16222         for `run-with-idle-timer'.
16223
16224         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16225         for `run-at-time'.
16226
16227         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16228         for `with-timeout'.
16229
16230         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16231         the same as for XEmacs 21.4.
16232         No need to ignore `run-with-idle-timer', this function exists in
16233         XEmacs now in timer-funcs.el in the xemacs-base package.
16234         (dgnushack-compile): No need to delete
16235         run-at-time.el from the list of files to compile because it
16236         doesn't exist anymore.
16237
16238 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16241         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16242
16243 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16244
16245         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16246         sensitively.
16247
16248 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16249
16250         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16251
16252 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16255         which will be inserted according to the multibyteness of a buffer
16256         rather than the type of contents.  Suggested by ARISAWA Akihiro
16257         <ari@mbf.ocn.ne.jp>.
16258
16259         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16260         of string which old xml.el may return rather than a string.
16261
16262 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16265
16266 2005-01-16  Simon Josefsson  <jas@extundo.com>
16267
16268         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16269         idn/idna.el isn't available.
16270         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16271         <michael@waxrat.com>.
16272
16273         * hashcash.el: Remove non-FSF copyright header.
16274
16275         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16276         (hashcash-generate-payment): Use it.
16277         (hashcash-generate-payment-async): Use it.
16278
16279 2005-01-15  Simon Josefsson  <jas@extundo.com>
16280
16281         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16282         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16283
16284         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16285         gnus-summary-idna-message.
16286         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16287         (gnus-summary-idna-message): New function.
16288
16289 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16292         gnus-novice-user.
16293
16294 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * nnrss.el (nnrss-request-delete-group): Delete entries in
16297         nnrss-group-alist as well.
16298         (nnrss-save-server-data): Insert newline.
16299
16300 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus.el (gnus-user-agent): Use list of symbols instead of
16303         symbols.  Display full version number for (S)XEmacs.
16304         Optionally display (S)XEmacs codename.
16305
16306         * gnus-util.el (gnus-emacs-version): Update for new
16307         `gnus-user-agent'.
16308
16309         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16310         Gnus version.
16311
16312 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16313
16314         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16315         which is unreadable in some setups.
16316
16317 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-spec.el (gnus-update-format-specifications): Flush the
16320         group format spec cache if it doesn't support decoded group names.
16321
16322 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16325         Allow to apply decay on score files matching a regexp.
16326
16327 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16330         compatibility in %g and %c.
16331
16332 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16335         name for only %g and %c.
16336         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16337         of gnus-tmp-group to decoded group name.
16338         (gnus-group-make-rss-group): Exclude `/'s from group names.
16339
16340 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * nnrss.el (nnrss-get-encoding): Fix regexp.
16343
16344 2004-12-27  Simon Josefsson  <jas@extundo.com>
16345
16346         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16347         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16348         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16349
16350 2004-12-17  Kim F. Storm  <storm@cua.dk>
16351
16352         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16353
16354         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16355
16356 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16357
16358         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16359
16360 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * nnrss.el: Require rfc2047 and mml.
16363         (nnrss-file-coding-system): New variable.
16364         (nnrss-format-string): Redefine it as an inline function.
16365         (nnrss-decode-group-name): New function.
16366         (nnrss-string-as-multibyte): Remove.
16367         (nnrss-retrieve-headers): Decode group name; don't use
16368         nnrss-format-string.
16369         (nnrss-request-group): Decode group name.
16370         (nnrss-request-article): Decode group name; allow a Message-ID as
16371         well as an article number; don't use nnrss-format-string; encode a
16372         Message-ID string which may contain non-ASCII characters; use
16373         mml-to-mime to compose a MIME article.
16374         (nnrss-request-expire-articles): Decode group name.
16375         (nnrss-request-delete-group): Decode group name.
16376         (nnrss-fetch): Clarify error message.
16377         (nnrss-read-server-data): Use insert-file-contents instead of load;
16378         bind file-name-coding-system; use multibyte buffer.
16379         (nnrss-save-server-data): Bind coding-system-for-write to the
16380         value of nnrss-file-coding-system; bind file-name-coding-system;
16381         add coding cookie.
16382         (nnrss-read-group-data): Use insert-file-contents instead of load;
16383         bind file-name-coding-system; use multibyte buffer.
16384         (nnrss-save-group-data): Bind coding-system-for-write to the
16385         value of nnrss-file-coding-system; bind file-name-coding-system.
16386         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16387         make it work with non-ASCII text.
16388         (nnrss-find-el): Make it work with old xml.el as well.
16389
16390 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16391
16392         * nnrss.el (nnrss-get-encoding): New function.
16393         (nnrss-fetch): Use unibyte buffer initially; bind
16394         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16395         decode contents according to the encoding attribute.
16396         (nnrss-save-group-data): Add coding cookie.
16397         (nnrss-mime-encode-string): New function.
16398         (nnrss-check-group): Use it to encode subject and author.
16399
16400 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16401
16402         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16403         imaginary variable.
16404
16405 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16408         correctly even if there are wide characters.
16409
16410 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16411
16412         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16413         downcased symbol names; make a new cache instead of reusing
16414         bbdb-hashtable.
16415
16416 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16419         concatenating segments rather than before concatenating them.
16420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16421
16422         * message.el (message-get-reply-headers): Bind `extra'.
16423
16424 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * message.el (message-extra-wide-headers): New variable.
16427         (message-get-reply-headers): Use it.
16428
16429 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16432         (gnus-agent-group-pathname): Ditto.
16433
16434         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16435
16436         * gnus-group.el (gnus-group-make-group): Decode group name.
16437         (gnus-group-make-rss-group): Register the group data after opening
16438         the nnrss group.
16439
16440 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16441
16442         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16443         by expiry now get marked as read.
16444
16445 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16448
16449 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16450
16451         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16452         unify Latin characters in XEmacs.
16453         (mm-find-mime-charset-region): Use it.
16454
16455 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * gnus-util.el (gnus-delete-directory): New function.
16458
16459         * gnus-agent.el (gnus-agent-delete-group): Use it.
16460
16461         * gnus-cache.el (gnus-cache-delete-group): Use it.
16462
16463 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16466         names.
16467
16468 2004-12-16  Simon Josefsson  <jas@extundo.com>
16469
16470         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16471
16472 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16475
16476         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16477         (gnus-group-set-current-level): Decode group name.
16478
16479 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16480
16481         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16482         failed.
16483
16484 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-group.el (gnus-group-delete-group): Decode group name.
16487         (gnus-group-make-rss-group): Encode group name.
16488         (gnus-group-catchup-current): Decode group name.
16489         (gnus-group-kill-group): Decode group name.
16490
16491 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16492
16493         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16494
16495 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-group.el (gnus-group-make-rss-group):
16498         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16499
16500         * gnus-start.el (gnus-setup-news): Honor user's setting to
16501         gnus-message-archive-method.  Suggested by Lute Kamstra
16502         <lute@gnu.org>.
16503
16504 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16505
16506         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16507         global counterparts of the buffer-local variables.
16508
16509 2004-11-16  Romain Francoise  <romain@orebokech.com>
16510
16511         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16512         counterparts of the buffer-local variables.
16513
16514 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * message.el (message-forbidden-properties): Fix typo in doc
16517         string.
16518
16519 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-util.el (gnus-replace-in-string): Add doc string.
16522
16523         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16524         to avoid problems when splitting mails with many recipients.
16525
16526 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16527
16528         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16529         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16530
16531 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16532
16533         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16534         if there is no hashtable in memory or file modification time is
16535         newer than cached timestamp.
16536
16537 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * gnus-sum.el (gnus-summary-limit-to-recipient):
16540         Implement not-matching option.
16541
16542 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16545         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16546         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16547         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16548         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16549         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16550
16551 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * message.el (message-forward-make-body-mml): Remove headers
16554         according to message-forward-ignored-headers if a message is decoded.
16555
16556 2004-12-02  Romain Francoise  <romain@orebokech.com>
16557
16558         * message.el (message-forward-make-body-plain): Always remove
16559         headers according to message-forward-ignored-headers.
16560
16561 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * spam.el (spam-summary-prepare-exit): Remove the
16564         gnus-summary-limit pop for now, it has problems with ham marks for
16565         me.
16566
16567 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16570         correctly.
16571
16572 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16573
16574         * format-spec.el (format-spec): Message the char.
16575
16576 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * gnus-art.el (gnus-split-methods): Reformat comments.
16579
16580         * spam.el (spam-summary-prepare-exit): Remove article limits
16581         before exiting the summary buffer.
16582
16583 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16586         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16587
16588         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16589         order to silence the byte compiler.
16590
16591         * spam.el: Fix the way to silence the byte compiler, which
16592         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16593         bbdb-search-simple, spam-BBDB-register-routine,
16594         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16595         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16596         spam-stat-buffer-is-spam, spam-stat-load,
16597         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16598         spam-stat-save and spam-stat-split-fancy.
16599
16600 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16603         which may confuse users.
16604         (canlock-password-for-verify): Ditto.
16605
16606         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16607
16608         * gnus-art.el (gnus-emphasis-alist): Ditto.
16609
16610         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16611
16612         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16613
16614         * gnus-start.el (gnus-save-killed-list): Ditto.
16615
16616         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16617         (gnus-sum-thread-tree-root): Ditto.
16618         (gnus-sum-thread-tree-false-root): Ditto.
16619         (gnus-sum-thread-tree-single-indent): Ditto.
16620
16621         * message.el (message-courtesy-message): Ditto.
16622         (message-archive-note): Ditto.
16623         (message-subscribed-address-file): Ditto.
16624         (message-user-fqdn): Ditto.
16625
16626         * spam-report.el (spam-report-gmane-regex): Ditto.
16627
16628         * spam.el (spam-blackhole-good-server-regex): Ditto.
16629
16630 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * mml.el (mml-preview): Widen the message buffer before copying
16633         the contents to the preview buffer; sort headers before previewing.
16634
16635         * message.el (message-hidden-headers): Fix the way to avoid a bug
16636         in the `repeat' widget in Emacs 21.3 or earlier.
16637
16638 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * message.el (message-hidden-headers): Default to "^References:".
16641         Improve customization type.  Suggested by Reiner Steib
16642         <Reiner.Steib@gmx.de>.
16643
16644 2004-11-25  Romain Francoise  <romain@orebokech.com>
16645
16646         * message.el (message-strip-forbidden-properties): Remove check for
16647         obsolete `message-hidden' text property, hidden headers are not
16648         accessible in the buffer anymore.
16649
16650 2004-11-22  Romain Francoise  <romain@orebokech.com>
16651
16652         * message.el (message-header-format-alist): Add `From' in list
16653         so that it can be sorted.
16654         (message-fix-before-sending): Widen and sort headers before
16655         sending.
16656         (message-hide-headers): Use narrowing to hide headers by moving
16657         them to the top of the buffer and narrowing to the region
16658         underneath.
16659
16660 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661
16662         * message.el (message-strip-forbidden-properties):
16663         Bind buffer-read-only (etc) to nil.
16664
16665 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16668         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16669
16670 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16671
16672         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16673
16674 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16675
16676         * dns.el (query-dns): Use sit-for to time instead of
16677         accept-process-output, since that doesn't seem to work on udp
16678         sockets.
16679
16680 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16683
16684 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16685
16686         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16687         doc string.  Improve doc string.
16688
16689 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * nntp.el (nntp-request-update-info): Return nil if
16692         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16693         may not call gnus-activate-group which uselessly issues the GROUP
16694         commands for all nntp groups and wastes time.  Reported by Romain
16695         Francoise <romain@orebokech.com>.
16696
16697         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16698
16699 2004-11-15  Simon Josefsson  <jas@extundo.com>
16700
16701         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16702         headers separately.
16703         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16704         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16705
16706 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-start.el (gnus-convert-old-newsrc):
16709         Assign legacy-gnus-agent to 5.10.7.
16710
16711 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16712
16713         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16714         start of the lines.
16715
16716 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16717
16718         * hashcash.el (hashcash-default-payment): Change default to 20.
16719         (hashcash-default-accept-payment): Change default to 20.
16720         (hashcash-process-alist): New variable.
16721         (hashcash-generate-payment-async): Add.
16722         (hashcash-already-paid-p): Add.
16723         (hashcash-insert-payment): Don't generate payments twice.
16724         (hashcash-insert-payment-async): Add.
16725         (hashcash-insert-payment-async-2): Add.
16726         (hashcash-cancel-async): Add.
16727         (hashcash-wait-async): Add.
16728         (hashcash-processes-running-p): Add.
16729         (hashcash-wait-or-cancel): Add.
16730         (mail-add-payment): New optional argument.  Conditionally start
16731         asynchronous calculation.
16732         (mail-add-payment-async): Add.
16733
16734         * message.el (message-send-mail): Wait for asynchronous hashcash
16735         results.  Don't clobber existing X-Hashcash headers.
16736         (message-setup-1): Call mail-add-payment-async when
16737         message-generate-hashcash is non-nil.
16738
16739 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16740
16741         * message.el (message-use-alternative-email-as-from): Examine the
16742         From header as well; use message-make-from in order to include a
16743         user's full name.
16744
16745 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16748         default; improve customization type.
16749         (gnus-emphasis-custom-with-format): New macro.
16750         (gnus-emphasis-custom-value-to-external): New function.
16751         (gnus-emphasis-custom-value-to-internal): New function.
16752
16753 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16754
16755         * dns.el (query-dns): Resolve reverse addresses.
16756
16757 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16758
16759         * gnus-group.el (gnus-group-get-new-news): Use it.
16760
16761         * gnus-start.el (gnus-check-reasonable-setup): New function.
16762
16763 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16766         "Args out of range" error.  Reported by Arnaud Giersch
16767         <arnaud.giersch@free.fr>.
16768
16769 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16770
16771         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16772
16773 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16774
16775         * spam.el (spam group): Add :version.
16776
16777         * pgg-def.el (pgg group): Add :version.
16778
16779 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-art.el (gnus-article-edit-article): Don't associate the
16782         article buffer with a draft file.  This is a temporary measure
16783         against the 2004-08-22 change to gnus-article-edit-mode.
16784
16785 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16788         (html2text-format-tags): Remove unused variable `attr'.
16789
16790 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16793
16794         * tls.el (tls-process-connection-type, tls-success)
16795         (tls-certtool-program): Add :version.
16796
16797         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16798         (starttls-extra-arguments, starttls-process-connection-type)
16799         (starttls-connect, starttls-failure, starttls-success): Add :version.
16800
16801         * spam-stat.el (spam-stat): Add :version.
16802
16803         * sieve.el (sieve): Add :version.
16804
16805         * sha1.el (sha1): Add :version.
16806         (sha1-use-external): Remove redundant version.
16807
16808         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16809         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16810         (nnmail-split-fancy-match-partial-words)
16811         (nnmail-split-lowercase-expanded): Add :version.
16812
16813         * nndiary.el (nndiary): Add :version.
16814
16815         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16816
16817         * mml-sec.el (mml-default-sign-method)
16818         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16819         Add :version.
16820
16821         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16822
16823         * mm-url.el (mm-url-use-external, mm-url-program)
16824         (mm-url-arguments): Add :version.
16825
16826         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16827         (mm-attachment-file-modes, mm-decrypt-option)
16828         (mm-w3m-safe-url-regexp): Add :version.
16829
16830         * message.el (message-cite-prefix-regexp)
16831         (message-sendmail-envelope-from, message-minibuffer-local-map)
16832         (message-user-fqdn, message-completion-alist): Add :version.
16833
16834         * gnus-win.el (gnus-configure-windows-hook)
16835         (gnus-use-frames-on-any-display): Add :version.
16836
16837         * gnus-art.el (gnus-article-address-banner-alist)
16838         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16839         (gnus-treat-from-picon, gnus-treat-mail-picon)
16840         (gnus-treat-x-pgp-sig): Add :version.
16841
16842         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16843         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16844         (gnus-summary-article-delete-hook)
16845         (gnus-summary-display-while-building): Add :version.
16846
16847         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16848         (gnus-get-top-new-news-hook): Add :version.
16849
16850         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16851         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16852
16853         * gnus-registry.el (gnus-registry): Add :version.
16854
16855         * gnus-spec.el (gnus-use-correct-string-widths)
16856         (gnus-make-format-preserve-properties): Add :version.
16857
16858         * gnus.el (gnus-group-charter-alist)
16859         (gnus-group-fetch-control-use-browse-url)
16860         (gnus-install-group-spam-parameters): Add :version.
16861
16862         * gnus-diary.el (gnus-diary): Add :version.
16863
16864         * gnus-delay.el (gnus-delay): Add :version.
16865
16866         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16867         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16868         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16869         Add :version.
16870
16871         * gnus-agent.el (gnus-agent-max-fetch-size)
16872         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16873         (gnus-agent-prompt-send-queue): Add :version.
16874
16875         * deuglify.el (gnus-outlook-deuglify): Add :version.
16876
16877         * html2text.el: Beautify code.  Improve doc strings.
16878         Some checkdoc cleanup.
16879         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16880
16881 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16882
16883         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16884
16885 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16888         when package is loaded.
16889
16890         * spam.el (spam-summary-score-preferred-header): Add global preference
16891         for people who want to override the default SpamAssassin over
16892         Bogofilter preference (when both are set).
16893         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16894         (spam-user-format-function-S):
16895         Check spam-summary-score-preferred-header.
16896         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16897         (spam-user-format-function-S): Format the score correctly.
16898
16899 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16902         signature file.  Suggested by Manoj Srivastava
16903         <srivasta@golden-gryphon.com>.
16904
16905         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16906         iso-2022-jp even in the Japanese language environment.
16907         Suggested by Jason Rumney <jasonr@gnu.org>.
16908
16909 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16912         use the same characters as the dummy marks; make it free from
16913         getting affected by the language environment.
16914         (gnus-summary-read-group-1): Update mark positions only when the
16915         format spec is updated.
16916
16917         * gnus-spec.el (gnus-update-format-specifications): Return a list
16918         of updated types.
16919
16920 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16923         of boundp to check if display-warning is available.
16924
16925 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16926
16927         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16928
16929 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * nnspool.el (nnspool-spool-directory): Use news-path if the
16932         news-directory variable is not bound.
16933
16934         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16935         function instead of display-warning if it is not available.
16936
16937 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16938
16939         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16940         v5-10: Use `point-at-bol'.
16941
16942 2004-10-26  Simon Josefsson  <jas@extundo.com>
16943
16944         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16945         <chenggao@gmail.com>.
16946
16947 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16950         instead.
16951
16952 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16955         to remove a server from the nnimap-server-buffer-alist.
16956         (nnimap-open-connection, nnimap-close-server): Use it.
16957
16958         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16959
16960 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16963         running the major-mode function.
16964
16965 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16968         dummy marks in the right way.
16969
16970 2004-10-18  David Edmondson  <dme@dme.org>
16971
16972         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16973         excessively.
16974
16975 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * gnus-util.el (gnus-split-references): Accept a nil references
16978         string and go on blissfully.
16979
16980         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16981         cases where the references string is non-nil but has no references.
16982
16983         * encrypt.el: Add autoload tags.
16984
16985         * spam.el (spam-resolve-registrations-routine): Remove article
16986         from unregistration list too.  Reported by David Hanak
16987         <dhanak@isis.vanderbilt.edu>
16988
16989 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16992         nil.  Change custom type.
16993
16994 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16995
16996         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16997
16998         * gnus-sum.el (gnus-summary-move-article): Use it.
16999
17000 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * encrypt.el: Add autoload cookies.
17003
17004         * spam.el (spam-backend-article-list-property)
17005         (spam-backend-get-article-todo-list)
17006         (spam-backend-put-article-todo-list)
17007         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17008         Resolve registrations separately.
17009         (spam-register-routine): Format comments.
17010         (spam-unregister-routine, spam-register-routine): Always call with
17011         specific-articles, no default list.
17012         (spam-summary-prepare-exit): Use the spam-classifications function.
17013
17014         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17015         gnus-encrypt.el.
17016
17017         * encrypt.el: Copied from gnus-encrypt.el.
17018
17019         * gnus-encrypt.el: Commented that it's obsolete.
17020
17021 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17022
17023         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17024         (gnus-score-save): Use it.
17025
17026         * message.el (message-bury): Use `window-dedicated-p'.
17027
17028 2004-10-15  Simon Josefsson  <jas@extundo.com>
17029
17030         * pop3.el (top-level): Don't require nnheader.
17031         (pop3-read-timeout): Add.
17032         (pop3-accept-process-output): Add.
17033         (pop3-read-response, pop3-retr): Use it.
17034
17035 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17036
17037         * spam.el (spam-register-routine): Move comment.
17038         (spam-verify-bogofilter): Use 'unknown for the initial
17039         spam-bogofilter-valid state, not 'never.
17040
17041         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17042         for netrc-machine.
17043
17044         * nnimap.el (nnimap-open-connection):
17045         Use netrc-machine-user-or-password.
17046
17047 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17048
17049         * gnus-registry.el (gnus-registry-unload-hook):
17050         Set as a variable with add-hook.
17051
17052         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17053         of news-path.
17054
17055         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17056
17057         * spam.el: Delete duplicate `provide'.
17058         (spam-unload-hook): Set as a variable with add-hook.
17059
17060 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17063         in the doc string.
17064
17065         * message.el (message-ignored-news-headers)
17066         (message-ignored-supersedes-headers)
17067         (message-ignored-resent-headers)
17068         (message-forward-ignored-headers): Improve custom type.
17069
17070 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * message.el (message-tokenize-header): Fix 2004-09-06 change
17073         which used point-min in the wrong place.
17074
17075 2004-10-12  Simon Josefsson  <jas@extundo.com>
17076
17077         * tls.el (tls-certtool-program): New variable.
17078         (tls-certificate-information): New function, based on
17079         ssl-certificate-information.
17080
17081 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * compface.el: Move the version of ELisp-based uncompface program
17084         to the contrib directory because of the copyright problem.
17085
17086 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * message.el (message-kill-buffer): Raise the current frame.
17089
17090 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17091
17092         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17093
17094         * gnus.el (message-y-or-n-p): Autoload.
17095
17096         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17097         (pop3-password-required, pop3-authentication-scheme)
17098         (pop3-leave-mail-on-server): Make customizable.
17099         (pop3): New custom group.
17100         (pop3-retr): Remove `sleep-for' statements.
17101         Suggested by Dave Love <fx@gnu.org>.
17102
17103         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17104         Windows/DOS.
17105
17106         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17107         (imap-parse-body): Fix incorrect use of `assert'.
17108         Suggested by Dave Love <fx@gnu.org>.
17109
17110         * mml.el (mml-minibuffer-read-disposition): Require match.
17111         Suggested by Dave Love <fx@gnu.org>.
17112
17113 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17114
17115         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17116         doc string.
17117
17118 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17121
17122 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17123
17124         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17125         instead of calling `mm-insert-inline', to decode text/* parts
17126         before displaying them.
17127
17128 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * mm-uu.el (mm-uu-text-plain-type): New variable.
17131         (mm-uu-pgp-signed-extract-1): Use it.
17132         (mm-uu-pgp-encrypted-extract-1): Use it.
17133         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17134         bind mm-uu-text-plain-type with that value.
17135         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17136         mm-uu-dissect.
17137
17138 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-group.el (gnus-update-group-mark-positions):
17141         * gnus-sum.el (gnus-update-summary-mark-positions):
17142         * message.el (message-check-news-body-syntax):
17143         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17144         of string-as-multibyte.
17145
17146 2004-10-05  Juri Linkov  <juri@jurta.org>
17147
17148         * gnus-group.el (gnus-update-group-mark-positions):
17149         * gnus-sum.el (gnus-update-summary-mark-positions):
17150         * message.el (message-check-news-body-syntax):
17151         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17152         8-bit unibyte values to a multibyte string for search functions.
17153
17154 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17157         (mm-uu-dissect-text-parts): New function.
17158
17159         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17160         dissect text parts.
17161
17162         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17163         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17164
17165         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17166
17167         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17168         Use gnus-current-topics instead of gnus-current-topic.
17169
17170 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17171
17172         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17173
17174 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17175
17176         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17177         where approriate.
17178
17179         * nnml.el (nnml-generate-active-info): do.
17180
17181         * nndiary.el (nndiary-generate-active-info): do.
17182
17183         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17184         (gnus-topic-move): do.
17185
17186         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17187         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17188
17189         * gnus-srvr.el (gnus-server-prepare)
17190         (gnus-server-open-all-servers): do.
17191
17192         * gnus-msg.el (gnus-summary-cancel-article)
17193         (gnus-summary-resend-message)
17194         (gnus-summary-mail-crosspost-complaint): do.
17195
17196         * gnus-move.el (gnus-change-server): do.
17197
17198         * gnus-group.el (gnus-group-unmark-all-groups)
17199         (gnus-group-set-current-level): do.
17200
17201 2004-10-04  Simon Josefsson  <jas@extundo.com>
17202
17203         * message.el (message-generate-hashcash): Doc fix.
17204
17205 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17206
17207         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17208         avoid infinite recursion via gnus-get-function.
17209
17210 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17211
17212         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17213
17214         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17215
17216         * nnmail.el (nnmail-split-history): do.
17217
17218         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17219         (nnml-request-delete-group): do.
17220
17221         * nnslashdot.el (nnslashdot-read-groups): do.
17222
17223         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17224         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17225
17226         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17227         (nnspool-sift-nov-with-sed): Use last.
17228         (nnspool-retrieve-headers-with-nov): Use mapc.
17229         (nnspool-request-newgroups): Use dolist.
17230         (nnspool-request-group): Use last.
17231
17232         * nntp.el (nntp-read-server-type): Use dolist.
17233
17234         * nnvirtual.el (nnvirtual-create-mapping)
17235         (nnvirtual-update-read-and-marked): Use dolist.
17236         (nnvirtual-convert-headers): Simplify.
17237
17238 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17239
17240         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17241         Add support for sync'ing tick marks.
17242
17243 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17246         there's no visible header.
17247
17248 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17249
17250         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17251         When necessary, pass full group name to gnus-request-set-marks.
17252
17253 2004-10-01  Simon Josefsson  <jas@extundo.com>
17254
17255         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17256         acroread.
17257
17258 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17259
17260         * spam-report.el (spam-report-gmane): Fix interactive.
17261
17262         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17263
17264         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17265         when writing file.
17266         (gnus-agent-synchronize-flags): Don't default to being
17267         interactive.
17268
17269 2004-09-30  Simon Josefsson  <jas@extundo.com>
17270
17271         * message.el (message-generate-hashcash): Add.
17272         (message-send-mail): Use it, call mail-add-payment.
17273
17274 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17277
17278 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17279
17280         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17281         gnus-requst-update-info with explicit code to sync the in-memory
17282         info read flags with the marks being sync'd to the backend.
17283
17284         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17285
17286 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * spam.el (spam-verify-bogofilter): Add new function.
17289         (spam-check-bogofilter)
17290         (spam-bogofilter-register-with-bogofilter): Use it.
17291         (spam-verify-bogofilter): Add small fixes.
17292
17293 2004-09-28  Simon Josefsson  <jas@extundo.com>
17294
17295         * hashcash.el (hashcash-generate-payment): Revert.
17296
17297 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17298
17299         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17300         Use gnus-extract-references instead of gnus-split-references.
17301
17302         * gnus-util.el (gnus-extract-references): Add new function, analogous
17303         to gnus-split-references but extracts only the message-ID without
17304         anything extra.
17305
17306         * hashcash.el (hashcash-generate-payment)
17307         (hashcash-check-payment): Do the right thing if hashcash-path is
17308         nil (because the hashcash program could not be found).
17309
17310         * spam.el (spam-use-hashcash): Remove comment.
17311
17312 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17313
17314         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17315         (gnus-cache-enter-article, gnus-cache-remove-article)
17316         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17317
17318         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17319
17320         * gnus-art.el (article-hide-boring-headers)
17321         (article-translate-strings, article-display-face)
17322         (gnus-article-mime-match-handle-first)
17323         (gnus-article-highlight-headers)
17324         (gnus-article-add-buttons-to-head): do.
17325
17326 2004-09-27  Simon Josefsson  <jas@extundo.com>
17327
17328         * hashcash.el: New version, from
17329         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17330         ../contrib/.
17331
17332 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17335
17336 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17337
17338         * gnus-dup.el (gnus-dup-open): Use mapc.
17339         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17340
17341         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17342         Reported by Stefan Wiens <s.wi@gmx.net>.
17343
17344         * gnus.el (gnus-shutdown): Use dolist.
17345
17346         * gnus-undo.el (gnus-undo): Use mapc.
17347
17348         * nnrss.el (nnrss-generate-active): do.
17349
17350         * message.el (message-cite-original-without-signature)
17351         (message-cite-original): Use mapc.
17352         (message-do-actions, message-make-forward-subject): Use dolist.
17353
17354 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17355
17356         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17357         deletion to remove entire duplicate line.  Fixes merged article
17358         number bug.
17359
17360 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17361
17362         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17363         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17364         first ask if you want to open a server and then, even when you
17365         responded with no, asking if you want to synchronize the server's
17366         flags.
17367         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17368         multi-line expressions.
17369         (gnus-agent-synchronize-group-flags): New internal function.
17370         Updates marks in memory (in the info structure) AND in the
17371         backend.
17372
17373         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17374
17375         * nnagent.el (nnagent-request-set-mark):
17376         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17377         method, to ensure that synchronization updates marks in the
17378         backend and in the info (in memory) structure.
17379
17380 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17383         convention fully; don't miss the root article of a thread; make
17384         the X-Draft-From header with correct article numbers.
17385
17386 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17387
17388         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17389         unless plugged.  Disable the agent so that an open failure causes
17390         an error.
17391
17392         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17393         Revert 2004-09-21 change.  The backend must be opened while
17394         synchronizing flags even when the backend stores the flags
17395         locally.
17396
17397 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17398
17399         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17400         in `header' match.  Reported by Svend Tollak Munkejord.
17401
17402         * message.el (message-cite-original): Fix use of
17403         `message-cite-articles-with-x-no-archive'.
17404
17405 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17408         (gnus-window-to-buffer): Ditto.
17409
17410         * mml.el (mml-preview-buffer): New variable.
17411         (mml-preview): Manage window layout with gnus-buffer-configuration.
17412
17413         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17414         X-Draft-From header even if those articles aren't quoted.
17415
17416 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17417
17418         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17419         (gnus-request-set-mark, gnus-request-update-mark): Use new
17420         g-s-t-u-l-m to decide to use backend even when unplugged.
17421
17422 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17425         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17426
17427 2004-09-20  Simon Josefsson  <jas@extundo.com>
17428
17429         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17430         "utf-16-le".
17431
17432 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17433
17434         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17435
17436 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * uudecode.el (uudecode-use-external): Add :version.
17439
17440         * smime.el (smime-CA-file, smime-encrypt-cipher)
17441         (smime-dns-server): Add :version.
17442
17443         * smiley.el (gnus-smiley-file-types): Add :version.
17444
17445         * sha1.el (sha1-use-external): Add :version.
17446
17447         * pgg-def.el (pgg-query-keyserver): Add :version.
17448
17449         * nnmail.el (nnmail-fancy-expiry-targets)
17450         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17451         Add :version.
17452
17453         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17454         (nnimap-retrieve-groups-asynchronous): Add :version.
17455         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17456
17457         * mml.el (mml-content-disposition-parameters)
17458         (mml-insert-mime-headers-always): Add :version.
17459
17460         * mm-util.el (mm-coding-system-priorities): Add :version.
17461
17462         * mm-decode.el (mm-inline-text-html-with-images)
17463         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17464         (mm-verify-option): Add :version.
17465         (mm-text-html-renderer): Change :version.
17466
17467         * message.el (message-fcc-externalize-attachments)
17468         (message-required-headers, message-draft-headers)
17469         (message-subject-trailing-was-query)
17470         (message-subject-trailing-was-ask-regexp)
17471         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17472         (message-mark-insert-end, message-archive-header)
17473         (message-archive-note, message-cross-post-default)
17474         (message-cross-post-note, message-followup-to-note)
17475         (message-cross-post-note-function, message-use-mail-followup-to)
17476         (message-subscribed-address-functions)
17477         (message-subscribed-address-file, message-subscribed-addresses)
17478         (message-subscribed-regexps, message-allow-no-recipients)
17479         (message-yank-cited-prefix, message-signature-insert-empty-line)
17480         (message-hidden-headers, message-hierarchical-addresses)
17481         (message-mail-user-agent, message-use-idna)
17482         (message-valid-fqdn-regexp)
17483         (message-strip-special-text-properties, message-header-synonyms)
17484         (message-beginning-of-line, message-tab-body-function): Add :version.
17485         (message-insert-canlock, message-wide-reply-confirm-recipients):
17486         Change :version.
17487
17488         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17489         and :version.
17490         (mail-source-delete-old-incoming-confirm)
17491         (mail-source-movemail-program): Add :version.
17492
17493         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17494         (gnus-agent-cache, gnus-agent): Change :version.
17495
17496         * gnus-util.el (gnus-use-byte-compile): Change :version.
17497
17498         * gnus-sum.el (gnus-summary-make-false-root-always)
17499         (gnus-summary-default-high-score)
17500         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17501         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17502         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17503         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17504         (gnus-sum-thread-tree-single-indent)
17505         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17506         (gnus-sum-thread-tree-leaf-with-other)
17507         (gnus-sum-thread-tree-single-leaf): Add :version.
17508         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17509         (gnus-article-loose-mime): Change :version.
17510
17511         * gnus-start.el (gnus-backup-startup-file)
17512         (gnus-save-startup-file-via-temp-buffer): Add :version.
17513
17514         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17515         (gnus-server-offline-face): Add :version.
17516
17517         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17518
17519         * gnus-msg.el (gnus-gcc-externalize-attachments)
17520         (gnus-debug-files, gnus-debug-exclude-variables)
17521         (gnus-discouraged-post-methods): Change :version.
17522         (gnus-confirm-mail-reply-to-news)
17523         (gnus-confirm-treat-mail-like-news): Add :version.
17524
17525         * gnus-int.el (gnus-server-unopen-status): Add :version.
17526
17527         * gnus-group.el (gnus-group-jump-to-group-prompt)
17528         (gnus-large-ephemeral-newsgroup)
17529         (gnus-fetch-old-ephemeral-headers): Add :version.
17530
17531         * gnus-fun.el (gnus-x-face-directory)
17532         (gnus-convert-pbm-to-x-face-command)
17533         (gnus-convert-image-to-x-face-command)
17534         (gnus-convert-image-to-face-command): Add :version.
17535
17536         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17537
17538         * gnus-cite.el (gnus-cite-blank-line-after-header)
17539         (gnus-article-boring-faces): Add :version.
17540
17541         * gnus-art.el (gnus-buttonized-mime-types)
17542         (gnus-inhibit-mime-unbuttonizing)
17543         (gnus-treat-display-face)
17544         (gnus-treat-body-boundary): Change :version.
17545         (gnus-body-boundary-delimiter, gnus-picon-databases)
17546         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17547         (gnus-treat-date-english, gnus-treat-fold-headers)
17548         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17549         (gnus-treat-mail-picon, gnus-treat-wash-html)
17550         (gnus-article-encrypt-protocol)
17551         (gnus-use-idna, gnus-article-over-scroll)
17552         (gnus-mime-display-multipart-alternative-as-mixed)
17553         (gnus-mime-display-multipart-related-as-mixed)
17554         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17555         (gnus-ctan-url, gnus-button-ctan-handler)
17556         (gnus-button-handle-ctan-bogus-regexp)
17557         (gnus-button-ctan-directory-regexp)
17558         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17559         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17560         (gnus-button-man-level, gnus-button-emacs-level)
17561         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17562
17563         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17564         (gnus-agent-go-online): Change :version.
17565         (gnus-agent-expire-unagentized-dirs)
17566         (gnus-agent-auto-agentize-methods): Add :version.
17567
17568         * flow-fill.el (fill-flowed-display-column)
17569         (fill-flowed-encode-column): Add :version.
17570
17571         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17572         (gnus-outlook-deuglify-unwrap-max)
17573         (gnus-outlook-deuglify-cite-marks)
17574         (gnus-outlook-deuglify-unwrap-stop-chars)
17575         (gnus-outlook-deuglify-no-wrap-chars)
17576         (gnus-outlook-deuglify-attrib-cut-regexp)
17577         (gnus-outlook-deuglify-attrib-verb-regexp)
17578         (gnus-outlook-deuglify-attrib-end-regexp)
17579         (gnus-outlook-display-hook): Add :version.
17580
17581         * binhex.el (binhex-use-external): Add :version.
17582
17583 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17586         and `invisible'.
17587
17588 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17589
17590         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17591         in gnus-registry-trim.
17592
17593 2004-09-13  Simon Josefsson  <jas@extundo.com>
17594
17595         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17596
17597         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17598
17599         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17600         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17601         <yamaoka@jpl.org>.
17602         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17603         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17604         <yamaoka@jpl.org>.
17605
17606         * sieve.el (sieve-manage-mode): Ditto.
17607
17608 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17611
17612 2004-09-11  Simon Josefsson  <jas@extundo.com>
17613
17614         * dns-mode.el: Add.
17615
17616         * mm-view.el (mm-display-dns-inline): Add.
17617
17618         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17619         (mm-automatic-display): Ditto.
17620
17621         * mailcap.el (mailcap-mime-data): Add text/dns.
17622         (mailcap-mime-extensions): Map .soa to text/dns.
17623
17624 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17625
17626         * gnus-art.el (article-decode-mime-words, article-babel)
17627         (gnus-article-highlight-signature, gnus-article-add-buttons)
17628         (gnus-signature-toggle): Remove unnecessary bindings of
17629         `inhibit-read-only' inherited from v5.10 merge.
17630
17631 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * nntp.el (nntp): New customization group.
17634         (nntp-authinfo-file): Add customization group.
17635
17636         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17637
17638         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17639
17640         * gnus.el (to-address, to-list, subscribed)
17641         (large-newsgroup-initial): Ditto.
17642
17643         * flow-fill.el (fill-flowed-display-column)
17644         (fill-flowed-encode-column): Ditto.
17645
17646 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17647
17648         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17649         Use point-min rather than 1.
17650         (message-send-mail): Use buffer-size rather than point-max.
17651
17652         * gnus-sum.el (gnus-summary-search-article-forward):
17653         Signal a specific `search-failed' rather than a generic `error'.
17654
17655         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17656         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17657         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17658
17659 2004-09-10  Simon Josefsson  <jas@extundo.com>
17660
17661         * nndb.el (require): Remove tcp and duplicate cl.
17662
17663 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-agent.el (directory-files-and-attributes): Move forward.
17666
17667 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17668
17669         * gnus-agent.el (directory-files-and-attributes):
17670         Optionally defined to support XEmacs.
17671
17672 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17673
17674         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17675         to avoid run-time CL dependencies.
17676         (gnus-agent-unfetch-articles): New function.
17677         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17678         article numbers even when local .overview file is missing.
17679         (gnus-agent-read-article-number): New function.  Only accepts
17680         27-bit article numbers.
17681         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17682         Use gnus-agent-read-article-number.
17683         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17684         from backend while recognizing that article numbers in .overview
17685         must be valid.
17686         (gnus-agent-update-files-total-fetched-for):
17687         Use directory-files-and-attributes to improve performance.
17688         * gnus-int.el (gnus-request-move-article):
17689         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17690         improve performance.
17691
17692         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17693         some users confused by references to .newsrc when they only have a
17694         .newsrc.eld file.
17695         (gnus-convert-mark-converter-prompt)
17696         (gnus-convert-converter-needs-prompt): Fix use of property list.
17697         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17698         New function.  Used internally to only display 'gnus converting
17699         files' message when actually necessary.
17700
17701         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17702         methods now autoloaded.
17703
17704 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17707         identifiers.
17708
17709 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17710
17711         * gnus-picon.el: Fix indentation and closing parenthesis.
17712
17713 2004-09-01  Simon Josefsson  <jas@extundo.com>
17714
17715         * message.el (message-canlock-generate): Require sha1, not
17716         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17717         to require within a function.  Sadly, if sha1.el isn't loaded, the
17718         let binding in m-c-g will hide the defcustom definition, which is
17719         bad.)
17720
17721         * canlock.el: Require sha1, not sha1-el.
17722
17723         * message.el: Don't autoload sha1 (there is a autoload cookie in
17724         sha1.el).
17725
17726         * sha1-el.el: Rename to sha1.el.
17727
17728 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17729
17730         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17731
17732 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17733
17734         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17735
17736 2004-08-30  Kim F. Storm  <storm@cua.dk>
17737
17738         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17739
17740         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17741         Add :group 'nnimap.
17742
17743 2004-08-30  Andreas Schwab  <schwab@suse.de>
17744
17745         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17746         ?* and ?\;.
17747
17748         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17749         and ?\' to symbol instead of whitespace.
17750
17751 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17754
17755         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17756         instead of re-search-forward.
17757
17758         * gnus-uu.el (gnus-uu-save-article): Ditto.
17759         (gnus-uu-post-encode-uuencode): Ditto.
17760
17761         * html2text.el (html2text-clean-list-items): Ditto.
17762         (html2text-clean-dtdd): Ditto.
17763         (html2text-format-tags): Ditto.
17764
17765         * message.el (message-send-mail-with-sendmail): Fix regexp.
17766         (message-fill-field-general): Use search-forward instead of
17767         re-search-forward.
17768         (unbold-region): Ditto.
17769
17770         * nnrss.el (nnrss-request-article): Ditto.
17771
17772         * nnslashdot.el (nnslashdot-request-article): Ditto.
17773
17774         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17775
17776         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17777         "Unrecognized menu descriptor" error in XEmacs.
17778
17779 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17780
17781         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17782         parent article of a sparse article in the thread hashtb.
17783
17784 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17785
17786         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17787         (nnmail-expand-newtext): Lowercase expanded entries if
17788         nnmail-split-lowercase-expanded is non-nil.
17789
17790 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17793
17794         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17795         of gnus-tmp-news-method into string under XEmacs.  It will be
17796         passed to gnus-correct-length which takes only a string argument.
17797
17798 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-util.el (gnus-bind-print-variables): New macro.
17801         (gnus-prin1): Use it.
17802         (gnus-prin1-to-string): Use it.
17803         (gnus-pp): New function.
17804         (gnus-pp-to-string): New function.
17805
17806         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17807         Replace pp-to-string with gnus-pp-to-string.
17808         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17809         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17810         * gnus-msg.el (gnus-debug): Ditto.
17811         * gnus-score.el (gnus-score-save): Ditto.
17812         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17813         gnus-pp-to-string.
17814         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17815         with gnus-pp.
17816         * score-mode.el (gnus-score-pretty-print): Ditto.
17817         * webmail.el (webmail-debug): Ditto.
17818
17819 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-art.el (article-display-face, article-display-x-face):
17822         Use buffer-read-only.
17823
17824 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-art.el (article-hide-list-identifiers):
17827         Bind inhibit-read-only as t.
17828
17829 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17830
17831         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17832
17833 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17834
17835         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17836         (gnus-narrow-to-page): Don't assume point-min == 1.
17837         (gnus-article-edit-mode): Derive from message-mode.
17838
17839         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17840         point-min == 1.
17841
17842         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17843         Disable incorrect use of `assert'.
17844
17845         * message.el (message-mode): Set comment-start-skip.
17846
17847
17848 2004-08-22  Sam Steingold  <sds@gnu.org>
17849
17850         * pop3.el (pop3-leave-mail-on-server): New user variable.
17851         (pop3-movemail): Delete mail only when it is nil.
17852
17853 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17856
17857         * mml.el (mml-preview): Use `pop-to-buffer'.
17858
17859         * message.el (message-goto-mail-followup-to): Insert after "To".
17860         (message-carefully-insert-headers): Add comment.
17861
17862         * gnus.el: Remove unused variable `gnus-article-check-size'.
17863
17864         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17865
17866         * gnus-art.el (gnus-button-alist):
17867         Improve `gnus-button-handle-library' entry.
17868
17869 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17870
17871         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17872         Use downcase, since XEmacs capitalizes error messages differently.
17873
17874 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17875
17876         * nntp.el: Add (require 'gnus) due to reference to
17877         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17878
17879 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17880
17881         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17882         Bind `mm-fill-flowed'.
17883
17884         * mm-decode.el (mm-dissect-singlepart): Check it.
17885
17886 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17887
17888         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17889         'imap' for netrc parsing.
17890
17891 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * mailcap.el (mailcap-mime-data): Mark as risky.
17894
17895 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17898         may be included in the encoded word.
17899         (rfc2047-encode): Don't append a space if the encoded word
17900         includes close parenthesis.
17901
17902 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17905         of text within parentheses.
17906
17907 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17908
17909         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17910         (gnus-encrypt-write-file-contents): Make the password key the file
17911         name PLUS the cipher, not just the cipher.  Also remove failed
17912         passwords from the cache.
17913
17914 2004-08-06  Simon Josefsson  <jas@extundo.com>
17915
17916         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17917         Doc fix.
17918
17919 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17922         LWSP.
17923
17924 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17925
17926         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17927         Try to append in-reply-to: data to the references: header.
17928
17929         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17930         (netrc-parse): Use gnus-encrypt.el functions.
17931
17932         * gnus-encrypt.el: Add new file for encryption support; currently
17933         does only a few GPG ciphers and an internal XOR cipher.
17934
17935         * password.el: Add comments on using password-read-and-add.
17936         (password-read-and-add): Add function to read and add the
17937         password to the cache at once.
17938
17939 2004-07-28  Simon Josefsson  <jas@extundo.com>
17940
17941         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17942         parameter (but don't use it, for now).
17943
17944         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17945         instead of hard coding to nil.
17946
17947 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17950         as mm-inline-image-xemacs does.
17951
17952 2004-07-26  Simon Josefsson  <jas@extundo.com>
17953
17954         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17955         Revert part of 2004-07-17 change below.
17956
17957 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17960         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17961
17962 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17963
17964         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17965         quotes that actually start with ">" at the beginning of the
17966         lines.
17967
17968 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * rfc2047.el (rfc2047-encode-region): Fix last change.
17971         (rfc2047-encode-parameter): Remove useless concat.
17972
17973 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17976         encode special characters; fix some kind of misconfigured headers;
17977         signal a real error if debug-on-quit or debug-on-error is non-nil.
17978         (rfc2047-encode-max-chars): New variable.
17979         (rfc2047-encode-1): Use it.
17980         (rfc2047-encode-parameter): New function.
17981
17982         * mml.el (mml-insert-parameter): Remove an excessive space.
17983
17984 2004-07-17  Simon Josefsson  <jas@extundo.com>
17985
17986         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17987         Kai Grossjohann <kai@emptydomain.de>.
17988         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17989         (gnus-group-make-menu-bar): Ditto.
17990
17991         * gnus-util.el (gnus-group-server): Add.
17992
17993 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17994
17995         * message.el (message-clone-locals): Clone sendmail and smtp
17996         variables.
17997
17998 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * rfc2047.el (rfc2047-encode-region): Fix last change.
18001
18002 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18005         characters as non-special.
18006
18007 2004-07-09  Simon Josefsson  <jas@extundo.com>
18008
18009         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18010         Users will lose all flag changes made while unplugged with
18011         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18012         good default.  See numerous reports on ding mailing list.
18013
18014 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18017         add generate-head-function and generate-article-function to the
18018         rfc822-forward entry.
18019         (nndoc-rfc822-forward-generate-article): New function.
18020         (nndoc-rfc822-forward-generate-head): New function.
18021
18022         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18023
18024 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18025
18026         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18027         respect display group parameter and gnus-summary-expunge-below.
18028         (gnus-articles-to-read): Remove unused reference to display group
18029         parameter.
18030
18031 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * nnheader.el (nnheader-uniquify-message-id): New experimental
18034         variable.
18035         (nnheader-nov-read-message-id): Use it.
18036
18037         * spam-report.el (spam-report-gmane): Add interactive.
18038
18039 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * mm-encode.el (mm-content-transfer-encoding-defaults):
18042         Use qp-or-base64 for the application/* types.
18043
18044 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18045
18046         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18047
18048 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18049
18050         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18051         trim value.
18052
18053 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18054
18055         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18056         New macro and function.
18057         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18058
18059 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18062         after-load-alist.
18063
18064 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * gnus-group.el (gnus-group-get-new-news-this-group):
18067         Don't update info that isn't there.
18068
18069 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18070
18071         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18072         entry.
18073
18074 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * mm-view.el (mm-inline-render-with-function): Use multibyte
18077         buffer; decode html source by charset.
18078
18079         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18080
18081         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18082         Mule-UCS is loaded under XEmacs.
18083         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18084
18085 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18088
18089 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * mm-util.el (mm-coding-system-p): Return a coding-system.
18092         (mm-mime-mule-charset-alist): Use shift_jis instead of
18093         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18094         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18095         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18096         instead of japanese-shift-jis and iso-latin-1 respectively in
18097         order to share the default value with both Emacs and XEmacs-mule.
18098         (mm-mule-charset-to-mime-charset):
18099         Make mm-coding-system-priorities effective.
18100         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18101         while predicating of candidates upon the priorities.
18102
18103 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18104
18105         * gnus-sum.el (gnus-summary-make-menu-bar):
18106         Add gnus-uu-invert-processable.
18107
18108         * gnus.el: Autoload gnus-uu-invert-processable.
18109
18110 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * mm-util.el (mm-with-multibyte-buffer): New macro.
18113
18114         * rfc2047.el (rfc2047-encode-string): Use it.
18115         (rfc2047-encode-region): Move point to the end of the region after
18116         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18117
18118 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18121         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18122
18123 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18126         (gnus-cite-parse): Ignore quoted envelope From_.
18127         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18128
18129 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18132         invalid addresses.
18133
18134 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18135
18136         * spam.el: Change section markers, revise TODO list.
18137         (spam-backends): Make new master list of all installed backends.
18138         (spam-summary-exit-behavior): Add new variable to determine how
18139         messages moves are done at summary exit.
18140         (spam-move-spam-nonspam-groups-only)
18141         (spam-process-ham-in-nonham-groups)
18142         (spam-process-ham-in-spam-groups): Remove variables, the
18143         spam-summary-exit-behavior variable should be used to manage this
18144         behavior.
18145         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18146         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18147         and spam-old-spam-articles.
18148         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18149         Add empty variables, placeholders for the backends they represent.
18150         (spam-set-difference): Move, unchanged.
18151         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18152         unless the user has a processor variable.
18153         (spam-classifications, spam-classification-valid-p)
18154         (spam-backend-properties, spam-backend-property-valid-p)
18155         (spam-backend-function-type-valid-p)
18156         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18157         (spam-report-articles-gmane, spam-report-articles-resend):
18158         Remove functions, they are not needed.
18159         (spam-install-backend-super, spam-backend-list)
18160         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18161         (spam-backend-function, spam-backend-ham-registration-function)
18162         (spam-backend-spam-registration-function)
18163         (spam-backend-ham-unregistration-function)
18164         (spam-backend-spam-unregistration-function)
18165         (spam-backend-statistical-p, spam-backend-mover-p)
18166         (spam-install-backend-alias, spam-install-checkonly-backend)
18167         (spam-install-mover-backend, spam-install-nocheck-backend)
18168         (spam-install-backend, spam-install-statistical-backend)
18169         (spam-install-statistical-checkonly-backend): Add backend installation
18170         support.
18171         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18172         (spam-group-processor-p): Use the new backend code and respect the
18173         summary exit behavior.
18174         (spam-mark-spam-as-expired-and-move-routine): Remove.
18175         (spam-summary-prepare): Change to use the new spam-old-articles
18176         variable.
18177         (spam-copy-or-move-routine, spam-copy-spam-routine)
18178         (spam-move-spam-routine, spam-copy-ham-routine)
18179         (spam-move-ham-routine): Add code to copy/move ham or spam.
18180         (spam-fetch-field-fast): Improve doc and code, plus allow the
18181         'number request.
18182         (spam-list-of-checks, spam-list-of-statistical-checks):
18183         Remove variables.
18184         (spam-split, spam-find-spam): Use the new backend code.
18185         (spam-registration-functions): Remove variable.
18186         (spam-unregister-routine): Add convenience wrapper.
18187         (spam-log-undo-registration, spam-register-routine)
18188         (spam-log-processing-to-registry)
18189         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18190         where possible.
18191         (spam-check-gmane-xref, spam-check-regex-headers)
18192         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18193         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18194         (spam-check-bogofilter-headers, spam-check-spamoracle)
18195         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18196         (spam-check-crm114-headers): Use the spam-split-group that
18197         spam-split prepares, no need to determine it every time.
18198
18199         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18200         to the nnheader-parse-naked-head call.
18201
18202         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18203
18204         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18205         the nnheader-nov-read-message-id call.
18206
18207 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18210         gnus-activate-group twice.  Suggested by Markus Peter
18211         <warp@spin.de>.
18212
18213 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-art.el (gnus-article-time-format): Exchange the order of
18216         day and month in the default value; fix customization type.
18217         (article-date-ut): Use add-text-properties.
18218         (article-make-date-line): Use message-make-date instead of
18219         current-time-string.
18220
18221         * message.el (message-fetch-field): Don't use set-text-properties.
18222         (message-make-date): Simplify.
18223
18224         * messagexmas.el (message-xmas-make-date): New function.
18225         (message-xmas-redefine): Defalias message-make-date to it.
18226
18227 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18230         (rfc2047-encode-region): Treat text within parentheses as special;
18231         show the original text when error has occurred.
18232
18233         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18234         already-computed method to gnus-activate-group.
18235
18236         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18237         same select-methods identical Lisp objects.
18238
18239         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18240         object when modifying the info.
18241
18242 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18245         gnus-opened-servers since it has never been opened with the new
18246         configuration yet.
18247
18248 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18251         arg to nnheader-generate-fake-message-id.
18252
18253 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18254
18255         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18256         number and build a fake message ID localized to a group and
18257         article number (so it's repeatable from that point on).
18258         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18259         ID format.
18260
18261         * gnus-sum.el (gnus-get-newsgroup-headers):
18262         Call nnheader-generate-fake-message-id with the article number.
18263
18264 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18265
18266         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18267         end-of-buffer.
18268
18269 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * message.el (message-ignored-supersedes-headers): Add Approved.
18272
18273 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18276         goto-char.
18277         (rfc2047-encode): Fold the line before encoding.
18278
18279 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18280
18281         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18282         folding -- not all headers can be folded, and this should be done
18283         by the message composition mode.  Probably.  I think.
18284
18285 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18288         fast.
18289
18290         * gnus-ems.el (gnus-remove-image): Don't use
18291         message-text-with-property; remove only the image found first.
18292
18293         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18294         found first.
18295
18296 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18297
18298         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18299
18300 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * message.el (message-text-with-property): Make it fast and accept
18303         optional arguments.
18304         (message-strip-forbidden-properties): Use it.
18305         (message-fix-before-sending): Follow the m-t-w-p change.
18306
18307         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18308
18309 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-art.el (article-hide-headers): Don't change the buffer
18312         mistakenly when performing mml-preview even if
18313         gnus-single-article-buffer is nil.
18314
18315 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18316
18317         * message.el (message-expand-name-databases): New user option.
18318         (message-expand-name): Use it.
18319
18320 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18321
18322         * spam.el (spam-report-articles-resend)
18323         (spam-report-resend-register-routine): Allow ham reporting.
18324         (spam-report-resend-register-ham-routine): Add wrapper.
18325         (spam-registration-functions): Add ham resending functions.
18326         (spam-list-of-processors): Add ham resend processor.
18327
18328         * gnus.el (ham-resend-to): Add new group parameter.
18329         (spam-process): Add ham resend option.
18330
18331         * spam-report.el (spam-report-resend): Allow reporting ham.
18332         (spam-report-resend-ham): Add wrapper.
18333
18334 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18335
18336         * message.el (message-cite-articles-with-x-no-archive):
18337         New variable.
18338         (message-cite-original): Use it.
18339
18340 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * message.el (message-cite-original): Respect X-No-Archive.
18343
18344 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * gnus-art.el (article-hide-headers): Refer to the values for
18347         gnus-ignored-headers and gnus-visible-headers in the summary
18348         buffer since a user may have set them as group parameters.
18349
18350 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18351
18352         * assistant.el (assistant-node-name): Add convenience function.
18353         (assistant-render-text, assistant-render-node): Add error handling,
18354         plus handle multiple next nodes.
18355         (assistant-find-next-node): Comment out for now.
18356         (assistant-find-next-nodes): Add function, returns list of next
18357         nodes.
18358
18359 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18360
18361         * mail-source.el (mail-source-directory): Fix doc-string.
18362
18363 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18364
18365         * assistant.el (assistant-render-text, assistant-eval): Add :set
18366         widget type, which is different because it takes and returns a
18367         list.  Much hilarity ensues.
18368
18369 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18372
18373         * gnus-group.el (gnus-group-get-new-news-this-group):
18374         Add doc-string.
18375
18376         * gnus-start.el (gnus-activate-group): Add doc-string.
18377
18378 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18381
18382 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * assistant.el (assistant-render-text): Try to add a :set
18385         widget, more to come.
18386
18387         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18388         strings.
18389         (spam-report-articles-resend)
18390         (spam-register-routine): Do registration iff any articles warrant
18391         it.
18392         (spam-summary-prepare-exit): Change log message for nil group
18393         destinations.
18394
18395 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18396
18397         * spam.el (spam-report-resend-register-routine):
18398         Allow spam-report-resend-to to be a group parameter or a global value.
18399
18400 2004-05-26  Simon Josefsson  <jas@extundo.com>
18401
18402         * starttls.el: Merge with my GNUTLS based starttls.el.
18403         (starttls-gnutls-program, starttls-use-gnutls)
18404         (starttls-extra-arguments, starttls-process-connection-type)
18405         (starttls-connect, starttls-failure, starttls-success):
18406         New variables.
18407         (starttls-program, starttls-extra-args): Doc fix.
18408         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18409         New functions.
18410         (starttls-negotiate, starttls-open-stream):
18411         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18412         function if it is set.
18413
18414 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18417         structured fields.
18418
18419 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18422
18423 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18424
18425         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18426         Add variable.
18427         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18428         assigning the spam-mark to new messages.
18429
18430 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18431
18432         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18433
18434 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18437
18438         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18439         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18440         default.
18441
18442 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18443
18444         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18445         correct data.
18446
18447 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18448
18449         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18450         (spam-group-processor-p): Fix function.
18451         (spam-group-processor-multiple-p)
18452         (spam-group-spam-processor-report-gmane-p)
18453         (spam-group-spam-processor-report-resend-p)
18454         (spam-group-spam-processor-bogofilter-p)
18455         (spam-group-spam-processor-blacklist-p)
18456         (spam-group-spam-processor-ifile-p)
18457         (spam-group-ham-processor-ifile-p)
18458         (spam-group-spam-processor-spamoracle-p)
18459         (spam-group-spam-processor-crm114-p)
18460         (spam-group-ham-processor-bogofilter-p)
18461         (spam-group-spam-processor-stat-p)
18462         (spam-group-ham-processor-stat-p)
18463         (spam-group-ham-processor-whitelist-p)
18464         (spam-group-ham-processor-BBDB-p)
18465         (spam-group-ham-processor-spamoracle-p)
18466         (spam-group-ham-processor-copy-p): Remove functions with some
18467         prejudice against unneeded code.
18468         (spam-report-articles-resend)
18469         (spam-report-resend-register-routine): Allow the group/topic
18470         spam-resend-to value to override spam-report-resend-to.
18471         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18472         properly now.
18473
18474         * gnus.el (spam-resend-to): Add group/topic parameter.
18475         (spam-process): Move the OBSOLETE processors to the end of the
18476         choices.
18477
18478 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18479
18480         * spam-report.el (spam-report-resend-to, spam-report-resend):
18481         Start with resend-to set to nil, and then ask the user if necessary.
18482         (spam-report-resend): spam-report-resend takes a list of articles, not
18483         separate article numbers.
18484
18485 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18488         addition to emacs-w3m.
18489
18490 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18491
18492         * assistant.el (assistant-authinfo-data): New function.
18493         (assistant-eval): Eval for entire assistant.
18494
18495         * netrc.el (netrc-services-file): New variable.
18496         (netrc-parse-services): New function.
18497         (netrc-find-service-name): New function.
18498         (netrc-find-service-number): New function.
18499         (netrc-port-equal): New function.
18500         (netrc-machine): Use it.
18501
18502         * nnimap.el (nnimap-open-connection): Use netrc.
18503
18504         * gnus-util.el (gnus-netrc-get): Remove aliases.
18505
18506         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18507
18508         * assistant.el (wid-edit): Fix compilation.
18509
18510         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18511
18512 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18513
18514         * gnus-util.el (gnus-set-file-modes): New function.  (small
18515         patch).
18516
18517 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18520
18521         * assistant.el (assistant-render-node): Fix up rendering and
18522         read-only text.
18523         (assistant-render-node): Reset.
18524         (assistant-make-read-only): Not sticky.
18525
18526 2004-05-20  Danny Siu  <dsiu@adobe.com>
18527
18528         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18529         centered even when gnus-auto-center-summary is t.
18530
18531 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18532
18533         * dns.el (dns-get-txt-answer): New function.
18534         (dns-read-txt): Ditto.
18535         (query-dns): Use it.
18536
18537 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18540         active for foreign groups even if the group level is higher than
18541         the specified value.
18542
18543 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18544
18545         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18546         non-active groups.
18547
18548         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18549
18550 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18551
18552         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18553
18554 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18555
18556         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18557         (spam-crm114-header, spam-crm114-spam-switch)
18558         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18559         (spam-crm114-positive-spam-header)
18560         (spam-crm114-database-directory, spam-list-of-processors)
18561         (spam-group-spam-processor-crm114-p)
18562         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18563         (spam-generic-score, spam-list-of-checks)
18564         (spam-list-of-statistical-checks, spam-registration-functions)
18565         (spam-check-crm114-headers, spam-crm114-score)
18566         (spam-check-crm114, spam-crm114-register-with-crm114)
18567         (spam-crm114-register-spam-routine)
18568         (spam-crm114-unregister-spam-routine)
18569         (spam-crm114-register-ham-routine)
18570         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18571         From asjo@koldfront.dk (Adam Sjøgren).
18572
18573         * gnus.el: Add spam-use-crm114.
18574
18575         * spam.el (spam-list-of-processors, spam-registration-functions):
18576         Add spam-use-resend.
18577         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18578         (spam-report-articles-gmane): Add doc fix.
18579         (spam-report-articles-resend, spam-report-resend-register-routine):
18580         Add wrappers around spam-report-resend-to.
18581
18582         * spam-report.el (spam-report-resend-to, spam-report-resend):
18583         Add support for resending spam.
18584         (spam-report-gmane): Fix line length >80.
18585
18586         * gnus.el (spam-process): Add spam-use-resend.
18587
18588 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18589
18590         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18591         number of processed spam messages.
18592         (spam-ham-copy-or-move-routine): Return the number of processed
18593         ham messages.
18594         (spam-summary-prepare-exit): Use the above values to decide
18595         whether status messages shouled be displayed.
18596
18597 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18600         `rfc2047-encoding-function-alist' in order to avoid conflicting
18601         with the old version.
18602         (rfc2047-encode-region): Concatenate words containing non-ASCII
18603         characters in structured fields; don't encode space-delimited
18604         ASCII words even in unstructured fields; don't break words at
18605         char-category boundaries.
18606         (rfc2047-encode-1): New function.
18607         (rfc2047-encode): Use it; encode text so that it occupies the
18608         maximum width within 76-column; work correctly on Q encoding for
18609         iso-2022-* charsets.
18610         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18611         sure not to break a line just after the header name.
18612         (rfc2047-b-encode-region): Remove.
18613         (rfc2047-b-encode-string): New function.
18614         (rfc2047-q-encode-region): Remove.
18615         (rfc2047-q-encode-string): New function.
18616
18617         * mm-util.el (mm-replace-in-string): New function.
18618
18619 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18622         Really get it right.
18623         (gnus-inews-make-draft): Really.
18624
18625 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18626
18627         * nnmh.el (nnmh-request-list-1): Don't check the link count
18628         before descending.  (small patch)
18629
18630 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18633         stuff.
18634
18635         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18636         Match on real group name.
18637
18638         * gnus-art.el (gnus-signature-limit): Doc fix.
18639
18640         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18641
18642         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18643
18644 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18645
18646         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18647         isn't a string.
18648
18649 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18650
18651         * gnus-draft.el (gnus-draft-send):
18652         Bind rfc2047-encode-encoded-words.
18653
18654         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18655         (rfc2047-encodable-p): Say that =? needs encoding.
18656         (rfc2047-encode-encoded-words): New variable.
18657
18658         * gnus-group.el (gnus-group-select-group): Doc fix.
18659
18660         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18661
18662         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18663         to nil.
18664
18665         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18666
18667         * nnheader.el (nnheader-get-lines-and-char): New function.
18668
18669 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18670
18671         * gnus-msg.el (gnus-summary-followup-with-original):
18672         Document yanking of region when active.
18673
18674 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18677         groups if the group level is higher than the specified value.
18678
18679 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18680
18681         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18682         (gnus-group-jump-to-group): Add prefix argument using
18683         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18684         non-active group.
18685
18686         * compface.el (uncompface): Be verbose when changing
18687         `uncompface-use-external'.
18688
18689         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18690         handle manual section.
18691
18692 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18693
18694         * gnus-art.el (gnus-button-alist): Revert previous change.
18695
18696 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18699
18700 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18701
18702         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18703         whether backend can accept message.
18704
18705         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18706
18707 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18708
18709         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18710         Avoid creating directory when nntp-marks-is-evil is true.
18711         Reported by Reiner Steib.
18712
18713 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * gnus-picon.el (gnus-picon-style): New variable.
18716         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18717         (gnus-picon-transform-address): Support `gnus-picon-style'.
18718         From Jesper Harder <harder@ifa.au.dk>.
18719
18720 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721
18722         * message.el (message-fill-field): Return point.
18723         (message-generate-headers): Go to end of field.
18724
18725         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18726         stuff for non-living groups.
18727
18728 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * gnus-art.el (gnus-article-followup-with-original)
18731         (gnus-article-reply-with-original): gnus-mark-active-p ->
18732         gnus-region-active-p.
18733
18734 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18737         only when there is spam or ham to be processed.
18738
18739 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * mail-source.el (mail-source-delete-crash-box): Refactor.
18742         (mail-source-fetch): Use it.
18743         (mail-source-fetch-file): Ditto.
18744         (mail-source-fetch-directory): Run postscript in loop.
18745         (mail-source-fetch-pop): Delete.
18746         (mail-source-fetch-maildir): Ditto.
18747         (mail-source-fetch-imap): Ditto.
18748
18749         * imap.el (imap-authenticators): Comment out sasl.
18750
18751         * message.el (message-skip-to-next-address): New function.
18752         (message-fill-header-address): Refactor.
18753         (message-fill-address): Use it.
18754         (message-delete-address): Use it.
18755         (message-fill-header-general): Refactor.
18756         (message-fill-field-address): Rename.
18757         (message-narrow-to-field): Find the start of the header.
18758         (message-header-format-alist): Don't pre-fill.
18759         (message-fill-header): Remove.
18760         (message-insert-header): New function.
18761         (message-shorten-references): Use it.
18762
18763         * rfc2047.el (rfc2047-field-value): Strip props.
18764
18765         * mail-parse.el (mail-header-make-address): New alias.
18766
18767         * ietf-drums.el (ietf-drums-make-address): New function.
18768
18769         * imap.el: Add compiler directives.
18770
18771         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18772
18773         * gnus-art.el (article-decode-idna-rhs): Don't use
18774         message-idna-inside-rhs-p.
18775
18776 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18777
18778         * message.el (message-idna-inside-rhs-p): Remove.
18779         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18780
18781         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18782         false positives.
18783
18784 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18785
18786         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18787
18788 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18789
18790         * nneething.el (nneething-file-name): Don't create spurious
18791         files.
18792
18793         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18794         (gnus-inews-do-gcc): Remove sleep.
18795
18796         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18797         part under point.
18798
18799         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18800         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18801
18802 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         * spam.el (spam-summary-prepare-exit): Fix (length).
18805
18806 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18807
18808         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18809         as expired without moving it" message when there are spam
18810         messages left.
18811
18812 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18813
18814         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18815         header is not nil.
18816
18817 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18818
18819         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18820         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18821         (nntp-marks-changed-p): New arg SERVER.
18822         (nntp-request-update-info): Adjust caller.
18823
18824 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18825
18826         * nntp.el (nntp-save-marks): Pass missing arg.
18827
18828 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18829
18830         * nntp.el: Support marks.
18831         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18832         (nntp-marks-modtime, nntp-marks-directory): New variables.
18833         (nntp-request-set-mark, nntp-request-update-info)
18834         (nntp-possibly-create-directory, nntp-marks-changed-p)
18835         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18836         New functions.
18837
18838 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18839
18840         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18841         (gnus-xmas-redefine): Rename.
18842
18843         * gnus-score.el (gnus-score-insert-help):
18844         Use gnus-select-lowest-window.
18845
18846         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18847         appt-select-lowest-window and rename to gnus-select-lowest-window.
18848
18849         * gnus.el: do.
18850
18851 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18852
18853         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18854         encodings of MIME-encoded words, in order to improve
18855         interoperability with several broken MUAs.
18856
18857 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18858
18859         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18860         tags, only when charsets are not specified in headers.
18861         (mm-inline-text-html-render-with-w3m): Ditto.
18862
18863         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18864         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18865
18866 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18867
18868         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18869         instead of MIME-decoded from fields when checking
18870         `gnus-article-address-banner-alist'.
18871
18872 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18873
18874         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18875         description rather than subject.
18876
18877 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18878
18879         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18880
18881 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18882
18883         * gnus.el (gnus-version-number): Bump.
18884
18885 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18886
18887         * gnus.el: No Gnus v0.2 is released.
18888
18889 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18890
18891         * gnus-agent.el (gnus-agent-read-agentview):
18892         Inline gnus-uncompress-range.
18893
18894 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18895
18896         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18897         `exec-installed-p'.
18898
18899 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18900
18901         * gnus.el (spam-process, spam-autodetect-methods):
18902         Add bsfilter and bsfilter-headers.
18903
18904         * spam.el (spam-bsfilter): New customize group.
18905         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18906         (spam-bsfilter-header, spam-bsfilter-probability-header)
18907         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18908         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18909         (spam-bsfilter-database-directory): New options.
18910         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18911         (spam-list-of-statistical-checks, spam-registration-functions):
18912         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18913         (spam-bsfilter-score): New command.
18914         (spam-check-bsfilter-headers, spam-check-bsfilter)
18915         (spam-bsfilter-register-with-bsfilter)
18916         (spam-bsfilter-register-spam-routine)
18917         (spam-bsfilter-unregister-spam-routine)
18918         (spam-bsfilter-register-ham-routine)
18919         (spam-bsfilter-unregister-ham-routine): New functions.
18920         (spam-generic-score): Support bsfilter; Accept an optional argument
18921         to recalcurate spam score even if scoring header has already been
18922         added.
18923         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18924         optional argument to recalcurate spam score even if scoring header
18925         has already been added.
18926
18927 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18928
18929         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18930         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18931         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18932         link is missing.
18933
18934 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18935
18936         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18937         (html2text-get-attr): Rewrite.
18938
18939         * message.el (message-setup-1): Remove redundant put-text-property
18940         on mail-header-separator.
18941
18942 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * gnus-registry.el (gnus-registry-cache-whitespace)
18945         (gnus-registry-action, gnus-registry-spool-action)
18946         (gnus-registry-split-fancy-with-parent): Change message levels
18947         from 5 to 3 or 7, as needed.
18948
18949         * spam.el (spam-summary-prepare-exit)
18950         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18951         (spam-split, spam-find-spam, spam-log-undo-registration)
18952         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18953         level from 5 to 6.
18954
18955 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18958         2004-03-04 change).
18959
18960 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * sieve-manage.el (sieve-manage-open):
18963         * nnweb.el (nnweb-insert-html):
18964         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18965         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18966         * nnspool.el (nnspool-request-group):
18967         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18968         * nnml.el (nnml-request-update-info):
18969         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18970         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18971         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18972         (nnimap-request-set-mark):
18973         * nnfolder.el (nnfolder-request-update-info):
18974         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18975         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18976         * gnus-uu.el (gnus-uu-find-articles-matching):
18977         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18978         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18979         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18980         * gnus-nocem.el (gnus-nocem-scan-groups):
18981         * gnus-int.el (gnus-start-news-server):
18982         * gnus-group.el (gnus-group-make-kiboze-group)
18983         (gnus-group-browse-foreign-server):
18984         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18985         Use mapc when appropriate.
18986
18987 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18988
18989         FIXME: Make separate entries for each person.
18990
18991         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18992         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18993         <shields@msrl.com>:
18994
18995         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18996         may need for spam sorting and scoring.
18997         (spam-user-format-function-S): Add user format function suitable for
18998         general use.
18999         (spam-article-sort-by-spam-status): Add sorting function for summary
19000         sorting.
19001         (spam-extra-header-to-number): Add function to get a score from a
19002         header.
19003         (spam-summary-score): Add function to get a numeric score from the
19004         headers.
19005         (spam-generic-score): Fix function doc, was in wrong place.
19006         (spam-initialize): Take symbols when it's run, and install the
19007         extra headers that spam-necessary-extra-headers thinks we need.
19008
19009 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19010
19011         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19012         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19013
19014 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19015
19016         * gnus-sum.el (gnus-set-global-variables)
19017         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19018         (gnus-article-get-xrefs, gnus-summary-best-group)
19019         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19020         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19021         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19022         Use with-current-buffer.
19023
19024 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19025
19026         * spam.el (spam-summary-prepare-exit): Simplify logic.
19027         (spam-fetch-article-header): Read the article header if it's not
19028         available.
19029         (spam-list-articles): Simplify logic.
19030         (spam-filelist-register-routine): Fix bug with unregister-list.
19031
19032         * gnus-registry.el: Fix comments at beginning.
19033
19034 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19035
19036         * message.el (message-cater-to-broken-inn): Remove.
19037         (message-shorten-references): Make sure the total folded length of
19038         References is shorter than 998 characters to cater to a bug in INN
19039         2.3.  Also, don't pretend that references aren't folded -- this
19040         hasn't worked for a while.
19041
19042 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19043
19044         * gnus-agent.el (gnus-agentize):
19045         gnus-agent-send-mail-real-function no longer set to current value
19046         of message-send-mail-function but rather a lambda that calls
19047         message-send-mail-function.  The change makes the agent real-time
19048         responsive to user changes to message-send-mail-function.
19049
19050 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19051
19052         * legacy-gnus-agent.el
19053         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19054         help from Florian Weimer <fw@deneb.enyo.de>
19055
19056 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * nnmail.el (nnmail-cache-insert): Revert last change.
19059
19060 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * nnmail.el (nnmail-cache-insert): Always check whether
19063         nnmail-cache-ignore-groups matches a group name.
19064
19065 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19066
19067         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19068         (spam-find-spam, spam-log-processing-to-registry)
19069         (spam-log-registered-p, spam-log-unregistration-needed-p)
19070         (spam-log-undo-registration): Use gnus-message instead of
19071         gnus-error, none of these errors are fatal.
19072
19073         * gnus-registry.el (gnus-registry-clean-empty-function)
19074         (gnus-registry-clean-empty): Remove only empty entries without
19075         extra data.
19076
19077 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * spam-stat.el (spam-stat-buffer-change-to-spam)
19080         (spam-stat-buffer-change-to-non-spam): Change (error) to
19081         (gnus-message 8) invocation.
19082
19083 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * nntp.el (nntp-via-netcat-command): New variable.
19086         (nntp-via-netcat-switches): New variable.
19087         (nntp-open-via-rlogin-and-netcat): New function.
19088         (nntp-open-connection-function): Doc fix.
19089         (nntp-telnet-command): Doc fix.
19090         (nntp-end-of-line): Doc fix.
19091         (nntp-via-rlogin-command): Doc fix.
19092         (nntp-via-user-name): Doc fix.
19093         (nntp-via-address): Doc fix.
19094
19095 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19098         error in Emacs 21.1.
19099
19100 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19101
19102         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19103
19104 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19105
19106         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19107         (gnus-agent-with-refreshed-group): New macro.
19108         (gnus-agent-rename-group): New function.
19109         (gnus-agent-delete-group): New function.
19110         (gnus-agent-save-group-info): Use gnus-command-method when
19111         `method' parameter is nil.  Don't write nil entries into the
19112         active file.
19113         (gnus-agent-get-group-info): New function.
19114         (gnus-agent-fetch-articles):
19115         Use gnus-agent-update-files-total-fetched-for to increment disk space
19116         used.
19117         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19118         Use gnus-agent-update-view-total-fetched-for to increment disk space
19119         used.
19120         (gnus-agent-get-local): Add optional parameters to avoid calling
19121         gnus-group-real-name and gnus-find-method-for-group.
19122         (gnus-agent-set-local): Delete stored entry if either min, or max,
19123         are nil.
19124         (gnus-agent-fetch-session): Reworded error/quit messages.
19125         On quit, use gnus-agent-regenerate-group to record existance of any
19126         articles fetched to disk before the quit occurred.
19127         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19128         gnus-agent-update-view-total-fetched-for, and
19129         gnus-agent-update-files-total-fetched-for to decrement disk space
19130         used.
19131         (gnus-agent-retrieve-headers):
19132         Use gnus-agent-update-view-total-fetched-for to increment disk space
19133         used.
19134         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19135         with gnus-agent-update-files-total-fetched-for to decrement disk
19136         space and fresh group buffer.
19137         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19138         (gnus-agent-need-update-total-fetched-for): New variable.
19139         (gnus-agent-update-files-total-fetched-for): New function.
19140         (gnus-agent-update-view-total-fetched-for): New function.
19141         (gnus-agent-total-fetched-for): New function.
19142
19143         * gnus-cache.el (gnus-cache-save-buffers):
19144         Use gnus-cache-update-overview-total-fetched-for to change disk space
19145         used by this group.
19146         (gnus-cache-possibly-enter-article):
19147         Use gnus-cache-update-file-total-fetched-for to increment disk space
19148         used by this group.
19149         (gnus-cache-possibly-remove-article):
19150         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19151         used by this group.
19152         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19153         (gnus-cache-rename-group): New function.
19154         (gnus-cache-delete-group): New function.
19155         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19156         (gnus-cache-need-update-total-fetched-for): New variable.
19157         (gnus-cache-with-refreshed-group): New macro.
19158         (gnus-cache-update-file-total-fetched-for): New function.
19159         (gnus-cache-update-overview-total-fetched-for): New function.
19160         (gnus-cache-rename-group-total-fetched-for): New function.
19161         (gnus-cache-delete-group-total-fetched-for): New function.
19162         (gnus-cache-total-fetched-for): New function.
19163
19164         * gnus-group.el: Require gnus-sum and autoload functions to
19165         resolve warnings when gnus-group.el compiled alone.
19166         (gnus-group-line-format): Documented new %F.
19167         (size of Fetched data) group line format; identifies disk space
19168         used by agent and cache.
19169         (gnus-group-line-format-alist): Defined new F format.
19170         (gnus-total-fetched-for): New function.
19171         (gnus-group-delete-group): No longer update
19172         gnus-cache-active-altered as gnus-request-delete-group now keeps
19173         the cache in sync.
19174         (gnus-group-list-active): Let the agent store a server's active
19175         list if currently plugged.
19176
19177         * gnus-int.el (gnus-request-delete-group):
19178         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19179         local disk in sync with the server.
19180         (gnus-request-rename-group):
19181         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19182         local disk in sync with the server.
19183
19184         * gnus-start.el (gnus-get-unread-articles):
19185         Cosmetic simplification to logic.
19186
19187         * gnus-util.el (gnus-rename-file): New function.
19188
19189 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19190
19191         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19192
19193 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19196         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19197
19198 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19201         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19202
19203 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19204
19205         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19206
19207 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19208
19209         * spam.el (spam-set-difference): Add function to replace
19210         gnus-set-difference in spam.el.
19211         (spam-summary-prepare-exit): Use spam-set-difference.
19212
19213 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19214
19215         * gnus-registry.el (gnus-registry-cache-file): Update to use
19216         gnus-dribble-directory OR gnus-home-directory OR ~.
19217         (gnus-registry-split-fancy-with-parent): Fix doc.
19218
19219 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * message.el (message-exchange-point-and-mark):
19222         Use message-mark-active-p.  Suggested by Jesper Harder
19223         <harder@ifa.au.dk>.
19224
19225 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * message.el (message-exchange-point-and-mark): Don't activate
19228         region if it was inactive.  Suggested by Hiroshi Fujishima
19229         <pooh@nature.tsukuba.ac.jp>.
19230
19231 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * gnus-art.el (article-display-face): Display Faces in the same
19234         order as X-Faces.
19235
19236 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19239
19240 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19243         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19244         (gnus-article-mime-hierarchy): Remove.
19245         (gnus-article-mime-hierarchy-next): Remove.
19246         (gnus-article-mode): Revert 2004-03-19 change.
19247         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19248         (gnus-insert-mime-button): Revert 2004-03-19 change.
19249         (gnus-mime-accumulate-hierarchy): Remove.
19250         (gnus-mime-enter-multipart): Remove.
19251         (gnus-mime-leave-multipart): Remove.
19252         (gnus-mime-display-part): Revert 2004-03-19 change.
19253         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19254
19255         * mml.el (mml-preview): Revert 2004-03-19 change.
19256
19257 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19258
19259         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19260
19261 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19262
19263         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19264         t while entering a file name using the mm-with-multibyte macro.
19265         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19266
19267         * mm-util.el (mm-with-multibyte): New macro.
19268
19269 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19272         New user option.
19273         (gnus-mime-multipart-functions): Doc and customization fix.
19274         (gnus-article-mime-hierarchy): New variable.
19275         (gnus-article-mime-hierarchy-next): New variable.
19276         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19277         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19278         gnus-article-mime-hierarchy-next to nil.
19279         (gnus-insert-mime-button): Show hierarchy numbers.
19280         (gnus-mime-accumulate-hierarchy): New function.
19281         (gnus-mime-enter-multipart): New function.
19282         (gnus-mime-leave-multipart): New function.
19283         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19284         (gnus-mime-display-alternative): Show hierarchy numbers.
19285
19286         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19287         gnus-article-mime-hierarchy-next to nil.
19288
19289 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19290
19291         * dns.el: Don't require gnus-xmas.
19292
19293 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19294
19295         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19296         inline PGP.
19297         (mml-menu): Disable mml-quote-region if mark is inactive.
19298
19299 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19302         when the group's active is not available.
19303
19304 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19307         error.
19308
19309 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * imap.el (imap-store-password): New variable.
19312         (imap-interactive-login): Use it.
19313         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19314
19315 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19318         window-start and hscroll to summary window.
19319
19320 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19321
19322         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19323         conversion message to newsrc-dribble when an actual conversion is
19324         performed.
19325
19326 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19327
19328         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19329
19330 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * mm-decode.el (mm-complicated-handles): New function reviving
19333         former definition of mm-multiple-handles.
19334
19335         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19336         (gnus-mime-delete-part): Use it.
19337
19338 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19339
19340         * gnus-agent.el (gnus-agent-read-local):
19341         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19342         avoid the implicit assumption that they will always be equal.
19343         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19344         coding-system-for-write, as the with-temp-file macro first prints
19345         to a buffer then saves the buffer.
19346
19347 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * gnus-art.el (gnus-article-edit-part): New function.
19350         (gnus-mime-save-part-and-strip): Use it; do query instead of
19351         signaling an error; don't use mm-multiple-handles.
19352         (gnus-mime-delete-part): Ditto.
19353
19354 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19355
19356         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19357         old file versions.
19358         (gnus-group-prepare-hook): Remove function that converted list
19359         form of gnus-agent-expire-days to group properties.
19360
19361         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19362         (gnus-request-accept-article): Re-indented.
19363
19364         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19365         converters to handle old agent file formats.  Add logic for a
19366         "backup before upgrading warning".
19367         (gnus-convert-mark-converter-prompt): Developers can mark
19368         functions as needing (default), or not needing,
19369         gnus-convert-old-newsrc's "backup before upgrading warning".
19370         (gnus-convert-converter-needs-prompt): Tests whether the user
19371         should be protected from potentially irreversable changes by the
19372         function.
19373
19374         * legacy-gnus-agent.el: New.  Provides converters that are only
19375         loaded when gnus-convert-old-newsrc needs to call them.
19376
19377 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * mail-source.el (mail-source-touch-pop): Doc fix.
19380
19381         * message.el (message-smtpmail-send-it): Doc fix.
19382
19383 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19384
19385         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19386
19387         * nnmail.el (nnmail-split-fancy): do.
19388
19389         * gnus-kill.el (gnus-kill, gnus-execute): do.
19390
19391 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19392
19393         * gnus-sum.el (gnus-widget-reversible-match)
19394         (gnus-widget-reversible-to-internal)
19395         (gnus-widget-reversible-to-external): New functions.
19396         (gnus-widget-reversible): New widget.
19397         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19398
19399 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19400
19401         * gnus-sum.el (gnus-thread-sort-functions)
19402         (gnus-article-sort-functions): Document `(not F)' items.
19403
19404 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19405
19406         * spam.el (spam-use-gmane-xref): Add new backend.
19407         (spam-gmane-xref-spam-group): Add variable to control the name of the
19408         Gmane spam group.
19409         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19410         (spam-regex-headers-spam, spam-regex-headers-ham)
19411         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19412         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19413         backends and checks.
19414         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19415
19416         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19417         an autodetect method.
19418
19419 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19420
19421         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19422         articles are being added to a group.
19423         (gnus-request-replace-article): Inform the agent that articles
19424         need to be uncached as the cached contents are no longer valid.
19425
19426 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * binhex.el: Don't autoload executable-find.
19429
19430         * canlock.el: Don't autoload mail-fetch-field.
19431
19432         * dgnushack.el: Autoload c-mode for XEmacs.
19433
19434         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19435
19436         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19437         rmail-dont-reply-to and rmail-output.
19438
19439         * gnus-score.el: Don't autoload ffap-string-at-point.
19440
19441         * gnus-setup.el: Don't autoload sc-cite-original.
19442
19443         * imap.el: Don't autoload base64-decode-string,
19444         base64-encode-string and md5.
19445
19446         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19447         and rmail-msg-restore-non-pruned-header.
19448
19449         * mm-decode.el: Don't autoload executable-find.
19450
19451         * mm-url.el: Don't autoload executable-find.
19452
19453         * mm-view.el: Don't autoload diff-mode.
19454
19455         * nndb.el: Don't autoload news-reply-mode, news-setup,
19456         cancel-timer and telnet.
19457
19458         * password.el: Don't autoload run-at-time for Emacs.
19459
19460         * sha1-el.el: Don't autoload executable-find.
19461
19462         * sieve-mode.el: Don't autoload c-mode.
19463
19464         * uudecode.el: Don't autoload executable-find.
19465
19466 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19467
19468         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19469         (gnus-agent-possibly-alter-active): Avoid null in numeric
19470         comparison.
19471         (gnus-agent-set-local): Refuse to save null in local object table.
19472         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19473         list of articles that will be marked as unread.
19474
19475 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19478
19479 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19482         language tags.
19483
19484 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19485
19486         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19487         Don't bind "obarray".
19488
19489         * gnus-sum.el (gnus-thread-sort-functions):
19490         Add `gnus-thread-sort-by-most-recent-number' and
19491         `gnus-thread-sort-by-most-recent-date'.
19492         Reported by Kai Grossjohann <kai@emptydomain.de>.
19493
19494 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19497
19498 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19499
19500         * gnus-cus.el (gnus-agent-customize-category):
19501         Remove ignore-errors macro reference that required cl to be loaded at
19502         run-time.
19503
19504         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19505         single-interval range of the form (min . max).  Previously the
19506         range had to look like ((min . max)).  Likewise, return
19507         (min . max) rather than ((min . max)).
19508         (gnus-range-map): Use gnus-range-normalize to accept
19509         single-interval range.
19510
19511         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19512         the cache, but not the agent, now appear with their usual face.
19513
19514         * dgnushack.el (loaddir): New variable that is bound to the
19515         directory containing the dgnushack.el file. Use loaddir, rather
19516         than srcdir, to update load-path. Change lets dgnushack compile
19517         code in directories other than GNUS/lisp.
19518
19519 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * lpath.el: Don't bind w3m-safe-url-regexp.
19522
19523         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19524         w3m-safe-url-regexp variable buffer-local.
19525
19526         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19527
19528 2004-02-27  Simon Josefsson  <jas@extundo.com>
19529
19530         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19531         gnus-group-real-prefix.
19532         (gnus-summary-move-article): Use it, instead of
19533         gnus-group-real-prefix.
19534
19535 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * lpath.el: Bind w3m-safe-url-regexp.
19538
19539         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19540         w3m-safe-url-regexp variable buffer-local and set it as the value
19541         of mm-w3m-safe-url-regexp.
19542
19543         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19544
19545         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19546         parsing gnus-posting-styles when the message is not for replying.
19547
19548         * dgnushack.el: Autoload sgml-mode for XEmacs.
19549
19550         * nnrss.el (nnrss-opml-export):
19551         Use mm-set-buffer-file-coding-system instead of
19552         set-buffer-file-coding-system.
19553
19554 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19555
19556         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19557         of checkdoc.el).
19558         * nnrss.el: do.
19559         * gnus-mlspl.el: do.
19560         * gnus-ml.el: do.
19561         * gnus-srvr.el: do.
19562
19563         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19564
19565 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19566
19567         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19568         Corrections to custom-manual links.
19569
19570         * gnus-art.el (gnus-article): Ditto.
19571
19572         * mm-decode.el (mime-display, mime-security): Ditto.
19573
19574 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * flow-fill.el: Typo.
19577
19578 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19579
19580         * spam-wash.el: New file.
19581
19582 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19583
19584         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19585
19586 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19587
19588         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19589         to be run with new-articles as LIST1, not LIST2.
19590         (spam-registration-functions): Add spam-use-ham-copy as a nil
19591         registration backend.
19592
19593 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * spam-stat.el (spam-stat-washing-hook): New option.
19596         (spam-stat-buffer-words): Use it.
19597         (spam-stat-process-directory, spam-stat-test-directory):
19598         Use insert-file-contents-literally.
19599         (spam-stat-coding-system): New variable.
19600         (spam-stat-load, spam-stat-save): Use it.
19601
19602 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * spam-report.el (spam-report-plug-agent):
19605         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19606
19607 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19608
19609         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19610         Allow / in mailto URLs.
19611
19612 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19613
19614         * spam-report.el (spam-report-process-queue): Fix interactive use.
19615         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19616         (spam-report-unplug-agent): Doc fixes.
19617         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19618         (spam-report-agentize, spam-report-deagentize): Autoload.
19619
19620 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19623
19624         * message.el (message-setup-fill-variables): Add mml tags to
19625         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19626         <ajk@iu.edu>.
19627         (message-mode): Don't modify paragraph-separate there.
19628
19629 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * compface.el (uncompface-use-external): Default to undecided.
19632         (uncompface-use-external-threshold): New variable.
19633         (uncompface-float-time): New macro.
19634         (uncompface): Determine whether to use the external decoder if
19635         uncompface-use-external is undecided.
19636
19637 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19638
19639         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19640         after images.
19641
19642         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19643
19644 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19645
19646         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19647
19648         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19649
19650         * gnus-sum.el (gnus-summary-limit-to-age)
19651         (gnus-summary-limit-children): do.
19652
19653         * gnus-int.el (gnus-request-scan): do.
19654
19655         * gnus-group.el (gnus-group-suspend): do.
19656
19657         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19658
19659         * gnus-cite.el (gnus-cite-parse-attributions): do.
19660
19661         * gnus-agent.el (gnus-summary-set-agent-mark)
19662         (gnus-agent-regenerate-group): do.
19663
19664         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19665
19666         * binhex.el (binhex-decode-region-internal): do.
19667
19668 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * gnus-fun.el (gnus-face-properties-alist): New user option.
19671         (gnus-display-x-face-in-from): Use it.
19672
19673         * gnus-art.el (article-display-face): Ditto.
19674
19675         * compface.el (uncompface-use-external): Default to nil.
19676
19677 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19678
19679         * nntp.el (nntp-erase-buffer): New function.
19680         (nntp-retrieve-data, nntp-send-command)
19681         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19682         (nntp-possibly-change-group): Use it.
19683
19684         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19685         Use with-current-buffer.
19686
19687 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19688
19689         * compface.el: Merge the ELisp-based uncompface program.
19690         (compface): New customization group.
19691         (uncompface-use-external): New user option.
19692         (uncompface): Call uncompface-internal if uncompface-use-external
19693         is nil.
19694         (uncompface-internal): New function.  Note that there are also
19695         some other functions and variables added for this function.
19696
19697 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19698
19699         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19700         if necessary.
19701
19702 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19703
19704         * spam-report.el (spam-report-unplug-agent)
19705         (spam-report-plug-agent, spam-report-deagentize)
19706         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19707         Add support for the Agent in spam-report: when unplugged, report to a
19708         file; when plugged, submit all the requests.
19709
19710         * spam.el (spam-register-routine): Fix message about
19711         registration.
19712
19713 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19714
19715         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19716         dependencies.
19717         (rfc2047-encode): Use it.
19718
19719         * gnus-art.el (gnus-button-marker-list): Move before first
19720         reference.
19721
19722         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19723         (imap-parse-body): Fix format string mismatch.
19724
19725         * gnus-score.el (gnus-summary-increase-score): do.
19726
19727         * nnrss.el (nnrss-close): New function.
19728
19729 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19730
19731         * nnrss.el (nnrss-make-filename): New function.
19732         (nnrss-request-delete-group, nnrss-read-server-data)
19733         (nnrss-save-server-data, nnrss-read-group-data)
19734         (nnrss-save-group-data): Use it.
19735         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19736         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19737         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19738
19739 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19740
19741         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19742
19743 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19744
19745         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19746         files.
19747
19748         * message.el (message-generate-headers-first): Don't quote nil
19749         and t in docstrings.
19750
19751         * imap.el (imap-id): do.
19752
19753         * gnus-agent.el (gnus-agent-consider-all-articles)
19754         (gnus-agent-queue-mail): do.
19755
19756 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * spam-report.el (spam-report-process-queue): New function.
19759         Process requests from `spam-report-requests-file'.
19760         (spam-report-process-queue): Doc fix.
19761
19762 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19763
19764         * spam.el (spam-register-routine)
19765         (spam-log-processing-to-registry, spam-log-registered-p)
19766         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19767         Change "check" to "spam-check" for semi-clarity.
19768
19769 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19770
19771         * pop3.el: Require nnheader.
19772
19773         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19774
19775         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19776
19777         * gnus-picon.el: Require cl.
19778
19779         * gnus-fun.el: Require gnus-ems and gnus-util.
19780
19781         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19782
19783         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19784
19785         * gnus-art.el (gnus-article-edit-mode): Define before first
19786         reference.
19787
19788 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19789
19790         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19791         (gnus-uu-post-encoded): Use point-at-bol.
19792
19793         * gnus-topic.el (gnus-group-active-topic-p): do.
19794
19795         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19796
19797         * gnus-group.el (gnus-group-kill-region): do.
19798
19799         * gnus-art.el (article-date-ut): do.
19800
19801         * message.el (message-fetch-field): Remove redundant
19802         case-fold-search binding.
19803         (message-narrow-to-field): Simplify.
19804
19805 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19806
19807         * spam.el (spam-directory): Derive from `gnus-directory'.
19808
19809         * spam-report.el (spam-report-url-to-file)
19810         (spam-report-requests-file): New function and variable for offline
19811         reporting.
19812         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19813         and user defined function.
19814         (spam-report-url-ping-mm-url): Remove doubled slash.
19815
19816 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19817
19818         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19819
19820 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19821
19822         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19823         Fix format string mismatch.
19824
19825         * sieve.el (sieve-deactivate-all): do.
19826
19827         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19828
19829         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19830
19831         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19832
19833         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19834
19835 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19836
19837         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19838         the list of checks.
19839
19840 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19843         padding.
19844
19845 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19846
19847         * mm-view.el (mm-fill-flowed): New variable.
19848         (mm-inline-text): Use it.
19849
19850 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19851
19852         * spam.el (spam-spamassassin-register-ham-routine)
19853         (spam-spamassassin-register-spam-routine): Fix function names.
19854
19855 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus.el (gnus-tmp-grouplens): Remove.
19858         (gnus-summary-line-format): Remove grouplens.
19859
19860         * gnus-group.el (gnus-group-line-format): Ditto.
19861
19862         * gnus-spec.el (gnus-format-specs): Ditto.
19863         (gnus-update-format-specifications): Flush the group format spec
19864         cache if there's the grouplens stuff.
19865         (gnus-parse-simple-format): Replace %l with the empty string.
19866
19867 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19868
19869         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19870         omission.
19871
19872 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19875         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19876
19877 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19878
19879         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19880         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19881         New macros and functions.
19882         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19883         Handle > NLINK_MAX messages.
19884         * nnmaildir.el (nnmaildir-request-set-mark):
19885         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19886
19887 2004-01-25  Alex Schroeder  <alex@gnu.org>
19888
19889         * spam-stat.el (spam-stat-process-directory-age): New option.
19890         (spam-stat-process-directory): Use it.
19891
19892 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19893
19894         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19895         (spam-stat-save): Accept prefix argument.
19896
19897 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19898
19899         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19900         links" error.
19901
19902 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19905         the rest of the and/or forms.
19906
19907 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19908
19909         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19910         compatibility with old .newsrc.eld files.
19911
19912         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19913
19914         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19915
19916         * gnus-start.el (gnus-1): do.
19917
19918         * gnus-group.el (gnus-group-line-format-alist): do.
19919
19920         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19921
19922         * gnus-gl.el: Remove.
19923
19924 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19925
19926         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19927         marks consisting of a single range {for example, (3 . 5)} rather
19928         than a list of a single range { ((3 . 5)) }.
19929
19930 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19931
19932         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19933         Use with-current-buffer.
19934         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19935         avoid consing a string.
19936
19937         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19938         Remove obsolete entries for big5 and gb2312.
19939
19940 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19941
19942         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19943         uncompressed list.
19944
19945 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19946
19947         * spam-stat.el (spam-stat-strip-xref): New function.
19948         (spam-stat-process-directory): Use it.
19949
19950         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19951         here -- it's done in message-fetch-field.
19952
19953 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19954
19955         * gnus-agent.el (gnus-agent-queue-mail)
19956         (gnus-agent-prompt-send-queue): New variables.
19957         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19958         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19959         "nndraft:queue" along to gnus-draft-send.
19960         Use gnus-agent-prompt-send-queue.
19961         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19962         is "nndraft:queue".  Suggested by Gaute Strokkenes
19963         <gs234@srcf.ucam.org>
19964
19965         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19966         (agent-enable-undownloaded-faces): Add.
19967         (gnus-agent-cat-groups): Use eval-and-compile, not
19968         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19969         method of gnus-agent-cat-groups even when the buffer has been
19970         evaled.
19971         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19972         delete gnus-agent-save-active-1.
19973         (gnus-agent-save-groups): Delete.  Identical to
19974         gnus-agent-save-active.
19975         (gnus-agent-write-active): No longer adjust agent's copy of active
19976         file as agent's adjustments are now stored in their own
19977         file.  Remove optional parameter.
19978         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19979         servers.  Add use of min/max range limits from server's local
19980         file.
19981         (gnus-agent-save-alist): Remove unused optional argument.
19982         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19983         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19984         (gnus-agent-set-local): A per-server file that keeps min/max range
19985         limits for articles known to the agent.  Provides a fast mechanism
19986         for altering many active ranges.
19987         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19988         active file (local makes it unnecessary).
19989         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19990
19991         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19992         (agent-enable-undownloaded-faces): Add.
19993
19994         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19995         disable it when sending to "nndraft:queue".
19996         (gnus-group-send-queue): Add safety check to avoid sending queue
19997         when unplugged.
19998
19999         * gnus-group.el (gnus-group-catchup): Use new
20000         gnus-sequence-of-unread-articles, not
20001         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20002         numbers of articles.  Use gnus-range-map to avoid having to
20003         uncompress the unread list.
20004         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20005         Fix invalid ange-ftp reference.
20006
20007         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20008         (gnus-sorted-range-intersection): Intersection of two ranges
20009         without requiring that they first be uncompressed.
20010
20011         * gnus-start.el (gnus-activate-group): Unless blocked by the
20012         caller, possibly expand the active range to include both cached
20013         and agentized articles.
20014         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20015         multiple version-dependent converters.
20016         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20017         gnus-agent-save-active.
20018         (gnus-save-newsrc-file): Save dirty agent range limits.
20019
20020         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20021         gnus-agent-possibly-alter-active.
20022         (gnus-adjust-marked-articles): Faster handling of simple lists.
20023
20024 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * spam-stat.el (spam-stat-test-directory): New optional argument
20027         displays a list of files detected.  Suggested by Andrew Cohen
20028         <cohen@andy.bu.edu>.
20029         (spam-stat-buffer-words-with-scores): Don't narrow and change
20030         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20031
20032 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20033
20034         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20035         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20036         (spam-spamassassin-arguments)
20037         (spam-spamassassin-spam-flag-header)
20038         (spam-spamassassin-positive-spam-flag-header)
20039         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20040         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20041         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20042         (spam-list-of-processors, spam-list-of-checks)
20043         (spam-list-of-statistical-checks, spam-registration-functions)
20044         (spam-check-spamassassin-headers, spam-check-spamassassin)
20045         (spam-spamassassin-score)
20046         (spam-spamassassin-register-with-sa-learn)
20047         (spam-spamassassin-register-spam-routine)
20048         (spam-spamassassin-register-ham-routine)
20049         (spam-assassin-register-spam-routine)
20050         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20051         (spam-bogofilter-score): Fix to show article before scoring.
20052
20053 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20054
20055         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20056         default scoring function.
20057         (spam-generic-score): Call spam-spamassassin-score if
20058         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20059         spam-bogofilter-score otherwise.
20060
20061         * gnus.el (spam-process, spam-autodetect-methods):
20062         Add spamassassin and spamassassin-headers.
20063
20064 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20065
20066         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20067         Suppress unnecessary messages.
20068
20069 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20070
20071         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20072         make-hash-table.
20073
20074 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * canlock.el (base64-encode-string): Don't autoload it.
20077
20078 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * run-at-time.el: Remove useless (require 'itimer),
20081         eval-and-compile and (featurep 'xemacs).
20082
20083 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20084
20085         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20086         GROUP is a virtual group.
20087
20088 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20089
20090         * gnus.el: Autoload `message-y-or-n-p'.
20091
20092 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20093
20094         * pgg-parse.el: Remove unnecessary (require 'custom).
20095
20096         * pgg-def.el: do.
20097
20098         * nnmail.el: do.
20099
20100         * gnus-undo.el: do.
20101
20102         * gnus-picon.el: do.
20103
20104         * gnus-util.el: do.
20105
20106 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20107
20108         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20109
20110 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20113         handle, as well as a list.
20114
20115         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20116         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20117         (mm-w3m-cid-retrieve): Simplify.
20118
20119 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20120
20121         * message.el (message-kill-to-signature): Allow prefix arg to
20122         specify number of lines to keep before signature.
20123
20124 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20125
20126         * message.el (message-kill-to-signature): Change docstring.
20127
20128 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * canlock.el: Always require sha1-el.
20131         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20132
20133         * message.el: Autoload sha1 only when compiling.
20134
20135         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20136         eudc-expand-inline for XEmacs.
20137
20138 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * message.el (message-canlock-generate): Require sha1-el.
20141
20142 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20143
20144         * message.el (message-expand-name): Silence the byte compiler.
20145
20146         * lpath.el: Add detect-coding-system.
20147
20148         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20149         cus-edit.
20150
20151 2004-01-13  Simon Josefsson  <jas@extundo.com>
20152
20153         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20154         Invoke gnus-score-mode.
20155         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20156
20157         * gnus-range.el (gnus-compress-sequence): Doc fix.
20158         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20159
20160 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20161
20162         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20163
20164 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20165
20166         * spam.el (spam-get-article-as-string): Update to use
20167         gnus-request-article-this-buffer, much simpler.
20168         (spam-get-article-as-buffer): Remove.
20169
20170 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20171
20172         * message.el (message-expand-name): Use EUDC if the user uses that.
20173
20174 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20175
20176         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20177         character for the encoding to avoid consing a string.
20178
20179         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20180         unnecessarily.
20181
20182         * mm-util.el (mm-replace-chars-in-string): Remove.
20183
20184         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20185         of mm-replace-chars-in-string.
20186
20187 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20188
20189         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20190
20191         * mm-util.el (mm-subst-char-in-string): Support inplace.
20192
20193         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20194         a new string in every iteration.  Use shy groups.
20195
20196 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20197
20198         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20199         * gnus-soup.el (gnus-soup-group-brew):
20200         * gnus-msg.el (gnus-put-message):
20201         * gnus-move.el (gnus-group-move-group-to-server):
20202         * gnus-kill.el (gnus-batch-score):
20203         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20204         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20205         (gnus-group-update-group, gnus-group-read-group)
20206         (gnus-group-make-group, gnus-group-make-help-group)
20207         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20208         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20209         (gnus-group-sort-by-unread, gnus-group-catchup)
20210         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20211         (gnus-group-yank-group, gnus-group-set-info)
20212         (gnus-group-list-groups):
20213         * gnus.el (gnus-generate-new-group-name):
20214         * gnus-delay.el (gnus-delay-send-queue):
20215         * nnvirtual.el (nnvirtual-catchup-group):
20216         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20217         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20218         (gnus-group-prepare-topics, gnus-topic-check-topology):
20219         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20220         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20221         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20222         (gnus-group-make-articles-read):
20223         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20224         (gnus-group-change-level, gnus-kill-newsgroup)
20225         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20226         (gnus-get-unread-articles, gnus-make-articles-unread)
20227         (gnus-make-ascending-articles-unread): Use accessor
20228         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20229         to get group information for improved readability.
20230
20231
20232 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20233
20234         * gnus-art.el (article-decode-mime-words, article-babel)
20235         (gnus-article-highlight-signature, gnus-article-add-buttons)
20236         (gnus-signature-toggle): Use gnus-with-article-buffer.
20237
20238         * gnus-art.el (gnus-article-highlight-headers)
20239         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20240
20241         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20242         (gnus-article-set-globals, gnus-request-article-this-buffer)
20243         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20244         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20245         (gnus-mime-display-alternative): Use with-current-buffer.
20246
20247 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20248
20249         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20250         also under 80 char limit, and call gnus-error if needed.
20251         (spam-fetch-article-header): Fix - it was a
20252         buffer-local variable (gnus-newsgroup-data).
20253         (spam-find-spam): Use spam-generate-fake-headers, forget about
20254         spam-insert-fake-headers.
20255         (spam-insert-fake-headers): Remove.
20256
20257 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * deuglify.el (gnus-article-outlook-unwrap-lines)
20260         (gnus-outlook-rearrange-article)
20261         (gnus-outlook-repair-attribution-outlook)
20262         (gnus-outlook-repair-attribution-block)
20263         (gnus-outlook-repair-attribution-other): Remove redundant
20264         save-excursion.
20265
20266 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20267
20268         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20269         (spam-fetch-field-subject-fast)
20270         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20271         (spam-fetch-article-header): Add functions to deal with Gnus
20272         internals for fast retrieval of article header data.
20273         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20274
20275 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20276
20277         * pop3.el (pop3-md5): Remove.
20278         (pop3-apop): Replace pop3-md5 with md5.
20279
20280         * mm-bodies.el: base64 is always built-in.
20281
20282         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20283         Use with-current-buffer.
20284
20285 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * canlock.el (canlock-insert-header): Remove excessive grouping in
20288         regexp.
20289
20290         * gnus-sum.el (gnus-summary-read-document): Ditto.
20291
20292         * gnus-uu.el (gnus-uu-part-number): Ditto.
20293
20294         * html2text.el (html2text-remove-tags): Ditto.
20295         (html2text-format-tags): Ditto.
20296         (html2text-format-single-elements): Ditto.
20297
20298         * mml.el (mml-parse-1): Ditto.
20299
20300 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20301
20302         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20303
20304         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20305
20306         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20307
20308         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20309
20310 2003-11-15  Simon Josefsson  <jas@extundo.com>
20311
20312         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20313         (pgg-gpg-lookup-key): Use regexp match instead of
20314         split-string (split-string is different between emacs 21.2 and
20315         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20316
20317 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20318
20319         * gnus-art.el (gnus-mime-view-all-parts)
20320         (gnus-article-part-wrapper, gnus-article-view-part):
20321         Use with-current-buffer.
20322
20323 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20324
20325         * spam.el (spam-disable-spam-split-during-ham-respool)
20326         (spam-spamoracle-database, spam-cache-lookups)
20327         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20328         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20329         (spam-group-ham-marks, spam-group-spam-marks)
20330         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20331         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20332         also add spam-use-blackholes to the statistical checks.
20333         (spam-fetch-field-fast): Add interface to fetching fields, may
20334         become a macro.
20335         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20336         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20337         (spam-insert-fake-headers): Fake an article when needed.
20338         (spam-find-spam): Fake article when possible.
20339         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20340         (spam-check-bogofilter-headers): Use message-fetch-field instead
20341         of nnmail-fetch-field.
20342
20343 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20344
20345         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20346
20347 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20348
20349         * spam.el (spam-split): Do not require spam-use-CHECK to be
20350         enabled if that check is passed to spam-split explicitly; also
20351         fix so 'spam doesn't get converted to spam-split-group when
20352         spam-split-symbolic-return is t.
20353         (spam-find-spam): Find registrations of the article and use those
20354         instead of re-running spam-split to find the spam/ham
20355         classification of the article.
20356         (spam-log-processing-to-registry, spam-log-registered-p)
20357         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20358         Use gnus-error instead of gnus-message.
20359         (spam-log-registration-type): Add function to determine the
20360         classification of a message based on registry entries; will
20361         return nil if both 'spam and 'ham are found.
20362         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20363         a reasonably fast local cache without the loading errors.
20364         (spam-cache-lookups): Set to t by default.
20365         (spam-find-spam): Don't try to guess spam-cache-lookups.
20366         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20367         spam-caches entry.
20368         (spam-filelist-build-cache, spam-filelist-check-cache):
20369         Fix caching of whitelist/blacklist entries.
20370         (spam-check-whitelist, spam-check-blacklist):
20371         Invoke spam-from-listed-p with a type, not a cache variable.
20372         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20373
20374 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20375
20376         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20377
20378         * nnmail.el (nnmail-split-fancy): do.
20379
20380         * mml.el (mml-parse): do.
20381
20382         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20383         (gnus-score-adaptive): do.
20384
20385 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20388         (gnus-mime-button-map): Don't set keymap parent.
20389         (gnus-button-ctan-directory-regexp): Use shy grouping.
20390         (gnus-prev-page-map): Don't set keymap parent.
20391         (gnus-prev-page-map): Remove duplicated one.
20392         (gnus-next-page-map): Don't set keymap parent.
20393         (gnus-mime-security-button-map): Ditto.
20394
20395         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20396         version number.
20397
20398         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20399
20400 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * canlock.el (canlock-sha1-function): Remove.
20403         (canlock-sha1-function-for-verify): Remove.
20404         (canlock-openssl-program): Remove.
20405         (canlock-openssl-args): Remove.
20406         (canlock-ignore-errors): Remove.
20407         (canlock-sha1-with-openssl): Remove.
20408         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20409         (canlock-verify): Don't use canlock-ignore-errors.
20410
20411         * sha1-el.el (sha1-string-external): Make it can return a string
20412         in binary form.
20413         (sha1-region-external): Ditto.
20414         (sha1-string-internal): Ditto.
20415         (sha1-region-internal): Ditto.
20416         (sha1-region): Ditto.
20417         (sha1-string): Ditto.
20418         (sha1): Ditto.
20419
20420 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20421
20422         * spam.el (spam-report-articles-gmane): New command.
20423
20424 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20427
20428         * run-at-time.el (run-at-time-saved): Remove.
20429         (run-at-time): Doc fix.
20430
20431 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20432
20433         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20434         (gnus-summary-limit-map): Add it.
20435         (gnus-summary-make-menu-bar): do.
20436
20437 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20438
20439         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20440         Make attempt at some caching support (done for BBDB only now).
20441         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20442         addresses to be checked.
20443         (spam-clear-cache-BBDB): Add function, to be invoked by
20444         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20445         (spam-check-BBDB): Check and use the caches, if
20446         spam-cache-lookups is on, remove superfluous (provide).
20447
20448 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20449
20450         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20451
20452 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20453
20454         * run-at-time.el (run-at-time-saved): Move to after the definition
20455         of `run-at-time'.
20456
20457         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20458
20459 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20462         mm-w3m-local-map-property.
20463
20464         * mm-view.el (mm-w3m-mode-map): Remove.
20465         (mm-w3m-local-map-property): Remove.
20466         (mm-inline-text-html-render-with-w3m): Don't use
20467         mm-w3m-local-map-property.
20468
20469 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470
20471         * run-at-time.el: New file.
20472
20473         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20474         under Emacs.
20475
20476         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20477         of gnus-set-text-properties.
20478
20479         * gnus-uu.el (gnus-uu-save-article): Ditto.
20480
20481         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20482
20483         * gnus-cite.el (gnus-cite-parse): Ditto.
20484
20485         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20486         of gnus-.
20487
20488         * gnus-xmas.el (run-at-time): Require run-at-time.
20489
20490         * gnus.el: Change calls to nnheader-run-at-time and
20491         password-run-at-time throughout to use run-at-time directly.
20492
20493         * password.el: Remove definition of run-at-time.
20494
20495         * nnheaderxm.el: Remove definition of run-at-time.
20496
20497 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20498
20499         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20500         in prompt.
20501
20502 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20503
20504         * messagexmas.el (message-xmas-redefine): Alias
20505         `message-make-caesar-translation-table' to
20506         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20507         version.
20508
20509         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20510         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20511         `gnus-xmas-set-text-properties'.
20512         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20513         `gnus-xmas-completing-read'.
20514         (gnus-xmas-completing-read): Removed.
20515         (gnus-xmas-open-network-stream): Removed.
20516
20517         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20518         XEmacs version.
20519
20520         * dns.el (dns-make-network-process): Use `open-network-stream'
20521         instead of `gnus-xmas-open-network-stream'.
20522
20523         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20524
20525         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20526
20527 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20528
20529         * gnus-art.el (gnus-mime-display-alternative)
20530         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20531         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20532         Don't use gnus-local-map-property.
20533
20534         * gnus-util.el (gnus-local-map-property): Remove.
20535
20536         * mm-view.el (mm-view-pkcs7-decrypt):
20537         Replace gnus-completing-read-maybe-default with completing-read.
20538
20539         * gnus-util.el (gnus-completing-read): do.
20540         (gnus-completing-read-maybe-default): Remove.
20541
20542 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20543
20544         * password.el: Only autoload `run-at-time' if not XEmacs.
20545         Only autoload the itimer functions if XEmacs.
20546
20547 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20550         XEmacsen.
20551
20552         * dgnushack.el: Autoload executable-find for XEmacs.
20553
20554 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20555
20556         * gnus-art.el (gnus-read-string): Remove.
20557         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20558         read-string.
20559
20560 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20561
20562         * netrc.el: Autoload password-read.
20563         (netrc): Add configuration group.
20564         (netrc-encoding-method, netrc-openssl-path):
20565         Add variables for encoding and decoding of files with symmetric
20566         ciphers.
20567         (netrc-encode): Add assistant function to encode a file with
20568         netrc-encoding-method.
20569         (netrc-parse): Add interactive parameter, added optional
20570         decoding if netrc-encoding-method is non-nil but otherwise
20571         behavior is standard.
20572         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20573         Do s/encode/encrypt/ everywhere.
20574
20575         * spam.el: Remove executable-find autoload.
20576
20577 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20578
20579         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20580
20581         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20582
20583 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * gnus-art.el (gnus-treat-ansi-sequences)
20586         (article-treat-ansi-sequences): New variable and function.
20587         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20588
20589         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20590         Use it.
20591
20592 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20593
20594         * mm-util.el (mm-quote-arg): Remove.
20595
20596         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20597         shell-quote-argument.
20598
20599         * gnus-uu.el (gnus-uu-command): do.
20600
20601         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20602
20603         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20604         with make-char.
20605
20606         * mm-util.el (mm-make-char): Remove.
20607
20608         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20609         add-minor-mode.
20610
20611         * gnus-undo.el (gnus-undo-mode): do.
20612
20613         * gnus-topic.el (gnus-topic-mode): do.
20614
20615         * gnus-sum.el (gnus-dead-summary-mode): do.
20616
20617         * gnus-start.el (gnus-slave-mode): do.
20618
20619         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20620
20621         * gnus-ml.el (gnus-mailing-list-mode): do.
20622
20623         * gnus-gl.el (gnus-grouplens-mode): do.
20624
20625         * gnus-draft.el (gnus-draft-mode): do.
20626
20627         * gnus-dired.el (gnus-dired-mode): do.
20628
20629         * gnus-ems.el (gnus-add-minor-mode): Remove.
20630
20631         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20632         Replace gnus-char-width with char-width.
20633
20634         * gnus-ems.el (gnus-char-width): Remove.
20635
20636         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20637         Replace gnus-char-width with char-width.
20638
20639         * gnus-ems.el (gnus-char-width): Remove.
20640
20641         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20642         definition.
20643         Remove Emacs 20 hash table compatibility code.
20644
20645         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20646         20 compatibility code.
20647
20648         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20649
20650         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20651
20652         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20653         Replace with point-at-{eol,bol}.
20654
20655         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20656
20657         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20658
20659         * flow-fill.el (fill-flowed-point-at-bol)
20660         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20661
20662         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20663         Replace with point-at-{eol,bol} throughout all files.
20664
20665 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * ntlm.el (ntlm-string-as-unibyte): New macro.
20668         (ntlm-build-auth-response): Use it.
20669
20670         Remove Emacs 20 stuff:
20671         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20672         (butlast, mapc, remove): Remove the compiler macros.
20673         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20674         of delq and copy-sequence.
20675         * gnus-art.el (popup-menu): Remove the compiler macro.
20676         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20677         Emacs 20.
20678
20679 2004-01-05  Simon Josefsson  <jas@extundo.com>
20680
20681         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20682         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20683         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20684         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20685         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20686         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20687         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20688         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20689         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20690         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20691         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20692         string-xor into ntlm-string-xor.
20693         Suggested by Jesper Harder <harder@myrealbox.com>.
20694
20695         * ntlm.el: Don't include poem.
20696
20697         * md4.el (print-int32, print-string-hexa): Remove.
20698         Suggested by Jesper Harder <harder@myrealbox.com>.
20699
20700         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20701
20702         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20703         probably breaks emacs with DL patch, but do we care? Is anyone
20704         still using the DL stuff?)
20705
20706         * sieve-manage.el: Use the password package.
20707         (sieve-manage-read-passwd): Remove.
20708         (sieve-manage-interactive-login): Use password.  Re-add
20709         condition-case around loop.
20710
20711         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20712         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20713         Use the password package.
20714
20715 2003-02-19  Simon Josefsson  <jas@extundo.com>
20716
20717         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20718         token.
20719
20720 2002-08-07  Simon Josefsson  <jas@extundo.com>
20721
20722         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20723         (sieve-manage-authenticators):
20724         (sieve-manage-authenticator-alist): Add some SASL mechs.
20725         (sieve-sasl-auth): New function.
20726         (sieve-manage-cram-md5-auth):
20727         (sieve-manage-plain-auth): Rewrite using SASL library.
20728         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20729         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20730         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20731         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20732
20733 2004-01-05  Simon Josefsson  <jas@extundo.com>
20734
20735         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20736         New files.
20737
20738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20739
20740         * gnus-group.el (gnus-no-groups-message): Update.
20741
20742         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20743
20744 2003-11-09  Simon Josefsson  <jas@extundo.com>
20745
20746         * imap.el: Support for ID IMAP extension (RFC 2971).
20747         (imap-local-variables): Add imap-id.
20748         (imap-id): New variable.
20749         (imap-id): New function.
20750         (imap-parse-response): Parse untagged ID response.
20751         * nnimap.el (nnimap-id): New variable.
20752         (nnimap-open-connection): Use it.
20753
20754 2003-12-28  Simon Josefsson  <jas@extundo.com>
20755
20756         * gnus-score.el (gnus-score-edit-all-score): New.
20757         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20758
20759 2004-01-04  Simon Josefsson  <jas@extundo.com>
20760
20761         * password.el: Add.
20762
20763 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20764
20765         * dns.el (dns-query-types): Fix typo.
20766         (dns-query-types): New function.
20767         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20768         PTR and SOA replies, see RFC 1035.
20769
20770 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20771
20772         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20773
20774         * Move to Changelog.2.
20775
20776 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20777
20778         * gnus.el (gnus-version-number): Bump version.
20779
20780 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20781
20782         * gnus.el: No Gnus v0.1 is released.
20783
20784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20785
20786         * gnus.el: No Gnus v0.0 is released.
20787
20788 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20789
20790         * gnus.el (gnus-version-number): Bump.
20791         (gnus-version): No.
20792
20793 See ChangeLog.2 for earlier changes.
20794
20795   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20796
20797   This file is part of GNU Emacs.
20798
20799   GNU Emacs is free software: you can redistribute it and/or modify
20800   it under the terms of the GNU General Public License as published by
20801   the Free Software Foundation, either version 3 of the License, or
20802   (at your option) any later version.
20803
20804   GNU Emacs is distributed in the hope that it will be useful,
20805   but WITHOUT ANY WARRANTY; without even the implied warranty of
20806   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20807   GNU General Public License for more details.
20808
20809   You should have received a copy of the GNU General Public License
20810   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20811
20812 ;; Local Variables:
20813 ;; coding: utf-8
20814 ;; fill-column: 79
20815 ;; add-log-time-zone-rule: t
20816 ;; End: