auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates instead of...
[gnus] / lisp / ChangeLog
1 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * auth-source.el: Bind load-path when loading EIEIO from
4         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5         21.4 doesn't support, to `require'.
6         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7         delete-dups that is not available in XEmacs 21.4.
8
9 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
10
11         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
12         as EIEIO must also be loaded when auth-source.el is being
13         byte-compiled.
14
15 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
18
19         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
20
21         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
22
23         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
24
25         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
26
27         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
28
29         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
30
31         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
32         necessary.
33
34 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
37         nil means that nnimap doesn't get updated.
38
39 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * auth-source.el (auth-source-netrc-create): Return a synthetic search
42         result when the user doesn't want to write to the file.
43         (auth-source-netrc-search): Expect a synthetic result and proceed
44         accordingly.
45         (auth-source-cache-expiry): New variable to override
46         `password-cache-expiry'.
47         (auth-source-remember): Use it.
48
49         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
50         parameter.  Create entry if necessary by using :create t.
51         (nnimap-open-connection-1): Don't pass `inhibit-create'.
52
53 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * auth-source.el (auth-source-debug): Enable by default and don't
56         mention the obsolete `auth-source-hide-passwords'.
57         (auth-source-do-warn): New function to debug unconditionally.
58         (auth-source-do-debug): Use it.
59         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
60         and for Secrets API entries when the secrets.el library is not
61         available.
62
63 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-sum.el (gnus-propagate-marks): Default to nil.
66         (gnus-summary-exit): Kill the correct article buffer on exit from a
67         `C-d' group.
68
69         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
70         gnus-propagate-marks.
71
72         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
73         before killing the buffers so that a non-full window conf gets handled
74         correctly.
75         (gnus-summary-exit): Ditto.
76         (gnus-summary-read-group-1): Ditto.
77
78         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
79         async code again so that we can debug it properly.
80
81         * message.el (message-reply): Take an optional switch-buffer parameter
82         so that Gnus window confs are respected better.
83
84 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
87         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
88         docstring.
89         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
90         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
91         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
92         Login collection is "Login" and not "login".
93
94 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
97         multiple headers.
98
99         * nnimap.el (nnimap-inhibit-logging): New variable.
100         (nnimap-log-command): Don't log login commands.
101
102         * auth-source.el (auth-source-netrc-search): The asserts seem to want
103         to have more parameters.
104
105         * nnimap.el (nnimap-send-command): Mark the command time for each
106         command, so that we don't get NOOPs stepping on our toes.
107
108         * gnus-art.el (article-date-ut): Get the date from the Date header on
109         `t'.
110
111 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * auth-source.el (auth-source-search): Use copy-sequence instead of
114         the cl.el copy-list.
115
116 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * imap.el: Bring it back (revert
119         84d800cd31de3064f0ed39617d725709a2f8f42f).
120
121 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
122
123         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
124         Improve prompt.
125
126 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-art.el (gnus-article-mode-line-format): Remove the article
129         washing status from the default format.  It isn't very informative.
130
131 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
132
133         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
134         Gcc processing on imap.
135
136 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * imap.el: Remove file.  All the functionality is in nnimap.el.
139
140 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
141
142         * message.el (message-bury): Don't pop up a new window when selected
143         window is dedicated.
144
145 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
146
147         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
148
149 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * sieve-manage.el: Autoload `auth-source-search'.
152         (sieve-sasl-auth): Use it.
153
154 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * nnimap.el: Autoload `auth-source-forget+'.
157         (nnimap-open-connection-1): Use it if the connection fails.
158
159         * auth-source.el: Require `password-cache'.
160         (auth-source-hide-passwords, auth-source-cache): Remove and mark
161         obsolete.
162         (auth-source-magic): Marker for `password-cache' keys.
163         (auth-source-do-cache): Update docstring.
164         (auth-source-search): Use and check cache.
165         (auth-source-forget-all-cached, auth-source-remember)
166         (auth-source-recall, auth-source-forget, auth-source-forget+)
167         (auth-source-specmatchp): Caching support functions.
168         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
169         Remove and obsolete.
170         (auth-source-user-or-password): Remove caching to further discourage
171         using it.  Always hide passwords.
172
173         * password-cache.el (password-cache-remove): Accept secrets that are
174         not strings.
175
176 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
177
178         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
179         code for now, since it doesn't work for all users.
180
181 2011-02-09  Julien Danjou  <julien@danjou.info>
182
183         * message.el (message-options): Make message-options really buffer
184         local.
185
186 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * mail-source.el: Autoload `auth-source-search'.
189         (mail-source-keyword-map): Note order matters.
190         (mail-source-set-1): Get all the mail-source source values and
191         defaults and search auth-source on those if needed.  This can all
192         probably be simplified.
193
194         * nnimap.el: Autoload `auth-source-search'.
195         (nnimap-credentials): Use it.
196         (nnimap-open-connection-1): Ask for the virtual server and physical
197         address in one shot.
198
199         * nntp.el: Autoload `auth-source-search'.
200         (nntp-send-authinfo): Use it.  Note TODO.
201
202 2011-02-08  Julien Danjou  <julien@danjou.info>
203
204         * shr.el (shr-tag-body): Add support for text attribute in body
205         markups.
206
207         * message.el (message-options): Make message-options a local variable.
208
209 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * auth-source.el (auth-source-secrets-search)
212         (auth-source-user-or-password): Use `append' instead of `nconc'.
213         (auth-source-user-or-password): Build return list better and protect
214         against nil :secret.
215
216 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-update-info): Refactor slightly.
219         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
220         (nnimap-update-info): Clean up slightly.
221         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
222         characters.
223         (nnimap-process-quirk): Rename function to avoid collision.
224         (nnimap-update-info): Fix macrology bug-out.
225         (nnimap-update-info): Simplify split history test.
226
227 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
228
229         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
230         `secrets-get-attributes' instead of `secrets-get-attribute'.
231         (auth-source-secrets-search): Limit search when `max' is greater than
232         number of results.
233
234 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
235
236         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
237         part not returning any data.
238
239         * proto-stream.el (open-protocol-stream): Document the return value.
240
241 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         * auth-source.el (auth-source-secrets-search): Add examples.
244
245 2011-02-06  Julien Danjou  <julien@danjou.info>
246
247         * message.el (message-setup-1): Handle message-generate-headers-first
248         set to t.
249
250 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
253         API with a string "secrets:collection-name" and with 'default.
254         (auth-source-backend-parse): Parse "secrets:collection-name" and
255         'default.  Recurse on parses instead of repeating code.  Use the
256         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
257         message when ignoring a source.
258         (auth-source-search): List ignored search keys at the top level.
259         (auth-source-netrc-create): Use `case' instead of `cond'.
260         (auth-source-secrets-search): Created with TODOs.
261         (auth-source-secrets-create): Created with TODOs.
262         (auth-source-retrieve, auth-source-create, auth-source-delete)
263         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
264         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
265         (auth-source-user-or-password-sftp)
266         (auth-source-user-or-password-smtp): Removed.
267         (auth-source-user-or-password): Deprecated and modified to be a wrapper
268         around `auth-source-search'.  Not tested thoroughly.
269
270 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * auth-source.el: Bring in assoc and eioeio libraries.
273         (secrets-enabled): New variable to track the status of the Secrets API.
274         (auth-source-backend): New EIOEIO class to represent a backend.
275         (auth-source-creation-defaults): New variable to set prompt defaults
276         during token creation (see the `auth-source-search' docstring for
277         details).
278         (auth-sources): Simplify to allow a simple string as a netrc backend
279         spec.
280         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
281         (auth-source-backend-parse-parameters): Fill in the backend parameters.
282         (auth-source-search): Main auth-source API entry point.
283         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
284         (auth-source-search-collection): Helper function for searching.
285         (auth-source-netrc-parse, auth-source-netrc-normalize)
286         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
287         Supports search, create, and delete.
288         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
289         backend stubs.
290         (auth-source-user-or-password): Call `auth-source-search' but it's not
291         ready yet.
292
293 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
294
295         * message.el (message-setup-1): Remove the read-only stuff, since it
296         doesn't work under XEmacs, for some reason.
297
298         * gnus-sum.el (gnus-user-date): Rename back from
299         gnus-summary-user-date since user code refers to it.
300
301         * shr.el (shr-render-td): Store the actual background colour used.
302
303         * message.el (message-setup-1): Don't bind the constant
304         -forbidden-properties.
305         (message-setup-1): Revert previous change, since it needs to bind the
306         props to insert them.
307         (message-resend): Allow removing the read-only separator line.
308
309 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
310
311         * nnimap.el (nnimap-request-accept-article): Give an error message if
312         the APPEND wasn't successful.
313
314 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
315
316         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
317         that have no groups.
318
319 2011-02-03  Julien Danjou  <julien@danjou.info>
320
321         * gnus-draft.el: Remove progn around gnus-draft-setup.
322
323 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-start.el (gnus-read-active-for-groups): This function is never
326         called with a nil `infos', so clean that up.
327         (gnus-get-unread-articles): Request active files from primary/secondary
328         methods that have no groups (yet).
329
330 2011-02-03  Julien Danjou  <julien@danjou.info>
331
332         * message.el (message-setup-1): Always generate References first.
333         (message-mail): Return the return value of message-setup, not always t.
334         (message-setup-1): Insert mail-header-separator with read-only and
335         intangible properties set.
336
337         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
338         user-date in docstring.
339
340         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
341
342         * gnus.el (gnus-summary-line-format): Mention &user-date format in
343         docstring.
344
345         * gnus.el (gnus-user-date-format-alist): Change default value. Use
346         defcustom, with type and group. Move from gnus-util.el. Rename to
347         gnus-summary-user-date-format-alist.
348
349 2011-02-03  Glenn Morris  <rgm@gnu.org>
350
351         * nnimap.el (gnus-fetch-headers): Declare.
352
353         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
354
355 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
356
357         * message.el (message-forward-make-body-digest-plain)
358         (message-followup, message-reply): Clean up things noted by Stefan.
359
360         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
361         gnus-article-update-date-headers is nil.
362         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
363         it didn't really work with defcustom.
364         (article-update-date-lapsed): Make sure the window start doesn't move,
365         either.
366
367 2011-02-01  Julien Danjou  <julien@danjou.info>
368
369         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
370         format.
371
372         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
373         standard in Emacs nowadays.
374
375         * color.el (color-gradient): Add a color-gradient function.
376
377 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
378
379         * message.el (message-expand-name): Don't trust the return value of
380         bbdb-complete-name.
381         (message-check-news-header-syntax): Remove unused var `start'.
382         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
383         (message-inhibit-body-encoding): Move to before first use.
384         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
385         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
386         (Organization, Message-ID, Date, mh-previous-window-config):
387         Defvar the vars using dynamic scoping.
388
389 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * shr.el (shr-render-td): Only do colours at the final rendering.
392         Should be slightly faster.
393         (shr-insert-table): Fix up TD background colours when doing the
394         vertical padding.
395
396         * gnus-art.el (article-date-ut): Protect against articles with no Date
397         header.
398         (article-update-date-lapsed): Don't use current-column to find the
399         horizontal position.  It's fragile in the presence of \003 characters.
400
401         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
402
403 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-art.el (article-transform-date): Rewrite to still work when
406         there are several rfc2822 parts.
407         (article-transform-date): Fix infinite recursion.
408         (article-date-ut): Replace infinitely many Date headers with a single
409         one when called interactively.
410
411         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
412         secure manner.
413
414         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
415         move around by not using save-window-excursion.  It seems to work...
416
417 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus-art.el (article-make-date-line): Work for user-defined format.
420
421 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
422
423         * nntp.el (nntp-retrieve-group-data-early)
424         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
425         fetching functions.
426
427         * gnus-start.el (gnus-read-active-for-groups): Read the active files
428         thoroughly for all backends that have no known groups.  This should
429         allow new nnml methods to retrieve mail.
430
431         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
432         that Gnus doesn't know exists again.
433
434         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
435         (gnus-treat-date-ut): Ditto.
436         (gnus-article-update-date-header): Renamed.
437         (gnus-treat-date-local): Removed.
438         (gnus-treat-date-english): Removed.
439         (gnus-treat-date-lapsed): Removed.
440         (gnus-treat-date-combined-lapsed): Removed.
441         (gnus-treat-date-original): Removed.
442         (gnus-treat-date-iso8601): Removed.
443         (gnus-treat-date-user-defined): Removed.
444         (gnus-article-date-headers): New variable to control all the date
445         header options.
446         (article-date-ut): Rewrite to allow using the new way to format date
447         headers(s).
448
449 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
450
451         * nnmail.el (nnmail-article-group): Check for a direct fancy split
452         method.
453         (nnmail-article-group): A better test for fanciness.
454
455         * nnimap.el (nnimap-request-head): Protect against not finding the
456         article by Message-ID.
457
458 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-art.el (article-update-date-lapsed): Try a better way to really
461         keep point at the "same place".
462
463 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
466         data if the group is unactivated.
467
468 2011-01-28  Julien Danjou  <julien@danjou.info>
469
470         * gnus-win.el: Remove dead function gnus-window-configuration-element.
471         (gnus-all-windows-visible-p): Remove old compatibility code.
472         (gnus-window-top-edge): Add docstring.
473
474         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
475
476 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
479         older request-update-info.
480
481         * gnus-art.el (article-make-date-line): Limit the length a bit more.
482
483 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
484
485         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
486         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
487
488 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
491         groups.  This makes the nndraft:queue group pop up if it's not already
492         there.
493
494         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
495         messages" logic, which was reversed.
496
497         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
498         the "same place" even if point is on the line being replaced.
499         (article-update-date-lapsed): Allow updating both the combined lapsed
500         and the lapsed headers.
501         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
502         (article-make-date-line): Limit the number of segments dynamically to
503         avoid too-long lines.
504
505 2011-01-27  Julien Danjou  <julien@danjou.info>
506
507         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
508         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
509
510 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
513         Use plist-get instead of the cl function getf.
514
515 2011-01-27  Glenn Morris  <rgm@gnu.org>
516
517         * gnus-util.el (float-time): Get rid of compiler warning, again.
518
519 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
520
521         * shr.el (shr-put-color): Special-case background colours: Do put them
522         at the blank parts at the front of the lines.
523
524         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
525         exit hook to nix out all data on readedness on group exit.
526
527         * gnus-util.el (float-time): If float-time is bound, always use it on
528         all Emacsen.  It's unclear why the subrp check was there.
529         (time-date): Require to make some autoload issues on XEmacs go away.
530
531         * shr.el (shr-put-color): Don't do the box padding in tables, since
532         they're already padded.
533
534 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
535
536         * gnus-art.el (gnus-article-next-page): When the last line of the
537         article is displayed, scroll down once more instead of going to the
538         next article at once.
539         (article-lapsed-string): Refactor out and allow specifying how many
540         segments you want.
541         (gnus-article-setup-buffer): Start updating the lapsed header directly.
542         (gnus-article-update-lapsed-header): New variable.
543
544         * shr.el: Revert change that made headings use different-sized faces.
545         The Emacs display engine isn't advanced enough that, for instance,
546         tables can comfortably use differntly-sized faces.
547
548 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
551         used.
552         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
553         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
554         we're using an encrypted connection.
555
556         * proto-stream.el: Alter the interface functions to also return the
557         actual stream type used: network or tls.
558
559 2011-01-25  Julien Danjou  <julien@danjou.info>
560
561         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
562         (mm-display-javascript-inline): New function.
563
564         * mm-decode.el (mm-inline-media-tests): Add application/javascript
565         viewing function.
566
567 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * shr.el (shr-expand-newlines): Fix variable name.
570
571 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
572
573         * shr.el (shr-expand-newlines): Make nested boxes work.
574
575 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
578         backgrounds.
579         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
580         in a more sensible manner.
581
582 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
583
584         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
585         if EPG is loaded.
586
587 2011-01-24  Julien Danjou  <julien@danjou.info>
588
589         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
590         tags.
591
592 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
595         commands.
596
597         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
598         in the article buffer.
599         (gnus-gravatar-insert): Use blank space from the current buffer to
600         avoid breaking text properties.  This makes X-Sent updating work again.
601
602         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
603
604 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
607         fix the bug in url-http.el instead.
608
609         * shr.el (shr-image-fetched): Ditto.
610
611         * shr.el (shr-image-fetched): Avoid having point move in the article
612         buffer.
613
614         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
615         buffer after being called.  It's apparently being killed by url.el, and
616         killing it made point move to end-of-buffer in a random buffer.
617
618         * shr.el (shr-image-fetched): Ditto.
619
620 2011-01-23  Julien Danjou  <julien@danjou.info>
621
622         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
623
624         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
625         text/x-org.
626
627 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-sum.el (gnus-summary-move-article): Protect against backends
630         (i.e., nnimap) returning nil as the article number.
631
632 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
633
634         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
635         "DelSp" parameter in RFC3676.
636
637 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * message.el (message-check-recipients): Display the encoded version of
640         the bogus address if they differ.
641
642         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
643         after sending.
644
645         * gnus-agent.el (gnus-agent-send-mail): Ditto.
646
647         * gnus-group.el (gnus-group-refresh-group): New convenience function.
648
649         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
650         group buffer after sending the queue.
651
652         * gnus-agent.el (gnus-agent-send-mail): Ditto.
653
654 2011-01-22  Julien Danjou  <julien@danjou.info>
655
656         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
657
658 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
661         nested related parts.
662
663         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
664         unexpired articles.  This fixes the regression that led expiry marks to
665         disappear from nnfolder groups.
666
667 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
668
669         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
670         Don't confuse the "ret" of "retrograde" with RET.
671
672 2011-01-21  Julien Danjou  <julien@danjou.info>
673
674         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
675         than mm-insert-inline.
676
677 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
680         Widen article buffer.
681
682 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
683
684         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
685         the temp buffer.
686         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
687
688 2011-01-20  Julien Danjou  <julien@danjou.info>
689
690         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
691
692         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
693         than mm-insert-inline to insert inline part: this respect
694         mm-inline-media-tests displayers.
695
696         * mm-view.el (mm-display-shell-script-inline): New function.
697
698         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
699
700         * mm-uu.el (mm-uu-type-alist): Add org block.
701         (mm-uu-org-src-code-block-extract): New function.
702
703         * mm-view.el (mm-display-org-inline): New function.
704
705         * mm-decode.el (mm-automatic-display): Add text/org.
706
707         * mailcap.el (mailcap-mime-extensions): Add .org.
708
709 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-art.el (gnus-article-highlight): Remove argument passed to
712         gnus-article-add-buttons.
713
714 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
715
716         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
717         From header with a date and "nobody" as the sender.
718
719 2011-01-19  Julien Danjou  <julien@danjou.info>
720
721         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
722         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
723         if you have the same regexp several times.
724         (gnus-button-push): Fix matching when regexp is symbol.
725
726 2011-01-15  Glenn Morris  <rgm@gnu.org>
727
728         * message.el (message-mail): A compose-mail function should
729         accept headers as strings.
730
731 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
732
733         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
734         Add :vert-only tags.
735         (message-mail): New arg RETURN-ACTION.
736         (message-return-action): New var.
737         (message-bury): Use it.
738         (message-mode): Make it buffer-local.
739         (message-send-and-exit): Always call message-bury.
740
741         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
742         message-mail.
743
744 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nnimap.el (nnimap-convert-partial-article): Protect against
747         zero-length body parts.
748
749         * mm-decode.el (mm-preferred-alternative-precedence):
750         Discourage showing empty parts.
751
752         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
753         and stuff if the backend didn't return the article number.  This fixes
754         an Exchange-related nnimap bug.
755
756         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
757         group window, because it does the wrong thing when a separate frame
758         displays the group buffer.
759
760         * proto-stream.el (open-protocol-stream): Protect against the low-level
761         transport functions returning nil.
762
763 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
764
765         * mml2015.el (epg-sub-key-fingerprint): Autoload.
766         (mml2015-epg-find-usable-secret-key): New function.
767         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
768         mml2015-epg-find-usable-key (Bug#7797).
769         (mml2015-epg-encrypt): Ditto.
770
771 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * dgnushack.el (rot13-string): Fix the way to get the argument.
774
775 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
778
779 2011-01-03  Glenn Morris  <rgm@gnu.org>
780
781         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
782
783         * sieve.el (sieve-open-server): Give a more explicit error if
784         sieve-manage-open returns nil.  (Bug#7720)
785
786 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
787
788         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
789
790 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
793         This avoids sending passwords in plain text over non-encrypted
794         channels.
795
796         * shr.el (shr-rescale-image): Display all GIF images as animated images.
797
798         * nnimap.el (nnimap-login): Refactored out into own function, and
799         implement CRAM-MD5.
800         (nnimap-wait-for-line): Refactored out.
801
802         * mm-view.el (mml-smime): Require.
803
804 2010-12-20  David Engster  <deng@eml.cc>
805
806         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
807         use EPG to decrypt S/MIME messages instead of openssl.
808
809 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
812
813         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
814         status is the group clearly is unreachable.
815
816         * auth-source.el (auth-source-create): Add the optional second
817         parameter to `local-variable-p' to be compatible with XEmacs.
818
819 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
820
821         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
822         work when using a compressed nnml folder.
823
824 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
827         backends after sanitising on entry, because this never makes sense:
828         If the articles have gone missing, then the data no longer exists on
829         the backend, and if they haven't, then Gnus is wrong, and shouldn't
830         overwrite anything anyway.
831
832         * shr.el (shr-insert-document): Bind shr-width dynamically to
833         window-width if it's nil.
834
835 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
836
837         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
838         with the meaning of using the full emacs window width for rendering.
839
840 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
841
842         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
843         case when sender is not given.
844
845 2010-12-23  Julien Danjou  <julien@danjou.info>
846
847         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
848         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
849         the addresses, otherwise we might misplaced the gravatar.
850
851 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
852
853         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
854         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
855         obsolete in Emacs.
856
857 2010-12-20  Julien Danjou  <julien@danjou.info>
858
859         * gnus-util.el (gnus-rescale-image): Revert last change.
860
861 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
862
863         * binhex.el: Improve commentary (Bug#7482).
864
865 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-group.el (gnus-group-delete-articles): New command.
868
869 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
870
871         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
872
873 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
876         here, since it's up to the backends to do CRLF removal if their
877         protocol has it.
878
879         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
880
881 2010-12-17  Julien Danjou  <julien@danjou.info>
882
883         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
884         they are from file. Can also scale up.
885
886 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
887
888         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
889         gnus-use-agent.
890         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
891
892         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
893
894 2010-12-17  Julien Danjou  <julien@danjou.info>
895
896         * gravatar.el (gravatar-retrieve-synchronously): New function.
897         (gravatar-get-data): Make more robust.
898
899 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
902
903 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
906         to really consider the last line.
907
908 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
909
910         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
911         list of recipient keys, or use symmetric encryption if not a list.
912         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
913         EPA override, replacing the call to `netrc-store-data'.
914
915 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
916
917         * gnus-srvr.el: Avoid passing nil regexp argument to
918         delete-matching-lines.
919
920 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
923         fetching stops when Gnus exits.
924
925         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
926         function.
927         (nnfolder-request-expire-articles): Save all the buffers after doing
928         expiry.
929
930         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
931         the last article", since that led to serious performance regressions
932         when expiring nnml groups.
933
934 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
935
936         * nnir.el: Improve customizations.
937
938 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
941
942         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
943         group has been killed.
944         (gnus-group-yank-group): Ditto.
945
946         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
947
948         * nnimap.el (nnimap-request-update-group-status): New function.
949
950         * gnus-int.el (gnus-request-update-group-status): New interface
951         function.
952
953         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
954         copying read-ness to the backends.
955
956         * nnimap.el (nnimap-quirk): New function.
957         (nnimap-retrieve-group-data-early): Use it.
958         (nnimap-quirks): New alist.
959
960 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * shr.el (shr-insert): Set shr-start after deleting trailing space;
963         don't delete it within indentation.
964
965 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
968         previous line.
969
970 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
973         QRESYNC command by deleting a superfluous space which broke Cyrus
974         servers.  This change will break other servers that are buggy the other
975         way around.
976
977 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
978
979         * spam.el: Reindent and fix long lines.
980         (spam-copy-or-move-routine): Exclude invalid move destinations.
981
982 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
983
984         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
985         installed the registry.
986
987 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
990
991 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
992
993         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
994         groupname doesn't contain "gmane".
995
996 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
999         and netrc-bound-and-true-p bindings.
1000         (netrc-parse): Cache the netrc contents.
1001
1002         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1003         (gnus-1): Don't create the nndrafts group twice.
1004         (gnus-setup-news): There's no need to read the active file here, since
1005         that's done again later on a per-backend basis.
1006         (gnus-start-draft-setup): Make sure that the new group is started out
1007         empty.
1008
1009         * gnus-agent.el (gnus-agentize): Don't create the queue group
1010         automatically on startup.  It'll be created later, if needed.
1011
1012         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1013         of automatically subscribed groups.
1014         (gnus-auto-subscribed-categories): New variable.
1015         (gnus-matches-options-n): Use it.
1016         (gnus-default-subscribed-newsgroups): Remove unused variable.
1017         (gnus-start-draft-setup): Message a bit less.
1018
1019 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1020
1021         * nnir.el (nnir-run-imap): Return article list in order of increasing
1022         UID.
1023
1024 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-sum.el (gnus-summary-enter-digest-group):
1027         Mention gnus-auto-select-on-ephemeral-exit.
1028
1029         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1030         convention of the network-only option.
1031
1032 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * proto-stream.el (proto-stream-open-network-only): New function to
1035         have a way to specify non-STARTTLS upgrade connections.
1036
1037 2010-12-10  Julien Danjou  <julien@danjou.info>
1038
1039         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1040         email address is nil.
1041
1042         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1043
1044 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1045
1046         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1047         deletion.
1048         (nnir-run-imap): Only need to parse list once.
1049
1050 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * shr.el (shr-tag-script): Ignore <script>.
1053         (shr-tag-label): Add <label> support.
1054
1055 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1058
1059         * shr.el (shr-image-displayer): Work for images lined side by side.
1060
1061 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1062
1063         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1064         parameter, since XEmacs doesn't accept t as a parameter.
1065
1066 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1067
1068         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1069         ids.
1070         (nnir-run-gmane): Simplify groupspec formatting.
1071         (nnir-request-expire-articles): New function.
1072
1073 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1076         overflow, possibly.
1077
1078         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1079         (shr-render-td): Handle td style="" better.
1080         (shr-tag-table): Use the color from the style sheet.
1081         (shr-render-td): Make sure we copy over all the overlays, too.
1082
1083 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1084
1085         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1086         (nnir-request-article): Improve article retrieval.
1087
1088 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * mm-util.el (mm-extra-numeric-entities): New variable.
1091
1092         * mm-url.el (mm-url-decode-entities):
1093         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1094
1095         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1096
1097 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1098
1099         * message.el: Use completion-at-point.
1100         (message-completion-function): New fun, extracted from message-tab.
1101         (message-mode): Use it for completion-at-point-functions.
1102         (message-tab): Use it and completion-at-point.
1103
1104 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1107         character if a non-breakable character follows.
1108
1109 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1112         any stream.
1113
1114         * shr.el (shr-tag-font): Colorize the region.
1115         (shr-tag-body): Ditto.
1116         (shr-tag-font): Actually let the styles be inherited instead of
1117         overwriting them.
1118         (shr-tag-font): Get the background color right.
1119         (shr-tag-style): Ignore all <style> tags for the moment.
1120
1121         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1122         a Message-ID to avoid having nnimap depend on gnus-sum.
1123
1124         * shr.el (shr-descend): Only colorize something if we have a node that
1125         sets colors.
1126
1127 2010-12-06  Julien Danjou  <julien@danjou.info>
1128
1129         * shr.el (shr-render-td): Render td content with shr-descend, so style
1130         will be applied to <td> too.
1131         (shr-colorize-region): Colorize region even if we only have a background.
1132         (shr-tag-body): Fix color and background color inheritance.
1133         Do not recolorize after shr-generic.
1134         (shr-tag-font): Let shr-generic colorize via inheritance.
1135
1136 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1139
1140 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1141
1142         * nnir.el (nnir-request-move-article): Remove obsolete code.
1143
1144 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1147
1148 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-sum.el (gnus-summary-respool-article): The completion function
1151         expects a list instead of an alist.
1152
1153         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1154         string as the parameter.
1155
1156         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1157
1158         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1159         styles.
1160         (shr-colorize-region): New function.
1161         (shr-insert-background-overlay): Remove.
1162         (shr-render-td): Background setting should be taken care of on a higher
1163         level.
1164         (shr-tag-body): Use post-hoc colorizations.
1165         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1166         (shr-put-color-1): Don't overwrite old colors.
1167         (shr-colorize-region): When the background color isn't explicit, use
1168         a fixed background.
1169
1170         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1171         nnmail variables.
1172
1173 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1174
1175         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1176         unless necessary.
1177
1178 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1179
1180         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1181         server.
1182
1183 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1186         so that TAB works.
1187
1188         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1189         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1190
1191         * shr.el (shr-urlify): Show the URL before the title to avoid
1192         misleading URLs.
1193
1194 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1195
1196         * shr.el (shr-urlify): Display the title in <a> tags.
1197
1198 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1199
1200         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1201
1202 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1203
1204         * nnir.el: Rearrange code to allow macros to be autoloaded by
1205         gnus-sum.el.
1206         (nnir-retrieve-headers-override-function): Make this variable
1207         customizable.
1208         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1209
1210         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1211         from nnir.el.
1212
1213 2010-12-03  Julien Danjou  <julien@danjou.info>
1214
1215         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1216
1217 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1220         allow optional argument `environment'.
1221
1222 2010-12-03  Glenn Morris  <rgm@gnu.org>
1223
1224         * mm-extern.el (message-goto-body): Update declaration.
1225
1226 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus-util.el (gnus-macroexpand-all): New function.
1229
1230         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1231         instead of macroexpand-all that is unavailable in XEmacs.
1232
1233 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1234
1235         * nnir.el (nnir-summary-line-format): New variable.
1236         (nnir-mode): Use it.
1237         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1238         (nnir-article-ids): Reimplement as defsubst.
1239         (nnir-retrieve-headers): Don't mangle the subject header.
1240         (nnir-run-imap): Use 100 as RSV score.
1241         (nnir-run-find-grep): Fix for full server searching.
1242         (nnir-run-gmane): Better restriction to gmane groups.
1243
1244         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1245         summary buffers.
1246
1247 2010-12-02  Julien Danjou  <julien@danjou.info>
1248
1249         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1250
1251         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1252
1253         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1254         support.
1255
1256 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1257
1258         * nnir.el: Update to handle the registry better.
1259         (autoload): Silence byte-compiler.
1260         (nnir-open-server): Add a hook for nnir groups.
1261         (nnir-request-move-article): Don't mangle the header. Better to use
1262         formating variables (which will be added in the future).
1263         (nnir-registry-action): Update the registry using the original article
1264         group name.
1265         (nnir-mode): Install nnir-specific hooks for updating the registry.
1266
1267         * gnus-sum.el
1268         (gnus-article-original-subject,gnus-newsgroup-original-name):
1269         Remove obsolete variables.
1270         (gnus-summary-move-article): Remove use of obsolete variables.
1271         (gnus-summary-local-variables): Make move and delete hooks local to
1272         summary buffers.
1273
1274 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * rtree.el: New file.
1277
1278 2010-12-01  Julien Danjou  <julien@danjou.info>
1279
1280         * message.el (message-user-organization): Do not use
1281         gnus-local-organization.
1282
1283         * gnus.el: Remove gnus-local-organization.
1284
1285         * gnus-msg.el: Remove nastygram thing.
1286
1287 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1290         funcall.
1291
1292 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1295         names.
1296
1297         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1298         characters.
1299
1300         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1301         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1302         Suggested by Štěpán Němec <stepnem@gmail.com>.
1303         (gnus-gravatar-transform-address): Use mail-extract-address-components
1304         that supports non-ASCII names rather than mail-header-parse-addresses.
1305
1306 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * proto-stream.el (open-protocol-stream): All starttls connections are
1309         handled by the network handler.
1310
1311 2010-11-30  Julien Danjou  <julien@danjou.info>
1312
1313         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1314         (nnimap-open-connection-1): Fix PREAUTH.
1315
1316         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1317
1318 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1321         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1322         (shr-insert): Use them.
1323         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1324
1325 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1326
1327         * nnir.el (nnir-request-move-article): Bail out if original group
1328         doesn't support article moves.
1329         (nnir-get-active): Improve active list retrieval.
1330
1331 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1334
1335 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1336
1337         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1338         seem to accept strings-with-numbers as port numbers,
1339
1340 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1343         change the registry.
1344
1345 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1348         delete-dups that is not available in XEmacs 21.4.
1349
1350         * mm-util.el (mm-delete-duplicates): Add comment.
1351
1352 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnir.el (nnir-ignored-newsgroups): New variable.
1355         (nnir-get-active): Use it.
1356
1357 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * proto-stream.el (proto-stream-open-network): Add some comments.
1360
1361         * nntp.el (nntp-open-connection): Provide a :success condition.
1362
1363         * nnimap.el (nnimap-open-connection-1): Ditto.
1364
1365         * proto-stream.el (proto-stream-open-network): See what the response to
1366         the STARTTLS command is.
1367
1368         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1369         backwards compatibility).
1370         (nnimap-open-connection-1): Really respect nnimap-server-port.
1371
1372         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1373         TLS upgrades we don't really care about the identity of the peer.
1374         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1375         that what we've checked for.
1376         (proto-stream-always-use-starttls): Only default to t if
1377         open-gnutls-stream exists.
1378         (proto-stream-open-network): If STARTTLS failed, then just open a
1379         normal connection.
1380         (proto-stream-open-network): Wait until the greeting before doing
1381         STARTTLS.
1382
1383         * nntp.el (nntp-open-connection): Report what the connection error is.
1384
1385         * proto-stream.el (open-protocol-stream): Rename from
1386         open-proto-stream.
1387
1388 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-stream): Change default to `undecided'.
1391         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1392         first, and then network.
1393         (nnimap-open-connection-1): Respect nnimap-server-port.
1394         (nnimap-open-connection): Be more backwards-compatible.
1395
1396         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1397         (proto-stream-open-starttls): De-duplicate the starttls code.
1398         (proto-stream-open-starttls): Folded back into the main function.
1399         (proto-stream-open-network): Fix typo in the gnutls path.
1400         (proto-stream-command): Refactor out.
1401
1402         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1403
1404         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1405         starttls.el STARTTLS.
1406
1407         * color.el (color-lab->srgb): Fix function call name.
1408
1409         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1410         if we're using tls.el.
1411         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1412         built in, then don't try to establish a STARTTLS connection.
1413
1414         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1415         servers.
1416
1417         * proto-stream.el (open-proto-stream): Use network, not stream.
1418         (open-proto-stream): Add a way to specify what the end of a command is.
1419
1420         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1421         connections types.
1422         (nntp-open-network-stream): Remove.
1423         (nntp-open-ssl-stream): Remove.
1424         (nntp-open-tls-stream): Remove.
1425         (nntp-ssl-program): Remove.
1426
1427         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1428
1429 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1430
1431         * nnir.el: Fix typos.
1432         (nnir-retrieve-headers-override-function): Rename variable to reflect
1433         new semantics.
1434         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1435         macros.
1436         (nnir-request-article, nnir-request-move-article): Use them.
1437         (nnir-categorize): New function.
1438         (nnir-run-query): Use it.
1439         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1440         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1441         sorted.
1442         (nnir-group-full-name): Use gnus-group-full-name instead.
1443         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1444         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1445
1446 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1449
1450         * proto-stream.el: New library to provide protocol-specific
1451         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1452         protocols.
1453         (open-proto-stream): Complete the documentation.
1454         (proto-stream-open-network): Fix some typos.
1455
1456         * nnimap.el (nnimap-open-connection): Use it.
1457
1458 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1459
1460         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1461         negotiation.
1462
1463 2010-11-26  Julien Danjou  <julien@danjou.info>
1464
1465         * color.el: Rename various rgb functions to srgb.
1466
1467 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1470         names.
1471
1472 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * shr.el (shr-insert): Revert last change.
1475         (shr-find-fill-point): Never leave point being at bol;
1476         relax the kinsoku limitation when rendering tables.
1477
1478 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1481         results from -accept-article.
1482
1483         * shr-color.el: Require cl when compiling.
1484
1485         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1486         checkin.
1487
1488         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1489
1490         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1491
1492         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1493         'add and 'delete to set backend marks.
1494
1495         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1496
1497         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1498
1499         * nntp.el (nntp-request-set-mark): Use it.
1500
1501         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1502
1503         * nnml.el (nnml-request-set-mark): Ditto.
1504
1505         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1506         introduces regressions in article selection.
1507         (nnimap-find-uid-response): New function.
1508         (nnimap-request-accept-article): Use the UID returned, if any.
1509         (nnimap-request-move-article): Use the UID returned, if any.
1510         (nnimap-get-groups): Reimplement to work with folded lines.
1511         (nnimap-find-uid-response): The UID is the last element in the list.
1512         (nnimap-request-set-mark): Extend syntax with 'set.
1513
1514         * nnml.el (nnml-request-set-mark): Ditto.
1515
1516         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1517
1518         * nntp.el (nntp-request-set-mark): Ditto.
1519
1520 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * message.el (message-called-interactively-p): A temporary macro.
1523         (message-goto-body): Use it temporarily.
1524
1525 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1528         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1529         (nnimap-last-response-string): Fix last unfolding fix.
1530
1531 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * shr.el (shr-insert): Fix the way to fold lines.
1534
1535 2010-11-25  Julien Danjou  <julien@danjou.info>
1536
1537         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1538
1539         * color.el: Rename from color-lab.el
1540         (color-rgb->hex): Add.
1541         (color-complement): Add.
1542         (color-complement-hex): Add.
1543
1544         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1545
1546 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1549         don't exist.
1550
1551 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1554         assuming that article displaying or another mml-preview may be
1555         interrupted for an error or for the like.
1556
1557         * shr.el (shr-get-background): Fix argument name.
1558
1559 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1562
1563         * gnus-sum.el (gnus-summary-include-articles): New function.
1564
1565         * message.el (message-goto-body): called-interactively-p needs a
1566         parameter, so use `any'.
1567
1568         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1569         clear marks before moving, since they're synced from the Gnus side
1570         first.
1571
1572         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1573         (gnus-summary-move-article): Copy over all marks before moving, so that
1574         IMAP doesn't think a new article has arrived.
1575
1576 2010-11-24  Julien Danjou  <julien@danjou.info>
1577
1578         * shr.el (shr-insert-background-overlay): Fix typo.
1579         (shr-render-td): Copy the background before rendering.
1580
1581         * shr-color.el (shr-color-visible): Fix docstring.
1582
1583         * shr.el (shr-tag-table): Add bgcolor support.
1584         (shr-render-td): Add bgcolor support.
1585         (shr-get-background): Add.
1586         (shr-insert-foreground-overlay): Use shr-get-background.
1587
1588         * message.el (message-goto-body): Use called-interactively-p.
1589         (message-in-body-p): message-goto-body returns point.
1590
1591 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1594         Fixes something or other in Emacs 23, and is backwards compatible.
1595
1596         * message.el (message-goto-body): Remove the <#secure special-casing,
1597         which is too special.
1598
1599         * shr.el (shr-parse-style): Drop !important from styles.
1600
1601 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1602
1603         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1604         this function to return incorrect results when calling it with an
1605         explicit article argument different from
1606         (gnus-summary-article-number).
1607
1608 2010-11-24  Julien Danjou  <julien@danjou.info>
1609
1610         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1611         (shr-tag-body): Add background support.
1612         (shr-descend): Add background support.
1613         (shr-tag-title): Add.
1614
1615         * shr-color.el (shr-color-visible): Really return original background
1616         if fixed.
1617
1618 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * shr.el (shr-color-check): Protect against non-existant colour names.
1621
1622 2010-11-24  Julien Danjou  <julien@danjou.info>
1623
1624         * color-lab.el: Require 'cl when compiling.
1625
1626         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1627
1628         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1629         matched part.
1630
1631         * color-lab.el: Fix all expt calls to use float type.
1632
1633 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1636         expression to shr-color-check as is.
1637
1638         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1639
1640         * color-lab.el: Add coding cookie.
1641         (float-pi): Use eval-and-compile.
1642
1643         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1644         compiled for Emacsen having no `libxml-parse-html-region' support.
1645
1646 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-insert-color-overlay): Split stuff like
1649         "#444444 !important" to find the real colour.
1650         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1651         parse <font color="red"> entries.
1652
1653 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1654
1655         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1656         point when parsing headers.
1657
1658         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1659         is positioned properly when parsing headers.
1660
1661 2010-11-23  Julien Danjou  <julien@danjou.info>
1662
1663         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1664
1665         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1666
1667         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1668
1669         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1670         Use shr-color-hue-to-rgb.
1671         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1672
1673 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * shr.el (shr-color->hexadecimal): Autoload.
1676         (shr-descend): Add color to all tags.
1677
1678 2010-11-22  Julien Danjou  <julien@danjou.info>
1679
1680         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1681         shr-color->hexadecimal.
1682
1683         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1684         RGB() or HSL() color representation.
1685
1686         * shr.el (shr-tag-font): Add.
1687         (shr-tag-color-check): New function to get better colors.
1688         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1689         tag-span.
1690
1691         * shr-color.el: New file.
1692
1693         * color-lab.el: New file.
1694
1695         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1696
1697 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1698
1699         * nnir.el: Fix typo in comments.
1700         (nnir-run-imap): Simplify code. No need to reverse artlist.
1701         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1702
1703 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1706
1707         * nnimap.el (nnimap-get-capabilities): Refactor out.
1708         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1709
1710 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1711
1712         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1713         appearing when `mm-uu-hide-markers' is nil.
1714
1715 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * nnimap.el (nnimap-unselect-group): Make into its own function.
1718         (nnimap-request-rename-group): Unselect group before renaming.
1719         This had gotten lost somewhere.
1720         (nnimap-request-accept-article): Keep track of examined groups, and
1721         unselect the group before APPENDing to read-only groups.
1722         (nnimap-request-move-article): Clear flags before moving so that they
1723         can be re-set later.
1724
1725 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1728         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1729
1730 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-art.el (gnus-mime-display-single)
1733         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1734         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1735         parameter.
1736
1737 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1740         (shr-table-vertical-line): New variable.
1741         (shr-insert-table): Use it.
1742
1743 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-html.el (gnus-html-wash-images): Don't display images if
1746         gnus-inhibit-images is non-nil; register displayer for cid images.
1747         (gnus-html-display-image): Work for cid image.
1748         (gnus-html-insert-image): Allow arguments.
1749         (gnus-html-put-image): Inhibit read-only.
1750         (gnus-html-prefetch-images): Don't prefetch images if
1751         gnus-inhibit-images is non-nil.
1752
1753 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * shr.el (shr-put-image): Break lines when inserting big pictures.
1756
1757 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1758
1759         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1760         sender, thanks Katsumi Yamaoka.
1761
1762 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1763
1764         * nnir.el (nnir-run-imap): Reverse the article list for each group
1765         rather than the whole list.
1766
1767 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * shr.el (shr-image-displayer): Protect function against non-existent
1770         image source.
1771
1772         * gnus-art.el (gnus-inhibit-images): New user option.
1773         (gnus-mime-display-single): Don't display image if it is non-nil.
1774
1775         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1776         gnus-inhibit-images.
1777
1778         * shr.el (shr-image-displayer): New function.
1779         (shr-tag-img): Use it.
1780
1781 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1782
1783         * mml2015.el (mml2015-epg-sign): Use From header.
1784
1785 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1788
1789         * gnus-util.el (gnus-find-text-property-region): Return markers.
1790
1791         * shr.el (shr-tag-img): Put a displayer in the text property.
1792
1793         * gnus-util.el (gnus-find-text-property-region): New utility function.
1794
1795         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1796         (gnus-html-show-images): Remove.
1797
1798         * gnus-art.el (gnus-article-show-images): New, more general function.
1799
1800         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1801         image url text properties.
1802
1803         * shr.el: Ditto.
1804
1805         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1806         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1807
1808 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1811         work for two or more articles.
1812
1813 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1816         divide an image that's in an html article to two or more when washing
1817         non-ASCII characters in alt text of it.
1818
1819 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1822         smime-decrypt-region using function argument.
1823         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1824
1825         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1826
1827         * smime.el (smime-decrypt-region): Catch it.
1828
1829 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1830
1831         * smime.el (smime-mode-map): Move initialization into declaration.
1832         (gnus-run-mode-hooks): Don't autoload.
1833         (smime-mode): Use define-derived-mode.
1834
1835 2010-11-11  Glenn Morris  <rgm@gnu.org>
1836
1837         * smime.el (from): Restrict declaration to XEmacs.
1838
1839         * nnir.el (gnus-group-topic-name): Autoload.
1840
1841 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * shr.el (shr-insert): Don't break long line if it is because of
1844         kinsoku-bol characters in the line end.
1845
1846 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1847
1848         * nnir.el (nnir-request-move-article): Fix to provide original group
1849         and subject.
1850         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1851         been retrieved.
1852
1853         * gnus-sum.el (gnus-summary-move-article): Use original group and
1854         subject for virtual articles such as those in an nnir summary buffer.
1855
1856 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1859         least 21.5).
1860
1861         * smime.el (from): Declare it again for XEmacs.
1862
1863 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * message.el (message-resend): Don't disable encoding unless it's
1866         already encoded.
1867
1868         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1869         low-numbered articles.
1870
1871 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * rfc2047.el (rfc2047-syntax-table): Simplify.
1874
1875         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1876
1877         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1878         set-char-table-range for XEmacs.
1879
1880 2010-11-10  Glenn Morris  <rgm@gnu.org>
1881
1882         * time-date.el (time-to-seconds): Always an alias on Emacs,
1883         never a real function.
1884         (with-no-warnings): Remove compat stub, now unused.
1885         (time-less-p): Doc fix.
1886         (time-to-number-of-days): Simplify.
1887
1888         * smime.el (from): Remove unused declaration.
1889
1890         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1891         (gnus-float-time): On Emacs, always an alias.
1892
1893         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1894         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1895
1896 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * dgnushack.el: Don't use ignore-errors in the top level form since it
1899         is unavailable in XEmacs even if cl is loaded.
1900
1901         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1902
1903 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * shr.el (browse-url-mailto): Autoload.
1906
1907         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1908
1909         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1910         regexp doesn't need quoting.
1911
1912 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1913
1914         * message.el (message-subject-trailing-was-ask-regexp)
1915         (message-subject-trailing-was-regexp): Match was: in addition to was.
1916
1917 2010-11-09  Glenn Morris  <rgm@gnu.org>
1918
1919         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1920         (nnbabyl-check-mbox): Use point-at-bol.
1921
1922 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1925
1926         * message.el (message-mailto): New function.
1927         (message-mailto): Should accept other parameters.
1928         (message-mailto): Remove since it duplicates browse-url-mailto
1929         functionality.
1930
1931 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1934         methods.
1935         (gnus-read-active-file): Ditto.
1936
1937         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1938         ": " from the prompt.
1939         (gnus-group-make-group): Ditto.
1940
1941 2010-11-07  Glenn Morris  <rgm@gnu.org>
1942
1943         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1944         (gnus-bookmark-kill-line): Use point-at-eol.
1945
1946 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1949         asterisks in From header.
1950
1951 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1954         string to avoid making the From headers syntactically invalid.
1955
1956         * message.el (message-send-mail): Don't insert courtesy messages if the
1957         message already has List-Post and List-ID messages.
1958
1959 2010-11-06  Glenn Morris  <rgm@gnu.org>
1960
1961         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1962         `condition', `type', `length' a prefix.
1963         (gnus-treat-predicate): Update for above name changes.
1964
1965 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1966
1967         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1968         binding.  Handled by `gnus-summary-refer-thread' instead.
1969         (nnir-warp-to-article): New backend function.
1970
1971         * nnimap.el (nnimap-request-thread): Force dependency updating.
1972
1973         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1974         (gnus-summary-refer-thread): Rework to improve thread-referral.
1975
1976         * gnus-int.el (gnus-warp-to-article): New function.
1977
1978         * gnus-sum.el (gnus-summary-article-map): Bind it.
1979
1980 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1981
1982         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1983         gnus-summary-refer-thread.
1984
1985         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1986         headers.
1987         (gnus-summary-limit-include-thread): Prevent articles in thread from
1988         being cut in gnus-cut-threads.
1989         (gnus-summary-refer-thread): Limit retrieved headers to those in
1990         thread.
1991
1992 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * message.el (message-send-mail): Use the value of
1995         message-courtesy-message from the message buffer.
1996
1997         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1998
1999         * shr.el (shr-browse-url): Implement mailto: URLs.
2000
2001         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2002         "raw".
2003
2004         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2005         if it's already selected.
2006
2007         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2008
2009 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2012         to measure the length and truncate alt text.
2013
2014 2010-11-03  Glenn Morris  <rgm@gnu.org>
2015
2016         * nndiary.el (nndiary-generate-nov-databases-1)
2017         (nndiary-generate-active-info): Rename dynamic variable `files' to
2018         something less generic.
2019
2020 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2021
2022         * nnir.el (nnir-request-move-article): Call the underlying backend to
2023         move articles from nnir.
2024
2025 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2028
2029 2010-11-02  Julien Danjou  <julien@danjou.info>
2030
2031         * nnir.el: Remove wais support.
2032
2033 2010-11-02  Glenn Morris  <rgm@gnu.org>
2034
2035         * gnus-html.el: Reorder requirements to quieten compiler.
2036
2037 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2040         properly for XEmacs as well.
2041         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2042         (gnus-article-natural-long-line-p): Use window-width rather than
2043         frame-width.
2044
2045 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2046
2047         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2048         (nnir-read-parms): Don't modify query.
2049         (nnir-run-query): Add ability to search topic on current line.
2050         (nnir-get-active): Clean up.
2051
2052 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2055         degenerate articles.
2056
2057         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2058         (gnus-print-buffer): Just print the buffer as is, without any copying
2059         to a buffer and then re-highlighting.
2060
2061         * nnimap.el (nnimap-request-group): Store the new updated info.
2062         (nnimap-request-group): Select the group when we don't know whether it
2063         exists or not.
2064
2065         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2066         groups.
2067
2068         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2069         groups.
2070
2071         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2072         groups.
2073
2074         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2075         long-lines case by only filling the long lines.
2076
2077         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2078         (bug #7311).
2079
2080 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * shr.el: No need to declare `declare-function' since shr.el is for
2083         only Emacsen that provide `libxml-parse-html-region'.
2084
2085         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2086         effective only in a file it is referred to.
2087
2088 2010-11-01  Glenn Morris  <rgm@gnu.org>
2089
2090         * mm-util.el (gnus-completing-read): Autoload.
2091         (mm-read-coding-system): Simplify Emacs definition.
2092
2093         * nnmail.el (gnus-activate-group):
2094         * nnimap.el (gnutls-negotiate):
2095         * nntp.el (netrc-parse): Fix declarations.
2096
2097 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2100         string-match-p in Emacs >=23.
2101
2102         * gnus-msg.el (gnus-configure-posting-styles)
2103         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2104
2105 2010-11-01  Glenn Morris  <rgm@gnu.org>
2106
2107         * nnir.el (declare-function): Add compat stub.
2108         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2109         (nnir-run-gmane): Require 'mm-url.
2110
2111         * mm-util.el (mm-string-to-multibyte): Simplify.
2112
2113         * shr.el (declare-function): Add compat stub.
2114         (url-cache-create-filename): Declare.
2115         (mm-disable-multibyte, widget-convert-button): Autoload.
2116
2117         * smime.el (ldap-search): Declare.
2118         (smime-cert-by-ldap-1): Require ldap on Emacs.
2119
2120         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2121         (nnimap-keepalive): Use gnus-float-time.
2122
2123         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2124         (mail-source-delete-crash-box): Use gnus-float-time.
2125
2126         * gnus-dired.el (gnus-completing-read): Autoload.
2127
2128         * mm-view.el (gnus-rescale-image): Autoload.
2129
2130         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2131
2132         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2133
2134         * sieve-manage.el: Require 'cl when compiling.
2135
2136         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2137         (gnus-iswitchb-completing-read): Require iswitchb.
2138         (gnus-select-frame-set-input-focus): Silence compiler.
2139
2140 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * message.el (message-subject-trailing-was-query): Change default to t,
2143         since I think that's what most people want.
2144
2145         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2146         appending for easier debugging.
2147         (nnimap-wait-for-connection): Take a regexp.
2148         (nnimap-request-accept-article): Wait for the continuation line before
2149         sending anything unless we're streaming.
2150
2151         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2152         leave the header washing to take place.
2153
2154 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2155
2156         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2157         regular expression match and replace in posting styles.
2158
2159 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2160
2161         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2162         an entire server.
2163         (nnir-get-active): New function.
2164         (nnir-run-imap): Use it.
2165         (nnir-run-gmane): Who knew, gmane search returns an article score!
2166
2167         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2168         server on the current line with nnir.
2169
2170 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2173         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2174         left edge.
2175         (gnus-article-foldable-buffer): Skip past the prefix when determining
2176         raggedness.
2177
2178         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2179         the raw article, and change `C-u g' to show the article without doing
2180         treatments.
2181
2182         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2183         on to `gnus-treat-article'.
2184         (gnus-inhibit-article-treatments): New variable.
2185
2186         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2187
2188         * gnus-art.el (gnus-treatment-function-alist): Have
2189         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2190         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2191         sections.
2192
2193         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2194         parameter.
2195         (gnus-article-fill-cited-long-lines): New function.
2196         (gnus-article-fill-cited-article): Allow filling only long sections.
2197
2198         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2199         and non-punctuation (like after the apostrophe in "'We").
2200
2201         * gnus-sum.el (gnus-summary-select-article): Make sure
2202         gnus-original-article-buffer is alive.
2203
2204         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2205         reflect the order they're in in the digest.
2206
2207         * gnus.el (gnus-group-startup-message): Move point to the start of the
2208         buffer.
2209
2210         * nnimap.el (nnimap-capability): New function.
2211         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2212         is set.
2213
2214 2010-10-31  David Engster  <dengste@eml.cc>
2215
2216         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2217         conform with changes to gnus-completing-read.
2218
2219 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2222
2223 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2224
2225         * nnir.el: Move defvar, defcustom around to keep file organized
2226         and keep byte-compiler quiet.
2227         (nnir-read-parms): Accept search-engine as arg.
2228         (nnir-run-query): Pass search-engine as arg.
2229         (nnir-search-engine): Remove.
2230
2231 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * shr.el (shr-generic): The text nodes should be text, not :text.
2234
2235         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2236         later in the file.
2237
2238 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2239
2240         * nnir.el: General clean up.  Allow searching with multiple engines.
2241         Allow separate extra-parameters for each engine.
2242         Batch queries when possible.
2243         (nnir-imap-default-search-key,nnir-method-default-engines):
2244         Add customize interface.
2245         (nnir-run-gmane): New engine.
2246         (nnir-engines): Use it.  Qualify all prompts with engine name.
2247         (nnir-search-engine): Remove global variable.
2248         (nnir-run-hyrex): Restore for now.
2249         (nnir-extra-parms,nnir-search-history): New variables.
2250         (gnus-group-make-nnir-group): Use them.
2251         (nnir-group-server): Remove in favor of gnus-group-server.
2252         (nnir-request-group): Avoid searching twice.
2253         (nnir-sort-groups-by-server): New function.
2254
2255 2010-10-30  Julien Danjou  <julien@danjou.info>
2256
2257         * gnus-group.el: Remove gnus-group-fetch-control.
2258
2259         * gnus-start.el (gnus-find-new-newsgroups):
2260         Remove gnus-check-first-time-used.
2261
2262         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2263
2264 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2265
2266         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2267         set on groups that don't have \* permanentflags.
2268
2269 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2272         control the background color.
2273         (shr-tag-img): Ignore very small web bug type images.
2274         (shr-put-image): Add help-echo alt texts to the images.
2275         (shr-tag-video): Show the video poster image.
2276
2277 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * shr.el (shr-table-depth): New variable.
2280         (shr-tag-table-1): Only insert the images after the top-level table.
2281
2282         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2283
2284         * gnus-util.el (gnus-list-memq-of-list): New function.
2285
2286         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2287         selected.
2288         (nnimap-unsplittable-articles): New slot.
2289         (nnimap-new-articles): Use it.
2290
2291 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2292
2293         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2294         move to the previous line on `M-g'.
2295
2296 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2299         *-request-group, which seems unnecessary.
2300
2301         * nnimap.el (nnimap-quote-specials): Function copied over from
2302         imap.el.
2303         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2304         they support that.  Suggested by Tom Regner.
2305
2306 2010-10-29  Julien Danjou  <julien@danjou.info>
2307
2308         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2309         defalias.
2310         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2311
2312         * gnus.el: Remove `gnus-nntp-service' variable.
2313         (gnus-secondary-servers): Make obsolete.
2314         (gnus-nntp-server): Make obsolete.
2315
2316         * gnus-start.el (gnus-1): Remove x-splash calls.
2317
2318         * gnus-ems.el (gnus-x-splash): Remove.
2319
2320         * gnus.el (gnus-group-startup-message): Simplify/update code.
2321
2322         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2323         definition.
2324
2325         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2326         capability before doing anything.
2327         (gnus-group-insert-group-line): Remove useless
2328         gnus-group-remove-excess-properties.
2329
2330 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2333
2334 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2337         config after reselecting.
2338
2339 2010-10-28  Julien Danjou  <julien@danjou.info>
2340
2341         * shr.el (shr-put-image): Use point even if only inserting text.
2342         (shr-put-image): Save excursion when inserting alt text on non-graphic
2343         display, so the behaviour is the same when we are on a graphic display.
2344
2345         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2346
2347 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2350         (gnus-mime-copy-part): Check coding system, not charset.
2351         (gnus-mime-view-part-externally): Never remove part.
2352         (gnus-mime-view-part-internally): Don't remove part here.
2353         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2354         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2355         multipart/alternative.
2356
2357         * mm-decode.el (mm-display-part): Take optional arg `force'.
2358
2359 2010-10-26  Julien Danjou  <julien@danjou.info>
2360
2361         * gnus-group.el (gnus-group-default-list-level): Add this function to
2362         compute the default list level.
2363         (gnus-group-default-list-level): Add possibility to use a function.
2364
2365 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2368
2369         * gnus-group.el (gnus-group-completing-read)
2370         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2371         gnus-replace-in-string.
2372
2373 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * shr.el (shr-tag-div): Add.
2376
2377         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2378
2379 2010-10-25  Julien Danjou  <julien@danjou.info>
2380
2381         * gnus-util.el: Remove `gnus-with-local-quit'.
2382
2383         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2384
2385 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2388         the original article buffer.
2389
2390 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-request-head): New function.
2393         (nnimap-request-move-article): Try to be slighly faster by not
2394         requesting the entire message when moving.
2395         (nnimap-transform-headers): Don't bug out on bodiless articles.
2396         (nnimap-send-command): Have no outstanding messages if the IMAP server
2397         doesn't support streaming.
2398         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2399
2400 2010-10-24  Julien Danjou  <julien@danjou.info>
2401
2402         * message.el (message-default-headers): Fix type.
2403
2404 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2407         prefetching images.
2408
2409         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2410         backend for unknown groups.  This is mainly useful for nnimap groups.
2411
2412         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2413         group isn't covered by the agent.
2414
2415 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2416
2417         * nnir.el (nnir-method-default-engines): New variable.
2418         (nnir-run-query): Use it.
2419         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2420         (gnus-summary-nnir-goto-thread): Change group if needed.
2421
2422         * gnus-group.el (gnus-group-group-map): Add key binding for
2423         gnus-group-make-nnir-group.
2424
2425 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * shr.el (shr-tag-object): Add.
2428
2429         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2430         original article buffer live.
2431         (gnus-summary-select-article-buffer):
2432         Mention gnus-widen-article-buffer.
2433
2434 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el (shr-tag-strong): Add.
2437
2438 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2441         group names.  They mess up the group buffer badly.
2442
2443         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2444
2445         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2446         instead of the summary one.
2447
2448 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * mml.el (mml-preview): Work properly when editing article.
2451
2452         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2453         gnus-have-read-active-file if it's already been in.
2454
2455 2010-10-22  Tom Tromey  <tromey@redhat.com>
2456
2457         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2458         gnus-group-completing-read.
2459
2460 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * message.el (message-mode-map): Don't bind M-; to comment region, to
2463         allow the global comment-dwim to work.
2464
2465 2010-10-21  Julien Danjou  <julien@danjou.info>
2466
2467         * message.el (message-setup-1): Allow message-default-headers to be a
2468         function.
2469
2470 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * shr.el (shr-tag-table): Simplify.
2473
2474 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2477         to avoid trying to snarf invalid stuff.
2478
2479         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2480
2481         * gnus.el (gnus-message-archive-group): Quote value.
2482         (gnus-message-archive-group): Mark as changed.
2483
2484         * shr.el (shr-add-font): Don't put the font properties on the newline
2485         or the indentation.
2486
2487         * message.el (message-fix-before-sending): Change options when sending
2488         non-printable characters.
2489
2490         * gnus.el (gnus-message-archive-method): Change the default to
2491         monthly outgoing groups.
2492
2493         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2494         that have gotten new numbers.
2495
2496         * nnimap.el (nnimap-request-replace-article): New function.
2497
2498 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2501         (nnrss-request-article): Don't use special html washing code.
2502
2503 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * shr.el (shr-tag-table): Remove useless nconc.
2506
2507 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * gnus-art.el (article-wash-html): Simplify and remove the charset
2510         stuff.  Use the normal html rendering code instead of the special html
2511         washing code.
2512
2513         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2514         `gnus-w3m' symbols.
2515         (mm-text-html-washer-alist): Remove.
2516
2517         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2518         (mm-inline-media-tests): Remove use.
2519         (mm-text-html-renderer): Change default to the `shr' symbol.
2520
2521         * mm-view.el (mm-inline-text-html): Remove use.
2522
2523         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2524         `gnus-blocked-images' to be a function.
2525         (gnus-article-wash-function): Remove.
2526
2527 2010-10-20  Julien Danjou  <julien@danjou.info>
2528
2529         * spam.el (spam-list-of-processors): Mark as obsolete.
2530
2531         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2532         (nnimap-insert-partial-structure): Fix boundary detection.
2533
2534 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2535
2536         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2537         run file-truename on remote files.  This can be expensive and even
2538         prevent one from editing drafts if some unrelated buffer has a stale
2539         connection.
2540
2541 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2544         kinsoku-eol regardless of shr-kinsoku-shorten.
2545         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2546         (shr-tag-table): Support caption, thead, and tfoot.
2547
2548 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2551         lines.
2552         (shr-save-contents): New command and keystroke.
2553
2554         * nndoc.el (nndoc-type-alist): Add git support.
2555         (nndoc-git-type-p): New function.
2556         (nndoc-transform-git-article): Ditto.
2557         (nndoc-transform-git-headers): Ditto.
2558         (nndoc-transform-git-headers): Generate Subject headers.
2559
2560         * shr.el (shr-parse-style): New function.
2561         (shr-tag-span): Ditto.
2562
2563         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2564         to `G G' to avoid collisions.
2565
2566 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * shr.el: Load kinsoku if necessary.
2569         (shr-kinsoku-shorten): New internal variable.
2570         (shr-find-fill-point): Make kinsoku shorten text line if
2571         shr-kinsoku-shorten is bound to non-nil.
2572         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2573         shr-indentation too when testing if table is wider than frame width.
2574         (shr-insert-table): Use `string-width' instead of `length' to measure
2575         text width.
2576         (shr-insert-table-ruler): Make sure indentation is done at bol.
2577
2578 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2581         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2582         undecoded network data.
2583
2584 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2587         name in the mode line spec so that the mode line menu works
2588         (bug #2431).
2589
2590         * message.el (message-get-reply-headers): If we're fed `to-address',
2591         then always use that.
2592
2593         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2594         aren't so wide as to need to switch off the edit menu.
2595
2596         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2597         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2598
2599         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2600         `M-g'.
2601         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2602         the permanent marks.
2603
2604 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2605
2606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2607         Splitting according to references/in-reply-to obeys the ignore-groups
2608         variable, while splitting by sender and subject do not.
2609
2610 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2613         alist, so that we can look for non-Unicode chars.
2614         (article-translate-strings): Allow both character and string maps.
2615
2616 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * shr.el (shr-insert): Don't insert space behind a wide character
2619         categorized as kinsoku-bol, or between characters both categorized as
2620         nospace.
2621
2622 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2623
2624         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2625         headers to gnus-newsgroup-headers.
2626
2627 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * shr.el (shr-tag-img): Don't align images -- since we're not
2630         rescaling, this often leads to ugly displays.
2631
2632 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2633
2634         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2635         duplicates.
2636
2637 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2638
2639         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2640         call.
2641
2642 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus.el: Autoload gnus-html-show-images.
2645
2646         * nnimap.el: Use nnheader-message throughout.
2647
2648         * shr.el (shr-tag-img): Ignore images with no data.
2649
2650 2010-10-15  Julien Danjou  <julien@danjou.info>
2651
2652         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2653         a possibility to disable format=flow encoding when using hard newlines.
2654
2655 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * shr.el (shr-insert): Remove space inserted before or after a
2658         breakable character or at the beginning or the end of a line.
2659         (shr-find-fill-point): Do kinsoku; find the second best point or give
2660         it up if there's no breakable point.
2661
2662 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * nnimap.el (nnimap-open-connection): Message when opening connection
2665         for debugging purposes.
2666
2667         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2668         on every setup buffer call to allow this to change from article to
2669         article.
2670
2671         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2672         buffers where we have a wide table.
2673
2674 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2675
2676         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2677         uses *-request-thread.
2678
2679 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2682         incantation, which is no longer valid.
2683
2684 2010-10-14  Julien Danjou  <julien@danjou.info>
2685
2686         * shr.el: Fix defcustom type (char -> character).
2687
2688 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2691         programs.
2692
2693 2010-10-14  Julien Danjou  <julien@danjou.info>
2694
2695         * shr.el (shr-tag-a): Use url-link as widget type.
2696
2697         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2698         `gnus-group-get-icon'.
2699
2700 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2703         This should make server editing work better.
2704
2705         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2706
2707         * tls.el (tls-program): Remove spurious %s from openssl.
2708
2709         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2710         (nnimap-parse-flags): Fix regexp.
2711
2712         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2713         probably work for CJVK text, too.
2714
2715         * nnimap.el (nnimap-extend-tls-programs): Remove.
2716         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2717
2718         * tls.el (tls-starttls-switches): Remove starttls hack.
2719         (open-tls-stream): Ditto.
2720         (tls-find-starttls-argument): Ditto.
2721
2722 2010-10-13  Julien Danjou  <julien@danjou.info>
2723
2724         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2725         responses.
2726
2727 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2730
2731         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2732         anything in Emacs.
2733
2734         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2735
2736 2010-10-13  Julien Danjou  <julien@danjou.info>
2737
2738         * shr.el (shr-width): Make shr-width a defcustom with default to
2739         fill-column.
2740         (shr-tag-img): Use shr-width rather than fill-column.
2741
2742 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * dgnushack.el (byte-optimize-apply)
2745         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2746
2747         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2748         position when (X-)Faces exist.
2749         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2750         avatars when called interactively.
2751
2752 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2755         gnus-article-x-face-too-ugly is bound.
2756
2757 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2760
2761         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2762         mailbox that doesn't exist.
2763
2764 2010-10-12  Julien Danjou  <julien@danjou.info>
2765
2766         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2767         (shr-get-image-data): Encode URL properly when fetching from cache.
2768         (shr-tag-img): Use aligned-to spaces to align correctly images.
2769
2770         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2771         before inserting the Gravatar.
2772
2773         * shr.el (shr-tag-img): Add align attribute support for <img>.
2774
2775 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-gravatar.el (gnus-art): Require.
2778
2779         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2780         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2781         Remove long obsoleted functions.
2782
2783 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2786
2787         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2788
2789         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2790         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2791         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2792         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2793         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2794         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2795         * sieve-manage.el, smime.el, spam.el:
2796         Fix comment for declare-function.
2797
2798 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnimap-request-rename-group): Select group read-only
2801         before renaming it.
2802
2803         * shr.el (shr-insert): Fix up the white space only regexp.
2804
2805         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2806         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2807
2808         * shr.el (shr-current-column): New function.
2809         (shr-find-fill-point): New function.
2810
2811 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2812
2813         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2814         numbers.
2815
2816 2010-10-11  Julien Danjou  <julien@danjou.info>
2817
2818         * shr.el (shr-hr-line): Add.
2819         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2820         display hr lines.
2821         (shr-max-columns): Do not change state to nil if we just inserting
2822         spaces.
2823
2824 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2827         select the last group.
2828
2829 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2832
2833 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2834
2835         * dig.el (dig-mode-map): Declare and define in one step.
2836
2837 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2840         for Gnus.
2841         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2842         (nnimap-update-qresync-info): Mark \Seen articles as read.
2843
2844         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2845         non-variable, too.
2846
2847         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2848         available.
2849         (nnimap-update-info): Rely more on the current active than the param
2850         active to avoid marking articles as read too much.
2851
2852         * auth-source.el (auth-source-create): Use (user-login-name) for the
2853         user name default.
2854
2855         * nnimap.el (nnimap-update-info): If the server doesn't return any
2856         useful info, just use the previous info.
2857         (nnimap-update-info): Prefer old info over start-article.
2858         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2859
2860 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2861
2862         * nnir.el (autoload): Clean up autoloads.
2863         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2864         Use key rather than value.
2865         (nnir-imap-search-other): New variable.
2866         (nnir-read-parm): Use it.
2867         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2868         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2869
2870 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2873         the process, too.
2874
2875 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * spam.el (gnus-summary-mode-map): Bind to "$".
2878         Suggested by Russ Allbery.
2879
2880         * shr.el: Rework the way things are indented by <li> slightly.
2881
2882         * gnus.el (gnus-group-set-parameter): Fix typo.
2883
2884         * nnimap.el: Start implementing QRESYNC support.
2885
2886 2010-10-09  Julien Danjou  <julien@danjou.info>
2887
2888         * nnir.el (nnir-engines): Fix too many arguments.
2889
2890 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2893         group is the "last", so that the backends like nnfolder actually save
2894         their folders.
2895
2896         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2897         try to use that for the tls stream.
2898         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2899         UIDVALIDITY and find out which groups are read-only and not.
2900         (nnimap-get-flags): Use the same marks parsing code as the rest of
2901         nnimap.
2902
2903 2010-10-09  Julien Danjou  <julien@danjou.info>
2904
2905         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2906
2907         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2908         retrieving gravatars.
2909
2910         * shr.el (shr-table-corner): Add.
2911         (shr-table-line): Add.
2912         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2913
2914 2010-10-08  Julien Danjou  <julien@danjou.info>
2915
2916         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2917
2918 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2919
2920         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2921
2922         * gnus-sum.el (gnus-mark-article-as-unread)
2923         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2924         (gnus-summary-set-bookmark): Use it.
2925
2926         * gnus-msg.el (gnus-setup-message): Use it.
2927
2928         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2929
2930         * gnus.el (gnus-group-remove-parameter): Use it.
2931
2932         * gnus-group.el (gnus-group-make-web-group): Use it.
2933
2934         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2935
2936         * nnregistry.el: Update docs to mention manual.
2937
2938         * gnus-registry.el: Update docs to mention nnregistry.el.
2939         (gnus-registry-initialize): Don't install nnregistry refer method
2940         automatically.
2941         (gnus-registry-install-nnregistry): Remove it.
2942
2943 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * shr.el (shr-insert): Don't insert double spaces.
2946
2947 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-gravatar.el (gnus-treat-from-gravatar)
2950         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2951         called interactively.
2952
2953         * gnus-art.el (gnus-mime-view-part-externally)
2954         (gnus-mime-view-part-internally): Make predicate function passed to
2955         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2956         of a mime type.
2957
2958         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2959
2960 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * shr.el (require): Require cl when compiling.
2963         (shr-tag-hr): New function.
2964
2965         * nnimap.el (nnimap-update-info): Remove double setting of high.
2966         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2967         This makes nnimap work properly on Courier again.
2968
2969         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2970         the variable for backwards compatability.
2971
2972         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2973         the file name before using to avoid setting mm-default-directory to
2974         nil.
2975
2976         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2977         bidning gnus-agent variables.
2978
2979         * shr.el (shr-render-td): Use a cache for the table rendering function
2980         to avoid getting an exponential rendering behaviour in nested tables.
2981         (shr-insert): Rework the line-breaking algorithm.
2982         (shr-insert): Don't leave trailing spaces.
2983         (shr-insert-table): Also insert empty TDs.
2984         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2985
2986 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2987
2988         * gnus-sum.el (gnus-number): Rename from `number'.
2989         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2990         (gnus-summary-limit-children): Update uses correspondingly.
2991
2992 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2995         (gnus-gravatar-transform-address): Don't show avatars of people of
2996         which mail addresses match gnus-gravatar-too-ugly.
2997
2998 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * shr.el (shr-table-widths): Expand TD elements to fill available
3001         space.
3002
3003 2010-10-07  Julien Danjou  <julien@danjou.info>
3004
3005         * nnimap.el (nnimap-request-rename-group): Add this method.
3006
3007 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3010         name from XEmacs' function-arglist.
3011
3012         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3013         gravatar under XEmacs.
3014
3015 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * auth-source.el: Update docs with TODO items.
3018
3019         * gnus-sync.el: Update docs to explain state and plans.
3020
3021         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3022         Hooks for mark updates.
3023         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3024
3025         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3026         hooks with arguments, which is needed for mark update hooks.
3027
3028 2010-10-06  Julien Danjou  <julien@danjou.info>
3029
3030         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3031         was matched.
3032
3033         * sieve-manage.el: Update example in `Commentary'.
3034
3035         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3036
3037         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3038         not 2000.
3039         (sieve-manage-authenticate): Re-add function.
3040
3041 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * shr.el (shr-insert): Get 'space transition right.
3044         (shr-render-td): Only delete space at the end of the TD.
3045
3046         * nnimap.el (nnimap-open-connection): Prepare to support
3047         open-gnutls-stream.
3048
3049         * shr.el: Rearrange function order to be more logical.
3050
3051 2010-10-06  Julien Danjou  <julien@danjou.info>
3052
3053         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3054         (nnrss-discover-feed): Remove 404 URL in docstring.
3055
3056         * nnir.el: Fix Swish-E URL.
3057         Fix Namazu URL.
3058
3059         * message.el (message-change-subject): Remove 404 URL in a comment.
3060
3061 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3064         called interactively.
3065
3066         * gnus-util.el (gnus-remove-if): Allow hash table.
3067         (gnus-remove-if-not): New function.
3068
3069         * gnus-art.el (gnus-mime-view-part-as-type)
3070         * gnus-score.el (gnus-summary-score-effect)
3071         * gnus-sum.el (gnus-read-move-group-name):
3072         Replace remove-if-not with gnus-remove-if-not.
3073
3074         * gnus-group.el (gnus-group-completing-read):
3075         Regard collection as a hash table if it is not a list.
3076
3077 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3080
3081         * shr.el: Document the table-rendering algorithm.
3082
3083 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3086         for Emacsen having no `libxml-parse-html-region' support.
3087
3088 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3091         invalid URLs.
3092
3093         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3094         line-broken.
3095         (shr-tag-img): Ignore image fetching errors.
3096         (shr-overlays-in-region): Compute overlay positions correctly.
3097
3098         * mm-decode.el (mm-shr): Require shr.
3099
3100         * gnus-art.el (gnus-blocked-images): Move variable here.
3101
3102         * shr.el (shr-insert-table): Bind free variable.
3103
3104         * mm-decode.el (mm-shr): Bind shr-content-function.
3105
3106         * shr.el (shr-content-function): New variable.
3107
3108         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3109         added for symmetry.
3110
3111         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3112
3113         * gnus-group.el (gnus-group-make-group): Doc fix.
3114
3115         * nnimap.el (nnimap-request-newgroups): Return success.
3116
3117         * shr.el (shr-find-elements): New function.
3118         (shr-tag-table): Put all the images after the table.
3119         (shr-tag-table): Really inhibit images inside the table.
3120         (shr-collect-overlays): Copy over overlays from the TD elements to the
3121         main document.
3122
3123         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3124         gnus-blocked-images.
3125
3126 2010-10-05  Julien Danjou  <julien@danjou.info>
3127
3128         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3129
3130         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3131         (gnus-html-maximum-image-size): Add this function.
3132         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3133
3134         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3135         server-value of the capability is nil.
3136
3137 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * shr.el (shr-tag-em): Add <EM> tag.
3140
3141 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3142
3143         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3144         customizable.
3145
3146         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3147         handing broken links to browse-url.
3148
3149 2010-10-05  Julien Danjou  <julien@danjou.info>
3150
3151         * gnus-util.el (gnus-emacs-completing-read)
3152         (gnus-iswitchb-completing-read): Use autoload rather than require.
3153
3154 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3157         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3158         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3159         iswitchb-temp-buflist for XEmacs.
3160
3161         * gnus-util.el (gnus-completing-read-function): Exclude
3162         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3163         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3164         XEmacs.
3165
3166         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3167         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3168
3169         * gnus-html.el: Don't require help-fns under XEmacs.
3170         (gnus-html-schedule-image-fetching): Work for XEmacs.
3171
3172         * mm-decode.el (mm-shr): Decode contents by charset.
3173
3174 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3177         unknown.
3178
3179         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3180         (shr-get-image-data): Ensure against the cache file missing.
3181
3182         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3183         for data.
3184
3185         * spam-report.el (spam-report-url-ping-plain): Don't query about
3186         killing the process.
3187
3188         * shr.el (shr-render-td): Protect against too-wide text.
3189
3190 2010-10-04  Julien Danjou  <julien@danjou.info>
3191
3192         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3193         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3194
3195         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3196         retrieved.
3197
3198 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * shr.el (browse-url): Require.
3201         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3202         lines.
3203         (shr-show-alt-text, shr-browse-image): New commands.
3204         (shr-browse-url, shr-copy-url): New commands.
3205
3206         * gnus-sum.el (gnus-widen-article-window): New variable.
3207         (gnus-summary-select-article-buffer): Use it.
3208
3209         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3210         without @ signs.
3211
3212 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3213
3214         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3215
3216 2010-10-04  Julien Danjou  <julien@danjou.info>
3217
3218         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3219         for XEmacs.
3220
3221 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3224
3225         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3226         (nnimap-close-server): Implement.
3227
3228         * dgnushack.el (iswitchb): Require to shut up the compiler.
3229
3230         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3231         (shr-insert): Tweak line breaking.
3232         (shr-insert): Handle <pre> better.
3233         (shr-tag-li): Get <li> indentation right.
3234         (shr-tag-li): Get <li> indentation even righter.
3235         (shr-tag-blockquote): Ensure paragraph start.
3236         (shr-make-table): Tweak table generation.
3237         (shr-make-table): Fix typo.
3238
3239         * shr.el: Implement table rendering.
3240
3241 2010-10-04  Julien Danjou  <julien@danjou.info>
3242
3243         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3244
3245 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-insert): Use string anchors instead of line anchors.
3248
3249 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * shr.el: Add headings.
3252         (shr-ensure-paragraph): Actually work.
3253         (shr-tag-li): Make <ul> prettier.
3254         (shr-insert): Get white space at the beginning/end of elements right.
3255         (shr-tag-p): Collapse subsequent <p>s.
3256         (shr-ensure-paragraph): Don't insert double line feeds after blank
3257         lines.
3258         (shr-insert): \t is also space.
3259         (shr-tag-s): Fix "s" tag name function.
3260         (shr-tag-s): Fix face prop name.
3261
3262 2010-10-03  Julien Danjou  <julien@danjou.info>
3263
3264         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3265
3266         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3267         gnus-window-inside-pixel-edges.
3268
3269         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3270         gnus-ems.
3271
3272         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3273
3274         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3275         function.
3276
3277         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3278         resize choice.
3279
3280 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3283         beginning of the buffer.
3284
3285         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3286         article buffer again.
3287
3288         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3289
3290         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3291         when it's at the start of the buffer.
3292
3293         * shr.el (shr-tag-blockquote): Convert name.
3294         (shr-rescale-image): Use the right image-size variant.
3295
3296         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3297         buffer isn't shown, then select the current article first instead of
3298         bugging out.
3299         (gnus-summary-select-article-buffer): Show both the article and summary
3300         buffers again.
3301
3302         * shr.el (shr-fontize-cont): Protect against regions with no text.
3303         Rename tag functions to shr-tag-* for enhanced security.
3304         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3305
3306 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3307
3308         * shr.el (shr-insert):
3309         * pop3.el (pop3-movemail):
3310         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3311         loaded.
3312
3313 2010-10-03  Glenn Morris  <rgm@gnu.org>
3314
3315         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3316
3317         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3318
3319         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3320
3321         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3322
3323         * gnus-util.el (gnus-make-local-hook): Simplify.
3324
3325 2010-10-02  Julien Danjou  <julien@danjou.info>
3326
3327         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3328         (gnus-ido-completing-read): New function.
3329         (gnus-emacs-completing-read): New function.
3330         (gnus-completing-read): Use gnus-completing-read-function.
3331         Add gnus-completing-read-function.
3332
3333 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * shr.el (shr-insert-document): Autoload.
3336         (shr-img): Be silent.
3337         (shr-insert): Add a newline after every picture before text.
3338         (shr-add-font): Use overlays for combining faces.
3339         (shr-insert): Pass upwards the text start point.
3340
3341         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3342         possible.
3343         (mm-shr): New function.
3344
3345 2010-10-02  Julien Danjou  <julien@danjou.info>
3346
3347         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3348         should go backward.
3349
3350 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3351
3352         * shr.el (shr): Fix typo in provide call.
3353
3354 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * shr.el: New file.
3357
3358         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3359
3360         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3361         completing read.
3362
3363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3366         we're being queried about.  Suggested by Dan Jacobson.
3367
3368         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3369         Suggested by Jason Eisner.
3370
3371         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3372         table, too.  Suggested by Stefan Wiens.
3373         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3374         the table unnecessary.  Suggested by Stefan Wiens.
3375
3376         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3377         longer needed, and probably doesn't work either, as pointed out by
3378         Stefan Wiens.
3379         (gnus-summary-exit): Remove call to the clearing function.
3380         (gnus-summary-exit-no-update): Ditto.
3381
3382         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3383         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3384         Reported by Stefan Monnier.
3385         (gnus-summary-save-in-rmail): Ditto.
3386
3387         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3388         article buffer, instead of both the article buffer and the summary
3389         buffer.  Sort of suggested by Dan Jacobson.
3390
3391         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3392
3393         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3394         Suggested by Dan Jacobson.
3395
3396         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3397         documentation clearer.
3398
3399         * message.el (message-shorten-references): Comment on the number "21".
3400         Suggested by Stefan Monnier.
3401
3402         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3403         Suggested by Dan Jacobson.
3404
3405         * gnus.el (gnus-large-newsgroup):
3406         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3407
3408         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3409         externalize attachments.  Bug reported by Steve Wen.
3410
3411         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3412         really message anything to the user.
3413
3414         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3415         directly.
3416
3417         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3418         messages in empty groups.
3419
3420 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3421
3422         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3423         non-UIDNEXT group.
3424
3425 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3428         not the value from the collection.
3429
3430         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3431         values.  This sometimes happens on some groups that have no info.
3432         (nnimap-request-newgroups): New function.
3433
3434 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3437         check into `gnus-registry-initialize'.
3438         (gnus-registry-initialize): Ditto.
3439         Fix and extend header docs.
3440
3441 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3444         regexp backtrace overflows.
3445
3446         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3447         for starttls that tls.el implements; i.e. openssl.
3448
3449         * tls.el (tls-starttls-switches): Give up on using starttls with
3450         gnutls-cli.
3451         (tls-program): Add --insecure to be consistent with the defaults from
3452         openssl s_client.  Now all three commands are insecure.
3453
3454 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * lpath.el: Bind completion-styles-alist for XEmacs.
3457
3458         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3459         (gravatar-create-image): New function that's an alias to
3460         gnus-xmas-create-image, gnus-create-image, or create-image.
3461         (gravatar-data->image): Use it.
3462
3463 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3466         install the nnregistry refer method.
3467         (gnus-registry-install-hooks): Use it.
3468         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3469         unfollowed groups.
3470
3471 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3472
3473         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3474         expanding threads.
3475
3476 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnir.el: Use the server names without suffixes (bug #7009).
3479
3480         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3481         unencrypted to STARTTLS, if possible.
3482
3483 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3484
3485         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3486         headers before superseding.
3487
3488 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * nnrss.el (nnrss-use-local): Add documentation.
3491
3492         * nnimap.el (nnimap-extend-tls-programs): New function.
3493         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3494         (nnimap-wait-for-connection): Accept the greeting from the stupid
3495         output from openssl s_client -starttls, too.
3496
3497         * tls.el (tls-starttls-switches): New variable.
3498         (tls-find-starttls-argument): Use it.
3499         (open-tls-stream): Ditto.
3500
3501         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3502         (netrc-machine): Ditto.
3503
3504         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3505         article number.
3506         (nnimap-split-fancy): New variable.
3507         (nnimap-split-incoming-mail): Use it.
3508
3509         * nntp.el (nntp-server-list-active-group): Document.
3510
3511         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3512         SELECT to get the message-id.
3513
3514         * mail-source.el (mail-sources): Remove webmail support.
3515         (defvar): Ditto.
3516         (mail-source-fetcher-alist): Ditto.
3517         (mail-source-fetch-webmail): Remove.
3518
3519         * webmail.el: Remove -- doesn't seem relevant any more.
3520
3521         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3522
3523         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3524         the \r.
3525
3526 2010-09-30  Julien Danjou  <julien@danjou.info>
3527
3528         * gnus-agent.el (gnus-agent-add-group): Fix call to
3529         gnus-completing-read.
3530
3531 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * nndoc.el (nndoc-retrieve-groups): New function.
3534
3535         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3536         `default', use nnmail-split-methods.
3537         (nnimap-request-article): Downcase the NILs so that they are nil.
3538
3539         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3540         symbol.
3541
3542         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3543         code, since if the user has requested network, that's what they ought
3544         to get.
3545         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3546         (nnimap-split-rule): Mark as obsolete.
3547
3548         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3549         New variable.
3550
3551         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3552         correct slot, too.
3553
3554 2010-09-29  Julien Danjou  <julien@danjou.info>
3555
3556         * gnus.el (gnus-local-domain): Declare variable obsolete.
3557
3558         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3559         Fix history computing.
3560         (gnus-ido-completing-read): Require ido.
3561
3562 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3565         build Gnus.
3566
3567         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3568         when interpreting the structures.
3569         (nnimap-request-accept-article): Add \r\n to the lines to make this
3570         work with Cyrus.
3571
3572         * nndraft.el (nndraft-request-expire-articles): Use the group name
3573         instead if "nndraft".  Fix found by Nils Ackermann.
3574
3575 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3576
3577         * nnregistry.el: Add.
3578
3579 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3580
3581         * nnmail.el (group, group-art-list, group-art):
3582         Remove unneeded directives.
3583
3584 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3587         (mm-mime-charset)
3588         * rfc2047.el (rfc2047-syntax-table)
3589         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3590
3591         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3592         rather than `insert-file-contents' and `eval-region'.
3593
3594         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3595         construction.
3596
3597         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3598
3599         * time-date.el: No need to require cl for Emacs 21.
3600
3601 2010-09-29  Julien Danjou  <julien@danjou.info>
3602
3603         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3604         replacement of `gnus-gravatar-relief' to mimic
3605         `gnus-faces-properties-alist'.
3606         Add :version property.
3607
3608 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mail-source.el (mail-source-report-new-mail)
3611         * message.el (message-default-mail-headers)
3612         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3613
3614         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3615
3616 2010-09-28  Julien Danjou  <julien@danjou.info>
3617
3618         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3619         mail-address contains the same string as real-name.
3620
3621         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3622         non-blank in header, otherwise it'll get stripped.
3623
3624         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3625         real-name, and then for mail address rather than doing : or , search.
3626
3627 2010-09-27  Julien Danjou  <julien@danjou.info>
3628
3629         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3630         right completing-read function.
3631         (gnus-use-ido): New variable
3632         (gnus-completing-read-with-default): Remove.
3633         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3634         (gnus-agent-add-group):
3635         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3636         * mm-view.el (mm-view-pkcs7-decrypt):
3637         * mm-util.el (mm-codepage-setup):
3638         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3639         * mml-smime.el (mml-smime-openssl-sign-query):
3640         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3641         (mml-insert-multipart):
3642         * gnus-msg.el (gnus-summary-yank-message):
3643         * gnus-int.el (gnus-start-news-server):
3644         * mm-decode.el (mm-interactively-view-part):
3645         * gnus-dired.el (gnus-dired-attach):
3646         * gnus.el (gnus-read-method):
3647         * gnus-bookmark.el (gnus-bookmark-jump):
3648         * gnus-art.el (gnus-mime-view-part-as-type)
3649         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3650         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3651         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3652         * nnmairix.el (nnmairix-create-server-and-default-group)
3653         (nnmairix-update-groups, nnmairix-get-server)
3654         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3655         (nnmairix-get-group-from-file-path):
3656         * nnrss.el (nnrss-find-rss-via-syndic8):
3657         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3658         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3659         (gnus-group-browse-foreign-server):
3660         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3661         (gnus-summary-execute-command, gnus-summary-respool-article)
3662         (gnus-read-move-group-name):
3663         * gnus-score.el (gnus-summary-increase-score)
3664         (gnus-summary-score-effect):
3665         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3666
3667 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3670         x-focus-frame.
3671
3672         * nnimap.el (auth-source-forget-user-or-password)
3673         (auth-source-user-or-password): Autoload.
3674
3675         * message.el (message-from-style, message-interactive)
3676         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3677         (message-yank-prefix, message-indentation-spaces, message-signature)
3678         (message-signature-file): Add comment.
3679
3680 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3683         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3684         new articles.
3685
3686         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3687         parts.
3688         (nnimap-request-article): Work with the t setting, too.
3689
3690         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3691         that you don't get flashes of other buffers.
3692         (gnus-summary-show-complete-article): Intern before setting.
3693
3694 2010-09-27  David Engster  <dengste@eml.cc>
3695
3696         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3697         well as HEADERS.
3698         (nnmairix-retrieve-headers): Provide new argument for the above.
3699
3700 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-sum.el (gnus-summary-move-article): Don't alter
3703         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3704         group.
3705
3706         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3707
3708         * message.el (message-cite-prefix-regexp): Revert my last edit.
3709
3710         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3711         variable instead of the Gnus variable.
3712
3713         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3714
3715         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3716
3717         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3718         since some servers don't like it.
3719         (nnimap-open-connection): Forget credentials if the server says the
3720         password was wrong.
3721         (nnimap-parse-line): Protect against invalid data.
3722
3723         * gnus-sum.el (gnus-summary-move-article): Add comment.
3724         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3725         nothing alters it while scanning for new messages.
3726
3727         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3728         which may or may not help.
3729         (nnimap-open-connection): If we're doing a stream connection, and then
3730         discover we're on a STARTTLS-capable server, then open a STARTTLS
3731         connection instead.
3732
3733 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * nnimap.el (utf7): Require.
3736
3737         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3738         prefix.
3739
3740 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3741
3742         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3743
3744 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * nnimap.el (nnimap-request-accept-article): Message the error on
3747         error.
3748
3749 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3752
3753 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * nndoc.el (nndoc-request-list): Return success always.
3756
3757         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3758         `fetch-old' -- we only want to fetch the articles we've requested.
3759         The rest are in the agent, probably.
3760         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3761         disappeared server" to something low.  It's not important.
3762
3763         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3764         arrived before the FETCH data.
3765
3766         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3767         target here, because we don't know the Gnus name of the group.
3768
3769         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3770         for the correct group.
3771
3772         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3773
3774         * gnus.el (gnus): Give a final warning after startup.
3775
3776         * gnus-util.el (gnus-action-message-log): New variable.
3777         (gnus-message): Use it.
3778         (gnus-final-warning): New function.
3779
3780         * nnimap.el (nnimap-open-connection): Record the greeting.
3781         (nnimap): Add greeting.
3782
3783 2010-09-26  Julien Danjou  <julien@danjou.info>
3784
3785         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3786         arguments.
3787         (gnus-html-wash-images): Fix spec computing to include start/end.
3788
3789         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3790
3791 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3794         deletion.
3795         (nnimap-retrieve-headers): Don't select the group, because that's
3796         already done by nnimap-possibly-change-group.
3797
3798         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3799         (gnus-picon-transform-address): Use it.
3800
3801         * mail-source.el (mail-source-value): Revert previous patch.
3802
3803         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3804         on failure.
3805         (nnimap-open-connection): Look up both virtual and physical server name
3806         credentials.
3807
3808         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3809
3810 2009-02-07  Dave Love  <fx@gnu.org>
3811
3812         * tls.el (open-tls-stream): Don't query killing process.
3813
3814 2009-02-08  Dave Love  <fx@gnu.org>
3815
3816         * gnus-win.el (gnus-window-to-buffer-helper)
3817         (gnus-all-windows-visible-p): Function needn't be a symbol.
3818
3819         * mail-source.el (mail-source-value): Function needn't be a symbol.
3820
3821 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * message.el (message-cite-prefix-regexp): Remove } from the cite
3824         prefix.
3825
3826         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3827         highlight again, so that the highlight is correct.
3828
3829         * gnus-picon.el (gnus-picon): Remove again.
3830         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3831
3832         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3833         doing the header highlightling, so that the background colour of the
3834         picon is correct.
3835
3836         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3837         (gnus-picon): Ditto.
3838         (gnus-picon): Reinstate.  The background colour for picons is white.
3839         (gnus-picon-insert-glyph): Make the background white.
3840
3841         * nnml.el (nnml-open-nov): Don't return dead buffers.
3842
3843         * auth-source.el (auth-source-create): Query the user for whether to
3844         store the credentials.
3845
3846         * netrc.el (netrc-store-data): New function.
3847
3848         * auth-source.el (auth-source-user-or-password): Use the existing auth
3849         sources, if any, for creation.
3850
3851         * gnus.el (gnus-group-fast-parameter): Return the last matching
3852         parameter instead of the first matching parameter.
3853
3854 2010-09-26  Julien Danjou  <julien@danjou.info>
3855
3856         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3857
3858 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * mml2015.el (mml2015-use): Remove gpg support.
3861
3862         * mml1991.el (mml1991-function-alist): Remove gpg function.
3863         (mml1991-gpg-sign): Remove.
3864
3865 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3866
3867         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3868         (gnus-browse-unsubscribe-current-group): Document it.
3869         (gnus-browse-unsubscribe-group): Use it.
3870
3871 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3874         address to the To list for easier response.
3875
3876         * gnus.el (gnus-play-startup-jingle): Remove.
3877         (gnus-splash): Don't play jingle.
3878         (gnus): Silence gnus-load message.
3879
3880         * gnus-art.el (gnus-treat-play-sounds): Remove.
3881
3882         * gnus.el (gnus-play-jingle): Remove audio support.
3883
3884         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3885
3886         * earcon.el: Remove -- no users.
3887
3888         * gnus-audio.el: Remove -- no users of this package.
3889
3890         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3891
3892         * gnus-start.el (gnus-setup-news): Remove nocem support.
3893
3894         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3895
3896         * gnus.el (gnus-use-nocem): Remove.
3897
3898         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3899         Remove.
3900
3901         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3902         uses NoCeM any more.
3903
3904         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3905         (gnus-button-ctan-handler): Ditto.
3906         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3907         (gnus-button-ctan-directory-regexp): Ditto.
3908         (gnus-button-handle-ctan): Ditto.
3909         (gnus-button-tex-level): Ditto.
3910         (gnus-button-alist): Remove CTAN stuff.
3911
3912 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3915         nnimap-streaming test.
3916
3917         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3918         servers twice.
3919
3920         * nnimap.el (nnimap-open-connection): Add more error reporting when
3921         nnimap fails early.
3922
3923         * nnheader.el (nnheader-get-report-string): New function.
3924         (nnheader-get-report): Use it.
3925
3926         * gnus-int.el (gnus-check-server): Say what the error was when opening
3927         failed.
3928
3929         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3930         using streaming.
3931
3932 2010-09-25  Julien Danjou  <julien@danjou.info>
3933
3934         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3935         gnus-window-inside-pixel-edges.
3936
3937 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3940
3941         * mm-decode.el (mm-save-part): Allow saving to other directories the
3942         normal Emacs way.
3943
3944         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3945         Suggested by Jay Berkenbilt.
3946
3947         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3948         there isn't a single byte.
3949
3950         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3951         just do it.  It doesn't really seem to matter what the user responds
3952         here, I think, so it's just a confusing question.
3953
3954         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3955         non-streaming case.
3956
3957         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3958         (gnus-article-encrypt-body): Use it.
3959
3960         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3961         keystroke.
3962
3963         * nnimap.el (nnimap-find-wanted-parts-1):
3964         Use gnus-fetch-partial-articles.
3965
3966         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3967
3968         * nnimap.el (nnimap-insert-partial-structure): New function.
3969         (nnimap-get-partial-article): New function.
3970         (nnimap-request-article): Use it.
3971         (nnimap-wait-for-response): Return whether the wait was successful.
3972         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3973         retrieval wasn't successful.
3974         (nnimap-retrieve-group-data-early): Allow throttling servers.
3975         (nnimap-streaming): New variable.
3976         (nnimap-fetch-partial-articles): Remove.
3977
3978         * mm-decode.el (mm-with-part): Protect against killed buffers.
3979
3980         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3981         for prettier summary display.
3982
3983 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3984
3985         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3986
3987 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3990         apparently third-party libraries depend on it.
3991
3992         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3993         before starting negotiation.
3994
3995         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3996         privacy reasons.
3997         (gnus-treat-mail-gravatar): Ditto.
3998
3999         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4000         buffer when inserting images.  Inserting text into the headers, for
4001         instance, can make them invalid.
4002
4003 2010-09-25  Julien Danjou  <julien@danjou.info>
4004
4005         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4006         variables.
4007
4008         * nnheader.el: Remove useless variables news-reply-yank-from and
4009         news-reply-yank-message-id.
4010
4011         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4012         variables.
4013
4014         * mml1991.el: Remove useless mml1991-verbose.
4015
4016         * gnus.el: Remove useless variable gnus-use-generic-from.
4017         Remove obsolete variable gnus-topic-indentation.
4018
4019         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4020
4021         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4022
4023         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4024
4025         * gnus-group.el: Remove useless gnus-group-icon-cache.
4026         Remove useless gnus-ephemeral-group-server.
4027
4028         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4029
4030         * mml2015.el: Remove useless mml2015-verbose.
4031
4032         * mml-smime.el: Remove useless mml-smime-verbose.
4033
4034         * gnus.el: Remove useless gnus-local-domain.
4035
4036         * gnus-gravatar.el (gnus-gravatar-transform-address):
4037         Use gnus-gravatar-size.
4038
4039         * gnus-art.el: Remove useless gnus-treat-translate.
4040
4041 2010-09-24  Julien Danjou  <julien@danjou.info>
4042
4043         * gnus-sum.el: Add support for Gravatars.
4044
4045         * gnus-art.el: Add support for Gravatars.
4046
4047         * gnus-gravatar.el: Add this file.
4048
4049         * gravatar.el: Add this file.
4050
4051 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4054
4055         * gnus-group.el (gnus-group-fetch-faq): Remove.
4056
4057         * gnus.el (gnus-group-faq-directory): Remove.
4058
4059         * gnus-group.el (gnus-group-fetch-charter): Remove.
4060
4061         * gnus.el (gnus-group-charter-alist): Remove.
4062
4063         * gnus-group.el (gnus-group-archive-directory): Remove.
4064         (gnus-group-recent-archive-directory): Ditto.
4065         (gnus-group-make-archive-group): Remove.
4066
4067         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4068
4069         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4070         use the same article number for all the cached articles.
4071
4072         * nnimap.el (nnimap-command): Register the last command time so
4073         that we can use it for idling NOOPs.
4074         (nnimap-open-connection): Start the keeplive timer.
4075         (nnimap-make-process-buffer): Store all the process buffers.
4076         (nnimap-keepalive): New function.
4077
4078         * starttls.el (starttls-open-stream): Add autoload cookie.
4079
4080 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4081
4082         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4083         handling.
4084
4085 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4088         its data structures.
4089
4090         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4091         instead of the cl.el copy-list.
4092         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4093         equalp.
4094
4095 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4098         and tool-bar-local-item-from-menu.
4099
4100         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4101         mode-line-highlight face for Emacs.
4102
4103         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4104         loading gnus-sum.elc; fix comment for canlock-verify.
4105         (gnus-article-jump-to-part): Use read-number.
4106         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4107         Remove Emacs pre-21 compatible code for help-echo.
4108         (gnus-article-next-page-1): No need to adjust the number of lines.
4109         (gnus-article-describe-bindings): Always use help-buffer.
4110
4111         * gnus-audio.el (gnus-audio-inline-sound)
4112         * gnus-cus.el (gnus-custom-mode)
4113         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4114
4115         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4116
4117         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4118         compatible code.
4119
4120 2010-09-24  Glenn Morris  <rgm@gnu.org>
4121
4122         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4123         visiting the fcc file in rmail-mode.
4124
4125         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4126
4127 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * nnir.el: Silence the byte compiler.
4130
4131         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4132         alias to browse-url-url-encode-chars if any.
4133         (gnus-html-encode-url): Use it.
4134
4135 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-start.el (gnus-use-backend-marks): New variable.
4138         (gnus-get-unread-articles-in-group): Use it.
4139
4140         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4141         makeover.
4142
4143 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4144
4145         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4146
4147 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4150         Remove.
4151         (gnus-setup-news-hook):
4152         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4153
4154         * gnus-int.el (gnus-request-update-info): Protect against backends not
4155         having the function.
4156
4157         * nnimap.el (nnimap-stream): Mention starttls.
4158         (nnimap-open-connection): Add starttls support.
4159
4160 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4161
4162         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4163
4164 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4167         BODYSTRUCTUREs.
4168         (nnimap-transform-headers): Unfold quoted {42} headers.
4169
4170         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4171         the info.
4172         (gnus-get-unread-articles): Only call updatep on backends that support
4173         it.
4174
4175         * nnweb.el (nnweb-request-update-info): NOOP.
4176
4177         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4178
4179         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4180         since it only deals with marks.
4181
4182         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4183         gnus-request-marks, and make a new gnus-request-update-info.
4184
4185         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4186         the active instead of the high number, which is usually too low.
4187
4188 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4191         * encrypt.el: Remove.
4192
4193 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4196         server in symbolic form.
4197
4198         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4199
4200 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4203         (nnimap-update-info): Fix up code slightly.
4204
4205         * gnus-int.el (gnus-open-server): Add tracing for performance
4206         debugging.
4207
4208         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4209         (gnus-group-insert-group-line): Pass the real group name so that it
4210         gets the right data.
4211
4212         * gnus-start.el (gnus-get-unread-articles): Don't have
4213         `gnus-get-unread-articles-in-group' update info, since that can be
4214         really slow and doesn't seem to be needed?
4215
4216 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4217
4218         * time-date.el (date-to-time): Try using parse-time-string first before
4219         using the slower timezone-make-date-arpa-standard.
4220
4221 2010-09-22  Julien Danjou  <julien@danjou.info>
4222
4223         * gnus-group.el (gnus-group-insert-group-line):
4224         Call gnus-group-highlight-line.
4225         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4226         default hook list.
4227         (gnus-group-update-eval-form): Add new function.
4228         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4229         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4230
4231 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4234         immediate, then expire all articles.
4235         (nnimap-update-info): Fix off-by-one errors.
4236         (nnimap-flags-to-marks): Would return no marks lists for group with no
4237         flags.  Instead return the other data.
4238
4239 2010-09-22  Julien Danjou  <julien@danjou.info>
4240
4241         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4242         Only return an icon.
4243         (gnus-group-insert-group-line): Compute icon to return.
4244
4245         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4246         (gnus-html-image-fetched): Only cache if
4247         gnus-html-image-automatic-caching is set.
4248         (gnus-html-image-fetched): Check for errors.
4249
4250 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4253         once per method on `g'.  This ensures that backends like nnfolder don't
4254         open all their folders.
4255
4256         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4257         (nnimap-request-list): Nix out group in the correct buffer.
4258         (nnimap-parse-flags): Implement by using `read' instead of
4259         hand-parsing.
4260         (nnimap-flags-to-marks): Pass on permanent-flags.
4261         (nnimap-make-process-buffer): Record the server name.
4262         (nnimap-parse-flags): Fix typo.
4263         (nnimap-request-scan): Run split on the server in general, not just a
4264         single group.
4265
4266         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4267         parameter, and propagate this downwards.
4268
4269         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4270         since EXAMINE changes it on the server.
4271
4272         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4273         this command might take a while.
4274
4275 2010-09-22  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4278         harmful if you have 2 images side-by-side, they can't be properly
4279         update on text deletion.  Using text-property is safer here.
4280         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4281         data.
4282
4283 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * nnimap.el (nnimap-expunge-inbox): Remove.
4286         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4287         (nnimap-expunge): Flip default to t.
4288
4289         * gnus.el (gnus-method-to-server): Don't push things to the cache
4290         unless it's unique.
4291         (gnus-server-to-method): Ditto.
4292
4293 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4296
4297 2010-09-22  Julien Danjou  <julien@danjou.info>
4298
4299         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4300         get the start of data.
4301         (gnus-html-encode-url): Add this function to encode special chars in
4302         URL.
4303         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4304         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4305
4306         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4307         default.
4308         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4309
4310         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4311         images alt-text.
4312         (gnus-html-put-image): Put alt-text as help-echo.
4313
4314 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4317         * mm-util.el (mm-decompress-buffer)
4318         * nnir.el (nnir-run-find-grep)
4319         * pop3.el (pop3-list): Use 3rd arg of split-string.
4320
4321         * time-date.el (format-seconds): Comment fix.
4322
4323         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4324         and byte-optimize-form-code-walker.
4325         (dgnushack-make-auto-load): Don't advise make-autoload.
4326
4327         * lpath.el: Remove Emacs 21 stuff.
4328
4329 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4332         outside the active range.  Suggested by Dan Christensen.
4333
4334         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4335         slightly later to avoid double-getting it.
4336
4337         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4338         previous patch.
4339
4340         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4341
4342 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4343
4344         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4345
4346 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus-int.el (gnus-open-server): Give a better error message in the
4349         "go offline" case.
4350
4351         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4352         marks for nnimap, which is seldom the right thing to do.
4353
4354         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4355         (gnus-same-method-different-name): New function.
4356
4357         * nnimap.el (parse-time): Require.
4358
4359         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4360         method in the presence of many similar methods.
4361
4362         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4363
4364         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4365         nnml-inhibit-expiry.
4366
4367         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4368         find out whether methods are equal.
4369
4370         * nnimap.el (nnimap-find-expired-articles): New function.
4371         (nnimap-process-expiry-targets): New function.
4372         (nnimap-request-move-article): Request the article before looking at
4373         what the Message-ID is.  Fix found by Andrew Cohen.
4374         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4375
4376         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4377         for oldness in addition to being a predicate.
4378
4379         * nnimap.el (nnimap-request-group): When we have zero articles, return
4380         the right data to Gnus.
4381         (nnimap-request-expire-articles): Only delete articles immediately if
4382         the target is 'delete.
4383
4384         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4385         method, this would bug out.
4386
4387         * gnus-group.el (gnus-group-expunge-group): Rename from
4388         gnus-group-nnimap-expunge, and implemented as a normal interface
4389         function.
4390
4391         * gnus-int.el (gnus-request-expunge-group): New function.
4392
4393         * nnimap.el (nnimap-request-create-group): Implement.
4394         (nnimap-request-expunge-group): New function.
4395
4396 2010-09-21  Julien Danjou  <julien@danjou.info>
4397
4398         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4399         (gnus-html-cache-expired): Add new function.
4400         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4401         wethever we should display image for fetch it.
4402         Compute alt-text earlier to pass it to the fetching function too.
4403         (gnus-html-schedule-image-fetching): Change function argument to only
4404         get one image at a time, not a list.
4405         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4406         cache.
4407         (gnus-html-get-image-data): New function to retrieve image data from
4408         cache.
4409         (gnus-html-put-image): Change buffer argument to use image data rather
4410         than file, and place image above region rather than inserting a new
4411         one.  Do not take alt-text as argument, since it's useless now: we place
4412         the image above alt-text.
4413         (gnus-html-prune-cache): Remove.
4414         (gnus-html-show-images): Start to fetch image when we find one, do not
4415         push into a temporary list.
4416         (gnus-html-prefetch-images): Only fetch image if they have expired.
4417         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4418         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4419
4420 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4423
4424 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4427         spec inser "*" if the group isn't active instead of 0.
4428
4429         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4430         opening the server.
4431         (nnimap-request-delete-group): Implement group deletion.
4432         (nnimap-transform-headers): Return the size of the entire message in
4433         the Bytes header, not just the size of the first part.
4434         (nnimap-request-move-article): When moving an article from nnimap,
4435         request the article first so the accepting form has an article to
4436         accept.  Reported by Dan Christensen.
4437         (nnimap-command): Make sure that the error message doesn't error out.
4438
4439 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4440
4441         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4442         we haven't requested anything.
4443
4444 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4447         "".  Fix found by Andrew Cohen.
4448
4449         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4450         instead of -encode-string.
4451
4452 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4455
4456         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4457         by mm-subst-char-in-string.
4458
4459 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4462         waiting for the connection string.
4463
4464         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4465         arriving.
4466
4467         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4468         bogus characters.  This allows selecting certain Gmail groups.
4469
4470         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4471         (nnimap-fetch-partial-articles): New variable.
4472         (nnimap-open-connection): When looking for credentials, also use the
4473         nnimap-server-port.
4474         (nnimap-request-article): Return the group/article number, so that Gnus
4475         `^' works as expected.
4476         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4477
4478         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4479         comments.
4480         (gnus-methods-sloppily-equal): New function.
4481         (gnus): When using the development version of Gnus, load the gnus-load
4482         file.
4483
4484         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4485         `gnus-open-server' on each method before trying to scan them etc.
4486         This ensures that all the backend parameters are set correctly.
4487
4488         * nnimap.el (nnimap-authenticator): New variable.
4489         (nnimap-open-connection): Allow anonymous login.
4490         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4491         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4492
4493         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4494         patch, found by Knut Anders Hatlen.
4495
4496 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4497
4498         * gnus-agent.el (gnus-agent-batch-confirmation)
4499         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4500         to gnus-message.
4501         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4502         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4503         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4504         * gnus-int.el (gnus-open-server): Likewise.
4505         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4506         (gnus-score-check-syntax): Likewise.
4507         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4508         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4509         Likewise.
4510         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4511
4512 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4515         calling conventions so that prefetch doesn't bug out.
4516
4517 2010-09-19  Julien Danjou  <julien@danjou.info>
4518
4519         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4520         rather than `subst-char-in-region' in order to be able to replace ASCII
4521         char by UTF-8 ones.
4522
4523         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4524         than curl.
4525         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4526         the right URL and ALT text on images.
4527         (gnus-html-wash-tags): Fix tag case.
4528         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4529         (gnus-article-html): Add -o display_ins_del=2 option.
4530         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4531
4532 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4535         the extra mail headers, which sometimes seem to happen for unknown
4536         reasons.
4537
4538         * mail-parse.el (mail-header-encode-parameter): Define as
4539         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4540         (or most, perhaps?) mail readers don't understand the latter, but do
4541         understand the former.
4542
4543         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4544         to nil, so that no methods are automatically agentized.  I think this
4545         is probably what most users want.
4546
4547         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4548         from url-retrieve, for instance about invalid URLs.
4549
4550         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4551         groups that have no articles.
4552         (nnimap-request-article): Check that we really got an article when we
4553         requested one.
4554
4555         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4556         doesn't exist.
4557
4558         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4559         nntp buffer so the agent can save it.
4560         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4561         that CRLF doesn't get translated to \n.
4562         (nnimap-open-connection): Don't make 'shell commands only send \n.
4563
4564 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4565
4566         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4567         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4568         Update var name.
4569         (nnml-generate-nov-file): Use dolist.
4570         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4571         Use with-current-buffer.
4572
4573 2010-09-18  Julien Danjou  <julien@danjou.info>
4574
4575         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4576         parallel.
4577
4578 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4581         the range update right.
4582         (nnimap-request-group): Don't make `M-g' bug out on group with no
4583         marks.
4584         (nnoo): Require, so that other packages can require nnimap.
4585         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4586         command we're looking for.  This helps when the server sends more
4587         responses after we've gotten everything we expected.
4588         (nnimap): Add a `newlinep' field to keep track of end-of-line
4589         conventions.
4590         Don't send CRLF to things that don't want it.
4591         (nnimap-request-accept-article): Ditto.
4592
4593 2010-09-18  Julien Danjou  <julien@danjou.info>
4594
4595         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4596         than curl to retrieve images.
4597
4598 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4601         the marks.
4602         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4603         (nnimap-wait-for-connection): New function.
4604         (nnimap-open-connection): If we have PREAUTH, don't query for login
4605         credentials.
4606         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4607         when doing a partial update.
4608
4609 2010-09-18  Julien Danjou  <julien@danjou.info>
4610
4611         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4612         tags.
4613
4614 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * nnimap.el (nnimap-credentials): New function.
4617         (nnimap-open-connection): Use the new function to look for credentials
4618         also on the numeric equivalents of "imap" and "imaps".
4619
4620         * gnus-start.el (gnus-activate-group): Send the info to
4621         gnus-request-group.
4622
4623         * nnimap.el (nnimap-request-group): Have the "check" version of the
4624         function parse flags and update the info, so that a `M-g' get a total
4625         resync of all flags from the group.
4626
4627         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4628         to allow backends to alter the info on group selection.  Also alter all
4629         the backend -request-group functions to take the parameter.
4630
4631         * nnimap.el (nnimap-store-info): New function.
4632         (nnimap-update-info): Store the info for later usage.
4633         (nnimap-request-group): Use the stored info for the dont-check case, so
4634         that we don't retrieve all marks when we enter a group.
4635
4636         * nnimap.el: Use deffoo instead of defun for interface functions.
4637
4638         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4639         update the group info.  This makes the nndraft groups, for instance, go
4640         back to their old behaviour.
4641
4642         * gnus-sum.el (gnus-select-newsgroup): Indent.
4643
4644         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4645         in.
4646         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4647         nothing.
4648
4649         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4650         from methods that are denied.
4651
4652         * gnus-int.el (gnus-method-denied-p): New function.
4653
4654         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4655         store the password instead of netrc.
4656         (nnimap-open-connection): Don't error out when we can't make a
4657         connections.
4658
4659         * auth-source.el (auth-source-create): In the password prompt, say what
4660         we're querying for.  Also prompt for user name if that hasn't been
4661         given.
4662
4663         * nnimap.el (nnimap-with-process-buffer): Remove.
4664
4665 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4668         method when we're reading from the agent.
4669
4670         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4671
4672         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4673         that's probably most useful for users.
4674
4675         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4676         "failed" all the time.
4677
4678         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4679         ...)) with (with-current-buffer ... ).
4680
4681         * nntp.el (nntp-open-server): Return whether the open was successful or
4682         not.
4683
4684         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4685         select an unread unseen article first.
4686
4687         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4688         /etc/services, supply some sensible port defaults.
4689
4690         * dgnushack.el: Define netrc-credentials.
4691
4692 2010-09-17  Julien Danjou  <julien@danjou.info>
4693
4694         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4695
4696 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4697
4698         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4699         doesn't have any parameters.
4700
4701 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4704         only upcased checks.
4705
4706         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4707
4708         * nnimap.el (nnimap-open-shell-stream): New function.
4709         (nnimap-open-connection): Use it.
4710         (nnimap-transform-headers): Get the number of lines in each message.
4711         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4712         number of lines.
4713         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4714         problem.
4715
4716         * utf7.el (utf7-encode): Autoload.
4717
4718         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4719         to allow the mail splitting to not return a default group.  This is
4720         useful for nnimap, which will leave unmatched mail in the inbox.
4721
4722         * nnimap.el: Rewritten.
4723
4724         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4725         nnimap usage.
4726
4727         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4728         if the move is internal, so that nnimap can do fast internal moves.
4729
4730         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4731         data.
4732         (gnus-read-active-for-groups): Support finishing the early retrieval of
4733         data.
4734
4735         * gnus-range.el (gnus-range-nconcat): New function.
4736
4737         * gnus-int.el (gnus-finish-retrieve-group-infos)
4738         (gnus-retrieve-group-data-early): New functions.
4739
4740 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4741
4742         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4743         (nnrss-retrieve-groups):
4744         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4745         (pop3-quit): Use with-current-buffer.
4746
4747 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4750         instead of nnheader-accept-process-output.
4751
4752         * dgnushack.el (dgnushack-compile): Add comment.
4753
4754         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4755
4756         * gnus-html.el (gnus-html-schedule-image-fetching)
4757         (gnus-html-prefetch-images): Replace process-kill-without-query by
4758         gnus-set-process-query-on-exit-flag.
4759
4760 2010-09-16  Romain Francoise  <romain@orebokech.com>
4761
4762         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4763
4764 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4767         parameter to unintern is mandatory-ish in Emacs 24.
4768
4769         * gnus-html.el (gnus-html-schedule-image-fetching)
4770         (gnus-html-prefetch-images): Check for curl before using it.
4771
4772         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4773         depend on curl, which isn't essential.
4774
4775         * imap.el: Revert back to version
4776         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4777         seem problematic.
4778
4779 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4780
4781         * gnus-registry.el (gnus-registry-install-shortcuts):
4782         Explicitly pass `obarray' to `unintern' to avoid a warning.
4783
4784 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4787         change.
4788
4789         * nnrss.el (nnrss-request-list): Remove this function and related
4790         functions, including the moreover stuff.
4791
4792 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * nnrss.el (nnrss-retrieve-groups): New function.
4795
4796 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4797
4798         * .dir-locals.el: Add no-byte-compile cookie.
4799
4800 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * time-date.el (format-seconds): Comment fix.
4803
4804         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4805         for back end that doesn't support request-scan.
4806
4807 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4810         then do request scans from the backends.
4811
4812         * netrc.el (netrc-credentials): New conveniency function.
4813
4814         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4815         avoid running a hook per line, since this takes a lot of time,
4816         profiling shows.
4817         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4818         directly if gnus-visual-p is true.
4819
4820 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4823         groups; replace mapcar with dolist which is a bit faster; pass groups
4824         info to gnus-read-active-file-1.
4825         (gnus-read-active-file-1): Scan only specified groups if the new
4826         optional arg `infos' is given.
4827
4828 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4831
4832         * pop3.el (pop3-movemail): Remove.
4833         (pop3-streaming-movemail): Rename to pop3-movemail.
4834
4835         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4836         don't restrict end-tag searches to the end of the line.
4837
4838 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4841         articles of every unchecked group to t, which means unknown since the
4842         server has never been opened.
4843
4844 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-html.el (gnus-html-show-alt-text): New command.
4847         (gnus-html-browse-image): Ditto.
4848         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4849         to browse the image directly.
4850         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4851         better.
4852
4853         * gnus-async.el (gnus-async-article-callback):
4854         Call `gnus-html-prefetch-images' unconditionally.
4855
4856         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4857         before feeding URLs to curl.
4858
4859 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4862         internal images as deletable by `W D D'.
4863
4864         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4865         (gnus-async-article-callback): Fix typo.
4866
4867 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4870         current line to work around bugs in the output from w3m.
4871
4872         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4873         for groups that want that.
4874
4875         * nntp.el (nntp-wait-for-string): Supply a timeout for
4876         accept-process-output to ensure progress.
4877
4878         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4879         level to get unread articles from, then use that for foreign groups,
4880         too.
4881
4882         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4883         confuses the rest of the function.
4884
4885         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4886         for the methods that support -retrieve-groups, too.
4887
4888         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4889
4890 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4893         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4894
4895         * pop3.el: Require cl when compiling.
4896         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4897
4898 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4901         that aren't going to be activated.
4902         (gnus-get-unread-articles): Fix up the last commit.
4903
4904         * gnus-html.el (gnus-article-html): Allow calling without specifying
4905         the handle.  In that case, dissect the buffer first.
4906
4907         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4908
4909         * nnimap.el (nnimap-open-connection): Revert the change that would look
4910         into authinfo for imaps instead of imap.
4911
4912         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4913         say that you don't want to call gnus-request-group with don-check, but
4914         do check the reponse.  This is for virtual groups only.
4915         (gnus-get-unread-articles): Count the archive groups as secondary, so
4916         that they're activated the same way as before.
4917
4918         * imap.el (imap-message-map): Removed optional buffer parameter, since
4919         no callers use it.
4920         (imap-message-get): Ditto.
4921         (imap-message-put): Ditto.
4922         (imap-mailbox-map): Ditto.
4923         (imap-mailbox-put): Ditto.
4924         (imap-mailbox-get): Ditto.
4925         (imap-mailbox-get): Revert last change for this function.
4926
4927         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4928         case-insensitively.
4929         (nnimap-debug): Remove.
4930
4931         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4932         to use `imap-fetch' instead.  According to the comments, this should be
4933         safe, since all other IMAP clients use the 1:* syntax.
4934         (imap-enable-exchange-bug-workaround): Removed.
4935         (imap-debug): Removed -- doesn't seem very useful.
4936
4937         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4938         mail from a file, and the file doesn't exist.
4939
4940         * imap.el (imap-log): New convenience function used throughout instead
4941         of repeating the same code all over the place.
4942
4943         * pop3.el (pop3-streaming-movemail): Return t for success.
4944
4945         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4946         .authinfo if we're using ssl connection.
4947
4948         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4949         already have if we're in a main Gnus `g' run.
4950
4951         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4952
4953 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4956
4957         * nnmh.el (nnmh-request-list-1): Bind `file'.
4958
4959         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4960         alias to set-process-query-on-exit-flag or process-kill-without-query.
4961         (pop3-open-server): Use it.
4962
4963 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4966         box to the Incoming file.  Fixes mistake in previous checkin.
4967
4968         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4969         request loop (for debugging purposes) removed.
4970
4971         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4972         culprit is more visible.
4973         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4974         (nnml-add-incremental-nov): New functions to do "incremental" nov
4975         updates, where we just append to the end of the existing nov files
4976         without reading/writing them in full.
4977
4978         * mail-source.el (mail-source-delete-crash-box): Really only check the
4979         incoming files once in a while.
4980
4981         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4982
4983         * mail-source.el (mail-source-delete-crash-box): Only check the
4984         incoming files for deletion once per day to save a lot of file
4985         accesses.
4986
4987         * pop3.el (pop3-logon): Fix up unbound variable typo.
4988
4989         * mail-source.el (pop3-streaming-movemail): Autoload.
4990
4991         * pop3.el (pop3-streaming-movemail):
4992         Respect pop3-leave-mail-on-server.
4993
4994         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4995         retrieval.
4996
4997         * pop3.el (pop3-process-filter): Remove unused function.
4998         (pop3-streaming-movemail, pop3-send-streaming-command)
4999         (pop3-wait-for-messages, pop3-write-to-file)
5000         (pop3-number-of-responses): New functions for streaming pop3
5001         retrieval.
5002
5003         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5004         come from no known methods.
5005         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5006         list.
5007
5008         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5009         message sizes.
5010         (pop3-movemail): Use erase-buffer instead of looping and deleting
5011         regions, which seems rather odd.
5012
5013         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5014         file once per `g' run.
5015
5016         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5017         directories.  This makes the draft queue directory work.
5018
5019         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5020         data from the backends, so that we only request the list of groups from
5021         each method once.  This should speed things up considerably.
5022
5023         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5024         detect that it's not implemented.
5025
5026         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5027         we actually do recurse down into the tree, but don't stat all leaf
5028         nodes.
5029
5030         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5031         then say so instead of bugging out.
5032
5033         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5034         files exist before trying to read them.
5035
5036         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5037         around <pre_int>.
5038
5039         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5040
5041         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5042
5043 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * mm-util.el (mm-image-load-path): Just return the image directories,
5046         not all directories in the path in addition to the image directories.
5047         (mm-image-load-path): Maintain a cache of the image directories so that
5048         the `g' command in Gnus doesn't have to stat dozens of directories each
5049         time.
5050
5051         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5052         (gnus-html-wash-tags): Add a new `i' command to insert images.
5053         (gnus-html-insert-image): New command and keystroke.
5054         (gnus-html-redisplay-with-images): New command and keystroke.
5055         (gnus-html-show-images): Rename command.
5056         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5057         spacers.
5058         (gnus-html-wash-tags): Decode entities at the end, so that entities
5059         inside the tags don't mess up the rest of the "parsing".
5060
5061         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5062         so that nnimap methods aren't agentized by default.  There's apparently
5063         many problems related to agent/imap behaviour.
5064
5065         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5066
5067         * gnus-html.el: Doc fix.
5068
5069 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5072         specifier-spec-list for Emacs 21.
5073
5074         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5075         glyph-width and glyph-height instead of display-graphic-p and
5076         image-size; make avoidance of displaying small images work for XEmacs.
5077
5078         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5079         for XEmacs.
5080
5081         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5082         of symbol that holds plist data.
5083         (gnus-process-plist): Remove plist of process after getting it.
5084
5085 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * message.el (message-generate-hashcash): Change default to
5088         'opportunistic if hashcash is installed.
5089
5090         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5091         (gnus-html-put-image): Only call image-size once, since it's somewhat
5092         time-consuming on remote X servers.
5093
5094 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5097         type on data, not a file name.
5098
5099         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5100         window-pixel-edges for Emacs 21.
5101
5102         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5103         decoded contents.
5104         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5105
5106 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5109         group line format, since it isn't very interesting.
5110
5111         * gnus-agent.el (gnus-agent-short-article),
5112         (gnus-agent-long-article): Increase values for these two variables,
5113         since most people are likely to have more network connection and
5114         storage than before.
5115
5116         * gnus.el (gnus-refer-article-method): Change default to 'current.
5117         When referring an article, the common behaviour is to refer it from the
5118         current select method, not the native select method.  The chances of
5119         the native select method having the message in question is rather slim
5120         these days.
5121
5122         * gnus-sum.el (gnus-auto-select-subject): Change default to
5123         `unseen-or-unread'.  I think it's likely that most people want to
5124         select an unseen article over a previously seen, but unread one.
5125
5126         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5127         means that in the article buffer none of the minor mode elements will
5128         be shown, usually, and this is not desirable in most cases.
5129
5130         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5131         that commands like `d' (and the like) go to the next line in the
5132         buffer, instead of the next unread article.  I think this is the
5133         behaviour that is most natural for most users.
5134         (gnus-single-article-buffer): Change default to nil, so that people can
5135         have as many article buffers open as they have summary buffer.  I think
5136         this is the most natural way for the groups to behave.
5137
5138         * message.el (message-generate-new-buffers): Change default to
5139         `unsent', so that all new message buffers start their names with the
5140         string "*unsent", and it's easier to find the buffers if you move from
5141         them.
5142
5143 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5146         small.  They're probably tracking images.
5147         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5148         (gnus-html-rescale-image): Yet another try at getting the image sizing
5149         right.
5150
5151         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5152         nntp-marks-file-name is nil.
5153
5154 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * gnus-html.el (gnus-html-wash-tags)
5157         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5158         Better logging.
5159
5160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5163
5164         * gnus-html.el (gnus-html-wash-tags): Check the value of
5165         gnus-blocked-images in the summary buffer.
5166
5167 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5170
5171 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5174         like "a", it seems like.
5175         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5176         since it needs to be picked from the correct buffer.
5177
5178         * nnwfm.el: Remove.
5179
5180         * nnlistserv.el: Remove.
5181
5182 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5185         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5186
5187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * nnkiboze.el: Remove.
5190
5191         * nndb.el: Remove.
5192
5193         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5194         alt text.
5195         (gnus-html-rescale-image): Try to get the rescaling logic right for
5196         images that are just wide and not tall.
5197
5198         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5199         overshadow variable bindings.
5200
5201 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5202
5203         * gnus-html.el (gnus-html-wash-tags)
5204         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5205         Add extra logging.
5206
5207 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5210         (gnus-max-image-proportion): New variable.
5211         (gnus-html-rescale-image): New function.
5212         (gnus-html-put-image): Rescale images.
5213
5214 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5215
5216         Fix up some byte-compiler warnings.
5217         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5218         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5219         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5220         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5221         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5222         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5223         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5224
5225 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-html.el (gnus-article-html): Decode contents by charset.
5228
5229 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5232         (gnus-html-frame-width, gnus-blocked-images)
5233         * message.el (message-prune-recipient-rules): Add custom version.
5234         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5235
5236         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5237         functions.
5238
5239         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5240         gnus-process-get.
5241
5242 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5243
5244         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5245         instead of lsub directly.
5246
5247 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * nnwarchive.el: Remove.
5250
5251         * gnus-soup.el: Remove.
5252
5253         * nnsoup.el: Remove.
5254
5255         * nnultimate.el: Remove.
5256
5257         * gnus-html.el (gnus-blocked-images): New variable.
5258
5259         * message.el (message-prune-recipients): New function.
5260         (message-prune-recipient-rules): New variable.
5261
5262         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5263         guess whether a long line is natural text or not.
5264
5265         * gnus-html.el (gnus-html-schedule-image-fetching):
5266         Use gnus-process-plist and friends for compatibility.
5267
5268 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5269
5270         * gnus-html.el: Require packages that define macros used in this file.
5271         (gnus-article-mouse-face): Declare to silence byte-compiler.
5272         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5273         process-get.
5274         (gnus-html-put-image): Use plist-get to avoid getf.
5275         (gnus-html-prefetch-images): Use with-current-buffer.
5276
5277 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-ems.el: Provide compatibility functions for
5280         gnus-set-process-plist.
5281
5282         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5283         header-line-format for XEmacs 21.4.
5284
5285         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5286         * gnus.el (gnus-valid-select-methods)
5287         * message.el (message-send-mail-partially-limit)
5288         * mm-decode.el (mm-text-html-renderer)
5289         * mml.el (mml-insert-mime-headers-always)
5290         * smiley.el (smiley-regexp-alist): Bump custom version.
5291
5292 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * gnus-html.el: require mm-url.
5295         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5296         with the url to `url'.
5297         (gnus-html-wash-tags): Support cid: URLs/images.
5298
5299 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5302         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5303         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5304
5305         * gnus-move.el: Remove file, since it doesn't really work.
5306
5307         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5308         UTF-8.  This seems to fix problems with some German web feeds.
5309
5310         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5311         at the top so that the proper colours are applied.
5312
5313         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5314         don't have dots in their names.
5315
5316         * gnus-art.el (gnus-article-view-part): Doc fix.
5317
5318         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5319         XEmacs-compatible.
5320         (gnus-html-put-image): Don't do images on non-graphic displays.
5321
5322         * nnslashdot.el: Remove this unused backend.
5323
5324         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5325         actions.
5326         (gnus-undo-register-1): Revert last change.
5327
5328         * gnus-group.el (gnus-group-completing-read): Protect against not
5329         having completion-styles bound.
5330
5331         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5332         make broken recipients happier.
5333
5334         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5335
5336         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5337         point parameter.
5338
5339         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5340
5341         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5342         completion-styles for group selection.
5343
5344 2009-02-04  Andreas Schwab  <schwab@suse.de>
5345
5346         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5347         headers and regexp-quote the match if necessary.
5348
5349 2009-03-24  Miles Bader  <miles@gnu.org>
5350
5351         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5352         the blinking smiley.
5353
5354 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5355
5356         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5357         blink smiley.
5358
5359 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5362         where the dribbel file lives exists.
5363
5364         * message.el (message-send-mail-partially-limit): Change the default to
5365         nil, since most people don't want this.
5366
5367         * mm-url.el (mm-url-decode-entities): Also decode entities like
5368         &#x3212.
5369
5370 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5371
5372         * gnus-sum.el (gnus-summary-idna-message):
5373         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5374         Hyperlink urls in docstrings with URL `...'.
5375
5376 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5377
5378         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5379         functions.
5380
5381 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5384         say what the mouseover text should be.
5385
5386         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5387         version of the mm-w3m-safe-url-regexp variable to only download images
5388         in the groups where we want that to happen.
5389
5390         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5391
5392         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5393         easier debugging.
5394         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5395         big pictures in the article buffer.
5396
5397         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5398         gnus-article-html.
5399         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5400         w3m.
5401
5402         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5403
5404 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5407         which doesn't exist.
5408
5409         * message.el (message-inhibit-ecomplete): New variable to allow some
5410         function to inhibit ecomplete address storage.
5411         (message-resend): Disable ecomplete message storage when resending
5412         messages.
5413
5414         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5415
5416 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5419         Save excursion while copying, moving, and deleting articles in order to
5420         prevent the cursor from jumping to unforeseen place.
5421
5422 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * lpath.el: No need to bind bookmark-current-buffer,
5425         bookmark-yank-point and bookmark-make-record-function.
5426
5427 2010-08-17  Glenn Morris  <rgm@gnu.org>
5428
5429         * gnus-sync.el: Require gnus components whose functions are used.
5430
5431         * gnus-art.el (bookmark-make-record-function):
5432         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5433         Declare for compiler.
5434
5435         * mm-url.el (mml-compute-boundary): Autoload.
5436
5437 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5440
5441 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         Typo fix "hoo4a" -> "hook".
5444
5445         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5446
5447 2010-08-14  Glenn Morris  <rgm@gnu.org>
5448
5449         * gnus-sync.el (gnus-sync): Fix defgroup version.
5450
5451 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5452
5453         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5454
5455         * gnus-sync.el: Fix docs.
5456         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5457         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5458
5459 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5460
5461         Optimizations for gnus-sync.el.
5462
5463         * gnus-sync.el: Add docs about gnus-sync-backend
5464         possibilities.
5465         (gnus-sync-save): Remove unnecessary message.
5466         (gnus-sync-read): Optimize and show what groups were skipped.
5467
5468 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         Minor bug fixes for gnus-sync.el.
5471
5472         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5473         Don't read the sync on get-new-news.
5474
5475         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5476         quiet.
5477
5478         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5479         (fix typo).
5480
5481 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5482
5483         Make saving and restoring of hidden threads work with overlays.
5484         Patch applied by Ted Zlatanov.
5485
5486         * gnus-sum.el (gnus-hidden-threads-configuration)
5487         (gnus-restore-hidden-threads-configuration): Update to deal with text
5488         properties, rather than searching for a magic character.
5489
5490 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         New gnus-sync.el library for synchronization of marks.
5493
5494         * gnus-sync.el: New library for synchronization of marks.
5495
5496         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5497         renamed from `gnus-registry-grep-in-list'.
5498
5499         * gnus-registry.el (gnus-registry-follow-group-p):
5500         Use `gnus-grep-in-list'.
5501
5502         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5503
5504 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5507         determining charset of text fails.
5508
5509 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * nnmail.el (nnmail-get-new-mail-1): Revert.
5512
5513         * nnml.el (nnml-active-number): Make sure names of newly created groups
5514         in nnml-group-alist are encoded.
5515
5516 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5519         containing non-ASCII characters in active file for nnml back end.
5520
5521 2010-07-24  David Engster  <dengste@eml.cc>
5522
5523         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5524         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5525
5526 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5527
5528         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5529         tag (Bug#6654).
5530
5531 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5534         the article buffer, not the summary buffer.
5535
5536 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5539         Emacs 23 as well.
5540
5541 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5544         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5545
5546 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5547
5548         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5549         Patch applied by Karl Fogel.
5550
5551         * gnus-sum.el (gnus-summary-bookmark-make-record):
5552         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5553
5554 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5555
5556         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5557         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5558         C-w still not working correctly from Article buffers; Thierry's
5559         patch to fix that will be applied after this.
5560
5561         * gnus-art.el (bookmark-make-record-function): New local variable.
5562
5563         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5564         article buffer.
5565         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5566
5567 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5568
5569         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5570         on changes in bookmark.el.
5571
5572 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5575         `no-log' instead of message not to log prompt string.
5576
5577 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5578
5579         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5580         the *other* type of HTML form submission.
5581
5582 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5583
5584         * auth-source.el (auth-source-pick): If choice does not contain a
5585         questioned keyword, set the check to t.
5586
5587 2010-06-12  Romain Francoise  <romain@orebokech.com>
5588
5589         * gnus-util.el (gnus-date-get-time): Move up before first use.
5590
5591 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5594         (gnus-article-edit-part): Bind it to make last part that is substituted
5595         or deleted visible.
5596         (gnus-mime-display-single): Buttonize part of which id equals to
5597         gnus-mime-buttonized-part-id.
5598
5599 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5600
5601         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5602         (gnus-dd-mmm): Use gnus-date-get-time.
5603         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5604         simplify logic.
5605         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5606         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5607
5608 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5609
5610         * auth-source.el (top): Autoload `secrets-list-collections',
5611         `secrets-create-item', `secrets-delete-item'.
5612         (auth-sources): Fix tag string.
5613         (auth-get-source, auth-source-retrieve, auth-source-create)
5614         (auth-source-delete): New defuns.
5615         (auth-source-pick): Rewrite in order to avoid 2 passes.
5616         (auth-source-forget-user-or-password): New parameter USERNAME.
5617         (auth-source-user-or-password): New parameters CREATE-MISSING and
5618         DELETE-EXISTING.  Retrieve password interactively, if needed.
5619
5620 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5621
5622         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5623         deleting unused directories when gnus-expert-user is t.
5624
5625 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5628         for each temp file when gnus-article-browse-delete-temp is ask.
5629
5630 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5631
5632         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5633         Lisp calls to delete-backward-char by calls to delete-char.
5634
5635 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5636
5637         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5638
5639 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5640
5641         * password-cache.el (password-cache-remove): Fix docstring.
5642
5643 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5646         article unless decoding article to be saved.
5647
5648 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5651         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5652         generated within the mm-with-unibyte-current-buffer macro.
5653
5654 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5657         to nil when we're in a mml-preview buffer and no group is selected.
5658
5659 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5660
5661         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5662         when catching the `C-g'.  Reported by "Leo".
5663
5664 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * message.el (message-forward-make-body-plain)
5667         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5668         multibyte-string-p.
5669
5670         * lpath.el: Revert.
5671
5672 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * message.el (message-forward-make-body-mml): Assume original message
5675         is multibyte string; error on unibyte.
5676         (message-forward-make-body-plain): Ditto; don't add excessive newline
5677         in body end.
5678
5679         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5680
5681 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5682
5683         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5684         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5685
5686 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * mm-extern.el (mm-extern-url): Don't use
5689         mm-with-unibyte-current-buffer.
5690         (mm-extern-cache-contents): Use with-current-buffer instead of
5691         save-excursion + set-buffer.
5692
5693 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * mm-util.el (mm-emacs-mule): Remove.
5696
5697 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5698
5699         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5700         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5701         change.
5702
5703 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5706         bind the default value of enable-multibyte-characters to nil.
5707
5708 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * message.el (message-forward-make-body-plain)
5711         (message-forward-make-body-mml):
5712         Don't use mm-with-unibyte-current-buffer.
5713
5714 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5717
5718 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5719
5720         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5721         (Bug#5592).
5722
5723 2010-05-07  Julien Danjou  <julien@danjou.info>
5724
5725         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5726         it to mm-pipe-part.
5727
5728         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5729         it is given.
5730
5731 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * binhex.el (binhex-decode-region-internal)
5734         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5735         (dns-query)
5736         * nnweb.el (nnweb-gmane-search)
5737         * pgg-parse.el (pgg-parse-armor)
5738         * pgg.el (pgg-verify-region)
5739         * sha1.el (sha1-string-external)
5740         * uudecode.el (uudecode-decode-region-internal)
5741         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5742         XEmacs.
5743
5744         * gnus-art.el (gnus-article-browse-html-parts)
5745         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5746         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5747         make-temp-file.
5748
5749         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5750         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5751         compiling.
5752
5753         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5754         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5755         XEmacs when compiling.
5756
5757         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5758         gnus-pick-mode-off-hook for XEmacs when compiling.
5759         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5760         gnus-binary-mode-off-hook for XEmacs when compiling.
5761
5762         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5763         Return nil if char-charset is not available.
5764
5765         * imap.el (imap-disable-multibyte)
5766         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5767         macros.
5768
5769         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5770         instead of encode-coding-string.
5771
5772         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5773         'xemacs) instead of mm-emacs-mule to switch function definitions.
5774         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5775
5776         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5777         bind temporary-file-directory for XEmacs;
5778         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5779         timer-set-function for XEmacs 21.4 and SXEmacs;
5780         bind timer-list for XEmacs 21.4 and SXEmacs;
5781         fbind char-charset and find-charset-region for non-Mule XEmacs;
5782         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5783         encode-coding-region and encode-coding-string for XEmacs having no
5784         file-coding feature.
5785
5786 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5787
5788         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5789
5790 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5793         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5794
5795 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5796
5797         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5798         alias `jka-compr-delete-temp-file' no longer exists.
5799
5800 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5801
5802         Use define-minor-mode in Gnus where applicable.
5803         * mml.el (mml-mode): Use define-minor-mode.
5804         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5805         (gnus-undo-mode): Use define-minor-mode.
5806         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5807         (gnus-dead-summary-mode): Use define-minor-mode.
5808         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5809         Initialize in declaration.
5810         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5811         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5812         (gnus-mailing-list-mode): Use define-minor-mode.
5813         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5814         (gnus-draft-mode): Use define-minor-mode.
5815         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5816         (gnus-dired-mode): Use define-minor-mode.
5817
5818 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5819
5820         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5821         handles on recursive mml-to-mime translation and check them for
5822         boundary delimiter collisions.  Reported by Greg Troxel.
5823
5824 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5827
5828 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5829
5830         * mm-util.el (mm-find-buffer-file-coding-system):
5831         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5832
5833 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5834
5835         * message.el (message-generate-headers): Record insertion of optional
5836         headers as well.  Otherwise the check to prevent repeated insertion of
5837         optional headers is a no-op.
5838
5839 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * smime.el: Don't mention CVS.
5842
5843         * nnrss.el (nnrss-fetch): Don't mention CVS.
5844
5845         * nnir.el: Don't mention CVS.
5846
5847 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5848
5849         * gnus-sum.el (gnus-summary-bookmark-make-record):
5850         Add `location' field.
5851
5852 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * lpath.el: Fbind bookmark-default-handler,
5855         bookmark-get-bookmark-record, bookmark-make-record-default,
5856         bookmark-prop-get for Emacs <23 and XEmacs.
5857
5858 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5861         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5862         Use with-current-buffer to silence the byte-compiler.
5863         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5864         bother to require `gnus'.
5865         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5866
5867 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5868
5869         * gnus-sum.el (gnus-summary-bookmark-make-record)
5870         (gnus-summary-bookmark-jump): New functions.
5871         (gnus-summary-mode): Setup bookmark support.
5872
5873 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5874
5875         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5876         if set.
5877
5878 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5881         gnus-article-browse-html-save-cid-image; make it work recursively for
5882         forwarded messages as well.
5883         (gnus-article-browse-html-parts): Work when prefix arg is given.
5884         (gnus-article-browse-html-article): Doc fix.
5885
5886 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5887
5888         * message.el (message-default-mail-headers):
5889         (message-default-headers): Carry the value mail-default-headers over
5890         into message-default-mail-headers, rather than message-default-headers.
5891
5892 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5893
5894         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5895         charset.
5896
5897         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5898         charset into the <meta> tag when the article is encoded to utf-8.
5899
5900 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-art.el (gnus-article-browse-delete-temp-files):
5903         Delete directories as well.
5904         (gnus-article-browse-html-parts): Work for images that do not specify
5905         file names; delete temp directory when quitting; insert header at the
5906         right place; use file: scheme for image files.
5907
5908 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5909
5910         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5911         (gnus-article-browse-html-parts): Use it to make temporary cid image
5912         files in addition to html file so that browser may display them.
5913
5914 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5917
5918 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5921
5922 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * auth-source.el (auth-sources): Change default to be simpler.
5925         Explain about Secret Service API sources.  Improve Customize options.
5926         (auth-source-pick): Change to accept any number of search parameters.
5927         Implement fallbacks iteratively, not recursively.  Add scoring on the
5928         second pass and sort by score.  Call Secret Service API when needed.
5929         (auth-source-user-or-password): Use it.  Call Secret Service API
5930         directly when needed to get the user name and the password.
5931
5932 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5933
5934         * message.el (message-interactive): Doc fix.
5935         (message-qmail-inject-args): Reflow.
5936         (message-kill-to-signature): Fix typo in docstring.
5937
5938         * smiley.el (smiley-buffer): Fix typo in docstring.
5939
5940 2010-03-24  Glenn Morris  <rgm@gnu.org>
5941
5942         * mail-source.el (gnus-message): Declare.
5943         (mail-source-delete-old-incoming): Require gnus-util.
5944
5945 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5948
5949         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5950
5951         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5952         password-cache's default if it is not bound.
5953         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5954         password-cache-expiry's default if it is not bound.
5955
5956         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5957         available in Emacs 21.
5958
5959         * lpath.el: Suppress compiler warnings for:
5960         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5961         XEmacs;
5962         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5963         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5964         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5965
5966 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * auth-source.el (auth-sources): Fix up definition so extra parameters
5969         are always inline.
5970
5971 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5972
5973         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5974         wasn't updated after mismatch.  Clear cached mailbox info correctly
5975         when uidvalidity changes.
5976         (nnimap-group-prefixed-name): New function to avoid some code
5977         duplication.
5978         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5979         (nnimap-request-group): Use it.
5980         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5981         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5982         with many imap folders.  This is done by caching the group status from
5983         the imap server persistently in a group parameter `imap-status'.  (This
5984         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5985         but not persistently, so every Gnus startup was still very slow.)
5986
5987 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5990         delete the extra newline.  Otherwise editing of :string and :number
5991         types don't work.
5992
5993 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5996         secrets.el dependency.
5997         (auth-sources): Add optional user name.  Add secrets.el configuration
5998         choice (unused right now).
5999
6000 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * gnus-sum.el (gnus-summary-make-menu-bar):
6003         Let `gnus-registry-install-shortcuts' fill in the functions.
6004
6005         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6006         warnings.
6007         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6008         (gnus-registry-install-shortcuts): Populate and use it in a
6009         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6010
6011 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6012
6013         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6014         In-place substitutions for the group name encoding/decoding.
6015         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6016         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6017         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6018         (nnimap-update-unseen, nnimap-request-list)
6019         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6020         (nnimap-request-set-mark, nnimap-split-to-groups)
6021         (nnimap-split-articles, nnimap-request-newgroups)
6022         (nnimap-request-create-group, nnimap-request-accept-article)
6023         (nnimap-request-delete-group, nnimap-request-rename-group)
6024         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6025         `encoded-mbx' for consistency.
6026         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6027         variable `imap-current-mailbox'.
6028
6029         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6030         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6031
6032 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6033
6034         * pop3.el (pop3-display-message-size-flag): Display message size byte
6035         counts during POP3 download.
6036         (pop3-movemail): Use it.
6037         (pop3-list): Implement listing of available messages.
6038
6039 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6040
6041         * nnir.el (nnir-get-article-nov-override-function): New function to
6042         override the normal NOV retrieval.
6043         (nnir-retrieve-headers): Use it.
6044
6045 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6046
6047         * auth-source.el (netrc-machine-user-or-password): Autoload.
6048
6049 2010-03-19  Glenn Morris  <rgm@gnu.org>
6050
6051         Stop message.el from loading about 40 libraries it doesn't always need.
6052         The general approach is to autoload rather than require, and to
6053         require in the specific functions rather than the file.  (Bug#5642)
6054
6055         * gmm-utils.el: Don't require wid-edit.
6056         (widget-create-child-value, widget-convert, widget-default-get):
6057         Autoload.
6058
6059         * gnus-util.el: Don't require time-date, netrc.
6060         (message-fetch-field, gnus-group-name-decode): Declare rather than
6061         autoloading.
6062         (gnus-fetch-field): Require message.
6063         (gnus-decode-newsgroups): Require gnus-group.
6064
6065         * ietf-drums.el: Don't require time-date.
6066
6067         * message.el: Don't require hashcash, canlock, ecomplete.
6068         Do require mail-utils.  Require nnheader only when compiling.
6069         (smtpmail-default-smtp-server): Remove declaration.
6070         (message-send-mail-function): Check smtpmail-default-smtp-server
6071         is bound rather than requiring smtpmail.
6072         (message-auto-save-directory, message-insert-signature):
6073         Use expand-file-name rather than nnheader-concat.
6074         (nnheader-insert-file-contents): Autoload.
6075         (hashcash-wait-async): Declare.
6076         (message-send-mail): Only call gnus-setup-posting-charset if
6077         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6078         (message-send-mail-with-sendmail): Require sendmail.
6079         (canlock-password, canlock-password-for-verify): Declare.
6080         (message-canlock-password): Require canlock.
6081         (nnheader-get-report): Autoload.
6082         (gnus-setup-posting-charset): Declare.
6083         (message-send-news): Require gnus-msg.
6084         (message-make-references, message-make-in-reply-to): Use mail-header-id
6085         rather than the alias mail-header-message-id.
6086         (ecomplete-add-item, ecomplete-save): Declare.
6087         (message-put-addresses-in-ecomplete): Require ecomplete.
6088         (ecomplete-display-matches): Autoload.
6089
6090         * mm-decode.el: Don't require mailcap, gnus-util.
6091         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6092         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6093         Autoload.
6094         (mailcap-mime-extensions): Declare.
6095
6096         * mm-encode.el: Don't require mailcap.
6097         (mailcap-extension-to-mime): Autoload.
6098
6099         * mml-sec.el: Don't require password-cache.
6100
6101         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6102         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6103         (mml-minibuffer-read-type): Require mailcap.
6104         (mml-preview): Require gnus-msg.
6105
6106         * mml1991.el: Require password-cache.
6107         (password-cache-expiry): Remove declaration.
6108
6109         * mml2015.el: Require password-cache.
6110         (password-cache-expiry): Remove declaration.
6111
6112         * nneething.el (mailcap): Require mailcap.
6113
6114         * nnheader.el (declare-function): Add compatibility stub.
6115         (message-remove-header): Declare rather than autoload.
6116         (nnheader-replace-header): Require message.
6117
6118         * nnimap.el (declare-function): Add compatibility stub.
6119         (netrc-parse, netrc-machine-user-or-password): Declare.
6120         (nnimap-open-connection): Require netrc.
6121
6122         * nntp.el (declare-function): Add compatibility stub.
6123         (netrc-parse, netrc-machine, netrc-get): Declare.
6124         (nntp-send-authinfo): Require netrc.
6125
6126         * rfc2047.el: Don't require qp.
6127         (quoted-printable-encode-region, quoted-printable-decode-string):
6128         Autoload.
6129
6130         * sieve-mode.el: Don't require easymenu.
6131         (easy-menu-add-item): Autoload it.
6132
6133         * spam-stat.el (time-to-number-of-days): Autoload it.
6134
6135 2010-03-19  Glenn Morris  <rgm@gnu.org>
6136
6137         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6138
6139 2010-03-18  Glenn Morris  <rgm@gnu.org>
6140
6141         * hashcash.el (declare-function): Remove duplicate definition.
6142
6143 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6144
6145         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6146         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6147         value if any backslash escapes).
6148
6149 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6152         if it is available.  (bug#5647)
6153
6154         * lpath.el: Suppress compiler warning for coding-system-from-name for
6155         Emacs 21 and XEmacs.
6156
6157 2010-03-14  Juri Linkov  <juri@jurta.org>
6158
6159         * hmac-def.el:
6160         * hmac-md5.el:
6161         * netrc.el: Fix keywords.
6162
6163 2010-02-26  Glenn Morris  <rgm@gnu.org>
6164
6165         * message.el (message-send-mail-function): Change the default, so that
6166         it inherits from a customized send-mail-function.  (Bug#5643)
6167
6168 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6171         shell-command-to-string signals an error (bug#5299).
6172
6173 2010-02-24  Glenn Morris  <rgm@gnu.org>
6174
6175         * message.el (message-smtpmail-send-it)
6176         (message-send-mail-with-mailclient): Doc fixes.
6177
6178 2010-02-16  Glenn Morris  <rgm@gnu.org>
6179
6180         * message.el (message-default-mail-headers): Change the default value
6181         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6182
6183 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6186         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6187
6188 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6189
6190         * time-date.el (date-to-time): Doc fix (Bug#5408).
6191
6192 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6193
6194         * message.el (message-mail): Just pass yank-action on to message-setup.
6195         (message-setup): Handle (FUN . ARGS) form of yank-action.
6196         (message-with-reply-buffer, message-widen-reply)
6197         (message-yank-original): Handle non-buffer values of
6198         message-reply-buffer (Bug#4080).
6199         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6200
6201 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6202
6203         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6204         Fix typo in docstring.
6205
6206 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6207
6208         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6209         response.
6210
6211 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6214
6215         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6216
6217         * message.el (message-check-news-header-syntax): Protect against a
6218         string that `rfc822-addresses' returns when parsing fails.
6219
6220 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6223         (gnus-previous-char-property-change): New functions.
6224
6225         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6226
6227 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6228
6229         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6230         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6231
6232 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6233
6234         * message.el (message-exchange-point-and-mark): Rework last change to
6235         avoid using optional arg of exchange-point-and-mark, for backward
6236         compatibility.
6237
6238 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6239
6240         * message.el (message-exchange-point-and-mark):
6241         Call exchange-point-and-mark with an argument rather than setting
6242         mark-active by hand (Bug#5175).
6243
6244 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * nntp.el (nntp-service-to-port): Work for service expressed with
6247         numeric string; replace [:digit:] with [0-9] for XEmacs.
6248
6249 2009-12-17  Glenn Morris  <rgm@gnu.org>
6250
6251         * gnus-group.el (gnus-bug-group-download-format-alist):
6252         Change emacs entry to debbugs.gnu.org.  Bump :version.
6253
6254 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6257
6258 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * message.el (message-info): Explain why we use `Info-goto-node'.
6261
6262 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6265
6266 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6267
6268         * message.el (message-completion-in-region): New compatibility function.
6269         (message-expand-group): Use it.
6270
6271 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6274         with no unread article should be listed if the 2nd arg `predicate' is
6275         given.
6276
6277 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6280
6281 2009-11-29  Juri Linkov  <juri@jurta.org>
6282
6283         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6284         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6285         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6286
6287 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6288
6289         * sha1.el (sha1-string-external): default-directory "/" in case
6290         otherwise non-existent.  process-connection-type pipe for touch of
6291         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6292
6293 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6294
6295         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6296         it's comms related and sgml-mode.el has "comm" on that basis too.
6297
6298 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6301         containing tspecial characters if they have been already quoted.
6302
6303 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6304
6305         * dns-mode.el (auto-mode-alist): Purecopy string.
6306
6307 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6308
6309         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6310
6311 2009-10-24  Glenn Morris  <rgm@gnu.org>
6312
6313         * gnus-art.el (help-xref-stack-item): Define for compiler.
6314
6315 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6316
6317         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6318
6319 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6322
6323 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6326         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6327
6328 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6331         (gnus-overlays-in): New alias to overlays-in.
6332
6333         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6334         gnus-overlay-get, and gnus-delete-overlay.
6335         (gnus-summary-show-thread): Make it work as well for systems in which
6336         next-single-char-property-change is not available.
6337         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6338
6339         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6340         (gnus-overlay-get): New alias to extent-property.
6341         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6342
6343         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6344         SXEmacs.
6345
6346         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6347         SXEmacs.
6348
6349 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6352
6353 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6354
6355         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6356         and XEmacs that don't have `remove-overlays'.
6357
6358 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6359
6360         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6361         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6362         selective display.  Use overlays instead.
6363
6364 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6365
6366         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6367
6368 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6369
6370         * spam-stat.el (spam-stat-load): Fix typo in message.
6371
6372 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6373
6374         * dig.el (dig-invoke): Fix typo in docstring.
6375         (query-dig): Reflow docstring.
6376
6377 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6378
6379         * gnus-art.el (gnus-article-encrypt-body):
6380         * message.el (message-check-recipients):
6381         * mm-util.el (mm-codepage-setup):
6382         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6383         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6384
6385 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6386
6387         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6388         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6389         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6390         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6391         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6392
6393 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6394
6395         * dig.el: Add "Keywords: comm", as per net-utils.el.
6396
6397 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * dig.el (dig-mode): Use define-derived-mode.
6400
6401 2009-09-19  Glenn Morris  <rgm@gnu.org>
6402
6403         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6404
6405 2009-09-18  Glenn Morris  <rgm@gnu.org>
6406
6407         * gnus-diary.el (gnus-diary-check-message):
6408         * message.el (message-insert-formatted-citation-line):
6409         * nnbabyl.el (top-level):
6410         * nndiary.el (nndiary-schedule):
6411         Fix typos in condition-case handlers.
6412
6413 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6416         configuration that provides the sole article window in a frame;
6417         position point correctly after deleting a part.
6418
6419 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6420
6421         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6422         (spam-resolve-registrations-routine): Use it to unregister articles
6423         that change status.
6424
6425 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6428         with XEmacs.
6429         (parse-time-string-chars): Use it.
6430
6431 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * imap.el (imap-interactive-login): Better messages.
6434         (imap-open): Fix bug with renamed buffer on reconnect.
6435         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6436         for easier debugging and cleaner code.  On successful (guessed based on
6437         server capabilities) secondary authentication, set imap-state
6438         correctly.
6439         (imap-last-authenticator): Define imap-last-authenticator as a variable
6440         to avoid warnings.
6441
6442 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nnrss.el (nnrss-request-article): Remove binding of
6445         default-enable-multibyte-characters that has gotten needless by
6446         the 2007-07-13 change in rfc2047-encode-message-header.
6447
6448         * mml.el (mml-insert-multipart): Error on the message header.
6449         (mml-insert-part): Error on the message header; position point at
6450         the end of a MIME tag.
6451
6452 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * time-date.el (autoload): Expand define-obsolete-function-alias into
6455         defalias and make-obsolete for old Emacsen that Gnus supports.
6456         (with-no-warnings): Define it for old Emacsen.
6457         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6458         is available.
6459         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6460         float-time is available; suppress compile warning for time-to-seconds.
6461
6462         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6463         (gnus-float-time): Alias to float-time if it exists.
6464
6465         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6466         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6467         float-time is available; suppress compile warning for time-to-seconds.
6468
6469         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6470         XEmacs.
6471
6472 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * imap.el (imap-message-map): Docstring fix.
6475
6476 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6479         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6480         Add the optional argument `encoding' that overrides the default.
6481
6482         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6483         mm-encode-buffer.
6484
6485 2009-09-04  Glenn Morris  <rgm@gnu.org>
6486
6487         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6488         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6489         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6490         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6491         * mm-util.el (mm-with-unibyte-current-buffer)
6492         (mm-find-buffer-file-coding-system):
6493         * yenc.el (yenc-decode-region): Use default-value rather than
6494         default-enable-multibyte-characters.
6495
6496 2009-09-03  Glenn Morris  <rgm@gnu.org>
6497
6498         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6499         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6500         than default-enable-multibyte-characters.
6501
6502 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6503
6504         * gnus-art.el (gnus-article-read-summary-keys):
6505         Fix gnus-buffer-configuration's value temporarily used.
6506
6507 2009-09-02  Glenn Morris  <rgm@gnu.org>
6508
6509         * gnus-util.el (gnus-float-time): New function.
6510         * gnus-delay.el (gnus-delay-article):
6511         * gnus-sum.el (gnus-thread-latest-date):
6512         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6513         * nnspool.el (nnspool-request-newgroups):
6514         Use gnus-float-time rather than time-to-seconds.
6515         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6516
6517         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6518         (gnus-header-subject-face, gnus-header-newsgroups-face)
6519         (gnus-header-name-face, gnus-header-content-face):
6520         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6521         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6522         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6523         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6524         (gnus-cite-face-11):
6525         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6526         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6527         (gnus-server-closed-face, gnus-server-denied-face)
6528         (gnus-server-offline-face):
6529         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6530         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6531         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6532         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6533         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6534         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6535         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6536         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6537         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6538         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6539         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6540         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6541         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6542         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6543         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6544         (gnus-summary-high-undownloaded-face)
6545         (gnus-summary-low-undownloaded-face)
6546         (gnus-summary-normal-undownloaded-face)
6547         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6548         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6549         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6550         (gnus-splash-face):
6551         * message.el (message-header-to-face, message-header-cc-face)
6552         (message-header-subject-face, message-header-newsgroups-face)
6553         (message-header-other-face, message-header-name-face)
6554         (message-header-xheader-face, message-separator-face)
6555         (message-cited-text-face, message-mml-face):
6556         * sieve-mode.el (sieve-control-commands-face)
6557         (sieve-action-commands-face, sieve-test-commands-face)
6558         (sieve-tagged-arguments-face):
6559         * spam.el (spam-face):
6560         Mark face aliases with "-face" in the name as obsolete.
6561
6562 2009-09-01  Glenn Morris  <rgm@gnu.org>
6563
6564         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6565         than goto-line.
6566
6567 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6570         Don't move point if the command is invoked inside the message header.
6571
6572 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * imap.el (imap-send-command): Simplify.
6575         (imap-wait-for-tag): point-max -> buffer-size.
6576
6577 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6578
6579         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6580         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6581         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6582         * nnir.el (nnir-swish-e-index-file):
6583         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6584         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6585         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6586         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6587         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6588         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6589
6590 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6593         Don't save excursion.
6594
6595 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6596
6597         * nnheader.el (nnheader-find-file-noselect):
6598         * mm-util.el (mm-insert-file-contents):
6599         Use (default-value 'major-mode) instead of default-major-mode.
6600
6601 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6604
6605 2009-08-26  Glenn Morris  <rgm@gnu.org>
6606
6607         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6608         than placing in files.el.
6609
6610 2009-08-25  Glenn Morris  <rgm@gnu.org>
6611
6612         * nnir.el (top-level): Don't require cl at run-time.
6613         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6614         Replace cl-function substitute with gnus-replace-in-string.
6615         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6616         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6617         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6618         simplified expansions.
6619
6620 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6621
6622         * dig.el (dig): Add autoload cookie.
6623
6624 2009-08-22  Glenn Morris  <rgm@gnu.org>
6625
6626         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6627         goto-line.
6628
6629 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * parse-time.el (parse-time-string-chars): Save match data.
6632
6633 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6634
6635         * parse-time.el (parse-time-string-chars): Compute using character
6636         classes, to handle non-ascii characters (Bug#3190).
6637
6638 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6641
6642         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6643         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6644         (gnus-mm-display-part, gnus-mime-display-single)
6645         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6646         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6647
6648         * gnus-sum.el
6649         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6650         (gnus-summary-move-article): Add expirable mark to articles copied or
6651         moved to group that has auto-expire turned on if the option is non-nil.
6652
6653 2009-07-24  Glenn Morris  <rgm@gnu.org>
6654
6655         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6656         Fix typo.  (Bug#3903)
6657
6658 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6661         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6662         that should not be used for draft articles.
6663         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6664         that has no concern in minor mode keys.
6665         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6666         Abolish.
6667
6668 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6671         article without making inquiry to a user for unknown encoding.
6672
6673         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6674         (nnmaildir--scan): Assume i-node and device number that file-attributes
6675         returns might be cons-cell.
6676
6677         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6678
6679         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6680
6681 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * auth-source.el: Remove docs now in auth.texi.  Don't use
6684         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6685         `auth-source-hide-passwords' and use them.
6686
6687 2009-07-15  Glenn Morris  <rgm@gnu.org>
6688
6689         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6690
6691 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6694         excessive whitespace from the default values of title and description.
6695
6696 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6699         mail-fetch-field to fetch Content-Description header in order to
6700         exclude newlines.
6701
6702 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6703
6704         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6705         format used by GnuPG 2.0.11.
6706
6707 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6710         to deleted part.
6711
6712 2009-05-30  David Engster  <dengste@eml.cc>
6713
6714         * nnmairix.el: Remove old documentation in the commentary block.
6715         (nnmairix-request-group): Do not update active file for nnml back ends.
6716         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6717         end so that overview files are ignored.
6718         (nnmairix-update-groups): Make updating the groups more robust by using
6719         marks.
6720         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6721         with dollar characters in message-id.
6722
6723 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6726         2008-12-25 in dns.el.
6727
6728 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6729
6730         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6731         could happen if the text is only composed of spaces and/or tabs.
6732
6733 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6734
6735         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6736         when sending a queued message to avoid extra mml tags.
6737
6738 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6741
6742 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6745         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6746         rmail-toggle-header for XEmacs;
6747         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6748
6749 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-dired.el: Remove autoload for gnus-setup-message.
6752         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6753         displaying Gnus logo; always use compose-mail.
6754
6755 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6758
6759 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6762         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6763         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6764         available.
6765         (gnus-nocem-epg-verify): New function.
6766
6767 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6770
6771 2009-02-15  Glenn Morris  <rgm@gnu.org>
6772
6773         * gnus-util.el (rmail-insert-rmail-file-header)
6774         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6775         autoloads.
6776         (rmail-default-rmail-file): Remove unnecessary declaration.
6777         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6778
6779 2009-02-14  Glenn Morris  <rgm@gnu.org>
6780
6781         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6782         variable (only used in gnus-util, which declares it anyway).
6783         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6784         which was only needed by gnus-art (changed to not use it any more).
6785         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6786         only used in gnus-util, which autoloads it itself.
6787         (rmail-update-summary): Fix autoload.
6788
6789         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6790         rather than rmail-output-to-rmail-file.
6791
6792 2009-02-07  Glenn Morris  <rgm@gnu.org>
6793
6794         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6795         autoload of function that no longer exists.
6796         (rmail-toggle-header): Declare.
6797         (message-forward-rmail-make-body): Handle mbox Rmail.
6798
6799 2009-01-31  Glenn Morris  <rgm@gnu.org>
6800
6801         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6802         2009-01-09 change.
6803
6804 2009-01-31  Dave Love  <fx@gnu.org>
6805
6806         * imap.el (imap-fetch-safe): Bind debug-on-error.
6807         (imap-debug): Add imap-fetch-safe.
6808
6809 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6810
6811         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6812         (auth-source-forget-all-cached): New convenience function.
6813         (auth-source-user-or-password): Accept list of modes or a single mode.
6814
6815         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6816         auth-source modes.
6817
6818         * netrc.el (netrc-machine-user-or-password): Use list of
6819         auth-source modes.
6820
6821         * nnimap.el (nnimap-open-connection): Use list of
6822         auth-source modes.
6823
6824         * nntp.el (nntp-send-authinfo): Use list of
6825         auth-source modes.
6826
6827 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6830         now.
6831
6832 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6835         coding system in XEmacs; add a workaround for XEmacs.
6836
6837         * lpath.el: Fbind coding-system-aliasee.
6838
6839 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6842         of current-language-environment.
6843
6844 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6847         available at runtime.
6848
6849 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6852
6853 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6854
6855         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6856         the greatest positive fixnum value doesn't work under an XEmacs with
6857         bignum support; use the most-positive-fixnum constant instead,
6858         available since Emacs 21.1 with cl and XEmacs 21.1.
6859
6860 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6863         XEmacs gets not to work.
6864
6865 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * mm-util.el (mm-coding-system-priorities): Allow the value like
6868         "Japanese (UTF-8)" of current-language-environment.
6869
6870 2009-01-09  Glenn Morris  <rgm@gnu.org>
6871
6872         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6873         with last-command-event.
6874
6875 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6878         in the doc string.
6879
6880         * message.el (message-fix-before-sending): Amend comment.
6881
6882 2009-01-08  Dave Love  <fx@gnu.org>
6883
6884         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6885
6886 2009-01-07  David Engster  <dengste@eml.cc>
6887
6888         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6889         simplified server definitions by converting it via
6890         gnus-server-to-method.
6891
6892 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6895         parameter's operands.
6896
6897 2009-01-06  David Engster  <dengste@eml.cc>
6898
6899         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6900         primary select method (for gnus-group-mark-article-as-read).
6901
6902 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6903
6904         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6905         `(gnus)Face', not `(gnus)X-Face'.
6906
6907 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * mm-util.el (mm-ucs-to-char): New function.
6910
6911         * mm-url.el (mm-url-decode-entities): Use it.
6912
6913         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6914         unicode-to-char.
6915
6916 2009-01-05  Dave Love  <fx@gnu.org>
6917
6918         * time-date.el: Require cl for `declare'.
6919
6920 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6923         Dave Love.
6924
6925 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * message.el (message-fix-before-sending): Add `eight-bit' to
6928         illegible-text check.
6929
6930 2009-01-03  Michael Olson  <mwolson@gnu.org>
6931
6932         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6933         `headers' is nil.  This can occur if the IMAP server does not have
6934         permissions to read messages from a folder, but can write new messages
6935         to the folder.
6936         (nnimap-request-article-part): Do not insert `data' if it is nil.
6937
6938         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6939         characters which will confuse `read', so skip past them.
6940
6941 2009-01-01  Dave Love  <fx@gnu.org>
6942
6943         * imap.el (imap-string-to-integer): Fix typo.
6944         (imap-fetch-safe): New function.
6945         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6946
6947         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6948
6949         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6950         (imap-parse-greeting): Fix doc strings.
6951         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6952         (imap-parse-flag-list): Make messages unique.
6953         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6954
6955         * nnimap.el: Fix author email.
6956         (nnimap-split-rule): Add FIXME comment.
6957         (nnimap-debug): Fix doc string.
6958
6959 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6962
6963 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6966         nslookup if resolv.conf isn't available.
6967         (dns-query): Rename from query-dns.
6968         (dns-query-cached): Rename from query-dns-cached.
6969
6970 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6973         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6974         to check if those variables exist (first appeared in Emacs 18.50).
6975
6976 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mm-util.el (mm-line-number-at-pos): New function.
6979
6980         * spam-report.el (spam-report-process-queue): Use it.
6981
6982 2008-12-24  David Engster  <dengste@eml.cc>
6983
6984         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6985         parameters that haven't existed as variables as buffer-local variables.
6986
6987 2008-12-23  Dave Love  <fx@gnu.org>
6988
6989         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6990         cadar.
6991
6992         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6993         imap-starttls-p.
6994         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6995
6996 2008-12-22  Dave Love  <fx@gnu.org>
6997
6998         * imap.el: Fix author email.  Doc fixes.
6999         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7000         reply.
7001
7002 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * spam-report.el (spam-report-gmane-max-requests): New constant.
7005         (spam-report-gmane-wait): New variable.
7006         (spam-report-gmane-ham, spam-report-gmane-spam)
7007         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7008         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7009         the server.
7010
7011         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7012         Add explanations.
7013
7014         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7015         nnheader-accept-process-output and nnheader-read-timeout if available.
7016         (pop3-movemail): Use it.
7017
7018         * message.el (message-check-news-body-syntax): Fix signature check if
7019         there's an attachment.
7020
7021 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * mm-util.el: Add comments to the mm- emulating functions.
7024
7025 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7028         Reported by Stephen Berman <stephen.berman@gmx.net>.
7029
7030 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-util.el (mm-substring-no-properties): New function.
7033         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7034         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7035         (mm-string-to-multibyte): Doc fix.
7036
7037         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7038
7039 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * mml.el (mml-attach-file): Strip text properties from file name.
7042         (Bug#1574)
7043
7044 2008-12-16  Glenn Morris  <rgm@gnu.org>
7045
7046         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7047
7048 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7051         knows since the charset specified might be a bogus alias that
7052         mm-charset-synonym-alist provides.
7053
7054 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7057         "ISO_8859-1".
7058
7059         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7060
7061 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * mm-util.el (mm-charset-eval-alist):
7064         Define it before mm-charset-to-coding-system.
7065         (mm-charset-to-coding-system): Add optional argument `silent';
7066         define it before mm-charset-override-alist.
7067         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7068         default value if it can be used in Emacs currently running;
7069         silence mm-charset-to-coding-system.
7070
7071 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7074         `allow-override' which says whether to use `mm-charset-override-alist'.
7075         (rfc2047-decode-encoded-words): Use it.
7076
7077         * mm-util.el (mm-charset-override-alist): Fix custom type;
7078         add `(gb2312 . gbk)' to choices.
7079
7080 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7083         fast.
7084
7085         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7086
7087         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7088
7089 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7090
7091         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7092         on links.
7093
7094         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7095
7096 2008-12-03  Lute Kamstra  <lute@gnu.org>
7097
7098         * sha1.el: Remove leading * from docstrings of defcustoms,
7099         deffaces, defconsts and defuns.
7100
7101 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7104         users' addresses that don't have domain parts.
7105         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7106         rather than message-narrow-to-head since there will be the message
7107         header separator.
7108
7109 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7110
7111         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7112         since the result is inserted in a unibyte buffer anyway.
7113         (nnimap-demule-use-string-to-multibyte): Remove.
7114         (nnimap-demule): Alias it to mm-string-to-multibyte.
7115
7116 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7119         variable for debugging bug#464 and bug#1174.
7120         (nnimap-demule): Use it.
7121
7122 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7125         score calculation correctly.
7126
7127 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7128
7129         * message.el (message-send-mail): Just set the buffer to unibyte
7130         rather than use mm-with-unibyte-current-buffer which does a lot more.
7131         (message-send-mail-partially): Don't bother with
7132         mm-with-unibyte-current-buffer since it's already been made unibyte by
7133         message-send-mail.
7134
7135 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7138
7139 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7142
7143 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7146         require itself and to remove `with-no-warnings'.
7147
7148 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * starttls.el (starttls-any-program-available): Get the name of the
7151         available TLS layer program.
7152         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7153         well as the host name in the "opening" message.
7154
7155         * auth-source.el (auth-source-cache, auth-source-do-cache)
7156         (auth-source-user-or-password): Cache passwords and logins by default,
7157         allow override with `auth-source-do-cache'.
7158         (auth-source-forget-user-or-password): Allow users to remove cache
7159         entries if needed.
7160
7161 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7162
7163         * md4.el (md4-buffer): Fix typo in docstring.
7164         (md4, md4-64): Doc fixes.
7165         (md4-pack-int32): Reflow docstring.
7166
7167 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7168
7169         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7170         condition-case to only the forward-sexp call.
7171
7172 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7175         quotes contained.  Make it more robust regardless by an extra
7176         condition-case wrapper.
7177
7178 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7181
7182 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * nnml.el (nnml-request-expire-articles): Check if the function set to
7185         `nnmail-expiry-target' returns the symbol `delete'.
7186
7187         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7188
7189         * nnmail.el (nnmail-expiry-target): Fix custom type.
7190
7191 2008-10-02  Glenn Morris  <rgm@gnu.org>
7192
7193         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7194         Silence compiler warning.
7195
7196 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7197
7198         * tls.el (open-tls-stream): Show the actual command being
7199         executed, instead of the format string.
7200
7201 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * lpath.el: Fbind codepage-setup for Emacs 23.
7204
7205 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7206
7207         * mml.el (mml-menu): Don't assume mml2015 is bound.
7208
7209 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7212         exists.
7213
7214 2008-09-27  Glenn Morris  <rgm@gnu.org>
7215
7216         * gnus-util.el (mail-header-remove-comments): Autoload it.
7217
7218 2008-09-27  Andreas Schwab  <schwab@suse.de>
7219
7220         * gnus-util.el (gnus-split-references): Strip comments.
7221         (gnus-parent-id): Likewise.
7222
7223 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * message.el (message-confirm-send): Fix version.
7226
7227 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * message.el (message-idna-to-ascii-rhs-1): Use
7230         mail-extract-address-components rather than mail-header-parse-addresses
7231         that is an alias by default to ietf-drums-parse-addresses that does not
7232         support non-ASCII names in headers' contents.
7233
7234 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7235
7236         * message.el (message-confirm-send): Fix variable documentation to
7237         avoid the "y/n" wording.
7238
7239 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7240
7241         * message.el (message-set-auto-save-file-name): Save to a different
7242         filename so multiple messages (especially drafts) can be recovered.
7243
7244 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * message.el (message-confirm-send): Add appropriate version.
7247
7248 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7251         defvar.
7252
7253 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7254
7255         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7256         (mm-pkcs7-enveloped-magic): Ditto.
7257
7258 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7259
7260         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7261         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7262
7263 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7266         default, it's better.
7267
7268 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7271         summary line gnus-number property and ignore them (with a warning
7272         message).
7273
7274 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7277         macro caddr in the interactive form since it won't be expanded.
7278
7279 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7282         `charset'; fix name of function called recursively.
7283         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7284
7285 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7288         (gnus-mime-set-charset-parameters): New function.
7289         (gnus-mime-view-part-as-charset): Use it to correctly display part
7290         specifying wrong charset.
7291
7292 2008-09-08  David Engster  <dengste@eml.cc>
7293
7294         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7295         in completing-read for back end server.
7296
7297 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * message.el (message-confirm-send): New variable to confirm sending a
7300         message.
7301         (message-send): Use it.
7302
7303 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7306
7307 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7310
7311 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7314         prevent tracking too many groups.
7315         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7316         Use it.
7317
7318 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7319
7320         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7321         moving point to the bottom of the window in order to avoid recentering.
7322
7323 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7326
7327         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7328         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7329         (gnus-article-beginning-of-window): Fix calculation.
7330
7331 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-msg.el (gnus-summary-supersede-article)
7334         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7335         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7336         message header.
7337
7338 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7339
7340         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7341         pending output coming after the status change.
7342
7343 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7344
7345         * message.el:
7346         * gnus-start.el:
7347         * gnus-registry.el: Remove VMS support.
7348
7349 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7352         macro.
7353         (rfc2104-hash): Use it.
7354
7355 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7358         (gnus-summary-sort-by-most-recent-date): New commands.
7359         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7360         and menu entries.
7361
7362 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7365         don't redisplay article for raw contents; remove plural articles stuff.
7366
7367         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7368         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7369         on gnus-summary-save-article; display results properly.
7370
7371 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * lpath.el: No need to fbind ns-focus-frame.
7374
7375 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7378
7379 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-art.el (gnus-summary-save-in-pipe):
7382         Consider gnus-save-all-headers.
7383
7384 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7385
7386         * gnus-util.el (ns-focus-frame): Remove declaration.
7387         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7388         like x.
7389
7390 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7391
7392         * rfc2104.el (rfc2104-zero): Delete defconst.
7393         (rfc2104-hex-alist): Likewise.
7394         (rfc2104-hex-to-int): Delete func.
7395         (rfc2104-hexstring-to-bitstring): Likewise.
7396         (rfc2104-nybbles): New defconst.
7397         (rfc2104-hash): Rewrite for speed.
7398
7399 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * tls.el (open-tls-stream): Make it work with the 2nd argument
7402         BUFFER that is a string but does not exist as a buffer object, as
7403         mentioned in the doc-string.
7404
7405 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7408         SXEmacs.
7409
7410 2008-07-16  Glenn Morris  <rgm@gnu.org>
7411
7412         * gnus-util.el (ns-focus-frame): Declare for compiler.
7413
7414 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7417         set as a group parameter.
7418         (gnus-summary-save-in-pipe): Work when it is called independently.
7419         (gnus-summary-pipe-to-muttprint): Don't modify
7420         gnus-summary-pipe-output-default-command.
7421
7422 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * message.el (message-send-mail-with-sendmail):
7425         Display the error message.
7426
7427 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-art.el (gnus-default-article-saver):
7430         Add gnus-summary-save-in-pipe to choices.
7431         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7432         gnus-summary-pipe-output-default-command as the default command.
7433         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7434         instead of gnus-last-shell-command.
7435
7436         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7437         New user option.
7438         (gnus-summary-muttprint-program): Mention the value will be changed.
7439         (gnus-summary-save-article): Force showing of all headers.
7440         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7441
7442 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7443
7444         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7445
7446 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7447
7448         * nnimap.el (nnimap-id):
7449         * sieve-manage.el (sieve-manage-open): Doc fixes.
7450
7451 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7452
7453         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7454         if available.
7455
7456 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7457
7458         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7459
7460         * nnkiboze.el (nnkiboze-generate-group):
7461         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7462
7463         * nnmairix.el: Require CL.
7464
7465 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * dgnushack.el: Autoload get-display-table and put-display-table for
7468         XEmacs 21.5.
7469
7470         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7471         21.4 and SXEmacs.
7472
7473 2008-06-15  David Engster  <dengste@eml.cc>
7474
7475         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7476
7477 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7478
7479         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7480         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7481         runtime choice under XEmacs.
7482
7483         * gnus-sum.el (gnus-summary-set-display-table):
7484         Use `gnus-put-display-table', `gnus-get-display-table',
7485         `gnus-set-display-table' for the display table, instead of `aset'.
7486
7487         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7488         Use `gnus-put-display-table', `gnus-get-display-table',
7489         `gnus-set-display-table' for the display table.
7490
7491 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * nnmairix.el: Add autoloads.
7494
7495 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * nnmairix.el (nnmairix-delete-recreate-group)
7498         (nnmairix-update-and-clear-marks): Fix error messages.
7499
7500 2008-06-14  David Engster  <dengste@eml.cc>
7501
7502         * nnmairix.el: Upgrade to version 0.6.
7503         (nnmairix-group-toggle-propmarks-this-group)
7504         (nnmairix-group-toggle-readmarks-this-group)
7505         (nnmairix-group-delete-recreate-this-group)
7506         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7507         (nnmairix-remove-tick-mark-original-article): New commands.
7508         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7509         (nnmairix-propagate-marks-to-nnmairix-groups)
7510         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7511         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7512         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7513         functions needed for marks propagation and manipulation of read marks.
7514         (nnmairix-update-groups): New function.
7515         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7516         (nnmairix-determine-original-group-from-registry)
7517         (nnmairix-determine-original-group-from-path)
7518         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7519         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7520         New helper functions.
7521         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7522         keystrokes for new commands.
7523         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7524         (nnmairix-request-group): Check allow-fast group parameter.
7525         (nnmairix-request-create-group): Set allow-fast group parameter if
7526         nnmairix-allowfast-default is set.
7527         (nnmairix-close-group): Propagate marks upon closing if needed.
7528         (nnmairix-group-toggle-threads-this-group): Use new.
7529         nnmairix-group-toggle-parameter helper function.
7530         (nnmairix-search): Better check for empty search result.
7531         (nnmairix-goto-original-article): Use new helper functions for
7532         determining original article.
7533         (nnmairix-show-original-article): Make sure message-id is in brackets.
7534         (nnmairix-call-mairix-binary): Change variable name.
7535         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7536         helper function.
7537         (nnmairix-widget-toggle-activate): Fix doc string.
7538
7539 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * nnir.el: Require edmacro when compiling with XEmacs.
7542         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7543         available in Emacs 21.
7544
7545 2008-06-11  Glenn Morris  <rgm@gnu.org>
7546
7547         * gnus-util.el (x-focus-frame):
7548         * gnus.el (image-size):
7549         * mm-decode.el (image-size): Declare.
7550
7551         * gnus-picon.el (declare-function): Add compat definition.
7552         (image-size): Declare.
7553
7554         * gnus-group.el (tool-bar-map):
7555         * gnus-sum.el (tool-bar-map): Define for compiler.
7556
7557         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7558
7559         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7560
7561         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7562         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7563         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7564         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7565         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7566         * sieve-manage.el, spam-report.el, spam.el:
7567         Remove unnecessary eval-and-compile of autoloads.
7568
7569 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7570
7571         * auth-source.el: Precise Tramp doc.
7572
7573 2008-06-07  Glenn Morris  <rgm@gnu.org>
7574
7575         * nnmairix.el: Remove unnecessary eval-when-compile.
7576
7577 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * lpath.el: Fbind propertize for XEmacs 21.4.
7580
7581 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * nnir.el: Move here from ../contrib.
7584
7585 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7586
7587         * gnus-util.el (gnus-read-shell-command): New function.
7588         * mm-decode.el (mm-pipe-part):
7589         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7590
7591 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7594
7595 2008-06-03  Glenn Morris  <rgm@gnu.org>
7596
7597         * pop3.el (nnheader-accept-process-output): Autoload it.
7598
7599 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7602         are not 2-digit hexadecimal characters that follow `%'s.
7603
7604 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * message.el (message-bogus-recipient-p): Fix type in doc string.
7607         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7608         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7609         Improve custom options.
7610         (message-bogus-recipient-p): Adjust accordingly.
7611
7612 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7613
7614         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7615         long-form month and day names.
7616
7617 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * dgnushack.el: Autoload debug, eudc-expand-inline and
7620         pgg-snarf-keys-region for XEmacs.
7621
7622         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7623
7624         * nnmairix.el: Require edmacro when compiling with XEmacs.
7625
7626 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7629         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7630
7631 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * auth-source.el: Add more docs.
7634
7635         * netrc.el (netrc-machine): Always match if the port is not given.
7636
7637 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7640         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7641         retrieval faster in some cases, but might make CPU usage larger.
7642         If this has any bad side effects, we might revert this change.
7643
7644         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7645         seems to make mail retrieval much, much faster.
7646         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7647         unconditionally.
7648
7649         * gnus-draft.el (gnus-group-send-queue):
7650         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7651
7652 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7655
7656         * message.el (message-bogus-address-regexp): Fix and improve custom
7657         type.
7658         (message-setup-hook): Add message-check-recipients as custom option.
7659
7660 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * message.el (message-cite-function): Remove bogus autoload which crept
7663         in during merge from v5-10.
7664
7665 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7666
7667         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7668
7669         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7670
7671         * auth-source.el: Preliminary Tramp docs.
7672         (auth-sources): Change the default auth-sources to use
7673         EPA .gpg files.
7674
7675 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * nntp.el: Autoload `auth-source-user-or-password'.
7678         (nntp-send-authinfo): Use it.
7679
7680         * nnimap.el: Autoload `auth-source-user-or-password'.
7681         (nnimap-open-connection): Use it.
7682
7683         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7684         for the gnus-message function.
7685         (auth-source-user-or-password): Use it.
7686
7687 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7688
7689         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7690         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7691         (rfc2104-hash): Use it.
7692
7693 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7694
7695         * gnus-art.el (gnus-article-toggle-truncate-lines):
7696         Don't use `iff' in docstring.
7697
7698 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7699
7700         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7701
7702         * gnus-util.el (gnus-extract-address-component-name)
7703         (gnus-extract-address-component-email): Convenience functions around
7704         `gnus-extract-address-components'.
7705
7706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7707         Use `gnus-extract-address-component-email' to fix bug of comparing full
7708         sender name to `user-mail-address'.
7709
7710 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7711
7712         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7713         catch/throw to optimize.
7714         (gnus-registry-find-keywords): Just use member to find a keyword.
7715
7716 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7719         is current before calling gnus-server-prepare.
7720         (gnus-server-setup-buffer, gnus-server-update-server)
7721         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7722
7723 2008-05-04  Juri Linkov  <juri@jurta.org>
7724
7725         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7726         (mailcap-file-default-commands): Use mailcap-replace-in-string
7727         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7728         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7729
7730 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7731
7732         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7733
7734 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7735
7736         * gnus.el: Bump version to 0.11.
7737
7738 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7739
7740         * gnus.el: No Gnus v0.10 is released.
7741
7742 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7745         hooks.
7746         (gnus-update-read-articles): Speed up non-marks-using users.
7747         (gnus-use-marks): Define gnus-use-marks.
7748         (gnus-propagate-marks): Rename variable to something more sensible.
7749
7750 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7751
7752         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7753         (gmm-image-load-path-for-library): Fix typos in docstrings.
7754         (gmm-message): Reflow docstring.
7755
7756 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * mail-source.el (mail-source-set-1, mail-source-bind):
7759         Move auth-source code out of the macro to clean it up and fix bugs.
7760
7761 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7762
7763         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7764         by sender if it's equal to user-mail-address, it's likely to be
7765         useless.
7766
7767         * mail-source.el (mail-source-bind): Don't use user or password if they
7768         are not bound.  Unintern them if they are nil.  Don't use server unless
7769         it's bound, and default it to empty string otherwise.
7770
7771 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * mail-source.el: Load auth-source.el.
7774         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7775         get user name or password, if auth-sources is set up.
7776
7777         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7778         strategy of splitting with parent.
7779         (gnus-registry-split-fancy-with-parent)
7780         (gnus-registry-post-process-groups): Use it and fix prior
7781         bug (returning a list as the split result).
7782
7783         * auth-source.el (auth-sources): Remove server parameter.
7784         (auth-source-pick, auth-source-user-or-password)
7785         (auth-source-user-or-password-imap)
7786         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7787         (auth-source-user-or-password-sftp)
7788         (auth-source-user-or-password-smtp): Remove server parameter.
7789
7790 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7791
7792         * smime.el (smime-sign-region, smime-encrypt-region)
7793         (smime-decrypt-region):
7794         Remove redundant calls to `generate-new-buffer-name'.
7795
7796 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7797
7798         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7799         Don't use QP for message/rfc822.
7800         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7801
7802 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7803
7804         * sieve-manage.el (sieve-string-bytes): Remove.
7805         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7806         correct byte-length only if the process's coding-system is the same as
7807         the one used internally by Emacs to represent strings.
7808
7809 2008-04-22  Juri Linkov  <juri@jurta.org>
7810
7811         * mailcap.el (mailcap-file-default-commands): New function.
7812
7813 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * message.el (message-signature-separator, message-cite-function):
7816         Change custom version.
7817
7818 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7819
7820         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7821         commands.
7822         (tls-checktrust): Ditto.
7823
7824 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * mm-decode.el (mm-display-external): Make temp file read-only.
7827
7828 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7831         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7832         `C-c C-f d'.
7833
7834 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7835
7836         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7837
7838 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus.el: Bump version to 0.9.
7841
7842 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * gnus.el: No Gnus v0.8 is released.
7845
7846 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7847
7848         * mail-source.el (mail-source-value):
7849         Prefer fboundp to functionp so it works with macros as well.
7850
7851 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7852
7853         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7854         Fix last change in case the element is not even a symbol.
7855
7856 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7857
7858         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7859         Prefer fboundp to functionp so it works with macros as well.
7860
7861 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * auth-source.el: Add docs.
7864         (auth-sources): Modify format to support server.
7865         (auth-source-pick, auth-source-user-or-password)
7866         (auth-source-user-or-password-imap)
7867         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7868         (auth-source-user-or-password-sftp)
7869         (auth-source-user-or-password-smtp): Add server parameter.
7870
7871 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * gnus-registry.el: Initialize the registry when gnus-registry-install
7874         is t.
7875
7876 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * compface.el (uncompface): Make buffer unibyte.
7879
7880 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7881
7882         * mail-source.el (mail-source-value):
7883         Prefer fboundp to functionp so it works with macros as well.
7884
7885 2008-04-05  Glenn Morris  <rgm@gnu.org>
7886
7887         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7888
7889 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7890
7891         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7892         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7893
7894         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7895         multibyteness after rather than before erasing it.
7896
7897         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7898         mm-with-multibyte.
7899         (gnus-request-article-this-buffer): Make sure the proper decoding is
7900         used if gnus-original-article-buffer happens to be unibyte.
7901
7902         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7903         default-enable-multibyte-characters.
7904
7905         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7906         default-enable-multibyte-characters.
7907
7908         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7909
7910         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7911
7912 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7913
7914         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7915         Fix last change in case the element is not even a symbol.
7916
7917 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7918
7919         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7920         (imap-message-copyuid-1): Use it.
7921         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7922         J. Williams in
7923         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7924
7925         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7926         imap-enable-exchange-bug-workaround.
7927         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7928
7929 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7930
7931         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7932         a 100 byte status-checks into a 2-3MB transfer for each group.
7933         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7934         to enable bug workaround or not.
7935         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7936
7937 2008-03-31  Glenn Morris  <rgm@gnu.org>
7938
7939         * message.el (mml2015-use): Declare for compiler.
7940         (message-info): Require mml2015 when appropriate.
7941
7942 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7945         whitespace.
7946
7947 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7948
7949         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7950         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7951         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7952         (nntp-service-to-port): New function.
7953         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7954         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7955         (nntp-open-netcat-stream): New function.
7956         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7957
7958 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7959
7960         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7961
7962 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7963
7964         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7965
7966 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7967
7968         * dns.el (dns-write): Use set-buffer-multibyte.
7969
7970 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7971
7972         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7973
7974 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * message.el (message-signature-separator): Change default.
7977         Improve custom type.
7978         (message-cite-function): Change default to
7979         message-cite-original-without-signature.
7980
7981         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7982         toggle.
7983
7984         * message.el (message-check-news-body-syntax): Fix signature check.
7985         (message-setup-1): Mark buffer as unmodified _after_ running
7986         message-setup-hook and handling message-alternative-emails.
7987         (message-shorten-references): Be more strict when building list of
7988         valid references to comply with GNKSA.
7989
7990         * gnus-group.el (gnus-read-ephemeral-bug-group)
7991         (gnus-read-ephemeral-debian-bug-group)
7992         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7993
7994         * message.el (message-info): Don't use booleanp which isn't supported
7995         in Emacs 21 and XEmacs.
7996
7997 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8000         gnus-group-gmane-group-download-format.
8001         (gnus-group-read-ephemeral-gmane-group): Rename from
8002         gnus-group-read-ephemeral-gmane-group.
8003         (gnus-read-ephemeral-gmane-group-url): Rename from
8004         gnus-group-read-ephemeral-gmane-group-url.
8005         (gnus-bug-group-download-format-alist): New variable.
8006         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8007         (gnus-read-ephemeral-emacs-bug-group): New commands.
8008
8009 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8012         (gnus-visible-headers): Improve custom type.
8013
8014 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * mml.el (mml-menu): Add workarounds for XEmacs.
8017
8018         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8019         X-Boundary header.
8020
8021         * message.el (message-simplify-recipients): Fix previous commit.
8022
8023 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8024
8025         * mm-util.el (mm-set-buffer-multibyte): New function.
8026         * mm-decode.el (mm-copy-to-buffer): Use it.
8027
8028         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8029         Prefer fboundp to functionp so it works with macros as well.
8030
8031 2008-03-19  Glenn Morris  <rgm@gnu.org>
8032
8033         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8034         Accidentally removed in the sync process with Emacs.
8035
8036 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * message.el (message-alter-recipients-discard-bogus-full-name):
8039         New function.
8040         (message-alter-recipients-function): New variable.
8041         (message-get-reply-headers): Use it.
8042         (message-replace-header): New helper function.
8043         (message-recipients-without-full-name): New variable.
8044         (message-simplify-recipients): New command.
8045
8046         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8047
8048         * message.el (message-info): Handle EasyPG manual.
8049
8050         * mml.el (mml-menu): Add entry for EasyPG.
8051
8052 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8053
8054         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8055         parameter.
8056
8057         * message.el (message-disassociate-draft): Specify drafts group name
8058         fully.
8059
8060 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8063         Eliminate unnecessary duplicates from the match list.
8064
8065 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8068
8069         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8070
8071         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8072         args of `how-many' of which the XEmacs version doesn't take; declare
8073         Info-index-next as function.
8074
8075 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-score.el (gnus-score-headers): Fix handling of
8078         gnus-inhibit-slow-scoring.
8079
8080         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8081         string.
8082         (gnus-button-url-regexp): Improve handling of parenthesis.
8083         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8084         (gnus-button-handle-info-keystrokes): Handle index entries.
8085
8086 2008-03-15  Glenn Morris  <rgm@gnu.org>
8087
8088         * parse-time.el (parse-time-string): Simplify.
8089
8090 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8093         Incoming* files.
8094
8095 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * auth-source.el (auth-sources): Rename from auth-source-choices.
8098         (auth-source-pick): Use it.
8099
8100 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8101
8102         * binhex.el (binhex-decode-region-internal):
8103         * uudecode.el (uudecode-decode-region-internal):
8104         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8105         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8106         setting default-enable-multibyte-characters.
8107
8108 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * auth-source.el (auth-source-protocols)
8111         (auth-source-protocols-customize, auth-source-choices): Add and
8112         modified variable customizations and defaults.
8113         (auth-source-pick, auth-source-user-or-password)
8114         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8115         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8116         (auth-source-user-or-password-sftp)
8117         (auth-source-user-or-password-smtp): Use new variables and provide an
8118         interface to netrc.el.
8119
8120 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8123         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8124         Make sure the nntp port to specify is a string.
8125
8126 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8127
8128         * nntp.el: Use with-current-buffer.
8129         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8130         dubious mm-with-unibyte-current-buffer.
8131         (nntp-with-open-group-function): New function extracted from
8132         nntp-with-open-group macro.
8133         (nntp-with-open-group): Use the function, so it's easier to debug.
8134         Add indentation and debugging info.
8135         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8136         Recommend the use of the netcat alternatives.
8137
8138         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8139         Avoid mm-string-as-multibyte as well.
8140
8141         * nnweb.el (nnweb-insert-html):
8142         Remove use of nnheader-string-as-multibyte.
8143
8144         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8145         (nnheader-string-as-multibyte): Remove.
8146
8147         * mm-view.el: Use inhibit-read-only.
8148         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8149         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8150         or unibyte-string.
8151
8152         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8153         (mm-uu-yenc-extract): Use with-current-buffer.
8154
8155         * gnus-soup.el (gnus-soup-send-packet): Don't use
8156         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8157
8158         * nnmh.el: Use with-current-buffer.
8159         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8160         mm-string-as-multibyte on the output of mm-encode-coding-string.
8161
8162         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8163         (nnimap-request-move-article): Use with-current-buffer.
8164
8165         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8166         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8167         conversion uses string-make-unibyte rather than string-as-unibyte.
8168
8169         * gnus-msg.el: Use with-current-buffer.
8170
8171         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8172
8173 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8174
8175         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8176         string for caching if it is 'PIN.
8177
8178 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * lpath.el: Consider the case without Emacs/W3.
8181
8182 2008-03-08  Glenn Morris  <rgm@gnu.org>
8183
8184         * time-date.el (date-to-time, time-subtract, time-add)
8185         (safe-date-to-time): Doc fixes.
8186
8187 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * mail-source.el (mail-source-delete-old-incoming-confirm):
8190         Change default to nil.
8191         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8192
8193 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * lpath.el: Rearrange.
8196
8197         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8198         (gnus-article-goto-prev-page): Work for articles having ^L's.
8199
8200         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8201
8202         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8203
8204 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8205
8206         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8207         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8208         (gnus-bookmark-jump): Adjust some variable names.
8209
8210 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * auth-source.el: New package.
8213         (auth-source-choices): Add customization entry point variable.
8214
8215         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8216         bug.
8217
8218 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8221         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8222         (gnus-registry-install-shortcuts): Rename from
8223         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8224         the `gnus-registry-mark-map' keymap dynamically from
8225         `gnus-registry-marks'.  The generated functions update the summary line
8226         when a registry mark is added or deleted, and will call
8227         `gnus-registry-install-p' (see the comments in the code).
8228         (gnus-registry-user-format-function-M): Use concat intelligently.
8229
8230         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8231         the registry mark functions.
8232
8233 2008-03-05  Glenn Morris  <rgm@gnu.org>
8234
8235         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8236         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8237         gnus-art.
8238         (top-level): No need to load own source when compiling.
8239
8240 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8243         Suggested by <chris.anderton@zetnet.co.uk>.
8244
8245 2008-03-04  Glenn Morris  <rgm@gnu.org>
8246
8247         * gnus-sum.el (top-level): No need to require gnus when compiling,
8248         since unconditionally required near start of file.
8249         (gnus-summary-display-while-building): Move definition before use.
8250
8251 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * gnus-registry.el (gnus-registry-user-format-function-M):
8254         Add formatting function.
8255
8256 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8259         with plists.
8260         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8261         Use new format.
8262
8263 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8266         `where-is-internal' that returns a range of key sequences.
8267
8268 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8269
8270         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8271
8272         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8273         (gnus-summary-jump-to-group): Consider windows on other displayed
8274         frames as well.  Similar changes might be needed elsewhere, but that's
8275         the one I've bumped into during my use.
8276
8277         * nndoc.el (nndoc-oe-dbx-type-p):
8278         * gnus-msg.el (gnus-debug):
8279         * gnus-group.el (gnus-update-group-mark-positions):
8280         Use mm-string-to-multibyte.
8281
8282 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8285         doesn't handle NotDashEscaped.
8286
8287         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8288         (mml-dnd-attach-options): Fix typo in custom choice.
8289
8290         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8291         Change nndoc-article-type to mbox.
8292         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8293
8294         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8295         to nil, instead of html2text.
8296
8297         * imap.el (imap-debug): Add `imap-ping-server'.
8298
8299         * gnus-bookmark.el: Add FIXMEs.
8300
8301         * message.el (message-form-letter-separator)
8302         (message-send-form-letter-delay): New variables.
8303         (message-send-form-letter): Use them.  New command to send form
8304         letters.  Requested by Uwe Siart.
8305         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8306
8307 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * Update copyright years.
8310
8311 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         Sync from EMACS_22_BASE.
8314
8315         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8316
8317 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8318
8319         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8320         empty author.
8321
8322 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8323
8324         * gnus-registry.el (gnus-registry-marks): Add variable for
8325         customization of marks and their appearance.
8326         (gnus-registry-read-mark): Use it.
8327         (gnus-registry-do-marks): Add utility function to loop through
8328         `gnus-registry-marks'.
8329         (gnus-registry-install-shortcuts-and-menus): Add function to install
8330         shortcuts and menus.
8331         (gnus-registry-initialize): Use it.
8332         (gnus-registry-default-mark): Clarify documentation.
8333
8334 2008-02-29  Glenn Morris  <rgm@gnu.org>
8335
8336         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8337         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8338         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8339         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8340         Change defcustom :version from 23.0 to 23.1.
8341
8342 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8343
8344         * gnus-registry.el (gnus-registry-follow-group-p)
8345         (gnus-registry-post-process-groups): Add functions to aid registry
8346         splitting and improve logging.  Clarify behavior in function
8347         documentation.
8348         (gnus-registry-split-fancy-with-parent): Use them.
8349
8350 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8351
8352         * gnus-art.el: Use with-current-buffer.
8353
8354 2008-02-27  David Engster  <dengste@eml.cc>
8355
8356         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8357         Express real group name in the response.
8358
8359 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8362         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8363         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8364         autoload gnus-registry-fetch-group when compiling.
8365         (nnmairix-request-group-with-article-number-correction):
8366         Remove unreferenced argument passed to nnmairix-call-backend.
8367
8368 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8371         (mm-uu-extract): Improve face for low color ttys.
8372         Reported by Sascha Wilde.
8373
8374 2008-02-27  Glenn Morris  <rgm@gnu.org>
8375
8376         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8377         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8378         variables to defconsts.  Convert comments to doc-strings.
8379         (nnmairix-last-server, nnmairix-current-server): Convert from free
8380         variables to defvars.  Convert comments to doc-strings.
8381         (gnus-registry-fetch-group): Autoload.
8382         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8383         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8384         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8385         caddr.
8386         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8387         nnmairix-request-group-with-article-number-correction call.
8388         (nnmairix-fast, nnmairix-group): New, less general names, for free
8389         variables passed from nnmairix-request-group to
8390         nnmairix-request-group-with-article-number-correction.  Declare.
8391         (nnmairix-request-group-with-article-number-correction):
8392         Use nnmairix-fast, nnmairix-group rather than fast, group.
8393
8394 2008-02-26  David Engster  <dengste@eml.cc>
8395
8396         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8397         version 0.5.
8398
8399 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8402         instead of making an extra function call.  Don't add the current group
8403         to articles only when they have the group.  Use
8404         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8405         Reported by David <de_bb@arcor.de>.
8406
8407 2008-02-24  Miles Bader  <miles@gnu.org>
8408
8409         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8410         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8411         (mm-find-mime-charset-region):
8412         * mm-bodies.el (mm-encode-body):
8413         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8414
8415 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8418         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8419
8420 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * mail-source.el (mail-source-delete-incoming): Change default.
8423         Supplement doc string.
8424
8425         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8426
8427 2008-02-14  Glenn Morris  <rgm@gnu.org>
8428
8429         * time-date.el (format-seconds): New function.
8430
8431 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * nnmail.el (nnmail-message-id-cache-file): Derive from
8434         `gnus-home-directory'.
8435
8436 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8439         Document negative prefix.
8440
8441         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8442
8443 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * message.el (message-unsent-separator): Add the Exim bounce
8446         separator.
8447
8448 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8449
8450         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8451         list.
8452         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8453         recipient/signer list.
8454
8455 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * Makefile.in (datarootdir): Define.
8458         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8459         name that might contain whitespace.
8460
8461 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8464         fbound (Emacs 23 unicode), signal an error.
8465
8466 2008-02-08  Glenn Morris  <rgm@gnu.org>
8467
8468         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8469
8470 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8471
8472         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8473         ports to the calls to `netrc-machine-user-or-password' in addition to
8474         "imap" and "imaps".
8475
8476 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8477
8478         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8479
8480         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8481
8482 2008-02-01  Kenichi Handa  <handa@m17n.org>
8483
8484         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8485         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8486         (rfc2104-hash): Convert the result of concat to unibyte string.
8487
8488 2008-02-01  Dave Love  <fx@gnu.org>
8489
8490         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8491         coding-system-for-read.
8492         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8493
8494 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8497         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8498         <hanche@math.ntnu.no>.
8499
8500 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8503
8504         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8505
8506 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8507
8508         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8509         * message.el (message-beginning-of-line): Use featurep instead of bound
8510         tests in order to resolve conditionals at compile time.
8511
8512 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8513
8514         * mail-source.el (mail-sources): Add `group' choice.
8515
8516         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8517         parameter `in-group' to control into which group the articles go.
8518         Add treatment of `group' mail-source.
8519
8520 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8523
8524         * mm-decode.el (mm-dissect-buffer): Decode description.
8525
8526         * mml.el (mml-to-mime): Encode message header first.
8527
8528 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8531         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8532
8533         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8534         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8535
8536 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8539
8540 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8543         prefix keys.
8544         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8545         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8546         gnus-xmas.el.
8547
8548         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8549         (gnus-xmas-article-describe-bindings): New function.
8550         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8551         gnus-xmas-article-describe-bindings.
8552
8553         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8554
8555 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8558         Add new variables for article mark management.
8559         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8560         list of extra data entries which, when present, will indicate that the
8561         article ID should not be trimmed from the registry.
8562         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8563         functions.
8564         (gnus-registry-read-mark): New function to read a mark name from the
8565         user.
8566         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8567         (gnus-registry-set-article-mark-internal): New functions to add and
8568         remove marks.
8569         (gnus-registry-get-article-marks): New function to show the marks for
8570         an article, or retrieve them for further use.
8571
8572 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8575         keys when no argument is given.
8576
8577 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * imap.el (imap-ping-server): New variable.
8580         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8581         (imap-ping-server): Minor doc string fixes.
8582
8583 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8584
8585         * imap.el (imap-ping-server): New function.
8586         (imap-opened): Call imap-ping-server.
8587
8588 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * gnus-sum.el (gnus-article-sort-by-random)
8591         (gnus-thread-sort-by-random): Fix doc strings.
8592         Reported by jidanni@jidanni.org.
8593
8594 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-art.el (gnus-article-describe-bindings): New function.
8597         (gnus-article-read-summary-keys): Use it.
8598         (gnus-article-mode-map): Bind `C-h b' to it.
8599
8600 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8603         XEmacs.
8604         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8605         Protect against non-character events.
8606
8607         * lpath.el: Fbind map-keymap for Emacs 21.
8608
8609 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8612         New command.
8613         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8614         instead of END.  Change name of the temp file.
8615         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8616         customizable.
8617
8618 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8621         bind `S W' to gnus-article-wide-reply-with-original; set default
8622         binding to gnus-article-read-summary-send-keys.
8623         (gnus-article-read-summary-keys): Fix the order of keys; display
8624         continuation keys correctly in the echo area; describe bindings
8625         correctly when keys end with `C-h'.
8626         (gnus-article-read-summary-send-keys): New function.
8627         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8628         Work for gnus-article-read-summary-send-keys; display continuation keys
8629         correctly in the echo area.
8630         (gnus-article-reply-with-original): Ignore prefix argument.
8631         (gnus-article-wide-reply-with-original): New function.
8632
8633         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8634         Emacs 21.
8635
8636 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8639         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8640
8641 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8644         (gnus-group-read-ephemeral-gmane-group): New command.
8645
8646 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8647
8648         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8649
8650 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * message.el (message-send-mail-function): Increase custom version.
8653
8654         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8655         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8656
8657 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8658
8659         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8660         for the cases where imap-authenticate is called with a nil buffer
8661         parameter.
8662
8663 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8666         html parts correctly; support forwarded messages.
8667         (gnus-article-browse-html-article): Remove work buffers.
8668
8669         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8670         compiling.
8671         (netrc-bound-and-true-p): New macro.
8672         (netrc-parse): Use it instead of bound-and-true-p that is not available
8673         in XEmacs 21.4.
8674
8675 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8676
8677         * gnus-registry.el (gnus-registry-mark-article)
8678         (gnus-registry-article-marks): Add functionality to mark articles
8679         through the Gnus registry.
8680
8681         * encrypt.el: Clarify documentation for the new pgg method.
8682         (encrypt-file-alist): Add PGG option.
8683         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8684         functionality.  Abstract password key and messaging to external
8685         functions.
8686         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8687         (encrypt-message-method-and-cipher): Add new convenience external
8688         functions.
8689         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8690         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8691
8692         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8693         (netrc-parse): Use encrypt-file-alist to determine if
8694         encrypt-find-model or encrypt-insert-file-contents should be used.
8695
8696         * encrypt.el: Clarify documentation.  Load password-cache or
8697         password, whichever one is found first, instead of autoloading.
8698
8699 2007-12-19  Glenn Morris  <rgm@gnu.org>
8700
8701         * mml.el (message-options-set, message-narrow-to-head)
8702         (message-in-body-p, message-mail-p, message-encode-message-body):
8703         Autoload.
8704         (message-remove-header, message-narrow-to-headers-or-head)
8705         (message-subscribed-p, message-make-mail-followup-to)
8706         (message-position-on-field, message-news-p)
8707         (message-options-set-recipient, message-generate-headers)
8708         (message-sort-headers): Declare as functions.
8709
8710 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8713         convention in doc string.
8714
8715 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8718         title to html parts.
8719         (gnus-article-browse-html-article): Pass message header to it.
8720
8721         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8722
8723 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8726         or password compatible with XEmacs.
8727
8728 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8731         format document.
8732         (gnus-mime-delete-part): Don't write description line if empty.
8733         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8734
8735 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8736
8737         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8738         (gnus-summary-mark-read-and-unread-as-read)
8739         (gnus-summary-mark-current-read-and-unread-as-read)
8740         (gnus-summary-mark-unread-as-ticked): Doc fix.
8741         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8742
8743 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8746         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8747
8748 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8751         yes-or-no-p.
8752
8753 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mm-decode.el (mm-add-meta-html-tag): New function.
8756         (mm-save-part-to-file, mm-pipe-part): Use it.
8757
8758         * gnus-art.el (gnus-article-browse-delete-temp-files):
8759         Use gnus-y-or-n-p instead of y-or-n-p.
8760         (gnus-article-browse-html-parts): Work with message/external-body; use
8761         mm-add-meta-html-tag.
8762
8763 2007-12-11  Glenn Morris  <rgm@gnu.org>
8764
8765         * gnus-cache.el: Require gnus-sum not just when compiling.
8766
8767         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8768
8769         * gnus-int.el (gnus-server-opened, gnus-status-message):
8770         Move definitions before use.
8771
8772         * mm-decode.el: Require gnus-util.
8773         (mm-remove-part): Only call delete-annotation on XEmacs.
8774
8775         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8776
8777         * nnmail.el: Require gnus-int.
8778
8779         * spam.el: Move `require's before `eval-when-compile's.
8780
8781         * gnus-ems.el (gnus-alive-p):
8782         * gnus-fun.el (message-goto-eoh):
8783         * gnus-util.el (gnus-group-name-decode):
8784         * mail-source.el (gnus-compress-sequence):
8785         * message.el (Info-goto-node, format-spec):
8786         * mm-bodies.el (message-options-get):
8787         * mm-decode.el (mm-view-pkcs7):
8788         * mm-util.el (gmm-write-region):
8789         * mml-smime.el (mml-compute-boundary)
8790         (gnus-completing-read-with-default):
8791         * mml.el (widget-button-press, gnus-make-hashtable):
8792         * mml1991.el (mm-decode-content-transfer-encoding)
8793         (mm-encode-content-transfer-encoding)
8794         (message-options-get, message-options-set):
8795         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8796         * nnfolder.el (gnus-request-group):
8797         * nnheader.el (ietf-drums-unfold-fws):
8798         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8799         * smime.el (gnus-run-mode-hooks):
8800         * spam-stat.el (gnus-message): Autoload.
8801
8802         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8803         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8804         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8805         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8806         Add declare-function compatibility definition.
8807
8808         * gnus-cache.el (nnvirtual-find-group-art):
8809         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8810         (gnus-add-image, gnus-add-wash-type):
8811         * gnus-group.el (nnkiboze-score-file):
8812         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8813         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8814         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8815         (message-tokenize-header, gnus-get-buffer-create)
8816         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8817         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8818         * gnus.el (gnus-group-decoded-name):
8819         * mail-source.el (imap-capability):
8820         * mm-bodies.el (message-options-set):
8821         * mm-decode.el (gnus-configure-windows):
8822         * mm-extern.el (message-goto-body):
8823         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8824         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8825         (epg-sub-key-validity, message-options-set):
8826         * mml.el (widget-event-point, gnus-configure-windows):
8827         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8828         * mml2015.el (epg-check-configuration, epg-configuration)
8829         (message-options-set):
8830         * nndb.el (nndb-request-article):
8831         * nnfolder.el (gnus-request-create-group):
8832         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8833         * nnmaildir.el (gnus-group-mark-article-read):
8834         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8835         * rfc1843.el (message-fetch-field):
8836         * spam.el (gnus-extract-address-components):
8837         Declare as functions.
8838
8839 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8842
8843         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8844
8845         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8846         bind show-trailing-whitespace for XEmacs.
8847
8848 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8851         new no-op macro for backward compatibility.
8852
8853         * imap.el (imap-string-to-integer): New function.
8854
8855 2007-12-09  Glenn Morris  <rgm@gnu.org>
8856
8857         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8858
8859         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8860         * message.el, mm-view.el, sieve-manage.el, smime.el:
8861         Add declare-function compatibility definition.
8862
8863         * gnus-art.el (w3-region, w3m-region, Info-menu):
8864         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8865         * gnus-sum.el (gnus-get-predicate):
8866         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8867         * message.el (mail-abbrev-in-expansion-header-p):
8868         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8869         (w3m-detect-meta-charset, w3m-region):
8870         * sieve-manage.el (password-read, password-cache-add)
8871         (password-cache-remove):
8872         * smime.el (password-read-and-add): Declare as functions.
8873
8874 2007-12-08  David Kastrup  <dak@gnu.org>
8875
8876         * gnus-sum.el (gnus-summary-simplify-subject-query):
8877         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8878         `message'.
8879
8880 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8883         it to bind idna-program, installation-directory, defined-colors, and
8884         face-attribute for XEmacs of the version that compiles defcustom forms.
8885
8886 2007-12-07  Glenn Morris  <rgm@gnu.org>
8887
8888         * gnus-art.el (article-make-date-line): Revert previous change.
8889
8890 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8893
8894 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8895
8896         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8897         Call gnus-add-to-range ranges only once with a prepared article-list.
8898
8899 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8900
8901         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8902         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8903         group names with backslashes.
8904         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8905
8906 2007-12-06  Deepak Goel  <deego3@gmail.com>
8907
8908         * gnus-art.el (article-make-date-line):
8909         * gnus-start.el (gnus-load):
8910         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8911
8912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-use-idna)
8915         * gnus-start.el (gnus-site-init-file)
8916         * message.el (message-use-idna)
8917         * mm-uu.el (mm-uu-hide-markers)
8918         * smiley.el (smiley-style): Revert changes that suppress warnings.
8919
8920 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8923         specify charset to html source.
8924         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8925
8926 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8929         idna-program in order to suppress byte compile warning issued by XEmacs
8930         that came to byte compile the default value section of defcustom forms
8931         recently.
8932
8933         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8934         value of installation-directory.
8935
8936         * message.el (message-use-idna): Don't directly refer to the value of
8937         idna-program.
8938
8939         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8940
8941         * smiley.el (smiley-style): Don't directly call face-attribute.
8942
8943 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8946
8947         * gnus-dired.el: Reduce Gnus dependencies.
8948         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8949         Don't require.  Use autoloads instead.
8950         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8951         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8952         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8953         (gnus-dired-mode): Adjust doc string.
8954         (gnus-dired-mail-mode): New variable.
8955         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8956         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8957         (gnus-dired-mail-buffers): New function.  Return mail or message
8958         composition buffers.
8959         (gnus-dired-attach): Use it.
8960         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8961         NO-DECODE.
8962         (gnus-dired-print): Use `gnus-print-buffer' depending on
8963         `gnus-dired-mail-mode'.
8964
8965 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * rfc2047.el (rfc2047-encoded-word-regexp)
8968         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8969         explaining what regexp patterns are for.
8970
8971 2007-12-04  Glenn Morris  <rgm@gnu.org>
8972
8973         * password.el: Move to password-cache.el.
8974
8975         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8976         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8977         * mml-smime.el (password-read, password-cache-add)
8978         (password-cache-remove):
8979         No need to autoload, since mml-sec requires password.
8980
8981         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8982         * message.el (gnus-extract-address-components):
8983         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8984
8985         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8986         password.
8987
8988 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * mailcap.el: Reduce dependencies.
8991         (mail-header-parse-content-type): Autoload.
8992         (mailcap-delete-duplicates): New alias.
8993         (mailcap-mime-info): Add optional argument NO-DECODE.
8994         (mailcap-mime-types): Use mailcap-delete-duplicates.
8995
8996         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8997
8998 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8999
9000         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9001         (imap-parse-status): Upcase status-att for servers that sends them
9002         lower-case (e.g., MS Exchange 2007).
9003
9004 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9007         function.
9008
9009         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9010         (gnus-uu-yenc-article): New function.
9011
9012         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9013
9014         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9015
9016 2007-12-02  Glenn Morris  <rgm@gnu.org>
9017
9018         * binhex.el (binhex): New custom group.
9019         (binhex-decoder-program, binhex-decoder-switches)
9020         (binhex-use-external): Move to the binhex custom group.
9021
9022         * uudecode.el (uudecode): New custom group.
9023         (uudecode-decoder-program, uudecode-decoder-switches)
9024         (uudecode-use-external): Move to the uudecode custom group.
9025
9026         * netrc.el (top-level): Don't load `encrypt' features.
9027         (netrc-parse): Don't use encrypt.
9028         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9029
9030         * encrypt.el: Remove file.
9031
9032 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9035         matches on patches.
9036
9037         * gnus-art.el (gnus-article-browse-html-article):
9038         Mention `mm-text-html-renderer' in the doc string.
9039
9040         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9041         string.  Add comments.
9042
9043         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9044         if rhs is ASCII.
9045
9046 2007-12-01  Glenn Morris  <rgm@gnu.org>
9047
9048         * mail-source.el (top-level): Require format-spec before
9049         eval-when-compile.
9050
9051 2007-11-30  Glenn Morris  <rgm@gnu.org>
9052
9053         * encrypt.el: Require password, rather than autoloading password-read.
9054
9055 2007-11-29  Glenn Morris  <rgm@gnu.org>
9056
9057         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9058         (sasl-make-client, sasl-next-step, sasl-step-data)
9059         (sasl-step-set-data): Declare as functions.
9060
9061 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9064
9065 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9066
9067         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9068         certs should be verified and what is to be done in the event of a
9069         verification failure.
9070
9071         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9072         caller can indicate whether the cache should be disregarded for this
9073         call.  This way the result of the call is reproducible at all times and
9074         can be considered a canonical server name for the supplied method.
9075         (gnus-agent-method-p): Canonicalize server names by pushing their
9076         method through `gnus-method-to-server' using the no-cache argument.
9077
9078         * gnus-srvr.el (gnus-server-insert-server-line):
9079         Call `gnus-method-to-server' with `no-cache' argument.
9080
9081         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9082         gnus-agent-possibly-synchronize-flags as this should be called when the
9083         server is actually being opened.
9084         (gnus-agent-possibly-synchronize-flags)
9085         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9086         flags file of an agentized server to the latter function.
9087
9088         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9089         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9090         after a connection has been established successfully.
9091
9092 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-art.el (article-display-face): Force to display face if called
9095         interactively; check if gnus-article-x-face-too-ugly matches author.
9096         (article-display-x-face): Display face even if From header is missing
9097         as article-display-face does.
9098
9099 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9100
9101         * hashcash.el (message-narrow-to-headers-or-head)
9102         (message-fetch-field, message-goto-eoh)
9103         (message-narrow-to-headers): Declare as functions.
9104
9105 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * mail-source.el (mail-sources): Default to fetch from file for
9108         compatibility with default of nnmail-spool-file.
9109
9110 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9113         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9114         to look for encoded word that should be encoded again.
9115         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9116         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9117         encoding pattern.
9118         (rfc2047-decode-region): Switch strict regexp and loose one according
9119         to rfc2047-allow-irregular-q-encoded-words.
9120
9121 2007-11-25  Romain Francoise  <romain@orebokech.com>
9122
9123         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9124
9125 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * tls.el (tls-program): Provide more custom choices from
9128         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9129         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9130
9131 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9134         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9135
9136         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9137         `nnmail-spool-file'.
9138
9139         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9140         `nnmail-spool-file'.
9141
9142         * gnus-move.el (gnus-change-server): Ditto.
9143
9144         * gnus-kill.el (gnus-batch-score): Ditto.
9145
9146         * gnus-cache.el (gnus-jog-cache): Ditto.
9147
9148         * gnus-msg.el (gnus-summary-reply):
9149         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9150
9151 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9154         version.  Minor improvement to doc strings.
9155         (tls-program): Add comment.
9156
9157 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9158
9159         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9160         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9161         mismatch between the hostname provided in the certificate and the name
9162         of the host connnecting to.
9163         (open-tls-stream): Use them.  Check certificates against trusted root
9164         certificates.
9165
9166 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-cache.el (gnus-cache-generate-nov-databases):
9169         Use nnml-generate-nov-databases-directory instead of
9170         nnml-generate-nov-databases-1.
9171
9172 2007-11-24  Glenn Morris  <rgm@gnu.org>
9173
9174         * message.el (message-tool-bar-retro): Update for rename
9175         mail_send.xpm->mail-send.xpm.
9176
9177 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9180         `smime-ldap-search' for Emacs 22 and up.
9181
9182 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9183
9184         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9185
9186         * message.el (message-send-mail-function): Fix error convention.
9187         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9188         (message-widen-reply, message-send-mail, message-talkative-question)
9189         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9190         (message-clone-locals, message-send-news): Use with-current-buffer.
9191         (message-insert-or-toggle-importance): Remove unused var `valid'.
9192         (message-make-references): Remove unused var `new-references'.
9193         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9194
9195 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9196
9197         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9198         (spam-split-symbolic-return-positive): Reflow docstring.
9199         (spam-backends, spam-summary-exit-behavior)
9200         (spam-mark-ham-unread-before-move-from-spam-group)
9201         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9202         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9203         (spam-clear-cache, spam-backend-check, spam-install-backend)
9204         (spam-install-statistical-backend, spam-list-of-processors)
9205         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9206         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9207         (spam-check-crm114, spam-initialize, spam-unload-hook):
9208         Fix typos in docstrings.
9209
9210 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9213         been checked if they have never been read and those group levels are
9214         higher than the one that a user specified.
9215
9216 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9219         foreign groups unless a group level is specified by a user.
9220         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9221
9222 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * message.el (message-send-mail-function): Require sendmail.
9225
9226 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * message.el (message-send-mail-function): Check for smtpmail too.
9229
9230         * utf7.el (utf7-encode, utf7-decode): Use coding system
9231         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9232
9233         * message.el (message-send-mail-function): New function.
9234         (message-send-mail-function): Set default using
9235         message-send-mail-function.  Adjust doc string.
9236         (message-send-mail-with-mailclient): New function.
9237
9238 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9239
9240         * smime.el (from):
9241         * rfc2047.el (message-posting-charset):
9242         * qp.el (mm-use-ultra-safe-encoding):
9243         * pop3.el (parse-time-months):
9244         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9245         * nnml.el (files):
9246         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9247         (jka-compr-compression-info-list, ange-ftp-path-format)
9248         (efs-path-regexp):
9249         * nndiary.el (files):
9250         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9251         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9252         (epg-digest-algorithm-alist, inhibit-redisplay)
9253         (password-cache-expiry):
9254         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9255         (pgg-output-buffer, password-cache-expiry):
9256         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9257         (efs-path-regexp):
9258         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9259         (inhibit-redisplay):
9260         * mm-uu.el (file-name, start-point, end-point, entry)
9261         (gnus-newsgroup-name, gnus-newsgroup-charset):
9262         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9263         (latin-unity-ucs-list):
9264         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9265         (mm-uu-binhex-decode-function):
9266         * message.el (gnus-message-group-art, gnus-list-identifiers)
9267         (rmail-enable-mime-composing, gnus-local-organization)
9268         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9269         (gnus-read-active-file, facemenu-add-face-function)
9270         (facemenu-remove-face-function, gnus-article-decoded-p)
9271         (tool-bar-mode):
9272         * mail-source.el (display-time-mail-function):
9273         * gnus-util.el (nnmail-pathname-coding-system)
9274         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9275         (gnus-original-article-buffer, gnus-user-agent)
9276         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9277         (xemacs-codename, sxemacs-codename, emacs-program-version):
9278         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9279         * gnus-start.el (gnus-agent-covered-methods)
9280         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9281         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9282         (gnus-newsgroup-headers, gnus-group-list-mode)
9283         (gnus-group-mark-positions, gnus-newsgroup-data)
9284         (gnus-newsgroup-unreads, nnoo-state-alist)
9285         (gnus-current-select-method, mail-sources)
9286         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9287         (nnmail-spool-file, gnus-cache-active-hashtb):
9288         * gnus-mh.el (mh-lib-progs):
9289         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9290         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9291         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9292         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9293         (gnus-group-buffer):
9294         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9295         (font-lock-set-defaults):
9296         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9297         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9298         (gnus-summary-post-menu, total-parts, type, condition, length):
9299         * gnus-agent.el (gnus-agent-read-agentview):
9300         * flow-fill.el (show-trailing-whitespace):
9301         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9302         eval-and-compile wrappers for byte compiler pacifiers.
9303
9304         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9305         (mm-display-inline-fontify): Check for featurep 'xemacs not
9306         extent-list.
9307
9308         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9309         itimer-list.
9310         (mm-create-image-xemacs): Only do something for XEmacs.
9311         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9312
9313         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9314
9315         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9316         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9317
9318 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9319
9320         * nnimap.el (nnimap-split-download-body):
9321         * gnus-demon.el (gnus-demon):
9322         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9323
9324 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9327         New macros.
9328         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9329         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9330         copy data from unibyte buffer to multibyte current buffer.
9331         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9332         to copy data from unibyte current buffer to multibyte buffer.
9333         (nntp-make-process-buffer): Make process buffer unibyte.
9334
9335         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9336
9337 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9338
9339         * pop3.el (pop3-open-server): Accept and process data more robustly at
9340         connexion start to avoid spurious "POP SSL connexion failed" errors.
9341
9342 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9345         read group names.
9346
9347 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9350
9351 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9354         (nnmail-save-active): Use a unibyte buffer when saving active file,
9355         which may contain non-ASCII group names.
9356
9357         * nnml.el (nnml-request-group): Decode group names in messages.
9358
9359 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * message.el (message-citation-line-function)
9362         (message-insert-formatted-citation-line): Fix spelling of
9363         `message-insert-formated-citation-line'.
9364
9365 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9368
9369 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9372         nnmail-pathname-coding-system.
9373
9374         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9375         that a user enters; decode group names in messages.
9376
9377         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9378
9379 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9382
9383         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9384
9385         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9386         risky local variable.
9387
9388         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9389
9390 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9391
9392         * encrypt.el: Improve documentation to fix function name typo.
9393         Reported by Daiki Ueno <ueno@unixuser.org>.
9394
9395 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9398         even if the point is not in the last page of an article.
9399         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9400         back to the previous page.
9401
9402 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9405
9406 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9409
9410 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9411
9412         * message.el (message-check-news-body-syntax):
9413         Avoid mm-string-as-multibyte.
9414         (message-hide-headers): Don't assume (point-min)==1.
9415
9416 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * message.el (message-remove-blank-cited-lines): Fix if remove is
9419         given.
9420         (message-bogus-address-regexp): New variable.
9421         (message-bogus-recipient-p): New function.
9422         (message-check-recipients): New command.
9423         (message-syntax-checks): Add `bogus-recipient'.
9424         (message-fix-before-sending): Add `bogus-recipient'.
9425
9426         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9427         (gnus-treat-body-boundary): Don't test window-system.
9428
9429 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9430
9431         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9432
9433 2007-10-28  Miles Bader  <miles@gnu.org>
9434
9435         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9436         at compile-time too.
9437
9438 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-msg.el (gnus-message-setup-hook):
9441         Add `message-remove-blank-cited-lines' to options.
9442
9443 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * message.el (message-remove-blank-cited-lines): New function.
9446         Suggested by Karl Plästerer.
9447
9448 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9451         mapc.
9452
9453         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9454         (top-level): Use mapc to set functions to be traced for debugging.
9455
9456         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9457         called for effect with while loop.
9458
9459         * message.el (message-talkative-question): Replace mapcar called for
9460         effect with mapc.
9461
9462         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9463         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9464         called for effect with dolist.
9465
9466         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9467
9468         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9469         gnus-extra-headers and nnmail-extra-headers.
9470
9471         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9472         called for effect with dolist.
9473         (top-level): Use mapc to set functions to be traced for debugging.
9474
9475         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9476         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9477         dolist.
9478
9479         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9480         Replace mapcar called for effect with mapc.
9481         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9482         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9483         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9484         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9485
9486         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9487         remove-if that's a cl function.
9488
9489         * webmail.el (webmail-debug): Replace mapcar called for effect with
9490         dolist.
9491
9492         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9493         with mapc.
9494
9495 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9498         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9499         with while loop.
9500
9501         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9502         functions from article-* functions.
9503         (gnus-multi-decode-header): Replace mapcar called for effect with
9504         dolist.
9505
9506         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9507         (gnus-bookmark-show-details): Replace mapcar called for effect with
9508         while loop.
9509
9510         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9511         called for effect with while loop.
9512
9513         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9514         with dolist.
9515
9516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9517         Replace mapcar called for effect with dolist.
9518
9519         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9520
9521         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9522         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9523         Replace mapcar called for effect with dolist.
9524         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9525         mapc.
9526
9527         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9528         Replace mapcar called for effect with dolist.
9529         (gnus-topic-list): Replace mapcar called for effect with mapc.
9530
9531         * gnus.el: Use mapc instead of mapcar to add autoloads.
9532
9533 2007-10-23  Richard Stallman  <rms@gnu.org>
9534
9535         * gnus-group.el (gnus-group-highlight): Mark as risky.
9536
9537 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus.el (gnus-server-to-method): Return method found first in
9540         gnus-newsrc-alist.
9541
9542         * gnus-art.el (gnus-article-highlight-signature)
9543         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9544         button overlay without the front stickiness.
9545
9546 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9547
9548         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9549         overview buffer needed a catch to receive its throw.
9550         (gnus-agent-flush-cache): Declare as interactive to make this function
9551         easier to use.
9552
9553 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9556         `next-line'.
9557
9558 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9561         exclude address matching message-dont-reply-to-names.
9562
9563 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-util.el (gnus-string<): New function.
9566
9567         * gnus-sum.el (gnus-article-sort-by-author)
9568         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9569
9570 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9573         the frame-focus tag is set in gnus-buffer-configuration.
9574
9575 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9578         the front stickiness.
9579
9580 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9583         url pattern; remove duplicate one.
9584         (gnus-article-extend-url-button): New function.
9585         (gnus-article-add-buttons): Use it.
9586         (gnus-button-push): Use concatenated url that it makes.
9587
9588 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9589
9590         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9591
9592 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9593
9594         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9595         Don't hardcode point-min==1.
9596
9597 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9600         Fix comment about "iso8859-1".
9601
9602 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9603
9604         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9605         ones returned from the verify-function.
9606
9607         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9608         Call mml2015-extract-cleartext-signature if extraction failed.
9609
9610 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9613         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9614         failed.
9615
9616 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9619
9620 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9623         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9624         recommends to use EasyPG instead of PGG.
9625
9626         * pgg.el: Revert to revision 6.23.2.16.
9627
9628         * pgg-def.el: Revert to revision 6.6.2.14.
9629
9630         * pgg-gpg.el: Revert to revision 6.23.2.34.
9631
9632 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9633
9634         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9635         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9636         thread for both the null and zero (kill/expire thread) universal prefix
9637         cases.
9638         (gnus-summary-expire-thread): Add new function to expire a thread,
9639         using gnus-summary-kill-thread.
9640         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9641         shortcuts for gnus-summary-expire-thread.
9642         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9643         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9644
9645 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9648         extras value, so an extras entry can be deleted.
9649         (gnus-registry-delete-extra-entry): Use it.
9650         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9651         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9652         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9653         storage through the gnus-registry, and provide an appropriate API for
9654         it.
9655
9656 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9659         Suggested by Leo <sdl.web@gmail.com>.
9660
9661         * gnus.el: Do.
9662
9663 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9666         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9667
9668         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9669
9670         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9671         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9672
9673 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9676         newline.
9677         (nnmbox-request-accept-article): Don't change article in source buffer;
9678         narrow to header to use message-fetch-field rather than
9679         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9680         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9681         as delimiters; make sure article ends with newline.
9682         (nnmbox-delete-mail): Correct last position of article to be deleted;
9683         ignore X-Gnus-Newsgroup header in article body.
9684         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9685         positions; make sure article ends with newline.
9686
9687         * message.el (message-display-abbrev): Don't infloop when a user
9688         inserts SPC in the beginning of header.
9689
9690         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9691         coding-system-for-read and coding-system-for-write for XEmacs having no
9692         file-coding feature.
9693
9694         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9695
9696 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9699         list of groups not followed by default.  Fix type to be regexp.
9700         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9701
9702 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9703
9704         * hmac-def.el (define-hmac-function): Switch from old-style to
9705         new-style backquotes.
9706
9707         * md4.el (md4-make-step): Likewise.
9708
9709 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9712         raw-text coding system when saving .newsrc file, which may contain
9713         non-ASCII group names.
9714
9715 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-cus.el (gnus-score-extra): New widget.
9718         (gnus-score-extra-convert): New function.
9719         (gnus-score-customize): Use it for Extra.
9720
9721 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9722
9723         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9724         (mml2015-mailcrypt-clear-verify): Use it.
9725         (mml2015-gpg-clear-verify): Use it.
9726         (mml2015-pgg-clear-verify): Use it.
9727         (mml2015-epg-clear-verify): Replace the current part with the output
9728         from GnuPG; don't extract the plaintext by itself.
9729
9730         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9731         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9732         mml2015-clear-verify-function; don't touch the armor headers or
9733         dash-escaped text here.
9734
9735 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9738         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9739         parts, or application/octet-stream as a last resort.
9740         (gnus-mime-view-part-as-type): Don't toggle display.
9741         (gnus-mime-view-part-as-charset): Don't turn off display before
9742         querying charset.
9743
9744         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9745         stuff to undisplayer function in Emacs.
9746         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9747
9748         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9749         text/calendar parts.
9750
9751 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9754         decoding text/calendar parts.
9755
9756         * message.el (message-forward-make-body-mime): Always mark body as
9757         having no illegible text; remove signed-or-encrypted argument.
9758         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9759
9760         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9761         (mml-generate-mime-1): Don't encode body if it is specified to be in
9762         raw form; don't make buffer be unibyte when inserting multibyte string.
9763
9764 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9765
9766         * sha1.el: Fix up comment style.
9767         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9768         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9769
9770         * hex-util.el: Fix up comment style.
9771         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9772
9773         * gnus-salt.el: Use with-current-buffer.
9774         (gnus-pick-setup-message): Fix long-standing typo.
9775
9776 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * imap.el (imap-logout-timeout): New variable.
9779         (imap-logout, imap-logout-wait): New functions.
9780         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9781
9782         * nnimap.el (nnimap-logout-timeout): New server variable.
9783         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9784         nnimap-logout-timeout.
9785
9786         * gnus-art.el (gnus-article-summary-command-nosave)
9787         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9788
9789 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus.el (gnus-maximum-newsgroup): New variable.
9792
9793         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9794         according to gnus-maximum-newsgroup.
9795
9796         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9797         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9798         Limit the range of articles according to gnus-maximum-newsgroup.
9799
9800 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9801
9802         * gnus-art.el (gnus-sticky-article): Fix problems described in
9803         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9804         Don't perform gnus-configure-windows here; reuse existing sticky
9805         article buffer.
9806
9807         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9808         it doesn't exist in gnus-article-mode.
9809
9810 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9813         (gnus-agent-decoded-group-name): New function.
9814         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9815         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9816
9817 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9818
9819         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9820         Add binding for gnus-sticky-article.
9821         (gnus-summary-exit): Don't kill sticky article buffers.
9822
9823         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9824         article buffer.
9825         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9826         (gnus-kill-sticky-article-buffers): New commands.
9827
9828 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * nntp.el (nntp-xref-number-is-evil): New server variable.
9831         (nntp-find-group-and-number): If it is non-nil, don't trust article
9832         numbers in the Xref header.
9833
9834 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-agent.el (gnus-agent-read-group): New function.
9837         (gnus-agent-flush-group, gnus-agent-expire-group)
9838         (gnus-agent-regenerate-group): Use it.
9839         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9840         nnmail-pathname-coding-system.
9841
9842 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9845
9846         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9847         that are unread as unread, and also as selected so that information of
9848         marks having been changed by a user may be updated when exiting group.
9849
9850 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9853
9854 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9857         calculated ignoring signature parts to gnus-treat-article.
9858
9859 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9862         a point here in order to keep the window start.
9863         (gnus-insert-mime-security-button): Make a button overlay without the
9864         front stickiness.
9865         (gnus-mime-display-security): Goto the end of a button.
9866
9867         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9868
9869 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9872         group-name-at-point.
9873         (gnus-group-completing-read): New function that offers decoded
9874         non-ASCII group names for completion.
9875         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9876         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9877         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9878         (gnus-group-fetch-control): Use it.
9879         (gnus-fetch-group): Use group-name-at-point for the initial value
9880         rather than the default value; use gnus-alive-p.
9881
9882         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9883         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9884         (gnus-summary-post-news): Use gnus-group-completing-read.
9885
9886         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9887         (gnus-read-move-group-name): Decode group name for completion.
9888
9889 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9890
9891         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9892         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9893         Yamaoka slightly modified the code).
9894
9895 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9898         (nnmail-split-incoming): Bind it.
9899
9900         * nnml.el (nnml-group-name-charset): New function.
9901         (nnml-decoded-group-name): Use it; don't decode group name if
9902         nnmail-group-names-not-encoded-p is non-nil.
9903         (nnml-encoded-group-name): New function.
9904         (nnml-group-pathname): Inline nnml-decoded-group-name.
9905         (nnml-request-expire-articles): Decode group name in message.
9906         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9907         nnmail-pathname-coding-system.
9908         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9909         not decoded ones according to nnmail-group-names-not-encoded-p.
9910         (nnml-generate-active-info): Use nnml-encoded-group-name.
9911
9912 2007-08-08  Glenn Morris  <rgm@gnu.org>
9913
9914         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9915         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9916         doc-strings and comments.
9917
9918 2007-07-25  Glenn Morris  <rgm@gnu.org>
9919
9920         * Relicense all FSF files to GPLv3 or later.
9921
9922 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-sum.el (gnus-summary-move-article):
9925         Make gnus-summary-respool-article work.
9926
9927 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9930         string.
9931
9932 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9933
9934         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9935         that should be ignored when comparing distant RSS articles with local
9936         ones.
9937         (nnrss-make-hash-index): New function.  Create a hash index according
9938         to the ignored fields.
9939         (nnrss-check-group): Use it.
9940
9941 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9944
9945         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9946
9947         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9948         the new optional argument ENCODED is non-nil.
9949         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9950         coding system for encoding group name.
9951         (gnus-group-make-rss-group): Pass un-encoded group name to
9952         gnus-group-make-group.
9953         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9954         encoded.
9955
9956         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9957         Encode group name to which articles are moved or copied.
9958         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9959         coding system for encoding Newsgroup, Followup-To and Xref headers.
9960
9961         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9962         marks; use nnheader-file-coding-system to write a file.
9963         (nnagent-retrieve-headers): Bind file-name-coding-system to
9964         nnmail-pathname-coding-system.
9965
9966         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9967
9968         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9969         (nnml-request-article, nnml-request-create-group)
9970         (nnml-request-rename-group, nnml-find-id)
9971         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9972         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9973         (nnml-save-marks): Use nnml-group-pathname instead of
9974         nnmail-group-pathname.
9975
9976         (nnml-request-create-group, nnml-request-expire-articles)
9977         (nnml-request-move-article, nnml-request-delete-group)
9978         (nnml-deletable-article-p, nnml-possibly-create-directory)
9979         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9980         (nnml-open-marks): Bind file-name-coding-system to
9981         nnmail-pathname-coding-system.
9982
9983         (nnml-request-article): Pass server argument to nnml-find-group-number.
9984         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9985         Pass server argument to nnml-possibly-create-directory.
9986         (nnml-request-accept-article): Pass server argument to
9987         nnml-active-number and nnml-save-mail.
9988         (nnml-find-group-number): Pass server argument to nnml-find-id.
9989         (nnml-request-update-info): Pass server argument to
9990         nnml-marks-changed-p.
9991
9992         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9993         (nnml-save-mail, nnml-active-number): Add server argument.
9994
9995         (nnml-request-delete-group): Warn if group is missing.
9996         (nnml-get-nov-buffer): Decode group name.
9997         (nnml-generate-active-info): Encode group name.
9998         (nnml-open-marks): Decode group name in messages.
9999
10000 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10003         if it is not specified.
10004         (gnus-article-pipe-part, gnus-article-save-part)
10005         (gnus-article-interactively-view-part, gnus-article-copy-part)
10006         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10007         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10008         (gnus-article-replace-part, gnus-article-delete-part)
10009         (gnus-article-view-part-as-type): Pass raw prefix argument to
10010         gnus-article-part-wrapper.
10011
10012 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-agent.el (gnus-agent-save-active):
10015         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10016
10017         * gnus-cache.el (gnus-cache-save-buffers)
10018         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10019         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10020         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10021         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10022         (gnus-cache-generate-active, gnus-cache-rename-group)
10023         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10024         (gnus-cache-update-overview-total-fetched-for):
10025         Bind file-name-coding-system to nnmail-pathname-coding-system.
10026         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10027         New variables.
10028         (gnus-cache-decoded-group-name): New function.
10029         (gnus-cache-file-name): Use it.
10030         (gnus-cache-generate-active): Use non-decoded group name for active.
10031
10032         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10033         right place.
10034         (gnus-write-active-file): Don't break non-ASCII group names.
10035
10036         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10037         nnmail-pathname-coding-system.
10038
10039         * lpath.el: Bind default-file-name-coding-system,
10040         file-name-coding-system and language-info-alist for XEmacs.
10041
10042         * gnus-uu.el (gnus-uu-decode-save): Typo.
10043
10044 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10047
10048 2007-07-14  David Kastrup  <dak@gnu.org>
10049
10050         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10051         finishing actions if we did not edit the article.
10052
10053 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10056         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10057         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10058         (gnus-agent-flush-group, gnus-agent-flush-cache)
10059         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10060         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10061         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10062         (gnus-agent-regenerate-group)
10063         (gnus-agent-update-files-total-fetched-for)
10064         (gnus-agent-update-view-total-fetched-for):
10065         Bind file-name-coding-system to nnmail-pathname-coding-system.
10066         (gnus-agent-group-pathname): Don't encode file names by
10067         nnmail-pathname-coding-system.
10068         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10069         coding-system-for-write instead of buffer-file-coding-system to
10070         gnus-agent-file-coding-system.
10071
10072         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10073         Decode group name.
10074
10075         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10076
10077         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10078         (gnus-read-newsrc-el-file): Make group names unibyte.
10079
10080         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10081         nnmail-pathname-coding-system.
10082
10083         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10084         (nnrss-request-delete-group): Bind file-name-coding-system to
10085         nnmail-pathname-coding-system.
10086         (nnrss-read-server-data, nnrss-read-group-data):
10087         Bind file-name-coding-system correctly.
10088         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10089
10090         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10091         (nntp-server-to-method-cache): New variable.
10092         (nntp-group-pathname): New function that decodes non-ASCII group names.
10093         (nntp-possibly-create-directory, nntp-marks-changed-p)
10094         (nntp-save-marks, nntp-open-marks): Use it.
10095         (nntp-possibly-create-directory, nntp-open-marks):
10096         Bind file-name-coding-system to nnmail-pathname-coding-system.
10097         (nntp-open-marks): Decode group names when bootstrapping marks.
10098
10099         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10100         Newsgroups and Folowup-To headers.
10101
10102 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10105         (gnus-server-closed-face, gnus-server-denied-face)
10106         (gnus-server-offline-face): Remove variable.
10107         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10108
10109         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10110         of modifying message-stack directly for XEmacs.
10111
10112         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10113         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10114         if the coding-system argument is nil for XEmacs.
10115
10116         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10117         mm-charset-override-alist.
10118
10119         * rfc2047.el: Don't require base64; require rfc2045 for the function
10120         rfc2045-encode-string.
10121         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10122         to quote the parameter value.
10123
10124 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10127         form in gnus-group-name-charset-method-alist.
10128
10129         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10130         overrides the default layout edit-form.
10131
10132         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10133
10134         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10135
10136 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10139         as unfetched articles.
10140
10141 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10144
10145 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10148         original back end that keeps marks in the local system.
10149
10150 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10153         arg of pop-to-buffer for XEmacs.
10154         (gnus-article-read-summary-keys): Ditto; don't restore window
10155         configuration if summary command ends up with neither article buffer
10156         nor summary buffer; describe bindings if summary keys end with C-h.
10157
10158 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * message.el (message-fix-before-sending): Skip raw message part to be
10161         forwarded while checking illegible text.
10162         (message-forward-make-body-mime, message-forward-make-body):
10163         Mark signed or encrypted raw message as having no illegible text.
10164
10165 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10168         (gnus-message-with-timestamp-1): New macro.
10169         (gnus-message-with-timestamp): New function.
10170         (gnus-message): Use them.
10171
10172         * nnheader.el (nnheader-message): Use them.
10173
10174 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10177         .newsrc.eld file.
10178
10179 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-agent.el (gnus-agent-fetch-headers)
10182         (gnus-agent-retrieve-headers):
10183         Bind gnus-decode-encoded-address-function to identity.
10184
10185         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10186         available also when the server returns simply a dot.
10187
10188         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10189
10190 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10193
10194 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-ems.el (gnus-x-splash): Make it work.
10197
10198         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10199         from being used.
10200
10201         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10202
10203 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10206         4th and the 5th arguments.
10207
10208         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10209         the front stickiness.
10210         (gnus-article-summary-command-nosave): Correct the order of the
10211         arguments passed to pop-to-buffer.
10212         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10213         summary command ends up with the article buffer.
10214
10215         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10216         the same faces.
10217
10218 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10219
10220         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10221
10222 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10223
10224         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10225         * gnus-sum.el (gnus-summary-highlight):
10226         * pgg.el (pgg-sign-region, pgg-sign):
10227         * mail-source.el (mail-source-delete-old-incoming-confirm):
10228         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10229
10230 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-art.el (gnus-mime-view-part-externally)
10233         (gnus-mime-view-part-internally): Fix predicate function passed to
10234         completing-read.
10235
10236         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10237
10238         * gnus.el (gnus-update-message-archive-method): Add :version.
10239
10240 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus.el (gnus-update-message-archive-method): New variable.
10243
10244         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10245         according to gnus-message-archive-method if
10246         gnus-update-message-archive-method is non-nil.
10247
10248 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10251         Suggested by Loic Dachary <loic@dachary.org>.
10252         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10253
10254 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * message.el (message-pop-to-buffer): Add switch-function argument.
10257         (message-mail): Pass switch-function argument to it.
10258
10259 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10262         Improve doc string.
10263
10264 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10267         (gnus-header-content)
10268         * gnus-cite.el (gnus-cite-10)
10269         * gnus-srvr.el (gnus-server-closed)
10270         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10271         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10272         (gnus-group-mail-3-empty, gnus-group-mail-low)
10273         (gnus-group-mail-low-empty, gnus-splash)
10274         * message.el (message-header-to, message-header-cc)
10275         (message-header-subject, message-header-other, message-header-name)
10276         (message-header-xheader, message-separator, message-cited-text)
10277         (message-mml): Lighten colors of faces used for dark background.
10278
10279 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10280
10281         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10282         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10283
10284 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * message.el (message-narrow-to-headers-or-head):
10287         Ignore mail-header-separator in the body.
10288
10289 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10292         same as window size.
10293
10294 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10295
10296         * message.el (message-font-lock-keywords): Use message-header-xheader
10297         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10298         ahead of the anything pattern, to get it recognised.
10299
10300 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10303         spam.el loads uses it in the compiled defadvice form.
10304
10305 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10306
10307         * gnus-sum.el (gnus-articles-to-read)
10308         (gnus-summary-insert-old-articles): Don't truncate group name for
10309         `read-string'.
10310
10311         * gnus-util.el (gnus-limit-string): Delete this function.
10312
10313         * gnus-sum.el (gnus-simplify-subject-fully):
10314         Use `truncate-string-to-width' instead.
10315
10316 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10317
10318         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10319         Tell if, on summary exit, the next group has to be selected.
10320         (gnus-summary-exit): Use it.
10321
10322 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10325         non-break space.
10326
10327 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10330         Check if group is not a directory.
10331         (nnfolder-request-expire-articles): Don't delete articles if the target
10332         group is not available.
10333
10334         * nnml.el (nnml-request-create-group): Properly check if group is not a
10335         file.
10336         (nnml-request-expire-articles): Don't delete articles if the target
10337         group is not available.
10338
10339         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10340         Don't quote characters that are within parentheses.
10341
10342 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10345         (gnus-handle-ephemeral-exit): Select article according to it.
10346
10347 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * message.el (message-insert-formated-citation-line): Remove newline.
10350         (message-citation-line-format): Add final \n here so that the user can
10351         avoid a blank line.
10352
10353 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10354
10355         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10356         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10357         Update lanl/arXiv support.
10358
10359 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus.el: Bump version number.
10362
10363 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * gnus.el (gnus-version-number): Bump version.
10366
10367 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10368
10369         * gnus.el: No Gnus v0.6 is released.
10370
10371 2007-04-27  Didier Verna  <didier@xemacs.org>
10372
10373         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10374         * gmm-utils.el (gmm-regexp-concat): ... here.
10375         * message.el: Don't require 'gnus-util.
10376         (message-dont-reply-to-names): Handle name change above.
10377         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10378
10379 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10382         since the initial value varies according to the system.
10383
10384 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10387
10388 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10389
10390         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10391
10392 2007-04-24  Didier Verna  <didier@xemacs.org>
10393
10394         Improve the type of gnus-ignored-from-addresses.
10395         * gnus-util.el (gnus-orify-regexp): New function.
10396         * message.el (gnus-util): Require it.
10397         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10398         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10399         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10400
10401 2007-04-24  Didier Verna  <didier@xemacs.org>
10402
10403         * gnus-sum.el:
10404         * gnus-utils.el: Fix some trailing whitespaces.
10405
10406 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10409         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10410         article's Message-ID; refer parent article in summary buffer.
10411
10412         * message.el (message-bounce): Call mime-to-mml.
10413
10414         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10415         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10416         optimize and/or forms properly.
10417
10418 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10421         URL.
10422
10423 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10426
10427 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10430         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10431         displayed of multipart/alternative part if it is invoked from summary
10432         buffer.
10433
10434         * mm-view.el (mm-inline-text-html-render-with-w3m)
10435         (mm-inline-text-html-render-with-w3m-standalone)
10436         (mm-inline-render-with-function): Use mail-parse-charset by default.
10437
10438 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10439
10440         * parse-time.el (parse-time-string-chars): Check if CHAR
10441         is less than the length of parse-time-syntax.
10442
10443 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10446         from gnus-newsgroup-processable.
10447
10448 2007-04-16  Didier Verna  <didier@xemacs.org>
10449
10450         * gnus-msg.el (gnus-configure-posting-styles):
10451         Handle message-signature-directory properly with :file syntax.
10452         Reported by "Leo".
10453
10454 2007-04-11  Didier Verna  <didier@xemacs.org>
10455
10456         New user option: message-signature-directory.
10457         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10458         * message.el (message-insert-signature): Ditto.
10459         * message.el (message-signature-file): Doc update.
10460         * message.el (message-signature-directory): New.
10461
10462 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-msg.el (gnus-inews-yank-articles):
10465         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10466
10467 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * message.el (message-yank-original): Make sure cited text ends with
10470         newline; don't exchange point and mark.
10471
10472 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10473
10474         * tls.el (open-tls-stream): Properly handle case where there
10475         is no associated buffer.
10476
10477 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10478
10479         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10480         message-yank-original, make sure (< mark TEXT point).
10481
10482 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * message.el (message-fill-column): New variable.
10485         (message-mode): Use it.  Add comment on a possible new hook.
10486
10487         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10488         (nnmail-get-new-mail): Reformat.
10489
10490         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10491
10492         * gmm-utils.el: Fix Commentary.
10493         (gmm-tool-bar-from-list): Fix typo in doc string.
10494
10495 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10496
10497         * message.el (message-yank-original): Don't switch point and mark
10498         unnecessarily to put point and mark as documented.
10499
10500 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10503         from the message heads.
10504
10505 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10506
10507         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10508         article buffer does not have a window.  This may not be the best
10509         solution but is certainly better than setting the start of the null,
10510         that is the current, window.
10511
10512 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10515         (gnus-draft-setup): Run it.
10516
10517         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10518         gnus-score-fast-scoring.  Allow regexp.
10519         (gnus-score-headers): Use it.
10520
10521         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10522         XEmacs.
10523
10524         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10525         string.
10526         (gnus-button-alist): Also catch `<f1> k ...'.
10527         (gnus-treat-display-x-face): Fix doc string.
10528
10529 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10530
10531         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10532         evaluation of gnus-extended-version to ensure correct generation of the
10533         User-Agent header when message-generate-headers-first is used.
10534
10535 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10536
10537         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10538         hashcash-path is nil.  Don't call callback with incorrect number of
10539         parameters if val is 0.
10540
10541 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10542
10543         * message.el (message-required-news-headers):
10544         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10545
10546 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10547
10548         * tls.el (open-tls-stream): In handshake-waiting loop,
10549         don't wait more if there is output available to process.
10550
10551 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10552
10553         * tls.el (tls-program): Doc fix.
10554
10555 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * message.el (message-generate-new-buffers): Change the meaning of the
10558         nil value; add `standard' to the choices; treat t as `unique'; improve
10559         doc string.
10560         (gnus-select-frame-set-input-focus): Autoload.
10561         (message-buffer-name): Search for the existing message buffer if
10562         message-generate-new-buffers is nil or `standard'; treat the value t of
10563         message-generate-new-buffers as `unique'.
10564         (message-pop-to-buffer): Raise the frame already displaying the message
10565         buffer; clear the echo area after querying.
10566         (message-setup): Pass the `continue' argument to compose-mail.
10567         (message-mail): Prefer `switch-function' if it is given; search for the
10568         existing message buffer if the `continue' argument is non-nil; pass
10569         continue and switch-function arguments to compose-mail by way of
10570         message-setup.
10571         (message-mail-other-window): Adjust argument of message-setup.
10572         (message-mail-other-frame): Ditto.
10573
10574 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10577         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10578         to turn font-lock on when turning gnus-message-citation-mode on.
10579
10580 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10581
10582         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10583         (mml-smime-function-alist): New variable; add epg as the backend.
10584         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10585         mml-smime- functions instead.
10586         * mm-view.el: Require smime.
10587
10588 2007-03-05  Didier Verna  <didier@xemacs.org>
10589
10590         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10591         instead of just inheritance for posting styles.
10592         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10593
10594 2007-02-24  Chris Moore  <dooglus@gmail.com>
10595
10596         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10597         * pgg-pgp.el (pgg-pgp-encrypt-region):
10598         * pgg-gpg.el (pgg-gpg-encrypt-region):
10599         Check pgg-encrypt-for-me if no other recipients.
10600
10601 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10602
10603         * tls.el (tls-certtool-program): Fix custom type.
10604
10605 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10608         and point-at-eol instead of line-(beginning|end)-position.
10609
10610         * assistant.el (assistant-parse-buffer): Ditto.
10611
10612         * netrc.el (netrc-parse-services): Ditto.
10613
10614 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10615
10616         * mml2015.el (mml2015-epg-find-usable-key): New function.
10617         (mml2015-epg-sign): Use it.
10618         (mml2015-epg-encrypt): Use it.
10619
10620 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * message.el (message-make-in-reply-to): Quote name containing
10623         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10624         if there are special characters.  Reported by NAKAJI Hiroyuki
10625         <nakaji@jp.freebsd.org>.
10626
10627 2007-02-27  Didier Verna  <didier@xemacs.org>
10628
10629         Include the group parameters as well as the topic ones in the
10630         inheritance filter process.
10631         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10632         argument GROUP-PARAMS-LIST.
10633         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10634
10635 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * nntp.el (nntp-never-echoes-commands)
10638         (nntp-open-connection-functions-never-echo-commands): New variables.
10639         (nntp-send-command): Use them.
10640
10641 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10642
10643         * mml2015.el (mml2015-epg-verify): Simplify.
10644
10645 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * mml.el (mml-content-disposition-alist): New user option.
10648         (mml-content-disposition): New function.
10649         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10650         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10651
10652 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10653
10654         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10655         verification.
10656
10657 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10658
10659         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10660         articles posted in the last 24 hours.
10661
10662 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10663
10664         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10665
10666 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10667
10668         * nntp.el (nntp-send-command): Don't wait for echoes when
10669         nntp-open-ssl-stream is used.
10670
10671 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10674         (gnus-message-add-citation-keywords)
10675         (gnus-message-remove-citation-keywords): Remove.
10676         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10677         directly, make the variables in font-lock-defaults buffer-local, add
10678         gnus-message-citation-keywords to them and then update the value of
10679         font-lock-keywords.
10680
10681 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * message.el (message-cite-original-1): Don't call
10684         gnus-article-highlight-citation.
10685
10686         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10687         citations; fix line count.
10688
10689 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10692         (gnus-message-add-citation-keywords)
10693         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10694         versions of font-lock-add-keywords and font-lock-remove-keywords to
10695         work with XEmacs correctly.
10696
10697 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-cite.el (gnus-cite-face-list): Set the values of
10700         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10701         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10702         (gnus-message-cite-prefix-regexp): New variable.
10703         (gnus-message-search-citation-line): Use it; protect against long
10704         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10705         the 0th match data for Emacs.
10706         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10707         (gnus-message-add-citation-keywords): Append keywords rather than
10708         prepending; emulate font-lock-add-keywords if it is not available.
10709         (gnus-message-remove-citation-keywords):
10710         Emulate font-lock-remove-keywords if it is not available.
10711
10712         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10713
10714         * message.el (message-cite-prefix-regexp): Set the value of
10715         gnus-message-cite-prefix-regexp.
10716
10717 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10718
10719         * nnweb.el (nnweb-google-parse-1): Update parser.
10720
10721 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10722
10723         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10724
10725 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10726
10727         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10728         regexp.
10729
10730 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10733         string-to-multibyte.
10734         (uudecode-decode-region-internal): Use it.
10735
10736         * lpath.el: Fbind string-as-multibyte for XEmacs.
10737
10738 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10741         Fix custom choice.
10742
10743         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10744
10745 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10746
10747         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10748
10749         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10750         `write-region' to respect `mm-inhibit-file-name-handlers'.
10751
10752 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10755         Use gnus-home-directory instead of "~/" or "$HOME".
10756
10757 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10758
10759         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10760         to mention filename.
10761         Add comments at beginning regarding usage.
10762         (encrypt-write-file-contents): Change interactive so a string is
10763         acceptable.  If the file has no associated model, show an error instead
10764         of a nonsense prompt.
10765
10766 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10767
10768         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10769         Thanks to Yoshihiko Yamada for kind notification of this typo.
10770
10771 2007-01-12  Kenichi Handa  <handa@m17n.org>
10772
10773         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10774         multibyte buffer.
10775
10776 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-score.el (gnus-score-fast-scoring): New variable.
10779         (gnus-score-headers): Use it.
10780
10781         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10782
10783         * message.el (message-cite-original-1):
10784         Call gnus-article-highlight-citation if requested.
10785         (message-make-from): Allow name and address as optional arguments.
10786
10787         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10788
10789         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10790         bugs to doc string.
10791         (gnus-button-alist): Add mid\\|message-id.
10792         (gnus-button-fetch-group): Extend for use in
10793         `browse-url-browser-function'.
10794         (gnus-button-url-regexp): Try to catch paired parentheses like in
10795         Wikipedia URLs.
10796
10797         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10798         Suggested by Simon Krahnke <overlord@gmx.li>.
10799
10800 2007-01-13  Romain Francoise  <romain@orebokech.com>
10801
10802         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10803         Update copyright.
10804
10805 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10806
10807         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10808
10809 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10810
10811         * gnus-registry.el (gnus-registry-unfollowed-groups)
10812         (gnus-registry-split-fancy-with-parent): Fix documentation.
10813
10814 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10817         from nnweb groups.
10818
10819 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10822         Xref urls.  Erase buffer before requesting head.
10823
10824         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10825
10826 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10829         customizable.
10830
10831 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10832
10833         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10834         no signing key is found.
10835         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10836         no encrypting and/or signing key is found.
10837
10838 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10841
10842 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10843
10844         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10845         headers read from disk with the ones newly found in the current search.
10846         This should no longer cause problems, because the article numbers in
10847         Gmane's `nov.php' output are ignored since the previous change.
10848
10849 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10850
10851         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10852
10853 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10856         replace-regexp-in-string; bind url-version; fbind display-images-p and
10857         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10858         find-face and set-itimer-function for Emacs; bind itimer-list for
10859         Emacs.
10860
10861         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10862
10863 2007-01-01  Romain Francoise  <romain@orebokech.com>
10864
10865         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10866
10867 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10868
10869         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10870         `define-minor-mode' macro definition expanded properly.
10871         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10872         exclude it there.
10873
10874         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10875         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10876         `fboundp' test.
10877         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10878         This is OK to autoload in (S)XEmacs now.
10879
10880 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10883         keystroke.
10884         (gnus-summary-limit-to-singletons): Fix typo.
10885
10886         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10887         else fails.
10888
10889 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10890
10891         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10892         docstring.
10893
10894         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10895         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10896         (gnus-summary-insert-dormant-articles): Fix typo in message.
10897
10898 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10901         nil for XEmacs.
10902         (gnus-message-citation-mode): Don't autoload in XEmacs.
10903
10904         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10905
10906 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10907
10908         * nnimap.el (nnimap-expunge-search-string):
10909         Mention nnimap-search-uids-not-since-is-evil in docstring.
10910
10911 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * spam.el: Revert to make-obsolete-variable because
10914         define-obsolete-variable-alias is not supported in Emacs 21.
10915
10916         * spam.el (spam-ifile-path, spam-ifile-database-path)
10917         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10918         make-obsolete-variable.
10919         (spam-bsfilter-path, spam-bsfilter-program)
10920         (spam-spamassassin-path, spam-spamassassin-program)
10921         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10922         Don't use "path" inappropriately.
10923         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10924         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10925         variable names.
10926
10927 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10928
10929         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10930         summary buffer.
10931
10932         * password.el (password-cache-remove): Use clear-string to burn
10933         password, if available.
10934
10935 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10938
10939         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10940
10941         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10942         (gnus-message-highlight-citation): Move defcustom here from
10943         gnus-cite.el.
10944         (gnus-message-citation-mode): Autoload.
10945
10946         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10947         checks to make it compile with XEmacs.
10948         (gnus-message-citation-mode): New minor mode.
10949         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10950         (gnus-message-highlight-citation): New variables.
10951         (gnus-message-search-citation-line)
10952         (gnus-message-add-citation-keywords)
10953         (gnus-message-remove-citation-keywords)
10954         (turn-on-gnus-message-citation-mode)
10955         (turn-off-gnus-message-citation-mode): New functions.
10956
10957 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10958
10959         * gnus-cite.el: Enable highlighting of different citation levels in
10960         message-mode.
10961
10962 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * message.el (message-make-fqdn): Fix comment.
10965         (message-bogus-system-names): Add ".local".
10966
10967         * spam.el (spam-ifile-path, spam-ifile-program)
10968         (spam-ifile-database-path, spam-ifile-database)
10969         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10970         Don't use "path" inappropriately.
10971         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10972         strings.
10973         (spam-check-ifile, spam-ifile-register-with-ifile)
10974         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10975         Use new variable names.
10976
10977         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10978         (gnus-treat-display-smileys): Simplify using
10979         gnus-image-type-available-p.
10980
10981         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10982         available.
10983
10984         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10985         Use `display-images-p' if available.
10986
10987 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10990         one after turning on the buffer's multibyteness instead of decoding
10991         them directly in the unibyte buffer that causes unexpected conversion
10992         in Emacs 23 (unicode).
10993
10994 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10995
10996         * message.el (message-generate-hashcash): Fix custom type.
10997
10998 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11001
11002 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11005         disconnect icons.  Add help text.
11006
11007 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11008
11009         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11010         negated to be consistent with the others we handle.
11011
11012 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013
11014         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11015         version of gnus-summary-buffer to something, so that we can use two
11016         article buffers at the same time.
11017
11018 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11019
11020         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11021         trigger all the extra headers.
11022         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11023         sorting.
11024
11025 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11026
11027         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11028         solid groups.
11029
11030 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11031
11032         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11033
11034 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * legacy-gnus-agent.el: Add Copyright notice.
11037
11038 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11039
11040         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11041
11042 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11045
11046         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11047         to make it work reliably in CVS Emacs.
11048         (gnus-summary-limit-strange-charsets-predicate)
11049         (gnus-summary-limit-to-predicate): New functions.
11050
11051 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11052
11053         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11054         specifying array size.
11055         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11056         array if it is too small.
11057         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11058         (gnus-sort-threads-loop): New function.
11059
11060 2006-12-06  Chris Moore  <dooglus@gmail.com>
11061
11062         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11063         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11064
11065 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11066
11067         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11068         options.
11069
11070 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11073         DOS-ing the recipient.
11074
11075         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11076         the headers when creating the mapping to avoid mismappings.
11077         (nnweb-gmane-create-mapping): Always nix out old mapping.
11078
11079 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11082         and mm-verify-option to never.
11083
11084 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * message.el (message-signed-or-encrypted-p): New function.
11087         (message-forward-make-body): Use it.
11088
11089         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11090         Replace encode-coding-string with mm-encode-coding-string.
11091
11092 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * nneething.el (nneething-decode-file-name):
11095         Replace decode-coding-string with mm-decode-coding-string.
11096
11097         * gnus-int.el (gnus-open-server): Say failed server's name.
11098
11099 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11100
11101         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11102         strings to a single string.  Quote `errors-file-name'.
11103         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11104         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11105         Adjust calls.  Use `shell-quote-argument'.
11106
11107 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11108
11109         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11110         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11111
11112         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11113         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11114         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11115         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11116         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11117         (gnus-subscribe-newsgroup, gnus-1):
11118         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11119         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11120         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11121         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11122
11123 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11126         keystroke.
11127         (gnus-summary-limit-to-bodies): Implement headersp.
11128
11129 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11132
11133 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11136
11137 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * message.el (message-generate-hashcash): Expand range of values to
11140         include `opportunistic'.
11141         (message-send-mail): Use it.
11142
11143 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11144
11145         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11146         and comment it.
11147
11148         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11149
11150 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * gnus-util.el (gnus-extract-address-components): Improve comment.
11153
11154 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-util.el (gnus-extract-address-components): Work with address in
11157         which the name portion contains @.
11158
11159         * lpath.el: Fbind custom-autoload.
11160
11161 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus.el (gnus-start): Move custom group up.
11164         (gnus-select-method): Don't autoload, but make it available for
11165         `customize-variable'.
11166         (gnus-getenv-nntpserver): Don't autoload.
11167
11168 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11169
11170         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11171
11172 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * message.el (message-sendmail-extra-arguments): New variable.
11175         (message-send-mail-with-sendmail): Use it.
11176
11177 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11180         mm-with-unibyte-current-buffer to make string unibyte.
11181
11182         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11183         mm-string-as-multibyte.
11184
11185 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11186
11187         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11188         Reported by Werner Koch <wk@gnupg.org>.
11189
11190 2006-11-14  Daiki Ueno  <ueno@p360>
11191
11192         * mml2015.el: Autoload epa-select-keys when compiling.
11193
11194 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11195
11196         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11197         message-options.
11198         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11199
11200 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11201
11202         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11203         EasyPG (< 0.0.6).
11204         (mml2015-always-trust): New user option.
11205         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11206         prompt.
11207
11208 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * nntp.el (nntp-authinfo-force): New variable.
11211         (nntp-send-authinfo): Use it.
11212
11213 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11216         decode encoded words.  Improve prompt.  Add comment about forwarding.
11217         (message-replacement-char): Move up.
11218
11219 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11220
11221         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11222         instead of gnus-intersection because arguments of gnus-sorted-nunion
11223         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11224
11225 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11228         (message-simplify-subject-functions):
11229         Enable message-strip-subject-encoded-words by default.
11230
11231 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * message.el (message-strip-subject-encoded-words): New function.
11234         (message-simplify-subject-functions): New variable.
11235         (message-simplify-subject): Use it.  Fix typo in doc string.
11236         Support message-strip-subject-encoded-words.
11237
11238 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11239
11240         * gnus-diary.el (gnus-diary-delay-format-function):
11241         * nndiary.el (nndiary-reminders):
11242         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11243
11244 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-art.el (article-hide-boring-headers): Fetch date from
11247         gnus-original-article-buffer to avoid problems with localized date
11248         strings.
11249
11250 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11253
11254 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11257         New variables.
11258         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11259         (mm-charset-synonym-alist): Move some entries to
11260         mm-codepage-iso-8859-list.
11261         (mm-charset-synonym-alist, mm-charset-override-alist):
11262         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11263
11264 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11267
11268 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11271         with Emacs 21 and XEmacs.
11272
11273 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11274
11275         * spam.el (spam-parse-address): New function for better parsing,
11276         catching errors, etc.
11277         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11278
11279 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * mm-view.el: Add interactive arg to html2text autoload.
11282
11283 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11286
11287 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11290         New variables.
11291         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11292         (mm-charset-synonym-alist): Move some entries to
11293         mm-codepage-iso-8859-list.
11294
11295         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11296
11297 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * message.el (message-citation-line-format)
11300         (message-insert-formated-citation-line): Fix implementation of %E, %N
11301         and %n according to the doc string.
11302
11303 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11304
11305         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11306         Use car-safe to avoid bad parses.
11307
11308 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11311         names.
11312
11313         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11314
11315 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11318         header.
11319
11320         * message.el (message-draft-headers): Add Date.
11321         (message-headers-to-generate): Fix typo in docstring.
11322
11323         * nndraft.el (nndraft-required-headers): New variable.
11324         (nndraft-generate-headers): Use it.
11325
11326         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11327
11328 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11329
11330         * gnus-registry.el (gnus-registry-wash-for-keywords)
11331         (gnus-registry-find-keywords): New functions to allow easy searching of
11332         articles that are in the registry.
11333
11334 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11335
11336         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11337         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11338         Reported by Damien Elmes <damien@repose.cx>.
11339
11340 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus.el (gnus-mime): Remove unused custom group.
11343
11344 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11345
11346         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11347         "blank line" when searching for end of armor headers.
11348
11349 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * gmm-utils.el (gmm-write-region): Fix variable name.
11352
11353 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gmm-utils.el (gmm-write-region): New function based on compatibility
11356         code from `mm-make-temp-file'.
11357
11358         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11359
11360         * nnmaildir.el (nnmaildir--update-nov)
11361         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11362         Use `gmm-write-region'.
11363
11364 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11367         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11368
11369         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11370
11371         * message.el (message-replacement-char): New variable.
11372         (message-fix-before-sending): Use it.
11373         (message-simplify-subject): New function to remove duplicate code.
11374         (message-reply, message-followup): Use it.
11375
11376         * gnus-sum.el (gnus-summary-make-menu-bar):
11377         Clarify gnus-summary-limit-to-articles.
11378
11379 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-util.el (gnus-with-local-quit): New macro.
11382
11383         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11384
11385 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11386
11387         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11388         ignore non-string data.
11389
11390 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11393         non-string data (needs to be done in the registry too).
11394
11395 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11396
11397         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11398         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11399         (gnus-registry-split-fancy-with-parent)
11400         (gnus-registry-fetch-simplified-message-subject-fast)
11401         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11402         Remove text properties on ingress into the registry and when it's saved.
11403         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11404         registry from entries with no groups.
11405
11406 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11407
11408         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11409         function to remove string properties.
11410
11411 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gmm-utils.el (gmm): Adjust custom version.
11414
11415         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11416         Adjust custom version.
11417
11418         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11419
11420 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * gnus-art.el (gnus-insert-prev-page-button)
11423         (gnus-insert-next-page-button): Simplify.  Reformat.
11424
11425 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11426
11427         * gnus-art.el (gnus-insert-prev-page-button)
11428         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11429
11430 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11431
11432         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11433
11434 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11435
11436         * gnus-art.el (gnus-insert-mime-button)
11437         (gnus-insert-mime-security-button):
11438         Apply gnus-article-button-face to MIME and security buttons.
11439
11440 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11443         readable.
11444
11445 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11448
11449 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11450
11451         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11452         `browse-url-of-file' instead of `browse-url'.
11453
11454 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11455
11456         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11457         regexp.  Articles containing quotation were cut prematurely.
11458
11459 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * message.el (message-cite-original-1): Use nobody by default for the
11462         value of From header.
11463         (message-reply): Ditto.
11464
11465 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11466
11467         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11468         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11469         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11470
11471 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11474         mails in the doc string.  Add some URLs in comment.
11475         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11476
11477 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11480         backslashes handling and the way to find boundaries of quoted strings.
11481
11482 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11483
11484         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11485         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11486         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11487         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11488
11489 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11492         doc string.
11493         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11494
11495 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * lpath.el: Fbind epg-check-configuration.
11498
11499 2006-09-06  Simon Josefsson  <jas@extundo.com>
11500
11501         * mml2015.el (mml2015-use): Doc fix, mention epg.
11502
11503 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11504
11505         * mml2015.el (mml2015-use): Default to epg, if available.
11506
11507 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11508
11509         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11510         message-sender.
11511         (mml1991-epg-encrypt): Ditto.
11512         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11513         message-sender.
11514         (mml2015-epg-encrypt): Ditto.
11515
11516 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11517
11518         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11519         several common directories.
11520
11521 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11522
11523         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11524         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11525
11526 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-art.el (article-decode-encoded-words): Make it fast.
11529
11530 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11533
11534         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11535         in quoted string into `\'.
11536
11537 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11540         Use standard-syntax-table.
11541
11542 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-art.el (gnus-decode-address-function): New variable.
11545         (article-decode-encoded-words): Use it to decode headers which are
11546         assumed to contain addresses.
11547         (gnus-mime-delete-part): Remove useless `or'.
11548
11549         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11550         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11551         (gnus-nov-parse-line): Use it to decode From header.
11552         (gnus-get-newsgroup-headers): Ditto.
11553         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11554
11555         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11556         (mail-decode-encoded-address-string): New alias.
11557
11558         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11559         New function.
11560         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11561         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11562         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11563         (rfc2047-decode-string): Ditto.
11564         (rfc2047-decode-address-region): New function.
11565         (rfc2047-decode-address-string): New function.
11566
11567 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * message.el (message-caesar-buffer-body): Allow rotating headers.
11570
11571         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11572
11573         * message.el (message-insert-formated-citation-line): Fix %f.
11574         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11575
11576 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11579         (gnus-bookmark-mouse-available-p): New macro.
11580         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11581         (gnus-bookmark-bmenu-show-infos): Use it.
11582         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11583         (gnus-bookmark-bmenu-hide-infos): Ditto.
11584         (gnus-bookmark-remove-properties): New function.
11585         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11586         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11587         (gnus-bookmark-write-file): Bind coding-system-for-write.
11588         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11589         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11590         group before selecting it.
11591         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11592         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11593         quit-window if it is not available; use gnus-mouse-2 and bind it to
11594         gnus-bookmark-bmenu-select-by-mouse.
11595         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11596         (gnus-bookmark-bmenu-select-by-mouse): New function.
11597
11598 2006-08-13  Romain Francoise  <romain@orebokech.com>
11599
11600         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11601         space.
11602
11603 2006-08-10  Romain Francoise  <romain@orebokech.com>
11604
11605         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11606         (dns-mode-soa-auto-increment-serial): New user option.
11607         (dns-mode-soa-maybe-increment-serial): New function.
11608         (dns-mode): Add the latter to `write-contents-functions'.
11609
11610 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * compface.el (uncompface): Use binary rather than raw-text-unix.
11613
11614 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * compface.el (uncompface): Make sure the eol conversion doesn't take
11617         place when communicating with the external programs.
11618         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11619
11620 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11623
11624 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11625
11626         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11627         Make it more robust by parsing author and date independently.
11628
11629 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11632
11633 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11634
11635         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11636         first matching secret key.
11637         (mml2015-epg-encrypt): Ditto.
11638
11639         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11640         first matching secret key.
11641         (mml1991-epg-encrypt): Ditto.
11642
11643         * mml2015.el (mml2015-encrypt-to-self): New user option.
11644         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11645         mml2015-epg-encrypt-to-self is set.
11646
11647         * mml1991.el (mml1991-encrypt-to-self): New variable.
11648         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11649         mml1991-epg-encrypt-to-self is set.
11650
11651         * mml2015.el (mml2015-signers): New user option.
11652         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11653         (mml2015-epg-encrypt): Allow to select signing keys.
11654
11655         * mml1991.el (mml1991-signers): New variable.
11656         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11657         (mml1991-epg-encrypt): Allow to select signing keys.
11658
11659 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * nnheader.el (nnheader-insert-head): Make it work even if the file
11662         uses CRLF for the line-break code.
11663
11664 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11665
11666         * mml2015.el: Require mml-sec instead of password.
11667         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11668         (mml2015-cache-passphrase): Inherit the default value from
11669         mml-secure-cache-passphrase.
11670         (mml2015-passphrase-cache-expiry): Inherit the default value from
11671         mml-secure-passphrase-cache-expiry.
11672
11673         * mml1991.el: Require mml-sec instead of password.
11674         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11675         (mml1991-cache-passphrase): Inherit the default value from
11676         mml-secure-cache-passphrase.
11677         (mml1991-passphrase-cache-expiry): Inherit the default value from
11678         mml-secure-passphrase-cache-expiry.
11679
11680         * mml-sec.el: Require password.
11681         (mml-secure-verbose): New user option.
11682         (mml-secure-cache-passphrase): New user option.
11683         (mml-secure-passphrase-cache-expiry): New user option.
11684
11685 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11686
11687         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11688         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11689         andreas@altroot.de (Andreas Vögele).
11690
11691         FIXME: Use `tiny change'?
11692
11693 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11694
11695         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11696         workaround for the url package included with Emacs.
11697
11698         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11699
11700 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11703         correctly.  This fixes a bug caused by the 2006-05-12 change.
11704
11705 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11706
11707         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11708         some information about the error when saying that the `bogus' mail
11709         group will be used.
11710
11711 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11714         string.
11715
11716 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11717
11718         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11719
11720 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11721
11722         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11723
11724 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11725
11726         * mml1991.el (mml1991-function-alist): Add epg.
11727         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11728         (mml1991-epg-encrypt): New functions.
11729
11730 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11731
11732         * mml2015.el (mml2015-verbose): New variable.
11733         (mml2015-cache-passphrase): Ditto.
11734         (mml2015-passphrase-cache-expiry): Ditto.
11735         (mml2015-function-alist): Add epg.
11736         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11737         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11738         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11739         New functions.
11740
11741 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11742
11743         * message.el (message-cite-original-1): Preserve region when removing
11744         quoted text due to X-No-Archive in order to avoid bogus attribution
11745         when citing multiple messages.
11746
11747 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11748
11749         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11750         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11751
11752 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-diary.el (gnus-user-format-function-d)
11755         (gnus-user-format-function-D): Autoload.
11756
11757         * imap.el (Commentary): Fix typo.
11758
11759         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11760         2006-04-22 contribution.
11761
11762 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11763
11764         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11765         It didn't really fix the bogosity I'm seeing with solid web groups.
11766
11767 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11768
11769         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11770         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11771         created using server names.  If we use the feature without declaring
11772         it, Gnus does not properly manage server and group state.
11773
11774         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11775         bound.
11776
11777 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11778
11779         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11780         looking up the method using GROUP's prefix before inventing a new one.
11781         It is used on killed/unknown groups in various places where returning
11782         an all-new method isn't expected by the caller.
11783
11784         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11785         and match semantics of gnus-group-real-prefix.
11786
11787 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * nnmail.el (nnmail-broken-references-mailers): New variable.
11790         (nnmail-ignore-broken-references): New function generalizing
11791         nnmail-fix-eudora-headers.
11792         (nnmail-fix-eudora-headers): Now obsolete.
11793
11794         * gnus-art.el (gnus-button-handle-custom):
11795         Support `customize-apropos*'.
11796
11797 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798
11799         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11800
11801         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11802         articles.
11803
11804 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * message.el (message-cite-reply-above): New variable.
11807         (message-yank-original): Use it.
11808
11809 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11812
11813 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11816         as read.
11817
11818         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11819
11820 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11823         (gnus-bookmark-default-file): Use gnus-directory.
11824         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11825         Remove "*" in doc string.
11826         (gnus-bookmark-write-file): Simplify.
11827         (gnus-bookmark-maybe-sort-alist): Use `when'.
11828         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11829         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11830         Add FIXME about Emacs 21 and XEmacs compatibility.
11831         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11832         compatibility.
11833         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11834         compatibility.
11835         (gnus-bookmark-menu-heading): Fix version.
11836
11837 2006-06-19  Bastien Guerry  <bzg@altern.org>
11838
11839         * gnus-bookmark.el: New file.
11840
11841 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * message.el (message-syntax-checks): Doc fix.
11844
11845 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11846
11847         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11848         unsubscribed groups as if they were killed ones.  It causes duplicate
11849         entries in gnus-newsrc-alist.
11850
11851 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * message.el (message-syntax-checks): Doc fix.
11854         (message-send-mail): Add check for continuation headers.
11855         (message-check-news-header-syntax): Fix regexp used to check for
11856         continuation headers.
11857
11858 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11861
11862 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11865
11866 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11869         default-truncate-lines.
11870
11871 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11874         to fill the utf-8 entry.
11875
11876         * lpath.el: Fbind unicode-precedence-list.
11877
11878 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11879
11880         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11881
11882 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11883
11884         * gnus-agent.el (directory-files-and-attributes): Move all the way
11885         forward (the third and final move).
11886         (gnus-agent-read-agentview): Trap reconstruction errors due to
11887         nonexistent directory.  Handle by returning nil.
11888
11889 2006-05-30  Didier Verna  <didier@xemacs.org>
11890
11891         * message.el (message-dont-reply-to-names): Update the custom type.
11892         * message.el (message-dont-reply-to-names): New defsubst: potentially
11893         convert a list of regexps into a single one.
11894         * message.el (message-get-reply-headers): Use it.
11895         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11896
11897 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-agent.el (directory-files-and-attributes): Move forward.
11900
11901 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-ml.el (gnus-mailing-list-subscribe)
11904         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11905         (gnus-mailing-list-message): Fix doc strings.
11906
11907 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11908
11909         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11910         of doing it manually.
11911
11912 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11915         comment.
11916
11917 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11918
11919         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11920         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11921         (gnus-agent-read-local): All symbols allocated in my-obarray.
11922         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11923         (gnus-agent-regenerate-group): Check numeric names to see if they are
11924         messages or groups.
11925         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11926         better way of do this...)
11927
11928         * gnus-cache.el (gnus-agent-total-fetched-for):
11929         Ignore 'dummy.group' (there should be a better way of do this...)
11930
11931 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11934         (gnus-saved-headers): Ditto.
11935         (gnus-default-article-saver): Mention functions may have properties.
11936         (gnus-article-save): Override gnus-save-all-headers and
11937         gnus-saved-headers by :headers property which saver function may have.
11938         (gnus-summary-save-in-file): Add :headers property.
11939         (gnus-summary-write-to-file): Ditto.
11940
11941         * gnus-sum.el (gnus-summary-save-article): Bind
11942         gnus-prompt-before-saving to t when saving many articles in a file;
11943         always show all headers.
11944
11945         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11946
11947 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11950         marks.
11951
11952         * message.el (message-indent-citation): Add optional arguments to allow
11953         using it outside of message buffers.
11954
11955         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11956         (gnus-article-treat-unfold-headers): Use it.
11957         (gnus-article-truncate-lines): New variable.
11958         (gnus-article-mode): Use it.
11959         (gnus-article-toggle-truncate-lines): New function.
11960
11961         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11962         Add gnus-article-toggle-truncate-lines.
11963
11964         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11965         coding system in XEmacs, use binary.
11966
11967 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11970         after-load-alist.
11971
11972         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11973         this function should save decoded articles.
11974         (gnus-summary-write-to-file): Use property to specify this function
11975         should save decoded articles and specify gnus-summary-save-in-file
11976         should be used to save articles other than the first one when saving
11977         many articles.
11978         (gnus-summary-save-body-in-file): Use property to specify this
11979         function should save decoded articles.
11980         (gnus-summary-write-body-to-file): Use property to specify this
11981         function should save decoded articles and specify
11982         gnus-summary-save-body-in-file should be used to save articles other
11983         than the first one when saving many articles.
11984
11985         * gnus-sum.el (gnus-summary-save-article): Simplify.
11986
11987 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-art.el (gnus-default-article-saver):
11990         Add gnus-summary-write-body-to-file.
11991         (gnus-article-save-coding-system): Don't use coding system object
11992         in XEmacs.
11993         (gnus-read-save-file-name): Add optional `dir-var' argument which
11994         specifies directory in which files are saved; work even if optional
11995         `variable' argument is not specified.
11996         (gnus-summary-write-to-file): Read file name.
11997         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11998         (gnus-summary-write-body-to-file): New function.
11999
12000         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12001         (gnus-summary-local-variables): Add it.
12002         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12003         (gnus-summary-save-article): Remove optional `decode' argument;
12004         determine whether to decode articles by the value of
12005         gnus-default-article-saver; when saving many files using
12006         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12007         it first and use gnus-summary-save-in-file or
12008         gnus-summary-save-body-in-file thereafter unless
12009         gnus-prompt-before-saving is always; move point to article which
12010         will be saved.
12011         (gnus-summary-save-article-file): Revert.
12012         (gnus-summary-write-article-file): Revert.
12013         (gnus-summary-save-article-body-file): Revert.
12014         (gnus-summary-write-article-body-file): New function.
12015
12016 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-default-article-saver): Doc fix.
12019         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12020         from gnus-summary-save-article-coding-system, and default to a
12021         certain coding system.
12022         (gnus-output-to-file): Add coding cookie and encode text according
12023         to gnus-article-save-coding-system; don't use mm-append-to-file.
12024
12025         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12026         gnus-art.el and rename to gnus-article-save-coding-system.
12027         (gnus-summary-save-article): Require gnus-art; don't show all
12028         headers if it decodes articles; don't add coding cookie here;
12029         don't bind mm-text-coding-system-for-write.
12030         (gnus-summary-save-article-file): Save decoded articles.
12031         (gnus-summary-write-article-file): When saving many files, use
12032         gnus-summary-write-to-file first and gnus-summary-save-in-file
12033         thereafter unless gnus-prompt-before-saving is always.
12034         (gnus-summary-save-article-body-file): Save decoded articles.
12035
12036         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12037
12038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * nnrss.el (nnrss-check-group): Bind hash-index.
12041
12042 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12043
12044         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12045         its hash index.  Store this hash in `nnrss-group-data'.
12046         (nnrss-read-group-data): Update accordingly.
12047
12048 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12051         entry.
12052
12053         * gnus-sum.el (gnus-summary-make-menu-bar):
12054         Add gnus-article-browse-html-article.
12055
12056 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12057
12058         * gnus-sum.el (gnus-summary-mime-map):
12059         Add gnus-article-browse-html-article.
12060
12061         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12062
12063 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12066         suitable coding systems in customize.
12067
12068 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * mail-source.el (mail-sources): Fix custom type.
12071
12072 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12075         (gnus-summary-expire-articles-now): Shorten prompt.
12076
12077         * gmm-utils.el (wid-edit): Require.
12078         (defun-gmm): Rename from `gmm-defun-compat'.
12079         (gmm-image-search-load-path): Use it.
12080         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12081
12082 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-sum.el (gnus-summary-save-article-coding-system):
12085         New variable.
12086         (gnus-summary-save-article): Add optional `decode' argument.
12087         If it is set and gnus-summary-save-article-coding-system is non-nil,
12088         save decoded article.
12089         (gnus-summary-write-article-file): Save decoded article if
12090         gnus-summary-save-article-coding-system is non-nil.
12091
12092         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12093         type.
12094
12095 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12098
12099 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12102         first to test gnus-single-article-buffer which may be buffer-local.
12103
12104         * gnus-sum.el (gnus-summary-setup-buffer):
12105         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12106         group; make gnus-article-buffer, gnus-article-current, and
12107         gnus-original-article-buffer always buffer-local.
12108         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12109         group.
12110         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12111
12112 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * nnml.el (nnml-request-compact-group): Compressed files might not
12115         have .gz extension.
12116
12117 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12118
12119         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12120         (mm-copy-to-buffer): Use with-current-buffer.
12121         (mm-display-part): Simplify.
12122         (mm-inlinable-p): Add optional arg `type'.
12123
12124 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12125
12126         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12127         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12128         Try harder to show the attachment internally or externally using
12129         gnus-mime-view-part-as-type.
12130
12131 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * message.el (message-from-style, message-signature-separator)
12134         (message-user-organization-file, message-send-mail-function)
12135         (message-citation-line-function, message-yank-prefix)
12136         (message-indent-citation-function, message-signature)
12137         (message-signature-file, message-signature-insert-empty-line):
12138         Remove autoloads.
12139
12140         * gnus-art.el (gnus-buttonized-mime-types):
12141         Remove "multipart/signed".  Revert 2006-04-26 change.
12142
12143 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12144
12145         * gnus.el (gnus-version-number): Bump version.
12146
12147 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12148
12149         * gnus.el: No Gnus v0.5 is released.
12150
12151 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12152
12153         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12154         fetching articles by message-id.
12155
12156 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * message.el (hashcash): Require hashcash as normal.
12159
12160         * ecomplete.el (ecomplete-highlight-match-line):
12161         Use point-at-eol.
12162         (ecomplete-highlight-match-line): Use `highlight', because that
12163         face exists in both Emacs and XEmacs.
12164
12165         * message.el (message-display-abbrev): Use point-at-bol.
12166
12167         * mail-source.el: Don't require timer/timer-funcs.
12168
12169         * gnus-async.el: Ditto.
12170
12171         * password.el: Ditto.
12172
12173         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12174
12175         * mm-url.el: Ditto.
12176
12177         * gnus-xmas.el: Don't require timer-funcs.
12178
12179         * mm-util.el: Require timer/timer-funcs.
12180
12181 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12182
12183         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12184         Close.
12185
12186 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12189         unibyte after clear-decrypt function runs.
12190
12191         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12192         returns as a unibyte string.
12193
12194 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * lpath.el: Revert.
12197
12198         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12199         (pgg-gpg-process-sentinel): Revert.
12200
12201         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12202         (pgg-pgp-lookup-key): Revert.
12203
12204         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12205         (pgg-pgp5-lookup-key): Revert.
12206
12207         * pgg.el (pgg-fetch-key): Revert.
12208
12209 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * lpath.el: Fbind string-as-multibyte for XEmacs.
12212
12213         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12214         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12215         (mml1991-pgg-encrypt): Ditto.
12216
12217         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12218         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12219         a multibyte buffer.
12220
12221         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12222         (pgg-pgp-lookup-key): Ditto.
12223
12224         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12225         (pgg-pgp5-lookup-key): Ditto.
12226
12227         * pgg.el (pgg-fetch-key): Ditto.
12228
12229 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * message.el (message-user-organization-file): Check several
12232         locations of the organization file.
12233
12234         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12235         Add gnus-article-view-part-as-type.
12236
12237         * gnus-art.el (gnus-article-view-part-as-type): New function.
12238
12239         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12240         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12241
12242         * mml.el: Simplify autoload.
12243         (mml-mode): defvar dnd-protocol-alist instead of using
12244         symbol-value.
12245         (mml-default-directory): New variable.
12246         (mml-minibuffer-read-file): Use it.
12247         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12248
12249         * message.el (message-citation-line-format): New variable.
12250         (message-insert-formated-citation-line): New function.
12251         (message-citation-line-function):
12252         Add `message-insert-formated-citation-line' to custom type.
12253
12254         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12255         to doc string.
12256
12257         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12258         depending on mm-verify-option.
12259
12260 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12263         binding pgg-* variables; reimplement the section which prevents
12264         MIME header from being signed.
12265         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12266         pgg-text-mode; remove a blank line at the top of body.
12267
12268         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12269         lines at the top of body; use gnus-newsgroup-charset if there's no
12270         Charset header.
12271
12272 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * message.el (message-self-insert-commands): Doc fix.
12275
12276         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12277         (mm-uu-pgp-encrypted-test): Ditto.
12278         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12279         between header and body; return application/pgp-encrypted handle
12280         if decryption failed; decode decrypted body by charset.
12281
12282         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12283         element match to application/pgp-*.
12284
12285 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12286
12287         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12288         HTML.
12289
12290 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * mail-source.el (mail-source-call-script): Message the error
12293         string.
12294
12295 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296
12297         * gnus-util.el (gnus-byte-compile): Use it.
12298
12299 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12300
12301         * gnus-util.el (kill-empty-logs): New function.
12302
12303 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * message.el (message-mail-alias-type): Doc fix.
12306         (message-mail-alias-type-p): New function.
12307         (message-send): Use it.
12308         (message-mode): Ditto.
12309         (message-strip-forbidden-properties): Ditto.
12310
12311         * ecomplete.el (ecomplete-database-file-coding-system):
12312         New variable.
12313         (ecomplete-save): Use it.
12314         (ecomplete-setup): Use it.
12315
12316 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * message.el (message-self-insert-commands): New variable.
12319         (message-strip-forbidden-properties): Use it.
12320
12321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12324         that doesn't make XEmacs choke.
12325
12326 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * gnus-util.el (gnus-replace-in-string):
12329         Prefer replace-regexp-in-string over of replace-in-string.
12330
12331 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-util.el (gnus-select-frame-set-input-focus):
12334         Use select-frame-set-input-focus if it is available in XEmacs; use
12335         definition defined in Emacs 22 for old Emacsen.
12336
12337         * dgnushack.el: Autoload unmorse-region for XEmacs.
12338
12339         * lpath.el: Bind cursor-in-non-selected-windows and
12340         select-frame-set-input-focus for XEmacs.
12341
12342 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12345
12346 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12347
12348         * gnus-registry.el (gnus-registry-cache-save): Remove text
12349         properties when saving via the temp buffer.
12350
12351 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * message.el (message-generate-hashcash): Honor custom type.
12354
12355 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12356
12357         * message.el (message-generate-hashcash): Default to non-nil when
12358         hashcash is found.
12359
12360         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12361         (gnus-refer-thread-limit): Increase default to 500.
12362
12363         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12364
12365         * flow-fill.el (fill-flowed): Allow delete-space.
12366
12367 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12370         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12371         Remove autoloads.
12372
12373 2006-04-18  Simon Josefsson  <jas@extundo.com>
12374
12375         * message.el (message-generate-hashcash): Default to.
12376
12377 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12380         concatenating segments rather than before concatenating them.
12381
12382 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12385
12386 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12387
12388         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12389
12390         * message.el (message-forward-make-body-plain):
12391         Allow message-forward-ignored-headers to be a list.
12392         (message-remove-ignored-headers): Factor out into function.
12393         (message-forward-make-body-mml): Use it.
12394
12395         * imap.el (imap-quote-specials): New function.
12396         (imap-login-auth): Quote specials.
12397
12398         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12399         (rfc2231-parse-string): Allow concatanation of parameters that
12400         aren't contiguous.  The test case is
12401           (mail-header-parse-content-type "message/external-body;
12402             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12403             access-type=LOCAL-FILE;
12404             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12405
12406 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12407
12408         * nntp.el (nntp-accept-process-output): Return the value of
12409         `nnheader-accept-process-output'.
12410
12411 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12412
12413         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12414         (gnus-button-alist): Recognize more diff formats.
12415         (gnus-button-patch): Strip directory.
12416
12417 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12420         Emacs 22 when setting focus.
12421
12422 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * gnus-art.el (gnus-article-treat-types): Do treatment of
12425         text/x-verbatim parts.
12426         (gnus-button-patch): New command.
12427
12428         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12429         addresses that contain invalid characters.
12430
12431 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12432
12433         * message.el (message-put-addresses-in-ecomplete):
12434         Use gnus-replace-in-string.
12435         (message-is-yours-p): Use the more correct
12436         mail-header-parse-address instead of
12437         mail-extract-address-components.
12438         (message-put-addresses-in-ecomplete): Fix typo.
12439
12440         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12441         keystroke.
12442
12443         * gnus-art.el (gnus-treatment-function-alist): Change order of
12444         newsgroups/generic header folding to avoid double-folding.
12445
12446         * message.el (message-hidden-headers): Add X-Draft-From.
12447
12448         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12449         New command.
12450         (gnus-summary-repeat-search-article-backward): New command.
12451
12452         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12453         groups in the parent topic.
12454
12455 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12456
12457         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12458         (spam-extra-header-to-number): Return the CRM114 number as a
12459         number instead of a string.
12460
12461 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * gnus-art.el (gnus-face-properties-alist): Move here from
12464         gnus-fun.
12465
12466         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12467
12468 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * message.el (message-strip-forbidden-properties): Only display on
12471         self-insert-command.
12472
12473         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12474         reindent.
12475         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12476
12477 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12478
12479         * smiley.el (smiley-style): Fix typo.
12480
12481 2006-03-23  Kenichi Handa  <handa@m17n.org>
12482
12483         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12484         instead of set-buffer-multibyte.
12485
12486 2006-03-23  Kenichi Handa  <handa@m17n.org>
12487
12488         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12489         buffer and then decode the buffer text if necessary.
12490         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12491         first, and after mm-encode-body, change the buffer to unibyte.
12492
12493 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494
12495         * hashcash.el (hashcash-insert-payment-async-2):
12496         Use message-goto-eoh instead of doing it manually.
12497         (mail-add-payment): Use message-narrow-to-header instead of trying
12498         to do the same itself.
12499
12500         * message.el (message-hidden-headers): Add Face.
12501
12502         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12503         reparenting code.
12504         (gnus-summary-reparent-children): Refactored out code.
12505         (gnus-summary-thread-map): New keystroke.
12506         (gnus-summary-reparent-children): Make into command.
12507
12508         * smiley.el (smiley-style): Default to `medium' if using a large
12509         font.
12510
12511         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12512         does it itself.
12513
12514         * message.el (message-point-in-header-p): Simplify definition.
12515
12516 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517
12518         * nnagent.el (nnagent-request-set-mark): Silence log file
12519         writing.
12520         (nnagent-request-set-mark): Use write-region instead of
12521         append-to-file.
12522
12523         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12524         strange select method.
12525
12526         * ecomplete.el (ecomplete-display-matches): Get highlightling
12527         right.
12528         (ecomplete-display-matches): Use literals.
12529         (ecomplete-display-matches): Disable message logging.
12530
12531         * message.el (message-display-abbrev): Small optimization.
12532
12533         * ecomplete.el (ecomplete-display-matches): Allow automatic
12534         display.
12535
12536         * message.el (message-strip-forbidden-properties):
12537         Display abbrevs.
12538         (message-display-abbrev): Get automatic display right.
12539
12540         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12541         keystrokes.
12542
12543 2006-04-13  Romain Francoise  <romain@orebokech.com>
12544
12545         TODO: Backport to v5-10!
12546
12547         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12548         Move here (and rename) from gnus-registry.el.
12549
12550         * gnus-registry.el: Require gnus-util.
12551         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12552
12553 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-group.el (gnus-group-catchup-current):
12556         Change if-then-else-if-then-else into cond.
12557         (gnus-group-catchup): Indent.
12558         (group-name-at-point): New function.
12559         (gnus-fetch-group): Provide default from thing at point.
12560
12561 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * message.el (message-display-abbrev): Fix regexp.
12564
12565         * ecomplete.el (ecomplete-highlight-match-line):
12566         Reimplement choosing.
12567         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12568         dead variables.
12569
12570         * message.el (message-newline-and-indent): Remove debugging.
12571         (message-display-abbrev): Use new implementation.
12572
12573 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * gnus-art.el (gnus-article-mode):
12576         Set cursor-in-non-selected-windows to nil.
12577
12578         * smiley.el: Revert previous change.
12579         (smiley-data-directory): defvar it before using it in the
12580         defcustom of `smiley-style'.
12581
12582 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * message.el (message-newline-and-indent): New function.
12585
12586         * ecomplete.el: Implement more bits.
12587
12588         * message.el (message-put-addresses-in-ecomplete): Clean up the
12589         string.
12590
12591         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12592
12593         * gnus-sum.el (gnus-summary-save-parts):
12594         Bind gnus-summary-save-parts-counter and use it to make unique file
12595         names.
12596
12597         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12598
12599         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12600         parameter to say whether to actually parse the individual
12601         addresses.
12602
12603         * message.el (message-put-addresses-in-ecomplete): New function.
12604         (ecomplete): Require.
12605         (message-mail-alias-type): Add ecomplete as an option.
12606
12607 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12608
12609         * flow-fill.el (fill-flowed): Remove trailing space from blank
12610         quoted lines.
12611
12612 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12613
12614         * smiley.el (smiley-style): Move definition later to avoid a
12615         compilation warning.
12616
12617 2006-04-12  Kenichi Handa  <handa@m17n.org>
12618
12619         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12620         buffer and then decode the buffer text if necessary.
12621         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12622         first, and after mm-encode-body, change the buffer to unibyte.
12623         Use mm-disable-multibyte instead of set-buffer-multibyte.
12624
12625 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12628         Content-Type header instead of Content-Disposition header.
12629         (gnus-mime-inline-part): Ditto.
12630         (gnus-mime-view-part-as-charset): Ignore charset that the part
12631         specifies.
12632
12633         * mm-decode.el (mm-display-part): Work with external parts and
12634         usual parts similarly.
12635
12636         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12637         instead of gnus-display-mime.
12638
12639         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12640         instead of with-temp-buffer.
12641
12642         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12643         tag to summarized topics part in order to encode non-ASCII text.
12644
12645 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * smiley.el (smiley-style): New variable.
12648         (smiley-directory): New function.
12649         (smiley-data-directory): Derive from `smiley-style' using
12650         `smiley-directory'.
12651         (smiley-regexp-alist): Add new entries.
12652
12653         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12654         (gnus-article-browse-delete-temp): Add :version.
12655
12656 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12657
12658         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12659         the sieve region.
12660
12661 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12662
12663         * gnus.el (gnus-version-number): Bump version.
12664
12665 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * gnus.el: No Gnus v0.4 is released.
12668
12669 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12672         layout.
12673
12674         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12675         unknown charset.
12676
12677         * message.el (message-header-synonyms): Add Original-To to the
12678         default.
12679
12680         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12681         optional parameter.
12682
12683 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gnus-fun.el (gnus): Require it for gnus-directory.
12686
12687 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12690
12691 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12692
12693         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12694
12695 2006-04-05  Simon Josefsson  <jas@extundo.com>
12696
12697         * password.el (password-reset): New function.
12698
12699 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12700
12701         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12702         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12703
12704 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12705
12706         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12707         Some whitespace was matched into the url, which broke browsing hits
12708         > 100 when mm-url-use-external was nil.
12709
12710 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12713         Check gnus-extra-headers for 'Newsgroups.
12714
12715         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12716         bound.
12717
12718 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12719
12720         * pgg-gpg.el: Clean up process buffers every time gpg processes
12721         complete.
12722
12723 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12726         doc string.
12727
12728 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12729
12730         * pgg-gpg.el (pgg-gpg-process-filter)
12731         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12732
12733         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12734         lines, temporary fix.
12735
12736 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12739
12740 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12741
12742         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12743         default-enable-multibyte-characters.  This reverts the change from
12744         revision 6.17 which is no longer necessary because the passphrase
12745         is sent separately now.  GnuPG messages are unreadable under
12746         multibyte locales with default-enable-multibyte-characters set to
12747         nil.
12748
12749 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * message.el (message-tool-bar-gnome): Move "spell".
12752
12753 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12756         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12757         instead.
12758
12759 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12760
12761         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12762         Improve newsgroups handling for NNTP overviews which don't include
12763         Newsgroups.
12764
12765 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12766
12767         * message.el (message-resend): Bind message-generate-hashcash to nil.
12768
12769 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12770
12771         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12772         when searching for already-paid recipients.
12773
12774 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12775
12776         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12777         passphrases when it is not needed.
12778         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12779         passphrase stuff from gpg, should only be necessary when you use
12780         gpg with a smartcard.
12781
12782 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mml.el (mml-insert-mime): Ignore cached contents of
12785         message/external-body part.
12786
12787         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12788         (mm-insert-part): Ditto.
12789
12790 2006-03-23  Simon Josefsson  <jas@extundo.com>
12791
12792         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12793         Reiner.
12794         (pgg-gpg-use-agent-p): Use it again.
12795
12796 2006-03-23  Simon Josefsson  <jas@extundo.com>
12797
12798         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12799         older emacsen.
12800         (pgg-gpg-use-agent-p): Don't use it.
12801
12802 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12805         if we can.
12806
12807 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12808
12809         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12810         (pgg-gpg-update-agent): New function.
12811         (pgg-gpg-use-agent-p): New function.
12812         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12813         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12814         (pgg-gpg-sign-region): Use it.
12815
12816 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12819         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12820
12821 2006-03-21  Simon Josefsson  <jas@extundo.com>
12822
12823         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12824         <wilde@sha-bang.de>.
12825         (pgg-gpg-use-agent): New variable.
12826         (pgg-gpg-process-region): Use it.
12827         (pgg-gpg-encrypt-region): Likewise.
12828         (pgg-gpg-encrypt-symmetric-region): Likewise.
12829         (pgg-gpg-decrypt-region): Likewise.
12830         (pgg-gpg-sign-region): Likewise.
12831         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12832
12833 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12836
12837         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12838         Add comment on version.
12839
12840 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * smiley.el: Add missing test smiley.
12843
12844 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-decode.el (mm-with-part): New macro.
12847         (mm-get-part): Use it; work with message/external-body as well.
12848         (mm-save-part): Treat name and filename equally.
12849
12850         * mm-extern.el (mm-extern-cache-contents): New function.
12851         (mm-inline-external-body): Use it; force the part to be displayed;
12852         move undisplayer added to the cached handle to the parent.
12853
12854         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12855         (gnus-mime-view-part-as-type): Work with message/external-body.
12856
12857         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12858
12859 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12862         images in image-load-path.  [Sync with image.el, revision 1.60, in
12863         Emacs.]
12864
12865 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12868         path rather than symbol.  Always return list of directories.
12869         Guarantee that image directory comes first.  [Sync with image.el,
12870         revision 1.59, in Emacs.]
12871
12872         * message.el (message-make-tool-bar): Adjust to new API of
12873         `gmm-image-load-path-for-library'.
12874
12875         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12876
12877         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12878
12879 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12880
12881         * gnus-art.el (gnus-article-only-boring-p):
12882         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12883         intangible text.
12884         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12885
12886 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12889         Use `defun' instead of `gmm-defun-compat'.
12890
12891 2006-03-14  Simon Josefsson  <jas@extundo.com>
12892
12893         * message.el (message-unique-id): Don't use message-number-base36
12894         if (user-uid) is a float.
12895         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12896
12897 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12900
12901         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12902         empty line between a part and a message part.
12903
12904 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * smiley.el: Add more test smileys.
12907         (smiley-data-directory, smiley-regexp-alist)
12908         (gnus-smiley-file-types): Fix doc strings.
12909         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12910         adding new elements.
12911         (smiley-mouse-map): Unused code.  Make it a comment.
12912
12913 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12916         scan latest NoCeM messages instead of old ones.
12917         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12918         delimiters that are recently used.
12919         (gnus-nocem-load-cache): Add autoload cookie.
12920
12921         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12922
12923         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12924         level which is larger than gnus-use-nocem is specified.
12925
12926         * gnus-group.el (gnus-group-get-new-news): Ditto.
12927
12928 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-util.el (gnus-tool-bar-update): New function.
12931
12932         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12933         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12934
12935         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12936
12937         * gnus-group.el (gnus-group-redraw-when-idle)
12938         (gnus-group-redraw-check): Remove.
12939         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12940
12941 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12944         if optional last element is specified in splits (FIELD VALUE...).
12945
12946 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12949         to gmm-image-load-path-for-library.  Call with no-error argument.
12950         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12951
12952         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12953
12954         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12955
12956         * gmm-utils.el (gmm-image-load-path): Remove alias.
12957
12958 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * gmm-utils.el (gmm-image-load-path): Add alias.
12961
12962         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12963         nnml-generate-nov-databases-1.
12964         (nnml-generate-nov-databases): Use it.
12965         (nnml-generate-nov-databases-directory): Document no-active
12966         argument.
12967
12968         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12969         directory if path is t.  Add no-error.
12970
12971         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12972         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12973
12974         * gnus-art.el (gnus-article-browse-delete-temp-files):
12975         Simplify resetting gnus-article-browse-html-temp-list.
12976
12977         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12978         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12979         Add example to docstring.  Rename local variables.  Move error
12980         checks to default case in cond and simplify.
12981
12982 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12985         handle is multipart when calling it recursively.
12986         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12987
12988 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12989
12990         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12991         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12992
12993 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12996         is loaded.
12997
12998         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12999         loaded.
13000
13001 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13004         to "Emacs 23 (unicode)" in doc string.
13005
13006         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13007         "Emacs 23 (unicode)" in comment.
13008
13009 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13012
13013         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13014         characters 160 through 255 in Emacs 23.
13015
13016 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13019         gnus-article-browse-html-temp.
13020         (gnus-article-browse-delete-temp): Make it customizable.
13021         Add `file'.  Adjust doc string.
13022         (gnus-article-browse-delete-temp-files): Add argument.
13023         Allow query for each file.  Adjust doc string.
13024         (gnus-article-browse-html-parts):
13025         Add `gnus-article-browse-delete-temp-files' to
13026         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13027
13028 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13029
13030         * gnus-art.el (gnus-article-browse-html-temp)
13031         (gnus-article-browse-delete-temp): New variables.
13032         (gnus-article-browse-delete-temp-files): New function.
13033         (gnus-article-browse-html-parts): Use it.
13034
13035 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13038
13039         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13040         string.
13041
13042         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13043         gnus-summary-insert-new-articles when unplugged.
13044         Remove gnus-summary-search-article-forward.
13045
13046         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13047         display-visual-class instead of display-color-cells.
13048
13049 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * dgnushack.el: Autoload customize-group for XEmacs.
13052
13053         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13054         message/* containing non-ASCII text properly.
13055
13056 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * message.el: Require gmm-utils, remove autoloads.
13059         (message-tool-bar): Set default based on
13060         gmm-tool-bar-style.
13061         (message-tool-bar-gnome): Add gmm-customize-mode.
13062
13063         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13064         gmm-tool-bar-style.
13065         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13066
13067         * gnus-group.el (gnus-group-tool-bar): Set default based on
13068         gmm-tool-bar-style.
13069         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13070
13071         * gmm-utils.el (gmm-image-directory): Rename variable from
13072         gmm-image-load-path.
13073         (gmm-image-load-path): Use gmm-image-directory.
13074         (gmm-customize-mode): New function.
13075         (gmm-tool-bar-style): New variable.
13076
13077         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13078         gnus-group-redraw-line-number.
13079         (gnus-group-redraw-check): Simplify.
13080         (gnus-group-tool-bar-update): Remove redraw check.
13081         (gnus-group-make-tool-bar): Add redraw check.
13082
13083 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13084
13085         * gnus-art.el (gnus-button): Add missing parentheses.
13086
13087 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * lpath.el: Fbind line-number-at-pos.
13090
13091 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13094
13095 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-art.el (gnus-button): New face.
13098         (gnus-article-button-face): Use it.
13099
13100         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13101         Add gnus-summary-next-page.  Re-order.
13102
13103         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13104         next-node are now included.
13105         (gnus-group-redraw-line-number): New internal variable.
13106         (gnus-group-redraw-check): Helper function for updating the tool
13107         bar.
13108         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13109
13110         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13111
13112         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13113         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13114         Use it to match format of Spamassassin 3.0 and later.
13115         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13116         (spam-check-bogofilter)
13117         (spam-bogofilter-register-with-bogofilter): Fix args of
13118         `gnus-error' calls.
13119
13120 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13123         unnecessary interaction when sending queued mails.
13124         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13125
13126 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13129         first or last are nil.
13130
13131 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13132
13133         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13134
13135 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13136
13137         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13138
13139 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * dns.el (query-dns): Protect more against buggy tcp output.
13142
13143 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13146         nov.php.
13147
13148 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13149
13150         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13151         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13152         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13153         output on the server side.
13154         (nnweb-google-create-mapping): Update regexps and add some
13155         progress indication.
13156
13157 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus-group.el (gnus-group-tool-bar-gnome):
13160         Fix gnus-agent-toggle-plugged.  Re-order icons.
13161         (gnus-group-tool-bar-gnome):
13162         Add gnus-group-{prev,next}-unread-group.
13163         (gnus-group-tool-bar-gnome): Re-order icons.
13164
13165         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13166         Move gnus-summary-insert-new-articles.
13167
13168         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13169         Fix comments.
13170
13171         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13172         also available in Emacs 21.3.
13173
13174         * message.el (message-fix-before-sending): Change "Emacs 22" to
13175         "Emacs 23 (unicode)" in comment.
13176
13177         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13178         "Emacs 23 (unicode)" in comment.
13179
13180         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13181         comment.
13182         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13183
13184         * mm-view.el (mm-fill-flowed): Add :version.
13185
13186 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13189         and load-path.
13190
13191 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * message.el: Autoload gmm-image-load-path.
13194         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13195         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13196         consitency.
13197
13198         * gmm-utils.el (gmm-image-load-path): Also search in
13199         "../etc/images".  Don't set gmm-image-load-path if we don't find
13200         the image.
13201
13202 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gmm-utils.el (gmm-image-load-path): Don't make
13205         `gmm-image-load-path' include subdirectories which the second arg
13206         `image' might specify.
13207
13208         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13209         subdirectory to icon file names.
13210
13211         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13212
13213 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13216         gmm-image-load-path calls.
13217
13218         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13219
13220         * message.el (message-make-tool-bar): Ditto.
13221
13222         * mml.el (mml-preview): Add comment concerning tool bar icons.
13223
13224         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13225         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13226
13227         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13228         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13229
13230         * message.el (message-tool-bar-gnome): Use new icon names.
13231         (message-make-tool-bar): Use `gmm-image-load-path'.
13232
13233         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13234         New functions from MH-E.
13235         (gmm-image-load-path): New variable from MH-E.
13236         (gmm-image-load-path): New function from MH-E.  Add arguments
13237         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13238         *-image-load-path-called-flag.
13239
13240 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13241
13242         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13243
13244 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13245
13246         * nnimap.el (nnimap-request-move-article): Change folder back to
13247         source group before deleting.
13248
13249 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13252
13253         * gnus-art.el (mm-url-insert-file-contents-external):
13254         Autoload mm-url.
13255
13256         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13257
13258 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13261         coding system which mm-charset-to-coding-system returns for a
13262         given charset is valid.
13263
13264 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13265
13266         * html2text.el (html2text-remove-tag-list):
13267         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13268
13269 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13270
13271         * gnus-cus.el: Revert 2005-10-17 change.
13272
13273 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-art.el (article-strip-banner):
13276         Call article-really-strip-banner only when the regexp match is made.
13277
13278 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-art.el (article-strip-banner):
13281         Use gnus-extract-address-components instead of
13282         mail-header-parse-addresses to make it work with non-ASCII text;
13283         remove mail-encode-encoded-word-string.
13284
13285         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13286         values which are surrounded with \"...\"; make it never cause a
13287         Lisp error; give up parsing of parameters if it failed in
13288         extracting type.
13289
13290 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13291
13292         * smime.el (smime-cert-by-ldap-1): Fix bug where
13293         `smime-ldap-search' returns results without userCertificates.
13294
13295 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13298
13299 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * spam.el (spam-check-spamassassin-headers): Adapt format for
13302         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13303         <ari@mbf.ocn.ne.jp>.
13304         (spam-list-of-processors): Add spam-use-gmane.
13305
13306 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13309         make-temp-file; make it work with XEmacs as well.
13310
13311         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13312         mm-make-temp-file.
13313
13314         * mm-decode.el (mm-display-external): Use the 3rd arg of
13315         mm-make-temp-file.
13316         (mm-create-image-xemacs): Ditto.
13317
13318 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13321         with message-narrow-to-headers.
13322         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13323         (gnus-draft-check-draft-articles): New function.
13324         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13325
13326 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-art.el (gnus-article-browse-html-parts):
13329         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13330         Don't use suffix argument for mm-make-temp-file for Emacs 21
13331         compatibility.  Remove useless `format'.
13332
13333 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13334
13335         * nnweb.el (nnweb-google-wash-article): Update regexps.
13336         (nnweb-group-alist): Use defvoo instead of defvar.
13337
13338 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13341         re-loading nn* modules.
13342
13343 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13346         for `tool-bar-mode' and don't check it's default-value.
13347
13348         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13349
13350         * message.el (message-make-tool-bar): Ditto.
13351
13352         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13353         `substring'.  Shorten tmp-file name.
13354
13355         * gnus.el: Remove bogus comment.
13356
13357 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13358
13359         * gnus-art.el (gnus-article-browse-html-parts): New function.
13360         (gnus-article-browse-html-article): New function for viewing html
13361         articles with a browser.
13362
13363 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13364
13365         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13366         in elisp.
13367         (pgg-gpg-encrypt-symmetric-region): Ditto.
13368         (pgg-gpg-sign-region): Ditto.
13369
13370         * pgg-def.el (pgg-text-mode): New variable.
13371
13372         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13373         (mml2015-pgg-encrypt): Ditto.
13374
13375         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13376         (mml1991-pgg-encrypt): Ditto.
13377
13378 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * nnfolder.el (nnfolder-insert-newsgroup-line):
13381         Use message-make-date instead of current-time-string.
13382
13383         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13384         to gnus-decoded which mm-uu might set.
13385
13386 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13389         don't decode quoted parameters; remove misimported Emacs code.
13390         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13391         (rfc2231-decode-encoded-string): Don't use split-string which
13392         behaves differently according to Emacs version; use
13393         mm-decode-coding-region to convert charset to coding-system.
13394         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13395         (rfc2231-encode-string): Remove misimported Emacs code.
13396
13397 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13400         when calling mail-header-parse-content-type.
13401         (article-de-quoted-unreadable): Ditto.
13402         (article-de-base64-unreadable): Ditto.
13403         (article-wash-html): Ditto.
13404
13405         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13406         calling mail-header-parse-content-type and
13407         mail-header-parse-content-disposition.
13408         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13409         mail-header-parse-content-type.
13410
13411         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13412         insert charset and format parameters; encode description after
13413         inserting it to buffer.
13414         (mml-insert-parameter): Fold lines properly even if a parameter is
13415         segmented into two or more lines; change the max column to 76.
13416
13417         * rfc1843.el (rfc1843-decode-article-body): Don't use
13418         ignore-errors when calling mail-header-parse-content-type.
13419
13420         * rfc2231.el (rfc2231-parse-string): Return at least type if
13421         possible; don't cause an error even if it fails in parsing of
13422         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13423         (rfc2231-encode-string): Don't break lines at the beginning, leave
13424         it to mml-insert-parameter.
13425
13426         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13427         calling mail-header-parse-content-type.
13428
13429 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * spam-report.el (spam-report-gmane-use-article-number):
13432         Improve doc string.
13433         (spam-report-gmane-internal): Check if a suitable header was found
13434         in the article.
13435
13436 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13439         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13440
13441 2006-02-05  Romain Francoise  <romain@orebokech.com>
13442
13443         Update copyright notices of all files in the gnus directory.
13444
13445 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13446
13447         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13448
13449 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13452         segmented lines of parameter value to cope with Thunderbird 1.5
13453         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13454         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13455         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13456
13457 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13458
13459         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13460         parts.
13461
13462 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13463
13464         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13465         there's only one active file for all servers.
13466         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13467         solid groups.  Gnus might have used a FAST request to select the group.
13468         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13469         and nnweb-search redundantly in the active file.
13470         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13471         (nnweb-request-create-group): Don't use ARGS.
13472         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13473         initialisations.  Let nnoo do the work.
13474
13475 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13478         Say the part has been decoded.
13479
13480         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13481
13482 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13483
13484         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13485         mailcap-viewer-test-cache when there's no 'test clause, since that
13486         will invert the meaning of a "nil" test previously determined by
13487         mailcap-mailcap-entry-passes-test.
13488
13489 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13492         compiling.
13493
13494         * gnus-sum.el: Ditto.
13495
13496         * message.el: Don't bind tool-bar-map when compiling.
13497
13498 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13501
13502 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13503
13504         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13505         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13506         current Google Groups.
13507
13508 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13511         and tool-bar-mode.
13512
13513         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13514         and tool-bar-mode.
13515
13516         * message.el (message-tool-bar-update): Simplify.
13517         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13518
13519         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13520         gnus-summary-buffer.
13521         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13522         gnus-summary-reply.
13523
13524         * gmm-utils.el (gmm): Add :version.
13525
13526 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * Makefile.in (clean): New rule.
13529         (distclean): Use it.
13530
13531 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13532
13533         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13534         Don't autoload.
13535
13536 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gmm-utils.el (gmm-verbose): Add :group.
13539
13540 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * message.el: Change some comments WRT tool-bars.
13543
13544         * gnus-sum.el (gnus-summary-tool-bar)
13545         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13546         (gnus-summary-tool-bar-zap-list): New variables.
13547         (gnus-summary-make-tool-bar): Complete rewrite using
13548         `gmm-tool-bar-from-list'.
13549
13550         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13551         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13552         New variables.
13553         (gnus-group-make-tool-bar): Complete rewrite using
13554         `gmm-tool-bar-from-list'.
13555         (gnus-group-tool-bar-update): New function.
13556
13557         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13558
13559 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13562         is dissected into a single part of which the type is the same as
13563         the given one; decode charset.
13564
13565 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13566
13567         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13568         into alists as symbol not string, since that's what
13569         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13570         look for.
13571
13572 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13575         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13576
13577         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13578
13579 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13582         (gnus-xmas-mime-security-button-menu): New function.
13583
13584         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13585         (gnus-mime-security-button-menu): New definition.
13586         (gnus-mime-security-button-map): Use them.
13587         (gnus-mime-security-button-menu): New function.
13588         (gnus-insert-mime-security-button): Addition to help echo.
13589         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13590         (gnus-mime-security-pipe-part): New functions.
13591
13592         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13593         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13594
13595         * mm-decode.el (mm-handle-set-disposition): Remove.
13596         (mm-handle-set-description): Remove.
13597
13598 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13601         (mm-w3m-standalone-supports-m17n-p): New function.
13602         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13603         w3m usage.
13604
13605         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13606         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13607
13608 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * message.el (message-tool-bar-zap-list):
13611         Use gmm-tool-bar-zap-list as custom type.
13612         (message-tool-bar-update): New function.
13613         (message-tool-bar, message-tool-bar-gnome)
13614         (message-tool-bar-retro): Add message-tool-bar-update.
13615         (message-tool-bar-gnome): Add flyspell-buffer.
13616
13617         * gnus-util.el (gnus-error): Describe `args'.
13618
13619         * gmm-utils.el (gmm-error): Describe `args'.
13620         (gmm-tool-bar-zap-list): New widget.
13621         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13622
13623 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13626         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13627         the number of recursive calls.
13628
13629         * mm-decode.el (mm-handle-set-disposition): New macro.
13630         (mm-handle-set-description): New macro.
13631
13632 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13635         encoding.
13636
13637 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * message.el (message-tool-bar-zap-list, message-tool-bar)
13640         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13641         (message-tool-bar-local-item-from-menu): Remove.
13642         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13643         (message-make-tool-bar): New function.
13644         (message-mode): Use `message-make-tool-bar'.
13645
13646         * gmm-utils.el: New file.
13647         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13648         (gmm-lazy): New widget copied from `nnmail.el'.
13649         (gmm-tool-bar-from-list): New function for creating customizable
13650         tool bars.
13651         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13652         output.
13653         (gmm): Add :prefix to defgroup.
13654
13655 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13656
13657         * gmm-utils.el (gmm-widget-p): New function.
13658
13659 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * mml.el (mml-attach-file): Describe `description' in doc string.
13662         (mml-menu): Add Emacs MIME manual and PGG manual.
13663
13664 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13665
13666         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13667
13668 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13669
13670         * nntp.el (nntp-end-of-line): Doc fix.
13671
13672 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13673
13674         * imap.el (imap-open): Handle case where buffer is a buffer
13675         object.
13676
13677 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13678
13679         * gnus-delay.el (gnus-delay): Don't autoload.
13680         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13681         to be re-loaded when customizing the `gnus-delay' group.
13682
13683 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13684
13685         * message.el (message-insert-citation-line): Use newlines.
13686
13687 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13688
13689         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13690         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13691         these routines, so the passphrase can be managed externally and
13692         passed in to the system.
13693         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13694         pgg-add-passphrase-to-cache function.
13695
13696         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13697         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13698         these routines, so the passphrase can be managed externally and
13699         passed in to the system.
13700         (pgg-pgp5-sign-region): Use new name of
13701         pgg-add-passphrase-to-cache function.
13702
13703 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13704
13705         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13706         part of the decoded armor to find the key-identifier.
13707         (pgg-gpg-lookup-key-owner): New function to return the
13708         human-readable identifier of a key owner.
13709         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13710         itself.
13711         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13712         the key value) if we have a key and can match it against a secret
13713         key.  Also, added a note pointing out fact that the prompt only
13714         indicates the first matching key.
13715
13716         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13717         pgg-decrypt-region.
13718         (pgg-add-passphrase-to-cache): Rename from
13719         `pgg-add-passphrase-cache' to reduce confusion (all callers
13720         changed).
13721         (pgg-remove-passphrase-from-cache): Rename from
13722         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13723         changed).
13724         (pgg-read-passphrase, pgg-add-passphrase-cache)
13725         (pgg-remove-passphrase-cache): Add informative docstrings.
13726         (pgg-decrypt): Convey provided passphrase in subordinate call to
13727         pgg-decrypt-region.
13728
13729 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13730
13731         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13732         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13733         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13734         'passphrase' argument, so the passphrase can be managed externally
13735         and then passed in to the system.
13736
13737         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13738         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13739         so the passphrase cache can be used reliably with identifiers
13740         besides a pgp packet's key id.
13741
13742         * pgg-gpg.el (pgg-gpg-encrypt-region)
13743         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13744         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13745         these routines, so the passphrase can be managed externally and
13746         passed in to the system.
13747
13748         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13749         'notruncate' argument, so the passphrase cache can be used
13750         reliably with identifiers besides a pgp packet's key id.
13751
13752 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13753
13754         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13755         symmetric encryption.
13756         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13757         encrypted session key.
13758         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13759         message ask for the passphrase in a proper way.
13760
13761         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13762         New user commands for symmetric encryption.
13763
13764 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13767
13768         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13769
13770 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13771
13772         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13773
13774 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * mm-decode.el (mm-inlined-types): Add application/pgp.
13777         (mm-automatic-display): Ditto.
13778
13779         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13780         part as text.
13781
13782 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * nnrss.el: Update copyright.
13785         (nnrss-opml-import): Query whether to subscribe to each entry.
13786
13787         * gnus-art.el:
13788         * gnus-sum.el:
13789         * gnus-xmas.el:
13790         * messagexmas.el:
13791         * mm-uu.el:
13792         * mm-view.el: Update copyright.
13793
13794 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * message.el (message-info): New function.
13797         (message-mode-menu): Add it.
13798         Update copyright.
13799
13800         * ChangeLog: Fix and update copyright.
13801
13802 2006-01-13  Romain Francoise  <romain@orebokech.com>
13803
13804         * message.el (message-forward-subject-name-subject): Prefer the
13805         address to 'nowhere' if the sender has no name.
13806         Fix typo.  Update copyright year.
13807
13808 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-art.el (article-wash-html):
13811         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13812         (gnus-article-wash-html-with-w3m-standalone): New function.
13813
13814         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13815         mm-inline-text-html-render-with-w3m-standalone.
13816         (mm-text-html-washer-alist): Map w3m-standalone to
13817         gnus-article-wash-html-with-w3m-standalone.
13818         (mm-inline-text-html-render-with-w3m-standalone): New function.
13819
13820 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13823         Improve LaTeX.
13824
13825 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13828         (nnrss-request-article): Render text/plain parts as HTML.
13829
13830         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13831         the buffer.
13832
13833 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13836         custom definition of `gnus-posting-styles'.
13837
13838         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13839         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13840
13841 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13844         Use nntp for bug archive.
13845
13846 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13849         parts.
13850         (nnrss-normalize-date): New function converts ISO 8601 date into
13851         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13852         (nnrss-check-group): Use it.
13853
13854 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13857
13858         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13859         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13860         (nnrss-insert-w3): Ditto.
13861
13862 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13865         the articles to be forwarded including the case where neither a
13866         number of articles nor a region is specified.
13867
13868 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * nnrss.el (nnrss-request-article): Fix last change; fill
13871         text/plain parts.
13872
13873 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13876         in text/plain part.
13877         (nnrss-check-group): Don't add excessive newline to dc:subject.
13878
13879 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13880
13881         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13882         article.
13883
13884 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13887         (nnml-use-compressed-files, nnml-save-mail): Support other
13888         comression programs such as bzip2.
13889
13890 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13891
13892         * dns.el (query-dns): Make sure we check the buffer size before
13893         removing tcp headers.
13894
13895 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13898         remove MIME buttons associated with multipart/alternative parts.
13899         (gnus-mime-display-alternative): Tag buttons using `article-type'
13900         text property.
13901
13902         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13903         associated with multipart/alternative parts.
13904
13905         * gnus-art.el (gnus-signature-separator): Fix custom type.
13906
13907         * mm-decode.el (mm-inlined-types): Fix custom type.
13908         (mm-keep-viewer-alive-types): Ditto.
13909         (mm-automatic-display): Ditto.
13910         (mm-attachment-override-types): Ditto.
13911         (mm-inline-override-types): Ditto.
13912         (mm-automatic-external-display): Ditto.
13913
13914 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * spam-report.el (spam-report-user-mail-address)
13917         (spam-report-user-agent): New variables.
13918         (spam-report-url-ping-plain): Use spam-report-user-agent.
13919
13920 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13921
13922         * gnus-art.el (gnus-button-handle-custom): Do not just use
13923         `customize-apropos' for any "M-x customize-*" button but the
13924         function called for.  Accept both the function name and its
13925         argument in order to achieve this.
13926         (gnus-button-alist): Remove support for "custom:" URL's.
13927         Pass function name to `gnus-button-handle-custom' in case of "M-x
13928         customize-*" buttons.
13929
13930 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13933         multipart/alternative and add xref to mm-discouraged-alternatives
13934         in doc string.
13935
13936         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13937         gnus-buttonized-mime-types in doc string.
13938
13939 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13942         Suggest image/.* in the doc string.
13943
13944 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13947         message-marks (Debian bug #342521).
13948
13949 2005-12-12  Simon Josefsson  <jas@extundo.com>
13950
13951         * password.el (password-read-from-cache): Add.
13952         (password-read): Use it.
13953
13954 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * rfc2047.el (rfc2047-charset-to-coding-system):
13957         Recognize us-ascii as a MIME charset.
13958
13959         * mm-bodies.el (mm-decode-content-transfer-encoding):
13960         Protect against the case where the 2nd arg TYPE is nil.
13961
13962 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * pop3.el (pop3-stream-type): Fix custom version.
13965
13966         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13967
13968 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13969
13970         * mm-decode.el (mm-display-external): Add missing cdr.
13971
13972 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13975         RFC1524) if it is in mailcap or add a suffix according to
13976         mailcap-mime-extensions when generating a temp filename; postpone
13977         deleting a temp file for 2 seconds for some wrappers, shell
13978         scripts, and so on, which might exit right after having started a
13979         viewer command as a background job.
13980
13981 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * nntp.el (nntp-marks-directory): Fix custom group.
13984
13985         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13986         steps when < 10.
13987
13988         * gnus-start.el (gnus-no-server-1):
13989         Mention `gnus-level-default-subscribed' in doc string.
13990
13991 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13992
13993         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13994         parens.
13995
13996 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus-xmas.el (gnus-use-toolbar): Revert.
13999         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14000         gnus-use-toolbar is default.
14001
14002         * messagexmas.el (message-use-toolbar): Revert.
14003         (message-setup-toolbar): Use global default-toolbar if
14004         message-use-toolbar is default.
14005
14006 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14009         according to default-toolbar-visible-p.
14010
14011         * messagexmas.el (message-use-toolbar): Ditto.
14012
14013 2005-11-26  Dave Love  <fx@gnu.org>
14014
14015         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14016         (tls-program, tls-success): Provide openssl alternative.
14017
14018         * starttls.el: Doc fixes.
14019         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14020         SERVICE to PORT.
14021
14022         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14023         port null or service name.
14024         (starttls-negotiate): Autoload.
14025
14026 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * message.el (message-kill-to-signature): Fix interactive spec.
14029
14030 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * pop3.el (pop3-open-server): Recognize a string as a service name.
14033
14034 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14035
14036         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14037
14038 2005-11-23  Dave Love  <fx@gnu.org>
14039
14040         Add pop3s, pop3/starttls.
14041
14042         * pop3.el (pop3-authentication-scheme): Clarify doc.
14043         (open-tls-stream, starttls-open-stream): Autoload.
14044         (pop3-stream-type): New.
14045         (pop3-open-server): Use it.
14046
14047         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14048         for POP.
14049         (mail-source-keyword-map): Add :stream for POP.
14050         (mail-source-fetch-pop): Use pop3-stream-type.
14051
14052 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14055         of current-time-string.
14056
14057 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14058
14059         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14060         date header.
14061
14062 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14063
14064         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14065         it can seriously impact performance as it bypasses the agent's
14066         local caches.
14067
14068 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14069
14070         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14071         must be explicitly online rather than "not explicitly offline" for
14072         its flags to be synchronized.
14073
14074         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14075         that gnus-uu-unmark-thread will function correctly.
14076
14077         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14078         1024K is instead displayed as 1M.
14079
14080 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081
14082         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14083
14084 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14085
14086         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14087
14088 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14089
14090         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14091         error message to display actual error condition.
14092         (gnus-agent-save-local): Avoid saving symbols that are bound to
14093         nil as they simply result in a warning message in
14094         gnus-agent-read-local.
14095
14096 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14099         rather than make-variable-buffer-local for file-precious-flag.
14100
14101 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14102
14103         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14104         for duplicates which are removed.  The invalid sort check then
14105         triggers a rescan after the sort as sorting may have moved
14106         duplicate entries such that they can be cheaply detected.
14107
14108 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14111
14112 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14113
14114         * gnus-agent.el (gnus-agent-article-alist-save-format):
14115         Change internal variable to a custom variable.  Change default value
14116         from compressed(2) to uncompressed(1).
14117         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14118         support for uncompressed agentview files.  Taken together, reading
14119         the agentview file should now be 6-7 times faster.
14120
14121 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14122
14123         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14124         as a buffer-local variable.  This avoids creating truncated
14125         dribble files as a result of a hang up, eg.
14126
14127 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14128
14129         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14130         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14131         XEmacs.
14132
14133 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-start.el (gnus-start-draft-setup):
14136         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14137
14138         * gnus.el (gnus-splash): Change custom group.
14139         (gnus-group-get-parameter, gnus-group-parameter-value):
14140         Describe allow-list argument.
14141
14142         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14143         string.
14144
14145 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-art.el (gnus-default-article-saver): Add user-defined
14148         `function' to custom type.
14149
14150 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14151
14152         * imap.el (imap-open): Handle case where buffer is a buffer
14153         object.
14154
14155 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14158         long lines.
14159         (gnus-cache-delete-group): Wrap doc strings.
14160
14161         * gnus-agent.el (gnus-agent-rename-group)
14162         (gnus-agent-delete-group): Wrap doc strings.
14163
14164 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * messagexmas.el (message-use-toolbar): Change the valid values
14167         into default, top, bottom, left, and right.
14168         (message-toolbar-thickness): New variable.
14169         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14170         well.
14171         (message-setup-toolbar): Make it work.
14172
14173         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14174         (gnus-use-toolbar): Change the valid values into default, top,
14175         bottom, left, and right.
14176         (gnus-toolbar-thickness): New variable.
14177         (gnus-xmas-setup-toolbar): New function.
14178         (gnus-xmas-setup-group-toolbar): Use it.
14179         (gnus-xmas-setup-summary-toolbar): Use it.
14180
14181 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182
14183         * gnus-start.el (gnus-1): Add "native" to
14184         gnus-predefined-server-alist.
14185
14186         * gnus.el (gnus-method-to-server): Don't add "native" to the
14187         lists here, because that leads to problems when
14188         gnus-select-method is bound.
14189
14190 2005-11-09  Simon Josefsson  <jas@extundo.com>
14191
14192         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14193         use (not sort-by-date) instead.
14194
14195 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14196
14197         * gnus-delay.el (gnus-delay-group): Don't autoload.
14198         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14199         to be re-loaded when customizing the `gnus-delay' group.
14200
14201 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14202
14203         * message.el: Revert last changes.
14204         (message-insert-citation-line): Use newlines.
14205
14206 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14207
14208         * message.el (message-courtesy-message)
14209         (message-mark-insert-begin, message-mark-insert-end)
14210         (message-elide-ellipsis, message-cancel-message)
14211         (message-add-header, message-change-subject)
14212         (message-cross-post-followup-to-header)
14213         (message-cross-post-insert-note, message-reduce-to-to-cc)
14214         (message-widen-reply, message-delete-not-region)
14215         (message-kill-to-signature, message-insert-signature)
14216         (message-insert-importance-high, message-insert-importance-low)
14217         (message-insert-or-toggle-importance)
14218         (message-insert-disposition-notification-to)
14219         (message-indent-citation, message-yank-original)
14220         (message-cite-original-without-signature, message-cite-original)
14221         (message-insert-citation-line, message-position-on-field)
14222         (message-fix-before-sending, message-send-mail-partially)
14223         (message-send-mail, message-send-mail-with-sendmail)
14224         (message-send-mail-with-qmail, message-send-news)
14225         (message-check-news-header-syntax, message-generate-headers)
14226         (message-insert-courtesy-copy, message-fill-address)
14227         (message-fill-header, message-shorten-references)
14228         (message-setup-1, message-cancel-news)
14229         (message-forward-make-body-plain, message-forward-make-body-mime)
14230         (message-forward-make-body-mml, message-encode-message-body)
14231         (message-forward-make-body-digest-plain)
14232         (message-forward-make-body-digest-mime)
14233         (message-use-alternative-email-as-from): Insert `hard-newline'
14234         instead of ordinary newlines.
14235
14236 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * message.el (message-generate-headers): Downcase the argument
14239         given to message-check-element.
14240
14241 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14242
14243         * nntp.el (nntp-authinfo-rejected): New error condition.
14244         (nntp-wait-for): Use new error condition to signal authentication
14245         error.
14246         (nntp-retrieve-data): Rethrow new error condition to break out of
14247         recursive call to nntp-send-authinfo.
14248
14249 2005-11-08  Romain Francoise  <romain@orebokech.com>
14250
14251         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14252         (gnus-summary-exit-map): Bind to `Z p'.
14253         (gnus-summary-make-menu-bar): Add menu item.
14254
14255 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14258         (gnus-treat-*): Add `first' in all doc strings.
14259
14260         * gnus-group.el (gnus-group-compact-group): Fix typo.
14261
14262 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus.el (gnus-parameters-case-fold-search): New variable.
14265         (gnus-parameters-get-parameter): Use it.
14266
14267         * gnus-score.el (gnus-home-score-file): Doc fix.
14268
14269 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14270
14271         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14272
14273 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * mm-util.el (mm-special-display-p): New function.
14276
14277         * mml.el (mml-preview): Use it; doc fix.
14278
14279 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14280
14281         * imap.el (imap-open): Handle case where buffer is a buffer object.
14282
14283 2005-10-29  Romain Francoise  <romain@orebokech.com>
14284
14285         * message.el (message-fix-before-sending): Fix comment.
14286
14287 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14288
14289         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14290
14291 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14292
14293         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14294         Used in gnus-score.el.
14295
14296 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14299
14300 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14303         whitespace removed in revision 7.8.  Use concatenated string to
14304         protect trailing whitespace.
14305
14306 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14307
14308         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14309         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14310         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14311         Courier IMAP ("some version from 2004").  Mostly based on similar
14312         code in the same function.
14313
14314 2005-10-26  Didier Verna  <didier@xemacs.org>
14315
14316         * gnus-group.el (gnus-group-compact-group): Invalidate original
14317         article buffer.
14318         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14319         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14320         NOV database and in article itself.
14321         Invalidate article backlog.
14322
14323 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14326
14327 2005-10-26  Simon Josefsson  <jas@extundo.com>
14328
14329         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14330         part of 2004-07-25 change.
14331
14332 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * message.el (message-display-completion-list): New function.
14335         (message-expand-group): Use it; make sure the Completions buffer
14336         is modifiable.
14337 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14338
14339         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14340         user-mail-name is an empty string.
14341
14342 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14345         depending on gnus-score-decay-constant.
14346
14347         * encrypt.el (encrypt-insert-file-contents)
14348         (encrypt-write-file-contents): Don't use `gnus-message'.
14349
14350         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14351         arguments.
14352         (mm-uu-type-alist): Add message-marks and insert-marks.
14353         Pass arguments to mm-uu-verbatim-marks-extract.
14354         (mm-uu-hide-markers): New variable.
14355         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14356
14357         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14358         (gnus-convert-image-to-face-command): Use "convert" by default to
14359         allow other input image formats.
14360         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14361         accordingly.
14362
14363 2005-10-23  Simon Josefsson  <jas@extundo.com>
14364
14365         * imap.el (imap-gssapi-program): Align command line parameters
14366         with latest GNU SASL.
14367         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14368
14369 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14370
14371         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14372         HTML.
14373         (nnslashdot-request-article): Ditto.
14374
14375         * lpath.el (featurep): Add nobreak-char-display.
14376
14377 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14378
14379         * mail-source.el (mail-source-fetch-pop): Require pop3.
14380         (mail-source-check-pop): Ditto.
14381
14382 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14385         errors.
14386
14387 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14390         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14391
14392         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14393
14394         * mm-bodies.el (mm-decode-string):
14395         Call `mm-charset-to-coding-system' with allow-override argument.
14396
14397 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14400         (rfc2047-charset-to-coding-system): New function.
14401         (rfc2047-decode-encoded-words): New function.
14402         (rfc2047-decode-region): Use them.
14403         (rfc2047-decode-cte): Remove.
14404         (rfc2047-parse-and-decode): Remove.
14405         (rfc2047-decode): Remove.
14406
14407 2005-10-15  Kenichi Handa  <handa@m17n.org>
14408
14409         * rfc2047.el (rfc2047-decode-cte): New function.
14410         (rfc2047-decode-region): Change the way to decode successive
14411         encoded-words: decode B- or Q-encoding in each encoded-word,
14412         concatenate them, and decode it as charset.
14413
14414 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * lpath.el: Fbind codepage-setup for XEmacs.
14417
14418 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14419
14420         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14421         widget-move-and-invoke.
14422         (gnus-custom-mode): Use gnus-custom-map.
14423
14424 2005-10-15  Bill Wohler  <wohler@newt.com>
14425
14426         * message.el (message-tool-bar-map): Rename image file from
14427         mail_send to mail/send.
14428
14429 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14430
14431         * message.el (message-expand-group): Pass the common
14432         prefix substring of completion to `display-completion-list'.
14433
14434 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * mml-sec.el (mml-secure-method): New internal variable.
14437         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14438         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14439         New functions using mml-secure-method.
14440
14441         * mml.el (mml-mode-map): Add key bindings for those functions.
14442         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14443         Harder <harder@myrealbox.com>.
14444         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14445         Goto end of message if point is the headers of the message.
14446
14447         * message.el (message-in-body-p): New function.
14448
14449         * assistant.el: Autoload gnus-util and netrc.
14450
14451         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14452         Use `mm-charset-override-alist' only when decoding.
14453
14454         * mm-bodies.el (mm-decode-body):
14455         Call `mm-charset-to-coding-system' with allow-override argument.
14456
14457         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14458         `filename' from Content-Disposition if Content-Type doesn't
14459         provide `name'.
14460         (gnus-mime-view-part-as-type): Set default instead of
14461         initial-input.
14462
14463 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14464
14465         * format-spec.el (format-spec): Propagate text properties of % spec.
14466
14467 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * gnus-art.el (gnus-treat-predicate): Add `first'.
14470
14471 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14474         (mm-charset-override-alist): New variable.
14475         (mm-charset-to-coding-system): Use it.
14476         (mm-codepage-setup): New helper function.
14477         (mm-charset-eval-alist): New variable.
14478         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14479         Warn about unknown charsets.
14480
14481         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14482
14483 2005-10-04  David Hansen  <david.hansen@gmx.net>
14484
14485         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14486         (nnrss-check-group): Ditto.
14487
14488 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14491         Rename x-gnus-verbatim to x-verbatim.
14492         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14493
14494         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14495         x-verbatim.
14496
14497         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14498
14499         * gnus-util.el (gnus-remove-duplicates): Remove.
14500
14501         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14502         instead of gnus-remove-duplicates.
14503
14504         * message.el (message-remove-duplicates): Remove.
14505         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14506         message-remove-duplicates.
14507
14508         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14509         available, else use implementation from `delete-dups'.
14510
14511         * message.el (message-insert-expires): New function.
14512         (message-mode-map): Add key binding.
14513         (message-mode-field-menu): Add menu entry.
14514         (message-mode): Document it.
14515         (message-make-expires-date): Use `message-make-date'.
14516
14517 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14518
14519         * message.el (message-make-expires-date): New function.
14520
14521 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * Makefile.in (list-installed-shadows): New entry.
14524         (install): Use it.
14525         (remove-installed-shadows): New entry.
14526
14527         * dgnushack.el (dgnushack-default-load-path): New variable.
14528         (dgnushack-find-lisp-shadows): New function.
14529         (dgnushack-remove-lisp-shadows): New function.
14530
14531 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * Makefile.in (install-el-elc): New entry.
14534         (install): Use it so that .el files are necessarily installed.
14535
14536 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14539
14540 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14541
14542         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14543         function rather than the diff-mode.el package.
14544         (mm-display-external): Use with-current-buffer.
14545         (mm-viewer-completion-map, mm-viewer-completion-map):
14546         Move initialization inside declaration.
14547
14548 2005-09-29  Simon Josefsson  <jas@extundo.com>
14549
14550         * spam.el: Load hashcash when compiling, to avoid warnings.
14551         Don't autoload mail-check-payment.
14552         (spam-check-hashcash): Define unconditionally, since hashcash.el
14553         is part of Gnus now.  Ignore errors from payment checking.
14554
14555 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * message.el (message-bold-region, message-unbold-region):
14558         Rename from `bold-region' and `unbold-region'.
14559
14560         * message.el: Remove useless autoloads.
14561
14562 2005-09-28  Simon Josefsson  <jas@extundo.com>
14563
14564         * message.el (message-use-idna): Default to t.
14565         (message-use-idna): Test whether encoding works too.  Doc fix.
14566
14567 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * nntp.el (nntp-warn-about-losing-connection): Remove.
14570
14571 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14574         customizable.  Change default value.
14575         (mm-uu-diff-groups-regexp): Change default value.
14576         (mm-uu-type-alist): Add doc string.
14577         (mm-uu-configure): Add doc string.  Make it interactive.
14578         (mm-uu-tex-groups-regexp): New variable.
14579         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14580         (mm-uu-type-alist): Add LaTeX documents.
14581         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14582         of "text/verbatim".
14583         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14584
14585         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14586         instead of "text/verbatim".
14587
14588         * message.el (message-mark-inserted-region)
14589         (message-mark-insert-file): Use slrn style marks when called with
14590         prefix argument.
14591
14592 2005-09-27  Simon Josefsson  <jas@extundo.com>
14593
14594         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14595
14596 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14597
14598         * message.el (message-remove-duplicates): New function.
14599         Implementation borrowed from `gnus-remove-duplicates'.
14600         (message-idna-to-ascii-rhs): Also encode idna addresses in
14601         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14602         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14603         only ask about the same idna domain once per header and also tell
14604         in what header to replace the idna domain.
14605
14606         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14607         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14608         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14609         a header is decoded and not just the last one.
14610
14611 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14614         has been decoded.
14615
14616         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14617         (mm-insert-part): Don't modify text if it has been decoded.
14618
14619         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14620         decoded.
14621
14622         * mm-view.el (mm-inline-text): Don't strip text props unless
14623         decoding enriched or richtext parts.
14624
14625 2005-09-25  Romain Francoise  <romain@orebokech.com>
14626
14627         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14628         * gnus-start.el (gnus-subscribe-interactively):
14629         * gnus-uu.el (gnus-uu-grab-articles):
14630         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14631         space.
14632
14633 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14634
14635         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14636         * mm-view.el (mm-view-pkcs7-decrypt):
14637         * gnus-sum.el (gnus-summary-limit-to-extra)
14638         (gnus-summary-respool-article, gnus-read-move-group-name):
14639         * gnus-score.el (gnus-summary-increase-score):
14640         * gnus-util.el (gnus-completing-read-with-default):
14641         * gnus-art.el (gnus-read-save-file-name)
14642         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14643         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14644         * message.el (message-check-news-header-syntax):
14645         Follow convention for reading with the minibuffer.
14646
14647 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * spam-report.el (spam-report-url-ping-plain):
14650         Use gnus-extended-version as User-Agent.
14651
14652         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14653         default value is nil.
14654
14655         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14656         (mm-uu-verbatim-marks-extract): New function.
14657         (mm-uu-extract): New face.
14658         (mm-uu-copy-to-buffer): Use it.
14659
14660         * spam-report.el (spam-report-gmane-ham): Rename from
14661         `spam-report-gmane-unspam'.
14662         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14663         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14664
14665         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14666         Autoload.
14667         (spam-report-gmane-unregister-routine):
14668         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14669
14670 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14673         (spam-report-gmane-unregister-routine): Add support for gmane
14674         unregistration.
14675
14676         * spam-report.el (spam-report-gmane-unspam)
14677         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14678         (spam-report-gmane): Change to take a single article and do unspam
14679         registration.
14680
14681 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * mm-url.el (mm-url-decode-entities): Fix regexp.
14684
14685 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14686
14687         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14688         default to nil, to be able to use Gnus at all.  If the default
14689         switches to something else, then the function should be fixed not
14690         be exceedingly slow.
14691
14692 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14693
14694         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14695         fail hard.
14696
14697         * spam-report.el: Add better Keywords line.
14698
14699         * spam.el: Add Maintainer and better Keywords line.
14700
14701 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-art.el (gnus-article-replace-part)
14704         (gnus-mime-replace-part): New functions.
14705         (gnus-mime-action-alist, gnus-mime-button-commands)
14706         (gnus-mime-save-part-and-strip): Add file argument.
14707         (gnus-article-part-wrapper): Add interactive argument.
14708
14709         * gnus-sum.el (gnus-summary-mime-map):
14710         Add `gnus-article-replace-part'.
14711
14712 2005-09-19  Didier Verna  <didier@xemacs.org>
14713
14714         The nnml compaction feature:
14715         * nnml.el (nnml-request-compact-group): New function.
14716         * nnml.el (nnml-request-compact): New function.
14717         * gnus-int.el (gnus-request-compact-group): New function.
14718         * gnus-int.el (gnus-request-compact): New function.
14719         * gnus-group.el (gnus-group-compact-group): New function.
14720         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14721         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14722         * gnus-srvr.el (gnus-server-compact-server): New function.
14723         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14724         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14725
14726 2005-09-18  Deepak Goel  <deego@gnufans.org>
14727
14728         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14729         format spec.
14730
14731 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14734
14735 2005-09-15  Romain Francoise  <romain@orebokech.com>
14736
14737         * message.el (message-fill-paragraph): Clarify docstring.
14738
14739 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-art.el (gnus-mime-display-part): Protect against broken
14742         MIME messages.
14743
14744 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14747         before parsing header.
14748
14749 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14750
14751         * html2text.el (html2text-replace-list): Add new entities.
14752
14753 2005-09-11  Romain Francoise  <romain@orebokech.com>
14754
14755         * message.el (message-alternative-emails): Improve docstring.
14756         (message-setup-1): Call `message-use-alternative-email-as-from'
14757         after `message-setup-hook' to give it precedence over posting
14758         styles, etc.
14759         (message-use-alternative-email-as-from): Add docstring.
14760         Remove the original From header if present.
14761
14762         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14763         (nnml-save-mail): Use it.
14764
14765         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14766         articles.  Add new argument `silent'.
14767         (gnus-uu-mark-all): Report the total number of marked articles.
14768
14769 2005-09-10  Romain Francoise  <romain@orebokech.com>
14770
14771         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14772         (gnus-uu-mark-series): Likewise.
14773
14774 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * spam-report.el (spam-report-gmane): Fix generation of spam
14777         report URL.
14778
14779 2005-09-10  Simon Josefsson  <jas@extundo.com>
14780
14781         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14782         t, based on discussion on the ding list with Robert Epprecht
14783         <epprecht@solnet.ch>.
14784
14785 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * spam-report.el (spam-report-gmane): Make it work without
14788         X-Report-Spam header.  Gmane now only provides Archived-At.
14789         This is only used if `spam-report-gmane-use-article-number' is nil.
14790         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14791
14792         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14793         make `gnus-summary-sort-by-recipient' work with threading.
14794
14795         * nnweb.el (nnweb-google-wash-article): Print a message if article
14796         is not available.
14797
14798 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14799
14800         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14801         change.  Decode text/* parts content before displaying.
14802
14803 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14806
14807 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14810
14811         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14812         url-package-name, url-package-version,
14813         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14814         w3m-display-inline-images, and w3m-minor-mode-map.
14815
14816 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * message.el (message-tab-body-function): Fix mismatched custom type.
14819
14820         * gnus.el (gnus-group-change-level-function): Ditto.
14821
14822         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14823
14824         * gnus-art.el (gnus-signature-limit)
14825         (gnus-article-mime-part-function): Ditto.
14826
14827 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * mml.el (mml-mode): Silence the byte compiler.
14830
14831         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14832         using `(sit-for 0)' before moving the point to the specified part;
14833         skip unbuttonized parts.
14834         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14835         return to the summary window if gnus-auto-select-part is non-nil.
14836
14837 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14840         New variables.
14841         (mml-dnd-attach-file, mml-mode): Use them.
14842
14843         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14844         Make fetching article by MID work again for Google Groups.
14845         Add FIXME concerning gnus-group-make-web-group.
14846
14847         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14848         Don't depend on Gnus by using mail-extract-address-components if
14849         gnus-extract-address-components is not bound.
14850
14851 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14852
14853         * gnus-art.el (gnus-mime-display-security): Don't display the
14854         signature, but only the signed part.
14855
14856 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14859
14860         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14861         list, not listp.
14862
14863 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14864
14865         * mm-encode.el (mm-encode-content-transfer-encoding):
14866         Likewise when encoding.
14867
14868         * mm-bodies.el (mm-decode-content-transfer-encoding):
14869         De-canonicalize CRLF for all text content types, not just
14870         text/plain.
14871
14872 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14875         valid article; point arrow and cursor at the MIME button.
14876
14877 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14880         Suggested by Dan Christensen <jdc@uwo.ca>.
14881
14882         * mm-decode.el (mm-save-part): Enable change of prompt.
14883
14884 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14885
14886         * gnus-msg.el (gnus-inews-add-send-actions):
14887         Make `message-post-method' lambda parameter ARG `&optional'.
14888
14889 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * gnus-sum.el (gnus-summary-mime-map):
14892         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14893         gnus-article-jump-to-part.
14894
14895         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14896         (gnus-article-edit-part): Use it.
14897         (gnus-article-part-wrapper): Add no-handle argument.
14898         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14899         New functions.
14900
14901 2005-08-29  Romain Francoise  <romain@orebokech.com>
14902
14903         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14904         docstring.
14905         (gnus-face-from-file): Likewise.
14906
14907 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14910         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14911         non-nil.
14912         (gnus-auto-select-part): New variable.
14913         (gnus-article-jump-to-part): New function.
14914         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14915         (gnus-mime-delete-part): Allow selecting specified part after
14916         deleting or stripping parts.
14917         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14918         part if argument is bogus.
14919
14920 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14921
14922         * gnus-art.el (w3m-minor-mode-map):
14923         * gnus-spec.el (gnus-newsrc-file-version):
14924         * gnus-util.el (nnmail-active-file-coding-system)
14925         (gnus-original-article-buffer, gnus-user-agent):
14926         * gnus.el (gnus-ham-process-destinations)
14927         (gnus-parameter-ham-marks-alist)
14928         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14929         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14930         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14931         * mm-decode.el (gnus-current-window-configuration):
14932         * mm-extern.el (gnus-article-mime-handles):
14933         * mm-url.el (url-current-object, url-package-name)
14934         (url-package-version):
14935         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14936         (smime-keys, w3m-cid-retrieve-function-alist)
14937         (w3m-current-buffer, w3m-display-inline-images)
14938         (w3m-minor-mode-map):
14939         * mml-smime.el (gnus-extract-address-components):
14940         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14941         (gnus-newsrc-hashtb, message-default-charset)
14942         (message-deletable-headers, message-options)
14943         (message-posting-charset, message-required-mail-headers)
14944         (message-required-news-headers):
14945         * mml1991.el (mc-pgp-always-sign):
14946         * mml2015.el (mc-pgp-always-sign):
14947         * nnheader.el (nnmail-extra-headers):
14948         * rfc1843.el (gnus-decode-encoded-word-function)
14949         (gnus-decode-header-function, gnus-newsgroup-name):
14950         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14951
14952 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14953
14954         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14955         the end of the date treatments.
14956
14957 2005-08-15  Simon Josefsson  <jas@extundo.com>
14958
14959         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14960         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14961         Capello and Romain Francoise.
14962         (pgg-fetch-key-function): Remove, not used?
14963         (pgg-insert-url-with-w3): Require url, to get
14964         url-insert-file-contents regardless of where it is defined.
14965
14966 2005-08-13  Romain Francoise  <romain@orebokech.com>
14967
14968         * message.el (message-cite-original-1): New function.
14969         (message-cite-original): Use it.
14970         (message-cite-original-without-signature): Ditto.
14971
14972 2005-08-08  Romain Francoise  <romain@orebokech.com>
14973
14974         * message.el (message-yank-empty-prefix): New variable.
14975         (message-indent-citation): Use it.
14976         (message-cite-original-without-signature): Respect X-No-Archive.
14977
14978 2005-08-08  Simon Josefsson  <jas@extundo.com>
14979
14980         * pgg.el: Autoload url-insert-file-contents instead of loading
14981         w3/url.
14982         (pgg-insert-url-with-w3): Don't load url here.
14983
14984 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14985
14986         * message.el (message-kill-to-signature): Don't insert newline at
14987         bol.
14988         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14989
14990 2005-08-06  Romain Francoise  <romain@orebokech.com>
14991
14992         * message.el (message-user-fqdn): Fix typo in docstring.
14993
14994 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14995
14996         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14997
14998         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14999
15000 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mm-bodies.el (mm-encode-body): Use coding system rather than
15003         charset to encode text.
15004
15005         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15006         number of charsets if utf-8 is available (XEmacs).
15007
15008 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15011         taken from `gnus-button-mid-or-mail-regexp'.
15012         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15013         (gnus-button-alist): Improve regexp for domain part of the MIDs
15014         for news:localpart@domain buttons.
15015         (gnus-button-ctan-directory-regexp): Update.
15016
15017 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * sieve-manage.el (sieve-manage-interactive-login):
15020         Use make-local-variable rather than make-variable-buffer-local.
15021         (sieve-manage-open): Ditto.
15022         (sieve-manage-authenticate): Ditto.
15023
15024         * mml.el (mml-generate-mime-1): Make the content type default to
15025         text/plain if the filename is not specified.
15026
15027 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15030         instead of insert-buffer.
15031
15032         * message.el (message-yank-original): Ditto; set the mark at the
15033         end of the yanked message.
15034
15035 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15038         lines to scroll rather than to stop it.
15039
15040         * mml.el (mml-generate-default-type): Add doc string.
15041         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15042         default to application/octet-stream when determining the content
15043         type if it is not specified for the part or the mml contents; add
15044         a comment about mml-generate-default-type.
15045
15046 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15047
15048         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15049         make it default to application/octet-stream when determining the
15050         content type if it is not specified for the external contents.
15051
15052 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15055         segmented parameter but also other parameters might be there.
15056
15057 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * mm-decode.el (mm-display-external): Delete temp file, directory
15060         and buffer immediately if the external process is exited.
15061
15062 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15065         fewer lines than that of scroll-margin.
15066         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15067
15068 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus-art.el (gnus-article-next-page): Revert.
15071         (gnus-article-beginning-of-window): New macro.
15072         (gnus-article-next-page-1): Use it.
15073         (gnus-article-prev-page): Ditto.
15074         (gnus-article-edit-part): Use insert-buffer-substring instead of
15075         insert-buffer.
15076         (gnus-article-edit-exit): Ditto.
15077
15078         * gnus-util.el (gnus-beginning-of-window): Remove.
15079         (gnus-end-of-window): Remove.
15080
15081         * lpath.el: Don't bind header-line-format and scroll-margin.
15082
15083 2005-07-25  Simon Josefsson  <jas@extundo.com>
15084
15085         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15086         to have the url package without w3.  Reported by Daiki Ueno
15087         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15088
15089 2005-07-20  Didier Verna  <didier@xemacs.org>
15090
15091         * gnus-diary.el: Remove the description comment (nndiary is now
15092         properly documented in the Gnus manual).
15093         Fix the spelling of "Back End".
15094         * nndiary.el: Ditto.
15095         Fix the copyright notice.
15096
15097 2005-07-18  Romain Francoise  <romain@orebokech.com>
15098
15099         * gnus-sum.el (gnus-summary-to-prefix)
15100         (gnus-summary-newsgroup-prefix): New variables.
15101         (gnus-summary-from-or-to-or-newsgroups): Use them.
15102
15103 2005-07-17  Romain Francoise  <romain@orebokech.com>
15104
15105         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15106         space as it's generally not especially interesting to the user.
15107
15108 2005-07-16  Romain Francoise  <romain@orebokech.com>
15109
15110         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15111         nil to avoid prompting and file modification if one of the
15112         messages at the top of the nnfolder file contains a copyright
15113         notice.
15114         Update copyright notice.
15115
15116         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15117         instead of `current-time-string' as the latter creates a time
15118         string that is not RFC 2822 compliant (it lacks the zone).
15119         Update copyright notice.
15120
15121 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15122
15123         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15124         for text/rtf.  Display default in prompt.  Pass default for M-n.
15125
15126         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15127
15128 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * gnus-msg.el (gnus-button-mailto):
15131         Remove save-selected-window-window hackery because it relies on
15132         save-selected-window internals.
15133
15134 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15137         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15138         (gnus-article-prev-page): Ditto.
15139
15140         * gnus-util.el (gnus-beginning-of-window): New function.
15141         (gnus-end-of-window): New function.
15142
15143         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15144
15145 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15146
15147         * gnus-score.el (gnus-score-edit-all-score):
15148         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15149         gnus-message.
15150
15151 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15152
15153         * gnus-msg.el (gnus-button-mailto):
15154         Remove save-selected-window-window hackery because it relies on
15155         save-selected-window internals.
15156
15157 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15160         add-minor-mode.
15161         (gnus-binary-mode): Ditto.
15162
15163         * gnus-topic.el (gnus-topic-mode): Ditto.
15164
15165 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15166
15167         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15168         (gnus-article-prev-page): Take scroll-margin into consideration.
15169
15170 2005-07-04  Lute Kamstra  <lute@gnu.org>
15171
15172         Update FSF's address in GPL notices.
15173
15174 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15175
15176         * gnus.el (gnus-exit):
15177         * gnus-group.el (gnus-group-icons):
15178         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15179
15180         * gnus-nocem.el (gnus-nocem):
15181         * message.el (message-various, message-buffers, message-sending)
15182         (message-interface, message-forwarding, message-insertion)
15183         (message-headers, message-news, message-mail):
15184         * pgg-gpg.el (pgg-gpg):
15185         * pgg-parse.el (pgg-parse):
15186         * pgg-pgp.el (pgg-pgp):
15187         * pgg-pgp5.el (pgg-pgp5):
15188         * pop3.el (pop3): Finish `defgroup' description with period.
15189
15190 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-art.el (article-display-face): Improve the efficiency.
15193         (article-display-x-face): Ditto; remove grey x-face stuff.
15194
15195 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-art.el (article-display-face): Correct the position in
15198         which Faces are inserted.
15199
15200 2005-06-29  Didier Verna  <didier@xemacs.org>
15201
15202         * gnus-art.el (article-display-face): Display faces in correct
15203         order.
15204
15205 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15208         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15209         (gnus-nocem-check-article): Fetch the Type header.
15210         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15211         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15212         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15213         make sure gnus-nocem-hashtb is initialized.
15214         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15215         (gnus-nocem-unwanted-article-p): Ditto.
15216
15217         * pgg.el (pgg-verify): Return the verification result.
15218
15219 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15222         is ascii.
15223
15224 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15225
15226         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15227         `show-nonbreak-escape'.
15228
15229 2005-06-23  Lute Kamstra  <lute@gnu.org>
15230
15231         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15232
15233         * dig.el (dig-mode):
15234         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15235
15236 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15237
15238         * nnimap.el (nnimap-split-download-body): Fix spellings.
15239
15240 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15241
15242         * gnus-art.el (gnus-article-encrypt-body):
15243         * gnus-cus.el (gnus-score-customize):
15244         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15245         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15246
15247 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15248
15249         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15250         header by looking for magic "MII" at the beginnig.
15251
15252 2005-06-16  Miles Bader  <miles@gnu.org>
15253
15254         * gnus-xmas.el (gnus-xmas-group-startup-message):
15255         Use renamed gnus-splash face.
15256
15257         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15258         (assistant-field-face): New backward-compatibility alias for renamed
15259         face.
15260         (assistant-render-text): Use renamed assistant-field face.
15261
15262         * spam.el (spam): Remove "-face" suffix from face name.
15263         (spam-face): New backward-compatibility alias for renamed face.
15264         (spam-face, spam-initialize): Use renamed spam face.
15265
15266         * message.el (message-header-to, message-header-cc)
15267         (message-header-subject, message-header-newsgroups)
15268         (message-header-other, message-header-name)
15269         (message-header-xheader, message-separator, message-cited-text)
15270         (message-mml): Remove "-face" suffix from face names.
15271         (message-header-to-face, message-header-cc-face)
15272         (message-header-subject-face, message-header-newsgroups-face)
15273         (message-header-other-face, message-header-name-face)
15274         (message-header-xheader-face, message-separator-face)
15275         (message-cited-text-face, message-mml-face):
15276         New backward-compatibility aliases for renamed faces.
15277         (message-font-lock-keywords): Use renamed message faces.
15278
15279         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15280         (sieve-test-commands, sieve-tagged-arguments):
15281         Remove "-face" suffix from face names.
15282         (sieve-control-commands-face, sieve-action-commands-face)
15283         (sieve-test-commands-face, sieve-tagged-arguments-face):
15284         New backward-compatibility aliases for renamed faces.
15285         (sieve-control-commands-face, sieve-action-commands-face)
15286         (sieve-test-commands-face, sieve-tagged-arguments-face):
15287         Use renamed sieve faces.
15288
15289         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15290         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15291         (gnus-group-news-3-empty, gnus-group-news-4)
15292         (gnus-group-news-4-empty, gnus-group-news-5)
15293         (gnus-group-news-5-empty, gnus-group-news-6)
15294         (gnus-group-news-6-empty, gnus-group-news-low)
15295         (gnus-group-news-low-empty, gnus-group-mail-1)
15296         (gnus-group-mail-1-empty, gnus-group-mail-2)
15297         (gnus-group-mail-2-empty, gnus-group-mail-3)
15298         (gnus-group-mail-3-empty, gnus-group-mail-low)
15299         (gnus-group-mail-low-empty, gnus-summary-selected)
15300         (gnus-summary-cancelled, gnus-summary-high-ticked)
15301         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15302         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15303         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15304         (gnus-summary-low-undownloaded)
15305         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15306         (gnus-summary-low-unread, gnus-summary-normal-unread)
15307         (gnus-summary-high-read, gnus-summary-low-read)
15308         (gnus-summary-normal-read, gnus-splash):
15309         Remove "-face" suffix from face names.
15310         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15311         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15312         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15313         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15314         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15315         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15316         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15317         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15318         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15319         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15320         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15321         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15322         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15323         (gnus-summary-normal-ticked-face)
15324         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15325         (gnus-summary-normal-ancient-face)
15326         (gnus-summary-high-undownloaded-face)
15327         (gnus-summary-low-undownloaded-face)
15328         (gnus-summary-normal-undownloaded-face)
15329         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15330         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15331         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15332         (gnus-splash-face):
15333         New backward-compatibility aliases for renamed faces.
15334         (gnus-group-startup-message): Use renamed gnus faces.
15335
15336         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15337         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15338         (gnus-server-agent): Remove "-face" suffix from face names.
15339         (gnus-server-agent-face, gnus-server-opened-face)
15340         (gnus-server-closed-face, gnus-server-denied-face)
15341         (gnus-server-offline-face):
15342         New backward-compatibility aliases for renamed faces.
15343         (gnus-server-agent-face, gnus-server-opened-face)
15344         (gnus-server-closed-face, gnus-server-denied-face)
15345         (gnus-server-offline-face): Use renamed gnus faces.
15346
15347         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15348         Remove "-face" suffix from face names.
15349         (gnus-picon-xbm-face, gnus-picon-face):
15350         New backward-compatibility aliases for renamed faces.
15351
15352         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15353         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15354         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15355         (gnus-cite-11): Remove "-face" suffix from face names.
15356         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15357         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15358         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15359         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15360         New backward-compatibility aliases for renamed faces.
15361         (gnus-cite-attribution-face, gnus-cite-face-list)
15362         (gnus-article-boring-faces): Use renamed gnus faces.
15363
15364         * gnus-art.el (gnus-signature, gnus-header-from)
15365         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15366         (gnus-header-content): Remove "-face" suffix from face names.
15367         (gnus-signature-face, gnus-header-from-face)
15368         (gnus-header-subject-face, gnus-header-newsgroups-face)
15369         (gnus-header-name-face, gnus-header-content-face):
15370         New backward-compatibility aliases for renamed faces.
15371         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15372
15373         * gnus-sum.el (gnus-summary-selected-face)
15374         (gnus-summary-highlight): Use renamed gnus faces.
15375         * gnus-group.el (gnus-group-highlight): Likewise.
15376
15377 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15378
15379         * gnus-sieve.el (gnus-sieve-article-add-rule):
15380         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15381         * spam-stat.el (spam-stat-buffer-change-to-spam)
15382         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15383
15384         * message.el (message-is-yours-p):
15385         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15386
15387 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * mm-view.el (mm-inline-text): Withdraw the last change.
15390
15391 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15394         executing enriched-decode.
15395
15396 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15399         charset of tar files.
15400
15401 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15402
15403         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15404
15405 2005-06-04  Lute Kamstra  <lute@gnu.org>
15406
15407         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15408         information is never recorded.
15409
15410 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15411
15412         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15413
15414 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * pop3.el (pop3-apop): Run md5 in the binary mode.
15417
15418         * starttls.el (starttls-set-process-query-on-exit-flag):
15419         Use eval-and-compile.
15420
15421 2005-05-31  Simon Josefsson  <jas@extundo.com>
15422
15423         * smime.el (smime-replace-in-string): Define.
15424         (smime-cert-by-ldap-1): Use it.
15425
15426 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus-art.el (article-display-x-face): Replace
15429         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15430
15431         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15432         set-process-query-on-exit-flag or process-kill-without-query.
15433
15434         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15435         loop instead of replace-regexp.
15436
15437         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15438         instead of process-kill-without-query if it is available.
15439
15440         * lpath.el: Fbind ldap-search-entries.
15441
15442         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15443         instead of find-file-hooks if it is available.
15444
15445         * mml1991.el: Bind pgg-default-user-id when compiling.
15446
15447         * mml2015.el: Bind pgg-default-user-id when compiling.
15448
15449         * nndraft.el (nndraft-request-associate-buffer):
15450         Use write-contents-functions instead of write-contents-hooks if it is
15451         available.
15452
15453         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15454         instead of find-file-hooks if it is available.
15455
15456         * nntp.el (nntp-open-connection): Replace
15457         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15458         (nntp-open-ssl-stream): Ditto.
15459         (nntp-open-tls-stream): Ditto.
15460
15461         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15462         set-process-query-on-exit-flag or process-kill-without-query.
15463         (starttls-open-stream-gnutls): Use it instead of
15464         process-kill-without-query.
15465         (starttls-open-stream): Ditto.
15466
15467 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15468
15469         * smime.el (smime-cert-by-ldap-1): Don't use
15470         replace-regexp-in-string.
15471
15472 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15473
15474         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15475
15476         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15477         in PEM format.  Adjust to the XEmacs compability.
15478
15479 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15482         by `string-to-number'.
15483         * gnus-agent.el (gnus-agent-regenerate-group)
15484         (gnus-agent-fetch-articles): Ditto.
15485         * gnus-art.el (gnus-button-fetch-group): Ditto.
15486         * gnus-cache.el (gnus-cache-generate-active)
15487         (gnus-cache-articles-in-group): Ditto.
15488         * gnus-group.el (gnus-group-set-current-level)
15489         (gnus-group-insert-group-line): Ditto.
15490         * gnus-score.el (gnus-score-set-expunge-below)
15491         (gnus-score-set-mark-below, gnus-summary-score-effect)
15492         (gnus-summary-score-entry): Ditto.
15493         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15494         (gnus-soup-pack): Ditto.
15495         * gnus-spec.el (gnus-xmas-format): Ditto.
15496         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15497         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15498         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15499         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15500         * nndb.el (nndb-get-remote-expire-response): Ditto.
15501         * nndiary.el (nndiary-parse-schedule-value)
15502         (nndiary-string-to-number, nndiary-request-replace-article)
15503         (nndiary-request-article): Ditto.
15504         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15505         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15506         * nneething.el (nneething-make-head): Ditto.
15507         * nnfolder.el (nnfolder-request-article)
15508         (nnfolder-retrieve-headers): Ditto.
15509         * nnheader.el (nnheader-file-to-number): Ditto.
15510         * nnkiboze.el (nnkiboze-request-article): Ditto.
15511         * nnmail.el (nnmail-process-unix-mail-format)
15512         (nnmail-process-babyl-mail-format): Ditto.
15513         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15514         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15515         (nnmh-request-create-group, nnmh-request-list-1)
15516         (nnmh-request-group, nnmh-request-article): Ditto.
15517         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15518         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15519         * nnsoup.el (nnsoup-make-active): Ditto.
15520         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15521         * nntp.el (nntp-find-group-and-number)
15522         (nntp-retrieve-headers-with-xover): Ditto.
15523         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15524         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15525         (pgg-format-key-identifier): Ditto.
15526         * pop3.el (pop3-last, pop3-stat): Ditto.
15527         * qp.el (quoted-printable-decode-region): Ditto.
15528
15529         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15530         of concat.
15531
15532 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15535
15536         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15537
15538         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15539
15540         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15541
15542         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15543
15544         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15545
15546         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15547         (gnus-carpal-mode): Ditto.
15548
15549         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15550         (gnus-browse-mode): Ditto.
15551
15552         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15553
15554         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15555
15556 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15557
15558         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15559
15560 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-util.el (gnus-run-mode-hooks): New function.
15563
15564         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15565
15566         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15567         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15568
15569 2005-05-27  Lute Kamstra  <lute@gnu.org>
15570
15571         * dns-mode.el (dns-mode): Specify customization group.
15572
15573 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15574
15575         * gnus-agent.el (gnus-agent-make-mode-line-string):
15576         Use mode-line-highlight as mouse-face.
15577
15578 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * canlock.el (canlock): Change the parent group to news.
15581
15582         * deuglify.el (gnus-outlook-deuglify): Add :group.
15583
15584         * dig.el (dig): Add :group.
15585
15586         * dns-mode.el (dns-mode): Add :group.
15587
15588         * encrypt.el (encrypt): Add :group.
15589
15590         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15591         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15592         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15593         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15594         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15595
15596         * gnus-diary.el (gnus-diary): Add :group.
15597
15598         * gnus.el (gnus-group-news-1-face): Add :group.
15599         (gnus-group-news-1-empty-face): Ditto.
15600         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15601         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15602         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15603         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15604         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15605         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15606         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15607         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15608         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15609         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15610         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15611         (gnus-summary-high-ticked-face): Ditto.
15612         (gnus-summary-low-ticked-face): Ditto.
15613         (gnus-summary-normal-ticked-face): Ditto.
15614         (gnus-summary-high-ancient-face): Ditto.
15615         (gnus-summary-low-ancient-face): Ditto.
15616         (gnus-summary-normal-ancient-face): Ditto.
15617         (gnus-summary-high-undownloaded-face): Ditto.
15618         (gnus-summary-low-undownloaded-face): Ditto.
15619         (gnus-summary-normal-undownloaded-face): Ditto.
15620         (gnus-summary-high-unread-face): Ditto.
15621         (gnus-summary-low-unread-face): Ditto.
15622         (gnus-summary-normal-unread-face): Ditto.
15623         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15624         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15625
15626         * hashcash.el (hashcash): New custom group.
15627         (hashcash-default-payment): Add :group.
15628         (hashcash-payment-alist): Ditto.
15629         (hashcash-default-accept-payment): Ditto.
15630         (hashcash-accept-resources): Ditto.
15631         (hashcash-path): Ditto.
15632         (hashcash-extra-generate-parameters): Ditto.
15633         (hashcash-double-spend-database): Ditto.
15634         (hashcash-in-news): Ditto.
15635
15636         * message.el (message-minibuffer-local-map): Add :group.
15637
15638         * netrc.el (netrc): Add :group.
15639
15640         * sieve-manage.el (sieve-manage-log): Add :group.
15641         (sieve-manage-default-user): Diito.
15642         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15643         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15644         (sieve-manage-authenticators): Ditto.
15645         (sieve-manage-authenticator-alist): Ditto.
15646         (sieve-manage-default-port): Ditto.
15647
15648         * sieve-mode.el (sieve-control-commands-face): Add :group.
15649         (sieve-action-commands-face): Ditto.
15650         (sieve-test-commands-face): Ditto.
15651         (sieve-tagged-arguments-face): Ditto.
15652
15653         * smime.el (smime): Add :group.
15654
15655         * spam-report.el (spam-report): Add :group.
15656
15657         * spam.el (spam, spam-face): Add :group.
15658
15659 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15662         return \n.\n.\n at the end of articles.  Protect against that.
15663         (nntp-with-open-group): Allow debugging.
15664
15665         * nnheader.el (mail-header-set-extra): Make into a function
15666         because I just could't understand how to quote the list properly.
15667
15668         * dns.el (query-dns-cached): New function.
15669
15670 2005-05-26  Lute Kamstra  <lute@gnu.org>
15671
15672         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15673
15674 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15677
15678         * gnus-art.el: Don't autoload mail-extract-address-components.
15679
15680         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15681         eval-and-compile to evaluate it.
15682
15683         * hashcash.el: Don't autoload executable-find.
15684
15685         * nndb.el: Don't declare the nndb back end two or more times; don't
15686         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15687
15688         * nntp.el: Autoload format-spec instead of format; use
15689         eval-and-compile to evaluate autoload forms.
15690
15691 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15692
15693         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15694
15695 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696
15697         * gnus.el (gnus-version-number): Bump version.
15698
15699 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15700
15701         * gnus.el: No Gnus v0.3 is released.
15702
15703 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15704
15705         * lpath.el (featurep): Bind show-nonbreak-escape.
15706
15707 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-article-edit-part): Disable undo.
15710
15711 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15714         gnus-article-date-lapsed-new-header is t if date timer is active;
15715         skip headers in which the original date value is empty.
15716         (gnus-article-save-original-date): Redefine it as a macro.
15717         (gnus-display-mime): Use it.
15718
15719 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-art.el (article-date-ut): Support converting date in
15722         forwarded parts as well.
15723         (gnus-article-save-original-date): New function.
15724         (gnus-display-mime): Use it.
15725
15726 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15727
15728         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15729         enclosure element of <item>.
15730
15731 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15732
15733         * message.el (message-kill-buffer-query): Rename from
15734         `message-kill-buffer-query-if-modified'.  Add :version.
15735
15736 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15739         window layout.
15740
15741 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * mml.el: Autoload dnd when compiling.
15744
15745 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15748         x-dnd-*.
15749
15750 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * qp.el (quoted-printable-encode-region): Save excursion.
15753
15754 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * message.el (message-kill-buffer-query-if-modified): Add new variable
15757         so the user can kill a modified message buffer quickly.
15758         (message-kill-buffer): Use it.
15759
15760 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * lpath.el: Fbind display-time-event-handler; don't fbind
15763         string-to-multibyte.
15764
15765         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15766
15767 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15770         contained in text because xml.el decodes entities) with LFs.
15771
15772 2005-04-11  Lute Kamstra  <lute@gnu.org>
15773
15774         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15775         differently.
15776
15777 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15778
15779         * mm-util.el (mm-detect-coding-region): Typo.
15780
15781 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15784
15785 2005-04-06  Deepak Goel  <deego@gnufans.org>
15786
15787         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15788         user-function allow user modifications of the scores.
15789         (spam-stat-score-buffer-user): New function, to allow
15790         user-computed modifications to the score.
15791         (spam-stat-score-buffer-user-functions): List of additional
15792         scoring functions.
15793         (spam-stat-error-holder): Global temporary error holder.
15794         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15795         variable.
15796
15797 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * gnus-registry.el (gnus-registry-clean-empty-function)
15800         (gnus-registry-trim, gnus-registry-fetch-groups)
15801         (gnus-registry-delete-group): Groups that match
15802         `gnus-registry-ignored-groups' are removed from the registry
15803         entries, not just ignored for splitting.  This helps clean up the
15804         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15805         to get all the groups a message ID is in.
15806
15807         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15808         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15809         (spam-stat-score-buffer-user-functions): Add :number custom type.
15810
15811 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15814         argument in XEmacs.
15815
15816         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15817         (nnrss-request-group): Decode group name first.
15818         (nnrss-request-article): Make a text/plain article if mml-to-mime
15819         failed.
15820         (nnrss-get-encoding): Return a compatible encoding according to
15821         nnrss-compatible-encoding-alist.
15822         (nnrss-find-el): Use consp instead of listp.
15823         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15824
15825 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15828         which Emacs 20 doesn't support.
15829         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15830
15831 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15834         silence the byte compiler inside the defun.
15835
15836         * gnus-demon.el (parse-time-string): Add autoload.
15837
15838         * gnus-delay.el (parse-time-string): Add autoload.
15839
15840         * gnus-art.el (parse-time-string): Add autoload.
15841
15842         * nnultimate.el (parse-time): Require for `parse-time-string'.
15843
15844 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15847
15848         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15849
15850         * smime.el (smime-ldap-host-list): Add :version.
15851
15852 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15855         pass it to `gnus-browse-read-group'.
15856         (gnus-browse-read-group): Add NUMBER argument and pass it to
15857         `gnus-group-read-ephemeral-group'.
15858
15859         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15860         argument and pass it to `gnus-group-read-group'.
15861
15862 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15863
15864         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15865         mm-xemacs-find-mime-charset-1 if we have the mule feature
15866         available at runtime.
15867
15868 2005-03-25  Werner Lemberg  <wl@gnu.org>
15869
15870         * nnmaildir.el: Replace `illegal' with `invalid'.
15871
15872 2005-03-23  Lute Kamstra  <lute@gnu.org>
15873
15874         * time-date.el: Add comment on time value formats.
15875         Don't require parse-time.
15876         (with-decoded-time-value): New macro.
15877         (encode-time-value): New function.
15878         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15879         (days-to-time): Return a valid time value when arg is huge.
15880         (time-since): Use time-subtract.
15881         (time-to-number-of-days): Use time-to-seconds.
15882
15883 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15884
15885         * gnus-start.el (gnus-display-time-event-handler):
15886         Check display-time-timer at runtime rather than only at load time
15887         in case display-time-mode is turned off in the mean time.
15888
15889 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15892         used.
15893
15894         * nneething.el (nneething-map-file-directory): Derive from
15895         `gnus-directory'.
15896
15897         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15898         the To/Cc button.
15899
15900 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * nnmaildir.el (nnmaildir-request-accept-article):
15903         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15904
15905 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15906
15907         * gnus-async.el: Require timer-funcs at compile time when in
15908         XEmacs for `run-with-idle-timer'.
15909
15910 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15911
15912         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15913         autoloaded function.
15914
15915 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15916
15917         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15918
15919 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15920
15921         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15922
15923 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15924
15925         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15926         Add gnus-expert-user to default.
15927
15928 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15929
15930         * nnimap.el (nnimap-open-server): Ditto.
15931
15932         * imap.el (imap-authenticate): Fix typo.
15933
15934 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15935
15936         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15937         buffer (since IMAP server might return FETCH response out of
15938         order, and the nntp buffer must be sorted).
15939
15940 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15941
15942         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15943         comparison on string.
15944
15945         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15946         (gnus-agent-score): Rename category keywords to match gnus-cus.
15947         (gnus-agent-summary-fetch-series): Modify to protect against
15948         gnus-agent-summary-fetch-group clearing processable flags.
15949         (gnus-agent-synchronize-group-flags): Update live group buffer as
15950         synchronization may occur due to the user toggle the plugged
15951         status.
15952         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15953         successfully downloaded.
15954         (gnus-agent-expire-group-1): Avoid using markers when the overview
15955         is in ascending order; greatly improves performance.
15956         (gnus-agent-regenerate-group):
15957         Use gnus-agent-synchronize-group-flags to reset read status in both
15958         gnus and server.
15959         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15960
15961 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * message.el: Don't autoload former message-utils variables.
15964         (message-strip-subject-trailing-was): Change doc string.
15965
15966         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15967         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15968         (nnweb-google-search): Add "hl=en" here.
15969         (nnweb-google-parse-1, nnweb-google-create-mapping):
15970         Don't hardcode URL.
15971
15972 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * message.el (message-get-reply-headers, message-followup):
15975         Mention related variables `message-use-followup-to' and
15976         `message-use-mail-followup-to', in the information buffer.
15977
15978         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15979         of broken groups(-beta).google.com.
15980
15981 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15984         parameter to invoked gnus-request-move-article; remove the
15985         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15986         all at once instead of once per article.
15987         (gnus-summary-remove-process-mark): Accept a list of articles as
15988         well as a single article for processing.
15989
15990         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15991         parameter.
15992
15993         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15994
15995         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15996
15997         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15998         parameter.
15999
16000         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16001         parameter.
16002
16003         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16004         parameter and remove the gnus-sum-hint-move-is-internal variable.
16005
16006         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16007         parameter.
16008
16009         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16010         parameter.
16011
16012         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16013         parameter.
16014
16015         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16016
16017         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16018         parameter.
16019
16020         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16021         parameter.
16022
16023 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16024
16025         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16026         a more conservative way.
16027
16028 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16029
16030         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16031         buffer, so it moves the window's cursor.
16032
16033 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16034
16035         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16036         `mm-dissect-multipart' and receive the from field as an (optional)
16037         argument from `mm-dissect-multipart'.
16038         (mm-dissect-multipart): Receive the from field as an argument and
16039         pass it on when we call `mm-dissect-buffer' on MIME parts.
16040         Fixes verification/decryption of signed/encrypted MIME parts.
16041
16042 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16043
16044         * gnus-sum.el (gnus-summary-move-article):
16045         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16046         whatever it calls (right now, only nnimap-request-move article
16047         respects it).
16048
16049         * nnimap.el (nnimap-request-move-article):
16050         When gnus-sum-hint-move-is-internal is set, don't do the extra
16051         nnimap-request-article.
16052
16053 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16056
16057         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16058         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16059
16060         * gnus-sum.el (gnus-summary-caesar-message):
16061         Apply `gnus-treat-article' after rotation.
16062
16063         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16064         doc string.
16065
16066 2005-02-22  Simon Josefsson  <jas@extundo.com>
16067
16068         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16069         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16070         <arne@arnested.dk>.
16071         (encrypt): Add password-cache and password-cache-expiry as group
16072         members.
16073
16074 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16075
16076         * smime.el (smime-ldap-host-list): Doc fix.
16077         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16078         cache) password.
16079         (smime-sign-region): Use it.
16080         (smime-decrypt-region): Use it.
16081         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16082         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16083         fails.
16084         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16085         certificate from DER to PEM format rather than calling openssl.
16086
16087         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16088
16089         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16090         for signing/encryption.
16091
16092         * mml.el (mml-parse-1): Use them.
16093
16094 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16095
16096         * nnrss.el (nnrss-verbose): Remove.
16097         (nnrss-request-group): Use `nnheader-message' instead.
16098
16099 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16100
16101         * nnrss.el (nnrss-verbose): New variable.
16102         (nnrss-request-group): Make it say nnrss is requesting a group.
16103
16104 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16107         Handle news URL with given port correctly.
16108
16109 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16112         containing special characters.
16113
16114         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16115
16116         * mml.el (mime-to-mml): Ditto.
16117
16118         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16119         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16120         (rfc2047-decode-region): Quote decoded words containing special
16121         characters when rfc2047-quote-decoded-words-containing-tspecials
16122         is non-nil.
16123
16124 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16127
16128         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16129
16130 2005-02-15  Simon Josefsson  <jas@extundo.com>
16131
16132         * nnimap.el (nnimap-debug): Doc fix.
16133
16134         * imap.el (imap-debug): Doc fix.
16135
16136 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16139
16140 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * gnus.el (spam-contents): Improve docs for spam-contents
16143         parameter in its variable incarnation.
16144
16145 2005-02-14  Simon Josefsson  <jas@extundo.com>
16146
16147         * smime-ldap.el: Use require instead of load-library for ldap.
16148         (smime-ldap-search): Indent.
16149         (smime-ldap-search-internal): Shorten line.
16150
16151         * smime.el (smime-cert-by-dns): Add doc-string.
16152         (smime-cert-by-ldap-1): Indent.
16153
16154         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16155         mml-smime-get-dns-ldap.
16156         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16157
16158 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16159
16160         * smime.el: Require smime-ldap.
16161         (smime-ldap-host-list): New variable.
16162         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16163
16164         * mml-smime.el (mml-smime-encrypt-query): New function.
16165         (mml-smime-encrypt-query): Use it.
16166
16167         * smime-ldap.el: New file.
16168
16169 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16172
16173 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16176         argument in doc string.  Make query for type more clear.
16177
16178 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * gnus.el (gnus-group-startup-message): Search for gnus images in
16181         etc/images/gnus.
16182         * mm-util.el (mm-image-load-path): Likewise.
16183         * smiley.el (smiley-data-directory): Search for smilies in
16184         etc/images/smilies.
16185
16186 2005-02-09  Kim F. Storm  <storm@cua.dk>
16187
16188         Change Emacs release version from 21.4 to 22.1 throughout.
16189         Change Emacs development version from 21.3.50 to 22.0.50.
16190
16191 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16194
16195         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16196         non-Mule XEmacs as well.
16197         (mm-decompress-buffer): Signal an error intentionally if it does
16198         not decompress compressed data because auto-compression-mode is
16199         disabled.
16200
16201 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16202
16203         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16204         an ID in the registry even if it has no groups.
16205
16206 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16209         merge it into mm-decompress-buffer.
16210         (gnus-mime-copy-part): Use the MIME part charset, the value which
16211         a user specified or gnus-newsgroup-charset for decoding, like
16212         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16213         save-buffer what was used.  Suggested by Kevin Ryde
16214         <user42@zip.com.au>.
16215         (gnus-mime-inline-part): Allow the name parameter as well as the
16216         filename parameter; force decompressing of compressed data; always
16217         display contents being not decoded as unibyte.
16218
16219         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16220         as well as the filename parameter.
16221
16222         * mm-util.el (mm-decompress-buffer):
16223         Merge gnus-mime-jka-compr-maybe-uncompress.
16224         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16225         of compressed data.
16226
16227 2005-02-08  Simon Josefsson  <jas@extundo.com>
16228
16229         * imap.el (imap-log): Doc fix.
16230
16231 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16234         the coding cookies; decompress compressed parts.
16235
16236         * mml.el (mml-generate-mime-1): Add the charset parameter according
16237         to the value which a user specified manually or the coding cookie.
16238
16239         * mm-util.el (mm-string-to-multibyte): New function.
16240         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16241         (mm-coding-system-to-mime-charset): New function.
16242         (mm-decompress-buffer): New function.
16243         (mm-find-buffer-file-coding-system): New function.
16244
16245         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16246         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16247         parts.
16248
16249 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16250
16251         * mm-view.el (mm-display-inline-fontify): Decode a part according
16252         to the charset parameter.
16253
16254 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16257         prefix arg is neither nil nor a number, as info specifies.
16258
16259 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16262         timestamps.
16263
16264 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16265
16266         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16267         groups error checking and notify user.
16268
16269 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16270
16271         * message.el (message-send-mail-function): Check existence of
16272         sendmail-program first before using default value
16273         `message-send-mail-with-sendmail'.  Otherwise use more generic
16274         `smtpmail-send-it'.
16275
16276 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * nntp.el (nntp-request-update-info): Always return nil.
16279
16280 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16281
16282         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16283
16284 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16285
16286         * message.el (message-beginning-of-line): Change the behavior when
16287         invoked between BOL and : so that it first moves backward.
16288
16289 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16292         article buffer when editing of the article is discarded.
16293         (gnus-article-prepare): Revert.
16294
16295 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-art.el (gnus-article-prepare):
16298         Remove message-strip-forbidden-properties from the local hook.
16299
16300 2005-01-27  Simon Josefsson  <jas@extundo.com>
16301
16302         * password.el (password-cache-add): Only start one timer per key.
16303         Reported by Derek Atkins <warlord@MIT.EDU>.
16304
16305 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16306
16307         * run-at-time.el: Remove.  It is no longer needed as
16308         timer-funcs.el in the xemacs-base package has a working version of
16309         `run-at-time'.
16310
16311         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16312
16313         * password.el: Require timer-funcs instead of run-at-time in
16314         XEmacs.
16315         Remove `password-run-at-time' macro.
16316         (password-cache-add): Use `run-at-time' instead of
16317         `password-run-at-time'.
16318
16319         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16320         Remove `nnheader-cancel-function-timers' alias,
16321         `cancel-function-timers' exists in XEmacs in timer-funcs.
16322
16323         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16324         for `run-with-idle-timer'.
16325
16326         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16327         for `run-at-time'.
16328
16329         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16330         for `with-timeout'.
16331
16332         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16333         the same as for XEmacs 21.4.
16334         No need to ignore `run-with-idle-timer', this function exists in
16335         XEmacs now in timer-funcs.el in the xemacs-base package.
16336         (dgnushack-compile): No need to delete
16337         run-at-time.el from the list of files to compile because it
16338         doesn't exist anymore.
16339
16340 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16343         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16344
16345 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16346
16347         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16348         sensitively.
16349
16350 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16351
16352         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16353
16354 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16357         which will be inserted according to the multibyteness of a buffer
16358         rather than the type of contents.  Suggested by ARISAWA Akihiro
16359         <ari@mbf.ocn.ne.jp>.
16360
16361         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16362         of string which old xml.el may return rather than a string.
16363
16364 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16367
16368 2005-01-16  Simon Josefsson  <jas@extundo.com>
16369
16370         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16371         idn/idna.el isn't available.
16372         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16373         <michael@waxrat.com>.
16374
16375         * hashcash.el: Remove non-FSF copyright header.
16376
16377         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16378         (hashcash-generate-payment): Use it.
16379         (hashcash-generate-payment-async): Use it.
16380
16381 2005-01-15  Simon Josefsson  <jas@extundo.com>
16382
16383         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16384         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16385
16386         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16387         gnus-summary-idna-message.
16388         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16389         (gnus-summary-idna-message): New function.
16390
16391 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16394         gnus-novice-user.
16395
16396 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * nnrss.el (nnrss-request-delete-group): Delete entries in
16399         nnrss-group-alist as well.
16400         (nnrss-save-server-data): Insert newline.
16401
16402 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * gnus.el (gnus-user-agent): Use list of symbols instead of
16405         symbols.  Display full version number for (S)XEmacs.
16406         Optionally display (S)XEmacs codename.
16407
16408         * gnus-util.el (gnus-emacs-version): Update for new
16409         `gnus-user-agent'.
16410
16411         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16412         Gnus version.
16413
16414 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16417         which is unreadable in some setups.
16418
16419 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-spec.el (gnus-update-format-specifications): Flush the
16422         group format spec cache if it doesn't support decoded group names.
16423
16424 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16427         Allow to apply decay on score files matching a regexp.
16428
16429 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16432         compatibility in %g and %c.
16433
16434 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16437         name for only %g and %c.
16438         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16439         of gnus-tmp-group to decoded group name.
16440         (gnus-group-make-rss-group): Exclude `/'s from group names.
16441
16442 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * nnrss.el (nnrss-get-encoding): Fix regexp.
16445
16446 2004-12-27  Simon Josefsson  <jas@extundo.com>
16447
16448         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16449         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16450         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16451
16452 2004-12-17  Kim F. Storm  <storm@cua.dk>
16453
16454         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16455
16456         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16457
16458 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16459
16460         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16461
16462 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * nnrss.el: Require rfc2047 and mml.
16465         (nnrss-file-coding-system): New variable.
16466         (nnrss-format-string): Redefine it as an inline function.
16467         (nnrss-decode-group-name): New function.
16468         (nnrss-string-as-multibyte): Remove.
16469         (nnrss-retrieve-headers): Decode group name; don't use
16470         nnrss-format-string.
16471         (nnrss-request-group): Decode group name.
16472         (nnrss-request-article): Decode group name; allow a Message-ID as
16473         well as an article number; don't use nnrss-format-string; encode a
16474         Message-ID string which may contain non-ASCII characters; use
16475         mml-to-mime to compose a MIME article.
16476         (nnrss-request-expire-articles): Decode group name.
16477         (nnrss-request-delete-group): Decode group name.
16478         (nnrss-fetch): Clarify error message.
16479         (nnrss-read-server-data): Use insert-file-contents instead of load;
16480         bind file-name-coding-system; use multibyte buffer.
16481         (nnrss-save-server-data): Bind coding-system-for-write to the
16482         value of nnrss-file-coding-system; bind file-name-coding-system;
16483         add coding cookie.
16484         (nnrss-read-group-data): Use insert-file-contents instead of load;
16485         bind file-name-coding-system; use multibyte buffer.
16486         (nnrss-save-group-data): Bind coding-system-for-write to the
16487         value of nnrss-file-coding-system; bind file-name-coding-system.
16488         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16489         make it work with non-ASCII text.
16490         (nnrss-find-el): Make it work with old xml.el as well.
16491
16492 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16493
16494         * nnrss.el (nnrss-get-encoding): New function.
16495         (nnrss-fetch): Use unibyte buffer initially; bind
16496         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16497         decode contents according to the encoding attribute.
16498         (nnrss-save-group-data): Add coding cookie.
16499         (nnrss-mime-encode-string): New function.
16500         (nnrss-check-group): Use it to encode subject and author.
16501
16502 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16505         imaginary variable.
16506
16507 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16510         correctly even if there are wide characters.
16511
16512 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16513
16514         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16515         downcased symbol names; make a new cache instead of reusing
16516         bbdb-hashtable.
16517
16518 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16521         concatenating segments rather than before concatenating them.
16522         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16523
16524         * message.el (message-get-reply-headers): Bind `extra'.
16525
16526 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * message.el (message-extra-wide-headers): New variable.
16529         (message-get-reply-headers): Use it.
16530
16531 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16534         (gnus-agent-group-pathname): Ditto.
16535
16536         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16537
16538         * gnus-group.el (gnus-group-make-group): Decode group name.
16539         (gnus-group-make-rss-group): Register the group data after opening
16540         the nnrss group.
16541
16542 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16543
16544         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16545         by expiry now get marked as read.
16546
16547 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16550
16551 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16552
16553         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16554         unify Latin characters in XEmacs.
16555         (mm-find-mime-charset-region): Use it.
16556
16557 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-util.el (gnus-delete-directory): New function.
16560
16561         * gnus-agent.el (gnus-agent-delete-group): Use it.
16562
16563         * gnus-cache.el (gnus-cache-delete-group): Use it.
16564
16565 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16568         names.
16569
16570 2004-12-16  Simon Josefsson  <jas@extundo.com>
16571
16572         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16573
16574 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16577
16578         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16579         (gnus-group-set-current-level): Decode group name.
16580
16581 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16582
16583         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16584         failed.
16585
16586 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * gnus-group.el (gnus-group-delete-group): Decode group name.
16589         (gnus-group-make-rss-group): Encode group name.
16590         (gnus-group-catchup-current): Decode group name.
16591         (gnus-group-kill-group): Decode group name.
16592
16593 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16594
16595         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16596
16597 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-group.el (gnus-group-make-rss-group):
16600         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16601
16602         * gnus-start.el (gnus-setup-news): Honor user's setting to
16603         gnus-message-archive-method.  Suggested by Lute Kamstra
16604         <lute@gnu.org>.
16605
16606 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16607
16608         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16609         global counterparts of the buffer-local variables.
16610
16611 2004-11-16  Romain Francoise  <romain@orebokech.com>
16612
16613         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16614         counterparts of the buffer-local variables.
16615
16616 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * message.el (message-forbidden-properties): Fix typo in doc
16619         string.
16620
16621 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * gnus-util.el (gnus-replace-in-string): Add doc string.
16624
16625         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16626         to avoid problems when splitting mails with many recipients.
16627
16628 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16629
16630         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16631         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16632
16633 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16634
16635         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16636         if there is no hashtable in memory or file modification time is
16637         newer than cached timestamp.
16638
16639 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * gnus-sum.el (gnus-summary-limit-to-recipient):
16642         Implement not-matching option.
16643
16644 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16647         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16648         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16649         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16650         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16651         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16652
16653 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * message.el (message-forward-make-body-mml): Remove headers
16656         according to message-forward-ignored-headers if a message is decoded.
16657
16658 2004-12-02  Romain Francoise  <romain@orebokech.com>
16659
16660         * message.el (message-forward-make-body-plain): Always remove
16661         headers according to message-forward-ignored-headers.
16662
16663 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * spam.el (spam-summary-prepare-exit): Remove the
16666         gnus-summary-limit pop for now, it has problems with ham marks for
16667         me.
16668
16669 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16670
16671         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16672         correctly.
16673
16674 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16675
16676         * format-spec.el (format-spec): Message the char.
16677
16678 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * gnus-art.el (gnus-split-methods): Reformat comments.
16681
16682         * spam.el (spam-summary-prepare-exit): Remove article limits
16683         before exiting the summary buffer.
16684
16685 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16688         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16689
16690         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16691         order to silence the byte compiler.
16692
16693         * spam.el: Fix the way to silence the byte compiler, which
16694         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16695         bbdb-search-simple, spam-BBDB-register-routine,
16696         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16697         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16698         spam-stat-buffer-is-spam, spam-stat-load,
16699         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16700         spam-stat-save and spam-stat-split-fancy.
16701
16702 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16705         which may confuse users.
16706         (canlock-password-for-verify): Ditto.
16707
16708         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16709
16710         * gnus-art.el (gnus-emphasis-alist): Ditto.
16711
16712         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16713
16714         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16715
16716         * gnus-start.el (gnus-save-killed-list): Ditto.
16717
16718         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16719         (gnus-sum-thread-tree-root): Ditto.
16720         (gnus-sum-thread-tree-false-root): Ditto.
16721         (gnus-sum-thread-tree-single-indent): Ditto.
16722
16723         * message.el (message-courtesy-message): Ditto.
16724         (message-archive-note): Ditto.
16725         (message-subscribed-address-file): Ditto.
16726         (message-user-fqdn): Ditto.
16727
16728         * spam-report.el (spam-report-gmane-regex): Ditto.
16729
16730         * spam.el (spam-blackhole-good-server-regex): Ditto.
16731
16732 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * mml.el (mml-preview): Widen the message buffer before copying
16735         the contents to the preview buffer; sort headers before previewing.
16736
16737         * message.el (message-hidden-headers): Fix the way to avoid a bug
16738         in the `repeat' widget in Emacs 21.3 or earlier.
16739
16740 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * message.el (message-hidden-headers): Default to "^References:".
16743         Improve customization type.  Suggested by Reiner Steib
16744         <Reiner.Steib@gmx.de>.
16745
16746 2004-11-25  Romain Francoise  <romain@orebokech.com>
16747
16748         * message.el (message-strip-forbidden-properties): Remove check for
16749         obsolete `message-hidden' text property, hidden headers are not
16750         accessible in the buffer anymore.
16751
16752 2004-11-22  Romain Francoise  <romain@orebokech.com>
16753
16754         * message.el (message-header-format-alist): Add `From' in list
16755         so that it can be sorted.
16756         (message-fix-before-sending): Widen and sort headers before
16757         sending.
16758         (message-hide-headers): Use narrowing to hide headers by moving
16759         them to the top of the buffer and narrowing to the region
16760         underneath.
16761
16762 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * message.el (message-strip-forbidden-properties):
16765         Bind buffer-read-only (etc) to nil.
16766
16767 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16770         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16771
16772 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16773
16774         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16775
16776 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * dns.el (query-dns): Use sit-for to time instead of
16779         accept-process-output, since that doesn't seem to work on udp
16780         sockets.
16781
16782 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16785
16786 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16787
16788         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16789         doc string.  Improve doc string.
16790
16791 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * nntp.el (nntp-request-update-info): Return nil if
16794         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16795         may not call gnus-activate-group which uselessly issues the GROUP
16796         commands for all nntp groups and wastes time.  Reported by Romain
16797         Francoise <romain@orebokech.com>.
16798
16799         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16800
16801 2004-11-15  Simon Josefsson  <jas@extundo.com>
16802
16803         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16804         headers separately.
16805         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16806         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16807
16808 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gnus-start.el (gnus-convert-old-newsrc):
16811         Assign legacy-gnus-agent to 5.10.7.
16812
16813 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16814
16815         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16816         start of the lines.
16817
16818 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16819
16820         * hashcash.el (hashcash-default-payment): Change default to 20.
16821         (hashcash-default-accept-payment): Change default to 20.
16822         (hashcash-process-alist): New variable.
16823         (hashcash-generate-payment-async): Add.
16824         (hashcash-already-paid-p): Add.
16825         (hashcash-insert-payment): Don't generate payments twice.
16826         (hashcash-insert-payment-async): Add.
16827         (hashcash-insert-payment-async-2): Add.
16828         (hashcash-cancel-async): Add.
16829         (hashcash-wait-async): Add.
16830         (hashcash-processes-running-p): Add.
16831         (hashcash-wait-or-cancel): Add.
16832         (mail-add-payment): New optional argument.  Conditionally start
16833         asynchronous calculation.
16834         (mail-add-payment-async): Add.
16835
16836         * message.el (message-send-mail): Wait for asynchronous hashcash
16837         results.  Don't clobber existing X-Hashcash headers.
16838         (message-setup-1): Call mail-add-payment-async when
16839         message-generate-hashcash is non-nil.
16840
16841 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16842
16843         * message.el (message-use-alternative-email-as-from): Examine the
16844         From header as well; use message-make-from in order to include a
16845         user's full name.
16846
16847 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16850         default; improve customization type.
16851         (gnus-emphasis-custom-with-format): New macro.
16852         (gnus-emphasis-custom-value-to-external): New function.
16853         (gnus-emphasis-custom-value-to-internal): New function.
16854
16855 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * dns.el (query-dns): Resolve reverse addresses.
16858
16859 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16860
16861         * gnus-group.el (gnus-group-get-new-news): Use it.
16862
16863         * gnus-start.el (gnus-check-reasonable-setup): New function.
16864
16865 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16868         "Args out of range" error.  Reported by Arnaud Giersch
16869         <arnaud.giersch@free.fr>.
16870
16871 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16872
16873         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16874
16875 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16876
16877         * spam.el (spam group): Add :version.
16878
16879         * pgg-def.el (pgg group): Add :version.
16880
16881 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-art.el (gnus-article-edit-article): Don't associate the
16884         article buffer with a draft file.  This is a temporary measure
16885         against the 2004-08-22 change to gnus-article-edit-mode.
16886
16887 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16890         (html2text-format-tags): Remove unused variable `attr'.
16891
16892 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16895
16896         * tls.el (tls-process-connection-type, tls-success)
16897         (tls-certtool-program): Add :version.
16898
16899         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16900         (starttls-extra-arguments, starttls-process-connection-type)
16901         (starttls-connect, starttls-failure, starttls-success): Add :version.
16902
16903         * spam-stat.el (spam-stat): Add :version.
16904
16905         * sieve.el (sieve): Add :version.
16906
16907         * sha1.el (sha1): Add :version.
16908         (sha1-use-external): Remove redundant version.
16909
16910         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16911         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16912         (nnmail-split-fancy-match-partial-words)
16913         (nnmail-split-lowercase-expanded): Add :version.
16914
16915         * nndiary.el (nndiary): Add :version.
16916
16917         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16918
16919         * mml-sec.el (mml-default-sign-method)
16920         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16921         Add :version.
16922
16923         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16924
16925         * mm-url.el (mm-url-use-external, mm-url-program)
16926         (mm-url-arguments): Add :version.
16927
16928         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16929         (mm-attachment-file-modes, mm-decrypt-option)
16930         (mm-w3m-safe-url-regexp): Add :version.
16931
16932         * message.el (message-cite-prefix-regexp)
16933         (message-sendmail-envelope-from, message-minibuffer-local-map)
16934         (message-user-fqdn, message-completion-alist): Add :version.
16935
16936         * gnus-win.el (gnus-configure-windows-hook)
16937         (gnus-use-frames-on-any-display): Add :version.
16938
16939         * gnus-art.el (gnus-article-address-banner-alist)
16940         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16941         (gnus-treat-from-picon, gnus-treat-mail-picon)
16942         (gnus-treat-x-pgp-sig): Add :version.
16943
16944         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16945         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16946         (gnus-summary-article-delete-hook)
16947         (gnus-summary-display-while-building): Add :version.
16948
16949         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16950         (gnus-get-top-new-news-hook): Add :version.
16951
16952         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16953         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16954
16955         * gnus-registry.el (gnus-registry): Add :version.
16956
16957         * gnus-spec.el (gnus-use-correct-string-widths)
16958         (gnus-make-format-preserve-properties): Add :version.
16959
16960         * gnus.el (gnus-group-charter-alist)
16961         (gnus-group-fetch-control-use-browse-url)
16962         (gnus-install-group-spam-parameters): Add :version.
16963
16964         * gnus-diary.el (gnus-diary): Add :version.
16965
16966         * gnus-delay.el (gnus-delay): Add :version.
16967
16968         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16969         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16970         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16971         Add :version.
16972
16973         * gnus-agent.el (gnus-agent-max-fetch-size)
16974         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16975         (gnus-agent-prompt-send-queue): Add :version.
16976
16977         * deuglify.el (gnus-outlook-deuglify): Add :version.
16978
16979         * html2text.el: Beautify code.  Improve doc strings.
16980         Some checkdoc cleanup.
16981         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16982
16983 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16984
16985         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16986
16987 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16990         when package is loaded.
16991
16992         * spam.el (spam-summary-score-preferred-header): Add global preference
16993         for people who want to override the default SpamAssassin over
16994         Bogofilter preference (when both are set).
16995         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16996         (spam-user-format-function-S):
16997         Check spam-summary-score-preferred-header.
16998         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16999         (spam-user-format-function-S): Format the score correctly.
17000
17001 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17004         signature file.  Suggested by Manoj Srivastava
17005         <srivasta@golden-gryphon.com>.
17006
17007         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17008         iso-2022-jp even in the Japanese language environment.
17009         Suggested by Jason Rumney <jasonr@gnu.org>.
17010
17011 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17014         use the same characters as the dummy marks; make it free from
17015         getting affected by the language environment.
17016         (gnus-summary-read-group-1): Update mark positions only when the
17017         format spec is updated.
17018
17019         * gnus-spec.el (gnus-update-format-specifications): Return a list
17020         of updated types.
17021
17022 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17025         of boundp to check if display-warning is available.
17026
17027 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17030
17031 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * nnspool.el (nnspool-spool-directory): Use news-path if the
17034         news-directory variable is not bound.
17035
17036         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17037         function instead of display-warning if it is not available.
17038
17039 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17040
17041         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17042         v5-10: Use `point-at-bol'.
17043
17044 2004-10-26  Simon Josefsson  <jas@extundo.com>
17045
17046         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17047         <chenggao@gmail.com>.
17048
17049 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17052         instead.
17053
17054 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17057         to remove a server from the nnimap-server-buffer-alist.
17058         (nnimap-open-connection, nnimap-close-server): Use it.
17059
17060         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17061
17062 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17065         running the major-mode function.
17066
17067 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17070         dummy marks in the right way.
17071
17072 2004-10-18  David Edmondson  <dme@dme.org>
17073
17074         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17075         excessively.
17076
17077 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * gnus-util.el (gnus-split-references): Accept a nil references
17080         string and go on blissfully.
17081
17082         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17083         cases where the references string is non-nil but has no references.
17084
17085         * encrypt.el: Add autoload tags.
17086
17087         * spam.el (spam-resolve-registrations-routine): Remove article
17088         from unregistration list too.  Reported by David Hanak
17089         <dhanak@isis.vanderbilt.edu>
17090
17091 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17094         nil.  Change custom type.
17095
17096 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17099
17100         * gnus-sum.el (gnus-summary-move-article): Use it.
17101
17102 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17103
17104         * encrypt.el: Add autoload cookies.
17105
17106         * spam.el (spam-backend-article-list-property)
17107         (spam-backend-get-article-todo-list)
17108         (spam-backend-put-article-todo-list)
17109         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17110         Resolve registrations separately.
17111         (spam-register-routine): Format comments.
17112         (spam-unregister-routine, spam-register-routine): Always call with
17113         specific-articles, no default list.
17114         (spam-summary-prepare-exit): Use the spam-classifications function.
17115
17116         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17117         gnus-encrypt.el.
17118
17119         * encrypt.el: Copied from gnus-encrypt.el.
17120
17121         * gnus-encrypt.el: Commented that it's obsolete.
17122
17123 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17126         (gnus-score-save): Use it.
17127
17128         * message.el (message-bury): Use `window-dedicated-p'.
17129
17130 2004-10-15  Simon Josefsson  <jas@extundo.com>
17131
17132         * pop3.el (top-level): Don't require nnheader.
17133         (pop3-read-timeout): Add.
17134         (pop3-accept-process-output): Add.
17135         (pop3-read-response, pop3-retr): Use it.
17136
17137 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17138
17139         * spam.el (spam-register-routine): Move comment.
17140         (spam-verify-bogofilter): Use 'unknown for the initial
17141         spam-bogofilter-valid state, not 'never.
17142
17143         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17144         for netrc-machine.
17145
17146         * nnimap.el (nnimap-open-connection):
17147         Use netrc-machine-user-or-password.
17148
17149 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17150
17151         * gnus-registry.el (gnus-registry-unload-hook):
17152         Set as a variable with add-hook.
17153
17154         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17155         of news-path.
17156
17157         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17158
17159         * spam.el: Delete duplicate `provide'.
17160         (spam-unload-hook): Set as a variable with add-hook.
17161
17162 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17163
17164         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17165         in the doc string.
17166
17167         * message.el (message-ignored-news-headers)
17168         (message-ignored-supersedes-headers)
17169         (message-ignored-resent-headers)
17170         (message-forward-ignored-headers): Improve custom type.
17171
17172 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * message.el (message-tokenize-header): Fix 2004-09-06 change
17175         which used point-min in the wrong place.
17176
17177 2004-10-12  Simon Josefsson  <jas@extundo.com>
17178
17179         * tls.el (tls-certtool-program): New variable.
17180         (tls-certificate-information): New function, based on
17181         ssl-certificate-information.
17182
17183 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * compface.el: Move the version of ELisp-based uncompface program
17186         to the contrib directory because of the copyright problem.
17187
17188 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * message.el (message-kill-buffer): Raise the current frame.
17191
17192 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17195
17196         * gnus.el (message-y-or-n-p): Autoload.
17197
17198         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17199         (pop3-password-required, pop3-authentication-scheme)
17200         (pop3-leave-mail-on-server): Make customizable.
17201         (pop3): New custom group.
17202         (pop3-retr): Remove `sleep-for' statements.
17203         Suggested by Dave Love <fx@gnu.org>.
17204
17205         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17206         Windows/DOS.
17207
17208         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17209         (imap-parse-body): Fix incorrect use of `assert'.
17210         Suggested by Dave Love <fx@gnu.org>.
17211
17212         * mml.el (mml-minibuffer-read-disposition): Require match.
17213         Suggested by Dave Love <fx@gnu.org>.
17214
17215 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17216
17217         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17218         doc string.
17219
17220 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17223
17224 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17225
17226         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17227         instead of calling `mm-insert-inline', to decode text/* parts
17228         before displaying them.
17229
17230 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * mm-uu.el (mm-uu-text-plain-type): New variable.
17233         (mm-uu-pgp-signed-extract-1): Use it.
17234         (mm-uu-pgp-encrypted-extract-1): Use it.
17235         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17236         bind mm-uu-text-plain-type with that value.
17237         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17238         mm-uu-dissect.
17239
17240 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-group.el (gnus-update-group-mark-positions):
17243         * gnus-sum.el (gnus-update-summary-mark-positions):
17244         * message.el (message-check-news-body-syntax):
17245         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17246         of string-as-multibyte.
17247
17248 2004-10-05  Juri Linkov  <juri@jurta.org>
17249
17250         * gnus-group.el (gnus-update-group-mark-positions):
17251         * gnus-sum.el (gnus-update-summary-mark-positions):
17252         * message.el (message-check-news-body-syntax):
17253         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17254         8-bit unibyte values to a multibyte string for search functions.
17255
17256 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17259         (mm-uu-dissect-text-parts): New function.
17260
17261         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17262         dissect text parts.
17263
17264         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17265         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17266
17267         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17268
17269         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17270         Use gnus-current-topics instead of gnus-current-topic.
17271
17272 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17273
17274         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17275
17276 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17279         where approriate.
17280
17281         * nnml.el (nnml-generate-active-info): do.
17282
17283         * nndiary.el (nndiary-generate-active-info): do.
17284
17285         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17286         (gnus-topic-move): do.
17287
17288         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17289         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17290
17291         * gnus-srvr.el (gnus-server-prepare)
17292         (gnus-server-open-all-servers): do.
17293
17294         * gnus-msg.el (gnus-summary-cancel-article)
17295         (gnus-summary-resend-message)
17296         (gnus-summary-mail-crosspost-complaint): do.
17297
17298         * gnus-move.el (gnus-change-server): do.
17299
17300         * gnus-group.el (gnus-group-unmark-all-groups)
17301         (gnus-group-set-current-level): do.
17302
17303 2004-10-04  Simon Josefsson  <jas@extundo.com>
17304
17305         * message.el (message-generate-hashcash): Doc fix.
17306
17307 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17308
17309         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17310         avoid infinite recursion via gnus-get-function.
17311
17312 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17313
17314         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17315
17316         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17317
17318         * nnmail.el (nnmail-split-history): do.
17319
17320         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17321         (nnml-request-delete-group): do.
17322
17323         * nnslashdot.el (nnslashdot-read-groups): do.
17324
17325         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17326         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17327
17328         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17329         (nnspool-sift-nov-with-sed): Use last.
17330         (nnspool-retrieve-headers-with-nov): Use mapc.
17331         (nnspool-request-newgroups): Use dolist.
17332         (nnspool-request-group): Use last.
17333
17334         * nntp.el (nntp-read-server-type): Use dolist.
17335
17336         * nnvirtual.el (nnvirtual-create-mapping)
17337         (nnvirtual-update-read-and-marked): Use dolist.
17338         (nnvirtual-convert-headers): Simplify.
17339
17340 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17341
17342         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17343         Add support for sync'ing tick marks.
17344
17345 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17348         there's no visible header.
17349
17350 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17351
17352         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17353         When necessary, pass full group name to gnus-request-set-marks.
17354
17355 2004-10-01  Simon Josefsson  <jas@extundo.com>
17356
17357         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17358         acroread.
17359
17360 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361
17362         * spam-report.el (spam-report-gmane): Fix interactive.
17363
17364         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17365
17366         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17367         when writing file.
17368         (gnus-agent-synchronize-flags): Don't default to being
17369         interactive.
17370
17371 2004-09-30  Simon Josefsson  <jas@extundo.com>
17372
17373         * message.el (message-generate-hashcash): Add.
17374         (message-send-mail): Use it, call mail-add-payment.
17375
17376 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17377
17378         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17379
17380 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17381
17382         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17383         gnus-requst-update-info with explicit code to sync the in-memory
17384         info read flags with the marks being sync'd to the backend.
17385
17386         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17387
17388 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (spam-verify-bogofilter): Add new function.
17391         (spam-check-bogofilter)
17392         (spam-bogofilter-register-with-bogofilter): Use it.
17393         (spam-verify-bogofilter): Add small fixes.
17394
17395 2004-09-28  Simon Josefsson  <jas@extundo.com>
17396
17397         * hashcash.el (hashcash-generate-payment): Revert.
17398
17399 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17400
17401         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17402         Use gnus-extract-references instead of gnus-split-references.
17403
17404         * gnus-util.el (gnus-extract-references): Add new function, analogous
17405         to gnus-split-references but extracts only the message-ID without
17406         anything extra.
17407
17408         * hashcash.el (hashcash-generate-payment)
17409         (hashcash-check-payment): Do the right thing if hashcash-path is
17410         nil (because the hashcash program could not be found).
17411
17412         * spam.el (spam-use-hashcash): Remove comment.
17413
17414 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17417         (gnus-cache-enter-article, gnus-cache-remove-article)
17418         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17419
17420         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17421
17422         * gnus-art.el (article-hide-boring-headers)
17423         (article-translate-strings, article-display-face)
17424         (gnus-article-mime-match-handle-first)
17425         (gnus-article-highlight-headers)
17426         (gnus-article-add-buttons-to-head): do.
17427
17428 2004-09-27  Simon Josefsson  <jas@extundo.com>
17429
17430         * hashcash.el: New version, from
17431         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17432         ../contrib/.
17433
17434 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17437
17438 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * gnus-dup.el (gnus-dup-open): Use mapc.
17441         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17442
17443         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17444         Reported by Stefan Wiens <s.wi@gmx.net>.
17445
17446         * gnus.el (gnus-shutdown): Use dolist.
17447
17448         * gnus-undo.el (gnus-undo): Use mapc.
17449
17450         * nnrss.el (nnrss-generate-active): do.
17451
17452         * message.el (message-cite-original-without-signature)
17453         (message-cite-original): Use mapc.
17454         (message-do-actions, message-make-forward-subject): Use dolist.
17455
17456 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17457
17458         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17459         deletion to remove entire duplicate line.  Fixes merged article
17460         number bug.
17461
17462 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17463
17464         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17465         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17466         first ask if you want to open a server and then, even when you
17467         responded with no, asking if you want to synchronize the server's
17468         flags.
17469         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17470         multi-line expressions.
17471         (gnus-agent-synchronize-group-flags): New internal function.
17472         Updates marks in memory (in the info structure) AND in the
17473         backend.
17474
17475         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17476
17477         * nnagent.el (nnagent-request-set-mark):
17478         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17479         method, to ensure that synchronization updates marks in the
17480         backend and in the info (in memory) structure.
17481
17482 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17485         convention fully; don't miss the root article of a thread; make
17486         the X-Draft-From header with correct article numbers.
17487
17488 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17489
17490         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17491         unless plugged.  Disable the agent so that an open failure causes
17492         an error.
17493
17494         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17495         Revert 2004-09-21 change.  The backend must be opened while
17496         synchronizing flags even when the backend stores the flags
17497         locally.
17498
17499 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17502         in `header' match.  Reported by Svend Tollak Munkejord.
17503
17504         * message.el (message-cite-original): Fix use of
17505         `message-cite-articles-with-x-no-archive'.
17506
17507 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17510         (gnus-window-to-buffer): Ditto.
17511
17512         * mml.el (mml-preview-buffer): New variable.
17513         (mml-preview): Manage window layout with gnus-buffer-configuration.
17514
17515         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17516         X-Draft-From header even if those articles aren't quoted.
17517
17518 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17519
17520         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17521         (gnus-request-set-mark, gnus-request-update-mark): Use new
17522         g-s-t-u-l-m to decide to use backend even when unplugged.
17523
17524 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17527         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17528
17529 2004-09-20  Simon Josefsson  <jas@extundo.com>
17530
17531         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17532         "utf-16-le".
17533
17534 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17535
17536         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17537
17538 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17539
17540         * uudecode.el (uudecode-use-external): Add :version.
17541
17542         * smime.el (smime-CA-file, smime-encrypt-cipher)
17543         (smime-dns-server): Add :version.
17544
17545         * smiley.el (gnus-smiley-file-types): Add :version.
17546
17547         * sha1.el (sha1-use-external): Add :version.
17548
17549         * pgg-def.el (pgg-query-keyserver): Add :version.
17550
17551         * nnmail.el (nnmail-fancy-expiry-targets)
17552         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17553         Add :version.
17554
17555         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17556         (nnimap-retrieve-groups-asynchronous): Add :version.
17557         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17558
17559         * mml.el (mml-content-disposition-parameters)
17560         (mml-insert-mime-headers-always): Add :version.
17561
17562         * mm-util.el (mm-coding-system-priorities): Add :version.
17563
17564         * mm-decode.el (mm-inline-text-html-with-images)
17565         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17566         (mm-verify-option): Add :version.
17567         (mm-text-html-renderer): Change :version.
17568
17569         * message.el (message-fcc-externalize-attachments)
17570         (message-required-headers, message-draft-headers)
17571         (message-subject-trailing-was-query)
17572         (message-subject-trailing-was-ask-regexp)
17573         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17574         (message-mark-insert-end, message-archive-header)
17575         (message-archive-note, message-cross-post-default)
17576         (message-cross-post-note, message-followup-to-note)
17577         (message-cross-post-note-function, message-use-mail-followup-to)
17578         (message-subscribed-address-functions)
17579         (message-subscribed-address-file, message-subscribed-addresses)
17580         (message-subscribed-regexps, message-allow-no-recipients)
17581         (message-yank-cited-prefix, message-signature-insert-empty-line)
17582         (message-hidden-headers, message-hierarchical-addresses)
17583         (message-mail-user-agent, message-use-idna)
17584         (message-valid-fqdn-regexp)
17585         (message-strip-special-text-properties, message-header-synonyms)
17586         (message-beginning-of-line, message-tab-body-function): Add :version.
17587         (message-insert-canlock, message-wide-reply-confirm-recipients):
17588         Change :version.
17589
17590         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17591         and :version.
17592         (mail-source-delete-old-incoming-confirm)
17593         (mail-source-movemail-program): Add :version.
17594
17595         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17596         (gnus-agent-cache, gnus-agent): Change :version.
17597
17598         * gnus-util.el (gnus-use-byte-compile): Change :version.
17599
17600         * gnus-sum.el (gnus-summary-make-false-root-always)
17601         (gnus-summary-default-high-score)
17602         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17603         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17604         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17605         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17606         (gnus-sum-thread-tree-single-indent)
17607         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17608         (gnus-sum-thread-tree-leaf-with-other)
17609         (gnus-sum-thread-tree-single-leaf): Add :version.
17610         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17611         (gnus-article-loose-mime): Change :version.
17612
17613         * gnus-start.el (gnus-backup-startup-file)
17614         (gnus-save-startup-file-via-temp-buffer): Add :version.
17615
17616         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17617         (gnus-server-offline-face): Add :version.
17618
17619         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17620
17621         * gnus-msg.el (gnus-gcc-externalize-attachments)
17622         (gnus-debug-files, gnus-debug-exclude-variables)
17623         (gnus-discouraged-post-methods): Change :version.
17624         (gnus-confirm-mail-reply-to-news)
17625         (gnus-confirm-treat-mail-like-news): Add :version.
17626
17627         * gnus-int.el (gnus-server-unopen-status): Add :version.
17628
17629         * gnus-group.el (gnus-group-jump-to-group-prompt)
17630         (gnus-large-ephemeral-newsgroup)
17631         (gnus-fetch-old-ephemeral-headers): Add :version.
17632
17633         * gnus-fun.el (gnus-x-face-directory)
17634         (gnus-convert-pbm-to-x-face-command)
17635         (gnus-convert-image-to-x-face-command)
17636         (gnus-convert-image-to-face-command): Add :version.
17637
17638         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17639
17640         * gnus-cite.el (gnus-cite-blank-line-after-header)
17641         (gnus-article-boring-faces): Add :version.
17642
17643         * gnus-art.el (gnus-buttonized-mime-types)
17644         (gnus-inhibit-mime-unbuttonizing)
17645         (gnus-treat-display-face)
17646         (gnus-treat-body-boundary): Change :version.
17647         (gnus-body-boundary-delimiter, gnus-picon-databases)
17648         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17649         (gnus-treat-date-english, gnus-treat-fold-headers)
17650         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17651         (gnus-treat-mail-picon, gnus-treat-wash-html)
17652         (gnus-article-encrypt-protocol)
17653         (gnus-use-idna, gnus-article-over-scroll)
17654         (gnus-mime-display-multipart-alternative-as-mixed)
17655         (gnus-mime-display-multipart-related-as-mixed)
17656         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17657         (gnus-ctan-url, gnus-button-ctan-handler)
17658         (gnus-button-handle-ctan-bogus-regexp)
17659         (gnus-button-ctan-directory-regexp)
17660         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17661         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17662         (gnus-button-man-level, gnus-button-emacs-level)
17663         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17664
17665         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17666         (gnus-agent-go-online): Change :version.
17667         (gnus-agent-expire-unagentized-dirs)
17668         (gnus-agent-auto-agentize-methods): Add :version.
17669
17670         * flow-fill.el (fill-flowed-display-column)
17671         (fill-flowed-encode-column): Add :version.
17672
17673         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17674         (gnus-outlook-deuglify-unwrap-max)
17675         (gnus-outlook-deuglify-cite-marks)
17676         (gnus-outlook-deuglify-unwrap-stop-chars)
17677         (gnus-outlook-deuglify-no-wrap-chars)
17678         (gnus-outlook-deuglify-attrib-cut-regexp)
17679         (gnus-outlook-deuglify-attrib-verb-regexp)
17680         (gnus-outlook-deuglify-attrib-end-regexp)
17681         (gnus-outlook-display-hook): Add :version.
17682
17683         * binhex.el (binhex-use-external): Add :version.
17684
17685 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17688         and `invisible'.
17689
17690 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17693         in gnus-registry-trim.
17694
17695 2004-09-13  Simon Josefsson  <jas@extundo.com>
17696
17697         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17698
17699         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17700
17701         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17702         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17703         <yamaoka@jpl.org>.
17704         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17705         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17706         <yamaoka@jpl.org>.
17707
17708         * sieve.el (sieve-manage-mode): Ditto.
17709
17710 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17713
17714 2004-09-11  Simon Josefsson  <jas@extundo.com>
17715
17716         * dns-mode.el: Add.
17717
17718         * mm-view.el (mm-display-dns-inline): Add.
17719
17720         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17721         (mm-automatic-display): Ditto.
17722
17723         * mailcap.el (mailcap-mime-data): Add text/dns.
17724         (mailcap-mime-extensions): Map .soa to text/dns.
17725
17726 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17727
17728         * gnus-art.el (article-decode-mime-words, article-babel)
17729         (gnus-article-highlight-signature, gnus-article-add-buttons)
17730         (gnus-signature-toggle): Remove unnecessary bindings of
17731         `inhibit-read-only' inherited from v5.10 merge.
17732
17733 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * nntp.el (nntp): New customization group.
17736         (nntp-authinfo-file): Add customization group.
17737
17738         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17739
17740         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17741
17742         * gnus.el (to-address, to-list, subscribed)
17743         (large-newsgroup-initial): Ditto.
17744
17745         * flow-fill.el (fill-flowed-display-column)
17746         (fill-flowed-encode-column): Ditto.
17747
17748 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17749
17750         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17751         Use point-min rather than 1.
17752         (message-send-mail): Use buffer-size rather than point-max.
17753
17754         * gnus-sum.el (gnus-summary-search-article-forward):
17755         Signal a specific `search-failed' rather than a generic `error'.
17756
17757         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17758         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17759         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17760
17761 2004-09-10  Simon Josefsson  <jas@extundo.com>
17762
17763         * nndb.el (require): Remove tcp and duplicate cl.
17764
17765 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-agent.el (directory-files-and-attributes): Move forward.
17768
17769 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17770
17771         * gnus-agent.el (directory-files-and-attributes):
17772         Optionally defined to support XEmacs.
17773
17774 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17775
17776         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17777         to avoid run-time CL dependencies.
17778         (gnus-agent-unfetch-articles): New function.
17779         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17780         article numbers even when local .overview file is missing.
17781         (gnus-agent-read-article-number): New function.  Only accepts
17782         27-bit article numbers.
17783         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17784         Use gnus-agent-read-article-number.
17785         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17786         from backend while recognizing that article numbers in .overview
17787         must be valid.
17788         (gnus-agent-update-files-total-fetched-for):
17789         Use directory-files-and-attributes to improve performance.
17790         * gnus-int.el (gnus-request-move-article):
17791         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17792         improve performance.
17793
17794         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17795         some users confused by references to .newsrc when they only have a
17796         .newsrc.eld file.
17797         (gnus-convert-mark-converter-prompt)
17798         (gnus-convert-converter-needs-prompt): Fix use of property list.
17799         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17800         New function.  Used internally to only display 'gnus converting
17801         files' message when actually necessary.
17802
17803         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17804         methods now autoloaded.
17805
17806 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17809         identifiers.
17810
17811 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus-picon.el: Fix indentation and closing parenthesis.
17814
17815 2004-09-01  Simon Josefsson  <jas@extundo.com>
17816
17817         * message.el (message-canlock-generate): Require sha1, not
17818         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17819         to require within a function.  Sadly, if sha1.el isn't loaded, the
17820         let binding in m-c-g will hide the defcustom definition, which is
17821         bad.)
17822
17823         * canlock.el: Require sha1, not sha1-el.
17824
17825         * message.el: Don't autoload sha1 (there is a autoload cookie in
17826         sha1.el).
17827
17828         * sha1-el.el: Rename to sha1.el.
17829
17830 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17831
17832         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17833
17834 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17835
17836         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17837
17838 2004-08-30  Kim F. Storm  <storm@cua.dk>
17839
17840         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17841
17842         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17843         Add :group 'nnimap.
17844
17845 2004-08-30  Andreas Schwab  <schwab@suse.de>
17846
17847         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17848         ?* and ?\;.
17849
17850         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17851         and ?\' to symbol instead of whitespace.
17852
17853 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17856
17857         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17858         instead of re-search-forward.
17859
17860         * gnus-uu.el (gnus-uu-save-article): Ditto.
17861         (gnus-uu-post-encode-uuencode): Ditto.
17862
17863         * html2text.el (html2text-clean-list-items): Ditto.
17864         (html2text-clean-dtdd): Ditto.
17865         (html2text-format-tags): Ditto.
17866
17867         * message.el (message-send-mail-with-sendmail): Fix regexp.
17868         (message-fill-field-general): Use search-forward instead of
17869         re-search-forward.
17870         (unbold-region): Ditto.
17871
17872         * nnrss.el (nnrss-request-article): Ditto.
17873
17874         * nnslashdot.el (nnslashdot-request-article): Ditto.
17875
17876         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17877
17878         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17879         "Unrecognized menu descriptor" error in XEmacs.
17880
17881 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17882
17883         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17884         parent article of a sparse article in the thread hashtb.
17885
17886 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17887
17888         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17889         (nnmail-expand-newtext): Lowercase expanded entries if
17890         nnmail-split-lowercase-expanded is non-nil.
17891
17892 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17895
17896         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17897         of gnus-tmp-news-method into string under XEmacs.  It will be
17898         passed to gnus-correct-length which takes only a string argument.
17899
17900 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * gnus-util.el (gnus-bind-print-variables): New macro.
17903         (gnus-prin1): Use it.
17904         (gnus-prin1-to-string): Use it.
17905         (gnus-pp): New function.
17906         (gnus-pp-to-string): New function.
17907
17908         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17909         Replace pp-to-string with gnus-pp-to-string.
17910         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17911         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17912         * gnus-msg.el (gnus-debug): Ditto.
17913         * gnus-score.el (gnus-score-save): Ditto.
17914         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17915         gnus-pp-to-string.
17916         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17917         with gnus-pp.
17918         * score-mode.el (gnus-score-pretty-print): Ditto.
17919         * webmail.el (webmail-debug): Ditto.
17920
17921 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-art.el (article-display-face, article-display-x-face):
17924         Use buffer-read-only.
17925
17926 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * gnus-art.el (article-hide-list-identifiers):
17929         Bind inhibit-read-only as t.
17930
17931 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17934
17935 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17936
17937         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17938         (gnus-narrow-to-page): Don't assume point-min == 1.
17939         (gnus-article-edit-mode): Derive from message-mode.
17940
17941         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17942         point-min == 1.
17943
17944         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17945         Disable incorrect use of `assert'.
17946
17947         * message.el (message-mode): Set comment-start-skip.
17948
17949
17950 2004-08-22  Sam Steingold  <sds@gnu.org>
17951
17952         * pop3.el (pop3-leave-mail-on-server): New user variable.
17953         (pop3-movemail): Delete mail only when it is nil.
17954
17955 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17958
17959         * mml.el (mml-preview): Use `pop-to-buffer'.
17960
17961         * message.el (message-goto-mail-followup-to): Insert after "To".
17962         (message-carefully-insert-headers): Add comment.
17963
17964         * gnus.el: Remove unused variable `gnus-article-check-size'.
17965
17966         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17967
17968         * gnus-art.el (gnus-button-alist):
17969         Improve `gnus-button-handle-library' entry.
17970
17971 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17972
17973         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17974         Use downcase, since XEmacs capitalizes error messages differently.
17975
17976 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * nntp.el: Add (require 'gnus) due to reference to
17979         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17980
17981 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17982
17983         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17984         Bind `mm-fill-flowed'.
17985
17986         * mm-decode.el (mm-dissect-singlepart): Check it.
17987
17988 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17991         'imap' for netrc parsing.
17992
17993 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * mailcap.el (mailcap-mime-data): Mark as risky.
17996
17997 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18000         may be included in the encoded word.
18001         (rfc2047-encode): Don't append a space if the encoded word
18002         includes close parenthesis.
18003
18004 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18007         of text within parentheses.
18008
18009 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18012         (gnus-encrypt-write-file-contents): Make the password key the file
18013         name PLUS the cipher, not just the cipher.  Also remove failed
18014         passwords from the cache.
18015
18016 2004-08-06  Simon Josefsson  <jas@extundo.com>
18017
18018         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18019         Doc fix.
18020
18021 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18024         LWSP.
18025
18026 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18027
18028         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18029         Try to append in-reply-to: data to the references: header.
18030
18031         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18032         (netrc-parse): Use gnus-encrypt.el functions.
18033
18034         * gnus-encrypt.el: Add new file for encryption support; currently
18035         does only a few GPG ciphers and an internal XOR cipher.
18036
18037         * password.el: Add comments on using password-read-and-add.
18038         (password-read-and-add): Add function to read and add the
18039         password to the cache at once.
18040
18041 2004-07-28  Simon Josefsson  <jas@extundo.com>
18042
18043         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18044         parameter (but don't use it, for now).
18045
18046         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18047         instead of hard coding to nil.
18048
18049 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18052         as mm-inline-image-xemacs does.
18053
18054 2004-07-26  Simon Josefsson  <jas@extundo.com>
18055
18056         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18057         Revert part of 2004-07-17 change below.
18058
18059 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18062         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18063
18064 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18067         quotes that actually start with ">" at the beginning of the
18068         lines.
18069
18070 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * rfc2047.el (rfc2047-encode-region): Fix last change.
18073         (rfc2047-encode-parameter): Remove useless concat.
18074
18075 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18078         encode special characters; fix some kind of misconfigured headers;
18079         signal a real error if debug-on-quit or debug-on-error is non-nil.
18080         (rfc2047-encode-max-chars): New variable.
18081         (rfc2047-encode-1): Use it.
18082         (rfc2047-encode-parameter): New function.
18083
18084         * mml.el (mml-insert-parameter): Remove an excessive space.
18085
18086 2004-07-17  Simon Josefsson  <jas@extundo.com>
18087
18088         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18089         Kai Grossjohann <kai@emptydomain.de>.
18090         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18091         (gnus-group-make-menu-bar): Ditto.
18092
18093         * gnus-util.el (gnus-group-server): Add.
18094
18095 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * message.el (message-clone-locals): Clone sendmail and smtp
18098         variables.
18099
18100 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * rfc2047.el (rfc2047-encode-region): Fix last change.
18103
18104 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18107         characters as non-special.
18108
18109 2004-07-09  Simon Josefsson  <jas@extundo.com>
18110
18111         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18112         Users will lose all flag changes made while unplugged with
18113         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18114         good default.  See numerous reports on ding mailing list.
18115
18116 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18119         add generate-head-function and generate-article-function to the
18120         rfc822-forward entry.
18121         (nndoc-rfc822-forward-generate-article): New function.
18122         (nndoc-rfc822-forward-generate-head): New function.
18123
18124         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18125
18126 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18127
18128         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18129         respect display group parameter and gnus-summary-expunge-below.
18130         (gnus-articles-to-read): Remove unused reference to display group
18131         parameter.
18132
18133 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18134
18135         * nnheader.el (nnheader-uniquify-message-id): New experimental
18136         variable.
18137         (nnheader-nov-read-message-id): Use it.
18138
18139         * spam-report.el (spam-report-gmane): Add interactive.
18140
18141 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * mm-encode.el (mm-content-transfer-encoding-defaults):
18144         Use qp-or-base64 for the application/* types.
18145
18146 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18147
18148         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18149
18150 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18151
18152         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18153         trim value.
18154
18155 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18156
18157         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18158         New macro and function.
18159         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18160
18161 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18164         after-load-alist.
18165
18166 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18167
18168         * gnus-group.el (gnus-group-get-new-news-this-group):
18169         Don't update info that isn't there.
18170
18171 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18172
18173         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18174         entry.
18175
18176 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * mm-view.el (mm-inline-render-with-function): Use multibyte
18179         buffer; decode html source by charset.
18180
18181         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18182
18183         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18184         Mule-UCS is loaded under XEmacs.
18185         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18186
18187 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18188
18189         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18190
18191 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * mm-util.el (mm-coding-system-p): Return a coding-system.
18194         (mm-mime-mule-charset-alist): Use shift_jis instead of
18195         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18196         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18197         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18198         instead of japanese-shift-jis and iso-latin-1 respectively in
18199         order to share the default value with both Emacs and XEmacs-mule.
18200         (mm-mule-charset-to-mime-charset):
18201         Make mm-coding-system-priorities effective.
18202         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18203         while predicating of candidates upon the priorities.
18204
18205 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18206
18207         * gnus-sum.el (gnus-summary-make-menu-bar):
18208         Add gnus-uu-invert-processable.
18209
18210         * gnus.el: Autoload gnus-uu-invert-processable.
18211
18212 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * mm-util.el (mm-with-multibyte-buffer): New macro.
18215
18216         * rfc2047.el (rfc2047-encode-string): Use it.
18217         (rfc2047-encode-region): Move point to the end of the region after
18218         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18219
18220 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18223         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18224
18225 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18228         (gnus-cite-parse): Ignore quoted envelope From_.
18229         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18230
18231 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18234         invalid addresses.
18235
18236 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18237
18238         * spam.el: Change section markers, revise TODO list.
18239         (spam-backends): Make new master list of all installed backends.
18240         (spam-summary-exit-behavior): Add new variable to determine how
18241         messages moves are done at summary exit.
18242         (spam-move-spam-nonspam-groups-only)
18243         (spam-process-ham-in-nonham-groups)
18244         (spam-process-ham-in-spam-groups): Remove variables, the
18245         spam-summary-exit-behavior variable should be used to manage this
18246         behavior.
18247         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18248         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18249         and spam-old-spam-articles.
18250         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18251         Add empty variables, placeholders for the backends they represent.
18252         (spam-set-difference): Move, unchanged.
18253         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18254         unless the user has a processor variable.
18255         (spam-classifications, spam-classification-valid-p)
18256         (spam-backend-properties, spam-backend-property-valid-p)
18257         (spam-backend-function-type-valid-p)
18258         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18259         (spam-report-articles-gmane, spam-report-articles-resend):
18260         Remove functions, they are not needed.
18261         (spam-install-backend-super, spam-backend-list)
18262         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18263         (spam-backend-function, spam-backend-ham-registration-function)
18264         (spam-backend-spam-registration-function)
18265         (spam-backend-ham-unregistration-function)
18266         (spam-backend-spam-unregistration-function)
18267         (spam-backend-statistical-p, spam-backend-mover-p)
18268         (spam-install-backend-alias, spam-install-checkonly-backend)
18269         (spam-install-mover-backend, spam-install-nocheck-backend)
18270         (spam-install-backend, spam-install-statistical-backend)
18271         (spam-install-statistical-checkonly-backend): Add backend installation
18272         support.
18273         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18274         (spam-group-processor-p): Use the new backend code and respect the
18275         summary exit behavior.
18276         (spam-mark-spam-as-expired-and-move-routine): Remove.
18277         (spam-summary-prepare): Change to use the new spam-old-articles
18278         variable.
18279         (spam-copy-or-move-routine, spam-copy-spam-routine)
18280         (spam-move-spam-routine, spam-copy-ham-routine)
18281         (spam-move-ham-routine): Add code to copy/move ham or spam.
18282         (spam-fetch-field-fast): Improve doc and code, plus allow the
18283         'number request.
18284         (spam-list-of-checks, spam-list-of-statistical-checks):
18285         Remove variables.
18286         (spam-split, spam-find-spam): Use the new backend code.
18287         (spam-registration-functions): Remove variable.
18288         (spam-unregister-routine): Add convenience wrapper.
18289         (spam-log-undo-registration, spam-register-routine)
18290         (spam-log-processing-to-registry)
18291         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18292         where possible.
18293         (spam-check-gmane-xref, spam-check-regex-headers)
18294         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18295         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18296         (spam-check-bogofilter-headers, spam-check-spamoracle)
18297         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18298         (spam-check-crm114-headers): Use the spam-split-group that
18299         spam-split prepares, no need to determine it every time.
18300
18301         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18302         to the nnheader-parse-naked-head call.
18303
18304         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18305
18306         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18307         the nnheader-nov-read-message-id call.
18308
18309 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18312         gnus-activate-group twice.  Suggested by Markus Peter
18313         <warp@spin.de>.
18314
18315 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * gnus-art.el (gnus-article-time-format): Exchange the order of
18318         day and month in the default value; fix customization type.
18319         (article-date-ut): Use add-text-properties.
18320         (article-make-date-line): Use message-make-date instead of
18321         current-time-string.
18322
18323         * message.el (message-fetch-field): Don't use set-text-properties.
18324         (message-make-date): Simplify.
18325
18326         * messagexmas.el (message-xmas-make-date): New function.
18327         (message-xmas-redefine): Defalias message-make-date to it.
18328
18329 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18332         (rfc2047-encode-region): Treat text within parentheses as special;
18333         show the original text when error has occurred.
18334
18335         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18336         already-computed method to gnus-activate-group.
18337
18338         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18339         same select-methods identical Lisp objects.
18340
18341         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18342         object when modifying the info.
18343
18344 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18347         gnus-opened-servers since it has never been opened with the new
18348         configuration yet.
18349
18350 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18353         arg to nnheader-generate-fake-message-id.
18354
18355 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18358         number and build a fake message ID localized to a group and
18359         article number (so it's repeatable from that point on).
18360         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18361         ID format.
18362
18363         * gnus-sum.el (gnus-get-newsgroup-headers):
18364         Call nnheader-generate-fake-message-id with the article number.
18365
18366 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18367
18368         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18369         end-of-buffer.
18370
18371 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * message.el (message-ignored-supersedes-headers): Add Approved.
18374
18375 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18378         goto-char.
18379         (rfc2047-encode): Fold the line before encoding.
18380
18381 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18382
18383         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18384         folding -- not all headers can be folded, and this should be done
18385         by the message composition mode.  Probably.  I think.
18386
18387 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18390         fast.
18391
18392         * gnus-ems.el (gnus-remove-image): Don't use
18393         message-text-with-property; remove only the image found first.
18394
18395         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18396         found first.
18397
18398 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18399
18400         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18401
18402 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * message.el (message-text-with-property): Make it fast and accept
18405         optional arguments.
18406         (message-strip-forbidden-properties): Use it.
18407         (message-fix-before-sending): Follow the m-t-w-p change.
18408
18409         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18410
18411 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * gnus-art.el (article-hide-headers): Don't change the buffer
18414         mistakenly when performing mml-preview even if
18415         gnus-single-article-buffer is nil.
18416
18417 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18418
18419         * message.el (message-expand-name-databases): New user option.
18420         (message-expand-name): Use it.
18421
18422 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18423
18424         * spam.el (spam-report-articles-resend)
18425         (spam-report-resend-register-routine): Allow ham reporting.
18426         (spam-report-resend-register-ham-routine): Add wrapper.
18427         (spam-registration-functions): Add ham resending functions.
18428         (spam-list-of-processors): Add ham resend processor.
18429
18430         * gnus.el (ham-resend-to): Add new group parameter.
18431         (spam-process): Add ham resend option.
18432
18433         * spam-report.el (spam-report-resend): Allow reporting ham.
18434         (spam-report-resend-ham): Add wrapper.
18435
18436 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18437
18438         * message.el (message-cite-articles-with-x-no-archive):
18439         New variable.
18440         (message-cite-original): Use it.
18441
18442 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18443
18444         * message.el (message-cite-original): Respect X-No-Archive.
18445
18446 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus-art.el (article-hide-headers): Refer to the values for
18449         gnus-ignored-headers and gnus-visible-headers in the summary
18450         buffer since a user may have set them as group parameters.
18451
18452 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18453
18454         * assistant.el (assistant-node-name): Add convenience function.
18455         (assistant-render-text, assistant-render-node): Add error handling,
18456         plus handle multiple next nodes.
18457         (assistant-find-next-node): Comment out for now.
18458         (assistant-find-next-nodes): Add function, returns list of next
18459         nodes.
18460
18461 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18462
18463         * mail-source.el (mail-source-directory): Fix doc-string.
18464
18465 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * assistant.el (assistant-render-text, assistant-eval): Add :set
18468         widget type, which is different because it takes and returns a
18469         list.  Much hilarity ensues.
18470
18471 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18472
18473         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18474
18475         * gnus-group.el (gnus-group-get-new-news-this-group):
18476         Add doc-string.
18477
18478         * gnus-start.el (gnus-activate-group): Add doc-string.
18479
18480 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18483
18484 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * assistant.el (assistant-render-text): Try to add a :set
18487         widget, more to come.
18488
18489         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18490         strings.
18491         (spam-report-articles-resend)
18492         (spam-register-routine): Do registration iff any articles warrant
18493         it.
18494         (spam-summary-prepare-exit): Change log message for nil group
18495         destinations.
18496
18497 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18498
18499         * spam.el (spam-report-resend-register-routine):
18500         Allow spam-report-resend-to to be a group parameter or a global value.
18501
18502 2004-05-26  Simon Josefsson  <jas@extundo.com>
18503
18504         * starttls.el: Merge with my GNUTLS based starttls.el.
18505         (starttls-gnutls-program, starttls-use-gnutls)
18506         (starttls-extra-arguments, starttls-process-connection-type)
18507         (starttls-connect, starttls-failure, starttls-success):
18508         New variables.
18509         (starttls-program, starttls-extra-args): Doc fix.
18510         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18511         New functions.
18512         (starttls-negotiate, starttls-open-stream):
18513         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18514         function if it is set.
18515
18516 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18519         structured fields.
18520
18521 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18524
18525 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18526
18527         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18528         Add variable.
18529         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18530         assigning the spam-mark to new messages.
18531
18532 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18533
18534         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18535
18536 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18539
18540         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18541         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18542         default.
18543
18544 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18545
18546         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18547         correct data.
18548
18549 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18550
18551         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18552         (spam-group-processor-p): Fix function.
18553         (spam-group-processor-multiple-p)
18554         (spam-group-spam-processor-report-gmane-p)
18555         (spam-group-spam-processor-report-resend-p)
18556         (spam-group-spam-processor-bogofilter-p)
18557         (spam-group-spam-processor-blacklist-p)
18558         (spam-group-spam-processor-ifile-p)
18559         (spam-group-ham-processor-ifile-p)
18560         (spam-group-spam-processor-spamoracle-p)
18561         (spam-group-spam-processor-crm114-p)
18562         (spam-group-ham-processor-bogofilter-p)
18563         (spam-group-spam-processor-stat-p)
18564         (spam-group-ham-processor-stat-p)
18565         (spam-group-ham-processor-whitelist-p)
18566         (spam-group-ham-processor-BBDB-p)
18567         (spam-group-ham-processor-spamoracle-p)
18568         (spam-group-ham-processor-copy-p): Remove functions with some
18569         prejudice against unneeded code.
18570         (spam-report-articles-resend)
18571         (spam-report-resend-register-routine): Allow the group/topic
18572         spam-resend-to value to override spam-report-resend-to.
18573         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18574         properly now.
18575
18576         * gnus.el (spam-resend-to): Add group/topic parameter.
18577         (spam-process): Move the OBSOLETE processors to the end of the
18578         choices.
18579
18580 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18581
18582         * spam-report.el (spam-report-resend-to, spam-report-resend):
18583         Start with resend-to set to nil, and then ask the user if necessary.
18584         (spam-report-resend): spam-report-resend takes a list of articles, not
18585         separate article numbers.
18586
18587 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18590         addition to emacs-w3m.
18591
18592 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593
18594         * assistant.el (assistant-authinfo-data): New function.
18595         (assistant-eval): Eval for entire assistant.
18596
18597         * netrc.el (netrc-services-file): New variable.
18598         (netrc-parse-services): New function.
18599         (netrc-find-service-name): New function.
18600         (netrc-find-service-number): New function.
18601         (netrc-port-equal): New function.
18602         (netrc-machine): Use it.
18603
18604         * nnimap.el (nnimap-open-connection): Use netrc.
18605
18606         * gnus-util.el (gnus-netrc-get): Remove aliases.
18607
18608         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18609
18610         * assistant.el (wid-edit): Fix compilation.
18611
18612         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18613
18614 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18615
18616         * gnus-util.el (gnus-set-file-modes): New function.  (small
18617         patch).
18618
18619 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18622
18623         * assistant.el (assistant-render-node): Fix up rendering and
18624         read-only text.
18625         (assistant-render-node): Reset.
18626         (assistant-make-read-only): Not sticky.
18627
18628 2004-05-20  Danny Siu  <dsiu@adobe.com>
18629
18630         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18631         centered even when gnus-auto-center-summary is t.
18632
18633 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634
18635         * dns.el (dns-get-txt-answer): New function.
18636         (dns-read-txt): Ditto.
18637         (query-dns): Use it.
18638
18639 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18642         active for foreign groups even if the group level is higher than
18643         the specified value.
18644
18645 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18646
18647         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18648         non-active groups.
18649
18650         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18651
18652 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18653
18654         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18655
18656 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18659         (spam-crm114-header, spam-crm114-spam-switch)
18660         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18661         (spam-crm114-positive-spam-header)
18662         (spam-crm114-database-directory, spam-list-of-processors)
18663         (spam-group-spam-processor-crm114-p)
18664         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18665         (spam-generic-score, spam-list-of-checks)
18666         (spam-list-of-statistical-checks, spam-registration-functions)
18667         (spam-check-crm114-headers, spam-crm114-score)
18668         (spam-check-crm114, spam-crm114-register-with-crm114)
18669         (spam-crm114-register-spam-routine)
18670         (spam-crm114-unregister-spam-routine)
18671         (spam-crm114-register-ham-routine)
18672         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18673         From asjo@koldfront.dk (Adam Sjøgren).
18674
18675         * gnus.el: Add spam-use-crm114.
18676
18677         * spam.el (spam-list-of-processors, spam-registration-functions):
18678         Add spam-use-resend.
18679         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18680         (spam-report-articles-gmane): Add doc fix.
18681         (spam-report-articles-resend, spam-report-resend-register-routine):
18682         Add wrappers around spam-report-resend-to.
18683
18684         * spam-report.el (spam-report-resend-to, spam-report-resend):
18685         Add support for resending spam.
18686         (spam-report-gmane): Fix line length >80.
18687
18688         * gnus.el (spam-process): Add spam-use-resend.
18689
18690 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18691
18692         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18693         number of processed spam messages.
18694         (spam-ham-copy-or-move-routine): Return the number of processed
18695         ham messages.
18696         (spam-summary-prepare-exit): Use the above values to decide
18697         whether status messages shouled be displayed.
18698
18699 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18702         `rfc2047-encoding-function-alist' in order to avoid conflicting
18703         with the old version.
18704         (rfc2047-encode-region): Concatenate words containing non-ASCII
18705         characters in structured fields; don't encode space-delimited
18706         ASCII words even in unstructured fields; don't break words at
18707         char-category boundaries.
18708         (rfc2047-encode-1): New function.
18709         (rfc2047-encode): Use it; encode text so that it occupies the
18710         maximum width within 76-column; work correctly on Q encoding for
18711         iso-2022-* charsets.
18712         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18713         sure not to break a line just after the header name.
18714         (rfc2047-b-encode-region): Remove.
18715         (rfc2047-b-encode-string): New function.
18716         (rfc2047-q-encode-region): Remove.
18717         (rfc2047-q-encode-string): New function.
18718
18719         * mm-util.el (mm-replace-in-string): New function.
18720
18721 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18722
18723         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18724         Really get it right.
18725         (gnus-inews-make-draft): Really.
18726
18727 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18728
18729         * nnmh.el (nnmh-request-list-1): Don't check the link count
18730         before descending.  (small patch)
18731
18732 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18733
18734         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18735         stuff.
18736
18737         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18738         Match on real group name.
18739
18740         * gnus-art.el (gnus-signature-limit): Doc fix.
18741
18742         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18743
18744         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18745
18746 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18747
18748         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18749         isn't a string.
18750
18751 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * gnus-draft.el (gnus-draft-send):
18754         Bind rfc2047-encode-encoded-words.
18755
18756         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18757         (rfc2047-encodable-p): Say that =? needs encoding.
18758         (rfc2047-encode-encoded-words): New variable.
18759
18760         * gnus-group.el (gnus-group-select-group): Doc fix.
18761
18762         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18763
18764         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18765         to nil.
18766
18767         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18768
18769         * nnheader.el (nnheader-get-lines-and-char): New function.
18770
18771 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * gnus-msg.el (gnus-summary-followup-with-original):
18774         Document yanking of region when active.
18775
18776 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18779         groups if the group level is higher than the specified value.
18780
18781 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18784         (gnus-group-jump-to-group): Add prefix argument using
18785         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18786         non-active group.
18787
18788         * compface.el (uncompface): Be verbose when changing
18789         `uncompface-use-external'.
18790
18791         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18792         handle manual section.
18793
18794 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18795
18796         * gnus-art.el (gnus-button-alist): Revert previous change.
18797
18798 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18801
18802 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803
18804         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18805         whether backend can accept message.
18806
18807         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18808
18809 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18810
18811         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18812         Avoid creating directory when nntp-marks-is-evil is true.
18813         Reported by Reiner Steib.
18814
18815 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * gnus-picon.el (gnus-picon-style): New variable.
18818         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18819         (gnus-picon-transform-address): Support `gnus-picon-style'.
18820         From Jesper Harder <harder@ifa.au.dk>.
18821
18822 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18823
18824         * message.el (message-fill-field): Return point.
18825         (message-generate-headers): Go to end of field.
18826
18827         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18828         stuff for non-living groups.
18829
18830 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18831
18832         * gnus-art.el (gnus-article-followup-with-original)
18833         (gnus-article-reply-with-original): gnus-mark-active-p ->
18834         gnus-region-active-p.
18835
18836 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18837
18838         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18839         only when there is spam or ham to be processed.
18840
18841 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18842
18843         * mail-source.el (mail-source-delete-crash-box): Refactor.
18844         (mail-source-fetch): Use it.
18845         (mail-source-fetch-file): Ditto.
18846         (mail-source-fetch-directory): Run postscript in loop.
18847         (mail-source-fetch-pop): Delete.
18848         (mail-source-fetch-maildir): Ditto.
18849         (mail-source-fetch-imap): Ditto.
18850
18851         * imap.el (imap-authenticators): Comment out sasl.
18852
18853         * message.el (message-skip-to-next-address): New function.
18854         (message-fill-header-address): Refactor.
18855         (message-fill-address): Use it.
18856         (message-delete-address): Use it.
18857         (message-fill-header-general): Refactor.
18858         (message-fill-field-address): Rename.
18859         (message-narrow-to-field): Find the start of the header.
18860         (message-header-format-alist): Don't pre-fill.
18861         (message-fill-header): Remove.
18862         (message-insert-header): New function.
18863         (message-shorten-references): Use it.
18864
18865         * rfc2047.el (rfc2047-field-value): Strip props.
18866
18867         * mail-parse.el (mail-header-make-address): New alias.
18868
18869         * ietf-drums.el (ietf-drums-make-address): New function.
18870
18871         * imap.el: Add compiler directives.
18872
18873         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18874
18875         * gnus-art.el (article-decode-idna-rhs): Don't use
18876         message-idna-inside-rhs-p.
18877
18878 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18879
18880         * message.el (message-idna-inside-rhs-p): Remove.
18881         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18882
18883         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18884         false positives.
18885
18886 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18887
18888         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18889
18890 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * nneething.el (nneething-file-name): Don't create spurious
18893         files.
18894
18895         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18896         (gnus-inews-do-gcc): Remove sleep.
18897
18898         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18899         part under point.
18900
18901         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18902         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18903
18904 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * spam.el (spam-summary-prepare-exit): Fix (length).
18907
18908 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18911         as expired without moving it" message when there are spam
18912         messages left.
18913
18914 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18915
18916         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18917         header is not nil.
18918
18919 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18920
18921         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18922         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18923         (nntp-marks-changed-p): New arg SERVER.
18924         (nntp-request-update-info): Adjust caller.
18925
18926 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18927
18928         * nntp.el (nntp-save-marks): Pass missing arg.
18929
18930 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18931
18932         * nntp.el: Support marks.
18933         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18934         (nntp-marks-modtime, nntp-marks-directory): New variables.
18935         (nntp-request-set-mark, nntp-request-update-info)
18936         (nntp-possibly-create-directory, nntp-marks-changed-p)
18937         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18938         New functions.
18939
18940 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18943         (gnus-xmas-redefine): Rename.
18944
18945         * gnus-score.el (gnus-score-insert-help):
18946         Use gnus-select-lowest-window.
18947
18948         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18949         appt-select-lowest-window and rename to gnus-select-lowest-window.
18950
18951         * gnus.el: do.
18952
18953 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18954
18955         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18956         encodings of MIME-encoded words, in order to improve
18957         interoperability with several broken MUAs.
18958
18959 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18960
18961         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18962         tags, only when charsets are not specified in headers.
18963         (mm-inline-text-html-render-with-w3m): Ditto.
18964
18965         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18966         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18967
18968 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18969
18970         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18971         instead of MIME-decoded from fields when checking
18972         `gnus-article-address-banner-alist'.
18973
18974 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18975
18976         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18977         description rather than subject.
18978
18979 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18980
18981         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18982
18983 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18984
18985         * gnus.el (gnus-version-number): Bump.
18986
18987 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18988
18989         * gnus.el: No Gnus v0.2 is released.
18990
18991 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18992
18993         * gnus-agent.el (gnus-agent-read-agentview):
18994         Inline gnus-uncompress-range.
18995
18996 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18997
18998         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18999         `exec-installed-p'.
19000
19001 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19002
19003         * gnus.el (spam-process, spam-autodetect-methods):
19004         Add bsfilter and bsfilter-headers.
19005
19006         * spam.el (spam-bsfilter): New customize group.
19007         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19008         (spam-bsfilter-header, spam-bsfilter-probability-header)
19009         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19010         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19011         (spam-bsfilter-database-directory): New options.
19012         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19013         (spam-list-of-statistical-checks, spam-registration-functions):
19014         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19015         (spam-bsfilter-score): New command.
19016         (spam-check-bsfilter-headers, spam-check-bsfilter)
19017         (spam-bsfilter-register-with-bsfilter)
19018         (spam-bsfilter-register-spam-routine)
19019         (spam-bsfilter-unregister-spam-routine)
19020         (spam-bsfilter-register-ham-routine)
19021         (spam-bsfilter-unregister-ham-routine): New functions.
19022         (spam-generic-score): Support bsfilter; Accept an optional argument
19023         to recalcurate spam score even if scoring header has already been
19024         added.
19025         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19026         optional argument to recalcurate spam score even if scoring header
19027         has already been added.
19028
19029 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19030
19031         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19032         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19033         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19034         link is missing.
19035
19036 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19039         (html2text-get-attr): Rewrite.
19040
19041         * message.el (message-setup-1): Remove redundant put-text-property
19042         on mail-header-separator.
19043
19044 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19045
19046         * gnus-registry.el (gnus-registry-cache-whitespace)
19047         (gnus-registry-action, gnus-registry-spool-action)
19048         (gnus-registry-split-fancy-with-parent): Change message levels
19049         from 5 to 3 or 7, as needed.
19050
19051         * spam.el (spam-summary-prepare-exit)
19052         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19053         (spam-split, spam-find-spam, spam-log-undo-registration)
19054         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19055         level from 5 to 6.
19056
19057 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19060         2004-03-04 change).
19061
19062 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19063
19064         * sieve-manage.el (sieve-manage-open):
19065         * nnweb.el (nnweb-insert-html):
19066         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19067         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19068         * nnspool.el (nnspool-request-group):
19069         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19070         * nnml.el (nnml-request-update-info):
19071         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19072         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19073         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19074         (nnimap-request-set-mark):
19075         * nnfolder.el (nnfolder-request-update-info):
19076         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19077         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19078         * gnus-uu.el (gnus-uu-find-articles-matching):
19079         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19080         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19081         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19082         * gnus-nocem.el (gnus-nocem-scan-groups):
19083         * gnus-int.el (gnus-start-news-server):
19084         * gnus-group.el (gnus-group-make-kiboze-group)
19085         (gnus-group-browse-foreign-server):
19086         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19087         Use mapc when appropriate.
19088
19089 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         FIXME: Make separate entries for each person.
19092
19093         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19094         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19095         <shields@msrl.com>:
19096
19097         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19098         may need for spam sorting and scoring.
19099         (spam-user-format-function-S): Add user format function suitable for
19100         general use.
19101         (spam-article-sort-by-spam-status): Add sorting function for summary
19102         sorting.
19103         (spam-extra-header-to-number): Add function to get a score from a
19104         header.
19105         (spam-summary-score): Add function to get a numeric score from the
19106         headers.
19107         (spam-generic-score): Fix function doc, was in wrong place.
19108         (spam-initialize): Take symbols when it's run, and install the
19109         extra headers that spam-necessary-extra-headers thinks we need.
19110
19111 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19112
19113         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19114         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19115
19116 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * gnus-sum.el (gnus-set-global-variables)
19119         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19120         (gnus-article-get-xrefs, gnus-summary-best-group)
19121         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19122         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19123         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19124         Use with-current-buffer.
19125
19126 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * spam.el (spam-summary-prepare-exit): Simplify logic.
19129         (spam-fetch-article-header): Read the article header if it's not
19130         available.
19131         (spam-list-articles): Simplify logic.
19132         (spam-filelist-register-routine): Fix bug with unregister-list.
19133
19134         * gnus-registry.el: Fix comments at beginning.
19135
19136 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19137
19138         * message.el (message-cater-to-broken-inn): Remove.
19139         (message-shorten-references): Make sure the total folded length of
19140         References is shorter than 998 characters to cater to a bug in INN
19141         2.3.  Also, don't pretend that references aren't folded -- this
19142         hasn't worked for a while.
19143
19144 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19145
19146         * gnus-agent.el (gnus-agentize):
19147         gnus-agent-send-mail-real-function no longer set to current value
19148         of message-send-mail-function but rather a lambda that calls
19149         message-send-mail-function.  The change makes the agent real-time
19150         responsive to user changes to message-send-mail-function.
19151
19152 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19153
19154         * legacy-gnus-agent.el
19155         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19156         help from Florian Weimer <fw@deneb.enyo.de>
19157
19158 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * nnmail.el (nnmail-cache-insert): Revert last change.
19161
19162 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * nnmail.el (nnmail-cache-insert): Always check whether
19165         nnmail-cache-ignore-groups matches a group name.
19166
19167 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19168
19169         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19170         (spam-find-spam, spam-log-processing-to-registry)
19171         (spam-log-registered-p, spam-log-unregistration-needed-p)
19172         (spam-log-undo-registration): Use gnus-message instead of
19173         gnus-error, none of these errors are fatal.
19174
19175         * gnus-registry.el (gnus-registry-clean-empty-function)
19176         (gnus-registry-clean-empty): Remove only empty entries without
19177         extra data.
19178
19179 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * spam-stat.el (spam-stat-buffer-change-to-spam)
19182         (spam-stat-buffer-change-to-non-spam): Change (error) to
19183         (gnus-message 8) invocation.
19184
19185 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * nntp.el (nntp-via-netcat-command): New variable.
19188         (nntp-via-netcat-switches): New variable.
19189         (nntp-open-via-rlogin-and-netcat): New function.
19190         (nntp-open-connection-function): Doc fix.
19191         (nntp-telnet-command): Doc fix.
19192         (nntp-end-of-line): Doc fix.
19193         (nntp-via-rlogin-command): Doc fix.
19194         (nntp-via-user-name): Doc fix.
19195         (nntp-via-address): Doc fix.
19196
19197 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19200         error in Emacs 21.1.
19201
19202 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19205
19206 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19207
19208         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19209         (gnus-agent-with-refreshed-group): New macro.
19210         (gnus-agent-rename-group): New function.
19211         (gnus-agent-delete-group): New function.
19212         (gnus-agent-save-group-info): Use gnus-command-method when
19213         `method' parameter is nil.  Don't write nil entries into the
19214         active file.
19215         (gnus-agent-get-group-info): New function.
19216         (gnus-agent-fetch-articles):
19217         Use gnus-agent-update-files-total-fetched-for to increment disk space
19218         used.
19219         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19220         Use gnus-agent-update-view-total-fetched-for to increment disk space
19221         used.
19222         (gnus-agent-get-local): Add optional parameters to avoid calling
19223         gnus-group-real-name and gnus-find-method-for-group.
19224         (gnus-agent-set-local): Delete stored entry if either min, or max,
19225         are nil.
19226         (gnus-agent-fetch-session): Reworded error/quit messages.
19227         On quit, use gnus-agent-regenerate-group to record existance of any
19228         articles fetched to disk before the quit occurred.
19229         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19230         gnus-agent-update-view-total-fetched-for, and
19231         gnus-agent-update-files-total-fetched-for to decrement disk space
19232         used.
19233         (gnus-agent-retrieve-headers):
19234         Use gnus-agent-update-view-total-fetched-for to increment disk space
19235         used.
19236         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19237         with gnus-agent-update-files-total-fetched-for to decrement disk
19238         space and fresh group buffer.
19239         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19240         (gnus-agent-need-update-total-fetched-for): New variable.
19241         (gnus-agent-update-files-total-fetched-for): New function.
19242         (gnus-agent-update-view-total-fetched-for): New function.
19243         (gnus-agent-total-fetched-for): New function.
19244
19245         * gnus-cache.el (gnus-cache-save-buffers):
19246         Use gnus-cache-update-overview-total-fetched-for to change disk space
19247         used by this group.
19248         (gnus-cache-possibly-enter-article):
19249         Use gnus-cache-update-file-total-fetched-for to increment disk space
19250         used by this group.
19251         (gnus-cache-possibly-remove-article):
19252         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19253         used by this group.
19254         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19255         (gnus-cache-rename-group): New function.
19256         (gnus-cache-delete-group): New function.
19257         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19258         (gnus-cache-need-update-total-fetched-for): New variable.
19259         (gnus-cache-with-refreshed-group): New macro.
19260         (gnus-cache-update-file-total-fetched-for): New function.
19261         (gnus-cache-update-overview-total-fetched-for): New function.
19262         (gnus-cache-rename-group-total-fetched-for): New function.
19263         (gnus-cache-delete-group-total-fetched-for): New function.
19264         (gnus-cache-total-fetched-for): New function.
19265
19266         * gnus-group.el: Require gnus-sum and autoload functions to
19267         resolve warnings when gnus-group.el compiled alone.
19268         (gnus-group-line-format): Documented new %F.
19269         (size of Fetched data) group line format; identifies disk space
19270         used by agent and cache.
19271         (gnus-group-line-format-alist): Defined new F format.
19272         (gnus-total-fetched-for): New function.
19273         (gnus-group-delete-group): No longer update
19274         gnus-cache-active-altered as gnus-request-delete-group now keeps
19275         the cache in sync.
19276         (gnus-group-list-active): Let the agent store a server's active
19277         list if currently plugged.
19278
19279         * gnus-int.el (gnus-request-delete-group):
19280         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19281         local disk in sync with the server.
19282         (gnus-request-rename-group):
19283         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19284         local disk in sync with the server.
19285
19286         * gnus-start.el (gnus-get-unread-articles):
19287         Cosmetic simplification to logic.
19288
19289         * gnus-util.el (gnus-rename-file): New function.
19290
19291 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19292
19293         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19294
19295 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19296
19297         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19298         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19299
19300 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19301
19302         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19303         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19304
19305 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19306
19307         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19308
19309 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19310
19311         * spam.el (spam-set-difference): Add function to replace
19312         gnus-set-difference in spam.el.
19313         (spam-summary-prepare-exit): Use spam-set-difference.
19314
19315 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19316
19317         * gnus-registry.el (gnus-registry-cache-file): Update to use
19318         gnus-dribble-directory OR gnus-home-directory OR ~.
19319         (gnus-registry-split-fancy-with-parent): Fix doc.
19320
19321 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * message.el (message-exchange-point-and-mark):
19324         Use message-mark-active-p.  Suggested by Jesper Harder
19325         <harder@ifa.au.dk>.
19326
19327 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * message.el (message-exchange-point-and-mark): Don't activate
19330         region if it was inactive.  Suggested by Hiroshi Fujishima
19331         <pooh@nature.tsukuba.ac.jp>.
19332
19333 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * gnus-art.el (article-display-face): Display Faces in the same
19336         order as X-Faces.
19337
19338 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19341
19342 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19345         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19346         (gnus-article-mime-hierarchy): Remove.
19347         (gnus-article-mime-hierarchy-next): Remove.
19348         (gnus-article-mode): Revert 2004-03-19 change.
19349         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19350         (gnus-insert-mime-button): Revert 2004-03-19 change.
19351         (gnus-mime-accumulate-hierarchy): Remove.
19352         (gnus-mime-enter-multipart): Remove.
19353         (gnus-mime-leave-multipart): Remove.
19354         (gnus-mime-display-part): Revert 2004-03-19 change.
19355         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19356
19357         * mml.el (mml-preview): Revert 2004-03-19 change.
19358
19359 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19360
19361         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19362
19363 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19366         t while entering a file name using the mm-with-multibyte macro.
19367         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19368
19369         * mm-util.el (mm-with-multibyte): New macro.
19370
19371 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19374         New user option.
19375         (gnus-mime-multipart-functions): Doc and customization fix.
19376         (gnus-article-mime-hierarchy): New variable.
19377         (gnus-article-mime-hierarchy-next): New variable.
19378         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19379         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19380         gnus-article-mime-hierarchy-next to nil.
19381         (gnus-insert-mime-button): Show hierarchy numbers.
19382         (gnus-mime-accumulate-hierarchy): New function.
19383         (gnus-mime-enter-multipart): New function.
19384         (gnus-mime-leave-multipart): New function.
19385         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19386         (gnus-mime-display-alternative): Show hierarchy numbers.
19387
19388         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19389         gnus-article-mime-hierarchy-next to nil.
19390
19391 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19392
19393         * dns.el: Don't require gnus-xmas.
19394
19395 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19396
19397         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19398         inline PGP.
19399         (mml-menu): Disable mml-quote-region if mark is inactive.
19400
19401 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19404         when the group's active is not available.
19405
19406 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19409         error.
19410
19411 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * imap.el (imap-store-password): New variable.
19414         (imap-interactive-login): Use it.
19415         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19416
19417 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19420         window-start and hscroll to summary window.
19421
19422 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19423
19424         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19425         conversion message to newsrc-dribble when an actual conversion is
19426         performed.
19427
19428 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19429
19430         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19431
19432 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * mm-decode.el (mm-complicated-handles): New function reviving
19435         former definition of mm-multiple-handles.
19436
19437         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19438         (gnus-mime-delete-part): Use it.
19439
19440 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19441
19442         * gnus-agent.el (gnus-agent-read-local):
19443         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19444         avoid the implicit assumption that they will always be equal.
19445         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19446         coding-system-for-write, as the with-temp-file macro first prints
19447         to a buffer then saves the buffer.
19448
19449 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-art.el (gnus-article-edit-part): New function.
19452         (gnus-mime-save-part-and-strip): Use it; do query instead of
19453         signaling an error; don't use mm-multiple-handles.
19454         (gnus-mime-delete-part): Ditto.
19455
19456 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19457
19458         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19459         old file versions.
19460         (gnus-group-prepare-hook): Remove function that converted list
19461         form of gnus-agent-expire-days to group properties.
19462
19463         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19464         (gnus-request-accept-article): Re-indented.
19465
19466         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19467         converters to handle old agent file formats.  Add logic for a
19468         "backup before upgrading warning".
19469         (gnus-convert-mark-converter-prompt): Developers can mark
19470         functions as needing (default), or not needing,
19471         gnus-convert-old-newsrc's "backup before upgrading warning".
19472         (gnus-convert-converter-needs-prompt): Tests whether the user
19473         should be protected from potentially irreversable changes by the
19474         function.
19475
19476         * legacy-gnus-agent.el: New.  Provides converters that are only
19477         loaded when gnus-convert-old-newsrc needs to call them.
19478
19479 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * mail-source.el (mail-source-touch-pop): Doc fix.
19482
19483         * message.el (message-smtpmail-send-it): Doc fix.
19484
19485 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19486
19487         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19488
19489         * nnmail.el (nnmail-split-fancy): do.
19490
19491         * gnus-kill.el (gnus-kill, gnus-execute): do.
19492
19493 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19494
19495         * gnus-sum.el (gnus-widget-reversible-match)
19496         (gnus-widget-reversible-to-internal)
19497         (gnus-widget-reversible-to-external): New functions.
19498         (gnus-widget-reversible): New widget.
19499         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19500
19501 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19502
19503         * gnus-sum.el (gnus-thread-sort-functions)
19504         (gnus-article-sort-functions): Document `(not F)' items.
19505
19506 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19507
19508         * spam.el (spam-use-gmane-xref): Add new backend.
19509         (spam-gmane-xref-spam-group): Add variable to control the name of the
19510         Gmane spam group.
19511         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19512         (spam-regex-headers-spam, spam-regex-headers-ham)
19513         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19514         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19515         backends and checks.
19516         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19517
19518         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19519         an autodetect method.
19520
19521 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19522
19523         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19524         articles are being added to a group.
19525         (gnus-request-replace-article): Inform the agent that articles
19526         need to be uncached as the cached contents are no longer valid.
19527
19528 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * binhex.el: Don't autoload executable-find.
19531
19532         * canlock.el: Don't autoload mail-fetch-field.
19533
19534         * dgnushack.el: Autoload c-mode for XEmacs.
19535
19536         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19537
19538         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19539         rmail-dont-reply-to and rmail-output.
19540
19541         * gnus-score.el: Don't autoload ffap-string-at-point.
19542
19543         * gnus-setup.el: Don't autoload sc-cite-original.
19544
19545         * imap.el: Don't autoload base64-decode-string,
19546         base64-encode-string and md5.
19547
19548         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19549         and rmail-msg-restore-non-pruned-header.
19550
19551         * mm-decode.el: Don't autoload executable-find.
19552
19553         * mm-url.el: Don't autoload executable-find.
19554
19555         * mm-view.el: Don't autoload diff-mode.
19556
19557         * nndb.el: Don't autoload news-reply-mode, news-setup,
19558         cancel-timer and telnet.
19559
19560         * password.el: Don't autoload run-at-time for Emacs.
19561
19562         * sha1-el.el: Don't autoload executable-find.
19563
19564         * sieve-mode.el: Don't autoload c-mode.
19565
19566         * uudecode.el: Don't autoload executable-find.
19567
19568 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19569
19570         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19571         (gnus-agent-possibly-alter-active): Avoid null in numeric
19572         comparison.
19573         (gnus-agent-set-local): Refuse to save null in local object table.
19574         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19575         list of articles that will be marked as unread.
19576
19577 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19580
19581 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19582
19583         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19584         language tags.
19585
19586 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19587
19588         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19589         Don't bind "obarray".
19590
19591         * gnus-sum.el (gnus-thread-sort-functions):
19592         Add `gnus-thread-sort-by-most-recent-number' and
19593         `gnus-thread-sort-by-most-recent-date'.
19594         Reported by Kai Grossjohann <kai@emptydomain.de>.
19595
19596 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19599
19600 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19601
19602         * gnus-cus.el (gnus-agent-customize-category):
19603         Remove ignore-errors macro reference that required cl to be loaded at
19604         run-time.
19605
19606         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19607         single-interval range of the form (min . max).  Previously the
19608         range had to look like ((min . max)).  Likewise, return
19609         (min . max) rather than ((min . max)).
19610         (gnus-range-map): Use gnus-range-normalize to accept
19611         single-interval range.
19612
19613         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19614         the cache, but not the agent, now appear with their usual face.
19615
19616         * dgnushack.el (loaddir): New variable that is bound to the
19617         directory containing the dgnushack.el file. Use loaddir, rather
19618         than srcdir, to update load-path. Change lets dgnushack compile
19619         code in directories other than GNUS/lisp.
19620
19621 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * lpath.el: Don't bind w3m-safe-url-regexp.
19624
19625         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19626         w3m-safe-url-regexp variable buffer-local.
19627
19628         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19629
19630 2004-02-27  Simon Josefsson  <jas@extundo.com>
19631
19632         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19633         gnus-group-real-prefix.
19634         (gnus-summary-move-article): Use it, instead of
19635         gnus-group-real-prefix.
19636
19637 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * lpath.el: Bind w3m-safe-url-regexp.
19640
19641         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19642         w3m-safe-url-regexp variable buffer-local and set it as the value
19643         of mm-w3m-safe-url-regexp.
19644
19645         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19646
19647         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19648         parsing gnus-posting-styles when the message is not for replying.
19649
19650         * dgnushack.el: Autoload sgml-mode for XEmacs.
19651
19652         * nnrss.el (nnrss-opml-export):
19653         Use mm-set-buffer-file-coding-system instead of
19654         set-buffer-file-coding-system.
19655
19656 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19657
19658         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19659         of checkdoc.el).
19660         * nnrss.el: do.
19661         * gnus-mlspl.el: do.
19662         * gnus-ml.el: do.
19663         * gnus-srvr.el: do.
19664
19665         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19666
19667 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19668
19669         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19670         Corrections to custom-manual links.
19671
19672         * gnus-art.el (gnus-article): Ditto.
19673
19674         * mm-decode.el (mime-display, mime-security): Ditto.
19675
19676 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19677
19678         * flow-fill.el: Typo.
19679
19680 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19681
19682         * spam-wash.el: New file.
19683
19684 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19685
19686         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19687
19688 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19689
19690         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19691         to be run with new-articles as LIST1, not LIST2.
19692         (spam-registration-functions): Add spam-use-ham-copy as a nil
19693         registration backend.
19694
19695 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19696
19697         * spam-stat.el (spam-stat-washing-hook): New option.
19698         (spam-stat-buffer-words): Use it.
19699         (spam-stat-process-directory, spam-stat-test-directory):
19700         Use insert-file-contents-literally.
19701         (spam-stat-coding-system): New variable.
19702         (spam-stat-load, spam-stat-save): Use it.
19703
19704 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * spam-report.el (spam-report-plug-agent):
19707         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19708
19709 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19710
19711         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19712         Allow / in mailto URLs.
19713
19714 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19715
19716         * spam-report.el (spam-report-process-queue): Fix interactive use.
19717         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19718         (spam-report-unplug-agent): Doc fixes.
19719         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19720         (spam-report-agentize, spam-report-deagentize): Autoload.
19721
19722 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19725
19726         * message.el (message-setup-fill-variables): Add mml tags to
19727         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19728         <ajk@iu.edu>.
19729         (message-mode): Don't modify paragraph-separate there.
19730
19731 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * compface.el (uncompface-use-external): Default to undecided.
19734         (uncompface-use-external-threshold): New variable.
19735         (uncompface-float-time): New macro.
19736         (uncompface): Determine whether to use the external decoder if
19737         uncompface-use-external is undecided.
19738
19739 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19740
19741         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19742         after images.
19743
19744         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19745
19746 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19749
19750         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19751
19752         * gnus-sum.el (gnus-summary-limit-to-age)
19753         (gnus-summary-limit-children): do.
19754
19755         * gnus-int.el (gnus-request-scan): do.
19756
19757         * gnus-group.el (gnus-group-suspend): do.
19758
19759         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19760
19761         * gnus-cite.el (gnus-cite-parse-attributions): do.
19762
19763         * gnus-agent.el (gnus-summary-set-agent-mark)
19764         (gnus-agent-regenerate-group): do.
19765
19766         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19767
19768         * binhex.el (binhex-decode-region-internal): do.
19769
19770 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-fun.el (gnus-face-properties-alist): New user option.
19773         (gnus-display-x-face-in-from): Use it.
19774
19775         * gnus-art.el (article-display-face): Ditto.
19776
19777         * compface.el (uncompface-use-external): Default to nil.
19778
19779 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * nntp.el (nntp-erase-buffer): New function.
19782         (nntp-retrieve-data, nntp-send-command)
19783         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19784         (nntp-possibly-change-group): Use it.
19785
19786         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19787         Use with-current-buffer.
19788
19789 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19790
19791         * compface.el: Merge the ELisp-based uncompface program.
19792         (compface): New customization group.
19793         (uncompface-use-external): New user option.
19794         (uncompface): Call uncompface-internal if uncompface-use-external
19795         is nil.
19796         (uncompface-internal): New function.  Note that there are also
19797         some other functions and variables added for this function.
19798
19799 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19800
19801         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19802         if necessary.
19803
19804 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19805
19806         * spam-report.el (spam-report-unplug-agent)
19807         (spam-report-plug-agent, spam-report-deagentize)
19808         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19809         Add support for the Agent in spam-report: when unplugged, report to a
19810         file; when plugged, submit all the requests.
19811
19812         * spam.el (spam-register-routine): Fix message about
19813         registration.
19814
19815 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19816
19817         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19818         dependencies.
19819         (rfc2047-encode): Use it.
19820
19821         * gnus-art.el (gnus-button-marker-list): Move before first
19822         reference.
19823
19824         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19825         (imap-parse-body): Fix format string mismatch.
19826
19827         * gnus-score.el (gnus-summary-increase-score): do.
19828
19829         * nnrss.el (nnrss-close): New function.
19830
19831 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19832
19833         * nnrss.el (nnrss-make-filename): New function.
19834         (nnrss-request-delete-group, nnrss-read-server-data)
19835         (nnrss-save-server-data, nnrss-read-group-data)
19836         (nnrss-save-group-data): Use it.
19837         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19838         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19839         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19840
19841 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19842
19843         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19844
19845 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19846
19847         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19848         files.
19849
19850         * message.el (message-generate-headers-first): Don't quote nil
19851         and t in docstrings.
19852
19853         * imap.el (imap-id): do.
19854
19855         * gnus-agent.el (gnus-agent-consider-all-articles)
19856         (gnus-agent-queue-mail): do.
19857
19858 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * spam-report.el (spam-report-process-queue): New function.
19861         Process requests from `spam-report-requests-file'.
19862         (spam-report-process-queue): Doc fix.
19863
19864 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19865
19866         * spam.el (spam-register-routine)
19867         (spam-log-processing-to-registry, spam-log-registered-p)
19868         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19869         Change "check" to "spam-check" for semi-clarity.
19870
19871 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19872
19873         * pop3.el: Require nnheader.
19874
19875         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19876
19877         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19878
19879         * gnus-picon.el: Require cl.
19880
19881         * gnus-fun.el: Require gnus-ems and gnus-util.
19882
19883         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19884
19885         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19886
19887         * gnus-art.el (gnus-article-edit-mode): Define before first
19888         reference.
19889
19890 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19893         (gnus-uu-post-encoded): Use point-at-bol.
19894
19895         * gnus-topic.el (gnus-group-active-topic-p): do.
19896
19897         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19898
19899         * gnus-group.el (gnus-group-kill-region): do.
19900
19901         * gnus-art.el (article-date-ut): do.
19902
19903         * message.el (message-fetch-field): Remove redundant
19904         case-fold-search binding.
19905         (message-narrow-to-field): Simplify.
19906
19907 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * spam.el (spam-directory): Derive from `gnus-directory'.
19910
19911         * spam-report.el (spam-report-url-to-file)
19912         (spam-report-requests-file): New function and variable for offline
19913         reporting.
19914         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19915         and user defined function.
19916         (spam-report-url-ping-mm-url): Remove doubled slash.
19917
19918 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19919
19920         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19921
19922 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19923
19924         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19925         Fix format string mismatch.
19926
19927         * sieve.el (sieve-deactivate-all): do.
19928
19929         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19930
19931         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19932
19933         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19934
19935         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19936
19937 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19938
19939         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19940         the list of checks.
19941
19942 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19943
19944         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19945         padding.
19946
19947 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19948
19949         * mm-view.el (mm-fill-flowed): New variable.
19950         (mm-inline-text): Use it.
19951
19952 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19953
19954         * spam.el (spam-spamassassin-register-ham-routine)
19955         (spam-spamassassin-register-spam-routine): Fix function names.
19956
19957 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * gnus.el (gnus-tmp-grouplens): Remove.
19960         (gnus-summary-line-format): Remove grouplens.
19961
19962         * gnus-group.el (gnus-group-line-format): Ditto.
19963
19964         * gnus-spec.el (gnus-format-specs): Ditto.
19965         (gnus-update-format-specifications): Flush the group format spec
19966         cache if there's the grouplens stuff.
19967         (gnus-parse-simple-format): Replace %l with the empty string.
19968
19969 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19970
19971         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19972         omission.
19973
19974 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19977         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19978
19979 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19980
19981         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19982         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19983         New macros and functions.
19984         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19985         Handle > NLINK_MAX messages.
19986         * nnmaildir.el (nnmaildir-request-set-mark):
19987         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19988
19989 2004-01-25  Alex Schroeder  <alex@gnu.org>
19990
19991         * spam-stat.el (spam-stat-process-directory-age): New option.
19992         (spam-stat-process-directory): Use it.
19993
19994 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19995
19996         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19997         (spam-stat-save): Accept prefix argument.
19998
19999 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20000
20001         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20002         links" error.
20003
20004 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20007         the rest of the and/or forms.
20008
20009 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20010
20011         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20012         compatibility with old .newsrc.eld files.
20013
20014         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20015
20016         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20017
20018         * gnus-start.el (gnus-1): do.
20019
20020         * gnus-group.el (gnus-group-line-format-alist): do.
20021
20022         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20023
20024         * gnus-gl.el: Remove.
20025
20026 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20027
20028         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20029         marks consisting of a single range {for example, (3 . 5)} rather
20030         than a list of a single range { ((3 . 5)) }.
20031
20032 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20033
20034         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20035         Use with-current-buffer.
20036         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20037         avoid consing a string.
20038
20039         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20040         Remove obsolete entries for big5 and gb2312.
20041
20042 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20043
20044         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20045         uncompressed list.
20046
20047 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20048
20049         * spam-stat.el (spam-stat-strip-xref): New function.
20050         (spam-stat-process-directory): Use it.
20051
20052         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20053         here -- it's done in message-fetch-field.
20054
20055 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20056
20057         * gnus-agent.el (gnus-agent-queue-mail)
20058         (gnus-agent-prompt-send-queue): New variables.
20059         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20060         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20061         "nndraft:queue" along to gnus-draft-send.
20062         Use gnus-agent-prompt-send-queue.
20063         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20064         is "nndraft:queue".  Suggested by Gaute Strokkenes
20065         <gs234@srcf.ucam.org>
20066
20067         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20068         (agent-enable-undownloaded-faces): Add.
20069         (gnus-agent-cat-groups): Use eval-and-compile, not
20070         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20071         method of gnus-agent-cat-groups even when the buffer has been
20072         evaled.
20073         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20074         delete gnus-agent-save-active-1.
20075         (gnus-agent-save-groups): Delete.  Identical to
20076         gnus-agent-save-active.
20077         (gnus-agent-write-active): No longer adjust agent's copy of active
20078         file as agent's adjustments are now stored in their own
20079         file.  Remove optional parameter.
20080         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20081         servers.  Add use of min/max range limits from server's local
20082         file.
20083         (gnus-agent-save-alist): Remove unused optional argument.
20084         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20085         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20086         (gnus-agent-set-local): A per-server file that keeps min/max range
20087         limits for articles known to the agent.  Provides a fast mechanism
20088         for altering many active ranges.
20089         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20090         active file (local makes it unnecessary).
20091         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20092
20093         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20094         (agent-enable-undownloaded-faces): Add.
20095
20096         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20097         disable it when sending to "nndraft:queue".
20098         (gnus-group-send-queue): Add safety check to avoid sending queue
20099         when unplugged.
20100
20101         * gnus-group.el (gnus-group-catchup): Use new
20102         gnus-sequence-of-unread-articles, not
20103         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20104         numbers of articles.  Use gnus-range-map to avoid having to
20105         uncompress the unread list.
20106         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20107         Fix invalid ange-ftp reference.
20108
20109         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20110         (gnus-sorted-range-intersection): Intersection of two ranges
20111         without requiring that they first be uncompressed.
20112
20113         * gnus-start.el (gnus-activate-group): Unless blocked by the
20114         caller, possibly expand the active range to include both cached
20115         and agentized articles.
20116         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20117         multiple version-dependent converters.
20118         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20119         gnus-agent-save-active.
20120         (gnus-save-newsrc-file): Save dirty agent range limits.
20121
20122         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20123         gnus-agent-possibly-alter-active.
20124         (gnus-adjust-marked-articles): Faster handling of simple lists.
20125
20126 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20127
20128         * spam-stat.el (spam-stat-test-directory): New optional argument
20129         displays a list of files detected.  Suggested by Andrew Cohen
20130         <cohen@andy.bu.edu>.
20131         (spam-stat-buffer-words-with-scores): Don't narrow and change
20132         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20133
20134 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20135
20136         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20137         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20138         (spam-spamassassin-arguments)
20139         (spam-spamassassin-spam-flag-header)
20140         (spam-spamassassin-positive-spam-flag-header)
20141         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20142         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20143         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20144         (spam-list-of-processors, spam-list-of-checks)
20145         (spam-list-of-statistical-checks, spam-registration-functions)
20146         (spam-check-spamassassin-headers, spam-check-spamassassin)
20147         (spam-spamassassin-score)
20148         (spam-spamassassin-register-with-sa-learn)
20149         (spam-spamassassin-register-spam-routine)
20150         (spam-spamassassin-register-ham-routine)
20151         (spam-assassin-register-spam-routine)
20152         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20153         (spam-bogofilter-score): Fix to show article before scoring.
20154
20155 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20156
20157         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20158         default scoring function.
20159         (spam-generic-score): Call spam-spamassassin-score if
20160         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20161         spam-bogofilter-score otherwise.
20162
20163         * gnus.el (spam-process, spam-autodetect-methods):
20164         Add spamassassin and spamassassin-headers.
20165
20166 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20167
20168         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20169         Suppress unnecessary messages.
20170
20171 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20172
20173         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20174         make-hash-table.
20175
20176 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * canlock.el (base64-encode-string): Don't autoload it.
20179
20180 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * run-at-time.el: Remove useless (require 'itimer),
20183         eval-and-compile and (featurep 'xemacs).
20184
20185 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20186
20187         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20188         GROUP is a virtual group.
20189
20190 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20191
20192         * gnus.el: Autoload `message-y-or-n-p'.
20193
20194 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20195
20196         * pgg-parse.el: Remove unnecessary (require 'custom).
20197
20198         * pgg-def.el: do.
20199
20200         * nnmail.el: do.
20201
20202         * gnus-undo.el: do.
20203
20204         * gnus-picon.el: do.
20205
20206         * gnus-util.el: do.
20207
20208 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20209
20210         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20211
20212 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20213
20214         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20215         handle, as well as a list.
20216
20217         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20218         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20219         (mm-w3m-cid-retrieve): Simplify.
20220
20221 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20222
20223         * message.el (message-kill-to-signature): Allow prefix arg to
20224         specify number of lines to keep before signature.
20225
20226 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20227
20228         * message.el (message-kill-to-signature): Change docstring.
20229
20230 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20231
20232         * canlock.el: Always require sha1-el.
20233         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20234
20235         * message.el: Autoload sha1 only when compiling.
20236
20237         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20238         eudc-expand-inline for XEmacs.
20239
20240 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * message.el (message-canlock-generate): Require sha1-el.
20243
20244 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20245
20246         * message.el (message-expand-name): Silence the byte compiler.
20247
20248         * lpath.el: Add detect-coding-system.
20249
20250         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20251         cus-edit.
20252
20253 2004-01-13  Simon Josefsson  <jas@extundo.com>
20254
20255         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20256         Invoke gnus-score-mode.
20257         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20258
20259         * gnus-range.el (gnus-compress-sequence): Doc fix.
20260         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20261
20262 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20265
20266 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20267
20268         * spam.el (spam-get-article-as-string): Update to use
20269         gnus-request-article-this-buffer, much simpler.
20270         (spam-get-article-as-buffer): Remove.
20271
20272 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20273
20274         * message.el (message-expand-name): Use EUDC if the user uses that.
20275
20276 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20279         character for the encoding to avoid consing a string.
20280
20281         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20282         unnecessarily.
20283
20284         * mm-util.el (mm-replace-chars-in-string): Remove.
20285
20286         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20287         of mm-replace-chars-in-string.
20288
20289 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20290
20291         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20292
20293         * mm-util.el (mm-subst-char-in-string): Support inplace.
20294
20295         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20296         a new string in every iteration.  Use shy groups.
20297
20298 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20299
20300         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20301         * gnus-soup.el (gnus-soup-group-brew):
20302         * gnus-msg.el (gnus-put-message):
20303         * gnus-move.el (gnus-group-move-group-to-server):
20304         * gnus-kill.el (gnus-batch-score):
20305         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20306         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20307         (gnus-group-update-group, gnus-group-read-group)
20308         (gnus-group-make-group, gnus-group-make-help-group)
20309         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20310         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20311         (gnus-group-sort-by-unread, gnus-group-catchup)
20312         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20313         (gnus-group-yank-group, gnus-group-set-info)
20314         (gnus-group-list-groups):
20315         * gnus.el (gnus-generate-new-group-name):
20316         * gnus-delay.el (gnus-delay-send-queue):
20317         * nnvirtual.el (nnvirtual-catchup-group):
20318         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20319         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20320         (gnus-group-prepare-topics, gnus-topic-check-topology):
20321         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20322         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20323         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20324         (gnus-group-make-articles-read):
20325         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20326         (gnus-group-change-level, gnus-kill-newsgroup)
20327         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20328         (gnus-get-unread-articles, gnus-make-articles-unread)
20329         (gnus-make-ascending-articles-unread): Use accessor
20330         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20331         to get group information for improved readability.
20332
20333
20334 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20335
20336         * gnus-art.el (article-decode-mime-words, article-babel)
20337         (gnus-article-highlight-signature, gnus-article-add-buttons)
20338         (gnus-signature-toggle): Use gnus-with-article-buffer.
20339
20340         * gnus-art.el (gnus-article-highlight-headers)
20341         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20342
20343         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20344         (gnus-article-set-globals, gnus-request-article-this-buffer)
20345         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20346         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20347         (gnus-mime-display-alternative): Use with-current-buffer.
20348
20349 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20350
20351         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20352         also under 80 char limit, and call gnus-error if needed.
20353         (spam-fetch-article-header): Fix - it was a
20354         buffer-local variable (gnus-newsgroup-data).
20355         (spam-find-spam): Use spam-generate-fake-headers, forget about
20356         spam-insert-fake-headers.
20357         (spam-insert-fake-headers): Remove.
20358
20359 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20360
20361         * deuglify.el (gnus-article-outlook-unwrap-lines)
20362         (gnus-outlook-rearrange-article)
20363         (gnus-outlook-repair-attribution-outlook)
20364         (gnus-outlook-repair-attribution-block)
20365         (gnus-outlook-repair-attribution-other): Remove redundant
20366         save-excursion.
20367
20368 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20369
20370         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20371         (spam-fetch-field-subject-fast)
20372         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20373         (spam-fetch-article-header): Add functions to deal with Gnus
20374         internals for fast retrieval of article header data.
20375         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20376
20377 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * pop3.el (pop3-md5): Remove.
20380         (pop3-apop): Replace pop3-md5 with md5.
20381
20382         * mm-bodies.el: base64 is always built-in.
20383
20384         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20385         Use with-current-buffer.
20386
20387 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * canlock.el (canlock-insert-header): Remove excessive grouping in
20390         regexp.
20391
20392         * gnus-sum.el (gnus-summary-read-document): Ditto.
20393
20394         * gnus-uu.el (gnus-uu-part-number): Ditto.
20395
20396         * html2text.el (html2text-remove-tags): Ditto.
20397         (html2text-format-tags): Ditto.
20398         (html2text-format-single-elements): Ditto.
20399
20400         * mml.el (mml-parse-1): Ditto.
20401
20402 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20403
20404         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20405
20406         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20407
20408         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20409
20410         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20411
20412 2003-11-15  Simon Josefsson  <jas@extundo.com>
20413
20414         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20415         (pgg-gpg-lookup-key): Use regexp match instead of
20416         split-string (split-string is different between emacs 21.2 and
20417         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20418
20419 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20420
20421         * gnus-art.el (gnus-mime-view-all-parts)
20422         (gnus-article-part-wrapper, gnus-article-view-part):
20423         Use with-current-buffer.
20424
20425 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20426
20427         * spam.el (spam-disable-spam-split-during-ham-respool)
20428         (spam-spamoracle-database, spam-cache-lookups)
20429         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20430         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20431         (spam-group-ham-marks, spam-group-spam-marks)
20432         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20433         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20434         also add spam-use-blackholes to the statistical checks.
20435         (spam-fetch-field-fast): Add interface to fetching fields, may
20436         become a macro.
20437         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20438         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20439         (spam-insert-fake-headers): Fake an article when needed.
20440         (spam-find-spam): Fake article when possible.
20441         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20442         (spam-check-bogofilter-headers): Use message-fetch-field instead
20443         of nnmail-fetch-field.
20444
20445 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20448
20449 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20450
20451         * spam.el (spam-split): Do not require spam-use-CHECK to be
20452         enabled if that check is passed to spam-split explicitly; also
20453         fix so 'spam doesn't get converted to spam-split-group when
20454         spam-split-symbolic-return is t.
20455         (spam-find-spam): Find registrations of the article and use those
20456         instead of re-running spam-split to find the spam/ham
20457         classification of the article.
20458         (spam-log-processing-to-registry, spam-log-registered-p)
20459         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20460         Use gnus-error instead of gnus-message.
20461         (spam-log-registration-type): Add function to determine the
20462         classification of a message based on registry entries; will
20463         return nil if both 'spam and 'ham are found.
20464         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20465         a reasonably fast local cache without the loading errors.
20466         (spam-cache-lookups): Set to t by default.
20467         (spam-find-spam): Don't try to guess spam-cache-lookups.
20468         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20469         spam-caches entry.
20470         (spam-filelist-build-cache, spam-filelist-check-cache):
20471         Fix caching of whitelist/blacklist entries.
20472         (spam-check-whitelist, spam-check-blacklist):
20473         Invoke spam-from-listed-p with a type, not a cache variable.
20474         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20475
20476 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20477
20478         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20479
20480         * nnmail.el (nnmail-split-fancy): do.
20481
20482         * mml.el (mml-parse): do.
20483
20484         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20485         (gnus-score-adaptive): do.
20486
20487 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20490         (gnus-mime-button-map): Don't set keymap parent.
20491         (gnus-button-ctan-directory-regexp): Use shy grouping.
20492         (gnus-prev-page-map): Don't set keymap parent.
20493         (gnus-prev-page-map): Remove duplicated one.
20494         (gnus-next-page-map): Don't set keymap parent.
20495         (gnus-mime-security-button-map): Ditto.
20496
20497         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20498         version number.
20499
20500         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20501
20502 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * canlock.el (canlock-sha1-function): Remove.
20505         (canlock-sha1-function-for-verify): Remove.
20506         (canlock-openssl-program): Remove.
20507         (canlock-openssl-args): Remove.
20508         (canlock-ignore-errors): Remove.
20509         (canlock-sha1-with-openssl): Remove.
20510         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20511         (canlock-verify): Don't use canlock-ignore-errors.
20512
20513         * sha1-el.el (sha1-string-external): Make it can return a string
20514         in binary form.
20515         (sha1-region-external): Ditto.
20516         (sha1-string-internal): Ditto.
20517         (sha1-region-internal): Ditto.
20518         (sha1-region): Ditto.
20519         (sha1-string): Ditto.
20520         (sha1): Ditto.
20521
20522 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20523
20524         * spam.el (spam-report-articles-gmane): New command.
20525
20526 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20527
20528         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20529
20530         * run-at-time.el (run-at-time-saved): Remove.
20531         (run-at-time): Doc fix.
20532
20533 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20534
20535         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20536         (gnus-summary-limit-map): Add it.
20537         (gnus-summary-make-menu-bar): do.
20538
20539 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20540
20541         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20542         Make attempt at some caching support (done for BBDB only now).
20543         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20544         addresses to be checked.
20545         (spam-clear-cache-BBDB): Add function, to be invoked by
20546         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20547         (spam-check-BBDB): Check and use the caches, if
20548         spam-cache-lookups is on, remove superfluous (provide).
20549
20550 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20553
20554 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20555
20556         * run-at-time.el (run-at-time-saved): Move to after the definition
20557         of `run-at-time'.
20558
20559         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20560
20561 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20564         mm-w3m-local-map-property.
20565
20566         * mm-view.el (mm-w3m-mode-map): Remove.
20567         (mm-w3m-local-map-property): Remove.
20568         (mm-inline-text-html-render-with-w3m): Don't use
20569         mm-w3m-local-map-property.
20570
20571 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20572
20573         * run-at-time.el: New file.
20574
20575         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20576         under Emacs.
20577
20578         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20579         of gnus-set-text-properties.
20580
20581         * gnus-uu.el (gnus-uu-save-article): Ditto.
20582
20583         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20584
20585         * gnus-cite.el (gnus-cite-parse): Ditto.
20586
20587         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20588         of gnus-.
20589
20590         * gnus-xmas.el (run-at-time): Require run-at-time.
20591
20592         * gnus.el: Change calls to nnheader-run-at-time and
20593         password-run-at-time throughout to use run-at-time directly.
20594
20595         * password.el: Remove definition of run-at-time.
20596
20597         * nnheaderxm.el: Remove definition of run-at-time.
20598
20599 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20600
20601         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20602         in prompt.
20603
20604 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20605
20606         * messagexmas.el (message-xmas-redefine): Alias
20607         `message-make-caesar-translation-table' to
20608         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20609         version.
20610
20611         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20612         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20613         `gnus-xmas-set-text-properties'.
20614         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20615         `gnus-xmas-completing-read'.
20616         (gnus-xmas-completing-read): Removed.
20617         (gnus-xmas-open-network-stream): Removed.
20618
20619         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20620         XEmacs version.
20621
20622         * dns.el (dns-make-network-process): Use `open-network-stream'
20623         instead of `gnus-xmas-open-network-stream'.
20624
20625         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20626
20627         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20628
20629 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20630
20631         * gnus-art.el (gnus-mime-display-alternative)
20632         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20633         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20634         Don't use gnus-local-map-property.
20635
20636         * gnus-util.el (gnus-local-map-property): Remove.
20637
20638         * mm-view.el (mm-view-pkcs7-decrypt):
20639         Replace gnus-completing-read-maybe-default with completing-read.
20640
20641         * gnus-util.el (gnus-completing-read): do.
20642         (gnus-completing-read-maybe-default): Remove.
20643
20644 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20645
20646         * password.el: Only autoload `run-at-time' if not XEmacs.
20647         Only autoload the itimer functions if XEmacs.
20648
20649 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20650
20651         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20652         XEmacsen.
20653
20654         * dgnushack.el: Autoload executable-find for XEmacs.
20655
20656 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * gnus-art.el (gnus-read-string): Remove.
20659         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20660         read-string.
20661
20662 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20663
20664         * netrc.el: Autoload password-read.
20665         (netrc): Add configuration group.
20666         (netrc-encoding-method, netrc-openssl-path):
20667         Add variables for encoding and decoding of files with symmetric
20668         ciphers.
20669         (netrc-encode): Add assistant function to encode a file with
20670         netrc-encoding-method.
20671         (netrc-parse): Add interactive parameter, added optional
20672         decoding if netrc-encoding-method is non-nil but otherwise
20673         behavior is standard.
20674         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20675         Do s/encode/encrypt/ everywhere.
20676
20677         * spam.el: Remove executable-find autoload.
20678
20679 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20680
20681         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20682
20683         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20684
20685 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * gnus-art.el (gnus-treat-ansi-sequences)
20688         (article-treat-ansi-sequences): New variable and function.
20689         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20690
20691         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20692         Use it.
20693
20694 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20695
20696         * mm-util.el (mm-quote-arg): Remove.
20697
20698         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20699         shell-quote-argument.
20700
20701         * gnus-uu.el (gnus-uu-command): do.
20702
20703         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20704
20705         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20706         with make-char.
20707
20708         * mm-util.el (mm-make-char): Remove.
20709
20710         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20711         add-minor-mode.
20712
20713         * gnus-undo.el (gnus-undo-mode): do.
20714
20715         * gnus-topic.el (gnus-topic-mode): do.
20716
20717         * gnus-sum.el (gnus-dead-summary-mode): do.
20718
20719         * gnus-start.el (gnus-slave-mode): do.
20720
20721         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20722
20723         * gnus-ml.el (gnus-mailing-list-mode): do.
20724
20725         * gnus-gl.el (gnus-grouplens-mode): do.
20726
20727         * gnus-draft.el (gnus-draft-mode): do.
20728
20729         * gnus-dired.el (gnus-dired-mode): do.
20730
20731         * gnus-ems.el (gnus-add-minor-mode): Remove.
20732
20733         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20734         Replace gnus-char-width with char-width.
20735
20736         * gnus-ems.el (gnus-char-width): Remove.
20737
20738         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20739         Replace gnus-char-width with char-width.
20740
20741         * gnus-ems.el (gnus-char-width): Remove.
20742
20743         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20744         definition.
20745         Remove Emacs 20 hash table compatibility code.
20746
20747         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20748         20 compatibility code.
20749
20750         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20751
20752         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20753
20754         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20755         Replace with point-at-{eol,bol}.
20756
20757         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20758
20759         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20760
20761         * flow-fill.el (fill-flowed-point-at-bol)
20762         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20763
20764         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20765         Replace with point-at-{eol,bol} throughout all files.
20766
20767 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * ntlm.el (ntlm-string-as-unibyte): New macro.
20770         (ntlm-build-auth-response): Use it.
20771
20772         Remove Emacs 20 stuff:
20773         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20774         (butlast, mapc, remove): Remove the compiler macros.
20775         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20776         of delq and copy-sequence.
20777         * gnus-art.el (popup-menu): Remove the compiler macro.
20778         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20779         Emacs 20.
20780
20781 2004-01-05  Simon Josefsson  <jas@extundo.com>
20782
20783         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20784         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20785         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20786         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20787         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20788         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20789         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20790         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20791         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20792         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20793         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20794         string-xor into ntlm-string-xor.
20795         Suggested by Jesper Harder <harder@myrealbox.com>.
20796
20797         * ntlm.el: Don't include poem.
20798
20799         * md4.el (print-int32, print-string-hexa): Remove.
20800         Suggested by Jesper Harder <harder@myrealbox.com>.
20801
20802         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20803
20804         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20805         probably breaks emacs with DL patch, but do we care? Is anyone
20806         still using the DL stuff?)
20807
20808         * sieve-manage.el: Use the password package.
20809         (sieve-manage-read-passwd): Remove.
20810         (sieve-manage-interactive-login): Use password.  Re-add
20811         condition-case around loop.
20812
20813         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20814         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20815         Use the password package.
20816
20817 2003-02-19  Simon Josefsson  <jas@extundo.com>
20818
20819         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20820         token.
20821
20822 2002-08-07  Simon Josefsson  <jas@extundo.com>
20823
20824         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20825         (sieve-manage-authenticators):
20826         (sieve-manage-authenticator-alist): Add some SASL mechs.
20827         (sieve-sasl-auth): New function.
20828         (sieve-manage-cram-md5-auth):
20829         (sieve-manage-plain-auth): Rewrite using SASL library.
20830         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20831         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20832         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20833         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20834
20835 2004-01-05  Simon Josefsson  <jas@extundo.com>
20836
20837         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20838         New files.
20839
20840 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20841
20842         * gnus-group.el (gnus-no-groups-message): Update.
20843
20844         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20845
20846 2003-11-09  Simon Josefsson  <jas@extundo.com>
20847
20848         * imap.el: Support for ID IMAP extension (RFC 2971).
20849         (imap-local-variables): Add imap-id.
20850         (imap-id): New variable.
20851         (imap-id): New function.
20852         (imap-parse-response): Parse untagged ID response.
20853         * nnimap.el (nnimap-id): New variable.
20854         (nnimap-open-connection): Use it.
20855
20856 2003-12-28  Simon Josefsson  <jas@extundo.com>
20857
20858         * gnus-score.el (gnus-score-edit-all-score): New.
20859         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20860
20861 2004-01-04  Simon Josefsson  <jas@extundo.com>
20862
20863         * password.el: Add.
20864
20865 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20866
20867         * dns.el (dns-query-types): Fix typo.
20868         (dns-query-types): New function.
20869         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20870         PTR and SOA replies, see RFC 1035.
20871
20872 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20873
20874         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20875
20876         * Move to Changelog.2.
20877
20878 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20879
20880         * gnus.el (gnus-version-number): Bump version.
20881
20882 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20883
20884         * gnus.el: No Gnus v0.1 is released.
20885
20886 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20887
20888         * gnus.el: No Gnus v0.0 is released.
20889
20890 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20891
20892         * gnus.el (gnus-version-number): Bump.
20893         (gnus-version): No.
20894
20895 See ChangeLog.2 for earlier changes.
20896
20897   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20898
20899   This file is part of GNU Emacs.
20900
20901   GNU Emacs is free software: you can redistribute it and/or modify
20902   it under the terms of the GNU General Public License as published by
20903   the Free Software Foundation, either version 3 of the License, or
20904   (at your option) any later version.
20905
20906   GNU Emacs is distributed in the hope that it will be useful,
20907   but WITHOUT ANY WARRANTY; without even the implied warranty of
20908   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20909   GNU General Public License for more details.
20910
20911   You should have received a copy of the GNU General Public License
20912   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20913
20914 ;; Local Variables:
20915 ;; coding: utf-8
20916 ;; fill-column: 79
20917 ;; add-log-time-zone-rule: t
20918 ;; End: