Bring in EIEIO from Emacs.
[gnus] / lisp / ChangeLog
1 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4
5         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6
7         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8
9         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
10
11         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
12
13         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
14
15         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
16
17         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
18         necessary.
19
20 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
23         nil means that nnimap doesn't get updated.
24
25 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
26
27         * auth-source.el (auth-source-netrc-create): Return a synthetic search
28         result when the user doesn't want to write to the file.
29         (auth-source-netrc-search): Expect a synthetic result and proceed
30         accordingly.
31         (auth-source-cache-expiry): New variable to override
32         `password-cache-expiry'.
33         (auth-source-remember): Use it.
34
35         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
36         parameter.  Create entry if necessary by using :create t.
37         (nnimap-open-connection-1): Don't pass `inhibit-create'.
38
39 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * auth-source.el (auth-source-debug): Enable by default and don't
42         mention the obsolete `auth-source-hide-passwords'.
43         (auth-source-do-warn): New function to debug unconditionally.
44         (auth-source-do-debug): Use it.
45         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
46         and for Secrets API entries when the secrets.el library is not
47         available.
48
49 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-sum.el (gnus-propagate-marks): Default to nil.
52         (gnus-summary-exit): Kill the correct article buffer on exit from a
53         `C-d' group.
54
55         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
56         gnus-propagate-marks.
57
58         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
59         before killing the buffers so that a non-full window conf gets handled
60         correctly.
61         (gnus-summary-exit): Ditto.
62         (gnus-summary-read-group-1): Ditto.
63
64         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
65         async code again so that we can debug it properly.
66
67         * message.el (message-reply): Take an optional switch-buffer parameter
68         so that Gnus window confs are respected better.
69
70 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
73         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
74         docstring.
75         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
76         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
77         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
78         Login collection is "Login" and not "login".
79
80 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
83         multiple headers.
84
85         * nnimap.el (nnimap-inhibit-logging): New variable.
86         (nnimap-log-command): Don't log login commands.
87
88         * auth-source.el (auth-source-netrc-search): The asserts seem to want
89         to have more parameters.
90
91         * nnimap.el (nnimap-send-command): Mark the command time for each
92         command, so that we don't get NOOPs stepping on our toes.
93
94         * gnus-art.el (article-date-ut): Get the date from the Date header on
95         `t'.
96
97 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * auth-source.el (auth-source-search): Use copy-sequence instead of
100         the cl.el copy-list.
101
102 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * imap.el: Bring it back (revert
105         84d800cd31de3064f0ed39617d725709a2f8f42f).
106
107 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
108
109         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
110         Improve prompt.
111
112 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-art.el (gnus-article-mode-line-format): Remove the article
115         washing status from the default format.  It isn't very informative.
116
117 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
118
119         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
120         Gcc processing on imap.
121
122 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * imap.el: Remove file.  All the functionality is in nnimap.el.
125
126 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
127
128         * message.el (message-bury): Don't pop up a new window when selected
129         window is dedicated.
130
131 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
132
133         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
134
135 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
136
137         * sieve-manage.el: Autoload `auth-source-search'.
138         (sieve-sasl-auth): Use it.
139
140 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
141
142         * nnimap.el: Autoload `auth-source-forget+'.
143         (nnimap-open-connection-1): Use it if the connection fails.
144
145         * auth-source.el: Require `password-cache'.
146         (auth-source-hide-passwords, auth-source-cache): Remove and mark
147         obsolete.
148         (auth-source-magic): Marker for `password-cache' keys.
149         (auth-source-do-cache): Update docstring.
150         (auth-source-search): Use and check cache.
151         (auth-source-forget-all-cached, auth-source-remember)
152         (auth-source-recall, auth-source-forget, auth-source-forget+)
153         (auth-source-specmatchp): Caching support functions.
154         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
155         Remove and obsolete.
156         (auth-source-user-or-password): Remove caching to further discourage
157         using it.  Always hide passwords.
158
159         * password-cache.el (password-cache-remove): Accept secrets that are
160         not strings.
161
162 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
165         code for now, since it doesn't work for all users.
166
167 2011-02-09  Julien Danjou  <julien@danjou.info>
168
169         * message.el (message-options): Make message-options really buffer
170         local.
171
172 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * mail-source.el: Autoload `auth-source-search'.
175         (mail-source-keyword-map): Note order matters.
176         (mail-source-set-1): Get all the mail-source source values and
177         defaults and search auth-source on those if needed.  This can all
178         probably be simplified.
179
180         * nnimap.el: Autoload `auth-source-search'.
181         (nnimap-credentials): Use it.
182         (nnimap-open-connection-1): Ask for the virtual server and physical
183         address in one shot.
184
185         * nntp.el: Autoload `auth-source-search'.
186         (nntp-send-authinfo): Use it.  Note TODO.
187
188 2011-02-08  Julien Danjou  <julien@danjou.info>
189
190         * shr.el (shr-tag-body): Add support for text attribute in body
191         markups.
192
193         * message.el (message-options): Make message-options a local variable.
194
195 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
196
197         * auth-source.el (auth-source-secrets-search)
198         (auth-source-user-or-password): Use `append' instead of `nconc'.
199         (auth-source-user-or-password): Build return list better and protect
200         against nil :secret.
201
202 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
203
204         * nnimap.el (nnimap-update-info): Refactor slightly.
205         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
206         (nnimap-update-info): Clean up slightly.
207         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
208         characters.
209         (nnimap-process-quirk): Rename function to avoid collision.
210         (nnimap-update-info): Fix macrology bug-out.
211         (nnimap-update-info): Simplify split history test.
212
213 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
214
215         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
216         `secrets-get-attributes' instead of `secrets-get-attribute'.
217         (auth-source-secrets-search): Limit search when `max' is greater than
218         number of results.
219
220 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
221
222         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
223         part not returning any data.
224
225         * proto-stream.el (open-protocol-stream): Document the return value.
226
227 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * auth-source.el (auth-source-secrets-search): Add examples.
230
231 2011-02-06  Julien Danjou  <julien@danjou.info>
232
233         * message.el (message-setup-1): Handle message-generate-headers-first
234         set to t.
235
236 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
237
238         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
239         API with a string "secrets:collection-name" and with 'default.
240         (auth-source-backend-parse): Parse "secrets:collection-name" and
241         'default.  Recurse on parses instead of repeating code.  Use the
242         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
243         message when ignoring a source.
244         (auth-source-search): List ignored search keys at the top level.
245         (auth-source-netrc-create): Use `case' instead of `cond'.
246         (auth-source-secrets-search): Created with TODOs.
247         (auth-source-secrets-create): Created with TODOs.
248         (auth-source-retrieve, auth-source-create, auth-source-delete)
249         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
250         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
251         (auth-source-user-or-password-sftp)
252         (auth-source-user-or-password-smtp): Removed.
253         (auth-source-user-or-password): Deprecated and modified to be a wrapper
254         around `auth-source-search'.  Not tested thoroughly.
255
256 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * auth-source.el: Bring in assoc and eioeio libraries.
259         (secrets-enabled): New variable to track the status of the Secrets API.
260         (auth-source-backend): New EIOEIO class to represent a backend.
261         (auth-source-creation-defaults): New variable to set prompt defaults
262         during token creation (see the `auth-source-search' docstring for
263         details).
264         (auth-sources): Simplify to allow a simple string as a netrc backend
265         spec.
266         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
267         (auth-source-backend-parse-parameters): Fill in the backend parameters.
268         (auth-source-search): Main auth-source API entry point.
269         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
270         (auth-source-search-collection): Helper function for searching.
271         (auth-source-netrc-parse, auth-source-netrc-normalize)
272         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
273         Supports search, create, and delete.
274         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
275         backend stubs.
276         (auth-source-user-or-password): Call `auth-source-search' but it's not
277         ready yet.
278
279 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
280
281         * message.el (message-setup-1): Remove the read-only stuff, since it
282         doesn't work under XEmacs, for some reason.
283
284         * gnus-sum.el (gnus-user-date): Rename back from
285         gnus-summary-user-date since user code refers to it.
286
287         * shr.el (shr-render-td): Store the actual background colour used.
288
289         * message.el (message-setup-1): Don't bind the constant
290         -forbidden-properties.
291         (message-setup-1): Revert previous change, since it needs to bind the
292         props to insert them.
293         (message-resend): Allow removing the read-only separator line.
294
295 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * nnimap.el (nnimap-request-accept-article): Give an error message if
298         the APPEND wasn't successful.
299
300 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
301
302         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
303         that have no groups.
304
305 2011-02-03  Julien Danjou  <julien@danjou.info>
306
307         * gnus-draft.el: Remove progn around gnus-draft-setup.
308
309 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-start.el (gnus-read-active-for-groups): This function is never
312         called with a nil `infos', so clean that up.
313         (gnus-get-unread-articles): Request active files from primary/secondary
314         methods that have no groups (yet).
315
316 2011-02-03  Julien Danjou  <julien@danjou.info>
317
318         * message.el (message-setup-1): Always generate References first.
319         (message-mail): Return the return value of message-setup, not always t.
320         (message-setup-1): Insert mail-header-separator with read-only and
321         intangible properties set.
322
323         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
324         user-date in docstring.
325
326         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
327
328         * gnus.el (gnus-summary-line-format): Mention &user-date format in
329         docstring.
330
331         * gnus.el (gnus-user-date-format-alist): Change default value. Use
332         defcustom, with type and group. Move from gnus-util.el. Rename to
333         gnus-summary-user-date-format-alist.
334
335 2011-02-03  Glenn Morris  <rgm@gnu.org>
336
337         * nnimap.el (gnus-fetch-headers): Declare.
338
339         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
340
341 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * message.el (message-forward-make-body-digest-plain)
344         (message-followup, message-reply): Clean up things noted by Stefan.
345
346         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
347         gnus-article-update-date-headers is nil.
348         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
349         it didn't really work with defcustom.
350         (article-update-date-lapsed): Make sure the window start doesn't move,
351         either.
352
353 2011-02-01  Julien Danjou  <julien@danjou.info>
354
355         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
356         format.
357
358         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
359         standard in Emacs nowadays.
360
361         * color.el (color-gradient): Add a color-gradient function.
362
363 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
364
365         * message.el (message-expand-name): Don't trust the return value of
366         bbdb-complete-name.
367         (message-check-news-header-syntax): Remove unused var `start'.
368         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
369         (message-inhibit-body-encoding): Move to before first use.
370         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
371         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
372         (Organization, Message-ID, Date, mh-previous-window-config):
373         Defvar the vars using dynamic scoping.
374
375 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el (shr-render-td): Only do colours at the final rendering.
378         Should be slightly faster.
379         (shr-insert-table): Fix up TD background colours when doing the
380         vertical padding.
381
382         * gnus-art.el (article-date-ut): Protect against articles with no Date
383         header.
384         (article-update-date-lapsed): Don't use current-column to find the
385         horizontal position.  It's fragile in the presence of \003 characters.
386
387         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
388
389 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-art.el (article-transform-date): Rewrite to still work when
392         there are several rfc2822 parts.
393         (article-transform-date): Fix infinite recursion.
394         (article-date-ut): Replace infinitely many Date headers with a single
395         one when called interactively.
396
397         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
398         secure manner.
399
400         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
401         move around by not using save-window-excursion.  It seems to work...
402
403 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-art.el (article-make-date-line): Work for user-defined format.
406
407 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
408
409         * nntp.el (nntp-retrieve-group-data-early)
410         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
411         fetching functions.
412
413         * gnus-start.el (gnus-read-active-for-groups): Read the active files
414         thoroughly for all backends that have no known groups.  This should
415         allow new nnml methods to retrieve mail.
416
417         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
418         that Gnus doesn't know exists again.
419
420         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
421         (gnus-treat-date-ut): Ditto.
422         (gnus-article-update-date-header): Renamed.
423         (gnus-treat-date-local): Removed.
424         (gnus-treat-date-english): Removed.
425         (gnus-treat-date-lapsed): Removed.
426         (gnus-treat-date-combined-lapsed): Removed.
427         (gnus-treat-date-original): Removed.
428         (gnus-treat-date-iso8601): Removed.
429         (gnus-treat-date-user-defined): Removed.
430         (gnus-article-date-headers): New variable to control all the date
431         header options.
432         (article-date-ut): Rewrite to allow using the new way to format date
433         headers(s).
434
435 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
436
437         * nnmail.el (nnmail-article-group): Check for a direct fancy split
438         method.
439         (nnmail-article-group): A better test for fanciness.
440
441         * nnimap.el (nnimap-request-head): Protect against not finding the
442         article by Message-ID.
443
444 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
445
446         * gnus-art.el (article-update-date-lapsed): Try a better way to really
447         keep point at the "same place".
448
449 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
452         data if the group is unactivated.
453
454 2011-01-28  Julien Danjou  <julien@danjou.info>
455
456         * gnus-win.el: Remove dead function gnus-window-configuration-element.
457         (gnus-all-windows-visible-p): Remove old compatibility code.
458         (gnus-window-top-edge): Add docstring.
459
460         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
461
462 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
465         older request-update-info.
466
467         * gnus-art.el (article-make-date-line): Limit the length a bit more.
468
469 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
470
471         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
472         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
473
474 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
477         groups.  This makes the nndraft:queue group pop up if it's not already
478         there.
479
480         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
481         messages" logic, which was reversed.
482
483         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
484         the "same place" even if point is on the line being replaced.
485         (article-update-date-lapsed): Allow updating both the combined lapsed
486         and the lapsed headers.
487         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
488         (article-make-date-line): Limit the number of segments dynamically to
489         avoid too-long lines.
490
491 2011-01-27  Julien Danjou  <julien@danjou.info>
492
493         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
494         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
495
496 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
499         Use plist-get instead of the cl function getf.
500
501 2011-01-27  Glenn Morris  <rgm@gnu.org>
502
503         * gnus-util.el (float-time): Get rid of compiler warning, again.
504
505 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
506
507         * shr.el (shr-put-color): Special-case background colours: Do put them
508         at the blank parts at the front of the lines.
509
510         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
511         exit hook to nix out all data on readedness on group exit.
512
513         * gnus-util.el (float-time): If float-time is bound, always use it on
514         all Emacsen.  It's unclear why the subrp check was there.
515         (time-date): Require to make some autoload issues on XEmacs go away.
516
517         * shr.el (shr-put-color): Don't do the box padding in tables, since
518         they're already padded.
519
520 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-art.el (gnus-article-next-page): When the last line of the
523         article is displayed, scroll down once more instead of going to the
524         next article at once.
525         (article-lapsed-string): Refactor out and allow specifying how many
526         segments you want.
527         (gnus-article-setup-buffer): Start updating the lapsed header directly.
528         (gnus-article-update-lapsed-header): New variable.
529
530         * shr.el: Revert change that made headings use different-sized faces.
531         The Emacs display engine isn't advanced enough that, for instance,
532         tables can comfortably use differntly-sized faces.
533
534 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
535
536         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
537         used.
538         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
539         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
540         we're using an encrypted connection.
541
542         * proto-stream.el: Alter the interface functions to also return the
543         actual stream type used: network or tls.
544
545 2011-01-25  Julien Danjou  <julien@danjou.info>
546
547         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
548         (mm-display-javascript-inline): New function.
549
550         * mm-decode.el (mm-inline-media-tests): Add application/javascript
551         viewing function.
552
553 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * shr.el (shr-expand-newlines): Fix variable name.
556
557 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * shr.el (shr-expand-newlines): Make nested boxes work.
560
561 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
564         backgrounds.
565         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
566         in a more sensible manner.
567
568 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
569
570         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
571         if EPG is loaded.
572
573 2011-01-24  Julien Danjou  <julien@danjou.info>
574
575         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
576         tags.
577
578 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
581         commands.
582
583         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
584         in the article buffer.
585         (gnus-gravatar-insert): Use blank space from the current buffer to
586         avoid breaking text properties.  This makes X-Sent updating work again.
587
588         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
589
590 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
593         fix the bug in url-http.el instead.
594
595         * shr.el (shr-image-fetched): Ditto.
596
597         * shr.el (shr-image-fetched): Avoid having point move in the article
598         buffer.
599
600         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
601         buffer after being called.  It's apparently being killed by url.el, and
602         killing it made point move to end-of-buffer in a random buffer.
603
604         * shr.el (shr-image-fetched): Ditto.
605
606 2011-01-23  Julien Danjou  <julien@danjou.info>
607
608         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
609
610         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
611         text/x-org.
612
613 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-sum.el (gnus-summary-move-article): Protect against backends
616         (i.e., nnimap) returning nil as the article number.
617
618 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
619
620         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
621         "DelSp" parameter in RFC3676.
622
623 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * message.el (message-check-recipients): Display the encoded version of
626         the bogus address if they differ.
627
628         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
629         after sending.
630
631         * gnus-agent.el (gnus-agent-send-mail): Ditto.
632
633         * gnus-group.el (gnus-group-refresh-group): New convenience function.
634
635         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
636         group buffer after sending the queue.
637
638         * gnus-agent.el (gnus-agent-send-mail): Ditto.
639
640 2011-01-22  Julien Danjou  <julien@danjou.info>
641
642         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
643
644 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
647         nested related parts.
648
649         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
650         unexpired articles.  This fixes the regression that led expiry marks to
651         disappear from nnfolder groups.
652
653 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
654
655         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
656         Don't confuse the "ret" of "retrograde" with RET.
657
658 2011-01-21  Julien Danjou  <julien@danjou.info>
659
660         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
661         than mm-insert-inline.
662
663 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
666         Widen article buffer.
667
668 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
669
670         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
671         the temp buffer.
672         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
673
674 2011-01-20  Julien Danjou  <julien@danjou.info>
675
676         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
677
678         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
679         than mm-insert-inline to insert inline part: this respect
680         mm-inline-media-tests displayers.
681
682         * mm-view.el (mm-display-shell-script-inline): New function.
683
684         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
685
686         * mm-uu.el (mm-uu-type-alist): Add org block.
687         (mm-uu-org-src-code-block-extract): New function.
688
689         * mm-view.el (mm-display-org-inline): New function.
690
691         * mm-decode.el (mm-automatic-display): Add text/org.
692
693         * mailcap.el (mailcap-mime-extensions): Add .org.
694
695 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-art.el (gnus-article-highlight): Remove argument passed to
698         gnus-article-add-buttons.
699
700 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
701
702         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
703         From header with a date and "nobody" as the sender.
704
705 2011-01-19  Julien Danjou  <julien@danjou.info>
706
707         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
708         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
709         if you have the same regexp several times.
710         (gnus-button-push): Fix matching when regexp is symbol.
711
712 2011-01-15  Glenn Morris  <rgm@gnu.org>
713
714         * message.el (message-mail): A compose-mail function should
715         accept headers as strings.
716
717 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
718
719         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
720         Add :vert-only tags.
721         (message-mail): New arg RETURN-ACTION.
722         (message-return-action): New var.
723         (message-bury): Use it.
724         (message-mode): Make it buffer-local.
725         (message-send-and-exit): Always call message-bury.
726
727         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
728         message-mail.
729
730 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * nnimap.el (nnimap-convert-partial-article): Protect against
733         zero-length body parts.
734
735         * mm-decode.el (mm-preferred-alternative-precedence):
736         Discourage showing empty parts.
737
738         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
739         and stuff if the backend didn't return the article number.  This fixes
740         an Exchange-related nnimap bug.
741
742         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
743         group window, because it does the wrong thing when a separate frame
744         displays the group buffer.
745
746         * proto-stream.el (open-protocol-stream): Protect against the low-level
747         transport functions returning nil.
748
749 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
750
751         * mml2015.el (epg-sub-key-fingerprint): Autoload.
752         (mml2015-epg-find-usable-secret-key): New function.
753         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
754         mml2015-epg-find-usable-key (Bug#7797).
755         (mml2015-epg-encrypt): Ditto.
756
757 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * dgnushack.el (rot13-string): Fix the way to get the argument.
760
761 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
764
765 2011-01-03  Glenn Morris  <rgm@gnu.org>
766
767         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
768
769         * sieve.el (sieve-open-server): Give a more explicit error if
770         sieve-manage-open returns nil.  (Bug#7720)
771
772 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
773
774         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
775
776 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
779         This avoids sending passwords in plain text over non-encrypted
780         channels.
781
782         * shr.el (shr-rescale-image): Display all GIF images as animated images.
783
784         * nnimap.el (nnimap-login): Refactored out into own function, and
785         implement CRAM-MD5.
786         (nnimap-wait-for-line): Refactored out.
787
788         * mm-view.el (mml-smime): Require.
789
790 2010-12-20  David Engster  <deng@eml.cc>
791
792         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
793         use EPG to decrypt S/MIME messages instead of openssl.
794
795 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
798
799         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
800         status is the group clearly is unreachable.
801
802         * auth-source.el (auth-source-create): Add the optional second
803         parameter to `local-variable-p' to be compatible with XEmacs.
804
805 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
806
807         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
808         work when using a compressed nnml folder.
809
810 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
813         backends after sanitising on entry, because this never makes sense:
814         If the articles have gone missing, then the data no longer exists on
815         the backend, and if they haven't, then Gnus is wrong, and shouldn't
816         overwrite anything anyway.
817
818         * shr.el (shr-insert-document): Bind shr-width dynamically to
819         window-width if it's nil.
820
821 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
822
823         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
824         with the meaning of using the full emacs window width for rendering.
825
826 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
827
828         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
829         case when sender is not given.
830
831 2010-12-23  Julien Danjou  <julien@danjou.info>
832
833         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
834         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
835         the addresses, otherwise we might misplaced the gravatar.
836
837 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
838
839         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
840         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
841         obsolete in Emacs.
842
843 2010-12-20  Julien Danjou  <julien@danjou.info>
844
845         * gnus-util.el (gnus-rescale-image): Revert last change.
846
847 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
848
849         * binhex.el: Improve commentary (Bug#7482).
850
851 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-group.el (gnus-group-delete-articles): New command.
854
855 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
856
857         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
858
859 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
862         here, since it's up to the backends to do CRLF removal if their
863         protocol has it.
864
865         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
866
867 2010-12-17  Julien Danjou  <julien@danjou.info>
868
869         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
870         they are from file. Can also scale up.
871
872 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
873
874         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
875         gnus-use-agent.
876         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
877
878         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
879
880 2010-12-17  Julien Danjou  <julien@danjou.info>
881
882         * gravatar.el (gravatar-retrieve-synchronously): New function.
883         (gravatar-get-data): Make more robust.
884
885 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
888
889 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
892         to really consider the last line.
893
894 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
895
896         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
897         list of recipient keys, or use symmetric encryption if not a list.
898         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
899         EPA override, replacing the call to `netrc-store-data'.
900
901 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
902
903         * gnus-srvr.el: Avoid passing nil regexp argument to
904         delete-matching-lines.
905
906 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
909         fetching stops when Gnus exits.
910
911         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
912         function.
913         (nnfolder-request-expire-articles): Save all the buffers after doing
914         expiry.
915
916         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
917         the last article", since that led to serious performance regressions
918         when expiring nnml groups.
919
920 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
921
922         * nnir.el: Improve customizations.
923
924 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
927
928         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
929         group has been killed.
930         (gnus-group-yank-group): Ditto.
931
932         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
933
934         * nnimap.el (nnimap-request-update-group-status): New function.
935
936         * gnus-int.el (gnus-request-update-group-status): New interface
937         function.
938
939         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
940         copying read-ness to the backends.
941
942         * nnimap.el (nnimap-quirk): New function.
943         (nnimap-retrieve-group-data-early): Use it.
944         (nnimap-quirks): New alist.
945
946 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * shr.el (shr-insert): Set shr-start after deleting trailing space;
949         don't delete it within indentation.
950
951 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
954         previous line.
955
956 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
959         QRESYNC command by deleting a superfluous space which broke Cyrus
960         servers.  This change will break other servers that are buggy the other
961         way around.
962
963 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * spam.el: Reindent and fix long lines.
966         (spam-copy-or-move-routine): Exclude invalid move destinations.
967
968 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
969
970         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
971         installed the registry.
972
973 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
976
977 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
978
979         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
980         groupname doesn't contain "gmane".
981
982 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
985         and netrc-bound-and-true-p bindings.
986         (netrc-parse): Cache the netrc contents.
987
988         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
989         (gnus-1): Don't create the nndrafts group twice.
990         (gnus-setup-news): There's no need to read the active file here, since
991         that's done again later on a per-backend basis.
992         (gnus-start-draft-setup): Make sure that the new group is started out
993         empty.
994
995         * gnus-agent.el (gnus-agentize): Don't create the queue group
996         automatically on startup.  It'll be created later, if needed.
997
998         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
999         of automatically subscribed groups.
1000         (gnus-auto-subscribed-categories): New variable.
1001         (gnus-matches-options-n): Use it.
1002         (gnus-default-subscribed-newsgroups): Remove unused variable.
1003         (gnus-start-draft-setup): Message a bit less.
1004
1005 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1006
1007         * nnir.el (nnir-run-imap): Return article list in order of increasing
1008         UID.
1009
1010 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-sum.el (gnus-summary-enter-digest-group):
1013         Mention gnus-auto-select-on-ephemeral-exit.
1014
1015         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1016         convention of the network-only option.
1017
1018 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * proto-stream.el (proto-stream-open-network-only): New function to
1021         have a way to specify non-STARTTLS upgrade connections.
1022
1023 2010-12-10  Julien Danjou  <julien@danjou.info>
1024
1025         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1026         email address is nil.
1027
1028         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1029
1030 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1031
1032         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1033         deletion.
1034         (nnir-run-imap): Only need to parse list once.
1035
1036 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * shr.el (shr-tag-script): Ignore <script>.
1039         (shr-tag-label): Add <label> support.
1040
1041 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1044
1045         * shr.el (shr-image-displayer): Work for images lined side by side.
1046
1047 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1048
1049         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1050         parameter, since XEmacs doesn't accept t as a parameter.
1051
1052 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1053
1054         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1055         ids.
1056         (nnir-run-gmane): Simplify groupspec formatting.
1057         (nnir-request-expire-articles): New function.
1058
1059 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1062         overflow, possibly.
1063
1064         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1065         (shr-render-td): Handle td style="" better.
1066         (shr-tag-table): Use the color from the style sheet.
1067         (shr-render-td): Make sure we copy over all the overlays, too.
1068
1069 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1070
1071         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1072         (nnir-request-article): Improve article retrieval.
1073
1074 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * mm-util.el (mm-extra-numeric-entities): New variable.
1077
1078         * mm-url.el (mm-url-decode-entities):
1079         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1080
1081         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1082
1083 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1084
1085         * message.el: Use completion-at-point.
1086         (message-completion-function): New fun, extracted from message-tab.
1087         (message-mode): Use it for completion-at-point-functions.
1088         (message-tab): Use it and completion-at-point.
1089
1090 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1093         character if a non-breakable character follows.
1094
1095 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1098         any stream.
1099
1100         * shr.el (shr-tag-font): Colorize the region.
1101         (shr-tag-body): Ditto.
1102         (shr-tag-font): Actually let the styles be inherited instead of
1103         overwriting them.
1104         (shr-tag-font): Get the background color right.
1105         (shr-tag-style): Ignore all <style> tags for the moment.
1106
1107         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1108         a Message-ID to avoid having nnimap depend on gnus-sum.
1109
1110         * shr.el (shr-descend): Only colorize something if we have a node that
1111         sets colors.
1112
1113 2010-12-06  Julien Danjou  <julien@danjou.info>
1114
1115         * shr.el (shr-render-td): Render td content with shr-descend, so style
1116         will be applied to <td> too.
1117         (shr-colorize-region): Colorize region even if we only have a background.
1118         (shr-tag-body): Fix color and background color inheritance.
1119         Do not recolorize after shr-generic.
1120         (shr-tag-font): Let shr-generic colorize via inheritance.
1121
1122 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1125
1126 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-request-move-article): Remove obsolete code.
1129
1130 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1133
1134 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-sum.el (gnus-summary-respool-article): The completion function
1137         expects a list instead of an alist.
1138
1139         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1140         string as the parameter.
1141
1142         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1143
1144         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1145         styles.
1146         (shr-colorize-region): New function.
1147         (shr-insert-background-overlay): Remove.
1148         (shr-render-td): Background setting should be taken care of on a higher
1149         level.
1150         (shr-tag-body): Use post-hoc colorizations.
1151         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1152         (shr-put-color-1): Don't overwrite old colors.
1153         (shr-colorize-region): When the background color isn't explicit, use
1154         a fixed background.
1155
1156         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1157         nnmail variables.
1158
1159 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1160
1161         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1162         unless necessary.
1163
1164 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1165
1166         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1167         server.
1168
1169 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1172         so that TAB works.
1173
1174         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1175         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1176
1177         * shr.el (shr-urlify): Show the URL before the title to avoid
1178         misleading URLs.
1179
1180 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1181
1182         * shr.el (shr-urlify): Display the title in <a> tags.
1183
1184 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1185
1186         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1187
1188 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el: Rearrange code to allow macros to be autoloaded by
1191         gnus-sum.el.
1192         (nnir-retrieve-headers-override-function): Make this variable
1193         customizable.
1194         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1195
1196         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1197         from nnir.el.
1198
1199 2010-12-03  Julien Danjou  <julien@danjou.info>
1200
1201         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1202
1203 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1206         allow optional argument `environment'.
1207
1208 2010-12-03  Glenn Morris  <rgm@gnu.org>
1209
1210         * mm-extern.el (message-goto-body): Update declaration.
1211
1212 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-util.el (gnus-macroexpand-all): New function.
1215
1216         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1217         instead of macroexpand-all that is unavailable in XEmacs.
1218
1219 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1220
1221         * nnir.el (nnir-summary-line-format): New variable.
1222         (nnir-mode): Use it.
1223         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1224         (nnir-article-ids): Reimplement as defsubst.
1225         (nnir-retrieve-headers): Don't mangle the subject header.
1226         (nnir-run-imap): Use 100 as RSV score.
1227         (nnir-run-find-grep): Fix for full server searching.
1228         (nnir-run-gmane): Better restriction to gmane groups.
1229
1230         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1231         summary buffers.
1232
1233 2010-12-02  Julien Danjou  <julien@danjou.info>
1234
1235         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1236
1237         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1238
1239         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1240         support.
1241
1242 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnir.el: Update to handle the registry better.
1245         (autoload): Silence byte-compiler.
1246         (nnir-open-server): Add a hook for nnir groups.
1247         (nnir-request-move-article): Don't mangle the header. Better to use
1248         formating variables (which will be added in the future).
1249         (nnir-registry-action): Update the registry using the original article
1250         group name.
1251         (nnir-mode): Install nnir-specific hooks for updating the registry.
1252
1253         * gnus-sum.el
1254         (gnus-article-original-subject,gnus-newsgroup-original-name):
1255         Remove obsolete variables.
1256         (gnus-summary-move-article): Remove use of obsolete variables.
1257         (gnus-summary-local-variables): Make move and delete hooks local to
1258         summary buffers.
1259
1260 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * rtree.el: New file.
1263
1264 2010-12-01  Julien Danjou  <julien@danjou.info>
1265
1266         * message.el (message-user-organization): Do not use
1267         gnus-local-organization.
1268
1269         * gnus.el: Remove gnus-local-organization.
1270
1271         * gnus-msg.el: Remove nastygram thing.
1272
1273 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1276         funcall.
1277
1278 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1281         names.
1282
1283         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1284         characters.
1285
1286         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1287         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1288         Suggested by Štěpán Němec <stepnem@gmail.com>.
1289         (gnus-gravatar-transform-address): Use mail-extract-address-components
1290         that supports non-ASCII names rather than mail-header-parse-addresses.
1291
1292 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * proto-stream.el (open-protocol-stream): All starttls connections are
1295         handled by the network handler.
1296
1297 2010-11-30  Julien Danjou  <julien@danjou.info>
1298
1299         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1300         (nnimap-open-connection-1): Fix PREAUTH.
1301
1302         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1303
1304 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1307         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1308         (shr-insert): Use them.
1309         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1310
1311 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1312
1313         * nnir.el (nnir-request-move-article): Bail out if original group
1314         doesn't support article moves.
1315         (nnir-get-active): Improve active list retrieval.
1316
1317 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1320
1321 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1322
1323         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1324         seem to accept strings-with-numbers as port numbers,
1325
1326 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1327
1328         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1329         change the registry.
1330
1331 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1334         delete-dups that is not available in XEmacs 21.4.
1335
1336         * mm-util.el (mm-delete-duplicates): Add comment.
1337
1338 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1339
1340         * nnir.el (nnir-ignored-newsgroups): New variable.
1341         (nnir-get-active): Use it.
1342
1343 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * proto-stream.el (proto-stream-open-network): Add some comments.
1346
1347         * nntp.el (nntp-open-connection): Provide a :success condition.
1348
1349         * nnimap.el (nnimap-open-connection-1): Ditto.
1350
1351         * proto-stream.el (proto-stream-open-network): See what the response to
1352         the STARTTLS command is.
1353
1354         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1355         backwards compatibility).
1356         (nnimap-open-connection-1): Really respect nnimap-server-port.
1357
1358         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1359         TLS upgrades we don't really care about the identity of the peer.
1360         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1361         that what we've checked for.
1362         (proto-stream-always-use-starttls): Only default to t if
1363         open-gnutls-stream exists.
1364         (proto-stream-open-network): If STARTTLS failed, then just open a
1365         normal connection.
1366         (proto-stream-open-network): Wait until the greeting before doing
1367         STARTTLS.
1368
1369         * nntp.el (nntp-open-connection): Report what the connection error is.
1370
1371         * proto-stream.el (open-protocol-stream): Rename from
1372         open-proto-stream.
1373
1374 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * nnimap.el (nnimap-stream): Change default to `undecided'.
1377         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1378         first, and then network.
1379         (nnimap-open-connection-1): Respect nnimap-server-port.
1380         (nnimap-open-connection): Be more backwards-compatible.
1381
1382         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1383         (proto-stream-open-starttls): De-duplicate the starttls code.
1384         (proto-stream-open-starttls): Folded back into the main function.
1385         (proto-stream-open-network): Fix typo in the gnutls path.
1386         (proto-stream-command): Refactor out.
1387
1388         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1389
1390         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1391         starttls.el STARTTLS.
1392
1393         * color.el (color-lab->srgb): Fix function call name.
1394
1395         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1396         if we're using tls.el.
1397         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1398         built in, then don't try to establish a STARTTLS connection.
1399
1400         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1401         servers.
1402
1403         * proto-stream.el (open-proto-stream): Use network, not stream.
1404         (open-proto-stream): Add a way to specify what the end of a command is.
1405
1406         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1407         connections types.
1408         (nntp-open-network-stream): Remove.
1409         (nntp-open-ssl-stream): Remove.
1410         (nntp-open-tls-stream): Remove.
1411         (nntp-ssl-program): Remove.
1412
1413         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1414
1415 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1416
1417         * nnir.el: Fix typos.
1418         (nnir-retrieve-headers-override-function): Rename variable to reflect
1419         new semantics.
1420         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1421         macros.
1422         (nnir-request-article, nnir-request-move-article): Use them.
1423         (nnir-categorize): New function.
1424         (nnir-run-query): Use it.
1425         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1426         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1427         sorted.
1428         (nnir-group-full-name): Use gnus-group-full-name instead.
1429         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1430         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1431
1432 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1435
1436         * proto-stream.el: New library to provide protocol-specific
1437         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1438         protocols.
1439         (open-proto-stream): Complete the documentation.
1440         (proto-stream-open-network): Fix some typos.
1441
1442         * nnimap.el (nnimap-open-connection): Use it.
1443
1444 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1445
1446         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1447         negotiation.
1448
1449 2010-11-26  Julien Danjou  <julien@danjou.info>
1450
1451         * color.el: Rename various rgb functions to srgb.
1452
1453 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1456         names.
1457
1458 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * shr.el (shr-insert): Revert last change.
1461         (shr-find-fill-point): Never leave point being at bol;
1462         relax the kinsoku limitation when rendering tables.
1463
1464 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1467         results from -accept-article.
1468
1469         * shr-color.el: Require cl when compiling.
1470
1471         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1472         checkin.
1473
1474         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1475
1476         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1477
1478         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1479         'add and 'delete to set backend marks.
1480
1481         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1482
1483         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1484
1485         * nntp.el (nntp-request-set-mark): Use it.
1486
1487         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1488
1489         * nnml.el (nnml-request-set-mark): Ditto.
1490
1491         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1492         introduces regressions in article selection.
1493         (nnimap-find-uid-response): New function.
1494         (nnimap-request-accept-article): Use the UID returned, if any.
1495         (nnimap-request-move-article): Use the UID returned, if any.
1496         (nnimap-get-groups): Reimplement to work with folded lines.
1497         (nnimap-find-uid-response): The UID is the last element in the list.
1498         (nnimap-request-set-mark): Extend syntax with 'set.
1499
1500         * nnml.el (nnml-request-set-mark): Ditto.
1501
1502         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1503
1504         * nntp.el (nntp-request-set-mark): Ditto.
1505
1506 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * message.el (message-called-interactively-p): A temporary macro.
1509         (message-goto-body): Use it temporarily.
1510
1511 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1514         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1515         (nnimap-last-response-string): Fix last unfolding fix.
1516
1517 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * shr.el (shr-insert): Fix the way to fold lines.
1520
1521 2010-11-25  Julien Danjou  <julien@danjou.info>
1522
1523         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1524
1525         * color.el: Rename from color-lab.el
1526         (color-rgb->hex): Add.
1527         (color-complement): Add.
1528         (color-complement-hex): Add.
1529
1530         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1531
1532 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1535         don't exist.
1536
1537 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1540         assuming that article displaying or another mml-preview may be
1541         interrupted for an error or for the like.
1542
1543         * shr.el (shr-get-background): Fix argument name.
1544
1545 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1548
1549         * gnus-sum.el (gnus-summary-include-articles): New function.
1550
1551         * message.el (message-goto-body): called-interactively-p needs a
1552         parameter, so use `any'.
1553
1554         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1555         clear marks before moving, since they're synced from the Gnus side
1556         first.
1557
1558         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1559         (gnus-summary-move-article): Copy over all marks before moving, so that
1560         IMAP doesn't think a new article has arrived.
1561
1562 2010-11-24  Julien Danjou  <julien@danjou.info>
1563
1564         * shr.el (shr-insert-background-overlay): Fix typo.
1565         (shr-render-td): Copy the background before rendering.
1566
1567         * shr-color.el (shr-color-visible): Fix docstring.
1568
1569         * shr.el (shr-tag-table): Add bgcolor support.
1570         (shr-render-td): Add bgcolor support.
1571         (shr-get-background): Add.
1572         (shr-insert-foreground-overlay): Use shr-get-background.
1573
1574         * message.el (message-goto-body): Use called-interactively-p.
1575         (message-in-body-p): message-goto-body returns point.
1576
1577 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1580         Fixes something or other in Emacs 23, and is backwards compatible.
1581
1582         * message.el (message-goto-body): Remove the <#secure special-casing,
1583         which is too special.
1584
1585         * shr.el (shr-parse-style): Drop !important from styles.
1586
1587 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1588
1589         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1590         this function to return incorrect results when calling it with an
1591         explicit article argument different from
1592         (gnus-summary-article-number).
1593
1594 2010-11-24  Julien Danjou  <julien@danjou.info>
1595
1596         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1597         (shr-tag-body): Add background support.
1598         (shr-descend): Add background support.
1599         (shr-tag-title): Add.
1600
1601         * shr-color.el (shr-color-visible): Really return original background
1602         if fixed.
1603
1604 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * shr.el (shr-color-check): Protect against non-existant colour names.
1607
1608 2010-11-24  Julien Danjou  <julien@danjou.info>
1609
1610         * color-lab.el: Require 'cl when compiling.
1611
1612         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1613
1614         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1615         matched part.
1616
1617         * color-lab.el: Fix all expt calls to use float type.
1618
1619 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1622         expression to shr-color-check as is.
1623
1624         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1625
1626         * color-lab.el: Add coding cookie.
1627         (float-pi): Use eval-and-compile.
1628
1629         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1630         compiled for Emacsen having no `libxml-parse-html-region' support.
1631
1632 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * shr.el (shr-insert-color-overlay): Split stuff like
1635         "#444444 !important" to find the real colour.
1636         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1637         parse <font color="red"> entries.
1638
1639 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1642         point when parsing headers.
1643
1644         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1645         is positioned properly when parsing headers.
1646
1647 2010-11-23  Julien Danjou  <julien@danjou.info>
1648
1649         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1650
1651         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1652
1653         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1654
1655         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1656         Use shr-color-hue-to-rgb.
1657         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1658
1659 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * shr.el (shr-color->hexadecimal): Autoload.
1662         (shr-descend): Add color to all tags.
1663
1664 2010-11-22  Julien Danjou  <julien@danjou.info>
1665
1666         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1667         shr-color->hexadecimal.
1668
1669         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1670         RGB() or HSL() color representation.
1671
1672         * shr.el (shr-tag-font): Add.
1673         (shr-tag-color-check): New function to get better colors.
1674         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1675         tag-span.
1676
1677         * shr-color.el: New file.
1678
1679         * color-lab.el: New file.
1680
1681         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1682
1683 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1684
1685         * nnir.el: Fix typo in comments.
1686         (nnir-run-imap): Simplify code. No need to reverse artlist.
1687         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1688
1689 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1692
1693         * nnimap.el (nnimap-get-capabilities): Refactor out.
1694         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1695
1696 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1697
1698         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1699         appearing when `mm-uu-hide-markers' is nil.
1700
1701 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * nnimap.el (nnimap-unselect-group): Make into its own function.
1704         (nnimap-request-rename-group): Unselect group before renaming.
1705         This had gotten lost somewhere.
1706         (nnimap-request-accept-article): Keep track of examined groups, and
1707         unselect the group before APPENDing to read-only groups.
1708         (nnimap-request-move-article): Clear flags before moving so that they
1709         can be re-set later.
1710
1711 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1714         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1715
1716 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-art.el (gnus-mime-display-single)
1719         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1720         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1721         parameter.
1722
1723 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1726         (shr-table-vertical-line): New variable.
1727         (shr-insert-table): Use it.
1728
1729 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-html.el (gnus-html-wash-images): Don't display images if
1732         gnus-inhibit-images is non-nil; register displayer for cid images.
1733         (gnus-html-display-image): Work for cid image.
1734         (gnus-html-insert-image): Allow arguments.
1735         (gnus-html-put-image): Inhibit read-only.
1736         (gnus-html-prefetch-images): Don't prefetch images if
1737         gnus-inhibit-images is non-nil.
1738
1739 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * shr.el (shr-put-image): Break lines when inserting big pictures.
1742
1743 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1744
1745         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1746         sender, thanks Katsumi Yamaoka.
1747
1748 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1749
1750         * nnir.el (nnir-run-imap): Reverse the article list for each group
1751         rather than the whole list.
1752
1753 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * shr.el (shr-image-displayer): Protect function against non-existent
1756         image source.
1757
1758         * gnus-art.el (gnus-inhibit-images): New user option.
1759         (gnus-mime-display-single): Don't display image if it is non-nil.
1760
1761         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1762         gnus-inhibit-images.
1763
1764         * shr.el (shr-image-displayer): New function.
1765         (shr-tag-img): Use it.
1766
1767 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1768
1769         * mml2015.el (mml2015-epg-sign): Use From header.
1770
1771 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1774
1775         * gnus-util.el (gnus-find-text-property-region): Return markers.
1776
1777         * shr.el (shr-tag-img): Put a displayer in the text property.
1778
1779         * gnus-util.el (gnus-find-text-property-region): New utility function.
1780
1781         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1782         (gnus-html-show-images): Remove.
1783
1784         * gnus-art.el (gnus-article-show-images): New, more general function.
1785
1786         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1787         image url text properties.
1788
1789         * shr.el: Ditto.
1790
1791         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1792         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1793
1794 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1797         work for two or more articles.
1798
1799 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1802         divide an image that's in an html article to two or more when washing
1803         non-ASCII characters in alt text of it.
1804
1805 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1808         smime-decrypt-region using function argument.
1809         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1810
1811         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1812
1813         * smime.el (smime-decrypt-region): Catch it.
1814
1815 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1816
1817         * smime.el (smime-mode-map): Move initialization into declaration.
1818         (gnus-run-mode-hooks): Don't autoload.
1819         (smime-mode): Use define-derived-mode.
1820
1821 2010-11-11  Glenn Morris  <rgm@gnu.org>
1822
1823         * smime.el (from): Restrict declaration to XEmacs.
1824
1825         * nnir.el (gnus-group-topic-name): Autoload.
1826
1827 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * shr.el (shr-insert): Don't break long line if it is because of
1830         kinsoku-bol characters in the line end.
1831
1832 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1833
1834         * nnir.el (nnir-request-move-article): Fix to provide original group
1835         and subject.
1836         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1837         been retrieved.
1838
1839         * gnus-sum.el (gnus-summary-move-article): Use original group and
1840         subject for virtual articles such as those in an nnir summary buffer.
1841
1842 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1845         least 21.5).
1846
1847         * smime.el (from): Declare it again for XEmacs.
1848
1849 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * message.el (message-resend): Don't disable encoding unless it's
1852         already encoded.
1853
1854         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1855         low-numbered articles.
1856
1857 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * rfc2047.el (rfc2047-syntax-table): Simplify.
1860
1861         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1862
1863         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1864         set-char-table-range for XEmacs.
1865
1866 2010-11-10  Glenn Morris  <rgm@gnu.org>
1867
1868         * time-date.el (time-to-seconds): Always an alias on Emacs,
1869         never a real function.
1870         (with-no-warnings): Remove compat stub, now unused.
1871         (time-less-p): Doc fix.
1872         (time-to-number-of-days): Simplify.
1873
1874         * smime.el (from): Remove unused declaration.
1875
1876         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1877         (gnus-float-time): On Emacs, always an alias.
1878
1879         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1880         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1881
1882 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * dgnushack.el: Don't use ignore-errors in the top level form since it
1885         is unavailable in XEmacs even if cl is loaded.
1886
1887         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1888
1889 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr.el (browse-url-mailto): Autoload.
1892
1893         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1894
1895         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1896         regexp doesn't need quoting.
1897
1898 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1899
1900         * message.el (message-subject-trailing-was-ask-regexp)
1901         (message-subject-trailing-was-regexp): Match was: in addition to was.
1902
1903 2010-11-09  Glenn Morris  <rgm@gnu.org>
1904
1905         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1906         (nnbabyl-check-mbox): Use point-at-bol.
1907
1908 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1911
1912         * message.el (message-mailto): New function.
1913         (message-mailto): Should accept other parameters.
1914         (message-mailto): Remove since it duplicates browse-url-mailto
1915         functionality.
1916
1917 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1920         methods.
1921         (gnus-read-active-file): Ditto.
1922
1923         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1924         ": " from the prompt.
1925         (gnus-group-make-group): Ditto.
1926
1927 2010-11-07  Glenn Morris  <rgm@gnu.org>
1928
1929         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1930         (gnus-bookmark-kill-line): Use point-at-eol.
1931
1932 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1935         asterisks in From header.
1936
1937 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1940         string to avoid making the From headers syntactically invalid.
1941
1942         * message.el (message-send-mail): Don't insert courtesy messages if the
1943         message already has List-Post and List-ID messages.
1944
1945 2010-11-06  Glenn Morris  <rgm@gnu.org>
1946
1947         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1948         `condition', `type', `length' a prefix.
1949         (gnus-treat-predicate): Update for above name changes.
1950
1951 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1952
1953         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1954         binding.  Handled by `gnus-summary-refer-thread' instead.
1955         (nnir-warp-to-article): New backend function.
1956
1957         * nnimap.el (nnimap-request-thread): Force dependency updating.
1958
1959         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1960         (gnus-summary-refer-thread): Rework to improve thread-referral.
1961
1962         * gnus-int.el (gnus-warp-to-article): New function.
1963
1964         * gnus-sum.el (gnus-summary-article-map): Bind it.
1965
1966 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1967
1968         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1969         gnus-summary-refer-thread.
1970
1971         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1972         headers.
1973         (gnus-summary-limit-include-thread): Prevent articles in thread from
1974         being cut in gnus-cut-threads.
1975         (gnus-summary-refer-thread): Limit retrieved headers to those in
1976         thread.
1977
1978 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * message.el (message-send-mail): Use the value of
1981         message-courtesy-message from the message buffer.
1982
1983         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1984
1985         * shr.el (shr-browse-url): Implement mailto: URLs.
1986
1987         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1988         "raw".
1989
1990         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1991         if it's already selected.
1992
1993         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1994
1995 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1998         to measure the length and truncate alt text.
1999
2000 2010-11-03  Glenn Morris  <rgm@gnu.org>
2001
2002         * nndiary.el (nndiary-generate-nov-databases-1)
2003         (nndiary-generate-active-info): Rename dynamic variable `files' to
2004         something less generic.
2005
2006 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2007
2008         * nnir.el (nnir-request-move-article): Call the underlying backend to
2009         move articles from nnir.
2010
2011 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2014
2015 2010-11-02  Julien Danjou  <julien@danjou.info>
2016
2017         * nnir.el: Remove wais support.
2018
2019 2010-11-02  Glenn Morris  <rgm@gnu.org>
2020
2021         * gnus-html.el: Reorder requirements to quieten compiler.
2022
2023 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2026         properly for XEmacs as well.
2027         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2028         (gnus-article-natural-long-line-p): Use window-width rather than
2029         frame-width.
2030
2031 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2032
2033         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2034         (nnir-read-parms): Don't modify query.
2035         (nnir-run-query): Add ability to search topic on current line.
2036         (nnir-get-active): Clean up.
2037
2038 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2041         degenerate articles.
2042
2043         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2044         (gnus-print-buffer): Just print the buffer as is, without any copying
2045         to a buffer and then re-highlighting.
2046
2047         * nnimap.el (nnimap-request-group): Store the new updated info.
2048         (nnimap-request-group): Select the group when we don't know whether it
2049         exists or not.
2050
2051         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2052         groups.
2053
2054         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2055         groups.
2056
2057         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2058         groups.
2059
2060         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2061         long-lines case by only filling the long lines.
2062
2063         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2064         (bug #7311).
2065
2066 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * shr.el: No need to declare `declare-function' since shr.el is for
2069         only Emacsen that provide `libxml-parse-html-region'.
2070
2071         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2072         effective only in a file it is referred to.
2073
2074 2010-11-01  Glenn Morris  <rgm@gnu.org>
2075
2076         * mm-util.el (gnus-completing-read): Autoload.
2077         (mm-read-coding-system): Simplify Emacs definition.
2078
2079         * nnmail.el (gnus-activate-group):
2080         * nnimap.el (gnutls-negotiate):
2081         * nntp.el (netrc-parse): Fix declarations.
2082
2083 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2086         string-match-p in Emacs >=23.
2087
2088         * gnus-msg.el (gnus-configure-posting-styles)
2089         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2090
2091 2010-11-01  Glenn Morris  <rgm@gnu.org>
2092
2093         * nnir.el (declare-function): Add compat stub.
2094         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2095         (nnir-run-gmane): Require 'mm-url.
2096
2097         * mm-util.el (mm-string-to-multibyte): Simplify.
2098
2099         * shr.el (declare-function): Add compat stub.
2100         (url-cache-create-filename): Declare.
2101         (mm-disable-multibyte, widget-convert-button): Autoload.
2102
2103         * smime.el (ldap-search): Declare.
2104         (smime-cert-by-ldap-1): Require ldap on Emacs.
2105
2106         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2107         (nnimap-keepalive): Use gnus-float-time.
2108
2109         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2110         (mail-source-delete-crash-box): Use gnus-float-time.
2111
2112         * gnus-dired.el (gnus-completing-read): Autoload.
2113
2114         * mm-view.el (gnus-rescale-image): Autoload.
2115
2116         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2117
2118         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2119
2120         * sieve-manage.el: Require 'cl when compiling.
2121
2122         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2123         (gnus-iswitchb-completing-read): Require iswitchb.
2124         (gnus-select-frame-set-input-focus): Silence compiler.
2125
2126 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * message.el (message-subject-trailing-was-query): Change default to t,
2129         since I think that's what most people want.
2130
2131         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2132         appending for easier debugging.
2133         (nnimap-wait-for-connection): Take a regexp.
2134         (nnimap-request-accept-article): Wait for the continuation line before
2135         sending anything unless we're streaming.
2136
2137         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2138         leave the header washing to take place.
2139
2140 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2141
2142         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2143         regular expression match and replace in posting styles.
2144
2145 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2148         an entire server.
2149         (nnir-get-active): New function.
2150         (nnir-run-imap): Use it.
2151         (nnir-run-gmane): Who knew, gmane search returns an article score!
2152
2153         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2154         server on the current line with nnir.
2155
2156 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2159         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2160         left edge.
2161         (gnus-article-foldable-buffer): Skip past the prefix when determining
2162         raggedness.
2163
2164         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2165         the raw article, and change `C-u g' to show the article without doing
2166         treatments.
2167
2168         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2169         on to `gnus-treat-article'.
2170         (gnus-inhibit-article-treatments): New variable.
2171
2172         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2173
2174         * gnus-art.el (gnus-treatment-function-alist): Have
2175         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2176         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2177         sections.
2178
2179         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2180         parameter.
2181         (gnus-article-fill-cited-long-lines): New function.
2182         (gnus-article-fill-cited-article): Allow filling only long sections.
2183
2184         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2185         and non-punctuation (like after the apostrophe in "'We").
2186
2187         * gnus-sum.el (gnus-summary-select-article): Make sure
2188         gnus-original-article-buffer is alive.
2189
2190         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2191         reflect the order they're in in the digest.
2192
2193         * gnus.el (gnus-group-startup-message): Move point to the start of the
2194         buffer.
2195
2196         * nnimap.el (nnimap-capability): New function.
2197         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2198         is set.
2199
2200 2010-10-31  David Engster  <dengste@eml.cc>
2201
2202         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2203         conform with changes to gnus-completing-read.
2204
2205 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2208
2209 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2210
2211         * nnir.el: Move defvar, defcustom around to keep file organized
2212         and keep byte-compiler quiet.
2213         (nnir-read-parms): Accept search-engine as arg.
2214         (nnir-run-query): Pass search-engine as arg.
2215         (nnir-search-engine): Remove.
2216
2217 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * shr.el (shr-generic): The text nodes should be text, not :text.
2220
2221         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2222         later in the file.
2223
2224 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2225
2226         * nnir.el: General clean up.  Allow searching with multiple engines.
2227         Allow separate extra-parameters for each engine.
2228         Batch queries when possible.
2229         (nnir-imap-default-search-key,nnir-method-default-engines):
2230         Add customize interface.
2231         (nnir-run-gmane): New engine.
2232         (nnir-engines): Use it.  Qualify all prompts with engine name.
2233         (nnir-search-engine): Remove global variable.
2234         (nnir-run-hyrex): Restore for now.
2235         (nnir-extra-parms,nnir-search-history): New variables.
2236         (gnus-group-make-nnir-group): Use them.
2237         (nnir-group-server): Remove in favor of gnus-group-server.
2238         (nnir-request-group): Avoid searching twice.
2239         (nnir-sort-groups-by-server): New function.
2240
2241 2010-10-30  Julien Danjou  <julien@danjou.info>
2242
2243         * gnus-group.el: Remove gnus-group-fetch-control.
2244
2245         * gnus-start.el (gnus-find-new-newsgroups):
2246         Remove gnus-check-first-time-used.
2247
2248         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2249
2250 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2251
2252         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2253         set on groups that don't have \* permanentflags.
2254
2255 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2258         control the background color.
2259         (shr-tag-img): Ignore very small web bug type images.
2260         (shr-put-image): Add help-echo alt texts to the images.
2261         (shr-tag-video): Show the video poster image.
2262
2263 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * shr.el (shr-table-depth): New variable.
2266         (shr-tag-table-1): Only insert the images after the top-level table.
2267
2268         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2269
2270         * gnus-util.el (gnus-list-memq-of-list): New function.
2271
2272         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2273         selected.
2274         (nnimap-unsplittable-articles): New slot.
2275         (nnimap-new-articles): Use it.
2276
2277 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2278
2279         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2280         move to the previous line on `M-g'.
2281
2282 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2285         *-request-group, which seems unnecessary.
2286
2287         * nnimap.el (nnimap-quote-specials): Function copied over from
2288         imap.el.
2289         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2290         they support that.  Suggested by Tom Regner.
2291
2292 2010-10-29  Julien Danjou  <julien@danjou.info>
2293
2294         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2295         defalias.
2296         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2297
2298         * gnus.el: Remove `gnus-nntp-service' variable.
2299         (gnus-secondary-servers): Make obsolete.
2300         (gnus-nntp-server): Make obsolete.
2301
2302         * gnus-start.el (gnus-1): Remove x-splash calls.
2303
2304         * gnus-ems.el (gnus-x-splash): Remove.
2305
2306         * gnus.el (gnus-group-startup-message): Simplify/update code.
2307
2308         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2309         definition.
2310
2311         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2312         capability before doing anything.
2313         (gnus-group-insert-group-line): Remove useless
2314         gnus-group-remove-excess-properties.
2315
2316 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2319
2320 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2323         config after reselecting.
2324
2325 2010-10-28  Julien Danjou  <julien@danjou.info>
2326
2327         * shr.el (shr-put-image): Use point even if only inserting text.
2328         (shr-put-image): Save excursion when inserting alt text on non-graphic
2329         display, so the behaviour is the same when we are on a graphic display.
2330
2331         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2332
2333 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2336         (gnus-mime-copy-part): Check coding system, not charset.
2337         (gnus-mime-view-part-externally): Never remove part.
2338         (gnus-mime-view-part-internally): Don't remove part here.
2339         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2340         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2341         multipart/alternative.
2342
2343         * mm-decode.el (mm-display-part): Take optional arg `force'.
2344
2345 2010-10-26  Julien Danjou  <julien@danjou.info>
2346
2347         * gnus-group.el (gnus-group-default-list-level): Add this function to
2348         compute the default list level.
2349         (gnus-group-default-list-level): Add possibility to use a function.
2350
2351 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2354
2355         * gnus-group.el (gnus-group-completing-read)
2356         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2357         gnus-replace-in-string.
2358
2359 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * shr.el (shr-tag-div): Add.
2362
2363         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2364
2365 2010-10-25  Julien Danjou  <julien@danjou.info>
2366
2367         * gnus-util.el: Remove `gnus-with-local-quit'.
2368
2369         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2370
2371 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2374         the original article buffer.
2375
2376 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnimap.el (nnimap-request-head): New function.
2379         (nnimap-request-move-article): Try to be slighly faster by not
2380         requesting the entire message when moving.
2381         (nnimap-transform-headers): Don't bug out on bodiless articles.
2382         (nnimap-send-command): Have no outstanding messages if the IMAP server
2383         doesn't support streaming.
2384         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2385
2386 2010-10-24  Julien Danjou  <julien@danjou.info>
2387
2388         * message.el (message-default-headers): Fix type.
2389
2390 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2393         prefetching images.
2394
2395         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2396         backend for unknown groups.  This is mainly useful for nnimap groups.
2397
2398         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2399         group isn't covered by the agent.
2400
2401 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2402
2403         * nnir.el (nnir-method-default-engines): New variable.
2404         (nnir-run-query): Use it.
2405         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2406         (gnus-summary-nnir-goto-thread): Change group if needed.
2407
2408         * gnus-group.el (gnus-group-group-map): Add key binding for
2409         gnus-group-make-nnir-group.
2410
2411 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * shr.el (shr-tag-object): Add.
2414
2415         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2416         original article buffer live.
2417         (gnus-summary-select-article-buffer):
2418         Mention gnus-widen-article-buffer.
2419
2420 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * shr.el (shr-tag-strong): Add.
2423
2424 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2427         group names.  They mess up the group buffer badly.
2428
2429         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2430
2431         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2432         instead of the summary one.
2433
2434 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * mml.el (mml-preview): Work properly when editing article.
2437
2438         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2439         gnus-have-read-active-file if it's already been in.
2440
2441 2010-10-22  Tom Tromey  <tromey@redhat.com>
2442
2443         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2444         gnus-group-completing-read.
2445
2446 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * message.el (message-mode-map): Don't bind M-; to comment region, to
2449         allow the global comment-dwim to work.
2450
2451 2010-10-21  Julien Danjou  <julien@danjou.info>
2452
2453         * message.el (message-setup-1): Allow message-default-headers to be a
2454         function.
2455
2456 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * shr.el (shr-tag-table): Simplify.
2459
2460 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2463         to avoid trying to snarf invalid stuff.
2464
2465         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2466
2467         * gnus.el (gnus-message-archive-group): Quote value.
2468         (gnus-message-archive-group): Mark as changed.
2469
2470         * shr.el (shr-add-font): Don't put the font properties on the newline
2471         or the indentation.
2472
2473         * message.el (message-fix-before-sending): Change options when sending
2474         non-printable characters.
2475
2476         * gnus.el (gnus-message-archive-method): Change the default to
2477         monthly outgoing groups.
2478
2479         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2480         that have gotten new numbers.
2481
2482         * nnimap.el (nnimap-request-replace-article): New function.
2483
2484 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2487         (nnrss-request-article): Don't use special html washing code.
2488
2489 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * shr.el (shr-tag-table): Remove useless nconc.
2492
2493 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-art.el (article-wash-html): Simplify and remove the charset
2496         stuff.  Use the normal html rendering code instead of the special html
2497         washing code.
2498
2499         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2500         `gnus-w3m' symbols.
2501         (mm-text-html-washer-alist): Remove.
2502
2503         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2504         (mm-inline-media-tests): Remove use.
2505         (mm-text-html-renderer): Change default to the `shr' symbol.
2506
2507         * mm-view.el (mm-inline-text-html): Remove use.
2508
2509         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2510         `gnus-blocked-images' to be a function.
2511         (gnus-article-wash-function): Remove.
2512
2513 2010-10-20  Julien Danjou  <julien@danjou.info>
2514
2515         * spam.el (spam-list-of-processors): Mark as obsolete.
2516
2517         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2518         (nnimap-insert-partial-structure): Fix boundary detection.
2519
2520 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2521
2522         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2523         run file-truename on remote files.  This can be expensive and even
2524         prevent one from editing drafts if some unrelated buffer has a stale
2525         connection.
2526
2527 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2530         kinsoku-eol regardless of shr-kinsoku-shorten.
2531         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2532         (shr-tag-table): Support caption, thead, and tfoot.
2533
2534 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2537         lines.
2538         (shr-save-contents): New command and keystroke.
2539
2540         * nndoc.el (nndoc-type-alist): Add git support.
2541         (nndoc-git-type-p): New function.
2542         (nndoc-transform-git-article): Ditto.
2543         (nndoc-transform-git-headers): Ditto.
2544         (nndoc-transform-git-headers): Generate Subject headers.
2545
2546         * shr.el (shr-parse-style): New function.
2547         (shr-tag-span): Ditto.
2548
2549         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2550         to `G G' to avoid collisions.
2551
2552 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * shr.el: Load kinsoku if necessary.
2555         (shr-kinsoku-shorten): New internal variable.
2556         (shr-find-fill-point): Make kinsoku shorten text line if
2557         shr-kinsoku-shorten is bound to non-nil.
2558         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2559         shr-indentation too when testing if table is wider than frame width.
2560         (shr-insert-table): Use `string-width' instead of `length' to measure
2561         text width.
2562         (shr-insert-table-ruler): Make sure indentation is done at bol.
2563
2564 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2565
2566         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2567         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2568         undecoded network data.
2569
2570 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2573         name in the mode line spec so that the mode line menu works
2574         (bug #2431).
2575
2576         * message.el (message-get-reply-headers): If we're fed `to-address',
2577         then always use that.
2578
2579         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2580         aren't so wide as to need to switch off the edit menu.
2581
2582         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2583         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2584
2585         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2586         `M-g'.
2587         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2588         the permanent marks.
2589
2590 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2591
2592         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2593         Splitting according to references/in-reply-to obeys the ignore-groups
2594         variable, while splitting by sender and subject do not.
2595
2596 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2599         alist, so that we can look for non-Unicode chars.
2600         (article-translate-strings): Allow both character and string maps.
2601
2602 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * shr.el (shr-insert): Don't insert space behind a wide character
2605         categorized as kinsoku-bol, or between characters both categorized as
2606         nospace.
2607
2608 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2609
2610         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2611         headers to gnus-newsgroup-headers.
2612
2613 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * shr.el (shr-tag-img): Don't align images -- since we're not
2616         rescaling, this often leads to ugly displays.
2617
2618 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2619
2620         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2621         duplicates.
2622
2623 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2624
2625         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2626         call.
2627
2628 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * gnus.el: Autoload gnus-html-show-images.
2631
2632         * nnimap.el: Use nnheader-message throughout.
2633
2634         * shr.el (shr-tag-img): Ignore images with no data.
2635
2636 2010-10-15  Julien Danjou  <julien@danjou.info>
2637
2638         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2639         a possibility to disable format=flow encoding when using hard newlines.
2640
2641 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * shr.el (shr-insert): Remove space inserted before or after a
2644         breakable character or at the beginning or the end of a line.
2645         (shr-find-fill-point): Do kinsoku; find the second best point or give
2646         it up if there's no breakable point.
2647
2648 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * nnimap.el (nnimap-open-connection): Message when opening connection
2651         for debugging purposes.
2652
2653         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2654         on every setup buffer call to allow this to change from article to
2655         article.
2656
2657         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2658         buffers where we have a wide table.
2659
2660 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2661
2662         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2663         uses *-request-thread.
2664
2665 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2668         incantation, which is no longer valid.
2669
2670 2010-10-14  Julien Danjou  <julien@danjou.info>
2671
2672         * shr.el: Fix defcustom type (char -> character).
2673
2674 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2677         programs.
2678
2679 2010-10-14  Julien Danjou  <julien@danjou.info>
2680
2681         * shr.el (shr-tag-a): Use url-link as widget type.
2682
2683         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2684         `gnus-group-get-icon'.
2685
2686 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2689         This should make server editing work better.
2690
2691         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2692
2693         * tls.el (tls-program): Remove spurious %s from openssl.
2694
2695         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2696         (nnimap-parse-flags): Fix regexp.
2697
2698         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2699         probably work for CJVK text, too.
2700
2701         * nnimap.el (nnimap-extend-tls-programs): Remove.
2702         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2703
2704         * tls.el (tls-starttls-switches): Remove starttls hack.
2705         (open-tls-stream): Ditto.
2706         (tls-find-starttls-argument): Ditto.
2707
2708 2010-10-13  Julien Danjou  <julien@danjou.info>
2709
2710         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2711         responses.
2712
2713 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2716
2717         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2718         anything in Emacs.
2719
2720         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2721
2722 2010-10-13  Julien Danjou  <julien@danjou.info>
2723
2724         * shr.el (shr-width): Make shr-width a defcustom with default to
2725         fill-column.
2726         (shr-tag-img): Use shr-width rather than fill-column.
2727
2728 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * dgnushack.el (byte-optimize-apply)
2731         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2732
2733         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2734         position when (X-)Faces exist.
2735         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2736         avatars when called interactively.
2737
2738 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2741         gnus-article-x-face-too-ugly is bound.
2742
2743 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2746
2747         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2748         mailbox that doesn't exist.
2749
2750 2010-10-12  Julien Danjou  <julien@danjou.info>
2751
2752         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2753         (shr-get-image-data): Encode URL properly when fetching from cache.
2754         (shr-tag-img): Use aligned-to spaces to align correctly images.
2755
2756         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2757         before inserting the Gravatar.
2758
2759         * shr.el (shr-tag-img): Add align attribute support for <img>.
2760
2761 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-gravatar.el (gnus-art): Require.
2764
2765         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2766         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2767         Remove long obsoleted functions.
2768
2769 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2772
2773         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2774
2775         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2776         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2777         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2778         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2779         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2780         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2781         * sieve-manage.el, smime.el, spam.el:
2782         Fix comment for declare-function.
2783
2784 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnimap.el (nnimap-request-rename-group): Select group read-only
2787         before renaming it.
2788
2789         * shr.el (shr-insert): Fix up the white space only regexp.
2790
2791         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2792         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2793
2794         * shr.el (shr-current-column): New function.
2795         (shr-find-fill-point): New function.
2796
2797 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2798
2799         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2800         numbers.
2801
2802 2010-10-11  Julien Danjou  <julien@danjou.info>
2803
2804         * shr.el (shr-hr-line): Add.
2805         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2806         display hr lines.
2807         (shr-max-columns): Do not change state to nil if we just inserting
2808         spaces.
2809
2810 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2813         select the last group.
2814
2815 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2818
2819 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2820
2821         * dig.el (dig-mode-map): Declare and define in one step.
2822
2823 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2826         for Gnus.
2827         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2828         (nnimap-update-qresync-info): Mark \Seen articles as read.
2829
2830         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2831         non-variable, too.
2832
2833         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2834         available.
2835         (nnimap-update-info): Rely more on the current active than the param
2836         active to avoid marking articles as read too much.
2837
2838         * auth-source.el (auth-source-create): Use (user-login-name) for the
2839         user name default.
2840
2841         * nnimap.el (nnimap-update-info): If the server doesn't return any
2842         useful info, just use the previous info.
2843         (nnimap-update-info): Prefer old info over start-article.
2844         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2845
2846 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2847
2848         * nnir.el (autoload): Clean up autoloads.
2849         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2850         Use key rather than value.
2851         (nnir-imap-search-other): New variable.
2852         (nnir-read-parm): Use it.
2853         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2854         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2855
2856 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2857
2858         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2859         the process, too.
2860
2861 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * spam.el (gnus-summary-mode-map): Bind to "$".
2864         Suggested by Russ Allbery.
2865
2866         * shr.el: Rework the way things are indented by <li> slightly.
2867
2868         * gnus.el (gnus-group-set-parameter): Fix typo.
2869
2870         * nnimap.el: Start implementing QRESYNC support.
2871
2872 2010-10-09  Julien Danjou  <julien@danjou.info>
2873
2874         * nnir.el (nnir-engines): Fix too many arguments.
2875
2876 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2879         group is the "last", so that the backends like nnfolder actually save
2880         their folders.
2881
2882         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2883         try to use that for the tls stream.
2884         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2885         UIDVALIDITY and find out which groups are read-only and not.
2886         (nnimap-get-flags): Use the same marks parsing code as the rest of
2887         nnimap.
2888
2889 2010-10-09  Julien Danjou  <julien@danjou.info>
2890
2891         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2892
2893         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2894         retrieving gravatars.
2895
2896         * shr.el (shr-table-corner): Add.
2897         (shr-table-line): Add.
2898         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2899
2900 2010-10-08  Julien Danjou  <julien@danjou.info>
2901
2902         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2903
2904 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2907
2908         * gnus-sum.el (gnus-mark-article-as-unread)
2909         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2910         (gnus-summary-set-bookmark): Use it.
2911
2912         * gnus-msg.el (gnus-setup-message): Use it.
2913
2914         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2915
2916         * gnus.el (gnus-group-remove-parameter): Use it.
2917
2918         * gnus-group.el (gnus-group-make-web-group): Use it.
2919
2920         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2921
2922         * nnregistry.el: Update docs to mention manual.
2923
2924         * gnus-registry.el: Update docs to mention nnregistry.el.
2925         (gnus-registry-initialize): Don't install nnregistry refer method
2926         automatically.
2927         (gnus-registry-install-nnregistry): Remove it.
2928
2929 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * shr.el (shr-insert): Don't insert double spaces.
2932
2933 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-gravatar.el (gnus-treat-from-gravatar)
2936         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2937         called interactively.
2938
2939         * gnus-art.el (gnus-mime-view-part-externally)
2940         (gnus-mime-view-part-internally): Make predicate function passed to
2941         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2942         of a mime type.
2943
2944         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2945
2946 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * shr.el (require): Require cl when compiling.
2949         (shr-tag-hr): New function.
2950
2951         * nnimap.el (nnimap-update-info): Remove double setting of high.
2952         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2953         This makes nnimap work properly on Courier again.
2954
2955         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2956         the variable for backwards compatability.
2957
2958         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2959         the file name before using to avoid setting mm-default-directory to
2960         nil.
2961
2962         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2963         bidning gnus-agent variables.
2964
2965         * shr.el (shr-render-td): Use a cache for the table rendering function
2966         to avoid getting an exponential rendering behaviour in nested tables.
2967         (shr-insert): Rework the line-breaking algorithm.
2968         (shr-insert): Don't leave trailing spaces.
2969         (shr-insert-table): Also insert empty TDs.
2970         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2971
2972 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2973
2974         * gnus-sum.el (gnus-number): Rename from `number'.
2975         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2976         (gnus-summary-limit-children): Update uses correspondingly.
2977
2978 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2981         (gnus-gravatar-transform-address): Don't show avatars of people of
2982         which mail addresses match gnus-gravatar-too-ugly.
2983
2984 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * shr.el (shr-table-widths): Expand TD elements to fill available
2987         space.
2988
2989 2010-10-07  Julien Danjou  <julien@danjou.info>
2990
2991         * nnimap.el (nnimap-request-rename-group): Add this method.
2992
2993 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2996         name from XEmacs' function-arglist.
2997
2998         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2999         gravatar under XEmacs.
3000
3001 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * auth-source.el: Update docs with TODO items.
3004
3005         * gnus-sync.el: Update docs to explain state and plans.
3006
3007         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3008         Hooks for mark updates.
3009         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3010
3011         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3012         hooks with arguments, which is needed for mark update hooks.
3013
3014 2010-10-06  Julien Danjou  <julien@danjou.info>
3015
3016         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3017         was matched.
3018
3019         * sieve-manage.el: Update example in `Commentary'.
3020
3021         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3022
3023         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3024         not 2000.
3025         (sieve-manage-authenticate): Re-add function.
3026
3027 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * shr.el (shr-insert): Get 'space transition right.
3030         (shr-render-td): Only delete space at the end of the TD.
3031
3032         * nnimap.el (nnimap-open-connection): Prepare to support
3033         open-gnutls-stream.
3034
3035         * shr.el: Rearrange function order to be more logical.
3036
3037 2010-10-06  Julien Danjou  <julien@danjou.info>
3038
3039         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3040         (nnrss-discover-feed): Remove 404 URL in docstring.
3041
3042         * nnir.el: Fix Swish-E URL.
3043         Fix Namazu URL.
3044
3045         * message.el (message-change-subject): Remove 404 URL in a comment.
3046
3047 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3050         called interactively.
3051
3052         * gnus-util.el (gnus-remove-if): Allow hash table.
3053         (gnus-remove-if-not): New function.
3054
3055         * gnus-art.el (gnus-mime-view-part-as-type)
3056         * gnus-score.el (gnus-summary-score-effect)
3057         * gnus-sum.el (gnus-read-move-group-name):
3058         Replace remove-if-not with gnus-remove-if-not.
3059
3060         * gnus-group.el (gnus-group-completing-read):
3061         Regard collection as a hash table if it is not a list.
3062
3063 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3066
3067         * shr.el: Document the table-rendering algorithm.
3068
3069 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3072         for Emacsen having no `libxml-parse-html-region' support.
3073
3074 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3077         invalid URLs.
3078
3079         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3080         line-broken.
3081         (shr-tag-img): Ignore image fetching errors.
3082         (shr-overlays-in-region): Compute overlay positions correctly.
3083
3084         * mm-decode.el (mm-shr): Require shr.
3085
3086         * gnus-art.el (gnus-blocked-images): Move variable here.
3087
3088         * shr.el (shr-insert-table): Bind free variable.
3089
3090         * mm-decode.el (mm-shr): Bind shr-content-function.
3091
3092         * shr.el (shr-content-function): New variable.
3093
3094         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3095         added for symmetry.
3096
3097         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3098
3099         * gnus-group.el (gnus-group-make-group): Doc fix.
3100
3101         * nnimap.el (nnimap-request-newgroups): Return success.
3102
3103         * shr.el (shr-find-elements): New function.
3104         (shr-tag-table): Put all the images after the table.
3105         (shr-tag-table): Really inhibit images inside the table.
3106         (shr-collect-overlays): Copy over overlays from the TD elements to the
3107         main document.
3108
3109         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3110         gnus-blocked-images.
3111
3112 2010-10-05  Julien Danjou  <julien@danjou.info>
3113
3114         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3115
3116         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3117         (gnus-html-maximum-image-size): Add this function.
3118         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3119
3120         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3121         server-value of the capability is nil.
3122
3123 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * shr.el (shr-tag-em): Add <EM> tag.
3126
3127 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3128
3129         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3130         customizable.
3131
3132         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3133         handing broken links to browse-url.
3134
3135 2010-10-05  Julien Danjou  <julien@danjou.info>
3136
3137         * gnus-util.el (gnus-emacs-completing-read)
3138         (gnus-iswitchb-completing-read): Use autoload rather than require.
3139
3140 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3143         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3144         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3145         iswitchb-temp-buflist for XEmacs.
3146
3147         * gnus-util.el (gnus-completing-read-function): Exclude
3148         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3149         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3150         XEmacs.
3151
3152         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3153         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3154
3155         * gnus-html.el: Don't require help-fns under XEmacs.
3156         (gnus-html-schedule-image-fetching): Work for XEmacs.
3157
3158         * mm-decode.el (mm-shr): Decode contents by charset.
3159
3160 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3163         unknown.
3164
3165         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3166         (shr-get-image-data): Ensure against the cache file missing.
3167
3168         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3169         for data.
3170
3171         * spam-report.el (spam-report-url-ping-plain): Don't query about
3172         killing the process.
3173
3174         * shr.el (shr-render-td): Protect against too-wide text.
3175
3176 2010-10-04  Julien Danjou  <julien@danjou.info>
3177
3178         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3179         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3180
3181         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3182         retrieved.
3183
3184 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * shr.el (browse-url): Require.
3187         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3188         lines.
3189         (shr-show-alt-text, shr-browse-image): New commands.
3190         (shr-browse-url, shr-copy-url): New commands.
3191
3192         * gnus-sum.el (gnus-widen-article-window): New variable.
3193         (gnus-summary-select-article-buffer): Use it.
3194
3195         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3196         without @ signs.
3197
3198 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3199
3200         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3201
3202 2010-10-04  Julien Danjou  <julien@danjou.info>
3203
3204         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3205         for XEmacs.
3206
3207 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3210
3211         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3212         (nnimap-close-server): Implement.
3213
3214         * dgnushack.el (iswitchb): Require to shut up the compiler.
3215
3216         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3217         (shr-insert): Tweak line breaking.
3218         (shr-insert): Handle <pre> better.
3219         (shr-tag-li): Get <li> indentation right.
3220         (shr-tag-li): Get <li> indentation even righter.
3221         (shr-tag-blockquote): Ensure paragraph start.
3222         (shr-make-table): Tweak table generation.
3223         (shr-make-table): Fix typo.
3224
3225         * shr.el: Implement table rendering.
3226
3227 2010-10-04  Julien Danjou  <julien@danjou.info>
3228
3229         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3230
3231 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * shr.el (shr-insert): Use string anchors instead of line anchors.
3234
3235 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * shr.el: Add headings.
3238         (shr-ensure-paragraph): Actually work.
3239         (shr-tag-li): Make <ul> prettier.
3240         (shr-insert): Get white space at the beginning/end of elements right.
3241         (shr-tag-p): Collapse subsequent <p>s.
3242         (shr-ensure-paragraph): Don't insert double line feeds after blank
3243         lines.
3244         (shr-insert): \t is also space.
3245         (shr-tag-s): Fix "s" tag name function.
3246         (shr-tag-s): Fix face prop name.
3247
3248 2010-10-03  Julien Danjou  <julien@danjou.info>
3249
3250         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3251
3252         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3253         gnus-window-inside-pixel-edges.
3254
3255         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3256         gnus-ems.
3257
3258         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3259
3260         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3261         function.
3262
3263         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3264         resize choice.
3265
3266 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3269         beginning of the buffer.
3270
3271         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3272         article buffer again.
3273
3274         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3275
3276         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3277         when it's at the start of the buffer.
3278
3279         * shr.el (shr-tag-blockquote): Convert name.
3280         (shr-rescale-image): Use the right image-size variant.
3281
3282         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3283         buffer isn't shown, then select the current article first instead of
3284         bugging out.
3285         (gnus-summary-select-article-buffer): Show both the article and summary
3286         buffers again.
3287
3288         * shr.el (shr-fontize-cont): Protect against regions with no text.
3289         Rename tag functions to shr-tag-* for enhanced security.
3290         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3291
3292 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3293
3294         * shr.el (shr-insert):
3295         * pop3.el (pop3-movemail):
3296         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3297         loaded.
3298
3299 2010-10-03  Glenn Morris  <rgm@gnu.org>
3300
3301         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3302
3303         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3304
3305         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3306
3307         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3308
3309         * gnus-util.el (gnus-make-local-hook): Simplify.
3310
3311 2010-10-02  Julien Danjou  <julien@danjou.info>
3312
3313         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3314         (gnus-ido-completing-read): New function.
3315         (gnus-emacs-completing-read): New function.
3316         (gnus-completing-read): Use gnus-completing-read-function.
3317         Add gnus-completing-read-function.
3318
3319 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * shr.el (shr-insert-document): Autoload.
3322         (shr-img): Be silent.
3323         (shr-insert): Add a newline after every picture before text.
3324         (shr-add-font): Use overlays for combining faces.
3325         (shr-insert): Pass upwards the text start point.
3326
3327         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3328         possible.
3329         (mm-shr): New function.
3330
3331 2010-10-02  Julien Danjou  <julien@danjou.info>
3332
3333         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3334         should go backward.
3335
3336 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3337
3338         * shr.el (shr): Fix typo in provide call.
3339
3340 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * shr.el: New file.
3343
3344         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3345
3346         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3347         completing read.
3348
3349 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3352         we're being queried about.  Suggested by Dan Jacobson.
3353
3354         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3355         Suggested by Jason Eisner.
3356
3357         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3358         table, too.  Suggested by Stefan Wiens.
3359         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3360         the table unnecessary.  Suggested by Stefan Wiens.
3361
3362         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3363         longer needed, and probably doesn't work either, as pointed out by
3364         Stefan Wiens.
3365         (gnus-summary-exit): Remove call to the clearing function.
3366         (gnus-summary-exit-no-update): Ditto.
3367
3368         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3369         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3370         Reported by Stefan Monnier.
3371         (gnus-summary-save-in-rmail): Ditto.
3372
3373         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3374         article buffer, instead of both the article buffer and the summary
3375         buffer.  Sort of suggested by Dan Jacobson.
3376
3377         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3378
3379         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3380         Suggested by Dan Jacobson.
3381
3382         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3383         documentation clearer.
3384
3385         * message.el (message-shorten-references): Comment on the number "21".
3386         Suggested by Stefan Monnier.
3387
3388         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3389         Suggested by Dan Jacobson.
3390
3391         * gnus.el (gnus-large-newsgroup):
3392         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3393
3394         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3395         externalize attachments.  Bug reported by Steve Wen.
3396
3397         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3398         really message anything to the user.
3399
3400         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3401         directly.
3402
3403         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3404         messages in empty groups.
3405
3406 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3407
3408         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3409         non-UIDNEXT group.
3410
3411 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3414         not the value from the collection.
3415
3416         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3417         values.  This sometimes happens on some groups that have no info.
3418         (nnimap-request-newgroups): New function.
3419
3420 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3421
3422         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3423         check into `gnus-registry-initialize'.
3424         (gnus-registry-initialize): Ditto.
3425         Fix and extend header docs.
3426
3427 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3430         regexp backtrace overflows.
3431
3432         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3433         for starttls that tls.el implements; i.e. openssl.
3434
3435         * tls.el (tls-starttls-switches): Give up on using starttls with
3436         gnutls-cli.
3437         (tls-program): Add --insecure to be consistent with the defaults from
3438         openssl s_client.  Now all three commands are insecure.
3439
3440 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * lpath.el: Bind completion-styles-alist for XEmacs.
3443
3444         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3445         (gravatar-create-image): New function that's an alias to
3446         gnus-xmas-create-image, gnus-create-image, or create-image.
3447         (gravatar-data->image): Use it.
3448
3449 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3450
3451         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3452         install the nnregistry refer method.
3453         (gnus-registry-install-hooks): Use it.
3454         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3455         unfollowed groups.
3456
3457 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3458
3459         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3460         expanding threads.
3461
3462 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnir.el: Use the server names without suffixes (bug #7009).
3465
3466         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3467         unencrypted to STARTTLS, if possible.
3468
3469 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3470
3471         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3472         headers before superseding.
3473
3474 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnrss.el (nnrss-use-local): Add documentation.
3477
3478         * nnimap.el (nnimap-extend-tls-programs): New function.
3479         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3480         (nnimap-wait-for-connection): Accept the greeting from the stupid
3481         output from openssl s_client -starttls, too.
3482
3483         * tls.el (tls-starttls-switches): New variable.
3484         (tls-find-starttls-argument): Use it.
3485         (open-tls-stream): Ditto.
3486
3487         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3488         (netrc-machine): Ditto.
3489
3490         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3491         article number.
3492         (nnimap-split-fancy): New variable.
3493         (nnimap-split-incoming-mail): Use it.
3494
3495         * nntp.el (nntp-server-list-active-group): Document.
3496
3497         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3498         SELECT to get the message-id.
3499
3500         * mail-source.el (mail-sources): Remove webmail support.
3501         (defvar): Ditto.
3502         (mail-source-fetcher-alist): Ditto.
3503         (mail-source-fetch-webmail): Remove.
3504
3505         * webmail.el: Remove -- doesn't seem relevant any more.
3506
3507         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3508
3509         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3510         the \r.
3511
3512 2010-09-30  Julien Danjou  <julien@danjou.info>
3513
3514         * gnus-agent.el (gnus-agent-add-group): Fix call to
3515         gnus-completing-read.
3516
3517 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * nndoc.el (nndoc-retrieve-groups): New function.
3520
3521         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3522         `default', use nnmail-split-methods.
3523         (nnimap-request-article): Downcase the NILs so that they are nil.
3524
3525         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3526         symbol.
3527
3528         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3529         code, since if the user has requested network, that's what they ought
3530         to get.
3531         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3532         (nnimap-split-rule): Mark as obsolete.
3533
3534         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3535         New variable.
3536
3537         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3538         correct slot, too.
3539
3540 2010-09-29  Julien Danjou  <julien@danjou.info>
3541
3542         * gnus.el (gnus-local-domain): Declare variable obsolete.
3543
3544         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3545         Fix history computing.
3546         (gnus-ido-completing-read): Require ido.
3547
3548 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3551         build Gnus.
3552
3553         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3554         when interpreting the structures.
3555         (nnimap-request-accept-article): Add \r\n to the lines to make this
3556         work with Cyrus.
3557
3558         * nndraft.el (nndraft-request-expire-articles): Use the group name
3559         instead if "nndraft".  Fix found by Nils Ackermann.
3560
3561 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3562
3563         * nnregistry.el: Add.
3564
3565 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3566
3567         * nnmail.el (group, group-art-list, group-art):
3568         Remove unneeded directives.
3569
3570 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3573         (mm-mime-charset)
3574         * rfc2047.el (rfc2047-syntax-table)
3575         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3576
3577         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3578         rather than `insert-file-contents' and `eval-region'.
3579
3580         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3581         construction.
3582
3583         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3584
3585         * time-date.el: No need to require cl for Emacs 21.
3586
3587 2010-09-29  Julien Danjou  <julien@danjou.info>
3588
3589         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3590         replacement of `gnus-gravatar-relief' to mimic
3591         `gnus-faces-properties-alist'.
3592         Add :version property.
3593
3594 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * mail-source.el (mail-source-report-new-mail)
3597         * message.el (message-default-mail-headers)
3598         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3599
3600         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3601
3602 2010-09-28  Julien Danjou  <julien@danjou.info>
3603
3604         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3605         mail-address contains the same string as real-name.
3606
3607         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3608         non-blank in header, otherwise it'll get stripped.
3609
3610         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3611         real-name, and then for mail address rather than doing : or , search.
3612
3613 2010-09-27  Julien Danjou  <julien@danjou.info>
3614
3615         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3616         right completing-read function.
3617         (gnus-use-ido): New variable
3618         (gnus-completing-read-with-default): Remove.
3619         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3620         (gnus-agent-add-group):
3621         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3622         * mm-view.el (mm-view-pkcs7-decrypt):
3623         * mm-util.el (mm-codepage-setup):
3624         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3625         * mml-smime.el (mml-smime-openssl-sign-query):
3626         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3627         (mml-insert-multipart):
3628         * gnus-msg.el (gnus-summary-yank-message):
3629         * gnus-int.el (gnus-start-news-server):
3630         * mm-decode.el (mm-interactively-view-part):
3631         * gnus-dired.el (gnus-dired-attach):
3632         * gnus.el (gnus-read-method):
3633         * gnus-bookmark.el (gnus-bookmark-jump):
3634         * gnus-art.el (gnus-mime-view-part-as-type)
3635         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3636         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3637         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3638         * nnmairix.el (nnmairix-create-server-and-default-group)
3639         (nnmairix-update-groups, nnmairix-get-server)
3640         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3641         (nnmairix-get-group-from-file-path):
3642         * nnrss.el (nnrss-find-rss-via-syndic8):
3643         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3644         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3645         (gnus-group-browse-foreign-server):
3646         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3647         (gnus-summary-execute-command, gnus-summary-respool-article)
3648         (gnus-read-move-group-name):
3649         * gnus-score.el (gnus-summary-increase-score)
3650         (gnus-summary-score-effect):
3651         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3652
3653 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3656         x-focus-frame.
3657
3658         * nnimap.el (auth-source-forget-user-or-password)
3659         (auth-source-user-or-password): Autoload.
3660
3661         * message.el (message-from-style, message-interactive)
3662         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3663         (message-yank-prefix, message-indentation-spaces, message-signature)
3664         (message-signature-file): Add comment.
3665
3666 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3669         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3670         new articles.
3671
3672         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3673         parts.
3674         (nnimap-request-article): Work with the t setting, too.
3675
3676         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3677         that you don't get flashes of other buffers.
3678         (gnus-summary-show-complete-article): Intern before setting.
3679
3680 2010-09-27  David Engster  <dengste@eml.cc>
3681
3682         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3683         well as HEADERS.
3684         (nnmairix-retrieve-headers): Provide new argument for the above.
3685
3686 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-sum.el (gnus-summary-move-article): Don't alter
3689         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3690         group.
3691
3692         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3693
3694         * message.el (message-cite-prefix-regexp): Revert my last edit.
3695
3696         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3697         variable instead of the Gnus variable.
3698
3699         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3700
3701         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3702
3703         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3704         since some servers don't like it.
3705         (nnimap-open-connection): Forget credentials if the server says the
3706         password was wrong.
3707         (nnimap-parse-line): Protect against invalid data.
3708
3709         * gnus-sum.el (gnus-summary-move-article): Add comment.
3710         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3711         nothing alters it while scanning for new messages.
3712
3713         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3714         which may or may not help.
3715         (nnimap-open-connection): If we're doing a stream connection, and then
3716         discover we're on a STARTTLS-capable server, then open a STARTTLS
3717         connection instead.
3718
3719 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * nnimap.el (utf7): Require.
3722
3723         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3724         prefix.
3725
3726 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3727
3728         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3729
3730 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * nnimap.el (nnimap-request-accept-article): Message the error on
3733         error.
3734
3735 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3738
3739 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * nndoc.el (nndoc-request-list): Return success always.
3742
3743         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3744         `fetch-old' -- we only want to fetch the articles we've requested.
3745         The rest are in the agent, probably.
3746         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3747         disappeared server" to something low.  It's not important.
3748
3749         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3750         arrived before the FETCH data.
3751
3752         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3753         target here, because we don't know the Gnus name of the group.
3754
3755         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3756         for the correct group.
3757
3758         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3759
3760         * gnus.el (gnus): Give a final warning after startup.
3761
3762         * gnus-util.el (gnus-action-message-log): New variable.
3763         (gnus-message): Use it.
3764         (gnus-final-warning): New function.
3765
3766         * nnimap.el (nnimap-open-connection): Record the greeting.
3767         (nnimap): Add greeting.
3768
3769 2010-09-26  Julien Danjou  <julien@danjou.info>
3770
3771         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3772         arguments.
3773         (gnus-html-wash-images): Fix spec computing to include start/end.
3774
3775         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3776
3777 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3780         deletion.
3781         (nnimap-retrieve-headers): Don't select the group, because that's
3782         already done by nnimap-possibly-change-group.
3783
3784         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3785         (gnus-picon-transform-address): Use it.
3786
3787         * mail-source.el (mail-source-value): Revert previous patch.
3788
3789         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3790         on failure.
3791         (nnimap-open-connection): Look up both virtual and physical server name
3792         credentials.
3793
3794         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3795
3796 2009-02-07  Dave Love  <fx@gnu.org>
3797
3798         * tls.el (open-tls-stream): Don't query killing process.
3799
3800 2009-02-08  Dave Love  <fx@gnu.org>
3801
3802         * gnus-win.el (gnus-window-to-buffer-helper)
3803         (gnus-all-windows-visible-p): Function needn't be a symbol.
3804
3805         * mail-source.el (mail-source-value): Function needn't be a symbol.
3806
3807 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * message.el (message-cite-prefix-regexp): Remove } from the cite
3810         prefix.
3811
3812         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3813         highlight again, so that the highlight is correct.
3814
3815         * gnus-picon.el (gnus-picon): Remove again.
3816         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3817
3818         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3819         doing the header highlightling, so that the background colour of the
3820         picon is correct.
3821
3822         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3823         (gnus-picon): Ditto.
3824         (gnus-picon): Reinstate.  The background colour for picons is white.
3825         (gnus-picon-insert-glyph): Make the background white.
3826
3827         * nnml.el (nnml-open-nov): Don't return dead buffers.
3828
3829         * auth-source.el (auth-source-create): Query the user for whether to
3830         store the credentials.
3831
3832         * netrc.el (netrc-store-data): New function.
3833
3834         * auth-source.el (auth-source-user-or-password): Use the existing auth
3835         sources, if any, for creation.
3836
3837         * gnus.el (gnus-group-fast-parameter): Return the last matching
3838         parameter instead of the first matching parameter.
3839
3840 2010-09-26  Julien Danjou  <julien@danjou.info>
3841
3842         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3843
3844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * mml2015.el (mml2015-use): Remove gpg support.
3847
3848         * mml1991.el (mml1991-function-alist): Remove gpg function.
3849         (mml1991-gpg-sign): Remove.
3850
3851 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3852
3853         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3854         (gnus-browse-unsubscribe-current-group): Document it.
3855         (gnus-browse-unsubscribe-group): Use it.
3856
3857 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3860         address to the To list for easier response.
3861
3862         * gnus.el (gnus-play-startup-jingle): Remove.
3863         (gnus-splash): Don't play jingle.
3864         (gnus): Silence gnus-load message.
3865
3866         * gnus-art.el (gnus-treat-play-sounds): Remove.
3867
3868         * gnus.el (gnus-play-jingle): Remove audio support.
3869
3870         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3871
3872         * earcon.el: Remove -- no users.
3873
3874         * gnus-audio.el: Remove -- no users of this package.
3875
3876         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3877
3878         * gnus-start.el (gnus-setup-news): Remove nocem support.
3879
3880         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3881
3882         * gnus.el (gnus-use-nocem): Remove.
3883
3884         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3885         Remove.
3886
3887         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3888         uses NoCeM any more.
3889
3890         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3891         (gnus-button-ctan-handler): Ditto.
3892         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3893         (gnus-button-ctan-directory-regexp): Ditto.
3894         (gnus-button-handle-ctan): Ditto.
3895         (gnus-button-tex-level): Ditto.
3896         (gnus-button-alist): Remove CTAN stuff.
3897
3898 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3901         nnimap-streaming test.
3902
3903         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3904         servers twice.
3905
3906         * nnimap.el (nnimap-open-connection): Add more error reporting when
3907         nnimap fails early.
3908
3909         * nnheader.el (nnheader-get-report-string): New function.
3910         (nnheader-get-report): Use it.
3911
3912         * gnus-int.el (gnus-check-server): Say what the error was when opening
3913         failed.
3914
3915         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3916         using streaming.
3917
3918 2010-09-25  Julien Danjou  <julien@danjou.info>
3919
3920         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3921         gnus-window-inside-pixel-edges.
3922
3923 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3926
3927         * mm-decode.el (mm-save-part): Allow saving to other directories the
3928         normal Emacs way.
3929
3930         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3931         Suggested by Jay Berkenbilt.
3932
3933         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3934         there isn't a single byte.
3935
3936         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3937         just do it.  It doesn't really seem to matter what the user responds
3938         here, I think, so it's just a confusing question.
3939
3940         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3941         non-streaming case.
3942
3943         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3944         (gnus-article-encrypt-body): Use it.
3945
3946         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3947         keystroke.
3948
3949         * nnimap.el (nnimap-find-wanted-parts-1):
3950         Use gnus-fetch-partial-articles.
3951
3952         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3953
3954         * nnimap.el (nnimap-insert-partial-structure): New function.
3955         (nnimap-get-partial-article): New function.
3956         (nnimap-request-article): Use it.
3957         (nnimap-wait-for-response): Return whether the wait was successful.
3958         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3959         retrieval wasn't successful.
3960         (nnimap-retrieve-group-data-early): Allow throttling servers.
3961         (nnimap-streaming): New variable.
3962         (nnimap-fetch-partial-articles): Remove.
3963
3964         * mm-decode.el (mm-with-part): Protect against killed buffers.
3965
3966         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3967         for prettier summary display.
3968
3969 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3970
3971         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3972
3973 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3976         apparently third-party libraries depend on it.
3977
3978         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3979         before starting negotiation.
3980
3981         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3982         privacy reasons.
3983         (gnus-treat-mail-gravatar): Ditto.
3984
3985         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3986         buffer when inserting images.  Inserting text into the headers, for
3987         instance, can make them invalid.
3988
3989 2010-09-25  Julien Danjou  <julien@danjou.info>
3990
3991         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3992         variables.
3993
3994         * nnheader.el: Remove useless variables news-reply-yank-from and
3995         news-reply-yank-message-id.
3996
3997         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3998         variables.
3999
4000         * mml1991.el: Remove useless mml1991-verbose.
4001
4002         * gnus.el: Remove useless variable gnus-use-generic-from.
4003         Remove obsolete variable gnus-topic-indentation.
4004
4005         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4006
4007         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4008
4009         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4010
4011         * gnus-group.el: Remove useless gnus-group-icon-cache.
4012         Remove useless gnus-ephemeral-group-server.
4013
4014         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4015
4016         * mml2015.el: Remove useless mml2015-verbose.
4017
4018         * mml-smime.el: Remove useless mml-smime-verbose.
4019
4020         * gnus.el: Remove useless gnus-local-domain.
4021
4022         * gnus-gravatar.el (gnus-gravatar-transform-address):
4023         Use gnus-gravatar-size.
4024
4025         * gnus-art.el: Remove useless gnus-treat-translate.
4026
4027 2010-09-24  Julien Danjou  <julien@danjou.info>
4028
4029         * gnus-sum.el: Add support for Gravatars.
4030
4031         * gnus-art.el: Add support for Gravatars.
4032
4033         * gnus-gravatar.el: Add this file.
4034
4035         * gravatar.el: Add this file.
4036
4037 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4040
4041         * gnus-group.el (gnus-group-fetch-faq): Remove.
4042
4043         * gnus.el (gnus-group-faq-directory): Remove.
4044
4045         * gnus-group.el (gnus-group-fetch-charter): Remove.
4046
4047         * gnus.el (gnus-group-charter-alist): Remove.
4048
4049         * gnus-group.el (gnus-group-archive-directory): Remove.
4050         (gnus-group-recent-archive-directory): Ditto.
4051         (gnus-group-make-archive-group): Remove.
4052
4053         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4054
4055         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4056         use the same article number for all the cached articles.
4057
4058         * nnimap.el (nnimap-command): Register the last command time so
4059         that we can use it for idling NOOPs.
4060         (nnimap-open-connection): Start the keeplive timer.
4061         (nnimap-make-process-buffer): Store all the process buffers.
4062         (nnimap-keepalive): New function.
4063
4064         * starttls.el (starttls-open-stream): Add autoload cookie.
4065
4066 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4067
4068         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4069         handling.
4070
4071 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4074         its data structures.
4075
4076         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4077         instead of the cl.el copy-list.
4078         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4079         equalp.
4080
4081 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4084         and tool-bar-local-item-from-menu.
4085
4086         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4087         mode-line-highlight face for Emacs.
4088
4089         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4090         loading gnus-sum.elc; fix comment for canlock-verify.
4091         (gnus-article-jump-to-part): Use read-number.
4092         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4093         Remove Emacs pre-21 compatible code for help-echo.
4094         (gnus-article-next-page-1): No need to adjust the number of lines.
4095         (gnus-article-describe-bindings): Always use help-buffer.
4096
4097         * gnus-audio.el (gnus-audio-inline-sound)
4098         * gnus-cus.el (gnus-custom-mode)
4099         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4100
4101         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4102
4103         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4104         compatible code.
4105
4106 2010-09-24  Glenn Morris  <rgm@gnu.org>
4107
4108         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4109         visiting the fcc file in rmail-mode.
4110
4111         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4112
4113 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * nnir.el: Silence the byte compiler.
4116
4117         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4118         alias to browse-url-url-encode-chars if any.
4119         (gnus-html-encode-url): Use it.
4120
4121 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-start.el (gnus-use-backend-marks): New variable.
4124         (gnus-get-unread-articles-in-group): Use it.
4125
4126         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4127         makeover.
4128
4129 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4130
4131         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4132
4133 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4136         Remove.
4137         (gnus-setup-news-hook):
4138         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4139
4140         * gnus-int.el (gnus-request-update-info): Protect against backends not
4141         having the function.
4142
4143         * nnimap.el (nnimap-stream): Mention starttls.
4144         (nnimap-open-connection): Add starttls support.
4145
4146 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4147
4148         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4149
4150 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4153         BODYSTRUCTUREs.
4154         (nnimap-transform-headers): Unfold quoted {42} headers.
4155
4156         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4157         the info.
4158         (gnus-get-unread-articles): Only call updatep on backends that support
4159         it.
4160
4161         * nnweb.el (nnweb-request-update-info): NOOP.
4162
4163         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4164
4165         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4166         since it only deals with marks.
4167
4168         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4169         gnus-request-marks, and make a new gnus-request-update-info.
4170
4171         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4172         the active instead of the high number, which is usually too low.
4173
4174 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4177         * encrypt.el: Remove.
4178
4179 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4182         server in symbolic form.
4183
4184         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4185
4186 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4189         (nnimap-update-info): Fix up code slightly.
4190
4191         * gnus-int.el (gnus-open-server): Add tracing for performance
4192         debugging.
4193
4194         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4195         (gnus-group-insert-group-line): Pass the real group name so that it
4196         gets the right data.
4197
4198         * gnus-start.el (gnus-get-unread-articles): Don't have
4199         `gnus-get-unread-articles-in-group' update info, since that can be
4200         really slow and doesn't seem to be needed?
4201
4202 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4203
4204         * time-date.el (date-to-time): Try using parse-time-string first before
4205         using the slower timezone-make-date-arpa-standard.
4206
4207 2010-09-22  Julien Danjou  <julien@danjou.info>
4208
4209         * gnus-group.el (gnus-group-insert-group-line):
4210         Call gnus-group-highlight-line.
4211         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4212         default hook list.
4213         (gnus-group-update-eval-form): Add new function.
4214         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4215         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4216
4217 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4220         immediate, then expire all articles.
4221         (nnimap-update-info): Fix off-by-one errors.
4222         (nnimap-flags-to-marks): Would return no marks lists for group with no
4223         flags.  Instead return the other data.
4224
4225 2010-09-22  Julien Danjou  <julien@danjou.info>
4226
4227         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4228         Only return an icon.
4229         (gnus-group-insert-group-line): Compute icon to return.
4230
4231         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4232         (gnus-html-image-fetched): Only cache if
4233         gnus-html-image-automatic-caching is set.
4234         (gnus-html-image-fetched): Check for errors.
4235
4236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4239         once per method on `g'.  This ensures that backends like nnfolder don't
4240         open all their folders.
4241
4242         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4243         (nnimap-request-list): Nix out group in the correct buffer.
4244         (nnimap-parse-flags): Implement by using `read' instead of
4245         hand-parsing.
4246         (nnimap-flags-to-marks): Pass on permanent-flags.
4247         (nnimap-make-process-buffer): Record the server name.
4248         (nnimap-parse-flags): Fix typo.
4249         (nnimap-request-scan): Run split on the server in general, not just a
4250         single group.
4251
4252         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4253         parameter, and propagate this downwards.
4254
4255         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4256         since EXAMINE changes it on the server.
4257
4258         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4259         this command might take a while.
4260
4261 2010-09-22  Julien Danjou  <julien@danjou.info>
4262
4263         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4264         harmful if you have 2 images side-by-side, they can't be properly
4265         update on text deletion.  Using text-property is safer here.
4266         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4267         data.
4268
4269 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * nnimap.el (nnimap-expunge-inbox): Remove.
4272         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4273         (nnimap-expunge): Flip default to t.
4274
4275         * gnus.el (gnus-method-to-server): Don't push things to the cache
4276         unless it's unique.
4277         (gnus-server-to-method): Ditto.
4278
4279 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4280
4281         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4282
4283 2010-09-22  Julien Danjou  <julien@danjou.info>
4284
4285         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4286         get the start of data.
4287         (gnus-html-encode-url): Add this function to encode special chars in
4288         URL.
4289         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4290         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4291
4292         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4293         default.
4294         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4295
4296         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4297         images alt-text.
4298         (gnus-html-put-image): Put alt-text as help-echo.
4299
4300 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4303         * mm-util.el (mm-decompress-buffer)
4304         * nnir.el (nnir-run-find-grep)
4305         * pop3.el (pop3-list): Use 3rd arg of split-string.
4306
4307         * time-date.el (format-seconds): Comment fix.
4308
4309         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4310         and byte-optimize-form-code-walker.
4311         (dgnushack-make-auto-load): Don't advise make-autoload.
4312
4313         * lpath.el: Remove Emacs 21 stuff.
4314
4315 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4318         outside the active range.  Suggested by Dan Christensen.
4319
4320         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4321         slightly later to avoid double-getting it.
4322
4323         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4324         previous patch.
4325
4326         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4327
4328 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4329
4330         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4331
4332 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * gnus-int.el (gnus-open-server): Give a better error message in the
4335         "go offline" case.
4336
4337         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4338         marks for nnimap, which is seldom the right thing to do.
4339
4340         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4341         (gnus-same-method-different-name): New function.
4342
4343         * nnimap.el (parse-time): Require.
4344
4345         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4346         method in the presence of many similar methods.
4347
4348         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4349
4350         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4351         nnml-inhibit-expiry.
4352
4353         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4354         find out whether methods are equal.
4355
4356         * nnimap.el (nnimap-find-expired-articles): New function.
4357         (nnimap-process-expiry-targets): New function.
4358         (nnimap-request-move-article): Request the article before looking at
4359         what the Message-ID is.  Fix found by Andrew Cohen.
4360         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4361
4362         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4363         for oldness in addition to being a predicate.
4364
4365         * nnimap.el (nnimap-request-group): When we have zero articles, return
4366         the right data to Gnus.
4367         (nnimap-request-expire-articles): Only delete articles immediately if
4368         the target is 'delete.
4369
4370         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4371         method, this would bug out.
4372
4373         * gnus-group.el (gnus-group-expunge-group): Rename from
4374         gnus-group-nnimap-expunge, and implemented as a normal interface
4375         function.
4376
4377         * gnus-int.el (gnus-request-expunge-group): New function.
4378
4379         * nnimap.el (nnimap-request-create-group): Implement.
4380         (nnimap-request-expunge-group): New function.
4381
4382 2010-09-21  Julien Danjou  <julien@danjou.info>
4383
4384         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4385         (gnus-html-cache-expired): Add new function.
4386         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4387         wethever we should display image for fetch it.
4388         Compute alt-text earlier to pass it to the fetching function too.
4389         (gnus-html-schedule-image-fetching): Change function argument to only
4390         get one image at a time, not a list.
4391         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4392         cache.
4393         (gnus-html-get-image-data): New function to retrieve image data from
4394         cache.
4395         (gnus-html-put-image): Change buffer argument to use image data rather
4396         than file, and place image above region rather than inserting a new
4397         one.  Do not take alt-text as argument, since it's useless now: we place
4398         the image above alt-text.
4399         (gnus-html-prune-cache): Remove.
4400         (gnus-html-show-images): Start to fetch image when we find one, do not
4401         push into a temporary list.
4402         (gnus-html-prefetch-images): Only fetch image if they have expired.
4403         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4404         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4405
4406 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4409
4410 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4413         spec inser "*" if the group isn't active instead of 0.
4414
4415         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4416         opening the server.
4417         (nnimap-request-delete-group): Implement group deletion.
4418         (nnimap-transform-headers): Return the size of the entire message in
4419         the Bytes header, not just the size of the first part.
4420         (nnimap-request-move-article): When moving an article from nnimap,
4421         request the article first so the accepting form has an article to
4422         accept.  Reported by Dan Christensen.
4423         (nnimap-command): Make sure that the error message doesn't error out.
4424
4425 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4426
4427         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4428         we haven't requested anything.
4429
4430 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4433         "".  Fix found by Andrew Cohen.
4434
4435         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4436         instead of -encode-string.
4437
4438 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4441
4442         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4443         by mm-subst-char-in-string.
4444
4445 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4448         waiting for the connection string.
4449
4450         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4451         arriving.
4452
4453         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4454         bogus characters.  This allows selecting certain Gmail groups.
4455
4456         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4457         (nnimap-fetch-partial-articles): New variable.
4458         (nnimap-open-connection): When looking for credentials, also use the
4459         nnimap-server-port.
4460         (nnimap-request-article): Return the group/article number, so that Gnus
4461         `^' works as expected.
4462         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4463
4464         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4465         comments.
4466         (gnus-methods-sloppily-equal): New function.
4467         (gnus): When using the development version of Gnus, load the gnus-load
4468         file.
4469
4470         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4471         `gnus-open-server' on each method before trying to scan them etc.
4472         This ensures that all the backend parameters are set correctly.
4473
4474         * nnimap.el (nnimap-authenticator): New variable.
4475         (nnimap-open-connection): Allow anonymous login.
4476         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4477         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4478
4479         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4480         patch, found by Knut Anders Hatlen.
4481
4482 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4483
4484         * gnus-agent.el (gnus-agent-batch-confirmation)
4485         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4486         to gnus-message.
4487         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4488         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4489         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4490         * gnus-int.el (gnus-open-server): Likewise.
4491         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4492         (gnus-score-check-syntax): Likewise.
4493         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4494         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4495         Likewise.
4496         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4497
4498 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4501         calling conventions so that prefetch doesn't bug out.
4502
4503 2010-09-19  Julien Danjou  <julien@danjou.info>
4504
4505         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4506         rather than `subst-char-in-region' in order to be able to replace ASCII
4507         char by UTF-8 ones.
4508
4509         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4510         than curl.
4511         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4512         the right URL and ALT text on images.
4513         (gnus-html-wash-tags): Fix tag case.
4514         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4515         (gnus-article-html): Add -o display_ins_del=2 option.
4516         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4517
4518 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4521         the extra mail headers, which sometimes seem to happen for unknown
4522         reasons.
4523
4524         * mail-parse.el (mail-header-encode-parameter): Define as
4525         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4526         (or most, perhaps?) mail readers don't understand the latter, but do
4527         understand the former.
4528
4529         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4530         to nil, so that no methods are automatically agentized.  I think this
4531         is probably what most users want.
4532
4533         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4534         from url-retrieve, for instance about invalid URLs.
4535
4536         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4537         groups that have no articles.
4538         (nnimap-request-article): Check that we really got an article when we
4539         requested one.
4540
4541         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4542         doesn't exist.
4543
4544         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4545         nntp buffer so the agent can save it.
4546         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4547         that CRLF doesn't get translated to \n.
4548         (nnimap-open-connection): Don't make 'shell commands only send \n.
4549
4550 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4553         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4554         Update var name.
4555         (nnml-generate-nov-file): Use dolist.
4556         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4557         Use with-current-buffer.
4558
4559 2010-09-18  Julien Danjou  <julien@danjou.info>
4560
4561         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4562         parallel.
4563
4564 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4567         the range update right.
4568         (nnimap-request-group): Don't make `M-g' bug out on group with no
4569         marks.
4570         (nnoo): Require, so that other packages can require nnimap.
4571         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4572         command we're looking for.  This helps when the server sends more
4573         responses after we've gotten everything we expected.
4574         (nnimap): Add a `newlinep' field to keep track of end-of-line
4575         conventions.
4576         Don't send CRLF to things that don't want it.
4577         (nnimap-request-accept-article): Ditto.
4578
4579 2010-09-18  Julien Danjou  <julien@danjou.info>
4580
4581         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4582         than curl to retrieve images.
4583
4584 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4587         the marks.
4588         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4589         (nnimap-wait-for-connection): New function.
4590         (nnimap-open-connection): If we have PREAUTH, don't query for login
4591         credentials.
4592         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4593         when doing a partial update.
4594
4595 2010-09-18  Julien Danjou  <julien@danjou.info>
4596
4597         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4598         tags.
4599
4600 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * nnimap.el (nnimap-credentials): New function.
4603         (nnimap-open-connection): Use the new function to look for credentials
4604         also on the numeric equivalents of "imap" and "imaps".
4605
4606         * gnus-start.el (gnus-activate-group): Send the info to
4607         gnus-request-group.
4608
4609         * nnimap.el (nnimap-request-group): Have the "check" version of the
4610         function parse flags and update the info, so that a `M-g' get a total
4611         resync of all flags from the group.
4612
4613         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4614         to allow backends to alter the info on group selection.  Also alter all
4615         the backend -request-group functions to take the parameter.
4616
4617         * nnimap.el (nnimap-store-info): New function.
4618         (nnimap-update-info): Store the info for later usage.
4619         (nnimap-request-group): Use the stored info for the dont-check case, so
4620         that we don't retrieve all marks when we enter a group.
4621
4622         * nnimap.el: Use deffoo instead of defun for interface functions.
4623
4624         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4625         update the group info.  This makes the nndraft groups, for instance, go
4626         back to their old behaviour.
4627
4628         * gnus-sum.el (gnus-select-newsgroup): Indent.
4629
4630         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4631         in.
4632         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4633         nothing.
4634
4635         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4636         from methods that are denied.
4637
4638         * gnus-int.el (gnus-method-denied-p): New function.
4639
4640         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4641         store the password instead of netrc.
4642         (nnimap-open-connection): Don't error out when we can't make a
4643         connections.
4644
4645         * auth-source.el (auth-source-create): In the password prompt, say what
4646         we're querying for.  Also prompt for user name if that hasn't been
4647         given.
4648
4649         * nnimap.el (nnimap-with-process-buffer): Remove.
4650
4651 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4654         method when we're reading from the agent.
4655
4656         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4657
4658         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4659         that's probably most useful for users.
4660
4661         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4662         "failed" all the time.
4663
4664         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4665         ...)) with (with-current-buffer ... ).
4666
4667         * nntp.el (nntp-open-server): Return whether the open was successful or
4668         not.
4669
4670         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4671         select an unread unseen article first.
4672
4673         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4674         /etc/services, supply some sensible port defaults.
4675
4676         * dgnushack.el: Define netrc-credentials.
4677
4678 2010-09-17  Julien Danjou  <julien@danjou.info>
4679
4680         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4681
4682 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4683
4684         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4685         doesn't have any parameters.
4686
4687 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4690         only upcased checks.
4691
4692         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4693
4694         * nnimap.el (nnimap-open-shell-stream): New function.
4695         (nnimap-open-connection): Use it.
4696         (nnimap-transform-headers): Get the number of lines in each message.
4697         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4698         number of lines.
4699         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4700         problem.
4701
4702         * utf7.el (utf7-encode): Autoload.
4703
4704         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4705         to allow the mail splitting to not return a default group.  This is
4706         useful for nnimap, which will leave unmatched mail in the inbox.
4707
4708         * nnimap.el: Rewritten.
4709
4710         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4711         nnimap usage.
4712
4713         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4714         if the move is internal, so that nnimap can do fast internal moves.
4715
4716         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4717         data.
4718         (gnus-read-active-for-groups): Support finishing the early retrieval of
4719         data.
4720
4721         * gnus-range.el (gnus-range-nconcat): New function.
4722
4723         * gnus-int.el (gnus-finish-retrieve-group-infos)
4724         (gnus-retrieve-group-data-early): New functions.
4725
4726 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4727
4728         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4729         (nnrss-retrieve-groups):
4730         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4731         (pop3-quit): Use with-current-buffer.
4732
4733 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4736         instead of nnheader-accept-process-output.
4737
4738         * dgnushack.el (dgnushack-compile): Add comment.
4739
4740         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4741
4742         * gnus-html.el (gnus-html-schedule-image-fetching)
4743         (gnus-html-prefetch-images): Replace process-kill-without-query by
4744         gnus-set-process-query-on-exit-flag.
4745
4746 2010-09-16  Romain Francoise  <romain@orebokech.com>
4747
4748         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4749
4750 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4753         parameter to unintern is mandatory-ish in Emacs 24.
4754
4755         * gnus-html.el (gnus-html-schedule-image-fetching)
4756         (gnus-html-prefetch-images): Check for curl before using it.
4757
4758         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4759         depend on curl, which isn't essential.
4760
4761         * imap.el: Revert back to version
4762         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4763         seem problematic.
4764
4765 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4766
4767         * gnus-registry.el (gnus-registry-install-shortcuts):
4768         Explicitly pass `obarray' to `unintern' to avoid a warning.
4769
4770 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4773         change.
4774
4775         * nnrss.el (nnrss-request-list): Remove this function and related
4776         functions, including the moreover stuff.
4777
4778 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * nnrss.el (nnrss-retrieve-groups): New function.
4781
4782 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4783
4784         * .dir-locals.el: Add no-byte-compile cookie.
4785
4786 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * time-date.el (format-seconds): Comment fix.
4789
4790         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4791         for back end that doesn't support request-scan.
4792
4793 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4796         then do request scans from the backends.
4797
4798         * netrc.el (netrc-credentials): New conveniency function.
4799
4800         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4801         avoid running a hook per line, since this takes a lot of time,
4802         profiling shows.
4803         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4804         directly if gnus-visual-p is true.
4805
4806 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4809         groups; replace mapcar with dolist which is a bit faster; pass groups
4810         info to gnus-read-active-file-1.
4811         (gnus-read-active-file-1): Scan only specified groups if the new
4812         optional arg `infos' is given.
4813
4814 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4817
4818         * pop3.el (pop3-movemail): Remove.
4819         (pop3-streaming-movemail): Rename to pop3-movemail.
4820
4821         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4822         don't restrict end-tag searches to the end of the line.
4823
4824 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4827         articles of every unchecked group to t, which means unknown since the
4828         server has never been opened.
4829
4830 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * gnus-html.el (gnus-html-show-alt-text): New command.
4833         (gnus-html-browse-image): Ditto.
4834         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4835         to browse the image directly.
4836         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4837         better.
4838
4839         * gnus-async.el (gnus-async-article-callback):
4840         Call `gnus-html-prefetch-images' unconditionally.
4841
4842         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4843         before feeding URLs to curl.
4844
4845 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4848         internal images as deletable by `W D D'.
4849
4850         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4851         (gnus-async-article-callback): Fix typo.
4852
4853 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4856         current line to work around bugs in the output from w3m.
4857
4858         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4859         for groups that want that.
4860
4861         * nntp.el (nntp-wait-for-string): Supply a timeout for
4862         accept-process-output to ensure progress.
4863
4864         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4865         level to get unread articles from, then use that for foreign groups,
4866         too.
4867
4868         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4869         confuses the rest of the function.
4870
4871         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4872         for the methods that support -retrieve-groups, too.
4873
4874         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4875
4876 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4879         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4880
4881         * pop3.el: Require cl when compiling.
4882         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4883
4884 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4887         that aren't going to be activated.
4888         (gnus-get-unread-articles): Fix up the last commit.
4889
4890         * gnus-html.el (gnus-article-html): Allow calling without specifying
4891         the handle.  In that case, dissect the buffer first.
4892
4893         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4894
4895         * nnimap.el (nnimap-open-connection): Revert the change that would look
4896         into authinfo for imaps instead of imap.
4897
4898         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4899         say that you don't want to call gnus-request-group with don-check, but
4900         do check the reponse.  This is for virtual groups only.
4901         (gnus-get-unread-articles): Count the archive groups as secondary, so
4902         that they're activated the same way as before.
4903
4904         * imap.el (imap-message-map): Removed optional buffer parameter, since
4905         no callers use it.
4906         (imap-message-get): Ditto.
4907         (imap-message-put): Ditto.
4908         (imap-mailbox-map): Ditto.
4909         (imap-mailbox-put): Ditto.
4910         (imap-mailbox-get): Ditto.
4911         (imap-mailbox-get): Revert last change for this function.
4912
4913         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4914         case-insensitively.
4915         (nnimap-debug): Remove.
4916
4917         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4918         to use `imap-fetch' instead.  According to the comments, this should be
4919         safe, since all other IMAP clients use the 1:* syntax.
4920         (imap-enable-exchange-bug-workaround): Removed.
4921         (imap-debug): Removed -- doesn't seem very useful.
4922
4923         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4924         mail from a file, and the file doesn't exist.
4925
4926         * imap.el (imap-log): New convenience function used throughout instead
4927         of repeating the same code all over the place.
4928
4929         * pop3.el (pop3-streaming-movemail): Return t for success.
4930
4931         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4932         .authinfo if we're using ssl connection.
4933
4934         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4935         already have if we're in a main Gnus `g' run.
4936
4937         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4938
4939 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4942
4943         * nnmh.el (nnmh-request-list-1): Bind `file'.
4944
4945         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4946         alias to set-process-query-on-exit-flag or process-kill-without-query.
4947         (pop3-open-server): Use it.
4948
4949 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4952         box to the Incoming file.  Fixes mistake in previous checkin.
4953
4954         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4955         request loop (for debugging purposes) removed.
4956
4957         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4958         culprit is more visible.
4959         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4960         (nnml-add-incremental-nov): New functions to do "incremental" nov
4961         updates, where we just append to the end of the existing nov files
4962         without reading/writing them in full.
4963
4964         * mail-source.el (mail-source-delete-crash-box): Really only check the
4965         incoming files once in a while.
4966
4967         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4968
4969         * mail-source.el (mail-source-delete-crash-box): Only check the
4970         incoming files for deletion once per day to save a lot of file
4971         accesses.
4972
4973         * pop3.el (pop3-logon): Fix up unbound variable typo.
4974
4975         * mail-source.el (pop3-streaming-movemail): Autoload.
4976
4977         * pop3.el (pop3-streaming-movemail):
4978         Respect pop3-leave-mail-on-server.
4979
4980         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4981         retrieval.
4982
4983         * pop3.el (pop3-process-filter): Remove unused function.
4984         (pop3-streaming-movemail, pop3-send-streaming-command)
4985         (pop3-wait-for-messages, pop3-write-to-file)
4986         (pop3-number-of-responses): New functions for streaming pop3
4987         retrieval.
4988
4989         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4990         come from no known methods.
4991         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4992         list.
4993
4994         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4995         message sizes.
4996         (pop3-movemail): Use erase-buffer instead of looping and deleting
4997         regions, which seems rather odd.
4998
4999         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5000         file once per `g' run.
5001
5002         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5003         directories.  This makes the draft queue directory work.
5004
5005         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5006         data from the backends, so that we only request the list of groups from
5007         each method once.  This should speed things up considerably.
5008
5009         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5010         detect that it's not implemented.
5011
5012         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5013         we actually do recurse down into the tree, but don't stat all leaf
5014         nodes.
5015
5016         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5017         then say so instead of bugging out.
5018
5019         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5020         files exist before trying to read them.
5021
5022         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5023         around <pre_int>.
5024
5025         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5026
5027         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5028
5029 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * mm-util.el (mm-image-load-path): Just return the image directories,
5032         not all directories in the path in addition to the image directories.
5033         (mm-image-load-path): Maintain a cache of the image directories so that
5034         the `g' command in Gnus doesn't have to stat dozens of directories each
5035         time.
5036
5037         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5038         (gnus-html-wash-tags): Add a new `i' command to insert images.
5039         (gnus-html-insert-image): New command and keystroke.
5040         (gnus-html-redisplay-with-images): New command and keystroke.
5041         (gnus-html-show-images): Rename command.
5042         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5043         spacers.
5044         (gnus-html-wash-tags): Decode entities at the end, so that entities
5045         inside the tags don't mess up the rest of the "parsing".
5046
5047         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5048         so that nnimap methods aren't agentized by default.  There's apparently
5049         many problems related to agent/imap behaviour.
5050
5051         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5052
5053         * gnus-html.el: Doc fix.
5054
5055 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5058         specifier-spec-list for Emacs 21.
5059
5060         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5061         glyph-width and glyph-height instead of display-graphic-p and
5062         image-size; make avoidance of displaying small images work for XEmacs.
5063
5064         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5065         for XEmacs.
5066
5067         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5068         of symbol that holds plist data.
5069         (gnus-process-plist): Remove plist of process after getting it.
5070
5071 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * message.el (message-generate-hashcash): Change default to
5074         'opportunistic if hashcash is installed.
5075
5076         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5077         (gnus-html-put-image): Only call image-size once, since it's somewhat
5078         time-consuming on remote X servers.
5079
5080 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5083         type on data, not a file name.
5084
5085         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5086         window-pixel-edges for Emacs 21.
5087
5088         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5089         decoded contents.
5090         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5091
5092 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5095         group line format, since it isn't very interesting.
5096
5097         * gnus-agent.el (gnus-agent-short-article),
5098         (gnus-agent-long-article): Increase values for these two variables,
5099         since most people are likely to have more network connection and
5100         storage than before.
5101
5102         * gnus.el (gnus-refer-article-method): Change default to 'current.
5103         When referring an article, the common behaviour is to refer it from the
5104         current select method, not the native select method.  The chances of
5105         the native select method having the message in question is rather slim
5106         these days.
5107
5108         * gnus-sum.el (gnus-auto-select-subject): Change default to
5109         `unseen-or-unread'.  I think it's likely that most people want to
5110         select an unseen article over a previously seen, but unread one.
5111
5112         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5113         means that in the article buffer none of the minor mode elements will
5114         be shown, usually, and this is not desirable in most cases.
5115
5116         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5117         that commands like `d' (and the like) go to the next line in the
5118         buffer, instead of the next unread article.  I think this is the
5119         behaviour that is most natural for most users.
5120         (gnus-single-article-buffer): Change default to nil, so that people can
5121         have as many article buffers open as they have summary buffer.  I think
5122         this is the most natural way for the groups to behave.
5123
5124         * message.el (message-generate-new-buffers): Change default to
5125         `unsent', so that all new message buffers start their names with the
5126         string "*unsent", and it's easier to find the buffers if you move from
5127         them.
5128
5129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5132         small.  They're probably tracking images.
5133         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5134         (gnus-html-rescale-image): Yet another try at getting the image sizing
5135         right.
5136
5137         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5138         nntp-marks-file-name is nil.
5139
5140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * gnus-html.el (gnus-html-wash-tags)
5143         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5144         Better logging.
5145
5146 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5149
5150         * gnus-html.el (gnus-html-wash-tags): Check the value of
5151         gnus-blocked-images in the summary buffer.
5152
5153 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5154
5155         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5156
5157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5160         like "a", it seems like.
5161         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5162         since it needs to be picked from the correct buffer.
5163
5164         * nnwfm.el: Remove.
5165
5166         * nnlistserv.el: Remove.
5167
5168 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5171         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5172
5173 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * nnkiboze.el: Remove.
5176
5177         * nndb.el: Remove.
5178
5179         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5180         alt text.
5181         (gnus-html-rescale-image): Try to get the rescaling logic right for
5182         images that are just wide and not tall.
5183
5184         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5185         overshadow variable bindings.
5186
5187 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5188
5189         * gnus-html.el (gnus-html-wash-tags)
5190         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5191         Add extra logging.
5192
5193 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5196         (gnus-max-image-proportion): New variable.
5197         (gnus-html-rescale-image): New function.
5198         (gnus-html-put-image): Rescale images.
5199
5200 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         Fix up some byte-compiler warnings.
5203         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5204         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5205         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5206         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5207         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5208         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5209         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5210
5211 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-html.el (gnus-article-html): Decode contents by charset.
5214
5215 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5218         (gnus-html-frame-width, gnus-blocked-images)
5219         * message.el (message-prune-recipient-rules): Add custom version.
5220         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5221
5222         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5223         functions.
5224
5225         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5226         gnus-process-get.
5227
5228 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5229
5230         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5231         instead of lsub directly.
5232
5233 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnwarchive.el: Remove.
5236
5237         * gnus-soup.el: Remove.
5238
5239         * nnsoup.el: Remove.
5240
5241         * nnultimate.el: Remove.
5242
5243         * gnus-html.el (gnus-blocked-images): New variable.
5244
5245         * message.el (message-prune-recipients): New function.
5246         (message-prune-recipient-rules): New variable.
5247
5248         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5249         guess whether a long line is natural text or not.
5250
5251         * gnus-html.el (gnus-html-schedule-image-fetching):
5252         Use gnus-process-plist and friends for compatibility.
5253
5254 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5255
5256         * gnus-html.el: Require packages that define macros used in this file.
5257         (gnus-article-mouse-face): Declare to silence byte-compiler.
5258         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5259         process-get.
5260         (gnus-html-put-image): Use plist-get to avoid getf.
5261         (gnus-html-prefetch-images): Use with-current-buffer.
5262
5263 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-ems.el: Provide compatibility functions for
5266         gnus-set-process-plist.
5267
5268         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5269         header-line-format for XEmacs 21.4.
5270
5271         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5272         * gnus.el (gnus-valid-select-methods)
5273         * message.el (message-send-mail-partially-limit)
5274         * mm-decode.el (mm-text-html-renderer)
5275         * mml.el (mml-insert-mime-headers-always)
5276         * smiley.el (smiley-regexp-alist): Bump custom version.
5277
5278 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * gnus-html.el: require mm-url.
5281         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5282         with the url to `url'.
5283         (gnus-html-wash-tags): Support cid: URLs/images.
5284
5285 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5288         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5289         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5290
5291         * gnus-move.el: Remove file, since it doesn't really work.
5292
5293         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5294         UTF-8.  This seems to fix problems with some German web feeds.
5295
5296         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5297         at the top so that the proper colours are applied.
5298
5299         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5300         don't have dots in their names.
5301
5302         * gnus-art.el (gnus-article-view-part): Doc fix.
5303
5304         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5305         XEmacs-compatible.
5306         (gnus-html-put-image): Don't do images on non-graphic displays.
5307
5308         * nnslashdot.el: Remove this unused backend.
5309
5310         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5311         actions.
5312         (gnus-undo-register-1): Revert last change.
5313
5314         * gnus-group.el (gnus-group-completing-read): Protect against not
5315         having completion-styles bound.
5316
5317         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5318         make broken recipients happier.
5319
5320         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5321
5322         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5323         point parameter.
5324
5325         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5326
5327         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5328         completion-styles for group selection.
5329
5330 2009-02-04  Andreas Schwab  <schwab@suse.de>
5331
5332         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5333         headers and regexp-quote the match if necessary.
5334
5335 2009-03-24  Miles Bader  <miles@gnu.org>
5336
5337         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5338         the blinking smiley.
5339
5340 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5341
5342         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5343         blink smiley.
5344
5345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5348         where the dribbel file lives exists.
5349
5350         * message.el (message-send-mail-partially-limit): Change the default to
5351         nil, since most people don't want this.
5352
5353         * mm-url.el (mm-url-decode-entities): Also decode entities like
5354         &#x3212.
5355
5356 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5357
5358         * gnus-sum.el (gnus-summary-idna-message):
5359         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5360         Hyperlink urls in docstrings with URL `...'.
5361
5362 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5363
5364         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5365         functions.
5366
5367 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5370         say what the mouseover text should be.
5371
5372         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5373         version of the mm-w3m-safe-url-regexp variable to only download images
5374         in the groups where we want that to happen.
5375
5376         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5377
5378         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5379         easier debugging.
5380         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5381         big pictures in the article buffer.
5382
5383         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5384         gnus-article-html.
5385         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5386         w3m.
5387
5388         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5389
5390 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5393         which doesn't exist.
5394
5395         * message.el (message-inhibit-ecomplete): New variable to allow some
5396         function to inhibit ecomplete address storage.
5397         (message-resend): Disable ecomplete message storage when resending
5398         messages.
5399
5400         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5401
5402 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5405         Save excursion while copying, moving, and deleting articles in order to
5406         prevent the cursor from jumping to unforeseen place.
5407
5408 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * lpath.el: No need to bind bookmark-current-buffer,
5411         bookmark-yank-point and bookmark-make-record-function.
5412
5413 2010-08-17  Glenn Morris  <rgm@gnu.org>
5414
5415         * gnus-sync.el: Require gnus components whose functions are used.
5416
5417         * gnus-art.el (bookmark-make-record-function):
5418         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5419         Declare for compiler.
5420
5421         * mm-url.el (mml-compute-boundary): Autoload.
5422
5423 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5426
5427 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         Typo fix "hoo4a" -> "hook".
5430
5431         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5432
5433 2010-08-14  Glenn Morris  <rgm@gnu.org>
5434
5435         * gnus-sync.el (gnus-sync): Fix defgroup version.
5436
5437 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5440
5441         * gnus-sync.el: Fix docs.
5442         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5443         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5444
5445 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5446
5447         Optimizations for gnus-sync.el.
5448
5449         * gnus-sync.el: Add docs about gnus-sync-backend
5450         possibilities.
5451         (gnus-sync-save): Remove unnecessary message.
5452         (gnus-sync-read): Optimize and show what groups were skipped.
5453
5454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         Minor bug fixes for gnus-sync.el.
5457
5458         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5459         Don't read the sync on get-new-news.
5460
5461         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5462         quiet.
5463
5464         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5465         (fix typo).
5466
5467 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5468
5469         Make saving and restoring of hidden threads work with overlays.
5470         Patch applied by Ted Zlatanov.
5471
5472         * gnus-sum.el (gnus-hidden-threads-configuration)
5473         (gnus-restore-hidden-threads-configuration): Update to deal with text
5474         properties, rather than searching for a magic character.
5475
5476 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         New gnus-sync.el library for synchronization of marks.
5479
5480         * gnus-sync.el: New library for synchronization of marks.
5481
5482         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5483         renamed from `gnus-registry-grep-in-list'.
5484
5485         * gnus-registry.el (gnus-registry-follow-group-p):
5486         Use `gnus-grep-in-list'.
5487
5488         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5489
5490 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5493         determining charset of text fails.
5494
5495 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * nnmail.el (nnmail-get-new-mail-1): Revert.
5498
5499         * nnml.el (nnml-active-number): Make sure names of newly created groups
5500         in nnml-group-alist are encoded.
5501
5502 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5505         containing non-ASCII characters in active file for nnml back end.
5506
5507 2010-07-24  David Engster  <dengste@eml.cc>
5508
5509         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5510         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5511
5512 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5513
5514         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5515         tag (Bug#6654).
5516
5517 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5520         the article buffer, not the summary buffer.
5521
5522 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5525         Emacs 23 as well.
5526
5527 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5530         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5531
5532 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5533
5534         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5535         Patch applied by Karl Fogel.
5536
5537         * gnus-sum.el (gnus-summary-bookmark-make-record):
5538         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5539
5540 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5541
5542         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5543         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5544         C-w still not working correctly from Article buffers; Thierry's
5545         patch to fix that will be applied after this.
5546
5547         * gnus-art.el (bookmark-make-record-function): New local variable.
5548
5549         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5550         article buffer.
5551         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5552
5553 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5554
5555         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5556         on changes in bookmark.el.
5557
5558 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5561         `no-log' instead of message not to log prompt string.
5562
5563 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5564
5565         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5566         the *other* type of HTML form submission.
5567
5568 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5569
5570         * auth-source.el (auth-source-pick): If choice does not contain a
5571         questioned keyword, set the check to t.
5572
5573 2010-06-12  Romain Francoise  <romain@orebokech.com>
5574
5575         * gnus-util.el (gnus-date-get-time): Move up before first use.
5576
5577 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5580         (gnus-article-edit-part): Bind it to make last part that is substituted
5581         or deleted visible.
5582         (gnus-mime-display-single): Buttonize part of which id equals to
5583         gnus-mime-buttonized-part-id.
5584
5585 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5586
5587         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5588         (gnus-dd-mmm): Use gnus-date-get-time.
5589         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5590         simplify logic.
5591         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5592         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5593
5594 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5595
5596         * auth-source.el (top): Autoload `secrets-list-collections',
5597         `secrets-create-item', `secrets-delete-item'.
5598         (auth-sources): Fix tag string.
5599         (auth-get-source, auth-source-retrieve, auth-source-create)
5600         (auth-source-delete): New defuns.
5601         (auth-source-pick): Rewrite in order to avoid 2 passes.
5602         (auth-source-forget-user-or-password): New parameter USERNAME.
5603         (auth-source-user-or-password): New parameters CREATE-MISSING and
5604         DELETE-EXISTING.  Retrieve password interactively, if needed.
5605
5606 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5607
5608         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5609         deleting unused directories when gnus-expert-user is t.
5610
5611 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5614         for each temp file when gnus-article-browse-delete-temp is ask.
5615
5616 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5619         Lisp calls to delete-backward-char by calls to delete-char.
5620
5621 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5622
5623         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5624
5625 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5626
5627         * password-cache.el (password-cache-remove): Fix docstring.
5628
5629 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5632         article unless decoding article to be saved.
5633
5634 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5637         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5638         generated within the mm-with-unibyte-current-buffer macro.
5639
5640 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5643         to nil when we're in a mml-preview buffer and no group is selected.
5644
5645 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5646
5647         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5648         when catching the `C-g'.  Reported by "Leo".
5649
5650 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * message.el (message-forward-make-body-plain)
5653         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5654         multibyte-string-p.
5655
5656         * lpath.el: Revert.
5657
5658 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * message.el (message-forward-make-body-mml): Assume original message
5661         is multibyte string; error on unibyte.
5662         (message-forward-make-body-plain): Ditto; don't add excessive newline
5663         in body end.
5664
5665         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5666
5667 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5668
5669         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5670         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5671
5672 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * mm-extern.el (mm-extern-url): Don't use
5675         mm-with-unibyte-current-buffer.
5676         (mm-extern-cache-contents): Use with-current-buffer instead of
5677         save-excursion + set-buffer.
5678
5679 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * mm-util.el (mm-emacs-mule): Remove.
5682
5683 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5684
5685         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5686         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5687         change.
5688
5689 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5692         bind the default value of enable-multibyte-characters to nil.
5693
5694 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * message.el (message-forward-make-body-plain)
5697         (message-forward-make-body-mml):
5698         Don't use mm-with-unibyte-current-buffer.
5699
5700 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5701
5702         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5703
5704 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5705
5706         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5707         (Bug#5592).
5708
5709 2010-05-07  Julien Danjou  <julien@danjou.info>
5710
5711         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5712         it to mm-pipe-part.
5713
5714         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5715         it is given.
5716
5717 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * binhex.el (binhex-decode-region-internal)
5720         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5721         (dns-query)
5722         * nnweb.el (nnweb-gmane-search)
5723         * pgg-parse.el (pgg-parse-armor)
5724         * pgg.el (pgg-verify-region)
5725         * sha1.el (sha1-string-external)
5726         * uudecode.el (uudecode-decode-region-internal)
5727         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5728         XEmacs.
5729
5730         * gnus-art.el (gnus-article-browse-html-parts)
5731         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5732         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5733         make-temp-file.
5734
5735         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5736         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5737         compiling.
5738
5739         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5740         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5741         XEmacs when compiling.
5742
5743         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5744         gnus-pick-mode-off-hook for XEmacs when compiling.
5745         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5746         gnus-binary-mode-off-hook for XEmacs when compiling.
5747
5748         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5749         Return nil if char-charset is not available.
5750
5751         * imap.el (imap-disable-multibyte)
5752         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5753         macros.
5754
5755         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5756         instead of encode-coding-string.
5757
5758         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5759         'xemacs) instead of mm-emacs-mule to switch function definitions.
5760         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5761
5762         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5763         bind temporary-file-directory for XEmacs;
5764         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5765         timer-set-function for XEmacs 21.4 and SXEmacs;
5766         bind timer-list for XEmacs 21.4 and SXEmacs;
5767         fbind char-charset and find-charset-region for non-Mule XEmacs;
5768         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5769         encode-coding-region and encode-coding-string for XEmacs having no
5770         file-coding feature.
5771
5772 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5773
5774         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5775
5776 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5779         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5780
5781 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5782
5783         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5784         alias `jka-compr-delete-temp-file' no longer exists.
5785
5786 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         Use define-minor-mode in Gnus where applicable.
5789         * mml.el (mml-mode): Use define-minor-mode.
5790         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5791         (gnus-undo-mode): Use define-minor-mode.
5792         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5793         (gnus-dead-summary-mode): Use define-minor-mode.
5794         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5795         Initialize in declaration.
5796         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5797         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5798         (gnus-mailing-list-mode): Use define-minor-mode.
5799         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5800         (gnus-draft-mode): Use define-minor-mode.
5801         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5802         (gnus-dired-mode): Use define-minor-mode.
5803
5804 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5805
5806         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5807         handles on recursive mml-to-mime translation and check them for
5808         boundary delimiter collisions.  Reported by Greg Troxel.
5809
5810 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5813
5814 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5815
5816         * mm-util.el (mm-find-buffer-file-coding-system):
5817         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5818
5819 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5820
5821         * message.el (message-generate-headers): Record insertion of optional
5822         headers as well.  Otherwise the check to prevent repeated insertion of
5823         optional headers is a no-op.
5824
5825 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * smime.el: Don't mention CVS.
5828
5829         * nnrss.el (nnrss-fetch): Don't mention CVS.
5830
5831         * nnir.el: Don't mention CVS.
5832
5833 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5834
5835         * gnus-sum.el (gnus-summary-bookmark-make-record):
5836         Add `location' field.
5837
5838 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * lpath.el: Fbind bookmark-default-handler,
5841         bookmark-get-bookmark-record, bookmark-make-record-default,
5842         bookmark-prop-get for Emacs <23 and XEmacs.
5843
5844 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5845
5846         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5847         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5848         Use with-current-buffer to silence the byte-compiler.
5849         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5850         bother to require `gnus'.
5851         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5852
5853 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5854
5855         * gnus-sum.el (gnus-summary-bookmark-make-record)
5856         (gnus-summary-bookmark-jump): New functions.
5857         (gnus-summary-mode): Setup bookmark support.
5858
5859 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5860
5861         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5862         if set.
5863
5864 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5867         gnus-article-browse-html-save-cid-image; make it work recursively for
5868         forwarded messages as well.
5869         (gnus-article-browse-html-parts): Work when prefix arg is given.
5870         (gnus-article-browse-html-article): Doc fix.
5871
5872 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5873
5874         * message.el (message-default-mail-headers):
5875         (message-default-headers): Carry the value mail-default-headers over
5876         into message-default-mail-headers, rather than message-default-headers.
5877
5878 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5879
5880         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5881         charset.
5882
5883         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5884         charset into the <meta> tag when the article is encoded to utf-8.
5885
5886 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-art.el (gnus-article-browse-delete-temp-files):
5889         Delete directories as well.
5890         (gnus-article-browse-html-parts): Work for images that do not specify
5891         file names; delete temp directory when quitting; insert header at the
5892         right place; use file: scheme for image files.
5893
5894 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5895
5896         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5897         (gnus-article-browse-html-parts): Use it to make temporary cid image
5898         files in addition to html file so that browser may display them.
5899
5900 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5903
5904 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5907
5908 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * auth-source.el (auth-sources): Change default to be simpler.
5911         Explain about Secret Service API sources.  Improve Customize options.
5912         (auth-source-pick): Change to accept any number of search parameters.
5913         Implement fallbacks iteratively, not recursively.  Add scoring on the
5914         second pass and sort by score.  Call Secret Service API when needed.
5915         (auth-source-user-or-password): Use it.  Call Secret Service API
5916         directly when needed to get the user name and the password.
5917
5918 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5919
5920         * message.el (message-interactive): Doc fix.
5921         (message-qmail-inject-args): Reflow.
5922         (message-kill-to-signature): Fix typo in docstring.
5923
5924         * smiley.el (smiley-buffer): Fix typo in docstring.
5925
5926 2010-03-24  Glenn Morris  <rgm@gnu.org>
5927
5928         * mail-source.el (gnus-message): Declare.
5929         (mail-source-delete-old-incoming): Require gnus-util.
5930
5931 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5934
5935         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5936
5937         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5938         password-cache's default if it is not bound.
5939         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5940         password-cache-expiry's default if it is not bound.
5941
5942         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5943         available in Emacs 21.
5944
5945         * lpath.el: Suppress compiler warnings for:
5946         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5947         XEmacs;
5948         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5949         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5950         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5951
5952 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * auth-source.el (auth-sources): Fix up definition so extra parameters
5955         are always inline.
5956
5957 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5958
5959         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5960         wasn't updated after mismatch.  Clear cached mailbox info correctly
5961         when uidvalidity changes.
5962         (nnimap-group-prefixed-name): New function to avoid some code
5963         duplication.
5964         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5965         (nnimap-request-group): Use it.
5966         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5967         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5968         with many imap folders.  This is done by caching the group status from
5969         the imap server persistently in a group parameter `imap-status'.  (This
5970         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5971         but not persistently, so every Gnus startup was still very slow.)
5972
5973 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5976         delete the extra newline.  Otherwise editing of :string and :number
5977         types don't work.
5978
5979 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5982         secrets.el dependency.
5983         (auth-sources): Add optional user name.  Add secrets.el configuration
5984         choice (unused right now).
5985
5986 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-sum.el (gnus-summary-make-menu-bar):
5989         Let `gnus-registry-install-shortcuts' fill in the functions.
5990
5991         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5992         warnings.
5993         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5994         (gnus-registry-install-shortcuts): Populate and use it in a
5995         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5996
5997 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5998
5999         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6000         In-place substitutions for the group name encoding/decoding.
6001         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6002         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6003         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6004         (nnimap-update-unseen, nnimap-request-list)
6005         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6006         (nnimap-request-set-mark, nnimap-split-to-groups)
6007         (nnimap-split-articles, nnimap-request-newgroups)
6008         (nnimap-request-create-group, nnimap-request-accept-article)
6009         (nnimap-request-delete-group, nnimap-request-rename-group)
6010         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6011         `encoded-mbx' for consistency.
6012         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6013         variable `imap-current-mailbox'.
6014
6015         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6016         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6017
6018 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6019
6020         * pop3.el (pop3-display-message-size-flag): Display message size byte
6021         counts during POP3 download.
6022         (pop3-movemail): Use it.
6023         (pop3-list): Implement listing of available messages.
6024
6025 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6026
6027         * nnir.el (nnir-get-article-nov-override-function): New function to
6028         override the normal NOV retrieval.
6029         (nnir-retrieve-headers): Use it.
6030
6031 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6032
6033         * auth-source.el (netrc-machine-user-or-password): Autoload.
6034
6035 2010-03-19  Glenn Morris  <rgm@gnu.org>
6036
6037         Stop message.el from loading about 40 libraries it doesn't always need.
6038         The general approach is to autoload rather than require, and to
6039         require in the specific functions rather than the file.  (Bug#5642)
6040
6041         * gmm-utils.el: Don't require wid-edit.
6042         (widget-create-child-value, widget-convert, widget-default-get):
6043         Autoload.
6044
6045         * gnus-util.el: Don't require time-date, netrc.
6046         (message-fetch-field, gnus-group-name-decode): Declare rather than
6047         autoloading.
6048         (gnus-fetch-field): Require message.
6049         (gnus-decode-newsgroups): Require gnus-group.
6050
6051         * ietf-drums.el: Don't require time-date.
6052
6053         * message.el: Don't require hashcash, canlock, ecomplete.
6054         Do require mail-utils.  Require nnheader only when compiling.
6055         (smtpmail-default-smtp-server): Remove declaration.
6056         (message-send-mail-function): Check smtpmail-default-smtp-server
6057         is bound rather than requiring smtpmail.
6058         (message-auto-save-directory, message-insert-signature):
6059         Use expand-file-name rather than nnheader-concat.
6060         (nnheader-insert-file-contents): Autoload.
6061         (hashcash-wait-async): Declare.
6062         (message-send-mail): Only call gnus-setup-posting-charset if
6063         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6064         (message-send-mail-with-sendmail): Require sendmail.
6065         (canlock-password, canlock-password-for-verify): Declare.
6066         (message-canlock-password): Require canlock.
6067         (nnheader-get-report): Autoload.
6068         (gnus-setup-posting-charset): Declare.
6069         (message-send-news): Require gnus-msg.
6070         (message-make-references, message-make-in-reply-to): Use mail-header-id
6071         rather than the alias mail-header-message-id.
6072         (ecomplete-add-item, ecomplete-save): Declare.
6073         (message-put-addresses-in-ecomplete): Require ecomplete.
6074         (ecomplete-display-matches): Autoload.
6075
6076         * mm-decode.el: Don't require mailcap, gnus-util.
6077         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6078         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6079         Autoload.
6080         (mailcap-mime-extensions): Declare.
6081
6082         * mm-encode.el: Don't require mailcap.
6083         (mailcap-extension-to-mime): Autoload.
6084
6085         * mml-sec.el: Don't require password-cache.
6086
6087         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6088         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6089         (mml-minibuffer-read-type): Require mailcap.
6090         (mml-preview): Require gnus-msg.
6091
6092         * mml1991.el: Require password-cache.
6093         (password-cache-expiry): Remove declaration.
6094
6095         * mml2015.el: Require password-cache.
6096         (password-cache-expiry): Remove declaration.
6097
6098         * nneething.el (mailcap): Require mailcap.
6099
6100         * nnheader.el (declare-function): Add compatibility stub.
6101         (message-remove-header): Declare rather than autoload.
6102         (nnheader-replace-header): Require message.
6103
6104         * nnimap.el (declare-function): Add compatibility stub.
6105         (netrc-parse, netrc-machine-user-or-password): Declare.
6106         (nnimap-open-connection): Require netrc.
6107
6108         * nntp.el (declare-function): Add compatibility stub.
6109         (netrc-parse, netrc-machine, netrc-get): Declare.
6110         (nntp-send-authinfo): Require netrc.
6111
6112         * rfc2047.el: Don't require qp.
6113         (quoted-printable-encode-region, quoted-printable-decode-string):
6114         Autoload.
6115
6116         * sieve-mode.el: Don't require easymenu.
6117         (easy-menu-add-item): Autoload it.
6118
6119         * spam-stat.el (time-to-number-of-days): Autoload it.
6120
6121 2010-03-19  Glenn Morris  <rgm@gnu.org>
6122
6123         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6124
6125 2010-03-18  Glenn Morris  <rgm@gnu.org>
6126
6127         * hashcash.el (declare-function): Remove duplicate definition.
6128
6129 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6130
6131         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6132         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6133         value if any backslash escapes).
6134
6135 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6138         if it is available.  (bug#5647)
6139
6140         * lpath.el: Suppress compiler warning for coding-system-from-name for
6141         Emacs 21 and XEmacs.
6142
6143 2010-03-14  Juri Linkov  <juri@jurta.org>
6144
6145         * hmac-def.el:
6146         * hmac-md5.el:
6147         * netrc.el: Fix keywords.
6148
6149 2010-02-26  Glenn Morris  <rgm@gnu.org>
6150
6151         * message.el (message-send-mail-function): Change the default, so that
6152         it inherits from a customized send-mail-function.  (Bug#5643)
6153
6154 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6155
6156         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6157         shell-command-to-string signals an error (bug#5299).
6158
6159 2010-02-24  Glenn Morris  <rgm@gnu.org>
6160
6161         * message.el (message-smtpmail-send-it)
6162         (message-send-mail-with-mailclient): Doc fixes.
6163
6164 2010-02-16  Glenn Morris  <rgm@gnu.org>
6165
6166         * message.el (message-default-mail-headers): Change the default value
6167         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6168
6169 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6172         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6173
6174 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6175
6176         * time-date.el (date-to-time): Doc fix (Bug#5408).
6177
6178 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6179
6180         * message.el (message-mail): Just pass yank-action on to message-setup.
6181         (message-setup): Handle (FUN . ARGS) form of yank-action.
6182         (message-with-reply-buffer, message-widen-reply)
6183         (message-yank-original): Handle non-buffer values of
6184         message-reply-buffer (Bug#4080).
6185         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6186
6187 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6188
6189         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6190         Fix typo in docstring.
6191
6192 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6193
6194         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6195         response.
6196
6197 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6200
6201         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6202
6203         * message.el (message-check-news-header-syntax): Protect against a
6204         string that `rfc822-addresses' returns when parsing fails.
6205
6206 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6209         (gnus-previous-char-property-change): New functions.
6210
6211         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6212
6213 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6214
6215         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6216         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6217
6218 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6219
6220         * message.el (message-exchange-point-and-mark): Rework last change to
6221         avoid using optional arg of exchange-point-and-mark, for backward
6222         compatibility.
6223
6224 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6225
6226         * message.el (message-exchange-point-and-mark):
6227         Call exchange-point-and-mark with an argument rather than setting
6228         mark-active by hand (Bug#5175).
6229
6230 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * nntp.el (nntp-service-to-port): Work for service expressed with
6233         numeric string; replace [:digit:] with [0-9] for XEmacs.
6234
6235 2009-12-17  Glenn Morris  <rgm@gnu.org>
6236
6237         * gnus-group.el (gnus-bug-group-download-format-alist):
6238         Change emacs entry to debbugs.gnu.org.  Bump :version.
6239
6240 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6243
6244 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * message.el (message-info): Explain why we use `Info-goto-node'.
6247
6248 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6251
6252 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6253
6254         * message.el (message-completion-in-region): New compatibility function.
6255         (message-expand-group): Use it.
6256
6257 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6260         with no unread article should be listed if the 2nd arg `predicate' is
6261         given.
6262
6263 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6266
6267 2009-11-29  Juri Linkov  <juri@jurta.org>
6268
6269         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6270         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6271         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6272
6273 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6274
6275         * sha1.el (sha1-string-external): default-directory "/" in case
6276         otherwise non-existent.  process-connection-type pipe for touch of
6277         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6278
6279 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6280
6281         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6282         it's comms related and sgml-mode.el has "comm" on that basis too.
6283
6284 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6287         containing tspecial characters if they have been already quoted.
6288
6289 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6290
6291         * dns-mode.el (auto-mode-alist): Purecopy string.
6292
6293 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6296
6297 2009-10-24  Glenn Morris  <rgm@gnu.org>
6298
6299         * gnus-art.el (help-xref-stack-item): Define for compiler.
6300
6301 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6302
6303         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6304
6305 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6308
6309 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6312         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6313
6314 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6317         (gnus-overlays-in): New alias to overlays-in.
6318
6319         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6320         gnus-overlay-get, and gnus-delete-overlay.
6321         (gnus-summary-show-thread): Make it work as well for systems in which
6322         next-single-char-property-change is not available.
6323         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6324
6325         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6326         (gnus-overlay-get): New alias to extent-property.
6327         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6328
6329         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6330         SXEmacs.
6331
6332         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6333         SXEmacs.
6334
6335 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6338
6339 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6340
6341         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6342         and XEmacs that don't have `remove-overlays'.
6343
6344 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6345
6346         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6347         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6348         selective display.  Use overlays instead.
6349
6350 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6351
6352         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6353
6354 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6355
6356         * spam-stat.el (spam-stat-load): Fix typo in message.
6357
6358 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6359
6360         * dig.el (dig-invoke): Fix typo in docstring.
6361         (query-dig): Reflow docstring.
6362
6363 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6364
6365         * gnus-art.el (gnus-article-encrypt-body):
6366         * message.el (message-check-recipients):
6367         * mm-util.el (mm-codepage-setup):
6368         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6369         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6370
6371 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6372
6373         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6374         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6375         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6376         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6377         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6378
6379 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6380
6381         * dig.el: Add "Keywords: comm", as per net-utils.el.
6382
6383 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6384
6385         * dig.el (dig-mode): Use define-derived-mode.
6386
6387 2009-09-19  Glenn Morris  <rgm@gnu.org>
6388
6389         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6390
6391 2009-09-18  Glenn Morris  <rgm@gnu.org>
6392
6393         * gnus-diary.el (gnus-diary-check-message):
6394         * message.el (message-insert-formatted-citation-line):
6395         * nnbabyl.el (top-level):
6396         * nndiary.el (nndiary-schedule):
6397         Fix typos in condition-case handlers.
6398
6399 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6402         configuration that provides the sole article window in a frame;
6403         position point correctly after deleting a part.
6404
6405 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6406
6407         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6408         (spam-resolve-registrations-routine): Use it to unregister articles
6409         that change status.
6410
6411 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6414         with XEmacs.
6415         (parse-time-string-chars): Use it.
6416
6417 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * imap.el (imap-interactive-login): Better messages.
6420         (imap-open): Fix bug with renamed buffer on reconnect.
6421         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6422         for easier debugging and cleaner code.  On successful (guessed based on
6423         server capabilities) secondary authentication, set imap-state
6424         correctly.
6425         (imap-last-authenticator): Define imap-last-authenticator as a variable
6426         to avoid warnings.
6427
6428 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * nnrss.el (nnrss-request-article): Remove binding of
6431         default-enable-multibyte-characters that has gotten needless by
6432         the 2007-07-13 change in rfc2047-encode-message-header.
6433
6434         * mml.el (mml-insert-multipart): Error on the message header.
6435         (mml-insert-part): Error on the message header; position point at
6436         the end of a MIME tag.
6437
6438 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * time-date.el (autoload): Expand define-obsolete-function-alias into
6441         defalias and make-obsolete for old Emacsen that Gnus supports.
6442         (with-no-warnings): Define it for old Emacsen.
6443         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6444         is available.
6445         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6446         float-time is available; suppress compile warning for time-to-seconds.
6447
6448         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6449         (gnus-float-time): Alias to float-time if it exists.
6450
6451         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6452         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6453         float-time is available; suppress compile warning for time-to-seconds.
6454
6455         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6456         XEmacs.
6457
6458 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * imap.el (imap-message-map): Docstring fix.
6461
6462 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6465         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6466         Add the optional argument `encoding' that overrides the default.
6467
6468         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6469         mm-encode-buffer.
6470
6471 2009-09-04  Glenn Morris  <rgm@gnu.org>
6472
6473         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6474         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6475         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6476         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6477         * mm-util.el (mm-with-unibyte-current-buffer)
6478         (mm-find-buffer-file-coding-system):
6479         * yenc.el (yenc-decode-region): Use default-value rather than
6480         default-enable-multibyte-characters.
6481
6482 2009-09-03  Glenn Morris  <rgm@gnu.org>
6483
6484         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6485         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6486         than default-enable-multibyte-characters.
6487
6488 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6489
6490         * gnus-art.el (gnus-article-read-summary-keys):
6491         Fix gnus-buffer-configuration's value temporarily used.
6492
6493 2009-09-02  Glenn Morris  <rgm@gnu.org>
6494
6495         * gnus-util.el (gnus-float-time): New function.
6496         * gnus-delay.el (gnus-delay-article):
6497         * gnus-sum.el (gnus-thread-latest-date):
6498         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6499         * nnspool.el (nnspool-request-newgroups):
6500         Use gnus-float-time rather than time-to-seconds.
6501         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6502
6503         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6504         (gnus-header-subject-face, gnus-header-newsgroups-face)
6505         (gnus-header-name-face, gnus-header-content-face):
6506         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6507         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6508         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6509         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6510         (gnus-cite-face-11):
6511         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6512         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6513         (gnus-server-closed-face, gnus-server-denied-face)
6514         (gnus-server-offline-face):
6515         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6516         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6517         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6518         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6519         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6520         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6521         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6522         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6523         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6524         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6525         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6526         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6527         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6528         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6529         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6530         (gnus-summary-high-undownloaded-face)
6531         (gnus-summary-low-undownloaded-face)
6532         (gnus-summary-normal-undownloaded-face)
6533         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6534         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6535         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6536         (gnus-splash-face):
6537         * message.el (message-header-to-face, message-header-cc-face)
6538         (message-header-subject-face, message-header-newsgroups-face)
6539         (message-header-other-face, message-header-name-face)
6540         (message-header-xheader-face, message-separator-face)
6541         (message-cited-text-face, message-mml-face):
6542         * sieve-mode.el (sieve-control-commands-face)
6543         (sieve-action-commands-face, sieve-test-commands-face)
6544         (sieve-tagged-arguments-face):
6545         * spam.el (spam-face):
6546         Mark face aliases with "-face" in the name as obsolete.
6547
6548 2009-09-01  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6551         than goto-line.
6552
6553 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6556         Don't move point if the command is invoked inside the message header.
6557
6558 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * imap.el (imap-send-command): Simplify.
6561         (imap-wait-for-tag): point-max -> buffer-size.
6562
6563 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6566         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6567         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6568         * nnir.el (nnir-swish-e-index-file):
6569         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6570         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6571         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6572         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6573         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6574         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6575
6576 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6579         Don't save excursion.
6580
6581 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6582
6583         * nnheader.el (nnheader-find-file-noselect):
6584         * mm-util.el (mm-insert-file-contents):
6585         Use (default-value 'major-mode) instead of default-major-mode.
6586
6587 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6588
6589         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6590
6591 2009-08-26  Glenn Morris  <rgm@gnu.org>
6592
6593         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6594         than placing in files.el.
6595
6596 2009-08-25  Glenn Morris  <rgm@gnu.org>
6597
6598         * nnir.el (top-level): Don't require cl at run-time.
6599         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6600         Replace cl-function substitute with gnus-replace-in-string.
6601         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6602         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6603         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6604         simplified expansions.
6605
6606 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6607
6608         * dig.el (dig): Add autoload cookie.
6609
6610 2009-08-22  Glenn Morris  <rgm@gnu.org>
6611
6612         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6613         goto-line.
6614
6615 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6616
6617         * parse-time.el (parse-time-string-chars): Save match data.
6618
6619 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6620
6621         * parse-time.el (parse-time-string-chars): Compute using character
6622         classes, to handle non-ascii characters (Bug#3190).
6623
6624 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6627
6628         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6629         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6630         (gnus-mm-display-part, gnus-mime-display-single)
6631         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6632         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6633
6634         * gnus-sum.el
6635         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6636         (gnus-summary-move-article): Add expirable mark to articles copied or
6637         moved to group that has auto-expire turned on if the option is non-nil.
6638
6639 2009-07-24  Glenn Morris  <rgm@gnu.org>
6640
6641         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6642         Fix typo.  (Bug#3903)
6643
6644 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6647         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6648         that should not be used for draft articles.
6649         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6650         that has no concern in minor mode keys.
6651         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6652         Abolish.
6653
6654 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6657         article without making inquiry to a user for unknown encoding.
6658
6659         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6660         (nnmaildir--scan): Assume i-node and device number that file-attributes
6661         returns might be cons-cell.
6662
6663         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6664
6665         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6666
6667 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         * auth-source.el: Remove docs now in auth.texi.  Don't use
6670         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6671         `auth-source-hide-passwords' and use them.
6672
6673 2009-07-15  Glenn Morris  <rgm@gnu.org>
6674
6675         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6676
6677 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6680         excessive whitespace from the default values of title and description.
6681
6682 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6685         mail-fetch-field to fetch Content-Description header in order to
6686         exclude newlines.
6687
6688 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6689
6690         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6691         format used by GnuPG 2.0.11.
6692
6693 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6696         to deleted part.
6697
6698 2009-05-30  David Engster  <dengste@eml.cc>
6699
6700         * nnmairix.el: Remove old documentation in the commentary block.
6701         (nnmairix-request-group): Do not update active file for nnml back ends.
6702         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6703         end so that overview files are ignored.
6704         (nnmairix-update-groups): Make updating the groups more robust by using
6705         marks.
6706         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6707         with dollar characters in message-id.
6708
6709 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6712         2008-12-25 in dns.el.
6713
6714 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6715
6716         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6717         could happen if the text is only composed of spaces and/or tabs.
6718
6719 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6720
6721         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6722         when sending a queued message to avoid extra mml tags.
6723
6724 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6727
6728 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6731         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6732         rmail-toggle-header for XEmacs;
6733         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6734
6735 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-dired.el: Remove autoload for gnus-setup-message.
6738         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6739         displaying Gnus logo; always use compose-mail.
6740
6741 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6744
6745 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6748         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6749         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6750         available.
6751         (gnus-nocem-epg-verify): New function.
6752
6753 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6756
6757 2009-02-15  Glenn Morris  <rgm@gnu.org>
6758
6759         * gnus-util.el (rmail-insert-rmail-file-header)
6760         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6761         autoloads.
6762         (rmail-default-rmail-file): Remove unnecessary declaration.
6763         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6764
6765 2009-02-14  Glenn Morris  <rgm@gnu.org>
6766
6767         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6768         variable (only used in gnus-util, which declares it anyway).
6769         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6770         which was only needed by gnus-art (changed to not use it any more).
6771         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6772         only used in gnus-util, which autoloads it itself.
6773         (rmail-update-summary): Fix autoload.
6774
6775         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6776         rather than rmail-output-to-rmail-file.
6777
6778 2009-02-07  Glenn Morris  <rgm@gnu.org>
6779
6780         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6781         autoload of function that no longer exists.
6782         (rmail-toggle-header): Declare.
6783         (message-forward-rmail-make-body): Handle mbox Rmail.
6784
6785 2009-01-31  Glenn Morris  <rgm@gnu.org>
6786
6787         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6788         2009-01-09 change.
6789
6790 2009-01-31  Dave Love  <fx@gnu.org>
6791
6792         * imap.el (imap-fetch-safe): Bind debug-on-error.
6793         (imap-debug): Add imap-fetch-safe.
6794
6795 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6796
6797         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6798         (auth-source-forget-all-cached): New convenience function.
6799         (auth-source-user-or-password): Accept list of modes or a single mode.
6800
6801         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6802         auth-source modes.
6803
6804         * netrc.el (netrc-machine-user-or-password): Use list of
6805         auth-source modes.
6806
6807         * nnimap.el (nnimap-open-connection): Use list of
6808         auth-source modes.
6809
6810         * nntp.el (nntp-send-authinfo): Use list of
6811         auth-source modes.
6812
6813 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6816         now.
6817
6818 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6821         coding system in XEmacs; add a workaround for XEmacs.
6822
6823         * lpath.el: Fbind coding-system-aliasee.
6824
6825 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6828         of current-language-environment.
6829
6830 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6833         available at runtime.
6834
6835 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6838
6839 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6840
6841         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6842         the greatest positive fixnum value doesn't work under an XEmacs with
6843         bignum support; use the most-positive-fixnum constant instead,
6844         available since Emacs 21.1 with cl and XEmacs 21.1.
6845
6846 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6849         XEmacs gets not to work.
6850
6851 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * mm-util.el (mm-coding-system-priorities): Allow the value like
6854         "Japanese (UTF-8)" of current-language-environment.
6855
6856 2009-01-09  Glenn Morris  <rgm@gnu.org>
6857
6858         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6859         with last-command-event.
6860
6861 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6864         in the doc string.
6865
6866         * message.el (message-fix-before-sending): Amend comment.
6867
6868 2009-01-08  Dave Love  <fx@gnu.org>
6869
6870         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6871
6872 2009-01-07  David Engster  <dengste@eml.cc>
6873
6874         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6875         simplified server definitions by converting it via
6876         gnus-server-to-method.
6877
6878 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6881         parameter's operands.
6882
6883 2009-01-06  David Engster  <dengste@eml.cc>
6884
6885         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6886         primary select method (for gnus-group-mark-article-as-read).
6887
6888 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6889
6890         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6891         `(gnus)Face', not `(gnus)X-Face'.
6892
6893 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * mm-util.el (mm-ucs-to-char): New function.
6896
6897         * mm-url.el (mm-url-decode-entities): Use it.
6898
6899         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6900         unicode-to-char.
6901
6902 2009-01-05  Dave Love  <fx@gnu.org>
6903
6904         * time-date.el: Require cl for `declare'.
6905
6906 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6909         Dave Love.
6910
6911 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * message.el (message-fix-before-sending): Add `eight-bit' to
6914         illegible-text check.
6915
6916 2009-01-03  Michael Olson  <mwolson@gnu.org>
6917
6918         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6919         `headers' is nil.  This can occur if the IMAP server does not have
6920         permissions to read messages from a folder, but can write new messages
6921         to the folder.
6922         (nnimap-request-article-part): Do not insert `data' if it is nil.
6923
6924         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6925         characters which will confuse `read', so skip past them.
6926
6927 2009-01-01  Dave Love  <fx@gnu.org>
6928
6929         * imap.el (imap-string-to-integer): Fix typo.
6930         (imap-fetch-safe): New function.
6931         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6932
6933         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6934
6935         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6936         (imap-parse-greeting): Fix doc strings.
6937         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6938         (imap-parse-flag-list): Make messages unique.
6939         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6940
6941         * nnimap.el: Fix author email.
6942         (nnimap-split-rule): Add FIXME comment.
6943         (nnimap-debug): Fix doc string.
6944
6945 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6948
6949 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6952         nslookup if resolv.conf isn't available.
6953         (dns-query): Rename from query-dns.
6954         (dns-query-cached): Rename from query-dns-cached.
6955
6956 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6959         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6960         to check if those variables exist (first appeared in Emacs 18.50).
6961
6962 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * mm-util.el (mm-line-number-at-pos): New function.
6965
6966         * spam-report.el (spam-report-process-queue): Use it.
6967
6968 2008-12-24  David Engster  <dengste@eml.cc>
6969
6970         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6971         parameters that haven't existed as variables as buffer-local variables.
6972
6973 2008-12-23  Dave Love  <fx@gnu.org>
6974
6975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6976         cadar.
6977
6978         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6979         imap-starttls-p.
6980         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6981
6982 2008-12-22  Dave Love  <fx@gnu.org>
6983
6984         * imap.el: Fix author email.  Doc fixes.
6985         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6986         reply.
6987
6988 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * spam-report.el (spam-report-gmane-max-requests): New constant.
6991         (spam-report-gmane-wait): New variable.
6992         (spam-report-gmane-ham, spam-report-gmane-spam)
6993         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6994         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6995         the server.
6996
6997         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6998         Add explanations.
6999
7000         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7001         nnheader-accept-process-output and nnheader-read-timeout if available.
7002         (pop3-movemail): Use it.
7003
7004         * message.el (message-check-news-body-syntax): Fix signature check if
7005         there's an attachment.
7006
7007 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * mm-util.el: Add comments to the mm- emulating functions.
7010
7011 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7014         Reported by Stephen Berman <stephen.berman@gmx.net>.
7015
7016 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * mm-util.el (mm-substring-no-properties): New function.
7019         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7020         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7021         (mm-string-to-multibyte): Doc fix.
7022
7023         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7024
7025 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * mml.el (mml-attach-file): Strip text properties from file name.
7028         (Bug#1574)
7029
7030 2008-12-16  Glenn Morris  <rgm@gnu.org>
7031
7032         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7033
7034 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7037         knows since the charset specified might be a bogus alias that
7038         mm-charset-synonym-alist provides.
7039
7040 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7043         "ISO_8859-1".
7044
7045         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7046
7047 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * mm-util.el (mm-charset-eval-alist):
7050         Define it before mm-charset-to-coding-system.
7051         (mm-charset-to-coding-system): Add optional argument `silent';
7052         define it before mm-charset-override-alist.
7053         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7054         default value if it can be used in Emacs currently running;
7055         silence mm-charset-to-coding-system.
7056
7057 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7060         `allow-override' which says whether to use `mm-charset-override-alist'.
7061         (rfc2047-decode-encoded-words): Use it.
7062
7063         * mm-util.el (mm-charset-override-alist): Fix custom type;
7064         add `(gb2312 . gbk)' to choices.
7065
7066 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7069         fast.
7070
7071         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7072
7073         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7074
7075 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7076
7077         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7078         on links.
7079
7080         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7081
7082 2008-12-03  Lute Kamstra  <lute@gnu.org>
7083
7084         * sha1.el: Remove leading * from docstrings of defcustoms,
7085         deffaces, defconsts and defuns.
7086
7087 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7090         users' addresses that don't have domain parts.
7091         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7092         rather than message-narrow-to-head since there will be the message
7093         header separator.
7094
7095 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7096
7097         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7098         since the result is inserted in a unibyte buffer anyway.
7099         (nnimap-demule-use-string-to-multibyte): Remove.
7100         (nnimap-demule): Alias it to mm-string-to-multibyte.
7101
7102 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7105         variable for debugging bug#464 and bug#1174.
7106         (nnimap-demule): Use it.
7107
7108 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7111         score calculation correctly.
7112
7113 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7114
7115         * message.el (message-send-mail): Just set the buffer to unibyte
7116         rather than use mm-with-unibyte-current-buffer which does a lot more.
7117         (message-send-mail-partially): Don't bother with
7118         mm-with-unibyte-current-buffer since it's already been made unibyte by
7119         message-send-mail.
7120
7121 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7122
7123         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7124
7125 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7128
7129 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7132         require itself and to remove `with-no-warnings'.
7133
7134 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * starttls.el (starttls-any-program-available): Get the name of the
7137         available TLS layer program.
7138         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7139         well as the host name in the "opening" message.
7140
7141         * auth-source.el (auth-source-cache, auth-source-do-cache)
7142         (auth-source-user-or-password): Cache passwords and logins by default,
7143         allow override with `auth-source-do-cache'.
7144         (auth-source-forget-user-or-password): Allow users to remove cache
7145         entries if needed.
7146
7147 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7148
7149         * md4.el (md4-buffer): Fix typo in docstring.
7150         (md4, md4-64): Doc fixes.
7151         (md4-pack-int32): Reflow docstring.
7152
7153 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7156         condition-case to only the forward-sexp call.
7157
7158 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7161         quotes contained.  Make it more robust regardless by an extra
7162         condition-case wrapper.
7163
7164 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7167
7168 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * nnml.el (nnml-request-expire-articles): Check if the function set to
7171         `nnmail-expiry-target' returns the symbol `delete'.
7172
7173         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7174
7175         * nnmail.el (nnmail-expiry-target): Fix custom type.
7176
7177 2008-10-02  Glenn Morris  <rgm@gnu.org>
7178
7179         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7180         Silence compiler warning.
7181
7182 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7183
7184         * tls.el (open-tls-stream): Show the actual command being
7185         executed, instead of the format string.
7186
7187 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * lpath.el: Fbind codepage-setup for Emacs 23.
7190
7191 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7192
7193         * mml.el (mml-menu): Don't assume mml2015 is bound.
7194
7195 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7198         exists.
7199
7200 2008-09-27  Glenn Morris  <rgm@gnu.org>
7201
7202         * gnus-util.el (mail-header-remove-comments): Autoload it.
7203
7204 2008-09-27  Andreas Schwab  <schwab@suse.de>
7205
7206         * gnus-util.el (gnus-split-references): Strip comments.
7207         (gnus-parent-id): Likewise.
7208
7209 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * message.el (message-confirm-send): Fix version.
7212
7213 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * message.el (message-idna-to-ascii-rhs-1): Use
7216         mail-extract-address-components rather than mail-header-parse-addresses
7217         that is an alias by default to ietf-drums-parse-addresses that does not
7218         support non-ASCII names in headers' contents.
7219
7220 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * message.el (message-confirm-send): Fix variable documentation to
7223         avoid the "y/n" wording.
7224
7225 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7226
7227         * message.el (message-set-auto-save-file-name): Save to a different
7228         filename so multiple messages (especially drafts) can be recovered.
7229
7230 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * message.el (message-confirm-send): Add appropriate version.
7233
7234 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7235
7236         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7237         defvar.
7238
7239 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7242         (mm-pkcs7-enveloped-magic): Ditto.
7243
7244 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7245
7246         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7247         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7248
7249 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7250
7251         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7252         default, it's better.
7253
7254 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7257         summary line gnus-number property and ignore them (with a warning
7258         message).
7259
7260 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7263         macro caddr in the interactive form since it won't be expanded.
7264
7265 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7268         `charset'; fix name of function called recursively.
7269         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7270
7271 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7274         (gnus-mime-set-charset-parameters): New function.
7275         (gnus-mime-view-part-as-charset): Use it to correctly display part
7276         specifying wrong charset.
7277
7278 2008-09-08  David Engster  <dengste@eml.cc>
7279
7280         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7281         in completing-read for back end server.
7282
7283 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * message.el (message-confirm-send): New variable to confirm sending a
7286         message.
7287         (message-send): Use it.
7288
7289 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7292
7293 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7296
7297 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7300         prevent tracking too many groups.
7301         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7302         Use it.
7303
7304 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7305
7306         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7307         moving point to the bottom of the window in order to avoid recentering.
7308
7309 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7312
7313         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7314         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7315         (gnus-article-beginning-of-window): Fix calculation.
7316
7317 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-msg.el (gnus-summary-supersede-article)
7320         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7321         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7322         message header.
7323
7324 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7325
7326         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7327         pending output coming after the status change.
7328
7329 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7330
7331         * message.el:
7332         * gnus-start.el:
7333         * gnus-registry.el: Remove VMS support.
7334
7335 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7338         macro.
7339         (rfc2104-hash): Use it.
7340
7341 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7344         (gnus-summary-sort-by-most-recent-date): New commands.
7345         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7346         and menu entries.
7347
7348 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7351         don't redisplay article for raw contents; remove plural articles stuff.
7352
7353         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7354         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7355         on gnus-summary-save-article; display results properly.
7356
7357 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * lpath.el: No need to fbind ns-focus-frame.
7360
7361 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7364
7365 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-art.el (gnus-summary-save-in-pipe):
7368         Consider gnus-save-all-headers.
7369
7370 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7371
7372         * gnus-util.el (ns-focus-frame): Remove declaration.
7373         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7374         like x.
7375
7376 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7377
7378         * rfc2104.el (rfc2104-zero): Delete defconst.
7379         (rfc2104-hex-alist): Likewise.
7380         (rfc2104-hex-to-int): Delete func.
7381         (rfc2104-hexstring-to-bitstring): Likewise.
7382         (rfc2104-nybbles): New defconst.
7383         (rfc2104-hash): Rewrite for speed.
7384
7385 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * tls.el (open-tls-stream): Make it work with the 2nd argument
7388         BUFFER that is a string but does not exist as a buffer object, as
7389         mentioned in the doc-string.
7390
7391 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7394         SXEmacs.
7395
7396 2008-07-16  Glenn Morris  <rgm@gnu.org>
7397
7398         * gnus-util.el (ns-focus-frame): Declare for compiler.
7399
7400 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7403         set as a group parameter.
7404         (gnus-summary-save-in-pipe): Work when it is called independently.
7405         (gnus-summary-pipe-to-muttprint): Don't modify
7406         gnus-summary-pipe-output-default-command.
7407
7408 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7409
7410         * message.el (message-send-mail-with-sendmail):
7411         Display the error message.
7412
7413 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-default-article-saver):
7416         Add gnus-summary-save-in-pipe to choices.
7417         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7418         gnus-summary-pipe-output-default-command as the default command.
7419         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7420         instead of gnus-last-shell-command.
7421
7422         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7423         New user option.
7424         (gnus-summary-muttprint-program): Mention the value will be changed.
7425         (gnus-summary-save-article): Force showing of all headers.
7426         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7427
7428 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7429
7430         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7431
7432 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7433
7434         * nnimap.el (nnimap-id):
7435         * sieve-manage.el (sieve-manage-open): Doc fixes.
7436
7437 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7438
7439         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7440         if available.
7441
7442 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7443
7444         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7445
7446         * nnkiboze.el (nnkiboze-generate-group):
7447         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7448
7449         * nnmairix.el: Require CL.
7450
7451 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * dgnushack.el: Autoload get-display-table and put-display-table for
7454         XEmacs 21.5.
7455
7456         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7457         21.4 and SXEmacs.
7458
7459 2008-06-15  David Engster  <dengste@eml.cc>
7460
7461         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7462
7463 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7464
7465         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7466         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7467         runtime choice under XEmacs.
7468
7469         * gnus-sum.el (gnus-summary-set-display-table):
7470         Use `gnus-put-display-table', `gnus-get-display-table',
7471         `gnus-set-display-table' for the display table, instead of `aset'.
7472
7473         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7474         Use `gnus-put-display-table', `gnus-get-display-table',
7475         `gnus-set-display-table' for the display table.
7476
7477 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * nnmairix.el: Add autoloads.
7480
7481 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * nnmairix.el (nnmairix-delete-recreate-group)
7484         (nnmairix-update-and-clear-marks): Fix error messages.
7485
7486 2008-06-14  David Engster  <dengste@eml.cc>
7487
7488         * nnmairix.el: Upgrade to version 0.6.
7489         (nnmairix-group-toggle-propmarks-this-group)
7490         (nnmairix-group-toggle-readmarks-this-group)
7491         (nnmairix-group-delete-recreate-this-group)
7492         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7493         (nnmairix-remove-tick-mark-original-article): New commands.
7494         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7495         (nnmairix-propagate-marks-to-nnmairix-groups)
7496         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7497         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7498         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7499         functions needed for marks propagation and manipulation of read marks.
7500         (nnmairix-update-groups): New function.
7501         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7502         (nnmairix-determine-original-group-from-registry)
7503         (nnmairix-determine-original-group-from-path)
7504         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7505         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7506         New helper functions.
7507         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7508         keystrokes for new commands.
7509         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7510         (nnmairix-request-group): Check allow-fast group parameter.
7511         (nnmairix-request-create-group): Set allow-fast group parameter if
7512         nnmairix-allowfast-default is set.
7513         (nnmairix-close-group): Propagate marks upon closing if needed.
7514         (nnmairix-group-toggle-threads-this-group): Use new.
7515         nnmairix-group-toggle-parameter helper function.
7516         (nnmairix-search): Better check for empty search result.
7517         (nnmairix-goto-original-article): Use new helper functions for
7518         determining original article.
7519         (nnmairix-show-original-article): Make sure message-id is in brackets.
7520         (nnmairix-call-mairix-binary): Change variable name.
7521         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7522         helper function.
7523         (nnmairix-widget-toggle-activate): Fix doc string.
7524
7525 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * nnir.el: Require edmacro when compiling with XEmacs.
7528         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7529         available in Emacs 21.
7530
7531 2008-06-11  Glenn Morris  <rgm@gnu.org>
7532
7533         * gnus-util.el (x-focus-frame):
7534         * gnus.el (image-size):
7535         * mm-decode.el (image-size): Declare.
7536
7537         * gnus-picon.el (declare-function): Add compat definition.
7538         (image-size): Declare.
7539
7540         * gnus-group.el (tool-bar-map):
7541         * gnus-sum.el (tool-bar-map): Define for compiler.
7542
7543         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7544
7545         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7546
7547         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7548         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7549         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7550         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7551         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7552         * sieve-manage.el, spam-report.el, spam.el:
7553         Remove unnecessary eval-and-compile of autoloads.
7554
7555 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7556
7557         * auth-source.el: Precise Tramp doc.
7558
7559 2008-06-07  Glenn Morris  <rgm@gnu.org>
7560
7561         * nnmairix.el: Remove unnecessary eval-when-compile.
7562
7563 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * lpath.el: Fbind propertize for XEmacs 21.4.
7566
7567 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * nnir.el: Move here from ../contrib.
7570
7571 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7572
7573         * gnus-util.el (gnus-read-shell-command): New function.
7574         * mm-decode.el (mm-pipe-part):
7575         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7576
7577 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7580
7581 2008-06-03  Glenn Morris  <rgm@gnu.org>
7582
7583         * pop3.el (nnheader-accept-process-output): Autoload it.
7584
7585 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7588         are not 2-digit hexadecimal characters that follow `%'s.
7589
7590 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * message.el (message-bogus-recipient-p): Fix type in doc string.
7593         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7594         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7595         Improve custom options.
7596         (message-bogus-recipient-p): Adjust accordingly.
7597
7598 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7599
7600         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7601         long-form month and day names.
7602
7603 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * dgnushack.el: Autoload debug, eudc-expand-inline and
7606         pgg-snarf-keys-region for XEmacs.
7607
7608         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7609
7610         * nnmairix.el: Require edmacro when compiling with XEmacs.
7611
7612 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7615         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7616
7617 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * auth-source.el: Add more docs.
7620
7621         * netrc.el (netrc-machine): Always match if the port is not given.
7622
7623 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7626         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7627         retrieval faster in some cases, but might make CPU usage larger.
7628         If this has any bad side effects, we might revert this change.
7629
7630         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7631         seems to make mail retrieval much, much faster.
7632         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7633         unconditionally.
7634
7635         * gnus-draft.el (gnus-group-send-queue):
7636         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7637
7638 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7641
7642         * message.el (message-bogus-address-regexp): Fix and improve custom
7643         type.
7644         (message-setup-hook): Add message-check-recipients as custom option.
7645
7646 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * message.el (message-cite-function): Remove bogus autoload which crept
7649         in during merge from v5-10.
7650
7651 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7652
7653         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7654
7655         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7656
7657         * auth-source.el: Preliminary Tramp docs.
7658         (auth-sources): Change the default auth-sources to use
7659         EPA .gpg files.
7660
7661 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * nntp.el: Autoload `auth-source-user-or-password'.
7664         (nntp-send-authinfo): Use it.
7665
7666         * nnimap.el: Autoload `auth-source-user-or-password'.
7667         (nnimap-open-connection): Use it.
7668
7669         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7670         for the gnus-message function.
7671         (auth-source-user-or-password): Use it.
7672
7673 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7674
7675         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7676         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7677         (rfc2104-hash): Use it.
7678
7679 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7680
7681         * gnus-art.el (gnus-article-toggle-truncate-lines):
7682         Don't use `iff' in docstring.
7683
7684 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7687
7688         * gnus-util.el (gnus-extract-address-component-name)
7689         (gnus-extract-address-component-email): Convenience functions around
7690         `gnus-extract-address-components'.
7691
7692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7693         Use `gnus-extract-address-component-email' to fix bug of comparing full
7694         sender name to `user-mail-address'.
7695
7696 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7697
7698         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7699         catch/throw to optimize.
7700         (gnus-registry-find-keywords): Just use member to find a keyword.
7701
7702 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7703
7704         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7705         is current before calling gnus-server-prepare.
7706         (gnus-server-setup-buffer, gnus-server-update-server)
7707         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7708
7709 2008-05-04  Juri Linkov  <juri@jurta.org>
7710
7711         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7712         (mailcap-file-default-commands): Use mailcap-replace-in-string
7713         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7714         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7715
7716 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7717
7718         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7719
7720 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7721
7722         * gnus.el: Bump version to 0.11.
7723
7724 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7725
7726         * gnus.el: No Gnus v0.10 is released.
7727
7728 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7731         hooks.
7732         (gnus-update-read-articles): Speed up non-marks-using users.
7733         (gnus-use-marks): Define gnus-use-marks.
7734         (gnus-propagate-marks): Rename variable to something more sensible.
7735
7736 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7737
7738         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7739         (gmm-image-load-path-for-library): Fix typos in docstrings.
7740         (gmm-message): Reflow docstring.
7741
7742 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7743
7744         * mail-source.el (mail-source-set-1, mail-source-bind):
7745         Move auth-source code out of the macro to clean it up and fix bugs.
7746
7747 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7750         by sender if it's equal to user-mail-address, it's likely to be
7751         useless.
7752
7753         * mail-source.el (mail-source-bind): Don't use user or password if they
7754         are not bound.  Unintern them if they are nil.  Don't use server unless
7755         it's bound, and default it to empty string otherwise.
7756
7757 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * mail-source.el: Load auth-source.el.
7760         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7761         get user name or password, if auth-sources is set up.
7762
7763         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7764         strategy of splitting with parent.
7765         (gnus-registry-split-fancy-with-parent)
7766         (gnus-registry-post-process-groups): Use it and fix prior
7767         bug (returning a list as the split result).
7768
7769         * auth-source.el (auth-sources): Remove server parameter.
7770         (auth-source-pick, auth-source-user-or-password)
7771         (auth-source-user-or-password-imap)
7772         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7773         (auth-source-user-or-password-sftp)
7774         (auth-source-user-or-password-smtp): Remove server parameter.
7775
7776 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7777
7778         * smime.el (smime-sign-region, smime-encrypt-region)
7779         (smime-decrypt-region):
7780         Remove redundant calls to `generate-new-buffer-name'.
7781
7782 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7783
7784         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7785         Don't use QP for message/rfc822.
7786         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7787
7788 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7789
7790         * sieve-manage.el (sieve-string-bytes): Remove.
7791         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7792         correct byte-length only if the process's coding-system is the same as
7793         the one used internally by Emacs to represent strings.
7794
7795 2008-04-22  Juri Linkov  <juri@jurta.org>
7796
7797         * mailcap.el (mailcap-file-default-commands): New function.
7798
7799 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * message.el (message-signature-separator, message-cite-function):
7802         Change custom version.
7803
7804 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7805
7806         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7807         commands.
7808         (tls-checktrust): Ditto.
7809
7810 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * mm-decode.el (mm-display-external): Make temp file read-only.
7813
7814 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7817         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7818         `C-c C-f d'.
7819
7820 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7821
7822         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7823
7824 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus.el: Bump version to 0.9.
7827
7828 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * gnus.el: No Gnus v0.8 is released.
7831
7832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * mail-source.el (mail-source-value):
7835         Prefer fboundp to functionp so it works with macros as well.
7836
7837 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7838
7839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7840         Fix last change in case the element is not even a symbol.
7841
7842 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7843
7844         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7845         Prefer fboundp to functionp so it works with macros as well.
7846
7847 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * auth-source.el: Add docs.
7850         (auth-sources): Modify format to support server.
7851         (auth-source-pick, auth-source-user-or-password)
7852         (auth-source-user-or-password-imap)
7853         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7854         (auth-source-user-or-password-sftp)
7855         (auth-source-user-or-password-smtp): Add server parameter.
7856
7857 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7858
7859         * gnus-registry.el: Initialize the registry when gnus-registry-install
7860         is t.
7861
7862 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * compface.el (uncompface): Make buffer unibyte.
7865
7866 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7867
7868         * mail-source.el (mail-source-value):
7869         Prefer fboundp to functionp so it works with macros as well.
7870
7871 2008-04-05  Glenn Morris  <rgm@gnu.org>
7872
7873         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7874
7875 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7876
7877         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7878         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7879
7880         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7881         multibyteness after rather than before erasing it.
7882
7883         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7884         mm-with-multibyte.
7885         (gnus-request-article-this-buffer): Make sure the proper decoding is
7886         used if gnus-original-article-buffer happens to be unibyte.
7887
7888         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7889         default-enable-multibyte-characters.
7890
7891         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7892         default-enable-multibyte-characters.
7893
7894         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7895
7896         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7897
7898 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7899
7900         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7901         Fix last change in case the element is not even a symbol.
7902
7903 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7904
7905         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7906         (imap-message-copyuid-1): Use it.
7907         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7908         J. Williams in
7909         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7910
7911         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7912         imap-enable-exchange-bug-workaround.
7913         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7914
7915 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7916
7917         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7918         a 100 byte status-checks into a 2-3MB transfer for each group.
7919         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7920         to enable bug workaround or not.
7921         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7922
7923 2008-03-31  Glenn Morris  <rgm@gnu.org>
7924
7925         * message.el (mml2015-use): Declare for compiler.
7926         (message-info): Require mml2015 when appropriate.
7927
7928 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7931         whitespace.
7932
7933 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7934
7935         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7936         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7937         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7938         (nntp-service-to-port): New function.
7939         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7940         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7941         (nntp-open-netcat-stream): New function.
7942         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7943
7944 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7945
7946         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7947
7948 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7949
7950         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7951
7952 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7953
7954         * dns.el (dns-write): Use set-buffer-multibyte.
7955
7956 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7957
7958         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7959
7960 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * message.el (message-signature-separator): Change default.
7963         Improve custom type.
7964         (message-cite-function): Change default to
7965         message-cite-original-without-signature.
7966
7967         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7968         toggle.
7969
7970         * message.el (message-check-news-body-syntax): Fix signature check.
7971         (message-setup-1): Mark buffer as unmodified _after_ running
7972         message-setup-hook and handling message-alternative-emails.
7973         (message-shorten-references): Be more strict when building list of
7974         valid references to comply with GNKSA.
7975
7976         * gnus-group.el (gnus-read-ephemeral-bug-group)
7977         (gnus-read-ephemeral-debian-bug-group)
7978         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7979
7980         * message.el (message-info): Don't use booleanp which isn't supported
7981         in Emacs 21 and XEmacs.
7982
7983 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7986         gnus-group-gmane-group-download-format.
7987         (gnus-group-read-ephemeral-gmane-group): Rename from
7988         gnus-group-read-ephemeral-gmane-group.
7989         (gnus-read-ephemeral-gmane-group-url): Rename from
7990         gnus-group-read-ephemeral-gmane-group-url.
7991         (gnus-bug-group-download-format-alist): New variable.
7992         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7993         (gnus-read-ephemeral-emacs-bug-group): New commands.
7994
7995 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7998         (gnus-visible-headers): Improve custom type.
7999
8000 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * mml.el (mml-menu): Add workarounds for XEmacs.
8003
8004         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8005         X-Boundary header.
8006
8007         * message.el (message-simplify-recipients): Fix previous commit.
8008
8009 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8010
8011         * mm-util.el (mm-set-buffer-multibyte): New function.
8012         * mm-decode.el (mm-copy-to-buffer): Use it.
8013
8014         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8015         Prefer fboundp to functionp so it works with macros as well.
8016
8017 2008-03-19  Glenn Morris  <rgm@gnu.org>
8018
8019         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8020         Accidentally removed in the sync process with Emacs.
8021
8022 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * message.el (message-alter-recipients-discard-bogus-full-name):
8025         New function.
8026         (message-alter-recipients-function): New variable.
8027         (message-get-reply-headers): Use it.
8028         (message-replace-header): New helper function.
8029         (message-recipients-without-full-name): New variable.
8030         (message-simplify-recipients): New command.
8031
8032         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8033
8034         * message.el (message-info): Handle EasyPG manual.
8035
8036         * mml.el (mml-menu): Add entry for EasyPG.
8037
8038 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8039
8040         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8041         parameter.
8042
8043         * message.el (message-disassociate-draft): Specify drafts group name
8044         fully.
8045
8046 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8049         Eliminate unnecessary duplicates from the match list.
8050
8051 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8054
8055         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8056
8057         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8058         args of `how-many' of which the XEmacs version doesn't take; declare
8059         Info-index-next as function.
8060
8061 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-score.el (gnus-score-headers): Fix handling of
8064         gnus-inhibit-slow-scoring.
8065
8066         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8067         string.
8068         (gnus-button-url-regexp): Improve handling of parenthesis.
8069         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8070         (gnus-button-handle-info-keystrokes): Handle index entries.
8071
8072 2008-03-15  Glenn Morris  <rgm@gnu.org>
8073
8074         * parse-time.el (parse-time-string): Simplify.
8075
8076 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8079         Incoming* files.
8080
8081 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8082
8083         * auth-source.el (auth-sources): Rename from auth-source-choices.
8084         (auth-source-pick): Use it.
8085
8086 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * binhex.el (binhex-decode-region-internal):
8089         * uudecode.el (uudecode-decode-region-internal):
8090         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8091         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8092         setting default-enable-multibyte-characters.
8093
8094 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8095
8096         * auth-source.el (auth-source-protocols)
8097         (auth-source-protocols-customize, auth-source-choices): Add and
8098         modified variable customizations and defaults.
8099         (auth-source-pick, auth-source-user-or-password)
8100         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8101         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8102         (auth-source-user-or-password-sftp)
8103         (auth-source-user-or-password-smtp): Use new variables and provide an
8104         interface to netrc.el.
8105
8106 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8109         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8110         Make sure the nntp port to specify is a string.
8111
8112 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8113
8114         * nntp.el: Use with-current-buffer.
8115         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8116         dubious mm-with-unibyte-current-buffer.
8117         (nntp-with-open-group-function): New function extracted from
8118         nntp-with-open-group macro.
8119         (nntp-with-open-group): Use the function, so it's easier to debug.
8120         Add indentation and debugging info.
8121         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8122         Recommend the use of the netcat alternatives.
8123
8124         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8125         Avoid mm-string-as-multibyte as well.
8126
8127         * nnweb.el (nnweb-insert-html):
8128         Remove use of nnheader-string-as-multibyte.
8129
8130         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8131         (nnheader-string-as-multibyte): Remove.
8132
8133         * mm-view.el: Use inhibit-read-only.
8134         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8135         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8136         or unibyte-string.
8137
8138         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8139         (mm-uu-yenc-extract): Use with-current-buffer.
8140
8141         * gnus-soup.el (gnus-soup-send-packet): Don't use
8142         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8143
8144         * nnmh.el: Use with-current-buffer.
8145         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8146         mm-string-as-multibyte on the output of mm-encode-coding-string.
8147
8148         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8149         (nnimap-request-move-article): Use with-current-buffer.
8150
8151         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8152         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8153         conversion uses string-make-unibyte rather than string-as-unibyte.
8154
8155         * gnus-msg.el: Use with-current-buffer.
8156
8157         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8158
8159 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8160
8161         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8162         string for caching if it is 'PIN.
8163
8164 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * lpath.el: Consider the case without Emacs/W3.
8167
8168 2008-03-08  Glenn Morris  <rgm@gnu.org>
8169
8170         * time-date.el (date-to-time, time-subtract, time-add)
8171         (safe-date-to-time): Doc fixes.
8172
8173 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * mail-source.el (mail-source-delete-old-incoming-confirm):
8176         Change default to nil.
8177         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8178
8179 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * lpath.el: Rearrange.
8182
8183         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8184         (gnus-article-goto-prev-page): Work for articles having ^L's.
8185
8186         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8187
8188         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8189
8190 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8191
8192         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8193         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8194         (gnus-bookmark-jump): Adjust some variable names.
8195
8196 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8197
8198         * auth-source.el: New package.
8199         (auth-source-choices): Add customization entry point variable.
8200
8201         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8202         bug.
8203
8204 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8207         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8208         (gnus-registry-install-shortcuts): Rename from
8209         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8210         the `gnus-registry-mark-map' keymap dynamically from
8211         `gnus-registry-marks'.  The generated functions update the summary line
8212         when a registry mark is added or deleted, and will call
8213         `gnus-registry-install-p' (see the comments in the code).
8214         (gnus-registry-user-format-function-M): Use concat intelligently.
8215
8216         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8217         the registry mark functions.
8218
8219 2008-03-05  Glenn Morris  <rgm@gnu.org>
8220
8221         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8222         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8223         gnus-art.
8224         (top-level): No need to load own source when compiling.
8225
8226 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8229         Suggested by <chris.anderton@zetnet.co.uk>.
8230
8231 2008-03-04  Glenn Morris  <rgm@gnu.org>
8232
8233         * gnus-sum.el (top-level): No need to require gnus when compiling,
8234         since unconditionally required near start of file.
8235         (gnus-summary-display-while-building): Move definition before use.
8236
8237 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8238
8239         * gnus-registry.el (gnus-registry-user-format-function-M):
8240         Add formatting function.
8241
8242 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8245         with plists.
8246         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8247         Use new format.
8248
8249 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8252         `where-is-internal' that returns a range of key sequences.
8253
8254 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8255
8256         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8257
8258         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8259         (gnus-summary-jump-to-group): Consider windows on other displayed
8260         frames as well.  Similar changes might be needed elsewhere, but that's
8261         the one I've bumped into during my use.
8262
8263         * nndoc.el (nndoc-oe-dbx-type-p):
8264         * gnus-msg.el (gnus-debug):
8265         * gnus-group.el (gnus-update-group-mark-positions):
8266         Use mm-string-to-multibyte.
8267
8268 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8271         doesn't handle NotDashEscaped.
8272
8273         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8274         (mml-dnd-attach-options): Fix typo in custom choice.
8275
8276         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8277         Change nndoc-article-type to mbox.
8278         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8279
8280         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8281         to nil, instead of html2text.
8282
8283         * imap.el (imap-debug): Add `imap-ping-server'.
8284
8285         * gnus-bookmark.el: Add FIXMEs.
8286
8287         * message.el (message-form-letter-separator)
8288         (message-send-form-letter-delay): New variables.
8289         (message-send-form-letter): Use them.  New command to send form
8290         letters.  Requested by Uwe Siart.
8291         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8292
8293 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * Update copyright years.
8296
8297 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         Sync from EMACS_22_BASE.
8300
8301         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8302
8303 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8304
8305         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8306         empty author.
8307
8308 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * gnus-registry.el (gnus-registry-marks): Add variable for
8311         customization of marks and their appearance.
8312         (gnus-registry-read-mark): Use it.
8313         (gnus-registry-do-marks): Add utility function to loop through
8314         `gnus-registry-marks'.
8315         (gnus-registry-install-shortcuts-and-menus): Add function to install
8316         shortcuts and menus.
8317         (gnus-registry-initialize): Use it.
8318         (gnus-registry-default-mark): Clarify documentation.
8319
8320 2008-02-29  Glenn Morris  <rgm@gnu.org>
8321
8322         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8323         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8324         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8325         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8326         Change defcustom :version from 23.0 to 23.1.
8327
8328 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * gnus-registry.el (gnus-registry-follow-group-p)
8331         (gnus-registry-post-process-groups): Add functions to aid registry
8332         splitting and improve logging.  Clarify behavior in function
8333         documentation.
8334         (gnus-registry-split-fancy-with-parent): Use them.
8335
8336 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8337
8338         * gnus-art.el: Use with-current-buffer.
8339
8340 2008-02-27  David Engster  <dengste@eml.cc>
8341
8342         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8343         Express real group name in the response.
8344
8345 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8348         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8349         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8350         autoload gnus-registry-fetch-group when compiling.
8351         (nnmairix-request-group-with-article-number-correction):
8352         Remove unreferenced argument passed to nnmairix-call-backend.
8353
8354 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8357         (mm-uu-extract): Improve face for low color ttys.
8358         Reported by Sascha Wilde.
8359
8360 2008-02-27  Glenn Morris  <rgm@gnu.org>
8361
8362         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8363         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8364         variables to defconsts.  Convert comments to doc-strings.
8365         (nnmairix-last-server, nnmairix-current-server): Convert from free
8366         variables to defvars.  Convert comments to doc-strings.
8367         (gnus-registry-fetch-group): Autoload.
8368         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8369         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8370         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8371         caddr.
8372         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8373         nnmairix-request-group-with-article-number-correction call.
8374         (nnmairix-fast, nnmairix-group): New, less general names, for free
8375         variables passed from nnmairix-request-group to
8376         nnmairix-request-group-with-article-number-correction.  Declare.
8377         (nnmairix-request-group-with-article-number-correction):
8378         Use nnmairix-fast, nnmairix-group rather than fast, group.
8379
8380 2008-02-26  David Engster  <dengste@eml.cc>
8381
8382         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8383         version 0.5.
8384
8385 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8388         instead of making an extra function call.  Don't add the current group
8389         to articles only when they have the group.  Use
8390         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8391         Reported by David <de_bb@arcor.de>.
8392
8393 2008-02-24  Miles Bader  <miles@gnu.org>
8394
8395         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8396         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8397         (mm-find-mime-charset-region):
8398         * mm-bodies.el (mm-encode-body):
8399         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8400
8401 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8404         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8405
8406 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * mail-source.el (mail-source-delete-incoming): Change default.
8409         Supplement doc string.
8410
8411         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8412
8413 2008-02-14  Glenn Morris  <rgm@gnu.org>
8414
8415         * time-date.el (format-seconds): New function.
8416
8417 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * nnmail.el (nnmail-message-id-cache-file): Derive from
8420         `gnus-home-directory'.
8421
8422 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8425         Document negative prefix.
8426
8427         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8428
8429 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * message.el (message-unsent-separator): Add the Exim bounce
8432         separator.
8433
8434 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8435
8436         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8437         list.
8438         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8439         recipient/signer list.
8440
8441 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * Makefile.in (datarootdir): Define.
8444         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8445         name that might contain whitespace.
8446
8447 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8450         fbound (Emacs 23 unicode), signal an error.
8451
8452 2008-02-08  Glenn Morris  <rgm@gnu.org>
8453
8454         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8455
8456 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8457
8458         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8459         ports to the calls to `netrc-machine-user-or-password' in addition to
8460         "imap" and "imaps".
8461
8462 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8463
8464         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8465
8466         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8467
8468 2008-02-01  Kenichi Handa  <handa@m17n.org>
8469
8470         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8471         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8472         (rfc2104-hash): Convert the result of concat to unibyte string.
8473
8474 2008-02-01  Dave Love  <fx@gnu.org>
8475
8476         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8477         coding-system-for-read.
8478         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8479
8480 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8483         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8484         <hanche@math.ntnu.no>.
8485
8486 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8489
8490         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8491
8492 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8493
8494         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8495         * message.el (message-beginning-of-line): Use featurep instead of bound
8496         tests in order to resolve conditionals at compile time.
8497
8498 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8499
8500         * mail-source.el (mail-sources): Add `group' choice.
8501
8502         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8503         parameter `in-group' to control into which group the articles go.
8504         Add treatment of `group' mail-source.
8505
8506 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8509
8510         * mm-decode.el (mm-dissect-buffer): Decode description.
8511
8512         * mml.el (mml-to-mime): Encode message header first.
8513
8514 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8517         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8518
8519         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8520         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8521
8522 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8525
8526 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8529         prefix keys.
8530         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8531         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8532         gnus-xmas.el.
8533
8534         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8535         (gnus-xmas-article-describe-bindings): New function.
8536         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8537         gnus-xmas-article-describe-bindings.
8538
8539         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8540
8541 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8542
8543         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8544         Add new variables for article mark management.
8545         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8546         list of extra data entries which, when present, will indicate that the
8547         article ID should not be trimmed from the registry.
8548         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8549         functions.
8550         (gnus-registry-read-mark): New function to read a mark name from the
8551         user.
8552         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8553         (gnus-registry-set-article-mark-internal): New functions to add and
8554         remove marks.
8555         (gnus-registry-get-article-marks): New function to show the marks for
8556         an article, or retrieve them for further use.
8557
8558 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8561         keys when no argument is given.
8562
8563 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * imap.el (imap-ping-server): New variable.
8566         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8567         (imap-ping-server): Minor doc string fixes.
8568
8569 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8570
8571         * imap.el (imap-ping-server): New function.
8572         (imap-opened): Call imap-ping-server.
8573
8574 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * gnus-sum.el (gnus-article-sort-by-random)
8577         (gnus-thread-sort-by-random): Fix doc strings.
8578         Reported by jidanni@jidanni.org.
8579
8580 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-art.el (gnus-article-describe-bindings): New function.
8583         (gnus-article-read-summary-keys): Use it.
8584         (gnus-article-mode-map): Bind `C-h b' to it.
8585
8586 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8589         XEmacs.
8590         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8591         Protect against non-character events.
8592
8593         * lpath.el: Fbind map-keymap for Emacs 21.
8594
8595 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8598         New command.
8599         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8600         instead of END.  Change name of the temp file.
8601         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8602         customizable.
8603
8604 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8607         bind `S W' to gnus-article-wide-reply-with-original; set default
8608         binding to gnus-article-read-summary-send-keys.
8609         (gnus-article-read-summary-keys): Fix the order of keys; display
8610         continuation keys correctly in the echo area; describe bindings
8611         correctly when keys end with `C-h'.
8612         (gnus-article-read-summary-send-keys): New function.
8613         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8614         Work for gnus-article-read-summary-send-keys; display continuation keys
8615         correctly in the echo area.
8616         (gnus-article-reply-with-original): Ignore prefix argument.
8617         (gnus-article-wide-reply-with-original): New function.
8618
8619         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8620         Emacs 21.
8621
8622 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8625         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8626
8627 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8630         (gnus-group-read-ephemeral-gmane-group): New command.
8631
8632 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8633
8634         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8635
8636 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * message.el (message-send-mail-function): Increase custom version.
8639
8640         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8641         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8642
8643 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8644
8645         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8646         for the cases where imap-authenticate is called with a nil buffer
8647         parameter.
8648
8649 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8652         html parts correctly; support forwarded messages.
8653         (gnus-article-browse-html-article): Remove work buffers.
8654
8655         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8656         compiling.
8657         (netrc-bound-and-true-p): New macro.
8658         (netrc-parse): Use it instead of bound-and-true-p that is not available
8659         in XEmacs 21.4.
8660
8661 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8662
8663         * gnus-registry.el (gnus-registry-mark-article)
8664         (gnus-registry-article-marks): Add functionality to mark articles
8665         through the Gnus registry.
8666
8667         * encrypt.el: Clarify documentation for the new pgg method.
8668         (encrypt-file-alist): Add PGG option.
8669         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8670         functionality.  Abstract password key and messaging to external
8671         functions.
8672         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8673         (encrypt-message-method-and-cipher): Add new convenience external
8674         functions.
8675         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8676         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8677
8678         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8679         (netrc-parse): Use encrypt-file-alist to determine if
8680         encrypt-find-model or encrypt-insert-file-contents should be used.
8681
8682         * encrypt.el: Clarify documentation.  Load password-cache or
8683         password, whichever one is found first, instead of autoloading.
8684
8685 2007-12-19  Glenn Morris  <rgm@gnu.org>
8686
8687         * mml.el (message-options-set, message-narrow-to-head)
8688         (message-in-body-p, message-mail-p, message-encode-message-body):
8689         Autoload.
8690         (message-remove-header, message-narrow-to-headers-or-head)
8691         (message-subscribed-p, message-make-mail-followup-to)
8692         (message-position-on-field, message-news-p)
8693         (message-options-set-recipient, message-generate-headers)
8694         (message-sort-headers): Declare as functions.
8695
8696 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8699         convention in doc string.
8700
8701 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8704         title to html parts.
8705         (gnus-article-browse-html-article): Pass message header to it.
8706
8707         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8708
8709 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8712         or password compatible with XEmacs.
8713
8714 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8717         format document.
8718         (gnus-mime-delete-part): Don't write description line if empty.
8719         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8720
8721 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8722
8723         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8724         (gnus-summary-mark-read-and-unread-as-read)
8725         (gnus-summary-mark-current-read-and-unread-as-read)
8726         (gnus-summary-mark-unread-as-ticked): Doc fix.
8727         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8728
8729 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8732         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8733
8734 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8737         yes-or-no-p.
8738
8739 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * mm-decode.el (mm-add-meta-html-tag): New function.
8742         (mm-save-part-to-file, mm-pipe-part): Use it.
8743
8744         * gnus-art.el (gnus-article-browse-delete-temp-files):
8745         Use gnus-y-or-n-p instead of y-or-n-p.
8746         (gnus-article-browse-html-parts): Work with message/external-body; use
8747         mm-add-meta-html-tag.
8748
8749 2007-12-11  Glenn Morris  <rgm@gnu.org>
8750
8751         * gnus-cache.el: Require gnus-sum not just when compiling.
8752
8753         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8754
8755         * gnus-int.el (gnus-server-opened, gnus-status-message):
8756         Move definitions before use.
8757
8758         * mm-decode.el: Require gnus-util.
8759         (mm-remove-part): Only call delete-annotation on XEmacs.
8760
8761         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8762
8763         * nnmail.el: Require gnus-int.
8764
8765         * spam.el: Move `require's before `eval-when-compile's.
8766
8767         * gnus-ems.el (gnus-alive-p):
8768         * gnus-fun.el (message-goto-eoh):
8769         * gnus-util.el (gnus-group-name-decode):
8770         * mail-source.el (gnus-compress-sequence):
8771         * message.el (Info-goto-node, format-spec):
8772         * mm-bodies.el (message-options-get):
8773         * mm-decode.el (mm-view-pkcs7):
8774         * mm-util.el (gmm-write-region):
8775         * mml-smime.el (mml-compute-boundary)
8776         (gnus-completing-read-with-default):
8777         * mml.el (widget-button-press, gnus-make-hashtable):
8778         * mml1991.el (mm-decode-content-transfer-encoding)
8779         (mm-encode-content-transfer-encoding)
8780         (message-options-get, message-options-set):
8781         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8782         * nnfolder.el (gnus-request-group):
8783         * nnheader.el (ietf-drums-unfold-fws):
8784         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8785         * smime.el (gnus-run-mode-hooks):
8786         * spam-stat.el (gnus-message): Autoload.
8787
8788         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8789         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8790         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8791         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8792         Add declare-function compatibility definition.
8793
8794         * gnus-cache.el (nnvirtual-find-group-art):
8795         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8796         (gnus-add-image, gnus-add-wash-type):
8797         * gnus-group.el (nnkiboze-score-file):
8798         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8799         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8800         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8801         (message-tokenize-header, gnus-get-buffer-create)
8802         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8803         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8804         * gnus.el (gnus-group-decoded-name):
8805         * mail-source.el (imap-capability):
8806         * mm-bodies.el (message-options-set):
8807         * mm-decode.el (gnus-configure-windows):
8808         * mm-extern.el (message-goto-body):
8809         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8810         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8811         (epg-sub-key-validity, message-options-set):
8812         * mml.el (widget-event-point, gnus-configure-windows):
8813         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8814         * mml2015.el (epg-check-configuration, epg-configuration)
8815         (message-options-set):
8816         * nndb.el (nndb-request-article):
8817         * nnfolder.el (gnus-request-create-group):
8818         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8819         * nnmaildir.el (gnus-group-mark-article-read):
8820         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8821         * rfc1843.el (message-fetch-field):
8822         * spam.el (gnus-extract-address-components):
8823         Declare as functions.
8824
8825 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8828
8829         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8830
8831         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8832         bind show-trailing-whitespace for XEmacs.
8833
8834 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8837         new no-op macro for backward compatibility.
8838
8839         * imap.el (imap-string-to-integer): New function.
8840
8841 2007-12-09  Glenn Morris  <rgm@gnu.org>
8842
8843         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8844
8845         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8846         * message.el, mm-view.el, sieve-manage.el, smime.el:
8847         Add declare-function compatibility definition.
8848
8849         * gnus-art.el (w3-region, w3m-region, Info-menu):
8850         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8851         * gnus-sum.el (gnus-get-predicate):
8852         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8853         * message.el (mail-abbrev-in-expansion-header-p):
8854         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8855         (w3m-detect-meta-charset, w3m-region):
8856         * sieve-manage.el (password-read, password-cache-add)
8857         (password-cache-remove):
8858         * smime.el (password-read-and-add): Declare as functions.
8859
8860 2007-12-08  David Kastrup  <dak@gnu.org>
8861
8862         * gnus-sum.el (gnus-summary-simplify-subject-query):
8863         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8864         `message'.
8865
8866 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8869         it to bind idna-program, installation-directory, defined-colors, and
8870         face-attribute for XEmacs of the version that compiles defcustom forms.
8871
8872 2007-12-07  Glenn Morris  <rgm@gnu.org>
8873
8874         * gnus-art.el (article-make-date-line): Revert previous change.
8875
8876 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8879
8880 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8881
8882         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8883         Call gnus-add-to-range ranges only once with a prepared article-list.
8884
8885 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8886
8887         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8888         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8889         group names with backslashes.
8890         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8891
8892 2007-12-06  Deepak Goel  <deego3@gmail.com>
8893
8894         * gnus-art.el (article-make-date-line):
8895         * gnus-start.el (gnus-load):
8896         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8897
8898 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-art.el (gnus-use-idna)
8901         * gnus-start.el (gnus-site-init-file)
8902         * message.el (message-use-idna)
8903         * mm-uu.el (mm-uu-hide-markers)
8904         * smiley.el (smiley-style): Revert changes that suppress warnings.
8905
8906 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8909         specify charset to html source.
8910         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8911
8912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8915         idna-program in order to suppress byte compile warning issued by XEmacs
8916         that came to byte compile the default value section of defcustom forms
8917         recently.
8918
8919         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8920         value of installation-directory.
8921
8922         * message.el (message-use-idna): Don't directly refer to the value of
8923         idna-program.
8924
8925         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8926
8927         * smiley.el (smiley-style): Don't directly call face-attribute.
8928
8929 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8932
8933         * gnus-dired.el: Reduce Gnus dependencies.
8934         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8935         Don't require.  Use autoloads instead.
8936         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8937         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8938         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8939         (gnus-dired-mode): Adjust doc string.
8940         (gnus-dired-mail-mode): New variable.
8941         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8942         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8943         (gnus-dired-mail-buffers): New function.  Return mail or message
8944         composition buffers.
8945         (gnus-dired-attach): Use it.
8946         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8947         NO-DECODE.
8948         (gnus-dired-print): Use `gnus-print-buffer' depending on
8949         `gnus-dired-mail-mode'.
8950
8951 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * rfc2047.el (rfc2047-encoded-word-regexp)
8954         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8955         explaining what regexp patterns are for.
8956
8957 2007-12-04  Glenn Morris  <rgm@gnu.org>
8958
8959         * password.el: Move to password-cache.el.
8960
8961         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8962         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8963         * mml-smime.el (password-read, password-cache-add)
8964         (password-cache-remove):
8965         No need to autoload, since mml-sec requires password.
8966
8967         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8968         * message.el (gnus-extract-address-components):
8969         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8970
8971         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8972         password.
8973
8974 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * mailcap.el: Reduce dependencies.
8977         (mail-header-parse-content-type): Autoload.
8978         (mailcap-delete-duplicates): New alias.
8979         (mailcap-mime-info): Add optional argument NO-DECODE.
8980         (mailcap-mime-types): Use mailcap-delete-duplicates.
8981
8982         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8983
8984 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8985
8986         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8987         (imap-parse-status): Upcase status-att for servers that sends them
8988         lower-case (e.g., MS Exchange 2007).
8989
8990 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8993         function.
8994
8995         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8996         (gnus-uu-yenc-article): New function.
8997
8998         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8999
9000         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9001
9002 2007-12-02  Glenn Morris  <rgm@gnu.org>
9003
9004         * binhex.el (binhex): New custom group.
9005         (binhex-decoder-program, binhex-decoder-switches)
9006         (binhex-use-external): Move to the binhex custom group.
9007
9008         * uudecode.el (uudecode): New custom group.
9009         (uudecode-decoder-program, uudecode-decoder-switches)
9010         (uudecode-use-external): Move to the uudecode custom group.
9011
9012         * netrc.el (top-level): Don't load `encrypt' features.
9013         (netrc-parse): Don't use encrypt.
9014         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9015
9016         * encrypt.el: Remove file.
9017
9018 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9021         matches on patches.
9022
9023         * gnus-art.el (gnus-article-browse-html-article):
9024         Mention `mm-text-html-renderer' in the doc string.
9025
9026         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9027         string.  Add comments.
9028
9029         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9030         if rhs is ASCII.
9031
9032 2007-12-01  Glenn Morris  <rgm@gnu.org>
9033
9034         * mail-source.el (top-level): Require format-spec before
9035         eval-when-compile.
9036
9037 2007-11-30  Glenn Morris  <rgm@gnu.org>
9038
9039         * encrypt.el: Require password, rather than autoloading password-read.
9040
9041 2007-11-29  Glenn Morris  <rgm@gnu.org>
9042
9043         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9044         (sasl-make-client, sasl-next-step, sasl-step-data)
9045         (sasl-step-set-data): Declare as functions.
9046
9047 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9050
9051 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9052
9053         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9054         certs should be verified and what is to be done in the event of a
9055         verification failure.
9056
9057         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9058         caller can indicate whether the cache should be disregarded for this
9059         call.  This way the result of the call is reproducible at all times and
9060         can be considered a canonical server name for the supplied method.
9061         (gnus-agent-method-p): Canonicalize server names by pushing their
9062         method through `gnus-method-to-server' using the no-cache argument.
9063
9064         * gnus-srvr.el (gnus-server-insert-server-line):
9065         Call `gnus-method-to-server' with `no-cache' argument.
9066
9067         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9068         gnus-agent-possibly-synchronize-flags as this should be called when the
9069         server is actually being opened.
9070         (gnus-agent-possibly-synchronize-flags)
9071         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9072         flags file of an agentized server to the latter function.
9073
9074         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9075         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9076         after a connection has been established successfully.
9077
9078 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (article-display-face): Force to display face if called
9081         interactively; check if gnus-article-x-face-too-ugly matches author.
9082         (article-display-x-face): Display face even if From header is missing
9083         as article-display-face does.
9084
9085 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9086
9087         * hashcash.el (message-narrow-to-headers-or-head)
9088         (message-fetch-field, message-goto-eoh)
9089         (message-narrow-to-headers): Declare as functions.
9090
9091 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * mail-source.el (mail-sources): Default to fetch from file for
9094         compatibility with default of nnmail-spool-file.
9095
9096 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9099         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9100         to look for encoded word that should be encoded again.
9101         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9102         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9103         encoding pattern.
9104         (rfc2047-decode-region): Switch strict regexp and loose one according
9105         to rfc2047-allow-irregular-q-encoded-words.
9106
9107 2007-11-25  Romain Francoise  <romain@orebokech.com>
9108
9109         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9110
9111 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * tls.el (tls-program): Provide more custom choices from
9114         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9115         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9116
9117 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9120         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9121
9122         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9123         `nnmail-spool-file'.
9124
9125         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9126         `nnmail-spool-file'.
9127
9128         * gnus-move.el (gnus-change-server): Ditto.
9129
9130         * gnus-kill.el (gnus-batch-score): Ditto.
9131
9132         * gnus-cache.el (gnus-jog-cache): Ditto.
9133
9134         * gnus-msg.el (gnus-summary-reply):
9135         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9136
9137 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9140         version.  Minor improvement to doc strings.
9141         (tls-program): Add comment.
9142
9143 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9144
9145         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9146         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9147         mismatch between the hostname provided in the certificate and the name
9148         of the host connnecting to.
9149         (open-tls-stream): Use them.  Check certificates against trusted root
9150         certificates.
9151
9152 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-cache.el (gnus-cache-generate-nov-databases):
9155         Use nnml-generate-nov-databases-directory instead of
9156         nnml-generate-nov-databases-1.
9157
9158 2007-11-24  Glenn Morris  <rgm@gnu.org>
9159
9160         * message.el (message-tool-bar-retro): Update for rename
9161         mail_send.xpm->mail-send.xpm.
9162
9163 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9166         `smime-ldap-search' for Emacs 22 and up.
9167
9168 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9169
9170         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9171
9172         * message.el (message-send-mail-function): Fix error convention.
9173         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9174         (message-widen-reply, message-send-mail, message-talkative-question)
9175         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9176         (message-clone-locals, message-send-news): Use with-current-buffer.
9177         (message-insert-or-toggle-importance): Remove unused var `valid'.
9178         (message-make-references): Remove unused var `new-references'.
9179         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9180
9181 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9182
9183         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9184         (spam-split-symbolic-return-positive): Reflow docstring.
9185         (spam-backends, spam-summary-exit-behavior)
9186         (spam-mark-ham-unread-before-move-from-spam-group)
9187         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9188         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9189         (spam-clear-cache, spam-backend-check, spam-install-backend)
9190         (spam-install-statistical-backend, spam-list-of-processors)
9191         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9192         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9193         (spam-check-crm114, spam-initialize, spam-unload-hook):
9194         Fix typos in docstrings.
9195
9196 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9199         been checked if they have never been read and those group levels are
9200         higher than the one that a user specified.
9201
9202 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9205         foreign groups unless a group level is specified by a user.
9206         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9207
9208 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * message.el (message-send-mail-function): Require sendmail.
9211
9212 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * message.el (message-send-mail-function): Check for smtpmail too.
9215
9216         * utf7.el (utf7-encode, utf7-decode): Use coding system
9217         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9218
9219         * message.el (message-send-mail-function): New function.
9220         (message-send-mail-function): Set default using
9221         message-send-mail-function.  Adjust doc string.
9222         (message-send-mail-with-mailclient): New function.
9223
9224 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9225
9226         * smime.el (from):
9227         * rfc2047.el (message-posting-charset):
9228         * qp.el (mm-use-ultra-safe-encoding):
9229         * pop3.el (parse-time-months):
9230         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9231         * nnml.el (files):
9232         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9233         (jka-compr-compression-info-list, ange-ftp-path-format)
9234         (efs-path-regexp):
9235         * nndiary.el (files):
9236         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9237         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9238         (epg-digest-algorithm-alist, inhibit-redisplay)
9239         (password-cache-expiry):
9240         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9241         (pgg-output-buffer, password-cache-expiry):
9242         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9243         (efs-path-regexp):
9244         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9245         (inhibit-redisplay):
9246         * mm-uu.el (file-name, start-point, end-point, entry)
9247         (gnus-newsgroup-name, gnus-newsgroup-charset):
9248         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9249         (latin-unity-ucs-list):
9250         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9251         (mm-uu-binhex-decode-function):
9252         * message.el (gnus-message-group-art, gnus-list-identifiers)
9253         (rmail-enable-mime-composing, gnus-local-organization)
9254         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9255         (gnus-read-active-file, facemenu-add-face-function)
9256         (facemenu-remove-face-function, gnus-article-decoded-p)
9257         (tool-bar-mode):
9258         * mail-source.el (display-time-mail-function):
9259         * gnus-util.el (nnmail-pathname-coding-system)
9260         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9261         (gnus-original-article-buffer, gnus-user-agent)
9262         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9263         (xemacs-codename, sxemacs-codename, emacs-program-version):
9264         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9265         * gnus-start.el (gnus-agent-covered-methods)
9266         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9267         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9268         (gnus-newsgroup-headers, gnus-group-list-mode)
9269         (gnus-group-mark-positions, gnus-newsgroup-data)
9270         (gnus-newsgroup-unreads, nnoo-state-alist)
9271         (gnus-current-select-method, mail-sources)
9272         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9273         (nnmail-spool-file, gnus-cache-active-hashtb):
9274         * gnus-mh.el (mh-lib-progs):
9275         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9276         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9277         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9278         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9279         (gnus-group-buffer):
9280         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9281         (font-lock-set-defaults):
9282         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9283         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9284         (gnus-summary-post-menu, total-parts, type, condition, length):
9285         * gnus-agent.el (gnus-agent-read-agentview):
9286         * flow-fill.el (show-trailing-whitespace):
9287         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9288         eval-and-compile wrappers for byte compiler pacifiers.
9289
9290         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9291         (mm-display-inline-fontify): Check for featurep 'xemacs not
9292         extent-list.
9293
9294         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9295         itimer-list.
9296         (mm-create-image-xemacs): Only do something for XEmacs.
9297         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9298
9299         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9300
9301         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9302         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9303
9304 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9305
9306         * nnimap.el (nnimap-split-download-body):
9307         * gnus-demon.el (gnus-demon):
9308         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9309
9310 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9313         New macros.
9314         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9315         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9316         copy data from unibyte buffer to multibyte current buffer.
9317         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9318         to copy data from unibyte current buffer to multibyte buffer.
9319         (nntp-make-process-buffer): Make process buffer unibyte.
9320
9321         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9322
9323 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9324
9325         * pop3.el (pop3-open-server): Accept and process data more robustly at
9326         connexion start to avoid spurious "POP SSL connexion failed" errors.
9327
9328 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9331         read group names.
9332
9333 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9336
9337 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9340         (nnmail-save-active): Use a unibyte buffer when saving active file,
9341         which may contain non-ASCII group names.
9342
9343         * nnml.el (nnml-request-group): Decode group names in messages.
9344
9345 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * message.el (message-citation-line-function)
9348         (message-insert-formatted-citation-line): Fix spelling of
9349         `message-insert-formated-citation-line'.
9350
9351 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9354
9355 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9358         nnmail-pathname-coding-system.
9359
9360         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9361         that a user enters; decode group names in messages.
9362
9363         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9364
9365 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9368
9369         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9370
9371         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9372         risky local variable.
9373
9374         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9375
9376 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * encrypt.el: Improve documentation to fix function name typo.
9379         Reported by Daiki Ueno <ueno@unixuser.org>.
9380
9381 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9384         even if the point is not in the last page of an article.
9385         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9386         back to the previous page.
9387
9388 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9391
9392 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9395
9396 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9397
9398         * message.el (message-check-news-body-syntax):
9399         Avoid mm-string-as-multibyte.
9400         (message-hide-headers): Don't assume (point-min)==1.
9401
9402 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-remove-blank-cited-lines): Fix if remove is
9405         given.
9406         (message-bogus-address-regexp): New variable.
9407         (message-bogus-recipient-p): New function.
9408         (message-check-recipients): New command.
9409         (message-syntax-checks): Add `bogus-recipient'.
9410         (message-fix-before-sending): Add `bogus-recipient'.
9411
9412         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9413         (gnus-treat-body-boundary): Don't test window-system.
9414
9415 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9416
9417         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9418
9419 2007-10-28  Miles Bader  <miles@gnu.org>
9420
9421         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9422         at compile-time too.
9423
9424 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-msg.el (gnus-message-setup-hook):
9427         Add `message-remove-blank-cited-lines' to options.
9428
9429 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * message.el (message-remove-blank-cited-lines): New function.
9432         Suggested by Karl Plästerer.
9433
9434 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9437         mapc.
9438
9439         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9440         (top-level): Use mapc to set functions to be traced for debugging.
9441
9442         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9443         called for effect with while loop.
9444
9445         * message.el (message-talkative-question): Replace mapcar called for
9446         effect with mapc.
9447
9448         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9449         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9450         called for effect with dolist.
9451
9452         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9453
9454         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9455         gnus-extra-headers and nnmail-extra-headers.
9456
9457         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9458         called for effect with dolist.
9459         (top-level): Use mapc to set functions to be traced for debugging.
9460
9461         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9462         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9463         dolist.
9464
9465         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9466         Replace mapcar called for effect with mapc.
9467         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9468         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9469         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9470         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9471
9472         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9473         remove-if that's a cl function.
9474
9475         * webmail.el (webmail-debug): Replace mapcar called for effect with
9476         dolist.
9477
9478         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9479         with mapc.
9480
9481 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9484         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9485         with while loop.
9486
9487         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9488         functions from article-* functions.
9489         (gnus-multi-decode-header): Replace mapcar called for effect with
9490         dolist.
9491
9492         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9493         (gnus-bookmark-show-details): Replace mapcar called for effect with
9494         while loop.
9495
9496         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9497         called for effect with while loop.
9498
9499         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9500         with dolist.
9501
9502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9503         Replace mapcar called for effect with dolist.
9504
9505         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9506
9507         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9508         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9509         Replace mapcar called for effect with dolist.
9510         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9511         mapc.
9512
9513         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9514         Replace mapcar called for effect with dolist.
9515         (gnus-topic-list): Replace mapcar called for effect with mapc.
9516
9517         * gnus.el: Use mapc instead of mapcar to add autoloads.
9518
9519 2007-10-23  Richard Stallman  <rms@gnu.org>
9520
9521         * gnus-group.el (gnus-group-highlight): Mark as risky.
9522
9523 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus.el (gnus-server-to-method): Return method found first in
9526         gnus-newsrc-alist.
9527
9528         * gnus-art.el (gnus-article-highlight-signature)
9529         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9530         button overlay without the front stickiness.
9531
9532 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9533
9534         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9535         overview buffer needed a catch to receive its throw.
9536         (gnus-agent-flush-cache): Declare as interactive to make this function
9537         easier to use.
9538
9539 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9542         `next-line'.
9543
9544 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9547         exclude address matching message-dont-reply-to-names.
9548
9549 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-util.el (gnus-string<): New function.
9552
9553         * gnus-sum.el (gnus-article-sort-by-author)
9554         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9555
9556 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9559         the frame-focus tag is set in gnus-buffer-configuration.
9560
9561 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9564         the front stickiness.
9565
9566 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9569         url pattern; remove duplicate one.
9570         (gnus-article-extend-url-button): New function.
9571         (gnus-article-add-buttons): Use it.
9572         (gnus-button-push): Use concatenated url that it makes.
9573
9574 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9575
9576         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9577
9578 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9579
9580         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9581         Don't hardcode point-min==1.
9582
9583 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9586         Fix comment about "iso8859-1".
9587
9588 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9589
9590         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9591         ones returned from the verify-function.
9592
9593         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9594         Call mml2015-extract-cleartext-signature if extraction failed.
9595
9596 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9597
9598         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9599         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9600         failed.
9601
9602 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9605
9606 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9609         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9610         recommends to use EasyPG instead of PGG.
9611
9612         * pgg.el: Revert to revision 6.23.2.16.
9613
9614         * pgg-def.el: Revert to revision 6.6.2.14.
9615
9616         * pgg-gpg.el: Revert to revision 6.23.2.34.
9617
9618 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9619
9620         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9621         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9622         thread for both the null and zero (kill/expire thread) universal prefix
9623         cases.
9624         (gnus-summary-expire-thread): Add new function to expire a thread,
9625         using gnus-summary-kill-thread.
9626         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9627         shortcuts for gnus-summary-expire-thread.
9628         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9629         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9630
9631 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9632
9633         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9634         extras value, so an extras entry can be deleted.
9635         (gnus-registry-delete-extra-entry): Use it.
9636         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9637         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9638         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9639         storage through the gnus-registry, and provide an appropriate API for
9640         it.
9641
9642 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9645         Suggested by Leo <sdl.web@gmail.com>.
9646
9647         * gnus.el: Do.
9648
9649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9652         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9653
9654         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9655
9656         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9657         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9658
9659 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9662         newline.
9663         (nnmbox-request-accept-article): Don't change article in source buffer;
9664         narrow to header to use message-fetch-field rather than
9665         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9666         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9667         as delimiters; make sure article ends with newline.
9668         (nnmbox-delete-mail): Correct last position of article to be deleted;
9669         ignore X-Gnus-Newsgroup header in article body.
9670         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9671         positions; make sure article ends with newline.
9672
9673         * message.el (message-display-abbrev): Don't infloop when a user
9674         inserts SPC in the beginning of header.
9675
9676         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9677         coding-system-for-read and coding-system-for-write for XEmacs having no
9678         file-coding feature.
9679
9680         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9681
9682 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9685         list of groups not followed by default.  Fix type to be regexp.
9686         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9687
9688 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9689
9690         * hmac-def.el (define-hmac-function): Switch from old-style to
9691         new-style backquotes.
9692
9693         * md4.el (md4-make-step): Likewise.
9694
9695 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9698         raw-text coding system when saving .newsrc file, which may contain
9699         non-ASCII group names.
9700
9701 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-cus.el (gnus-score-extra): New widget.
9704         (gnus-score-extra-convert): New function.
9705         (gnus-score-customize): Use it for Extra.
9706
9707 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9708
9709         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9710         (mml2015-mailcrypt-clear-verify): Use it.
9711         (mml2015-gpg-clear-verify): Use it.
9712         (mml2015-pgg-clear-verify): Use it.
9713         (mml2015-epg-clear-verify): Replace the current part with the output
9714         from GnuPG; don't extract the plaintext by itself.
9715
9716         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9717         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9718         mml2015-clear-verify-function; don't touch the armor headers or
9719         dash-escaped text here.
9720
9721 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9724         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9725         parts, or application/octet-stream as a last resort.
9726         (gnus-mime-view-part-as-type): Don't toggle display.
9727         (gnus-mime-view-part-as-charset): Don't turn off display before
9728         querying charset.
9729
9730         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9731         stuff to undisplayer function in Emacs.
9732         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9733
9734         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9735         text/calendar parts.
9736
9737 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9740         decoding text/calendar parts.
9741
9742         * message.el (message-forward-make-body-mime): Always mark body as
9743         having no illegible text; remove signed-or-encrypted argument.
9744         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9745
9746         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9747         (mml-generate-mime-1): Don't encode body if it is specified to be in
9748         raw form; don't make buffer be unibyte when inserting multibyte string.
9749
9750 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9751
9752         * sha1.el: Fix up comment style.
9753         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9754         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9755
9756         * hex-util.el: Fix up comment style.
9757         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9758
9759         * gnus-salt.el: Use with-current-buffer.
9760         (gnus-pick-setup-message): Fix long-standing typo.
9761
9762 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * imap.el (imap-logout-timeout): New variable.
9765         (imap-logout, imap-logout-wait): New functions.
9766         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9767
9768         * nnimap.el (nnimap-logout-timeout): New server variable.
9769         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9770         nnimap-logout-timeout.
9771
9772         * gnus-art.el (gnus-article-summary-command-nosave)
9773         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9774
9775 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus.el (gnus-maximum-newsgroup): New variable.
9778
9779         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9780         according to gnus-maximum-newsgroup.
9781
9782         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9783         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9784         Limit the range of articles according to gnus-maximum-newsgroup.
9785
9786 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9787
9788         * gnus-art.el (gnus-sticky-article): Fix problems described in
9789         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9790         Don't perform gnus-configure-windows here; reuse existing sticky
9791         article buffer.
9792
9793         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9794         it doesn't exist in gnus-article-mode.
9795
9796 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9799         (gnus-agent-decoded-group-name): New function.
9800         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9801         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9802
9803 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9804
9805         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9806         Add binding for gnus-sticky-article.
9807         (gnus-summary-exit): Don't kill sticky article buffers.
9808
9809         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9810         article buffer.
9811         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9812         (gnus-kill-sticky-article-buffers): New commands.
9813
9814 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * nntp.el (nntp-xref-number-is-evil): New server variable.
9817         (nntp-find-group-and-number): If it is non-nil, don't trust article
9818         numbers in the Xref header.
9819
9820 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-agent.el (gnus-agent-read-group): New function.
9823         (gnus-agent-flush-group, gnus-agent-expire-group)
9824         (gnus-agent-regenerate-group): Use it.
9825         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9826         nnmail-pathname-coding-system.
9827
9828 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9831
9832         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9833         that are unread as unread, and also as selected so that information of
9834         marks having been changed by a user may be updated when exiting group.
9835
9836 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9839
9840 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9843         calculated ignoring signature parts to gnus-treat-article.
9844
9845 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9848         a point here in order to keep the window start.
9849         (gnus-insert-mime-security-button): Make a button overlay without the
9850         front stickiness.
9851         (gnus-mime-display-security): Goto the end of a button.
9852
9853         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9854
9855 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9858         group-name-at-point.
9859         (gnus-group-completing-read): New function that offers decoded
9860         non-ASCII group names for completion.
9861         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9862         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9863         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9864         (gnus-group-fetch-control): Use it.
9865         (gnus-fetch-group): Use group-name-at-point for the initial value
9866         rather than the default value; use gnus-alive-p.
9867
9868         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9869         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9870         (gnus-summary-post-news): Use gnus-group-completing-read.
9871
9872         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9873         (gnus-read-move-group-name): Decode group name for completion.
9874
9875 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9878         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9879         Yamaoka slightly modified the code).
9880
9881 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9884         (nnmail-split-incoming): Bind it.
9885
9886         * nnml.el (nnml-group-name-charset): New function.
9887         (nnml-decoded-group-name): Use it; don't decode group name if
9888         nnmail-group-names-not-encoded-p is non-nil.
9889         (nnml-encoded-group-name): New function.
9890         (nnml-group-pathname): Inline nnml-decoded-group-name.
9891         (nnml-request-expire-articles): Decode group name in message.
9892         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9893         nnmail-pathname-coding-system.
9894         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9895         not decoded ones according to nnmail-group-names-not-encoded-p.
9896         (nnml-generate-active-info): Use nnml-encoded-group-name.
9897
9898 2007-08-08  Glenn Morris  <rgm@gnu.org>
9899
9900         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9901         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9902         doc-strings and comments.
9903
9904 2007-07-25  Glenn Morris  <rgm@gnu.org>
9905
9906         * Relicense all FSF files to GPLv3 or later.
9907
9908 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-sum.el (gnus-summary-move-article):
9911         Make gnus-summary-respool-article work.
9912
9913 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9916         string.
9917
9918 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9919
9920         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9921         that should be ignored when comparing distant RSS articles with local
9922         ones.
9923         (nnrss-make-hash-index): New function.  Create a hash index according
9924         to the ignored fields.
9925         (nnrss-check-group): Use it.
9926
9927 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9930
9931         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9932
9933         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9934         the new optional argument ENCODED is non-nil.
9935         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9936         coding system for encoding group name.
9937         (gnus-group-make-rss-group): Pass un-encoded group name to
9938         gnus-group-make-group.
9939         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9940         encoded.
9941
9942         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9943         Encode group name to which articles are moved or copied.
9944         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9945         coding system for encoding Newsgroup, Followup-To and Xref headers.
9946
9947         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9948         marks; use nnheader-file-coding-system to write a file.
9949         (nnagent-retrieve-headers): Bind file-name-coding-system to
9950         nnmail-pathname-coding-system.
9951
9952         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9953
9954         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9955         (nnml-request-article, nnml-request-create-group)
9956         (nnml-request-rename-group, nnml-find-id)
9957         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9958         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9959         (nnml-save-marks): Use nnml-group-pathname instead of
9960         nnmail-group-pathname.
9961
9962         (nnml-request-create-group, nnml-request-expire-articles)
9963         (nnml-request-move-article, nnml-request-delete-group)
9964         (nnml-deletable-article-p, nnml-possibly-create-directory)
9965         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9966         (nnml-open-marks): Bind file-name-coding-system to
9967         nnmail-pathname-coding-system.
9968
9969         (nnml-request-article): Pass server argument to nnml-find-group-number.
9970         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9971         Pass server argument to nnml-possibly-create-directory.
9972         (nnml-request-accept-article): Pass server argument to
9973         nnml-active-number and nnml-save-mail.
9974         (nnml-find-group-number): Pass server argument to nnml-find-id.
9975         (nnml-request-update-info): Pass server argument to
9976         nnml-marks-changed-p.
9977
9978         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9979         (nnml-save-mail, nnml-active-number): Add server argument.
9980
9981         (nnml-request-delete-group): Warn if group is missing.
9982         (nnml-get-nov-buffer): Decode group name.
9983         (nnml-generate-active-info): Encode group name.
9984         (nnml-open-marks): Decode group name in messages.
9985
9986 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9989         if it is not specified.
9990         (gnus-article-pipe-part, gnus-article-save-part)
9991         (gnus-article-interactively-view-part, gnus-article-copy-part)
9992         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9993         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9994         (gnus-article-replace-part, gnus-article-delete-part)
9995         (gnus-article-view-part-as-type): Pass raw prefix argument to
9996         gnus-article-part-wrapper.
9997
9998 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-agent.el (gnus-agent-save-active):
10001         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10002
10003         * gnus-cache.el (gnus-cache-save-buffers)
10004         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10005         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10006         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10007         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10008         (gnus-cache-generate-active, gnus-cache-rename-group)
10009         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10010         (gnus-cache-update-overview-total-fetched-for):
10011         Bind file-name-coding-system to nnmail-pathname-coding-system.
10012         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10013         New variables.
10014         (gnus-cache-decoded-group-name): New function.
10015         (gnus-cache-file-name): Use it.
10016         (gnus-cache-generate-active): Use non-decoded group name for active.
10017
10018         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10019         right place.
10020         (gnus-write-active-file): Don't break non-ASCII group names.
10021
10022         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10023         nnmail-pathname-coding-system.
10024
10025         * lpath.el: Bind default-file-name-coding-system,
10026         file-name-coding-system and language-info-alist for XEmacs.
10027
10028         * gnus-uu.el (gnus-uu-decode-save): Typo.
10029
10030 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10033
10034 2007-07-14  David Kastrup  <dak@gnu.org>
10035
10036         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10037         finishing actions if we did not edit the article.
10038
10039 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10042         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10043         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10044         (gnus-agent-flush-group, gnus-agent-flush-cache)
10045         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10046         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10047         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10048         (gnus-agent-regenerate-group)
10049         (gnus-agent-update-files-total-fetched-for)
10050         (gnus-agent-update-view-total-fetched-for):
10051         Bind file-name-coding-system to nnmail-pathname-coding-system.
10052         (gnus-agent-group-pathname): Don't encode file names by
10053         nnmail-pathname-coding-system.
10054         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10055         coding-system-for-write instead of buffer-file-coding-system to
10056         gnus-agent-file-coding-system.
10057
10058         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10059         Decode group name.
10060
10061         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10062
10063         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10064         (gnus-read-newsrc-el-file): Make group names unibyte.
10065
10066         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10067         nnmail-pathname-coding-system.
10068
10069         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10070         (nnrss-request-delete-group): Bind file-name-coding-system to
10071         nnmail-pathname-coding-system.
10072         (nnrss-read-server-data, nnrss-read-group-data):
10073         Bind file-name-coding-system correctly.
10074         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10075
10076         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10077         (nntp-server-to-method-cache): New variable.
10078         (nntp-group-pathname): New function that decodes non-ASCII group names.
10079         (nntp-possibly-create-directory, nntp-marks-changed-p)
10080         (nntp-save-marks, nntp-open-marks): Use it.
10081         (nntp-possibly-create-directory, nntp-open-marks):
10082         Bind file-name-coding-system to nnmail-pathname-coding-system.
10083         (nntp-open-marks): Decode group names when bootstrapping marks.
10084
10085         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10086         Newsgroups and Folowup-To headers.
10087
10088 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10091         (gnus-server-closed-face, gnus-server-denied-face)
10092         (gnus-server-offline-face): Remove variable.
10093         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10094
10095         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10096         of modifying message-stack directly for XEmacs.
10097
10098         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10099         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10100         if the coding-system argument is nil for XEmacs.
10101
10102         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10103         mm-charset-override-alist.
10104
10105         * rfc2047.el: Don't require base64; require rfc2045 for the function
10106         rfc2045-encode-string.
10107         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10108         to quote the parameter value.
10109
10110 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10113         form in gnus-group-name-charset-method-alist.
10114
10115         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10116         overrides the default layout edit-form.
10117
10118         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10119
10120         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10121
10122 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10125         as unfetched articles.
10126
10127 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10130
10131 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10134         original back end that keeps marks in the local system.
10135
10136 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10139         arg of pop-to-buffer for XEmacs.
10140         (gnus-article-read-summary-keys): Ditto; don't restore window
10141         configuration if summary command ends up with neither article buffer
10142         nor summary buffer; describe bindings if summary keys end with C-h.
10143
10144 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * message.el (message-fix-before-sending): Skip raw message part to be
10147         forwarded while checking illegible text.
10148         (message-forward-make-body-mime, message-forward-make-body):
10149         Mark signed or encrypted raw message as having no illegible text.
10150
10151 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10154         (gnus-message-with-timestamp-1): New macro.
10155         (gnus-message-with-timestamp): New function.
10156         (gnus-message): Use them.
10157
10158         * nnheader.el (nnheader-message): Use them.
10159
10160 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10163         .newsrc.eld file.
10164
10165 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-agent.el (gnus-agent-fetch-headers)
10168         (gnus-agent-retrieve-headers):
10169         Bind gnus-decode-encoded-address-function to identity.
10170
10171         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10172         available also when the server returns simply a dot.
10173
10174         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10175
10176 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10179
10180 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-ems.el (gnus-x-splash): Make it work.
10183
10184         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10185         from being used.
10186
10187         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10188
10189 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10192         4th and the 5th arguments.
10193
10194         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10195         the front stickiness.
10196         (gnus-article-summary-command-nosave): Correct the order of the
10197         arguments passed to pop-to-buffer.
10198         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10199         summary command ends up with the article buffer.
10200
10201         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10202         the same faces.
10203
10204 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10205
10206         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10207
10208 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10209
10210         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10211         * gnus-sum.el (gnus-summary-highlight):
10212         * pgg.el (pgg-sign-region, pgg-sign):
10213         * mail-source.el (mail-source-delete-old-incoming-confirm):
10214         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10215
10216 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-art.el (gnus-mime-view-part-externally)
10219         (gnus-mime-view-part-internally): Fix predicate function passed to
10220         completing-read.
10221
10222         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10223
10224         * gnus.el (gnus-update-message-archive-method): Add :version.
10225
10226 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus.el (gnus-update-message-archive-method): New variable.
10229
10230         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10231         according to gnus-message-archive-method if
10232         gnus-update-message-archive-method is non-nil.
10233
10234 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10237         Suggested by Loic Dachary <loic@dachary.org>.
10238         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10239
10240 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * message.el (message-pop-to-buffer): Add switch-function argument.
10243         (message-mail): Pass switch-function argument to it.
10244
10245 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10248         Improve doc string.
10249
10250 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10253         (gnus-header-content)
10254         * gnus-cite.el (gnus-cite-10)
10255         * gnus-srvr.el (gnus-server-closed)
10256         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10257         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10258         (gnus-group-mail-3-empty, gnus-group-mail-low)
10259         (gnus-group-mail-low-empty, gnus-splash)
10260         * message.el (message-header-to, message-header-cc)
10261         (message-header-subject, message-header-other, message-header-name)
10262         (message-header-xheader, message-separator, message-cited-text)
10263         (message-mml): Lighten colors of faces used for dark background.
10264
10265 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10266
10267         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10268         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10269
10270 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * message.el (message-narrow-to-headers-or-head):
10273         Ignore mail-header-separator in the body.
10274
10275 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10278         same as window size.
10279
10280 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10281
10282         * message.el (message-font-lock-keywords): Use message-header-xheader
10283         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10284         ahead of the anything pattern, to get it recognised.
10285
10286 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10289         spam.el loads uses it in the compiled defadvice form.
10290
10291 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10292
10293         * gnus-sum.el (gnus-articles-to-read)
10294         (gnus-summary-insert-old-articles): Don't truncate group name for
10295         `read-string'.
10296
10297         * gnus-util.el (gnus-limit-string): Delete this function.
10298
10299         * gnus-sum.el (gnus-simplify-subject-fully):
10300         Use `truncate-string-to-width' instead.
10301
10302 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10303
10304         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10305         Tell if, on summary exit, the next group has to be selected.
10306         (gnus-summary-exit): Use it.
10307
10308 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10311         non-break space.
10312
10313 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10316         Check if group is not a directory.
10317         (nnfolder-request-expire-articles): Don't delete articles if the target
10318         group is not available.
10319
10320         * nnml.el (nnml-request-create-group): Properly check if group is not a
10321         file.
10322         (nnml-request-expire-articles): Don't delete articles if the target
10323         group is not available.
10324
10325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10326         Don't quote characters that are within parentheses.
10327
10328 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10331         (gnus-handle-ephemeral-exit): Select article according to it.
10332
10333 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * message.el (message-insert-formated-citation-line): Remove newline.
10336         (message-citation-line-format): Add final \n here so that the user can
10337         avoid a blank line.
10338
10339 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10340
10341         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10342         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10343         Update lanl/arXiv support.
10344
10345 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus.el: Bump version number.
10348
10349 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350
10351         * gnus.el (gnus-version-number): Bump version.
10352
10353 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10354
10355         * gnus.el: No Gnus v0.6 is released.
10356
10357 2007-04-27  Didier Verna  <didier@xemacs.org>
10358
10359         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10360         * gmm-utils.el (gmm-regexp-concat): ... here.
10361         * message.el: Don't require 'gnus-util.
10362         (message-dont-reply-to-names): Handle name change above.
10363         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10364
10365 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10368         since the initial value varies according to the system.
10369
10370 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10373
10374 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10375
10376         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10377
10378 2007-04-24  Didier Verna  <didier@xemacs.org>
10379
10380         Improve the type of gnus-ignored-from-addresses.
10381         * gnus-util.el (gnus-orify-regexp): New function.
10382         * message.el (gnus-util): Require it.
10383         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10384         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10385         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10386
10387 2007-04-24  Didier Verna  <didier@xemacs.org>
10388
10389         * gnus-sum.el:
10390         * gnus-utils.el: Fix some trailing whitespaces.
10391
10392 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10395         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10396         article's Message-ID; refer parent article in summary buffer.
10397
10398         * message.el (message-bounce): Call mime-to-mml.
10399
10400         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10401         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10402         optimize and/or forms properly.
10403
10404 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10407         URL.
10408
10409 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10412
10413 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10416         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10417         displayed of multipart/alternative part if it is invoked from summary
10418         buffer.
10419
10420         * mm-view.el (mm-inline-text-html-render-with-w3m)
10421         (mm-inline-text-html-render-with-w3m-standalone)
10422         (mm-inline-render-with-function): Use mail-parse-charset by default.
10423
10424 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10425
10426         * parse-time.el (parse-time-string-chars): Check if CHAR
10427         is less than the length of parse-time-syntax.
10428
10429 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10432         from gnus-newsgroup-processable.
10433
10434 2007-04-16  Didier Verna  <didier@xemacs.org>
10435
10436         * gnus-msg.el (gnus-configure-posting-styles):
10437         Handle message-signature-directory properly with :file syntax.
10438         Reported by "Leo".
10439
10440 2007-04-11  Didier Verna  <didier@xemacs.org>
10441
10442         New user option: message-signature-directory.
10443         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10444         * message.el (message-insert-signature): Ditto.
10445         * message.el (message-signature-file): Doc update.
10446         * message.el (message-signature-directory): New.
10447
10448 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-msg.el (gnus-inews-yank-articles):
10451         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10452
10453 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * message.el (message-yank-original): Make sure cited text ends with
10456         newline; don't exchange point and mark.
10457
10458 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10459
10460         * tls.el (open-tls-stream): Properly handle case where there
10461         is no associated buffer.
10462
10463 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10464
10465         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10466         message-yank-original, make sure (< mark TEXT point).
10467
10468 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * message.el (message-fill-column): New variable.
10471         (message-mode): Use it.  Add comment on a possible new hook.
10472
10473         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10474         (nnmail-get-new-mail): Reformat.
10475
10476         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10477
10478         * gmm-utils.el: Fix Commentary.
10479         (gmm-tool-bar-from-list): Fix typo in doc string.
10480
10481 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10482
10483         * message.el (message-yank-original): Don't switch point and mark
10484         unnecessarily to put point and mark as documented.
10485
10486 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10489         from the message heads.
10490
10491 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10492
10493         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10494         article buffer does not have a window.  This may not be the best
10495         solution but is certainly better than setting the start of the null,
10496         that is the current, window.
10497
10498 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10501         (gnus-draft-setup): Run it.
10502
10503         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10504         gnus-score-fast-scoring.  Allow regexp.
10505         (gnus-score-headers): Use it.
10506
10507         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10508         XEmacs.
10509
10510         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10511         string.
10512         (gnus-button-alist): Also catch `<f1> k ...'.
10513         (gnus-treat-display-x-face): Fix doc string.
10514
10515 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10516
10517         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10518         evaluation of gnus-extended-version to ensure correct generation of the
10519         User-Agent header when message-generate-headers-first is used.
10520
10521 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10522
10523         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10524         hashcash-path is nil.  Don't call callback with incorrect number of
10525         parameters if val is 0.
10526
10527 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10528
10529         * message.el (message-required-news-headers):
10530         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10531
10532 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10533
10534         * tls.el (open-tls-stream): In handshake-waiting loop,
10535         don't wait more if there is output available to process.
10536
10537 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10538
10539         * tls.el (tls-program): Doc fix.
10540
10541 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * message.el (message-generate-new-buffers): Change the meaning of the
10544         nil value; add `standard' to the choices; treat t as `unique'; improve
10545         doc string.
10546         (gnus-select-frame-set-input-focus): Autoload.
10547         (message-buffer-name): Search for the existing message buffer if
10548         message-generate-new-buffers is nil or `standard'; treat the value t of
10549         message-generate-new-buffers as `unique'.
10550         (message-pop-to-buffer): Raise the frame already displaying the message
10551         buffer; clear the echo area after querying.
10552         (message-setup): Pass the `continue' argument to compose-mail.
10553         (message-mail): Prefer `switch-function' if it is given; search for the
10554         existing message buffer if the `continue' argument is non-nil; pass
10555         continue and switch-function arguments to compose-mail by way of
10556         message-setup.
10557         (message-mail-other-window): Adjust argument of message-setup.
10558         (message-mail-other-frame): Ditto.
10559
10560 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10563         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10564         to turn font-lock on when turning gnus-message-citation-mode on.
10565
10566 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10567
10568         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10569         (mml-smime-function-alist): New variable; add epg as the backend.
10570         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10571         mml-smime- functions instead.
10572         * mm-view.el: Require smime.
10573
10574 2007-03-05  Didier Verna  <didier@xemacs.org>
10575
10576         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10577         instead of just inheritance for posting styles.
10578         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10579
10580 2007-02-24  Chris Moore  <dooglus@gmail.com>
10581
10582         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10583         * pgg-pgp.el (pgg-pgp-encrypt-region):
10584         * pgg-gpg.el (pgg-gpg-encrypt-region):
10585         Check pgg-encrypt-for-me if no other recipients.
10586
10587 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10588
10589         * tls.el (tls-certtool-program): Fix custom type.
10590
10591 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10594         and point-at-eol instead of line-(beginning|end)-position.
10595
10596         * assistant.el (assistant-parse-buffer): Ditto.
10597
10598         * netrc.el (netrc-parse-services): Ditto.
10599
10600 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10601
10602         * mml2015.el (mml2015-epg-find-usable-key): New function.
10603         (mml2015-epg-sign): Use it.
10604         (mml2015-epg-encrypt): Use it.
10605
10606 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * message.el (message-make-in-reply-to): Quote name containing
10609         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10610         if there are special characters.  Reported by NAKAJI Hiroyuki
10611         <nakaji@jp.freebsd.org>.
10612
10613 2007-02-27  Didier Verna  <didier@xemacs.org>
10614
10615         Include the group parameters as well as the topic ones in the
10616         inheritance filter process.
10617         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10618         argument GROUP-PARAMS-LIST.
10619         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10620
10621 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * nntp.el (nntp-never-echoes-commands)
10624         (nntp-open-connection-functions-never-echo-commands): New variables.
10625         (nntp-send-command): Use them.
10626
10627 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10628
10629         * mml2015.el (mml2015-epg-verify): Simplify.
10630
10631 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * mml.el (mml-content-disposition-alist): New user option.
10634         (mml-content-disposition): New function.
10635         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10636         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10637
10638 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10639
10640         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10641         verification.
10642
10643 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10644
10645         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10646         articles posted in the last 24 hours.
10647
10648 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10649
10650         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10651
10652 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10653
10654         * nntp.el (nntp-send-command): Don't wait for echoes when
10655         nntp-open-ssl-stream is used.
10656
10657 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10660         (gnus-message-add-citation-keywords)
10661         (gnus-message-remove-citation-keywords): Remove.
10662         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10663         directly, make the variables in font-lock-defaults buffer-local, add
10664         gnus-message-citation-keywords to them and then update the value of
10665         font-lock-keywords.
10666
10667 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * message.el (message-cite-original-1): Don't call
10670         gnus-article-highlight-citation.
10671
10672         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10673         citations; fix line count.
10674
10675 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10678         (gnus-message-add-citation-keywords)
10679         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10680         versions of font-lock-add-keywords and font-lock-remove-keywords to
10681         work with XEmacs correctly.
10682
10683 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-cite.el (gnus-cite-face-list): Set the values of
10686         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10687         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10688         (gnus-message-cite-prefix-regexp): New variable.
10689         (gnus-message-search-citation-line): Use it; protect against long
10690         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10691         the 0th match data for Emacs.
10692         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10693         (gnus-message-add-citation-keywords): Append keywords rather than
10694         prepending; emulate font-lock-add-keywords if it is not available.
10695         (gnus-message-remove-citation-keywords):
10696         Emulate font-lock-remove-keywords if it is not available.
10697
10698         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10699
10700         * message.el (message-cite-prefix-regexp): Set the value of
10701         gnus-message-cite-prefix-regexp.
10702
10703 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10704
10705         * nnweb.el (nnweb-google-parse-1): Update parser.
10706
10707 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10708
10709         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10710
10711 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10712
10713         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10714         regexp.
10715
10716 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10719         string-to-multibyte.
10720         (uudecode-decode-region-internal): Use it.
10721
10722         * lpath.el: Fbind string-as-multibyte for XEmacs.
10723
10724 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10727         Fix custom choice.
10728
10729         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10730
10731 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10732
10733         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10734
10735         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10736         `write-region' to respect `mm-inhibit-file-name-handlers'.
10737
10738 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10741         Use gnus-home-directory instead of "~/" or "$HOME".
10742
10743 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10744
10745         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10746         to mention filename.
10747         Add comments at beginning regarding usage.
10748         (encrypt-write-file-contents): Change interactive so a string is
10749         acceptable.  If the file has no associated model, show an error instead
10750         of a nonsense prompt.
10751
10752 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10753
10754         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10755         Thanks to Yoshihiko Yamada for kind notification of this typo.
10756
10757 2007-01-12  Kenichi Handa  <handa@m17n.org>
10758
10759         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10760         multibyte buffer.
10761
10762 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-score.el (gnus-score-fast-scoring): New variable.
10765         (gnus-score-headers): Use it.
10766
10767         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10768
10769         * message.el (message-cite-original-1):
10770         Call gnus-article-highlight-citation if requested.
10771         (message-make-from): Allow name and address as optional arguments.
10772
10773         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10774
10775         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10776         bugs to doc string.
10777         (gnus-button-alist): Add mid\\|message-id.
10778         (gnus-button-fetch-group): Extend for use in
10779         `browse-url-browser-function'.
10780         (gnus-button-url-regexp): Try to catch paired parentheses like in
10781         Wikipedia URLs.
10782
10783         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10784         Suggested by Simon Krahnke <overlord@gmx.li>.
10785
10786 2007-01-13  Romain Francoise  <romain@orebokech.com>
10787
10788         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10789         Update copyright.
10790
10791 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10792
10793         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10794
10795 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * gnus-registry.el (gnus-registry-unfollowed-groups)
10798         (gnus-registry-split-fancy-with-parent): Fix documentation.
10799
10800 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10803         from nnweb groups.
10804
10805 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10808         Xref urls.  Erase buffer before requesting head.
10809
10810         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10811
10812 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10815         customizable.
10816
10817 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10818
10819         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10820         no signing key is found.
10821         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10822         no encrypting and/or signing key is found.
10823
10824 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10827
10828 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10829
10830         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10831         headers read from disk with the ones newly found in the current search.
10832         This should no longer cause problems, because the article numbers in
10833         Gmane's `nov.php' output are ignored since the previous change.
10834
10835 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10836
10837         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10838
10839 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10842         replace-regexp-in-string; bind url-version; fbind display-images-p and
10843         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10844         find-face and set-itimer-function for Emacs; bind itimer-list for
10845         Emacs.
10846
10847         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10848
10849 2007-01-01  Romain Francoise  <romain@orebokech.com>
10850
10851         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10852
10853 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10854
10855         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10856         `define-minor-mode' macro definition expanded properly.
10857         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10858         exclude it there.
10859
10860         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10861         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10862         `fboundp' test.
10863         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10864         This is OK to autoload in (S)XEmacs now.
10865
10866 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10869         keystroke.
10870         (gnus-summary-limit-to-singletons): Fix typo.
10871
10872         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10873         else fails.
10874
10875 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876
10877         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10878         docstring.
10879
10880         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10881         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10882         (gnus-summary-insert-dormant-articles): Fix typo in message.
10883
10884 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10887         nil for XEmacs.
10888         (gnus-message-citation-mode): Don't autoload in XEmacs.
10889
10890         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10891
10892 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10893
10894         * nnimap.el (nnimap-expunge-search-string):
10895         Mention nnimap-search-uids-not-since-is-evil in docstring.
10896
10897 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * spam.el: Revert to make-obsolete-variable because
10900         define-obsolete-variable-alias is not supported in Emacs 21.
10901
10902         * spam.el (spam-ifile-path, spam-ifile-database-path)
10903         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10904         make-obsolete-variable.
10905         (spam-bsfilter-path, spam-bsfilter-program)
10906         (spam-spamassassin-path, spam-spamassassin-program)
10907         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10908         Don't use "path" inappropriately.
10909         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10910         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10911         variable names.
10912
10913 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10914
10915         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10916         summary buffer.
10917
10918         * password.el (password-cache-remove): Use clear-string to burn
10919         password, if available.
10920
10921 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10924
10925         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10926
10927         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10928         (gnus-message-highlight-citation): Move defcustom here from
10929         gnus-cite.el.
10930         (gnus-message-citation-mode): Autoload.
10931
10932         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10933         checks to make it compile with XEmacs.
10934         (gnus-message-citation-mode): New minor mode.
10935         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10936         (gnus-message-highlight-citation): New variables.
10937         (gnus-message-search-citation-line)
10938         (gnus-message-add-citation-keywords)
10939         (gnus-message-remove-citation-keywords)
10940         (turn-on-gnus-message-citation-mode)
10941         (turn-off-gnus-message-citation-mode): New functions.
10942
10943 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10944
10945         * gnus-cite.el: Enable highlighting of different citation levels in
10946         message-mode.
10947
10948 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * message.el (message-make-fqdn): Fix comment.
10951         (message-bogus-system-names): Add ".local".
10952
10953         * spam.el (spam-ifile-path, spam-ifile-program)
10954         (spam-ifile-database-path, spam-ifile-database)
10955         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10956         Don't use "path" inappropriately.
10957         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10958         strings.
10959         (spam-check-ifile, spam-ifile-register-with-ifile)
10960         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10961         Use new variable names.
10962
10963         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10964         (gnus-treat-display-smileys): Simplify using
10965         gnus-image-type-available-p.
10966
10967         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10968         available.
10969
10970         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10971         Use `display-images-p' if available.
10972
10973 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10976         one after turning on the buffer's multibyteness instead of decoding
10977         them directly in the unibyte buffer that causes unexpected conversion
10978         in Emacs 23 (unicode).
10979
10980 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10981
10982         * message.el (message-generate-hashcash): Fix custom type.
10983
10984 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10987
10988 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10991         disconnect icons.  Add help text.
10992
10993 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10996         negated to be consistent with the others we handle.
10997
10998 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11001         version of gnus-summary-buffer to something, so that we can use two
11002         article buffers at the same time.
11003
11004 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11007         trigger all the extra headers.
11008         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11009         sorting.
11010
11011 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11012
11013         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11014         solid groups.
11015
11016 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11017
11018         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11019
11020 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * legacy-gnus-agent.el: Add Copyright notice.
11023
11024 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11025
11026         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11027
11028 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11031
11032         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11033         to make it work reliably in CVS Emacs.
11034         (gnus-summary-limit-strange-charsets-predicate)
11035         (gnus-summary-limit-to-predicate): New functions.
11036
11037 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11038
11039         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11040         specifying array size.
11041         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11042         array if it is too small.
11043         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11044         (gnus-sort-threads-loop): New function.
11045
11046 2006-12-06  Chris Moore  <dooglus@gmail.com>
11047
11048         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11049         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11050
11051 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11052
11053         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11054         options.
11055
11056 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11059         DOS-ing the recipient.
11060
11061         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11062         the headers when creating the mapping to avoid mismappings.
11063         (nnweb-gmane-create-mapping): Always nix out old mapping.
11064
11065 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11068         and mm-verify-option to never.
11069
11070 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * message.el (message-signed-or-encrypted-p): New function.
11073         (message-forward-make-body): Use it.
11074
11075         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11076         Replace encode-coding-string with mm-encode-coding-string.
11077
11078 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * nneething.el (nneething-decode-file-name):
11081         Replace decode-coding-string with mm-decode-coding-string.
11082
11083         * gnus-int.el (gnus-open-server): Say failed server's name.
11084
11085 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11086
11087         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11088         strings to a single string.  Quote `errors-file-name'.
11089         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11090         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11091         Adjust calls.  Use `shell-quote-argument'.
11092
11093 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11094
11095         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11096         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11097
11098         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11099         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11100         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11101         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11102         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11103         (gnus-subscribe-newsgroup, gnus-1):
11104         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11105         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11106         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11107         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11108
11109 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11112         keystroke.
11113         (gnus-summary-limit-to-bodies): Implement headersp.
11114
11115 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11118
11119 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11122
11123 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * message.el (message-generate-hashcash): Expand range of values to
11126         include `opportunistic'.
11127         (message-send-mail): Use it.
11128
11129 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11130
11131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11132         and comment it.
11133
11134         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11135
11136 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * gnus-util.el (gnus-extract-address-components): Improve comment.
11139
11140 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-util.el (gnus-extract-address-components): Work with address in
11143         which the name portion contains @.
11144
11145         * lpath.el: Fbind custom-autoload.
11146
11147 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus.el (gnus-start): Move custom group up.
11150         (gnus-select-method): Don't autoload, but make it available for
11151         `customize-variable'.
11152         (gnus-getenv-nntpserver): Don't autoload.
11153
11154 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11155
11156         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11157
11158 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * message.el (message-sendmail-extra-arguments): New variable.
11161         (message-send-mail-with-sendmail): Use it.
11162
11163 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11166         mm-with-unibyte-current-buffer to make string unibyte.
11167
11168         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11169         mm-string-as-multibyte.
11170
11171 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11172
11173         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11174         Reported by Werner Koch <wk@gnupg.org>.
11175
11176 2006-11-14  Daiki Ueno  <ueno@p360>
11177
11178         * mml2015.el: Autoload epa-select-keys when compiling.
11179
11180 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11181
11182         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11183         message-options.
11184         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11185
11186 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11187
11188         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11189         EasyPG (< 0.0.6).
11190         (mml2015-always-trust): New user option.
11191         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11192         prompt.
11193
11194 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * nntp.el (nntp-authinfo-force): New variable.
11197         (nntp-send-authinfo): Use it.
11198
11199 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11202         decode encoded words.  Improve prompt.  Add comment about forwarding.
11203         (message-replacement-char): Move up.
11204
11205 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11206
11207         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11208         instead of gnus-intersection because arguments of gnus-sorted-nunion
11209         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11210
11211 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11214         (message-simplify-subject-functions):
11215         Enable message-strip-subject-encoded-words by default.
11216
11217 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * message.el (message-strip-subject-encoded-words): New function.
11220         (message-simplify-subject-functions): New variable.
11221         (message-simplify-subject): Use it.  Fix typo in doc string.
11222         Support message-strip-subject-encoded-words.
11223
11224 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11225
11226         * gnus-diary.el (gnus-diary-delay-format-function):
11227         * nndiary.el (nndiary-reminders):
11228         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11229
11230 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-art.el (article-hide-boring-headers): Fetch date from
11233         gnus-original-article-buffer to avoid problems with localized date
11234         strings.
11235
11236 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11239
11240 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11243         New variables.
11244         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11245         (mm-charset-synonym-alist): Move some entries to
11246         mm-codepage-iso-8859-list.
11247         (mm-charset-synonym-alist, mm-charset-override-alist):
11248         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11249
11250 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11253
11254 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11257         with Emacs 21 and XEmacs.
11258
11259 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11260
11261         * spam.el (spam-parse-address): New function for better parsing,
11262         catching errors, etc.
11263         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11264
11265 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * mm-view.el: Add interactive arg to html2text autoload.
11268
11269 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11272
11273 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11276         New variables.
11277         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11278         (mm-charset-synonym-alist): Move some entries to
11279         mm-codepage-iso-8859-list.
11280
11281         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11282
11283 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * message.el (message-citation-line-format)
11286         (message-insert-formated-citation-line): Fix implementation of %E, %N
11287         and %n according to the doc string.
11288
11289 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11292         Use car-safe to avoid bad parses.
11293
11294 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11297         names.
11298
11299         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11300
11301 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11304         header.
11305
11306         * message.el (message-draft-headers): Add Date.
11307         (message-headers-to-generate): Fix typo in docstring.
11308
11309         * nndraft.el (nndraft-required-headers): New variable.
11310         (nndraft-generate-headers): Use it.
11311
11312         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11313
11314 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11315
11316         * gnus-registry.el (gnus-registry-wash-for-keywords)
11317         (gnus-registry-find-keywords): New functions to allow easy searching of
11318         articles that are in the registry.
11319
11320 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11323         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11324         Reported by Damien Elmes <damien@repose.cx>.
11325
11326 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus.el (gnus-mime): Remove unused custom group.
11329
11330 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11331
11332         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11333         "blank line" when searching for end of armor headers.
11334
11335 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gmm-utils.el (gmm-write-region): Fix variable name.
11338
11339 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gmm-utils.el (gmm-write-region): New function based on compatibility
11342         code from `mm-make-temp-file'.
11343
11344         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11345
11346         * nnmaildir.el (nnmaildir--update-nov)
11347         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11348         Use `gmm-write-region'.
11349
11350 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11353         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11354
11355         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11356
11357         * message.el (message-replacement-char): New variable.
11358         (message-fix-before-sending): Use it.
11359         (message-simplify-subject): New function to remove duplicate code.
11360         (message-reply, message-followup): Use it.
11361
11362         * gnus-sum.el (gnus-summary-make-menu-bar):
11363         Clarify gnus-summary-limit-to-articles.
11364
11365 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-util.el (gnus-with-local-quit): New macro.
11368
11369         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11370
11371 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11374         ignore non-string data.
11375
11376 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11377
11378         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11379         non-string data (needs to be done in the registry too).
11380
11381 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11382
11383         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11384         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11385         (gnus-registry-split-fancy-with-parent)
11386         (gnus-registry-fetch-simplified-message-subject-fast)
11387         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11388         Remove text properties on ingress into the registry and when it's saved.
11389         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11390         registry from entries with no groups.
11391
11392 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11393
11394         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11395         function to remove string properties.
11396
11397 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gmm-utils.el (gmm): Adjust custom version.
11400
11401         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11402         Adjust custom version.
11403
11404         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11405
11406 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-art.el (gnus-insert-prev-page-button)
11409         (gnus-insert-next-page-button): Simplify.  Reformat.
11410
11411 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11412
11413         * gnus-art.el (gnus-insert-prev-page-button)
11414         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11415
11416 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11417
11418         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11419
11420 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11421
11422         * gnus-art.el (gnus-insert-mime-button)
11423         (gnus-insert-mime-security-button):
11424         Apply gnus-article-button-face to MIME and security buttons.
11425
11426 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11429         readable.
11430
11431 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11434
11435 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11436
11437         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11438         `browse-url-of-file' instead of `browse-url'.
11439
11440 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11441
11442         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11443         regexp.  Articles containing quotation were cut prematurely.
11444
11445 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * message.el (message-cite-original-1): Use nobody by default for the
11448         value of From header.
11449         (message-reply): Ditto.
11450
11451 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11452
11453         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11454         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11455         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11456
11457 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11460         mails in the doc string.  Add some URLs in comment.
11461         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11462
11463 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11466         backslashes handling and the way to find boundaries of quoted strings.
11467
11468 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11471         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11472         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11473         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11474
11475 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11478         doc string.
11479         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11480
11481 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * lpath.el: Fbind epg-check-configuration.
11484
11485 2006-09-06  Simon Josefsson  <jas@extundo.com>
11486
11487         * mml2015.el (mml2015-use): Doc fix, mention epg.
11488
11489 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11490
11491         * mml2015.el (mml2015-use): Default to epg, if available.
11492
11493 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11496         message-sender.
11497         (mml1991-epg-encrypt): Ditto.
11498         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11499         message-sender.
11500         (mml2015-epg-encrypt): Ditto.
11501
11502 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11503
11504         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11505         several common directories.
11506
11507 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11508
11509         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11510         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11511
11512 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus-art.el (article-decode-encoded-words): Make it fast.
11515
11516 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11519
11520         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11521         in quoted string into `\'.
11522
11523 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11526         Use standard-syntax-table.
11527
11528 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-art.el (gnus-decode-address-function): New variable.
11531         (article-decode-encoded-words): Use it to decode headers which are
11532         assumed to contain addresses.
11533         (gnus-mime-delete-part): Remove useless `or'.
11534
11535         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11536         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11537         (gnus-nov-parse-line): Use it to decode From header.
11538         (gnus-get-newsgroup-headers): Ditto.
11539         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11540
11541         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11542         (mail-decode-encoded-address-string): New alias.
11543
11544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11545         New function.
11546         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11547         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11548         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11549         (rfc2047-decode-string): Ditto.
11550         (rfc2047-decode-address-region): New function.
11551         (rfc2047-decode-address-string): New function.
11552
11553 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * message.el (message-caesar-buffer-body): Allow rotating headers.
11556
11557         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11558
11559         * message.el (message-insert-formated-citation-line): Fix %f.
11560         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11561
11562 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11565         (gnus-bookmark-mouse-available-p): New macro.
11566         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11567         (gnus-bookmark-bmenu-show-infos): Use it.
11568         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11569         (gnus-bookmark-bmenu-hide-infos): Ditto.
11570         (gnus-bookmark-remove-properties): New function.
11571         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11572         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11573         (gnus-bookmark-write-file): Bind coding-system-for-write.
11574         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11575         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11576         group before selecting it.
11577         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11578         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11579         quit-window if it is not available; use gnus-mouse-2 and bind it to
11580         gnus-bookmark-bmenu-select-by-mouse.
11581         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11582         (gnus-bookmark-bmenu-select-by-mouse): New function.
11583
11584 2006-08-13  Romain Francoise  <romain@orebokech.com>
11585
11586         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11587         space.
11588
11589 2006-08-10  Romain Francoise  <romain@orebokech.com>
11590
11591         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11592         (dns-mode-soa-auto-increment-serial): New user option.
11593         (dns-mode-soa-maybe-increment-serial): New function.
11594         (dns-mode): Add the latter to `write-contents-functions'.
11595
11596 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * compface.el (uncompface): Use binary rather than raw-text-unix.
11599
11600 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * compface.el (uncompface): Make sure the eol conversion doesn't take
11603         place when communicating with the external programs.
11604         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11605
11606 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11609
11610 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11611
11612         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11613         Make it more robust by parsing author and date independently.
11614
11615 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11618
11619 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11620
11621         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11622         first matching secret key.
11623         (mml2015-epg-encrypt): Ditto.
11624
11625         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11626         first matching secret key.
11627         (mml1991-epg-encrypt): Ditto.
11628
11629         * mml2015.el (mml2015-encrypt-to-self): New user option.
11630         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11631         mml2015-epg-encrypt-to-self is set.
11632
11633         * mml1991.el (mml1991-encrypt-to-self): New variable.
11634         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11635         mml1991-epg-encrypt-to-self is set.
11636
11637         * mml2015.el (mml2015-signers): New user option.
11638         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11639         (mml2015-epg-encrypt): Allow to select signing keys.
11640
11641         * mml1991.el (mml1991-signers): New variable.
11642         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11643         (mml1991-epg-encrypt): Allow to select signing keys.
11644
11645 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * nnheader.el (nnheader-insert-head): Make it work even if the file
11648         uses CRLF for the line-break code.
11649
11650 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11651
11652         * mml2015.el: Require mml-sec instead of password.
11653         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11654         (mml2015-cache-passphrase): Inherit the default value from
11655         mml-secure-cache-passphrase.
11656         (mml2015-passphrase-cache-expiry): Inherit the default value from
11657         mml-secure-passphrase-cache-expiry.
11658
11659         * mml1991.el: Require mml-sec instead of password.
11660         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11661         (mml1991-cache-passphrase): Inherit the default value from
11662         mml-secure-cache-passphrase.
11663         (mml1991-passphrase-cache-expiry): Inherit the default value from
11664         mml-secure-passphrase-cache-expiry.
11665
11666         * mml-sec.el: Require password.
11667         (mml-secure-verbose): New user option.
11668         (mml-secure-cache-passphrase): New user option.
11669         (mml-secure-passphrase-cache-expiry): New user option.
11670
11671 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11672
11673         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11674         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11675         andreas@altroot.de (Andreas Vögele).
11676
11677         FIXME: Use `tiny change'?
11678
11679 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11680
11681         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11682         workaround for the url package included with Emacs.
11683
11684         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11685
11686 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11689         correctly.  This fixes a bug caused by the 2006-05-12 change.
11690
11691 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11692
11693         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11694         some information about the error when saying that the `bogus' mail
11695         group will be used.
11696
11697 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11700         string.
11701
11702 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11703
11704         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11705
11706 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11707
11708         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11709
11710 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11711
11712         * mml1991.el (mml1991-function-alist): Add epg.
11713         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11714         (mml1991-epg-encrypt): New functions.
11715
11716 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11717
11718         * mml2015.el (mml2015-verbose): New variable.
11719         (mml2015-cache-passphrase): Ditto.
11720         (mml2015-passphrase-cache-expiry): Ditto.
11721         (mml2015-function-alist): Add epg.
11722         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11723         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11724         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11725         New functions.
11726
11727 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11728
11729         * message.el (message-cite-original-1): Preserve region when removing
11730         quoted text due to X-No-Archive in order to avoid bogus attribution
11731         when citing multiple messages.
11732
11733 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11734
11735         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11736         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11737
11738 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus-diary.el (gnus-user-format-function-d)
11741         (gnus-user-format-function-D): Autoload.
11742
11743         * imap.el (Commentary): Fix typo.
11744
11745         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11746         2006-04-22 contribution.
11747
11748 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11749
11750         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11751         It didn't really fix the bogosity I'm seeing with solid web groups.
11752
11753 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11754
11755         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11756         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11757         created using server names.  If we use the feature without declaring
11758         it, Gnus does not properly manage server and group state.
11759
11760         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11761         bound.
11762
11763 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11764
11765         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11766         looking up the method using GROUP's prefix before inventing a new one.
11767         It is used on killed/unknown groups in various places where returning
11768         an all-new method isn't expected by the caller.
11769
11770         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11771         and match semantics of gnus-group-real-prefix.
11772
11773 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * nnmail.el (nnmail-broken-references-mailers): New variable.
11776         (nnmail-ignore-broken-references): New function generalizing
11777         nnmail-fix-eudora-headers.
11778         (nnmail-fix-eudora-headers): Now obsolete.
11779
11780         * gnus-art.el (gnus-button-handle-custom):
11781         Support `customize-apropos*'.
11782
11783 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784
11785         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11786
11787         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11788         articles.
11789
11790 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * message.el (message-cite-reply-above): New variable.
11793         (message-yank-original): Use it.
11794
11795 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11798
11799 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11802         as read.
11803
11804         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11805
11806 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11809         (gnus-bookmark-default-file): Use gnus-directory.
11810         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11811         Remove "*" in doc string.
11812         (gnus-bookmark-write-file): Simplify.
11813         (gnus-bookmark-maybe-sort-alist): Use `when'.
11814         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11815         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11816         Add FIXME about Emacs 21 and XEmacs compatibility.
11817         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11818         compatibility.
11819         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11820         compatibility.
11821         (gnus-bookmark-menu-heading): Fix version.
11822
11823 2006-06-19  Bastien Guerry  <bzg@altern.org>
11824
11825         * gnus-bookmark.el: New file.
11826
11827 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * message.el (message-syntax-checks): Doc fix.
11830
11831 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11832
11833         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11834         unsubscribed groups as if they were killed ones.  It causes duplicate
11835         entries in gnus-newsrc-alist.
11836
11837 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * message.el (message-syntax-checks): Doc fix.
11840         (message-send-mail): Add check for continuation headers.
11841         (message-check-news-header-syntax): Fix regexp used to check for
11842         continuation headers.
11843
11844 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11847
11848 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11851
11852 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11855         default-truncate-lines.
11856
11857 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11860         to fill the utf-8 entry.
11861
11862         * lpath.el: Fbind unicode-precedence-list.
11863
11864 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11865
11866         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11867
11868 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11869
11870         * gnus-agent.el (directory-files-and-attributes): Move all the way
11871         forward (the third and final move).
11872         (gnus-agent-read-agentview): Trap reconstruction errors due to
11873         nonexistent directory.  Handle by returning nil.
11874
11875 2006-05-30  Didier Verna  <didier@xemacs.org>
11876
11877         * message.el (message-dont-reply-to-names): Update the custom type.
11878         * message.el (message-dont-reply-to-names): New defsubst: potentially
11879         convert a list of regexps into a single one.
11880         * message.el (message-get-reply-headers): Use it.
11881         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11882
11883 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-agent.el (directory-files-and-attributes): Move forward.
11886
11887 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-ml.el (gnus-mailing-list-subscribe)
11890         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11891         (gnus-mailing-list-message): Fix doc strings.
11892
11893 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11894
11895         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11896         of doing it manually.
11897
11898 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11901         comment.
11902
11903 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11904
11905         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11906         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11907         (gnus-agent-read-local): All symbols allocated in my-obarray.
11908         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11909         (gnus-agent-regenerate-group): Check numeric names to see if they are
11910         messages or groups.
11911         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11912         better way of do this...)
11913
11914         * gnus-cache.el (gnus-agent-total-fetched-for):
11915         Ignore 'dummy.group' (there should be a better way of do this...)
11916
11917 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11920         (gnus-saved-headers): Ditto.
11921         (gnus-default-article-saver): Mention functions may have properties.
11922         (gnus-article-save): Override gnus-save-all-headers and
11923         gnus-saved-headers by :headers property which saver function may have.
11924         (gnus-summary-save-in-file): Add :headers property.
11925         (gnus-summary-write-to-file): Ditto.
11926
11927         * gnus-sum.el (gnus-summary-save-article): Bind
11928         gnus-prompt-before-saving to t when saving many articles in a file;
11929         always show all headers.
11930
11931         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11932
11933 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11936         marks.
11937
11938         * message.el (message-indent-citation): Add optional arguments to allow
11939         using it outside of message buffers.
11940
11941         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11942         (gnus-article-treat-unfold-headers): Use it.
11943         (gnus-article-truncate-lines): New variable.
11944         (gnus-article-mode): Use it.
11945         (gnus-article-toggle-truncate-lines): New function.
11946
11947         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11948         Add gnus-article-toggle-truncate-lines.
11949
11950         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11951         coding system in XEmacs, use binary.
11952
11953 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11956         after-load-alist.
11957
11958         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11959         this function should save decoded articles.
11960         (gnus-summary-write-to-file): Use property to specify this function
11961         should save decoded articles and specify gnus-summary-save-in-file
11962         should be used to save articles other than the first one when saving
11963         many articles.
11964         (gnus-summary-save-body-in-file): Use property to specify this
11965         function should save decoded articles.
11966         (gnus-summary-write-body-to-file): Use property to specify this
11967         function should save decoded articles and specify
11968         gnus-summary-save-body-in-file should be used to save articles other
11969         than the first one when saving many articles.
11970
11971         * gnus-sum.el (gnus-summary-save-article): Simplify.
11972
11973 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-art.el (gnus-default-article-saver):
11976         Add gnus-summary-write-body-to-file.
11977         (gnus-article-save-coding-system): Don't use coding system object
11978         in XEmacs.
11979         (gnus-read-save-file-name): Add optional `dir-var' argument which
11980         specifies directory in which files are saved; work even if optional
11981         `variable' argument is not specified.
11982         (gnus-summary-write-to-file): Read file name.
11983         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11984         (gnus-summary-write-body-to-file): New function.
11985
11986         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11987         (gnus-summary-local-variables): Add it.
11988         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11989         (gnus-summary-save-article): Remove optional `decode' argument;
11990         determine whether to decode articles by the value of
11991         gnus-default-article-saver; when saving many files using
11992         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11993         it first and use gnus-summary-save-in-file or
11994         gnus-summary-save-body-in-file thereafter unless
11995         gnus-prompt-before-saving is always; move point to article which
11996         will be saved.
11997         (gnus-summary-save-article-file): Revert.
11998         (gnus-summary-write-article-file): Revert.
11999         (gnus-summary-save-article-body-file): Revert.
12000         (gnus-summary-write-article-body-file): New function.
12001
12002 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-default-article-saver): Doc fix.
12005         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12006         from gnus-summary-save-article-coding-system, and default to a
12007         certain coding system.
12008         (gnus-output-to-file): Add coding cookie and encode text according
12009         to gnus-article-save-coding-system; don't use mm-append-to-file.
12010
12011         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12012         gnus-art.el and rename to gnus-article-save-coding-system.
12013         (gnus-summary-save-article): Require gnus-art; don't show all
12014         headers if it decodes articles; don't add coding cookie here;
12015         don't bind mm-text-coding-system-for-write.
12016         (gnus-summary-save-article-file): Save decoded articles.
12017         (gnus-summary-write-article-file): When saving many files, use
12018         gnus-summary-write-to-file first and gnus-summary-save-in-file
12019         thereafter unless gnus-prompt-before-saving is always.
12020         (gnus-summary-save-article-body-file): Save decoded articles.
12021
12022         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12023
12024 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * nnrss.el (nnrss-check-group): Bind hash-index.
12027
12028 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12029
12030         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12031         its hash index.  Store this hash in `nnrss-group-data'.
12032         (nnrss-read-group-data): Update accordingly.
12033
12034 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12037         entry.
12038
12039         * gnus-sum.el (gnus-summary-make-menu-bar):
12040         Add gnus-article-browse-html-article.
12041
12042 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12043
12044         * gnus-sum.el (gnus-summary-mime-map):
12045         Add gnus-article-browse-html-article.
12046
12047         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12048
12049 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12052         suitable coding systems in customize.
12053
12054 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * mail-source.el (mail-sources): Fix custom type.
12057
12058 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12061         (gnus-summary-expire-articles-now): Shorten prompt.
12062
12063         * gmm-utils.el (wid-edit): Require.
12064         (defun-gmm): Rename from `gmm-defun-compat'.
12065         (gmm-image-search-load-path): Use it.
12066         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12067
12068 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-sum.el (gnus-summary-save-article-coding-system):
12071         New variable.
12072         (gnus-summary-save-article): Add optional `decode' argument.
12073         If it is set and gnus-summary-save-article-coding-system is non-nil,
12074         save decoded article.
12075         (gnus-summary-write-article-file): Save decoded article if
12076         gnus-summary-save-article-coding-system is non-nil.
12077
12078         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12079         type.
12080
12081 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12084
12085 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12088         first to test gnus-single-article-buffer which may be buffer-local.
12089
12090         * gnus-sum.el (gnus-summary-setup-buffer):
12091         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12092         group; make gnus-article-buffer, gnus-article-current, and
12093         gnus-original-article-buffer always buffer-local.
12094         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12095         group.
12096         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12097
12098 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * nnml.el (nnml-request-compact-group): Compressed files might not
12101         have .gz extension.
12102
12103 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12104
12105         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12106         (mm-copy-to-buffer): Use with-current-buffer.
12107         (mm-display-part): Simplify.
12108         (mm-inlinable-p): Add optional arg `type'.
12109
12110 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12111
12112         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12113         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12114         Try harder to show the attachment internally or externally using
12115         gnus-mime-view-part-as-type.
12116
12117 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * message.el (message-from-style, message-signature-separator)
12120         (message-user-organization-file, message-send-mail-function)
12121         (message-citation-line-function, message-yank-prefix)
12122         (message-indent-citation-function, message-signature)
12123         (message-signature-file, message-signature-insert-empty-line):
12124         Remove autoloads.
12125
12126         * gnus-art.el (gnus-buttonized-mime-types):
12127         Remove "multipart/signed".  Revert 2006-04-26 change.
12128
12129 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12130
12131         * gnus.el (gnus-version-number): Bump version.
12132
12133 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12134
12135         * gnus.el: No Gnus v0.5 is released.
12136
12137 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12138
12139         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12140         fetching articles by message-id.
12141
12142 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * message.el (hashcash): Require hashcash as normal.
12145
12146         * ecomplete.el (ecomplete-highlight-match-line):
12147         Use point-at-eol.
12148         (ecomplete-highlight-match-line): Use `highlight', because that
12149         face exists in both Emacs and XEmacs.
12150
12151         * message.el (message-display-abbrev): Use point-at-bol.
12152
12153         * mail-source.el: Don't require timer/timer-funcs.
12154
12155         * gnus-async.el: Ditto.
12156
12157         * password.el: Ditto.
12158
12159         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12160
12161         * mm-url.el: Ditto.
12162
12163         * gnus-xmas.el: Don't require timer-funcs.
12164
12165         * mm-util.el: Require timer/timer-funcs.
12166
12167 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12168
12169         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12170         Close.
12171
12172 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12175         unibyte after clear-decrypt function runs.
12176
12177         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12178         returns as a unibyte string.
12179
12180 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * lpath.el: Revert.
12183
12184         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12185         (pgg-gpg-process-sentinel): Revert.
12186
12187         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12188         (pgg-pgp-lookup-key): Revert.
12189
12190         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12191         (pgg-pgp5-lookup-key): Revert.
12192
12193         * pgg.el (pgg-fetch-key): Revert.
12194
12195 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * lpath.el: Fbind string-as-multibyte for XEmacs.
12198
12199         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12200         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12201         (mml1991-pgg-encrypt): Ditto.
12202
12203         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12204         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12205         a multibyte buffer.
12206
12207         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12208         (pgg-pgp-lookup-key): Ditto.
12209
12210         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12211         (pgg-pgp5-lookup-key): Ditto.
12212
12213         * pgg.el (pgg-fetch-key): Ditto.
12214
12215 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * message.el (message-user-organization-file): Check several
12218         locations of the organization file.
12219
12220         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12221         Add gnus-article-view-part-as-type.
12222
12223         * gnus-art.el (gnus-article-view-part-as-type): New function.
12224
12225         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12226         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12227
12228         * mml.el: Simplify autoload.
12229         (mml-mode): defvar dnd-protocol-alist instead of using
12230         symbol-value.
12231         (mml-default-directory): New variable.
12232         (mml-minibuffer-read-file): Use it.
12233         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12234
12235         * message.el (message-citation-line-format): New variable.
12236         (message-insert-formated-citation-line): New function.
12237         (message-citation-line-function):
12238         Add `message-insert-formated-citation-line' to custom type.
12239
12240         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12241         to doc string.
12242
12243         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12244         depending on mm-verify-option.
12245
12246 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12249         binding pgg-* variables; reimplement the section which prevents
12250         MIME header from being signed.
12251         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12252         pgg-text-mode; remove a blank line at the top of body.
12253
12254         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12255         lines at the top of body; use gnus-newsgroup-charset if there's no
12256         Charset header.
12257
12258 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * message.el (message-self-insert-commands): Doc fix.
12261
12262         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12263         (mm-uu-pgp-encrypted-test): Ditto.
12264         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12265         between header and body; return application/pgp-encrypted handle
12266         if decryption failed; decode decrypted body by charset.
12267
12268         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12269         element match to application/pgp-*.
12270
12271 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12272
12273         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12274         HTML.
12275
12276 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * mail-source.el (mail-source-call-script): Message the error
12279         string.
12280
12281 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * gnus-util.el (gnus-byte-compile): Use it.
12284
12285 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12286
12287         * gnus-util.el (kill-empty-logs): New function.
12288
12289 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * message.el (message-mail-alias-type): Doc fix.
12292         (message-mail-alias-type-p): New function.
12293         (message-send): Use it.
12294         (message-mode): Ditto.
12295         (message-strip-forbidden-properties): Ditto.
12296
12297         * ecomplete.el (ecomplete-database-file-coding-system):
12298         New variable.
12299         (ecomplete-save): Use it.
12300         (ecomplete-setup): Use it.
12301
12302 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * message.el (message-self-insert-commands): New variable.
12305         (message-strip-forbidden-properties): Use it.
12306
12307 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12308
12309         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12310         that doesn't make XEmacs choke.
12311
12312 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-util.el (gnus-replace-in-string):
12315         Prefer replace-regexp-in-string over of replace-in-string.
12316
12317 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-util.el (gnus-select-frame-set-input-focus):
12320         Use select-frame-set-input-focus if it is available in XEmacs; use
12321         definition defined in Emacs 22 for old Emacsen.
12322
12323         * dgnushack.el: Autoload unmorse-region for XEmacs.
12324
12325         * lpath.el: Bind cursor-in-non-selected-windows and
12326         select-frame-set-input-focus for XEmacs.
12327
12328 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12331
12332 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12333
12334         * gnus-registry.el (gnus-registry-cache-save): Remove text
12335         properties when saving via the temp buffer.
12336
12337 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * message.el (message-generate-hashcash): Honor custom type.
12340
12341 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12342
12343         * message.el (message-generate-hashcash): Default to non-nil when
12344         hashcash is found.
12345
12346         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12347         (gnus-refer-thread-limit): Increase default to 500.
12348
12349         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12350
12351         * flow-fill.el (fill-flowed): Allow delete-space.
12352
12353 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12356         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12357         Remove autoloads.
12358
12359 2006-04-18  Simon Josefsson  <jas@extundo.com>
12360
12361         * message.el (message-generate-hashcash): Default to.
12362
12363 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12366         concatenating segments rather than before concatenating them.
12367
12368 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12371
12372 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12373
12374         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12375
12376         * message.el (message-forward-make-body-plain):
12377         Allow message-forward-ignored-headers to be a list.
12378         (message-remove-ignored-headers): Factor out into function.
12379         (message-forward-make-body-mml): Use it.
12380
12381         * imap.el (imap-quote-specials): New function.
12382         (imap-login-auth): Quote specials.
12383
12384         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12385         (rfc2231-parse-string): Allow concatanation of parameters that
12386         aren't contiguous.  The test case is
12387           (mail-header-parse-content-type "message/external-body;
12388             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12389             access-type=LOCAL-FILE;
12390             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12391
12392 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12393
12394         * nntp.el (nntp-accept-process-output): Return the value of
12395         `nnheader-accept-process-output'.
12396
12397 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12398
12399         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12400         (gnus-button-alist): Recognize more diff formats.
12401         (gnus-button-patch): Strip directory.
12402
12403 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12406         Emacs 22 when setting focus.
12407
12408 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409
12410         * gnus-art.el (gnus-article-treat-types): Do treatment of
12411         text/x-verbatim parts.
12412         (gnus-button-patch): New command.
12413
12414         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12415         addresses that contain invalid characters.
12416
12417 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * message.el (message-put-addresses-in-ecomplete):
12420         Use gnus-replace-in-string.
12421         (message-is-yours-p): Use the more correct
12422         mail-header-parse-address instead of
12423         mail-extract-address-components.
12424         (message-put-addresses-in-ecomplete): Fix typo.
12425
12426         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12427         keystroke.
12428
12429         * gnus-art.el (gnus-treatment-function-alist): Change order of
12430         newsgroups/generic header folding to avoid double-folding.
12431
12432         * message.el (message-hidden-headers): Add X-Draft-From.
12433
12434         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12435         New command.
12436         (gnus-summary-repeat-search-article-backward): New command.
12437
12438         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12439         groups in the parent topic.
12440
12441 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12442
12443         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12444         (spam-extra-header-to-number): Return the CRM114 number as a
12445         number instead of a string.
12446
12447 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * gnus-art.el (gnus-face-properties-alist): Move here from
12450         gnus-fun.
12451
12452         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12453
12454 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * message.el (message-strip-forbidden-properties): Only display on
12457         self-insert-command.
12458
12459         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12460         reindent.
12461         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12462
12463 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12464
12465         * smiley.el (smiley-style): Fix typo.
12466
12467 2006-03-23  Kenichi Handa  <handa@m17n.org>
12468
12469         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12470         instead of set-buffer-multibyte.
12471
12472 2006-03-23  Kenichi Handa  <handa@m17n.org>
12473
12474         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12475         buffer and then decode the buffer text if necessary.
12476         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12477         first, and after mm-encode-body, change the buffer to unibyte.
12478
12479 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * hashcash.el (hashcash-insert-payment-async-2):
12482         Use message-goto-eoh instead of doing it manually.
12483         (mail-add-payment): Use message-narrow-to-header instead of trying
12484         to do the same itself.
12485
12486         * message.el (message-hidden-headers): Add Face.
12487
12488         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12489         reparenting code.
12490         (gnus-summary-reparent-children): Refactored out code.
12491         (gnus-summary-thread-map): New keystroke.
12492         (gnus-summary-reparent-children): Make into command.
12493
12494         * smiley.el (smiley-style): Default to `medium' if using a large
12495         font.
12496
12497         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12498         does it itself.
12499
12500         * message.el (message-point-in-header-p): Simplify definition.
12501
12502 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * nnagent.el (nnagent-request-set-mark): Silence log file
12505         writing.
12506         (nnagent-request-set-mark): Use write-region instead of
12507         append-to-file.
12508
12509         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12510         strange select method.
12511
12512         * ecomplete.el (ecomplete-display-matches): Get highlightling
12513         right.
12514         (ecomplete-display-matches): Use literals.
12515         (ecomplete-display-matches): Disable message logging.
12516
12517         * message.el (message-display-abbrev): Small optimization.
12518
12519         * ecomplete.el (ecomplete-display-matches): Allow automatic
12520         display.
12521
12522         * message.el (message-strip-forbidden-properties):
12523         Display abbrevs.
12524         (message-display-abbrev): Get automatic display right.
12525
12526         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12527         keystrokes.
12528
12529 2006-04-13  Romain Francoise  <romain@orebokech.com>
12530
12531         TODO: Backport to v5-10!
12532
12533         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12534         Move here (and rename) from gnus-registry.el.
12535
12536         * gnus-registry.el: Require gnus-util.
12537         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12538
12539 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12540
12541         * gnus-group.el (gnus-group-catchup-current):
12542         Change if-then-else-if-then-else into cond.
12543         (gnus-group-catchup): Indent.
12544         (group-name-at-point): New function.
12545         (gnus-fetch-group): Provide default from thing at point.
12546
12547 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * message.el (message-display-abbrev): Fix regexp.
12550
12551         * ecomplete.el (ecomplete-highlight-match-line):
12552         Reimplement choosing.
12553         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12554         dead variables.
12555
12556         * message.el (message-newline-and-indent): Remove debugging.
12557         (message-display-abbrev): Use new implementation.
12558
12559 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-art.el (gnus-article-mode):
12562         Set cursor-in-non-selected-windows to nil.
12563
12564         * smiley.el: Revert previous change.
12565         (smiley-data-directory): defvar it before using it in the
12566         defcustom of `smiley-style'.
12567
12568 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * message.el (message-newline-and-indent): New function.
12571
12572         * ecomplete.el: Implement more bits.
12573
12574         * message.el (message-put-addresses-in-ecomplete): Clean up the
12575         string.
12576
12577         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12578
12579         * gnus-sum.el (gnus-summary-save-parts):
12580         Bind gnus-summary-save-parts-counter and use it to make unique file
12581         names.
12582
12583         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12584
12585         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12586         parameter to say whether to actually parse the individual
12587         addresses.
12588
12589         * message.el (message-put-addresses-in-ecomplete): New function.
12590         (ecomplete): Require.
12591         (message-mail-alias-type): Add ecomplete as an option.
12592
12593 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12594
12595         * flow-fill.el (fill-flowed): Remove trailing space from blank
12596         quoted lines.
12597
12598 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599
12600         * smiley.el (smiley-style): Move definition later to avoid a
12601         compilation warning.
12602
12603 2006-04-12  Kenichi Handa  <handa@m17n.org>
12604
12605         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12606         buffer and then decode the buffer text if necessary.
12607         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12608         first, and after mm-encode-body, change the buffer to unibyte.
12609         Use mm-disable-multibyte instead of set-buffer-multibyte.
12610
12611 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12614         Content-Type header instead of Content-Disposition header.
12615         (gnus-mime-inline-part): Ditto.
12616         (gnus-mime-view-part-as-charset): Ignore charset that the part
12617         specifies.
12618
12619         * mm-decode.el (mm-display-part): Work with external parts and
12620         usual parts similarly.
12621
12622         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12623         instead of gnus-display-mime.
12624
12625         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12626         instead of with-temp-buffer.
12627
12628         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12629         tag to summarized topics part in order to encode non-ASCII text.
12630
12631 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * smiley.el (smiley-style): New variable.
12634         (smiley-directory): New function.
12635         (smiley-data-directory): Derive from `smiley-style' using
12636         `smiley-directory'.
12637         (smiley-regexp-alist): Add new entries.
12638
12639         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12640         (gnus-article-browse-delete-temp): Add :version.
12641
12642 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12643
12644         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12645         the sieve region.
12646
12647 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12648
12649         * gnus.el (gnus-version-number): Bump version.
12650
12651 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus.el: No Gnus v0.4 is released.
12654
12655 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12656
12657         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12658         layout.
12659
12660         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12661         unknown charset.
12662
12663         * message.el (message-header-synonyms): Add Original-To to the
12664         default.
12665
12666         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12667         optional parameter.
12668
12669 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-fun.el (gnus): Require it for gnus-directory.
12672
12673 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12676
12677 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12678
12679         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12680
12681 2006-04-05  Simon Josefsson  <jas@extundo.com>
12682
12683         * password.el (password-reset): New function.
12684
12685 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12686
12687         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12688         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12689
12690 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12691
12692         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12693         Some whitespace was matched into the url, which broke browsing hits
12694         > 100 when mm-url-use-external was nil.
12695
12696 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12699         Check gnus-extra-headers for 'Newsgroups.
12700
12701         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12702         bound.
12703
12704 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12705
12706         * pgg-gpg.el: Clean up process buffers every time gpg processes
12707         complete.
12708
12709 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12712         doc string.
12713
12714 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12715
12716         * pgg-gpg.el (pgg-gpg-process-filter)
12717         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12718
12719         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12720         lines, temporary fix.
12721
12722 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12725
12726 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12727
12728         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12729         default-enable-multibyte-characters.  This reverts the change from
12730         revision 6.17 which is no longer necessary because the passphrase
12731         is sent separately now.  GnuPG messages are unreadable under
12732         multibyte locales with default-enable-multibyte-characters set to
12733         nil.
12734
12735 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * message.el (message-tool-bar-gnome): Move "spell".
12738
12739 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12742         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12743         instead.
12744
12745 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12746
12747         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12748         Improve newsgroups handling for NNTP overviews which don't include
12749         Newsgroups.
12750
12751 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12752
12753         * message.el (message-resend): Bind message-generate-hashcash to nil.
12754
12755 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12756
12757         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12758         when searching for already-paid recipients.
12759
12760 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12761
12762         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12763         passphrases when it is not needed.
12764         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12765         passphrase stuff from gpg, should only be necessary when you use
12766         gpg with a smartcard.
12767
12768 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * mml.el (mml-insert-mime): Ignore cached contents of
12771         message/external-body part.
12772
12773         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12774         (mm-insert-part): Ditto.
12775
12776 2006-03-23  Simon Josefsson  <jas@extundo.com>
12777
12778         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12779         Reiner.
12780         (pgg-gpg-use-agent-p): Use it again.
12781
12782 2006-03-23  Simon Josefsson  <jas@extundo.com>
12783
12784         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12785         older emacsen.
12786         (pgg-gpg-use-agent-p): Don't use it.
12787
12788 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12791         if we can.
12792
12793 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12794
12795         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12796         (pgg-gpg-update-agent): New function.
12797         (pgg-gpg-use-agent-p): New function.
12798         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12799         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12800         (pgg-gpg-sign-region): Use it.
12801
12802 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12805         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12806
12807 2006-03-21  Simon Josefsson  <jas@extundo.com>
12808
12809         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12810         <wilde@sha-bang.de>.
12811         (pgg-gpg-use-agent): New variable.
12812         (pgg-gpg-process-region): Use it.
12813         (pgg-gpg-encrypt-region): Likewise.
12814         (pgg-gpg-encrypt-symmetric-region): Likewise.
12815         (pgg-gpg-decrypt-region): Likewise.
12816         (pgg-gpg-sign-region): Likewise.
12817         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12818
12819 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12822
12823         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12824         Add comment on version.
12825
12826 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * smiley.el: Add missing test smiley.
12829
12830 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * mm-decode.el (mm-with-part): New macro.
12833         (mm-get-part): Use it; work with message/external-body as well.
12834         (mm-save-part): Treat name and filename equally.
12835
12836         * mm-extern.el (mm-extern-cache-contents): New function.
12837         (mm-inline-external-body): Use it; force the part to be displayed;
12838         move undisplayer added to the cached handle to the parent.
12839
12840         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12841         (gnus-mime-view-part-as-type): Work with message/external-body.
12842
12843         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12844
12845 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12848         images in image-load-path.  [Sync with image.el, revision 1.60, in
12849         Emacs.]
12850
12851 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12854         path rather than symbol.  Always return list of directories.
12855         Guarantee that image directory comes first.  [Sync with image.el,
12856         revision 1.59, in Emacs.]
12857
12858         * message.el (message-make-tool-bar): Adjust to new API of
12859         `gmm-image-load-path-for-library'.
12860
12861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12862
12863         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12864
12865 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12866
12867         * gnus-art.el (gnus-article-only-boring-p):
12868         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12869         intangible text.
12870         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12871
12872 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12875         Use `defun' instead of `gmm-defun-compat'.
12876
12877 2006-03-14  Simon Josefsson  <jas@extundo.com>
12878
12879         * message.el (message-unique-id): Don't use message-number-base36
12880         if (user-uid) is a float.
12881         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12882
12883 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12886
12887         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12888         empty line between a part and a message part.
12889
12890 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * smiley.el: Add more test smileys.
12893         (smiley-data-directory, smiley-regexp-alist)
12894         (gnus-smiley-file-types): Fix doc strings.
12895         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12896         adding new elements.
12897         (smiley-mouse-map): Unused code.  Make it a comment.
12898
12899 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12902         scan latest NoCeM messages instead of old ones.
12903         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12904         delimiters that are recently used.
12905         (gnus-nocem-load-cache): Add autoload cookie.
12906
12907         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12908
12909         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12910         level which is larger than gnus-use-nocem is specified.
12911
12912         * gnus-group.el (gnus-group-get-new-news): Ditto.
12913
12914 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gnus-util.el (gnus-tool-bar-update): New function.
12917
12918         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12919         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12920
12921         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12922
12923         * gnus-group.el (gnus-group-redraw-when-idle)
12924         (gnus-group-redraw-check): Remove.
12925         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12926
12927 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12930         if optional last element is specified in splits (FIELD VALUE...).
12931
12932 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12935         to gmm-image-load-path-for-library.  Call with no-error argument.
12936         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12937
12938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12939
12940         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12941
12942         * gmm-utils.el (gmm-image-load-path): Remove alias.
12943
12944 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * gmm-utils.el (gmm-image-load-path): Add alias.
12947
12948         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12949         nnml-generate-nov-databases-1.
12950         (nnml-generate-nov-databases): Use it.
12951         (nnml-generate-nov-databases-directory): Document no-active
12952         argument.
12953
12954         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12955         directory if path is t.  Add no-error.
12956
12957         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12958         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12959
12960         * gnus-art.el (gnus-article-browse-delete-temp-files):
12961         Simplify resetting gnus-article-browse-html-temp-list.
12962
12963         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12964         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12965         Add example to docstring.  Rename local variables.  Move error
12966         checks to default case in cond and simplify.
12967
12968 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12971         handle is multipart when calling it recursively.
12972         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12973
12974 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12975
12976         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12977         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12978
12979 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12982         is loaded.
12983
12984         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12985         loaded.
12986
12987 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12990         to "Emacs 23 (unicode)" in doc string.
12991
12992         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12993         "Emacs 23 (unicode)" in comment.
12994
12995 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12998
12999         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13000         characters 160 through 255 in Emacs 23.
13001
13002 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13005         gnus-article-browse-html-temp.
13006         (gnus-article-browse-delete-temp): Make it customizable.
13007         Add `file'.  Adjust doc string.
13008         (gnus-article-browse-delete-temp-files): Add argument.
13009         Allow query for each file.  Adjust doc string.
13010         (gnus-article-browse-html-parts):
13011         Add `gnus-article-browse-delete-temp-files' to
13012         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13013
13014 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13015
13016         * gnus-art.el (gnus-article-browse-html-temp)
13017         (gnus-article-browse-delete-temp): New variables.
13018         (gnus-article-browse-delete-temp-files): New function.
13019         (gnus-article-browse-html-parts): Use it.
13020
13021 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13024
13025         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13026         string.
13027
13028         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13029         gnus-summary-insert-new-articles when unplugged.
13030         Remove gnus-summary-search-article-forward.
13031
13032         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13033         display-visual-class instead of display-color-cells.
13034
13035 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * dgnushack.el: Autoload customize-group for XEmacs.
13038
13039         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13040         message/* containing non-ASCII text properly.
13041
13042 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * message.el: Require gmm-utils, remove autoloads.
13045         (message-tool-bar): Set default based on
13046         gmm-tool-bar-style.
13047         (message-tool-bar-gnome): Add gmm-customize-mode.
13048
13049         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13050         gmm-tool-bar-style.
13051         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13052
13053         * gnus-group.el (gnus-group-tool-bar): Set default based on
13054         gmm-tool-bar-style.
13055         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13056
13057         * gmm-utils.el (gmm-image-directory): Rename variable from
13058         gmm-image-load-path.
13059         (gmm-image-load-path): Use gmm-image-directory.
13060         (gmm-customize-mode): New function.
13061         (gmm-tool-bar-style): New variable.
13062
13063         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13064         gnus-group-redraw-line-number.
13065         (gnus-group-redraw-check): Simplify.
13066         (gnus-group-tool-bar-update): Remove redraw check.
13067         (gnus-group-make-tool-bar): Add redraw check.
13068
13069 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13070
13071         * gnus-art.el (gnus-button): Add missing parentheses.
13072
13073 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * lpath.el: Fbind line-number-at-pos.
13076
13077 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13080
13081 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * gnus-art.el (gnus-button): New face.
13084         (gnus-article-button-face): Use it.
13085
13086         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13087         Add gnus-summary-next-page.  Re-order.
13088
13089         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13090         next-node are now included.
13091         (gnus-group-redraw-line-number): New internal variable.
13092         (gnus-group-redraw-check): Helper function for updating the tool
13093         bar.
13094         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13095
13096         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13097
13098         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13099         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13100         Use it to match format of Spamassassin 3.0 and later.
13101         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13102         (spam-check-bogofilter)
13103         (spam-bogofilter-register-with-bogofilter): Fix args of
13104         `gnus-error' calls.
13105
13106 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13109         unnecessary interaction when sending queued mails.
13110         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13111
13112 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13115         first or last are nil.
13116
13117 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13118
13119         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13120
13121 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13122
13123         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13124
13125 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * dns.el (query-dns): Protect more against buggy tcp output.
13128
13129 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13132         nov.php.
13133
13134 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13135
13136         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13137         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13138         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13139         output on the server side.
13140         (nnweb-google-create-mapping): Update regexps and add some
13141         progress indication.
13142
13143 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-group.el (gnus-group-tool-bar-gnome):
13146         Fix gnus-agent-toggle-plugged.  Re-order icons.
13147         (gnus-group-tool-bar-gnome):
13148         Add gnus-group-{prev,next}-unread-group.
13149         (gnus-group-tool-bar-gnome): Re-order icons.
13150
13151         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13152         Move gnus-summary-insert-new-articles.
13153
13154         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13155         Fix comments.
13156
13157         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13158         also available in Emacs 21.3.
13159
13160         * message.el (message-fix-before-sending): Change "Emacs 22" to
13161         "Emacs 23 (unicode)" in comment.
13162
13163         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13164         "Emacs 23 (unicode)" in comment.
13165
13166         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13167         comment.
13168         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13169
13170         * mm-view.el (mm-fill-flowed): Add :version.
13171
13172 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13175         and load-path.
13176
13177 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * message.el: Autoload gmm-image-load-path.
13180         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13181         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13182         consitency.
13183
13184         * gmm-utils.el (gmm-image-load-path): Also search in
13185         "../etc/images".  Don't set gmm-image-load-path if we don't find
13186         the image.
13187
13188 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gmm-utils.el (gmm-image-load-path): Don't make
13191         `gmm-image-load-path' include subdirectories which the second arg
13192         `image' might specify.
13193
13194         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13195         subdirectory to icon file names.
13196
13197         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13198
13199 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13202         gmm-image-load-path calls.
13203
13204         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13205
13206         * message.el (message-make-tool-bar): Ditto.
13207
13208         * mml.el (mml-preview): Add comment concerning tool bar icons.
13209
13210         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13211         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13212
13213         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13214         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13215
13216         * message.el (message-tool-bar-gnome): Use new icon names.
13217         (message-make-tool-bar): Use `gmm-image-load-path'.
13218
13219         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13220         New functions from MH-E.
13221         (gmm-image-load-path): New variable from MH-E.
13222         (gmm-image-load-path): New function from MH-E.  Add arguments
13223         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13224         *-image-load-path-called-flag.
13225
13226 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13227
13228         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13229
13230 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13231
13232         * nnimap.el (nnimap-request-move-article): Change folder back to
13233         source group before deleting.
13234
13235 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13238
13239         * gnus-art.el (mm-url-insert-file-contents-external):
13240         Autoload mm-url.
13241
13242         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13243
13244 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13247         coding system which mm-charset-to-coding-system returns for a
13248         given charset is valid.
13249
13250 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13251
13252         * html2text.el (html2text-remove-tag-list):
13253         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13254
13255 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13256
13257         * gnus-cus.el: Revert 2005-10-17 change.
13258
13259 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (article-strip-banner):
13262         Call article-really-strip-banner only when the regexp match is made.
13263
13264 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-art.el (article-strip-banner):
13267         Use gnus-extract-address-components instead of
13268         mail-header-parse-addresses to make it work with non-ASCII text;
13269         remove mail-encode-encoded-word-string.
13270
13271         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13272         values which are surrounded with \"...\"; make it never cause a
13273         Lisp error; give up parsing of parameters if it failed in
13274         extracting type.
13275
13276 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13277
13278         * smime.el (smime-cert-by-ldap-1): Fix bug where
13279         `smime-ldap-search' returns results without userCertificates.
13280
13281 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13284
13285 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * spam.el (spam-check-spamassassin-headers): Adapt format for
13288         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13289         <ari@mbf.ocn.ne.jp>.
13290         (spam-list-of-processors): Add spam-use-gmane.
13291
13292 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13295         make-temp-file; make it work with XEmacs as well.
13296
13297         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13298         mm-make-temp-file.
13299
13300         * mm-decode.el (mm-display-external): Use the 3rd arg of
13301         mm-make-temp-file.
13302         (mm-create-image-xemacs): Ditto.
13303
13304 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13307         with message-narrow-to-headers.
13308         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13309         (gnus-draft-check-draft-articles): New function.
13310         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13311
13312 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * gnus-art.el (gnus-article-browse-html-parts):
13315         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13316         Don't use suffix argument for mm-make-temp-file for Emacs 21
13317         compatibility.  Remove useless `format'.
13318
13319 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13320
13321         * nnweb.el (nnweb-google-wash-article): Update regexps.
13322         (nnweb-group-alist): Use defvoo instead of defvar.
13323
13324 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13327         re-loading nn* modules.
13328
13329 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13332         for `tool-bar-mode' and don't check it's default-value.
13333
13334         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13335
13336         * message.el (message-make-tool-bar): Ditto.
13337
13338         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13339         `substring'.  Shorten tmp-file name.
13340
13341         * gnus.el: Remove bogus comment.
13342
13343 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13344
13345         * gnus-art.el (gnus-article-browse-html-parts): New function.
13346         (gnus-article-browse-html-article): New function for viewing html
13347         articles with a browser.
13348
13349 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13350
13351         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13352         in elisp.
13353         (pgg-gpg-encrypt-symmetric-region): Ditto.
13354         (pgg-gpg-sign-region): Ditto.
13355
13356         * pgg-def.el (pgg-text-mode): New variable.
13357
13358         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13359         (mml2015-pgg-encrypt): Ditto.
13360
13361         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13362         (mml1991-pgg-encrypt): Ditto.
13363
13364 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * nnfolder.el (nnfolder-insert-newsgroup-line):
13367         Use message-make-date instead of current-time-string.
13368
13369         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13370         to gnus-decoded which mm-uu might set.
13371
13372 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13375         don't decode quoted parameters; remove misimported Emacs code.
13376         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13377         (rfc2231-decode-encoded-string): Don't use split-string which
13378         behaves differently according to Emacs version; use
13379         mm-decode-coding-region to convert charset to coding-system.
13380         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13381         (rfc2231-encode-string): Remove misimported Emacs code.
13382
13383 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13386         when calling mail-header-parse-content-type.
13387         (article-de-quoted-unreadable): Ditto.
13388         (article-de-base64-unreadable): Ditto.
13389         (article-wash-html): Ditto.
13390
13391         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13392         calling mail-header-parse-content-type and
13393         mail-header-parse-content-disposition.
13394         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13395         mail-header-parse-content-type.
13396
13397         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13398         insert charset and format parameters; encode description after
13399         inserting it to buffer.
13400         (mml-insert-parameter): Fold lines properly even if a parameter is
13401         segmented into two or more lines; change the max column to 76.
13402
13403         * rfc1843.el (rfc1843-decode-article-body): Don't use
13404         ignore-errors when calling mail-header-parse-content-type.
13405
13406         * rfc2231.el (rfc2231-parse-string): Return at least type if
13407         possible; don't cause an error even if it fails in parsing of
13408         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13409         (rfc2231-encode-string): Don't break lines at the beginning, leave
13410         it to mml-insert-parameter.
13411
13412         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13413         calling mail-header-parse-content-type.
13414
13415 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * spam-report.el (spam-report-gmane-use-article-number):
13418         Improve doc string.
13419         (spam-report-gmane-internal): Check if a suitable header was found
13420         in the article.
13421
13422 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13425         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13426
13427 2006-02-05  Romain Francoise  <romain@orebokech.com>
13428
13429         Update copyright notices of all files in the gnus directory.
13430
13431 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13432
13433         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13434
13435 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13438         segmented lines of parameter value to cope with Thunderbird 1.5
13439         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13441         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13442
13443 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13444
13445         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13446         parts.
13447
13448 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13449
13450         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13451         there's only one active file for all servers.
13452         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13453         solid groups.  Gnus might have used a FAST request to select the group.
13454         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13455         and nnweb-search redundantly in the active file.
13456         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13457         (nnweb-request-create-group): Don't use ARGS.
13458         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13459         initialisations.  Let nnoo do the work.
13460
13461 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13464         Say the part has been decoded.
13465
13466         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13467
13468 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13469
13470         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13471         mailcap-viewer-test-cache when there's no 'test clause, since that
13472         will invert the meaning of a "nil" test previously determined by
13473         mailcap-mailcap-entry-passes-test.
13474
13475 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13478         compiling.
13479
13480         * gnus-sum.el: Ditto.
13481
13482         * message.el: Don't bind tool-bar-map when compiling.
13483
13484 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13487
13488 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13489
13490         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13491         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13492         current Google Groups.
13493
13494 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13497         and tool-bar-mode.
13498
13499         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13500         and tool-bar-mode.
13501
13502         * message.el (message-tool-bar-update): Simplify.
13503         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13504
13505         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13506         gnus-summary-buffer.
13507         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13508         gnus-summary-reply.
13509
13510         * gmm-utils.el (gmm): Add :version.
13511
13512 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * Makefile.in (clean): New rule.
13515         (distclean): Use it.
13516
13517 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13518
13519         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13520         Don't autoload.
13521
13522 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gmm-utils.el (gmm-verbose): Add :group.
13525
13526 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * message.el: Change some comments WRT tool-bars.
13529
13530         * gnus-sum.el (gnus-summary-tool-bar)
13531         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13532         (gnus-summary-tool-bar-zap-list): New variables.
13533         (gnus-summary-make-tool-bar): Complete rewrite using
13534         `gmm-tool-bar-from-list'.
13535
13536         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13537         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13538         New variables.
13539         (gnus-group-make-tool-bar): Complete rewrite using
13540         `gmm-tool-bar-from-list'.
13541         (gnus-group-tool-bar-update): New function.
13542
13543         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13544
13545 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13548         is dissected into a single part of which the type is the same as
13549         the given one; decode charset.
13550
13551 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13552
13553         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13554         into alists as symbol not string, since that's what
13555         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13556         look for.
13557
13558 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13561         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13562
13563         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13564
13565 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13568         (gnus-xmas-mime-security-button-menu): New function.
13569
13570         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13571         (gnus-mime-security-button-menu): New definition.
13572         (gnus-mime-security-button-map): Use them.
13573         (gnus-mime-security-button-menu): New function.
13574         (gnus-insert-mime-security-button): Addition to help echo.
13575         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13576         (gnus-mime-security-pipe-part): New functions.
13577
13578         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13579         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13580
13581         * mm-decode.el (mm-handle-set-disposition): Remove.
13582         (mm-handle-set-description): Remove.
13583
13584 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13587         (mm-w3m-standalone-supports-m17n-p): New function.
13588         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13589         w3m usage.
13590
13591         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13592         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13593
13594 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * message.el (message-tool-bar-zap-list):
13597         Use gmm-tool-bar-zap-list as custom type.
13598         (message-tool-bar-update): New function.
13599         (message-tool-bar, message-tool-bar-gnome)
13600         (message-tool-bar-retro): Add message-tool-bar-update.
13601         (message-tool-bar-gnome): Add flyspell-buffer.
13602
13603         * gnus-util.el (gnus-error): Describe `args'.
13604
13605         * gmm-utils.el (gmm-error): Describe `args'.
13606         (gmm-tool-bar-zap-list): New widget.
13607         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13608
13609 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13612         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13613         the number of recursive calls.
13614
13615         * mm-decode.el (mm-handle-set-disposition): New macro.
13616         (mm-handle-set-description): New macro.
13617
13618 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13621         encoding.
13622
13623 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * message.el (message-tool-bar-zap-list, message-tool-bar)
13626         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13627         (message-tool-bar-local-item-from-menu): Remove.
13628         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13629         (message-make-tool-bar): New function.
13630         (message-mode): Use `message-make-tool-bar'.
13631
13632         * gmm-utils.el: New file.
13633         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13634         (gmm-lazy): New widget copied from `nnmail.el'.
13635         (gmm-tool-bar-from-list): New function for creating customizable
13636         tool bars.
13637         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13638         output.
13639         (gmm): Add :prefix to defgroup.
13640
13641 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13642
13643         * gmm-utils.el (gmm-widget-p): New function.
13644
13645 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * mml.el (mml-attach-file): Describe `description' in doc string.
13648         (mml-menu): Add Emacs MIME manual and PGG manual.
13649
13650 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13651
13652         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13653
13654 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13655
13656         * nntp.el (nntp-end-of-line): Doc fix.
13657
13658 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13659
13660         * imap.el (imap-open): Handle case where buffer is a buffer
13661         object.
13662
13663 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13664
13665         * gnus-delay.el (gnus-delay): Don't autoload.
13666         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13667         to be re-loaded when customizing the `gnus-delay' group.
13668
13669 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13670
13671         * message.el (message-insert-citation-line): Use newlines.
13672
13673 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13674
13675         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13676         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13677         these routines, so the passphrase can be managed externally and
13678         passed in to the system.
13679         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13680         pgg-add-passphrase-to-cache function.
13681
13682         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13683         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13684         these routines, so the passphrase can be managed externally and
13685         passed in to the system.
13686         (pgg-pgp5-sign-region): Use new name of
13687         pgg-add-passphrase-to-cache function.
13688
13689 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13690
13691         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13692         part of the decoded armor to find the key-identifier.
13693         (pgg-gpg-lookup-key-owner): New function to return the
13694         human-readable identifier of a key owner.
13695         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13696         itself.
13697         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13698         the key value) if we have a key and can match it against a secret
13699         key.  Also, added a note pointing out fact that the prompt only
13700         indicates the first matching key.
13701
13702         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13703         pgg-decrypt-region.
13704         (pgg-add-passphrase-to-cache): Rename from
13705         `pgg-add-passphrase-cache' to reduce confusion (all callers
13706         changed).
13707         (pgg-remove-passphrase-from-cache): Rename from
13708         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13709         changed).
13710         (pgg-read-passphrase, pgg-add-passphrase-cache)
13711         (pgg-remove-passphrase-cache): Add informative docstrings.
13712         (pgg-decrypt): Convey provided passphrase in subordinate call to
13713         pgg-decrypt-region.
13714
13715 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13716
13717         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13718         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13719         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13720         'passphrase' argument, so the passphrase can be managed externally
13721         and then passed in to the system.
13722
13723         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13724         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13725         so the passphrase cache can be used reliably with identifiers
13726         besides a pgp packet's key id.
13727
13728         * pgg-gpg.el (pgg-gpg-encrypt-region)
13729         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13730         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13731         these routines, so the passphrase can be managed externally and
13732         passed in to the system.
13733
13734         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13735         'notruncate' argument, so the passphrase cache can be used
13736         reliably with identifiers besides a pgp packet's key id.
13737
13738 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13739
13740         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13741         symmetric encryption.
13742         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13743         encrypted session key.
13744         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13745         message ask for the passphrase in a proper way.
13746
13747         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13748         New user commands for symmetric encryption.
13749
13750 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13753
13754         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13755
13756 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13757
13758         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13759
13760 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mm-decode.el (mm-inlined-types): Add application/pgp.
13763         (mm-automatic-display): Ditto.
13764
13765         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13766         part as text.
13767
13768 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * nnrss.el: Update copyright.
13771         (nnrss-opml-import): Query whether to subscribe to each entry.
13772
13773         * gnus-art.el:
13774         * gnus-sum.el:
13775         * gnus-xmas.el:
13776         * messagexmas.el:
13777         * mm-uu.el:
13778         * mm-view.el: Update copyright.
13779
13780 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * message.el (message-info): New function.
13783         (message-mode-menu): Add it.
13784         Update copyright.
13785
13786         * ChangeLog: Fix and update copyright.
13787
13788 2006-01-13  Romain Francoise  <romain@orebokech.com>
13789
13790         * message.el (message-forward-subject-name-subject): Prefer the
13791         address to 'nowhere' if the sender has no name.
13792         Fix typo.  Update copyright year.
13793
13794 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * gnus-art.el (article-wash-html):
13797         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13798         (gnus-article-wash-html-with-w3m-standalone): New function.
13799
13800         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13801         mm-inline-text-html-render-with-w3m-standalone.
13802         (mm-text-html-washer-alist): Map w3m-standalone to
13803         gnus-article-wash-html-with-w3m-standalone.
13804         (mm-inline-text-html-render-with-w3m-standalone): New function.
13805
13806 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13809         Improve LaTeX.
13810
13811 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13814         (nnrss-request-article): Render text/plain parts as HTML.
13815
13816         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13817         the buffer.
13818
13819 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13822         custom definition of `gnus-posting-styles'.
13823
13824         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13825         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13826
13827 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13830         Use nntp for bug archive.
13831
13832 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13835         parts.
13836         (nnrss-normalize-date): New function converts ISO 8601 date into
13837         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13838         (nnrss-check-group): Use it.
13839
13840 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13843
13844         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13845         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13846         (nnrss-insert-w3): Ditto.
13847
13848 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13851         the articles to be forwarded including the case where neither a
13852         number of articles nor a region is specified.
13853
13854 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * nnrss.el (nnrss-request-article): Fix last change; fill
13857         text/plain parts.
13858
13859 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13862         in text/plain part.
13863         (nnrss-check-group): Don't add excessive newline to dc:subject.
13864
13865 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13866
13867         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13868         article.
13869
13870 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13873         (nnml-use-compressed-files, nnml-save-mail): Support other
13874         comression programs such as bzip2.
13875
13876 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877
13878         * dns.el (query-dns): Make sure we check the buffer size before
13879         removing tcp headers.
13880
13881 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13884         remove MIME buttons associated with multipart/alternative parts.
13885         (gnus-mime-display-alternative): Tag buttons using `article-type'
13886         text property.
13887
13888         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13889         associated with multipart/alternative parts.
13890
13891         * gnus-art.el (gnus-signature-separator): Fix custom type.
13892
13893         * mm-decode.el (mm-inlined-types): Fix custom type.
13894         (mm-keep-viewer-alive-types): Ditto.
13895         (mm-automatic-display): Ditto.
13896         (mm-attachment-override-types): Ditto.
13897         (mm-inline-override-types): Ditto.
13898         (mm-automatic-external-display): Ditto.
13899
13900 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * spam-report.el (spam-report-user-mail-address)
13903         (spam-report-user-agent): New variables.
13904         (spam-report-url-ping-plain): Use spam-report-user-agent.
13905
13906 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13907
13908         * gnus-art.el (gnus-button-handle-custom): Do not just use
13909         `customize-apropos' for any "M-x customize-*" button but the
13910         function called for.  Accept both the function name and its
13911         argument in order to achieve this.
13912         (gnus-button-alist): Remove support for "custom:" URL's.
13913         Pass function name to `gnus-button-handle-custom' in case of "M-x
13914         customize-*" buttons.
13915
13916 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13919         multipart/alternative and add xref to mm-discouraged-alternatives
13920         in doc string.
13921
13922         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13923         gnus-buttonized-mime-types in doc string.
13924
13925 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13928         Suggest image/.* in the doc string.
13929
13930 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13933         message-marks (Debian bug #342521).
13934
13935 2005-12-12  Simon Josefsson  <jas@extundo.com>
13936
13937         * password.el (password-read-from-cache): Add.
13938         (password-read): Use it.
13939
13940 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * rfc2047.el (rfc2047-charset-to-coding-system):
13943         Recognize us-ascii as a MIME charset.
13944
13945         * mm-bodies.el (mm-decode-content-transfer-encoding):
13946         Protect against the case where the 2nd arg TYPE is nil.
13947
13948 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * pop3.el (pop3-stream-type): Fix custom version.
13951
13952         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13953
13954 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13955
13956         * mm-decode.el (mm-display-external): Add missing cdr.
13957
13958 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13961         RFC1524) if it is in mailcap or add a suffix according to
13962         mailcap-mime-extensions when generating a temp filename; postpone
13963         deleting a temp file for 2 seconds for some wrappers, shell
13964         scripts, and so on, which might exit right after having started a
13965         viewer command as a background job.
13966
13967 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * nntp.el (nntp-marks-directory): Fix custom group.
13970
13971         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13972         steps when < 10.
13973
13974         * gnus-start.el (gnus-no-server-1):
13975         Mention `gnus-level-default-subscribed' in doc string.
13976
13977 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13978
13979         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13980         parens.
13981
13982 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-xmas.el (gnus-use-toolbar): Revert.
13985         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13986         gnus-use-toolbar is default.
13987
13988         * messagexmas.el (message-use-toolbar): Revert.
13989         (message-setup-toolbar): Use global default-toolbar if
13990         message-use-toolbar is default.
13991
13992 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13995         according to default-toolbar-visible-p.
13996
13997         * messagexmas.el (message-use-toolbar): Ditto.
13998
13999 2005-11-26  Dave Love  <fx@gnu.org>
14000
14001         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14002         (tls-program, tls-success): Provide openssl alternative.
14003
14004         * starttls.el: Doc fixes.
14005         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14006         SERVICE to PORT.
14007
14008         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14009         port null or service name.
14010         (starttls-negotiate): Autoload.
14011
14012 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * message.el (message-kill-to-signature): Fix interactive spec.
14015
14016 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * pop3.el (pop3-open-server): Recognize a string as a service name.
14019
14020 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14021
14022         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14023
14024 2005-11-23  Dave Love  <fx@gnu.org>
14025
14026         Add pop3s, pop3/starttls.
14027
14028         * pop3.el (pop3-authentication-scheme): Clarify doc.
14029         (open-tls-stream, starttls-open-stream): Autoload.
14030         (pop3-stream-type): New.
14031         (pop3-open-server): Use it.
14032
14033         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14034         for POP.
14035         (mail-source-keyword-map): Add :stream for POP.
14036         (mail-source-fetch-pop): Use pop3-stream-type.
14037
14038 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14041         of current-time-string.
14042
14043 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14044
14045         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14046         date header.
14047
14048 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14049
14050         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14051         it can seriously impact performance as it bypasses the agent's
14052         local caches.
14053
14054 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14055
14056         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14057         must be explicitly online rather than "not explicitly offline" for
14058         its flags to be synchronized.
14059
14060         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14061         that gnus-uu-unmark-thread will function correctly.
14062
14063         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14064         1024K is instead displayed as 1M.
14065
14066 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14067
14068         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14069
14070 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14071
14072         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14073
14074 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14075
14076         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14077         error message to display actual error condition.
14078         (gnus-agent-save-local): Avoid saving symbols that are bound to
14079         nil as they simply result in a warning message in
14080         gnus-agent-read-local.
14081
14082 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14085         rather than make-variable-buffer-local for file-precious-flag.
14086
14087 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14088
14089         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14090         for duplicates which are removed.  The invalid sort check then
14091         triggers a rescan after the sort as sorting may have moved
14092         duplicate entries such that they can be cheaply detected.
14093
14094 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14097
14098 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14099
14100         * gnus-agent.el (gnus-agent-article-alist-save-format):
14101         Change internal variable to a custom variable.  Change default value
14102         from compressed(2) to uncompressed(1).
14103         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14104         support for uncompressed agentview files.  Taken together, reading
14105         the agentview file should now be 6-7 times faster.
14106
14107 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14108
14109         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14110         as a buffer-local variable.  This avoids creating truncated
14111         dribble files as a result of a hang up, eg.
14112
14113 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14114
14115         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14116         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14117         XEmacs.
14118
14119 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-start.el (gnus-start-draft-setup):
14122         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14123
14124         * gnus.el (gnus-splash): Change custom group.
14125         (gnus-group-get-parameter, gnus-group-parameter-value):
14126         Describe allow-list argument.
14127
14128         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14129         string.
14130
14131 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gnus-art.el (gnus-default-article-saver): Add user-defined
14134         `function' to custom type.
14135
14136 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14137
14138         * imap.el (imap-open): Handle case where buffer is a buffer
14139         object.
14140
14141 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14144         long lines.
14145         (gnus-cache-delete-group): Wrap doc strings.
14146
14147         * gnus-agent.el (gnus-agent-rename-group)
14148         (gnus-agent-delete-group): Wrap doc strings.
14149
14150 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * messagexmas.el (message-use-toolbar): Change the valid values
14153         into default, top, bottom, left, and right.
14154         (message-toolbar-thickness): New variable.
14155         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14156         well.
14157         (message-setup-toolbar): Make it work.
14158
14159         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14160         (gnus-use-toolbar): Change the valid values into default, top,
14161         bottom, left, and right.
14162         (gnus-toolbar-thickness): New variable.
14163         (gnus-xmas-setup-toolbar): New function.
14164         (gnus-xmas-setup-group-toolbar): Use it.
14165         (gnus-xmas-setup-summary-toolbar): Use it.
14166
14167 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * gnus-start.el (gnus-1): Add "native" to
14170         gnus-predefined-server-alist.
14171
14172         * gnus.el (gnus-method-to-server): Don't add "native" to the
14173         lists here, because that leads to problems when
14174         gnus-select-method is bound.
14175
14176 2005-11-09  Simon Josefsson  <jas@extundo.com>
14177
14178         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14179         use (not sort-by-date) instead.
14180
14181 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14182
14183         * gnus-delay.el (gnus-delay-group): Don't autoload.
14184         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14185         to be re-loaded when customizing the `gnus-delay' group.
14186
14187 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14188
14189         * message.el: Revert last changes.
14190         (message-insert-citation-line): Use newlines.
14191
14192 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14193
14194         * message.el (message-courtesy-message)
14195         (message-mark-insert-begin, message-mark-insert-end)
14196         (message-elide-ellipsis, message-cancel-message)
14197         (message-add-header, message-change-subject)
14198         (message-cross-post-followup-to-header)
14199         (message-cross-post-insert-note, message-reduce-to-to-cc)
14200         (message-widen-reply, message-delete-not-region)
14201         (message-kill-to-signature, message-insert-signature)
14202         (message-insert-importance-high, message-insert-importance-low)
14203         (message-insert-or-toggle-importance)
14204         (message-insert-disposition-notification-to)
14205         (message-indent-citation, message-yank-original)
14206         (message-cite-original-without-signature, message-cite-original)
14207         (message-insert-citation-line, message-position-on-field)
14208         (message-fix-before-sending, message-send-mail-partially)
14209         (message-send-mail, message-send-mail-with-sendmail)
14210         (message-send-mail-with-qmail, message-send-news)
14211         (message-check-news-header-syntax, message-generate-headers)
14212         (message-insert-courtesy-copy, message-fill-address)
14213         (message-fill-header, message-shorten-references)
14214         (message-setup-1, message-cancel-news)
14215         (message-forward-make-body-plain, message-forward-make-body-mime)
14216         (message-forward-make-body-mml, message-encode-message-body)
14217         (message-forward-make-body-digest-plain)
14218         (message-forward-make-body-digest-mime)
14219         (message-use-alternative-email-as-from): Insert `hard-newline'
14220         instead of ordinary newlines.
14221
14222 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * message.el (message-generate-headers): Downcase the argument
14225         given to message-check-element.
14226
14227 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14228
14229         * nntp.el (nntp-authinfo-rejected): New error condition.
14230         (nntp-wait-for): Use new error condition to signal authentication
14231         error.
14232         (nntp-retrieve-data): Rethrow new error condition to break out of
14233         recursive call to nntp-send-authinfo.
14234
14235 2005-11-08  Romain Francoise  <romain@orebokech.com>
14236
14237         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14238         (gnus-summary-exit-map): Bind to `Z p'.
14239         (gnus-summary-make-menu-bar): Add menu item.
14240
14241 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14244         (gnus-treat-*): Add `first' in all doc strings.
14245
14246         * gnus-group.el (gnus-group-compact-group): Fix typo.
14247
14248 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus.el (gnus-parameters-case-fold-search): New variable.
14251         (gnus-parameters-get-parameter): Use it.
14252
14253         * gnus-score.el (gnus-home-score-file): Doc fix.
14254
14255 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14256
14257         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14258
14259 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * mm-util.el (mm-special-display-p): New function.
14262
14263         * mml.el (mml-preview): Use it; doc fix.
14264
14265 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14266
14267         * imap.el (imap-open): Handle case where buffer is a buffer object.
14268
14269 2005-10-29  Romain Francoise  <romain@orebokech.com>
14270
14271         * message.el (message-fix-before-sending): Fix comment.
14272
14273 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14274
14275         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14276
14277 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14278
14279         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14280         Used in gnus-score.el.
14281
14282 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14285
14286 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14289         whitespace removed in revision 7.8.  Use concatenated string to
14290         protect trailing whitespace.
14291
14292 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14293
14294         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14295         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14296         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14297         Courier IMAP ("some version from 2004").  Mostly based on similar
14298         code in the same function.
14299
14300 2005-10-26  Didier Verna  <didier@xemacs.org>
14301
14302         * gnus-group.el (gnus-group-compact-group): Invalidate original
14303         article buffer.
14304         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14305         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14306         NOV database and in article itself.
14307         Invalidate article backlog.
14308
14309 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14312
14313 2005-10-26  Simon Josefsson  <jas@extundo.com>
14314
14315         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14316         part of 2004-07-25 change.
14317
14318 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * message.el (message-display-completion-list): New function.
14321         (message-expand-group): Use it; make sure the Completions buffer
14322         is modifiable.
14323 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14324
14325         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14326         user-mail-name is an empty string.
14327
14328 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14331         depending on gnus-score-decay-constant.
14332
14333         * encrypt.el (encrypt-insert-file-contents)
14334         (encrypt-write-file-contents): Don't use `gnus-message'.
14335
14336         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14337         arguments.
14338         (mm-uu-type-alist): Add message-marks and insert-marks.
14339         Pass arguments to mm-uu-verbatim-marks-extract.
14340         (mm-uu-hide-markers): New variable.
14341         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14342
14343         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14344         (gnus-convert-image-to-face-command): Use "convert" by default to
14345         allow other input image formats.
14346         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14347         accordingly.
14348
14349 2005-10-23  Simon Josefsson  <jas@extundo.com>
14350
14351         * imap.el (imap-gssapi-program): Align command line parameters
14352         with latest GNU SASL.
14353         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14354
14355 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14358         HTML.
14359         (nnslashdot-request-article): Ditto.
14360
14361         * lpath.el (featurep): Add nobreak-char-display.
14362
14363 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14364
14365         * mail-source.el (mail-source-fetch-pop): Require pop3.
14366         (mail-source-check-pop): Ditto.
14367
14368 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14371         errors.
14372
14373 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14376         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14377
14378         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14379
14380         * mm-bodies.el (mm-decode-string):
14381         Call `mm-charset-to-coding-system' with allow-override argument.
14382
14383 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14386         (rfc2047-charset-to-coding-system): New function.
14387         (rfc2047-decode-encoded-words): New function.
14388         (rfc2047-decode-region): Use them.
14389         (rfc2047-decode-cte): Remove.
14390         (rfc2047-parse-and-decode): Remove.
14391         (rfc2047-decode): Remove.
14392
14393 2005-10-15  Kenichi Handa  <handa@m17n.org>
14394
14395         * rfc2047.el (rfc2047-decode-cte): New function.
14396         (rfc2047-decode-region): Change the way to decode successive
14397         encoded-words: decode B- or Q-encoding in each encoded-word,
14398         concatenate them, and decode it as charset.
14399
14400 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * lpath.el: Fbind codepage-setup for XEmacs.
14403
14404 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14405
14406         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14407         widget-move-and-invoke.
14408         (gnus-custom-mode): Use gnus-custom-map.
14409
14410 2005-10-15  Bill Wohler  <wohler@newt.com>
14411
14412         * message.el (message-tool-bar-map): Rename image file from
14413         mail_send to mail/send.
14414
14415 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14416
14417         * message.el (message-expand-group): Pass the common
14418         prefix substring of completion to `display-completion-list'.
14419
14420 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * mml-sec.el (mml-secure-method): New internal variable.
14423         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14424         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14425         New functions using mml-secure-method.
14426
14427         * mml.el (mml-mode-map): Add key bindings for those functions.
14428         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14429         Harder <harder@myrealbox.com>.
14430         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14431         Goto end of message if point is the headers of the message.
14432
14433         * message.el (message-in-body-p): New function.
14434
14435         * assistant.el: Autoload gnus-util and netrc.
14436
14437         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14438         Use `mm-charset-override-alist' only when decoding.
14439
14440         * mm-bodies.el (mm-decode-body):
14441         Call `mm-charset-to-coding-system' with allow-override argument.
14442
14443         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14444         `filename' from Content-Disposition if Content-Type doesn't
14445         provide `name'.
14446         (gnus-mime-view-part-as-type): Set default instead of
14447         initial-input.
14448
14449 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14450
14451         * format-spec.el (format-spec): Propagate text properties of % spec.
14452
14453 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-art.el (gnus-treat-predicate): Add `first'.
14456
14457 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14460         (mm-charset-override-alist): New variable.
14461         (mm-charset-to-coding-system): Use it.
14462         (mm-codepage-setup): New helper function.
14463         (mm-charset-eval-alist): New variable.
14464         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14465         Warn about unknown charsets.
14466
14467         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14468
14469 2005-10-04  David Hansen  <david.hansen@gmx.net>
14470
14471         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14472         (nnrss-check-group): Ditto.
14473
14474 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14477         Rename x-gnus-verbatim to x-verbatim.
14478         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14479
14480         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14481         x-verbatim.
14482
14483         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14484
14485         * gnus-util.el (gnus-remove-duplicates): Remove.
14486
14487         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14488         instead of gnus-remove-duplicates.
14489
14490         * message.el (message-remove-duplicates): Remove.
14491         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14492         message-remove-duplicates.
14493
14494         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14495         available, else use implementation from `delete-dups'.
14496
14497         * message.el (message-insert-expires): New function.
14498         (message-mode-map): Add key binding.
14499         (message-mode-field-menu): Add menu entry.
14500         (message-mode): Document it.
14501         (message-make-expires-date): Use `message-make-date'.
14502
14503 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14504
14505         * message.el (message-make-expires-date): New function.
14506
14507 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * Makefile.in (list-installed-shadows): New entry.
14510         (install): Use it.
14511         (remove-installed-shadows): New entry.
14512
14513         * dgnushack.el (dgnushack-default-load-path): New variable.
14514         (dgnushack-find-lisp-shadows): New function.
14515         (dgnushack-remove-lisp-shadows): New function.
14516
14517 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * Makefile.in (install-el-elc): New entry.
14520         (install): Use it so that .el files are necessarily installed.
14521
14522 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14525
14526 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14527
14528         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14529         function rather than the diff-mode.el package.
14530         (mm-display-external): Use with-current-buffer.
14531         (mm-viewer-completion-map, mm-viewer-completion-map):
14532         Move initialization inside declaration.
14533
14534 2005-09-29  Simon Josefsson  <jas@extundo.com>
14535
14536         * spam.el: Load hashcash when compiling, to avoid warnings.
14537         Don't autoload mail-check-payment.
14538         (spam-check-hashcash): Define unconditionally, since hashcash.el
14539         is part of Gnus now.  Ignore errors from payment checking.
14540
14541 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * message.el (message-bold-region, message-unbold-region):
14544         Rename from `bold-region' and `unbold-region'.
14545
14546         * message.el: Remove useless autoloads.
14547
14548 2005-09-28  Simon Josefsson  <jas@extundo.com>
14549
14550         * message.el (message-use-idna): Default to t.
14551         (message-use-idna): Test whether encoding works too.  Doc fix.
14552
14553 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * nntp.el (nntp-warn-about-losing-connection): Remove.
14556
14557 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14560         customizable.  Change default value.
14561         (mm-uu-diff-groups-regexp): Change default value.
14562         (mm-uu-type-alist): Add doc string.
14563         (mm-uu-configure): Add doc string.  Make it interactive.
14564         (mm-uu-tex-groups-regexp): New variable.
14565         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14566         (mm-uu-type-alist): Add LaTeX documents.
14567         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14568         of "text/verbatim".
14569         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14570
14571         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14572         instead of "text/verbatim".
14573
14574         * message.el (message-mark-inserted-region)
14575         (message-mark-insert-file): Use slrn style marks when called with
14576         prefix argument.
14577
14578 2005-09-27  Simon Josefsson  <jas@extundo.com>
14579
14580         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14581
14582 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14583
14584         * message.el (message-remove-duplicates): New function.
14585         Implementation borrowed from `gnus-remove-duplicates'.
14586         (message-idna-to-ascii-rhs): Also encode idna addresses in
14587         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14588         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14589         only ask about the same idna domain once per header and also tell
14590         in what header to replace the idna domain.
14591
14592         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14593         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14594         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14595         a header is decoded and not just the last one.
14596
14597 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14600         has been decoded.
14601
14602         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14603         (mm-insert-part): Don't modify text if it has been decoded.
14604
14605         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14606         decoded.
14607
14608         * mm-view.el (mm-inline-text): Don't strip text props unless
14609         decoding enriched or richtext parts.
14610
14611 2005-09-25  Romain Francoise  <romain@orebokech.com>
14612
14613         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14614         * gnus-start.el (gnus-subscribe-interactively):
14615         * gnus-uu.el (gnus-uu-grab-articles):
14616         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14617         space.
14618
14619 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14620
14621         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14622         * mm-view.el (mm-view-pkcs7-decrypt):
14623         * gnus-sum.el (gnus-summary-limit-to-extra)
14624         (gnus-summary-respool-article, gnus-read-move-group-name):
14625         * gnus-score.el (gnus-summary-increase-score):
14626         * gnus-util.el (gnus-completing-read-with-default):
14627         * gnus-art.el (gnus-read-save-file-name)
14628         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14629         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14630         * message.el (message-check-news-header-syntax):
14631         Follow convention for reading with the minibuffer.
14632
14633 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * spam-report.el (spam-report-url-ping-plain):
14636         Use gnus-extended-version as User-Agent.
14637
14638         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14639         default value is nil.
14640
14641         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14642         (mm-uu-verbatim-marks-extract): New function.
14643         (mm-uu-extract): New face.
14644         (mm-uu-copy-to-buffer): Use it.
14645
14646         * spam-report.el (spam-report-gmane-ham): Rename from
14647         `spam-report-gmane-unspam'.
14648         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14649         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14650
14651         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14652         Autoload.
14653         (spam-report-gmane-unregister-routine):
14654         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14655
14656 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14659         (spam-report-gmane-unregister-routine): Add support for gmane
14660         unregistration.
14661
14662         * spam-report.el (spam-report-gmane-unspam)
14663         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14664         (spam-report-gmane): Change to take a single article and do unspam
14665         registration.
14666
14667 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * mm-url.el (mm-url-decode-entities): Fix regexp.
14670
14671 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14672
14673         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14674         default to nil, to be able to use Gnus at all.  If the default
14675         switches to something else, then the function should be fixed not
14676         be exceedingly slow.
14677
14678 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14679
14680         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14681         fail hard.
14682
14683         * spam-report.el: Add better Keywords line.
14684
14685         * spam.el: Add Maintainer and better Keywords line.
14686
14687 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-art.el (gnus-article-replace-part)
14690         (gnus-mime-replace-part): New functions.
14691         (gnus-mime-action-alist, gnus-mime-button-commands)
14692         (gnus-mime-save-part-and-strip): Add file argument.
14693         (gnus-article-part-wrapper): Add interactive argument.
14694
14695         * gnus-sum.el (gnus-summary-mime-map):
14696         Add `gnus-article-replace-part'.
14697
14698 2005-09-19  Didier Verna  <didier@xemacs.org>
14699
14700         The nnml compaction feature:
14701         * nnml.el (nnml-request-compact-group): New function.
14702         * nnml.el (nnml-request-compact): New function.
14703         * gnus-int.el (gnus-request-compact-group): New function.
14704         * gnus-int.el (gnus-request-compact): New function.
14705         * gnus-group.el (gnus-group-compact-group): New function.
14706         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14707         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14708         * gnus-srvr.el (gnus-server-compact-server): New function.
14709         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14710         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14711
14712 2005-09-18  Deepak Goel  <deego@gnufans.org>
14713
14714         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14715         format spec.
14716
14717 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14720
14721 2005-09-15  Romain Francoise  <romain@orebokech.com>
14722
14723         * message.el (message-fill-paragraph): Clarify docstring.
14724
14725 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-art.el (gnus-mime-display-part): Protect against broken
14728         MIME messages.
14729
14730 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14733         before parsing header.
14734
14735 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14736
14737         * html2text.el (html2text-replace-list): Add new entities.
14738
14739 2005-09-11  Romain Francoise  <romain@orebokech.com>
14740
14741         * message.el (message-alternative-emails): Improve docstring.
14742         (message-setup-1): Call `message-use-alternative-email-as-from'
14743         after `message-setup-hook' to give it precedence over posting
14744         styles, etc.
14745         (message-use-alternative-email-as-from): Add docstring.
14746         Remove the original From header if present.
14747
14748         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14749         (nnml-save-mail): Use it.
14750
14751         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14752         articles.  Add new argument `silent'.
14753         (gnus-uu-mark-all): Report the total number of marked articles.
14754
14755 2005-09-10  Romain Francoise  <romain@orebokech.com>
14756
14757         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14758         (gnus-uu-mark-series): Likewise.
14759
14760 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * spam-report.el (spam-report-gmane): Fix generation of spam
14763         report URL.
14764
14765 2005-09-10  Simon Josefsson  <jas@extundo.com>
14766
14767         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14768         t, based on discussion on the ding list with Robert Epprecht
14769         <epprecht@solnet.ch>.
14770
14771 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * spam-report.el (spam-report-gmane): Make it work without
14774         X-Report-Spam header.  Gmane now only provides Archived-At.
14775         This is only used if `spam-report-gmane-use-article-number' is nil.
14776         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14777
14778         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14779         make `gnus-summary-sort-by-recipient' work with threading.
14780
14781         * nnweb.el (nnweb-google-wash-article): Print a message if article
14782         is not available.
14783
14784 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14785
14786         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14787         change.  Decode text/* parts content before displaying.
14788
14789 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14792
14793 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14796
14797         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14798         url-package-name, url-package-version,
14799         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14800         w3m-display-inline-images, and w3m-minor-mode-map.
14801
14802 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * message.el (message-tab-body-function): Fix mismatched custom type.
14805
14806         * gnus.el (gnus-group-change-level-function): Ditto.
14807
14808         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14809
14810         * gnus-art.el (gnus-signature-limit)
14811         (gnus-article-mime-part-function): Ditto.
14812
14813 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * mml.el (mml-mode): Silence the byte compiler.
14816
14817         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14818         using `(sit-for 0)' before moving the point to the specified part;
14819         skip unbuttonized parts.
14820         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14821         return to the summary window if gnus-auto-select-part is non-nil.
14822
14823 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14826         New variables.
14827         (mml-dnd-attach-file, mml-mode): Use them.
14828
14829         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14830         Make fetching article by MID work again for Google Groups.
14831         Add FIXME concerning gnus-group-make-web-group.
14832
14833         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14834         Don't depend on Gnus by using mail-extract-address-components if
14835         gnus-extract-address-components is not bound.
14836
14837 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14838
14839         * gnus-art.el (gnus-mime-display-security): Don't display the
14840         signature, but only the signed part.
14841
14842 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14845
14846         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14847         list, not listp.
14848
14849 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14850
14851         * mm-encode.el (mm-encode-content-transfer-encoding):
14852         Likewise when encoding.
14853
14854         * mm-bodies.el (mm-decode-content-transfer-encoding):
14855         De-canonicalize CRLF for all text content types, not just
14856         text/plain.
14857
14858 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14861         valid article; point arrow and cursor at the MIME button.
14862
14863 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14866         Suggested by Dan Christensen <jdc@uwo.ca>.
14867
14868         * mm-decode.el (mm-save-part): Enable change of prompt.
14869
14870 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14871
14872         * gnus-msg.el (gnus-inews-add-send-actions):
14873         Make `message-post-method' lambda parameter ARG `&optional'.
14874
14875 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus-sum.el (gnus-summary-mime-map):
14878         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14879         gnus-article-jump-to-part.
14880
14881         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14882         (gnus-article-edit-part): Use it.
14883         (gnus-article-part-wrapper): Add no-handle argument.
14884         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14885         New functions.
14886
14887 2005-08-29  Romain Francoise  <romain@orebokech.com>
14888
14889         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14890         docstring.
14891         (gnus-face-from-file): Likewise.
14892
14893 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14896         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14897         non-nil.
14898         (gnus-auto-select-part): New variable.
14899         (gnus-article-jump-to-part): New function.
14900         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14901         (gnus-mime-delete-part): Allow selecting specified part after
14902         deleting or stripping parts.
14903         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14904         part if argument is bogus.
14905
14906 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14907
14908         * gnus-art.el (w3m-minor-mode-map):
14909         * gnus-spec.el (gnus-newsrc-file-version):
14910         * gnus-util.el (nnmail-active-file-coding-system)
14911         (gnus-original-article-buffer, gnus-user-agent):
14912         * gnus.el (gnus-ham-process-destinations)
14913         (gnus-parameter-ham-marks-alist)
14914         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14915         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14916         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14917         * mm-decode.el (gnus-current-window-configuration):
14918         * mm-extern.el (gnus-article-mime-handles):
14919         * mm-url.el (url-current-object, url-package-name)
14920         (url-package-version):
14921         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14922         (smime-keys, w3m-cid-retrieve-function-alist)
14923         (w3m-current-buffer, w3m-display-inline-images)
14924         (w3m-minor-mode-map):
14925         * mml-smime.el (gnus-extract-address-components):
14926         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14927         (gnus-newsrc-hashtb, message-default-charset)
14928         (message-deletable-headers, message-options)
14929         (message-posting-charset, message-required-mail-headers)
14930         (message-required-news-headers):
14931         * mml1991.el (mc-pgp-always-sign):
14932         * mml2015.el (mc-pgp-always-sign):
14933         * nnheader.el (nnmail-extra-headers):
14934         * rfc1843.el (gnus-decode-encoded-word-function)
14935         (gnus-decode-header-function, gnus-newsgroup-name):
14936         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14937
14938 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14939
14940         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14941         the end of the date treatments.
14942
14943 2005-08-15  Simon Josefsson  <jas@extundo.com>
14944
14945         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14946         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14947         Capello and Romain Francoise.
14948         (pgg-fetch-key-function): Remove, not used?
14949         (pgg-insert-url-with-w3): Require url, to get
14950         url-insert-file-contents regardless of where it is defined.
14951
14952 2005-08-13  Romain Francoise  <romain@orebokech.com>
14953
14954         * message.el (message-cite-original-1): New function.
14955         (message-cite-original): Use it.
14956         (message-cite-original-without-signature): Ditto.
14957
14958 2005-08-08  Romain Francoise  <romain@orebokech.com>
14959
14960         * message.el (message-yank-empty-prefix): New variable.
14961         (message-indent-citation): Use it.
14962         (message-cite-original-without-signature): Respect X-No-Archive.
14963
14964 2005-08-08  Simon Josefsson  <jas@extundo.com>
14965
14966         * pgg.el: Autoload url-insert-file-contents instead of loading
14967         w3/url.
14968         (pgg-insert-url-with-w3): Don't load url here.
14969
14970 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14971
14972         * message.el (message-kill-to-signature): Don't insert newline at
14973         bol.
14974         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14975
14976 2005-08-06  Romain Francoise  <romain@orebokech.com>
14977
14978         * message.el (message-user-fqdn): Fix typo in docstring.
14979
14980 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14981
14982         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14983
14984         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14985
14986 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * mm-bodies.el (mm-encode-body): Use coding system rather than
14989         charset to encode text.
14990
14991         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14992         number of charsets if utf-8 is available (XEmacs).
14993
14994 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14997         taken from `gnus-button-mid-or-mail-regexp'.
14998         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14999         (gnus-button-alist): Improve regexp for domain part of the MIDs
15000         for news:localpart@domain buttons.
15001         (gnus-button-ctan-directory-regexp): Update.
15002
15003 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * sieve-manage.el (sieve-manage-interactive-login):
15006         Use make-local-variable rather than make-variable-buffer-local.
15007         (sieve-manage-open): Ditto.
15008         (sieve-manage-authenticate): Ditto.
15009
15010         * mml.el (mml-generate-mime-1): Make the content type default to
15011         text/plain if the filename is not specified.
15012
15013 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15016         instead of insert-buffer.
15017
15018         * message.el (message-yank-original): Ditto; set the mark at the
15019         end of the yanked message.
15020
15021 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15024         lines to scroll rather than to stop it.
15025
15026         * mml.el (mml-generate-default-type): Add doc string.
15027         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15028         default to application/octet-stream when determining the content
15029         type if it is not specified for the part or the mml contents; add
15030         a comment about mml-generate-default-type.
15031
15032 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15035         make it default to application/octet-stream when determining the
15036         content type if it is not specified for the external contents.
15037
15038 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15041         segmented parameter but also other parameters might be there.
15042
15043 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-decode.el (mm-display-external): Delete temp file, directory
15046         and buffer immediately if the external process is exited.
15047
15048 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15051         fewer lines than that of scroll-margin.
15052         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15053
15054 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-article-next-page): Revert.
15057         (gnus-article-beginning-of-window): New macro.
15058         (gnus-article-next-page-1): Use it.
15059         (gnus-article-prev-page): Ditto.
15060         (gnus-article-edit-part): Use insert-buffer-substring instead of
15061         insert-buffer.
15062         (gnus-article-edit-exit): Ditto.
15063
15064         * gnus-util.el (gnus-beginning-of-window): Remove.
15065         (gnus-end-of-window): Remove.
15066
15067         * lpath.el: Don't bind header-line-format and scroll-margin.
15068
15069 2005-07-25  Simon Josefsson  <jas@extundo.com>
15070
15071         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15072         to have the url package without w3.  Reported by Daiki Ueno
15073         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15074
15075 2005-07-20  Didier Verna  <didier@xemacs.org>
15076
15077         * gnus-diary.el: Remove the description comment (nndiary is now
15078         properly documented in the Gnus manual).
15079         Fix the spelling of "Back End".
15080         * nndiary.el: Ditto.
15081         Fix the copyright notice.
15082
15083 2005-07-18  Romain Francoise  <romain@orebokech.com>
15084
15085         * gnus-sum.el (gnus-summary-to-prefix)
15086         (gnus-summary-newsgroup-prefix): New variables.
15087         (gnus-summary-from-or-to-or-newsgroups): Use them.
15088
15089 2005-07-17  Romain Francoise  <romain@orebokech.com>
15090
15091         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15092         space as it's generally not especially interesting to the user.
15093
15094 2005-07-16  Romain Francoise  <romain@orebokech.com>
15095
15096         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15097         nil to avoid prompting and file modification if one of the
15098         messages at the top of the nnfolder file contains a copyright
15099         notice.
15100         Update copyright notice.
15101
15102         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15103         instead of `current-time-string' as the latter creates a time
15104         string that is not RFC 2822 compliant (it lacks the zone).
15105         Update copyright notice.
15106
15107 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15108
15109         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15110         for text/rtf.  Display default in prompt.  Pass default for M-n.
15111
15112         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15113
15114 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * gnus-msg.el (gnus-button-mailto):
15117         Remove save-selected-window-window hackery because it relies on
15118         save-selected-window internals.
15119
15120 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15123         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15124         (gnus-article-prev-page): Ditto.
15125
15126         * gnus-util.el (gnus-beginning-of-window): New function.
15127         (gnus-end-of-window): New function.
15128
15129         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15130
15131 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15132
15133         * gnus-score.el (gnus-score-edit-all-score):
15134         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15135         gnus-message.
15136
15137 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15138
15139         * gnus-msg.el (gnus-button-mailto):
15140         Remove save-selected-window-window hackery because it relies on
15141         save-selected-window internals.
15142
15143 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15146         add-minor-mode.
15147         (gnus-binary-mode): Ditto.
15148
15149         * gnus-topic.el (gnus-topic-mode): Ditto.
15150
15151 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15152
15153         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15154         (gnus-article-prev-page): Take scroll-margin into consideration.
15155
15156 2005-07-04  Lute Kamstra  <lute@gnu.org>
15157
15158         Update FSF's address in GPL notices.
15159
15160 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15161
15162         * gnus.el (gnus-exit):
15163         * gnus-group.el (gnus-group-icons):
15164         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15165
15166         * gnus-nocem.el (gnus-nocem):
15167         * message.el (message-various, message-buffers, message-sending)
15168         (message-interface, message-forwarding, message-insertion)
15169         (message-headers, message-news, message-mail):
15170         * pgg-gpg.el (pgg-gpg):
15171         * pgg-parse.el (pgg-parse):
15172         * pgg-pgp.el (pgg-pgp):
15173         * pgg-pgp5.el (pgg-pgp5):
15174         * pop3.el (pop3): Finish `defgroup' description with period.
15175
15176 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-art.el (article-display-face): Improve the efficiency.
15179         (article-display-x-face): Ditto; remove grey x-face stuff.
15180
15181 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-art.el (article-display-face): Correct the position in
15184         which Faces are inserted.
15185
15186 2005-06-29  Didier Verna  <didier@xemacs.org>
15187
15188         * gnus-art.el (article-display-face): Display faces in correct
15189         order.
15190
15191 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15194         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15195         (gnus-nocem-check-article): Fetch the Type header.
15196         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15197         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15198         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15199         make sure gnus-nocem-hashtb is initialized.
15200         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15201         (gnus-nocem-unwanted-article-p): Ditto.
15202
15203         * pgg.el (pgg-verify): Return the verification result.
15204
15205 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15208         is ascii.
15209
15210 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15211
15212         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15213         `show-nonbreak-escape'.
15214
15215 2005-06-23  Lute Kamstra  <lute@gnu.org>
15216
15217         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15218
15219         * dig.el (dig-mode):
15220         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15221
15222 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15223
15224         * nnimap.el (nnimap-split-download-body): Fix spellings.
15225
15226 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15227
15228         * gnus-art.el (gnus-article-encrypt-body):
15229         * gnus-cus.el (gnus-score-customize):
15230         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15231         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15232
15233 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15234
15235         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15236         header by looking for magic "MII" at the beginnig.
15237
15238 2005-06-16  Miles Bader  <miles@gnu.org>
15239
15240         * gnus-xmas.el (gnus-xmas-group-startup-message):
15241         Use renamed gnus-splash face.
15242
15243         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15244         (assistant-field-face): New backward-compatibility alias for renamed
15245         face.
15246         (assistant-render-text): Use renamed assistant-field face.
15247
15248         * spam.el (spam): Remove "-face" suffix from face name.
15249         (spam-face): New backward-compatibility alias for renamed face.
15250         (spam-face, spam-initialize): Use renamed spam face.
15251
15252         * message.el (message-header-to, message-header-cc)
15253         (message-header-subject, message-header-newsgroups)
15254         (message-header-other, message-header-name)
15255         (message-header-xheader, message-separator, message-cited-text)
15256         (message-mml): Remove "-face" suffix from face names.
15257         (message-header-to-face, message-header-cc-face)
15258         (message-header-subject-face, message-header-newsgroups-face)
15259         (message-header-other-face, message-header-name-face)
15260         (message-header-xheader-face, message-separator-face)
15261         (message-cited-text-face, message-mml-face):
15262         New backward-compatibility aliases for renamed faces.
15263         (message-font-lock-keywords): Use renamed message faces.
15264
15265         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15266         (sieve-test-commands, sieve-tagged-arguments):
15267         Remove "-face" suffix from face names.
15268         (sieve-control-commands-face, sieve-action-commands-face)
15269         (sieve-test-commands-face, sieve-tagged-arguments-face):
15270         New backward-compatibility aliases for renamed faces.
15271         (sieve-control-commands-face, sieve-action-commands-face)
15272         (sieve-test-commands-face, sieve-tagged-arguments-face):
15273         Use renamed sieve faces.
15274
15275         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15276         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15277         (gnus-group-news-3-empty, gnus-group-news-4)
15278         (gnus-group-news-4-empty, gnus-group-news-5)
15279         (gnus-group-news-5-empty, gnus-group-news-6)
15280         (gnus-group-news-6-empty, gnus-group-news-low)
15281         (gnus-group-news-low-empty, gnus-group-mail-1)
15282         (gnus-group-mail-1-empty, gnus-group-mail-2)
15283         (gnus-group-mail-2-empty, gnus-group-mail-3)
15284         (gnus-group-mail-3-empty, gnus-group-mail-low)
15285         (gnus-group-mail-low-empty, gnus-summary-selected)
15286         (gnus-summary-cancelled, gnus-summary-high-ticked)
15287         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15288         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15289         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15290         (gnus-summary-low-undownloaded)
15291         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15292         (gnus-summary-low-unread, gnus-summary-normal-unread)
15293         (gnus-summary-high-read, gnus-summary-low-read)
15294         (gnus-summary-normal-read, gnus-splash):
15295         Remove "-face" suffix from face names.
15296         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15297         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15298         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15299         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15300         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15301         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15302         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15303         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15304         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15305         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15306         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15307         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15308         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15309         (gnus-summary-normal-ticked-face)
15310         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15311         (gnus-summary-normal-ancient-face)
15312         (gnus-summary-high-undownloaded-face)
15313         (gnus-summary-low-undownloaded-face)
15314         (gnus-summary-normal-undownloaded-face)
15315         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15316         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15317         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15318         (gnus-splash-face):
15319         New backward-compatibility aliases for renamed faces.
15320         (gnus-group-startup-message): Use renamed gnus faces.
15321
15322         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15323         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15324         (gnus-server-agent): Remove "-face" suffix from face names.
15325         (gnus-server-agent-face, gnus-server-opened-face)
15326         (gnus-server-closed-face, gnus-server-denied-face)
15327         (gnus-server-offline-face):
15328         New backward-compatibility aliases for renamed faces.
15329         (gnus-server-agent-face, gnus-server-opened-face)
15330         (gnus-server-closed-face, gnus-server-denied-face)
15331         (gnus-server-offline-face): Use renamed gnus faces.
15332
15333         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15334         Remove "-face" suffix from face names.
15335         (gnus-picon-xbm-face, gnus-picon-face):
15336         New backward-compatibility aliases for renamed faces.
15337
15338         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15339         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15340         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15341         (gnus-cite-11): Remove "-face" suffix from face names.
15342         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15343         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15344         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15345         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15346         New backward-compatibility aliases for renamed faces.
15347         (gnus-cite-attribution-face, gnus-cite-face-list)
15348         (gnus-article-boring-faces): Use renamed gnus faces.
15349
15350         * gnus-art.el (gnus-signature, gnus-header-from)
15351         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15352         (gnus-header-content): Remove "-face" suffix from face names.
15353         (gnus-signature-face, gnus-header-from-face)
15354         (gnus-header-subject-face, gnus-header-newsgroups-face)
15355         (gnus-header-name-face, gnus-header-content-face):
15356         New backward-compatibility aliases for renamed faces.
15357         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15358
15359         * gnus-sum.el (gnus-summary-selected-face)
15360         (gnus-summary-highlight): Use renamed gnus faces.
15361         * gnus-group.el (gnus-group-highlight): Likewise.
15362
15363 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15364
15365         * gnus-sieve.el (gnus-sieve-article-add-rule):
15366         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15367         * spam-stat.el (spam-stat-buffer-change-to-spam)
15368         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15369
15370         * message.el (message-is-yours-p):
15371         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15372
15373 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * mm-view.el (mm-inline-text): Withdraw the last change.
15376
15377 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15380         executing enriched-decode.
15381
15382 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15385         charset of tar files.
15386
15387 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15388
15389         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15390
15391 2005-06-04  Lute Kamstra  <lute@gnu.org>
15392
15393         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15394         information is never recorded.
15395
15396 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15397
15398         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15399
15400 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * pop3.el (pop3-apop): Run md5 in the binary mode.
15403
15404         * starttls.el (starttls-set-process-query-on-exit-flag):
15405         Use eval-and-compile.
15406
15407 2005-05-31  Simon Josefsson  <jas@extundo.com>
15408
15409         * smime.el (smime-replace-in-string): Define.
15410         (smime-cert-by-ldap-1): Use it.
15411
15412 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * gnus-art.el (article-display-x-face): Replace
15415         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15416
15417         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15418         set-process-query-on-exit-flag or process-kill-without-query.
15419
15420         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15421         loop instead of replace-regexp.
15422
15423         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15424         instead of process-kill-without-query if it is available.
15425
15426         * lpath.el: Fbind ldap-search-entries.
15427
15428         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15429         instead of find-file-hooks if it is available.
15430
15431         * mml1991.el: Bind pgg-default-user-id when compiling.
15432
15433         * mml2015.el: Bind pgg-default-user-id when compiling.
15434
15435         * nndraft.el (nndraft-request-associate-buffer):
15436         Use write-contents-functions instead of write-contents-hooks if it is
15437         available.
15438
15439         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15440         instead of find-file-hooks if it is available.
15441
15442         * nntp.el (nntp-open-connection): Replace
15443         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15444         (nntp-open-ssl-stream): Ditto.
15445         (nntp-open-tls-stream): Ditto.
15446
15447         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15448         set-process-query-on-exit-flag or process-kill-without-query.
15449         (starttls-open-stream-gnutls): Use it instead of
15450         process-kill-without-query.
15451         (starttls-open-stream): Ditto.
15452
15453 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15454
15455         * smime.el (smime-cert-by-ldap-1): Don't use
15456         replace-regexp-in-string.
15457
15458 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15459
15460         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15461
15462         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15463         in PEM format.  Adjust to the XEmacs compability.
15464
15465 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15468         by `string-to-number'.
15469         * gnus-agent.el (gnus-agent-regenerate-group)
15470         (gnus-agent-fetch-articles): Ditto.
15471         * gnus-art.el (gnus-button-fetch-group): Ditto.
15472         * gnus-cache.el (gnus-cache-generate-active)
15473         (gnus-cache-articles-in-group): Ditto.
15474         * gnus-group.el (gnus-group-set-current-level)
15475         (gnus-group-insert-group-line): Ditto.
15476         * gnus-score.el (gnus-score-set-expunge-below)
15477         (gnus-score-set-mark-below, gnus-summary-score-effect)
15478         (gnus-summary-score-entry): Ditto.
15479         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15480         (gnus-soup-pack): Ditto.
15481         * gnus-spec.el (gnus-xmas-format): Ditto.
15482         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15483         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15484         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15485         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15486         * nndb.el (nndb-get-remote-expire-response): Ditto.
15487         * nndiary.el (nndiary-parse-schedule-value)
15488         (nndiary-string-to-number, nndiary-request-replace-article)
15489         (nndiary-request-article): Ditto.
15490         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15491         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15492         * nneething.el (nneething-make-head): Ditto.
15493         * nnfolder.el (nnfolder-request-article)
15494         (nnfolder-retrieve-headers): Ditto.
15495         * nnheader.el (nnheader-file-to-number): Ditto.
15496         * nnkiboze.el (nnkiboze-request-article): Ditto.
15497         * nnmail.el (nnmail-process-unix-mail-format)
15498         (nnmail-process-babyl-mail-format): Ditto.
15499         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15500         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15501         (nnmh-request-create-group, nnmh-request-list-1)
15502         (nnmh-request-group, nnmh-request-article): Ditto.
15503         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15504         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15505         * nnsoup.el (nnsoup-make-active): Ditto.
15506         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15507         * nntp.el (nntp-find-group-and-number)
15508         (nntp-retrieve-headers-with-xover): Ditto.
15509         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15510         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15511         (pgg-format-key-identifier): Ditto.
15512         * pop3.el (pop3-last, pop3-stat): Ditto.
15513         * qp.el (quoted-printable-decode-region): Ditto.
15514
15515         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15516         of concat.
15517
15518 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15521
15522         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15523
15524         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15525
15526         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15527
15528         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15529
15530         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15531
15532         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15533         (gnus-carpal-mode): Ditto.
15534
15535         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15536         (gnus-browse-mode): Ditto.
15537
15538         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15539
15540         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15541
15542 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15543
15544         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15545
15546 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-util.el (gnus-run-mode-hooks): New function.
15549
15550         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15551
15552         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15553         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15554
15555 2005-05-27  Lute Kamstra  <lute@gnu.org>
15556
15557         * dns-mode.el (dns-mode): Specify customization group.
15558
15559 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15560
15561         * gnus-agent.el (gnus-agent-make-mode-line-string):
15562         Use mode-line-highlight as mouse-face.
15563
15564 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * canlock.el (canlock): Change the parent group to news.
15567
15568         * deuglify.el (gnus-outlook-deuglify): Add :group.
15569
15570         * dig.el (dig): Add :group.
15571
15572         * dns-mode.el (dns-mode): Add :group.
15573
15574         * encrypt.el (encrypt): Add :group.
15575
15576         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15577         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15578         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15579         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15580         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15581
15582         * gnus-diary.el (gnus-diary): Add :group.
15583
15584         * gnus.el (gnus-group-news-1-face): Add :group.
15585         (gnus-group-news-1-empty-face): Ditto.
15586         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15587         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15588         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15589         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15590         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15591         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15592         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15593         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15594         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15595         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15596         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15597         (gnus-summary-high-ticked-face): Ditto.
15598         (gnus-summary-low-ticked-face): Ditto.
15599         (gnus-summary-normal-ticked-face): Ditto.
15600         (gnus-summary-high-ancient-face): Ditto.
15601         (gnus-summary-low-ancient-face): Ditto.
15602         (gnus-summary-normal-ancient-face): Ditto.
15603         (gnus-summary-high-undownloaded-face): Ditto.
15604         (gnus-summary-low-undownloaded-face): Ditto.
15605         (gnus-summary-normal-undownloaded-face): Ditto.
15606         (gnus-summary-high-unread-face): Ditto.
15607         (gnus-summary-low-unread-face): Ditto.
15608         (gnus-summary-normal-unread-face): Ditto.
15609         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15610         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15611
15612         * hashcash.el (hashcash): New custom group.
15613         (hashcash-default-payment): Add :group.
15614         (hashcash-payment-alist): Ditto.
15615         (hashcash-default-accept-payment): Ditto.
15616         (hashcash-accept-resources): Ditto.
15617         (hashcash-path): Ditto.
15618         (hashcash-extra-generate-parameters): Ditto.
15619         (hashcash-double-spend-database): Ditto.
15620         (hashcash-in-news): Ditto.
15621
15622         * message.el (message-minibuffer-local-map): Add :group.
15623
15624         * netrc.el (netrc): Add :group.
15625
15626         * sieve-manage.el (sieve-manage-log): Add :group.
15627         (sieve-manage-default-user): Diito.
15628         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15629         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15630         (sieve-manage-authenticators): Ditto.
15631         (sieve-manage-authenticator-alist): Ditto.
15632         (sieve-manage-default-port): Ditto.
15633
15634         * sieve-mode.el (sieve-control-commands-face): Add :group.
15635         (sieve-action-commands-face): Ditto.
15636         (sieve-test-commands-face): Ditto.
15637         (sieve-tagged-arguments-face): Ditto.
15638
15639         * smime.el (smime): Add :group.
15640
15641         * spam-report.el (spam-report): Add :group.
15642
15643         * spam.el (spam, spam-face): Add :group.
15644
15645 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15648         return \n.\n.\n at the end of articles.  Protect against that.
15649         (nntp-with-open-group): Allow debugging.
15650
15651         * nnheader.el (mail-header-set-extra): Make into a function
15652         because I just could't understand how to quote the list properly.
15653
15654         * dns.el (query-dns-cached): New function.
15655
15656 2005-05-26  Lute Kamstra  <lute@gnu.org>
15657
15658         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15659
15660 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15663
15664         * gnus-art.el: Don't autoload mail-extract-address-components.
15665
15666         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15667         eval-and-compile to evaluate it.
15668
15669         * hashcash.el: Don't autoload executable-find.
15670
15671         * nndb.el: Don't declare the nndb back end two or more times; don't
15672         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15673
15674         * nntp.el: Autoload format-spec instead of format; use
15675         eval-and-compile to evaluate autoload forms.
15676
15677 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15678
15679         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15680
15681 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682
15683         * gnus.el (gnus-version-number): Bump version.
15684
15685 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15686
15687         * gnus.el: No Gnus v0.3 is released.
15688
15689 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690
15691         * lpath.el (featurep): Bind show-nonbreak-escape.
15692
15693 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * gnus-art.el (gnus-article-edit-part): Disable undo.
15696
15697 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15700         gnus-article-date-lapsed-new-header is t if date timer is active;
15701         skip headers in which the original date value is empty.
15702         (gnus-article-save-original-date): Redefine it as a macro.
15703         (gnus-display-mime): Use it.
15704
15705 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (article-date-ut): Support converting date in
15708         forwarded parts as well.
15709         (gnus-article-save-original-date): New function.
15710         (gnus-display-mime): Use it.
15711
15712 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15713
15714         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15715         enclosure element of <item>.
15716
15717 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * message.el (message-kill-buffer-query): Rename from
15720         `message-kill-buffer-query-if-modified'.  Add :version.
15721
15722 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15725         window layout.
15726
15727 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * mml.el: Autoload dnd when compiling.
15730
15731 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15732
15733         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15734         x-dnd-*.
15735
15736 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * qp.el (quoted-printable-encode-region): Save excursion.
15739
15740 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15741
15742         * message.el (message-kill-buffer-query-if-modified): Add new variable
15743         so the user can kill a modified message buffer quickly.
15744         (message-kill-buffer): Use it.
15745
15746 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * lpath.el: Fbind display-time-event-handler; don't fbind
15749         string-to-multibyte.
15750
15751         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15752
15753 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15756         contained in text because xml.el decodes entities) with LFs.
15757
15758 2005-04-11  Lute Kamstra  <lute@gnu.org>
15759
15760         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15761         differently.
15762
15763 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15764
15765         * mm-util.el (mm-detect-coding-region): Typo.
15766
15767 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15770
15771 2005-04-06  Deepak Goel  <deego@gnufans.org>
15772
15773         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15774         user-function allow user modifications of the scores.
15775         (spam-stat-score-buffer-user): New function, to allow
15776         user-computed modifications to the score.
15777         (spam-stat-score-buffer-user-functions): List of additional
15778         scoring functions.
15779         (spam-stat-error-holder): Global temporary error holder.
15780         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15781         variable.
15782
15783 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * gnus-registry.el (gnus-registry-clean-empty-function)
15786         (gnus-registry-trim, gnus-registry-fetch-groups)
15787         (gnus-registry-delete-group): Groups that match
15788         `gnus-registry-ignored-groups' are removed from the registry
15789         entries, not just ignored for splitting.  This helps clean up the
15790         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15791         to get all the groups a message ID is in.
15792
15793         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15794         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15795         (spam-stat-score-buffer-user-functions): Add :number custom type.
15796
15797 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15800         argument in XEmacs.
15801
15802         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15803         (nnrss-request-group): Decode group name first.
15804         (nnrss-request-article): Make a text/plain article if mml-to-mime
15805         failed.
15806         (nnrss-get-encoding): Return a compatible encoding according to
15807         nnrss-compatible-encoding-alist.
15808         (nnrss-find-el): Use consp instead of listp.
15809         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15810
15811 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15814         which Emacs 20 doesn't support.
15815         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15816
15817 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15820         silence the byte compiler inside the defun.
15821
15822         * gnus-demon.el (parse-time-string): Add autoload.
15823
15824         * gnus-delay.el (parse-time-string): Add autoload.
15825
15826         * gnus-art.el (parse-time-string): Add autoload.
15827
15828         * nnultimate.el (parse-time): Require for `parse-time-string'.
15829
15830 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15831
15832         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15833
15834         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15835
15836         * smime.el (smime-ldap-host-list): Add :version.
15837
15838 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15841         pass it to `gnus-browse-read-group'.
15842         (gnus-browse-read-group): Add NUMBER argument and pass it to
15843         `gnus-group-read-ephemeral-group'.
15844
15845         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15846         argument and pass it to `gnus-group-read-group'.
15847
15848 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15849
15850         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15851         mm-xemacs-find-mime-charset-1 if we have the mule feature
15852         available at runtime.
15853
15854 2005-03-25  Werner Lemberg  <wl@gnu.org>
15855
15856         * nnmaildir.el: Replace `illegal' with `invalid'.
15857
15858 2005-03-23  Lute Kamstra  <lute@gnu.org>
15859
15860         * time-date.el: Add comment on time value formats.
15861         Don't require parse-time.
15862         (with-decoded-time-value): New macro.
15863         (encode-time-value): New function.
15864         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15865         (days-to-time): Return a valid time value when arg is huge.
15866         (time-since): Use time-subtract.
15867         (time-to-number-of-days): Use time-to-seconds.
15868
15869 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15870
15871         * gnus-start.el (gnus-display-time-event-handler):
15872         Check display-time-timer at runtime rather than only at load time
15873         in case display-time-mode is turned off in the mean time.
15874
15875 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15878         used.
15879
15880         * nneething.el (nneething-map-file-directory): Derive from
15881         `gnus-directory'.
15882
15883         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15884         the To/Cc button.
15885
15886 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * nnmaildir.el (nnmaildir-request-accept-article):
15889         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15890
15891 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15892
15893         * gnus-async.el: Require timer-funcs at compile time when in
15894         XEmacs for `run-with-idle-timer'.
15895
15896 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15897
15898         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15899         autoloaded function.
15900
15901 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15902
15903         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15904
15905 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15906
15907         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15908
15909 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15912         Add gnus-expert-user to default.
15913
15914 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15915
15916         * nnimap.el (nnimap-open-server): Ditto.
15917
15918         * imap.el (imap-authenticate): Fix typo.
15919
15920 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15921
15922         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15923         buffer (since IMAP server might return FETCH response out of
15924         order, and the nntp buffer must be sorted).
15925
15926 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15927
15928         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15929         comparison on string.
15930
15931         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15932         (gnus-agent-score): Rename category keywords to match gnus-cus.
15933         (gnus-agent-summary-fetch-series): Modify to protect against
15934         gnus-agent-summary-fetch-group clearing processable flags.
15935         (gnus-agent-synchronize-group-flags): Update live group buffer as
15936         synchronization may occur due to the user toggle the plugged
15937         status.
15938         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15939         successfully downloaded.
15940         (gnus-agent-expire-group-1): Avoid using markers when the overview
15941         is in ascending order; greatly improves performance.
15942         (gnus-agent-regenerate-group):
15943         Use gnus-agent-synchronize-group-flags to reset read status in both
15944         gnus and server.
15945         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15946
15947 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * message.el: Don't autoload former message-utils variables.
15950         (message-strip-subject-trailing-was): Change doc string.
15951
15952         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15953         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15954         (nnweb-google-search): Add "hl=en" here.
15955         (nnweb-google-parse-1, nnweb-google-create-mapping):
15956         Don't hardcode URL.
15957
15958 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * message.el (message-get-reply-headers, message-followup):
15961         Mention related variables `message-use-followup-to' and
15962         `message-use-mail-followup-to', in the information buffer.
15963
15964         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15965         of broken groups(-beta).google.com.
15966
15967 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15968
15969         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15970         parameter to invoked gnus-request-move-article; remove the
15971         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15972         all at once instead of once per article.
15973         (gnus-summary-remove-process-mark): Accept a list of articles as
15974         well as a single article for processing.
15975
15976         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15977         parameter.
15978
15979         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15980
15981         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15982
15983         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15984         parameter.
15985
15986         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15987         parameter.
15988
15989         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15990         parameter and remove the gnus-sum-hint-move-is-internal variable.
15991
15992         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15993         parameter.
15994
15995         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15996         parameter.
15997
15998         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15999         parameter.
16000
16001         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16002
16003         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16004         parameter.
16005
16006         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16007         parameter.
16008
16009 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16010
16011         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16012         a more conservative way.
16013
16014 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16015
16016         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16017         buffer, so it moves the window's cursor.
16018
16019 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16020
16021         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16022         `mm-dissect-multipart' and receive the from field as an (optional)
16023         argument from `mm-dissect-multipart'.
16024         (mm-dissect-multipart): Receive the from field as an argument and
16025         pass it on when we call `mm-dissect-buffer' on MIME parts.
16026         Fixes verification/decryption of signed/encrypted MIME parts.
16027
16028 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * gnus-sum.el (gnus-summary-move-article):
16031         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16032         whatever it calls (right now, only nnimap-request-move article
16033         respects it).
16034
16035         * nnimap.el (nnimap-request-move-article):
16036         When gnus-sum-hint-move-is-internal is set, don't do the extra
16037         nnimap-request-article.
16038
16039 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16042
16043         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16044         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16045
16046         * gnus-sum.el (gnus-summary-caesar-message):
16047         Apply `gnus-treat-article' after rotation.
16048
16049         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16050         doc string.
16051
16052 2005-02-22  Simon Josefsson  <jas@extundo.com>
16053
16054         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16055         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16056         <arne@arnested.dk>.
16057         (encrypt): Add password-cache and password-cache-expiry as group
16058         members.
16059
16060 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16061
16062         * smime.el (smime-ldap-host-list): Doc fix.
16063         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16064         cache) password.
16065         (smime-sign-region): Use it.
16066         (smime-decrypt-region): Use it.
16067         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16068         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16069         fails.
16070         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16071         certificate from DER to PEM format rather than calling openssl.
16072
16073         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16074
16075         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16076         for signing/encryption.
16077
16078         * mml.el (mml-parse-1): Use them.
16079
16080 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16081
16082         * nnrss.el (nnrss-verbose): Remove.
16083         (nnrss-request-group): Use `nnheader-message' instead.
16084
16085 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16086
16087         * nnrss.el (nnrss-verbose): New variable.
16088         (nnrss-request-group): Make it say nnrss is requesting a group.
16089
16090 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16093         Handle news URL with given port correctly.
16094
16095 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16098         containing special characters.
16099
16100         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16101
16102         * mml.el (mime-to-mml): Ditto.
16103
16104         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16105         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16106         (rfc2047-decode-region): Quote decoded words containing special
16107         characters when rfc2047-quote-decoded-words-containing-tspecials
16108         is non-nil.
16109
16110 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16113
16114         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16115
16116 2005-02-15  Simon Josefsson  <jas@extundo.com>
16117
16118         * nnimap.el (nnimap-debug): Doc fix.
16119
16120         * imap.el (imap-debug): Doc fix.
16121
16122 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16125
16126 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * gnus.el (spam-contents): Improve docs for spam-contents
16129         parameter in its variable incarnation.
16130
16131 2005-02-14  Simon Josefsson  <jas@extundo.com>
16132
16133         * smime-ldap.el: Use require instead of load-library for ldap.
16134         (smime-ldap-search): Indent.
16135         (smime-ldap-search-internal): Shorten line.
16136
16137         * smime.el (smime-cert-by-dns): Add doc-string.
16138         (smime-cert-by-ldap-1): Indent.
16139
16140         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16141         mml-smime-get-dns-ldap.
16142         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16143
16144 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16145
16146         * smime.el: Require smime-ldap.
16147         (smime-ldap-host-list): New variable.
16148         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16149
16150         * mml-smime.el (mml-smime-encrypt-query): New function.
16151         (mml-smime-encrypt-query): Use it.
16152
16153         * smime-ldap.el: New file.
16154
16155 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16158
16159 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16160
16161         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16162         argument in doc string.  Make query for type more clear.
16163
16164 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * gnus.el (gnus-group-startup-message): Search for gnus images in
16167         etc/images/gnus.
16168         * mm-util.el (mm-image-load-path): Likewise.
16169         * smiley.el (smiley-data-directory): Search for smilies in
16170         etc/images/smilies.
16171
16172 2005-02-09  Kim F. Storm  <storm@cua.dk>
16173
16174         Change Emacs release version from 21.4 to 22.1 throughout.
16175         Change Emacs development version from 21.3.50 to 22.0.50.
16176
16177 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16180
16181         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16182         non-Mule XEmacs as well.
16183         (mm-decompress-buffer): Signal an error intentionally if it does
16184         not decompress compressed data because auto-compression-mode is
16185         disabled.
16186
16187 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16190         an ID in the registry even if it has no groups.
16191
16192 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16195         merge it into mm-decompress-buffer.
16196         (gnus-mime-copy-part): Use the MIME part charset, the value which
16197         a user specified or gnus-newsgroup-charset for decoding, like
16198         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16199         save-buffer what was used.  Suggested by Kevin Ryde
16200         <user42@zip.com.au>.
16201         (gnus-mime-inline-part): Allow the name parameter as well as the
16202         filename parameter; force decompressing of compressed data; always
16203         display contents being not decoded as unibyte.
16204
16205         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16206         as well as the filename parameter.
16207
16208         * mm-util.el (mm-decompress-buffer):
16209         Merge gnus-mime-jka-compr-maybe-uncompress.
16210         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16211         of compressed data.
16212
16213 2005-02-08  Simon Josefsson  <jas@extundo.com>
16214
16215         * imap.el (imap-log): Doc fix.
16216
16217 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16220         the coding cookies; decompress compressed parts.
16221
16222         * mml.el (mml-generate-mime-1): Add the charset parameter according
16223         to the value which a user specified manually or the coding cookie.
16224
16225         * mm-util.el (mm-string-to-multibyte): New function.
16226         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16227         (mm-coding-system-to-mime-charset): New function.
16228         (mm-decompress-buffer): New function.
16229         (mm-find-buffer-file-coding-system): New function.
16230
16231         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16232         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16233         parts.
16234
16235 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16236
16237         * mm-view.el (mm-display-inline-fontify): Decode a part according
16238         to the charset parameter.
16239
16240 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16243         prefix arg is neither nil nor a number, as info specifies.
16244
16245 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16248         timestamps.
16249
16250 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16251
16252         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16253         groups error checking and notify user.
16254
16255 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16256
16257         * message.el (message-send-mail-function): Check existence of
16258         sendmail-program first before using default value
16259         `message-send-mail-with-sendmail'.  Otherwise use more generic
16260         `smtpmail-send-it'.
16261
16262 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * nntp.el (nntp-request-update-info): Always return nil.
16265
16266 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16267
16268         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16269
16270 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16271
16272         * message.el (message-beginning-of-line): Change the behavior when
16273         invoked between BOL and : so that it first moves backward.
16274
16275 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16278         article buffer when editing of the article is discarded.
16279         (gnus-article-prepare): Revert.
16280
16281 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-art.el (gnus-article-prepare):
16284         Remove message-strip-forbidden-properties from the local hook.
16285
16286 2005-01-27  Simon Josefsson  <jas@extundo.com>
16287
16288         * password.el (password-cache-add): Only start one timer per key.
16289         Reported by Derek Atkins <warlord@MIT.EDU>.
16290
16291 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16292
16293         * run-at-time.el: Remove.  It is no longer needed as
16294         timer-funcs.el in the xemacs-base package has a working version of
16295         `run-at-time'.
16296
16297         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16298
16299         * password.el: Require timer-funcs instead of run-at-time in
16300         XEmacs.
16301         Remove `password-run-at-time' macro.
16302         (password-cache-add): Use `run-at-time' instead of
16303         `password-run-at-time'.
16304
16305         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16306         Remove `nnheader-cancel-function-timers' alias,
16307         `cancel-function-timers' exists in XEmacs in timer-funcs.
16308
16309         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16310         for `run-with-idle-timer'.
16311
16312         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16313         for `run-at-time'.
16314
16315         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16316         for `with-timeout'.
16317
16318         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16319         the same as for XEmacs 21.4.
16320         No need to ignore `run-with-idle-timer', this function exists in
16321         XEmacs now in timer-funcs.el in the xemacs-base package.
16322         (dgnushack-compile): No need to delete
16323         run-at-time.el from the list of files to compile because it
16324         doesn't exist anymore.
16325
16326 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16329         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16330
16331 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16332
16333         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16334         sensitively.
16335
16336 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16337
16338         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16339
16340 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16343         which will be inserted according to the multibyteness of a buffer
16344         rather than the type of contents.  Suggested by ARISAWA Akihiro
16345         <ari@mbf.ocn.ne.jp>.
16346
16347         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16348         of string which old xml.el may return rather than a string.
16349
16350 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16353
16354 2005-01-16  Simon Josefsson  <jas@extundo.com>
16355
16356         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16357         idn/idna.el isn't available.
16358         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16359         <michael@waxrat.com>.
16360
16361         * hashcash.el: Remove non-FSF copyright header.
16362
16363         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16364         (hashcash-generate-payment): Use it.
16365         (hashcash-generate-payment-async): Use it.
16366
16367 2005-01-15  Simon Josefsson  <jas@extundo.com>
16368
16369         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16370         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16371
16372         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16373         gnus-summary-idna-message.
16374         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16375         (gnus-summary-idna-message): New function.
16376
16377 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16380         gnus-novice-user.
16381
16382 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * nnrss.el (nnrss-request-delete-group): Delete entries in
16385         nnrss-group-alist as well.
16386         (nnrss-save-server-data): Insert newline.
16387
16388 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus.el (gnus-user-agent): Use list of symbols instead of
16391         symbols.  Display full version number for (S)XEmacs.
16392         Optionally display (S)XEmacs codename.
16393
16394         * gnus-util.el (gnus-emacs-version): Update for new
16395         `gnus-user-agent'.
16396
16397         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16398         Gnus version.
16399
16400 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16403         which is unreadable in some setups.
16404
16405 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-spec.el (gnus-update-format-specifications): Flush the
16408         group format spec cache if it doesn't support decoded group names.
16409
16410 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16413         Allow to apply decay on score files matching a regexp.
16414
16415 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16418         compatibility in %g and %c.
16419
16420 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16423         name for only %g and %c.
16424         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16425         of gnus-tmp-group to decoded group name.
16426         (gnus-group-make-rss-group): Exclude `/'s from group names.
16427
16428 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * nnrss.el (nnrss-get-encoding): Fix regexp.
16431
16432 2004-12-27  Simon Josefsson  <jas@extundo.com>
16433
16434         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16435         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16436         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16437
16438 2004-12-17  Kim F. Storm  <storm@cua.dk>
16439
16440         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16441
16442         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16443
16444 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16445
16446         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16447
16448 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * nnrss.el: Require rfc2047 and mml.
16451         (nnrss-file-coding-system): New variable.
16452         (nnrss-format-string): Redefine it as an inline function.
16453         (nnrss-decode-group-name): New function.
16454         (nnrss-string-as-multibyte): Remove.
16455         (nnrss-retrieve-headers): Decode group name; don't use
16456         nnrss-format-string.
16457         (nnrss-request-group): Decode group name.
16458         (nnrss-request-article): Decode group name; allow a Message-ID as
16459         well as an article number; don't use nnrss-format-string; encode a
16460         Message-ID string which may contain non-ASCII characters; use
16461         mml-to-mime to compose a MIME article.
16462         (nnrss-request-expire-articles): Decode group name.
16463         (nnrss-request-delete-group): Decode group name.
16464         (nnrss-fetch): Clarify error message.
16465         (nnrss-read-server-data): Use insert-file-contents instead of load;
16466         bind file-name-coding-system; use multibyte buffer.
16467         (nnrss-save-server-data): Bind coding-system-for-write to the
16468         value of nnrss-file-coding-system; bind file-name-coding-system;
16469         add coding cookie.
16470         (nnrss-read-group-data): Use insert-file-contents instead of load;
16471         bind file-name-coding-system; use multibyte buffer.
16472         (nnrss-save-group-data): Bind coding-system-for-write to the
16473         value of nnrss-file-coding-system; bind file-name-coding-system.
16474         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16475         make it work with non-ASCII text.
16476         (nnrss-find-el): Make it work with old xml.el as well.
16477
16478 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16479
16480         * nnrss.el (nnrss-get-encoding): New function.
16481         (nnrss-fetch): Use unibyte buffer initially; bind
16482         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16483         decode contents according to the encoding attribute.
16484         (nnrss-save-group-data): Add coding cookie.
16485         (nnrss-mime-encode-string): New function.
16486         (nnrss-check-group): Use it to encode subject and author.
16487
16488 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16491         imaginary variable.
16492
16493 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16496         correctly even if there are wide characters.
16497
16498 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16499
16500         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16501         downcased symbol names; make a new cache instead of reusing
16502         bbdb-hashtable.
16503
16504 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16507         concatenating segments rather than before concatenating them.
16508         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16509
16510         * message.el (message-get-reply-headers): Bind `extra'.
16511
16512 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16513
16514         * message.el (message-extra-wide-headers): New variable.
16515         (message-get-reply-headers): Use it.
16516
16517 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16520         (gnus-agent-group-pathname): Ditto.
16521
16522         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16523
16524         * gnus-group.el (gnus-group-make-group): Decode group name.
16525         (gnus-group-make-rss-group): Register the group data after opening
16526         the nnrss group.
16527
16528 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16529
16530         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16531         by expiry now get marked as read.
16532
16533 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16536
16537 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16538
16539         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16540         unify Latin characters in XEmacs.
16541         (mm-find-mime-charset-region): Use it.
16542
16543 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-util.el (gnus-delete-directory): New function.
16546
16547         * gnus-agent.el (gnus-agent-delete-group): Use it.
16548
16549         * gnus-cache.el (gnus-cache-delete-group): Use it.
16550
16551 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16554         names.
16555
16556 2004-12-16  Simon Josefsson  <jas@extundo.com>
16557
16558         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16559
16560 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16563
16564         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16565         (gnus-group-set-current-level): Decode group name.
16566
16567 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16568
16569         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16570         failed.
16571
16572 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-group.el (gnus-group-delete-group): Decode group name.
16575         (gnus-group-make-rss-group): Encode group name.
16576         (gnus-group-catchup-current): Decode group name.
16577         (gnus-group-kill-group): Decode group name.
16578
16579 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16580
16581         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16582
16583 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-group.el (gnus-group-make-rss-group):
16586         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16587
16588         * gnus-start.el (gnus-setup-news): Honor user's setting to
16589         gnus-message-archive-method.  Suggested by Lute Kamstra
16590         <lute@gnu.org>.
16591
16592 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16593
16594         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16595         global counterparts of the buffer-local variables.
16596
16597 2004-11-16  Romain Francoise  <romain@orebokech.com>
16598
16599         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16600         counterparts of the buffer-local variables.
16601
16602 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * message.el (message-forbidden-properties): Fix typo in doc
16605         string.
16606
16607 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gnus-util.el (gnus-replace-in-string): Add doc string.
16610
16611         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16612         to avoid problems when splitting mails with many recipients.
16613
16614 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16615
16616         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16617         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16618
16619 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16620
16621         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16622         if there is no hashtable in memory or file modification time is
16623         newer than cached timestamp.
16624
16625 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * gnus-sum.el (gnus-summary-limit-to-recipient):
16628         Implement not-matching option.
16629
16630 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16633         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16634         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16635         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16636         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16637         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16638
16639 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * message.el (message-forward-make-body-mml): Remove headers
16642         according to message-forward-ignored-headers if a message is decoded.
16643
16644 2004-12-02  Romain Francoise  <romain@orebokech.com>
16645
16646         * message.el (message-forward-make-body-plain): Always remove
16647         headers according to message-forward-ignored-headers.
16648
16649 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16650
16651         * spam.el (spam-summary-prepare-exit): Remove the
16652         gnus-summary-limit pop for now, it has problems with ham marks for
16653         me.
16654
16655 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16656
16657         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16658         correctly.
16659
16660 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16661
16662         * format-spec.el (format-spec): Message the char.
16663
16664 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * gnus-art.el (gnus-split-methods): Reformat comments.
16667
16668         * spam.el (spam-summary-prepare-exit): Remove article limits
16669         before exiting the summary buffer.
16670
16671 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16674         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16675
16676         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16677         order to silence the byte compiler.
16678
16679         * spam.el: Fix the way to silence the byte compiler, which
16680         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16681         bbdb-search-simple, spam-BBDB-register-routine,
16682         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16683         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16684         spam-stat-buffer-is-spam, spam-stat-load,
16685         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16686         spam-stat-save and spam-stat-split-fancy.
16687
16688 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16691         which may confuse users.
16692         (canlock-password-for-verify): Ditto.
16693
16694         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16695
16696         * gnus-art.el (gnus-emphasis-alist): Ditto.
16697
16698         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16699
16700         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16701
16702         * gnus-start.el (gnus-save-killed-list): Ditto.
16703
16704         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16705         (gnus-sum-thread-tree-root): Ditto.
16706         (gnus-sum-thread-tree-false-root): Ditto.
16707         (gnus-sum-thread-tree-single-indent): Ditto.
16708
16709         * message.el (message-courtesy-message): Ditto.
16710         (message-archive-note): Ditto.
16711         (message-subscribed-address-file): Ditto.
16712         (message-user-fqdn): Ditto.
16713
16714         * spam-report.el (spam-report-gmane-regex): Ditto.
16715
16716         * spam.el (spam-blackhole-good-server-regex): Ditto.
16717
16718 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * mml.el (mml-preview): Widen the message buffer before copying
16721         the contents to the preview buffer; sort headers before previewing.
16722
16723         * message.el (message-hidden-headers): Fix the way to avoid a bug
16724         in the `repeat' widget in Emacs 21.3 or earlier.
16725
16726 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * message.el (message-hidden-headers): Default to "^References:".
16729         Improve customization type.  Suggested by Reiner Steib
16730         <Reiner.Steib@gmx.de>.
16731
16732 2004-11-25  Romain Francoise  <romain@orebokech.com>
16733
16734         * message.el (message-strip-forbidden-properties): Remove check for
16735         obsolete `message-hidden' text property, hidden headers are not
16736         accessible in the buffer anymore.
16737
16738 2004-11-22  Romain Francoise  <romain@orebokech.com>
16739
16740         * message.el (message-header-format-alist): Add `From' in list
16741         so that it can be sorted.
16742         (message-fix-before-sending): Widen and sort headers before
16743         sending.
16744         (message-hide-headers): Use narrowing to hide headers by moving
16745         them to the top of the buffer and narrowing to the region
16746         underneath.
16747
16748 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16749
16750         * message.el (message-strip-forbidden-properties):
16751         Bind buffer-read-only (etc) to nil.
16752
16753 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16756         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16757
16758 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16759
16760         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16761
16762 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * dns.el (query-dns): Use sit-for to time instead of
16765         accept-process-output, since that doesn't seem to work on udp
16766         sockets.
16767
16768 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16771
16772 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16773
16774         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16775         doc string.  Improve doc string.
16776
16777 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * nntp.el (nntp-request-update-info): Return nil if
16780         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16781         may not call gnus-activate-group which uselessly issues the GROUP
16782         commands for all nntp groups and wastes time.  Reported by Romain
16783         Francoise <romain@orebokech.com>.
16784
16785         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16786
16787 2004-11-15  Simon Josefsson  <jas@extundo.com>
16788
16789         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16790         headers separately.
16791         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16792         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16793
16794 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * gnus-start.el (gnus-convert-old-newsrc):
16797         Assign legacy-gnus-agent to 5.10.7.
16798
16799 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16800
16801         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16802         start of the lines.
16803
16804 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16805
16806         * hashcash.el (hashcash-default-payment): Change default to 20.
16807         (hashcash-default-accept-payment): Change default to 20.
16808         (hashcash-process-alist): New variable.
16809         (hashcash-generate-payment-async): Add.
16810         (hashcash-already-paid-p): Add.
16811         (hashcash-insert-payment): Don't generate payments twice.
16812         (hashcash-insert-payment-async): Add.
16813         (hashcash-insert-payment-async-2): Add.
16814         (hashcash-cancel-async): Add.
16815         (hashcash-wait-async): Add.
16816         (hashcash-processes-running-p): Add.
16817         (hashcash-wait-or-cancel): Add.
16818         (mail-add-payment): New optional argument.  Conditionally start
16819         asynchronous calculation.
16820         (mail-add-payment-async): Add.
16821
16822         * message.el (message-send-mail): Wait for asynchronous hashcash
16823         results.  Don't clobber existing X-Hashcash headers.
16824         (message-setup-1): Call mail-add-payment-async when
16825         message-generate-hashcash is non-nil.
16826
16827 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16828
16829         * message.el (message-use-alternative-email-as-from): Examine the
16830         From header as well; use message-make-from in order to include a
16831         user's full name.
16832
16833 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16836         default; improve customization type.
16837         (gnus-emphasis-custom-with-format): New macro.
16838         (gnus-emphasis-custom-value-to-external): New function.
16839         (gnus-emphasis-custom-value-to-internal): New function.
16840
16841 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * dns.el (query-dns): Resolve reverse addresses.
16844
16845 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * gnus-group.el (gnus-group-get-new-news): Use it.
16848
16849         * gnus-start.el (gnus-check-reasonable-setup): New function.
16850
16851 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16854         "Args out of range" error.  Reported by Arnaud Giersch
16855         <arnaud.giersch@free.fr>.
16856
16857 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16858
16859         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16860
16861 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16862
16863         * spam.el (spam group): Add :version.
16864
16865         * pgg-def.el (pgg group): Add :version.
16866
16867 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * gnus-art.el (gnus-article-edit-article): Don't associate the
16870         article buffer with a draft file.  This is a temporary measure
16871         against the 2004-08-22 change to gnus-article-edit-mode.
16872
16873 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16876         (html2text-format-tags): Remove unused variable `attr'.
16877
16878 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16881
16882         * tls.el (tls-process-connection-type, tls-success)
16883         (tls-certtool-program): Add :version.
16884
16885         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16886         (starttls-extra-arguments, starttls-process-connection-type)
16887         (starttls-connect, starttls-failure, starttls-success): Add :version.
16888
16889         * spam-stat.el (spam-stat): Add :version.
16890
16891         * sieve.el (sieve): Add :version.
16892
16893         * sha1.el (sha1): Add :version.
16894         (sha1-use-external): Remove redundant version.
16895
16896         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16897         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16898         (nnmail-split-fancy-match-partial-words)
16899         (nnmail-split-lowercase-expanded): Add :version.
16900
16901         * nndiary.el (nndiary): Add :version.
16902
16903         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16904
16905         * mml-sec.el (mml-default-sign-method)
16906         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16907         Add :version.
16908
16909         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16910
16911         * mm-url.el (mm-url-use-external, mm-url-program)
16912         (mm-url-arguments): Add :version.
16913
16914         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16915         (mm-attachment-file-modes, mm-decrypt-option)
16916         (mm-w3m-safe-url-regexp): Add :version.
16917
16918         * message.el (message-cite-prefix-regexp)
16919         (message-sendmail-envelope-from, message-minibuffer-local-map)
16920         (message-user-fqdn, message-completion-alist): Add :version.
16921
16922         * gnus-win.el (gnus-configure-windows-hook)
16923         (gnus-use-frames-on-any-display): Add :version.
16924
16925         * gnus-art.el (gnus-article-address-banner-alist)
16926         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16927         (gnus-treat-from-picon, gnus-treat-mail-picon)
16928         (gnus-treat-x-pgp-sig): Add :version.
16929
16930         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16931         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16932         (gnus-summary-article-delete-hook)
16933         (gnus-summary-display-while-building): Add :version.
16934
16935         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16936         (gnus-get-top-new-news-hook): Add :version.
16937
16938         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16939         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16940
16941         * gnus-registry.el (gnus-registry): Add :version.
16942
16943         * gnus-spec.el (gnus-use-correct-string-widths)
16944         (gnus-make-format-preserve-properties): Add :version.
16945
16946         * gnus.el (gnus-group-charter-alist)
16947         (gnus-group-fetch-control-use-browse-url)
16948         (gnus-install-group-spam-parameters): Add :version.
16949
16950         * gnus-diary.el (gnus-diary): Add :version.
16951
16952         * gnus-delay.el (gnus-delay): Add :version.
16953
16954         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16955         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16956         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16957         Add :version.
16958
16959         * gnus-agent.el (gnus-agent-max-fetch-size)
16960         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16961         (gnus-agent-prompt-send-queue): Add :version.
16962
16963         * deuglify.el (gnus-outlook-deuglify): Add :version.
16964
16965         * html2text.el: Beautify code.  Improve doc strings.
16966         Some checkdoc cleanup.
16967         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16968
16969 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16970
16971         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16972
16973 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16974
16975         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16976         when package is loaded.
16977
16978         * spam.el (spam-summary-score-preferred-header): Add global preference
16979         for people who want to override the default SpamAssassin over
16980         Bogofilter preference (when both are set).
16981         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16982         (spam-user-format-function-S):
16983         Check spam-summary-score-preferred-header.
16984         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16985         (spam-user-format-function-S): Format the score correctly.
16986
16987 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16990         signature file.  Suggested by Manoj Srivastava
16991         <srivasta@golden-gryphon.com>.
16992
16993         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16994         iso-2022-jp even in the Japanese language environment.
16995         Suggested by Jason Rumney <jasonr@gnu.org>.
16996
16997 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17000         use the same characters as the dummy marks; make it free from
17001         getting affected by the language environment.
17002         (gnus-summary-read-group-1): Update mark positions only when the
17003         format spec is updated.
17004
17005         * gnus-spec.el (gnus-update-format-specifications): Return a list
17006         of updated types.
17007
17008 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17011         of boundp to check if display-warning is available.
17012
17013 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17014
17015         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17016
17017 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * nnspool.el (nnspool-spool-directory): Use news-path if the
17020         news-directory variable is not bound.
17021
17022         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17023         function instead of display-warning if it is not available.
17024
17025 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17028         v5-10: Use `point-at-bol'.
17029
17030 2004-10-26  Simon Josefsson  <jas@extundo.com>
17031
17032         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17033         <chenggao@gmail.com>.
17034
17035 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17038         instead.
17039
17040 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17043         to remove a server from the nnimap-server-buffer-alist.
17044         (nnimap-open-connection, nnimap-close-server): Use it.
17045
17046         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17047
17048 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17051         running the major-mode function.
17052
17053 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17056         dummy marks in the right way.
17057
17058 2004-10-18  David Edmondson  <dme@dme.org>
17059
17060         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17061         excessively.
17062
17063 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17064
17065         * gnus-util.el (gnus-split-references): Accept a nil references
17066         string and go on blissfully.
17067
17068         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17069         cases where the references string is non-nil but has no references.
17070
17071         * encrypt.el: Add autoload tags.
17072
17073         * spam.el (spam-resolve-registrations-routine): Remove article
17074         from unregistration list too.  Reported by David Hanak
17075         <dhanak@isis.vanderbilt.edu>
17076
17077 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17080         nil.  Change custom type.
17081
17082 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17085
17086         * gnus-sum.el (gnus-summary-move-article): Use it.
17087
17088 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17089
17090         * encrypt.el: Add autoload cookies.
17091
17092         * spam.el (spam-backend-article-list-property)
17093         (spam-backend-get-article-todo-list)
17094         (spam-backend-put-article-todo-list)
17095         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17096         Resolve registrations separately.
17097         (spam-register-routine): Format comments.
17098         (spam-unregister-routine, spam-register-routine): Always call with
17099         specific-articles, no default list.
17100         (spam-summary-prepare-exit): Use the spam-classifications function.
17101
17102         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17103         gnus-encrypt.el.
17104
17105         * encrypt.el: Copied from gnus-encrypt.el.
17106
17107         * gnus-encrypt.el: Commented that it's obsolete.
17108
17109 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17112         (gnus-score-save): Use it.
17113
17114         * message.el (message-bury): Use `window-dedicated-p'.
17115
17116 2004-10-15  Simon Josefsson  <jas@extundo.com>
17117
17118         * pop3.el (top-level): Don't require nnheader.
17119         (pop3-read-timeout): Add.
17120         (pop3-accept-process-output): Add.
17121         (pop3-read-response, pop3-retr): Use it.
17122
17123 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-register-routine): Move comment.
17126         (spam-verify-bogofilter): Use 'unknown for the initial
17127         spam-bogofilter-valid state, not 'never.
17128
17129         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17130         for netrc-machine.
17131
17132         * nnimap.el (nnimap-open-connection):
17133         Use netrc-machine-user-or-password.
17134
17135 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17136
17137         * gnus-registry.el (gnus-registry-unload-hook):
17138         Set as a variable with add-hook.
17139
17140         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17141         of news-path.
17142
17143         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17144
17145         * spam.el: Delete duplicate `provide'.
17146         (spam-unload-hook): Set as a variable with add-hook.
17147
17148 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17151         in the doc string.
17152
17153         * message.el (message-ignored-news-headers)
17154         (message-ignored-supersedes-headers)
17155         (message-ignored-resent-headers)
17156         (message-forward-ignored-headers): Improve custom type.
17157
17158 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * message.el (message-tokenize-header): Fix 2004-09-06 change
17161         which used point-min in the wrong place.
17162
17163 2004-10-12  Simon Josefsson  <jas@extundo.com>
17164
17165         * tls.el (tls-certtool-program): New variable.
17166         (tls-certificate-information): New function, based on
17167         ssl-certificate-information.
17168
17169 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * compface.el: Move the version of ELisp-based uncompface program
17172         to the contrib directory because of the copyright problem.
17173
17174 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * message.el (message-kill-buffer): Raise the current frame.
17177
17178 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17179
17180         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17181
17182         * gnus.el (message-y-or-n-p): Autoload.
17183
17184         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17185         (pop3-password-required, pop3-authentication-scheme)
17186         (pop3-leave-mail-on-server): Make customizable.
17187         (pop3): New custom group.
17188         (pop3-retr): Remove `sleep-for' statements.
17189         Suggested by Dave Love <fx@gnu.org>.
17190
17191         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17192         Windows/DOS.
17193
17194         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17195         (imap-parse-body): Fix incorrect use of `assert'.
17196         Suggested by Dave Love <fx@gnu.org>.
17197
17198         * mml.el (mml-minibuffer-read-disposition): Require match.
17199         Suggested by Dave Love <fx@gnu.org>.
17200
17201 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17204         doc string.
17205
17206 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17209
17210 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17211
17212         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17213         instead of calling `mm-insert-inline', to decode text/* parts
17214         before displaying them.
17215
17216 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * mm-uu.el (mm-uu-text-plain-type): New variable.
17219         (mm-uu-pgp-signed-extract-1): Use it.
17220         (mm-uu-pgp-encrypted-extract-1): Use it.
17221         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17222         bind mm-uu-text-plain-type with that value.
17223         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17224         mm-uu-dissect.
17225
17226 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * gnus-group.el (gnus-update-group-mark-positions):
17229         * gnus-sum.el (gnus-update-summary-mark-positions):
17230         * message.el (message-check-news-body-syntax):
17231         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17232         of string-as-multibyte.
17233
17234 2004-10-05  Juri Linkov  <juri@jurta.org>
17235
17236         * gnus-group.el (gnus-update-group-mark-positions):
17237         * gnus-sum.el (gnus-update-summary-mark-positions):
17238         * message.el (message-check-news-body-syntax):
17239         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17240         8-bit unibyte values to a multibyte string for search functions.
17241
17242 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17245         (mm-uu-dissect-text-parts): New function.
17246
17247         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17248         dissect text parts.
17249
17250         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17251         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17252
17253         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17254
17255         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17256         Use gnus-current-topics instead of gnus-current-topic.
17257
17258 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17259
17260         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17261
17262 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17263
17264         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17265         where approriate.
17266
17267         * nnml.el (nnml-generate-active-info): do.
17268
17269         * nndiary.el (nndiary-generate-active-info): do.
17270
17271         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17272         (gnus-topic-move): do.
17273
17274         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17275         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17276
17277         * gnus-srvr.el (gnus-server-prepare)
17278         (gnus-server-open-all-servers): do.
17279
17280         * gnus-msg.el (gnus-summary-cancel-article)
17281         (gnus-summary-resend-message)
17282         (gnus-summary-mail-crosspost-complaint): do.
17283
17284         * gnus-move.el (gnus-change-server): do.
17285
17286         * gnus-group.el (gnus-group-unmark-all-groups)
17287         (gnus-group-set-current-level): do.
17288
17289 2004-10-04  Simon Josefsson  <jas@extundo.com>
17290
17291         * message.el (message-generate-hashcash): Doc fix.
17292
17293 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17294
17295         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17296         avoid infinite recursion via gnus-get-function.
17297
17298 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17299
17300         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17301
17302         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17303
17304         * nnmail.el (nnmail-split-history): do.
17305
17306         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17307         (nnml-request-delete-group): do.
17308
17309         * nnslashdot.el (nnslashdot-read-groups): do.
17310
17311         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17312         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17313
17314         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17315         (nnspool-sift-nov-with-sed): Use last.
17316         (nnspool-retrieve-headers-with-nov): Use mapc.
17317         (nnspool-request-newgroups): Use dolist.
17318         (nnspool-request-group): Use last.
17319
17320         * nntp.el (nntp-read-server-type): Use dolist.
17321
17322         * nnvirtual.el (nnvirtual-create-mapping)
17323         (nnvirtual-update-read-and-marked): Use dolist.
17324         (nnvirtual-convert-headers): Simplify.
17325
17326 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17327
17328         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17329         Add support for sync'ing tick marks.
17330
17331 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17334         there's no visible header.
17335
17336 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17337
17338         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17339         When necessary, pass full group name to gnus-request-set-marks.
17340
17341 2004-10-01  Simon Josefsson  <jas@extundo.com>
17342
17343         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17344         acroread.
17345
17346 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * spam-report.el (spam-report-gmane): Fix interactive.
17349
17350         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17351
17352         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17353         when writing file.
17354         (gnus-agent-synchronize-flags): Don't default to being
17355         interactive.
17356
17357 2004-09-30  Simon Josefsson  <jas@extundo.com>
17358
17359         * message.el (message-generate-hashcash): Add.
17360         (message-send-mail): Use it, call mail-add-payment.
17361
17362 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17365
17366 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17367
17368         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17369         gnus-requst-update-info with explicit code to sync the in-memory
17370         info read flags with the marks being sync'd to the backend.
17371
17372         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17373
17374 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17375
17376         * spam.el (spam-verify-bogofilter): Add new function.
17377         (spam-check-bogofilter)
17378         (spam-bogofilter-register-with-bogofilter): Use it.
17379         (spam-verify-bogofilter): Add small fixes.
17380
17381 2004-09-28  Simon Josefsson  <jas@extundo.com>
17382
17383         * hashcash.el (hashcash-generate-payment): Revert.
17384
17385 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17388         Use gnus-extract-references instead of gnus-split-references.
17389
17390         * gnus-util.el (gnus-extract-references): Add new function, analogous
17391         to gnus-split-references but extracts only the message-ID without
17392         anything extra.
17393
17394         * hashcash.el (hashcash-generate-payment)
17395         (hashcash-check-payment): Do the right thing if hashcash-path is
17396         nil (because the hashcash program could not be found).
17397
17398         * spam.el (spam-use-hashcash): Remove comment.
17399
17400 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17401
17402         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17403         (gnus-cache-enter-article, gnus-cache-remove-article)
17404         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17405
17406         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17407
17408         * gnus-art.el (article-hide-boring-headers)
17409         (article-translate-strings, article-display-face)
17410         (gnus-article-mime-match-handle-first)
17411         (gnus-article-highlight-headers)
17412         (gnus-article-add-buttons-to-head): do.
17413
17414 2004-09-27  Simon Josefsson  <jas@extundo.com>
17415
17416         * hashcash.el: New version, from
17417         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17418         ../contrib/.
17419
17420 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17423
17424 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17425
17426         * gnus-dup.el (gnus-dup-open): Use mapc.
17427         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17428
17429         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17430         Reported by Stefan Wiens <s.wi@gmx.net>.
17431
17432         * gnus.el (gnus-shutdown): Use dolist.
17433
17434         * gnus-undo.el (gnus-undo): Use mapc.
17435
17436         * nnrss.el (nnrss-generate-active): do.
17437
17438         * message.el (message-cite-original-without-signature)
17439         (message-cite-original): Use mapc.
17440         (message-do-actions, message-make-forward-subject): Use dolist.
17441
17442 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17443
17444         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17445         deletion to remove entire duplicate line.  Fixes merged article
17446         number bug.
17447
17448 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17449
17450         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17451         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17452         first ask if you want to open a server and then, even when you
17453         responded with no, asking if you want to synchronize the server's
17454         flags.
17455         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17456         multi-line expressions.
17457         (gnus-agent-synchronize-group-flags): New internal function.
17458         Updates marks in memory (in the info structure) AND in the
17459         backend.
17460
17461         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17462
17463         * nnagent.el (nnagent-request-set-mark):
17464         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17465         method, to ensure that synchronization updates marks in the
17466         backend and in the info (in memory) structure.
17467
17468 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17471         convention fully; don't miss the root article of a thread; make
17472         the X-Draft-From header with correct article numbers.
17473
17474 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17475
17476         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17477         unless plugged.  Disable the agent so that an open failure causes
17478         an error.
17479
17480         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17481         Revert 2004-09-21 change.  The backend must be opened while
17482         synchronizing flags even when the backend stores the flags
17483         locally.
17484
17485 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17488         in `header' match.  Reported by Svend Tollak Munkejord.
17489
17490         * message.el (message-cite-original): Fix use of
17491         `message-cite-articles-with-x-no-archive'.
17492
17493 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17496         (gnus-window-to-buffer): Ditto.
17497
17498         * mml.el (mml-preview-buffer): New variable.
17499         (mml-preview): Manage window layout with gnus-buffer-configuration.
17500
17501         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17502         X-Draft-From header even if those articles aren't quoted.
17503
17504 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17505
17506         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17507         (gnus-request-set-mark, gnus-request-update-mark): Use new
17508         g-s-t-u-l-m to decide to use backend even when unplugged.
17509
17510 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17513         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17514
17515 2004-09-20  Simon Josefsson  <jas@extundo.com>
17516
17517         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17518         "utf-16-le".
17519
17520 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17521
17522         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17523
17524 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * uudecode.el (uudecode-use-external): Add :version.
17527
17528         * smime.el (smime-CA-file, smime-encrypt-cipher)
17529         (smime-dns-server): Add :version.
17530
17531         * smiley.el (gnus-smiley-file-types): Add :version.
17532
17533         * sha1.el (sha1-use-external): Add :version.
17534
17535         * pgg-def.el (pgg-query-keyserver): Add :version.
17536
17537         * nnmail.el (nnmail-fancy-expiry-targets)
17538         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17539         Add :version.
17540
17541         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17542         (nnimap-retrieve-groups-asynchronous): Add :version.
17543         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17544
17545         * mml.el (mml-content-disposition-parameters)
17546         (mml-insert-mime-headers-always): Add :version.
17547
17548         * mm-util.el (mm-coding-system-priorities): Add :version.
17549
17550         * mm-decode.el (mm-inline-text-html-with-images)
17551         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17552         (mm-verify-option): Add :version.
17553         (mm-text-html-renderer): Change :version.
17554
17555         * message.el (message-fcc-externalize-attachments)
17556         (message-required-headers, message-draft-headers)
17557         (message-subject-trailing-was-query)
17558         (message-subject-trailing-was-ask-regexp)
17559         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17560         (message-mark-insert-end, message-archive-header)
17561         (message-archive-note, message-cross-post-default)
17562         (message-cross-post-note, message-followup-to-note)
17563         (message-cross-post-note-function, message-use-mail-followup-to)
17564         (message-subscribed-address-functions)
17565         (message-subscribed-address-file, message-subscribed-addresses)
17566         (message-subscribed-regexps, message-allow-no-recipients)
17567         (message-yank-cited-prefix, message-signature-insert-empty-line)
17568         (message-hidden-headers, message-hierarchical-addresses)
17569         (message-mail-user-agent, message-use-idna)
17570         (message-valid-fqdn-regexp)
17571         (message-strip-special-text-properties, message-header-synonyms)
17572         (message-beginning-of-line, message-tab-body-function): Add :version.
17573         (message-insert-canlock, message-wide-reply-confirm-recipients):
17574         Change :version.
17575
17576         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17577         and :version.
17578         (mail-source-delete-old-incoming-confirm)
17579         (mail-source-movemail-program): Add :version.
17580
17581         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17582         (gnus-agent-cache, gnus-agent): Change :version.
17583
17584         * gnus-util.el (gnus-use-byte-compile): Change :version.
17585
17586         * gnus-sum.el (gnus-summary-make-false-root-always)
17587         (gnus-summary-default-high-score)
17588         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17589         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17590         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17591         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17592         (gnus-sum-thread-tree-single-indent)
17593         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17594         (gnus-sum-thread-tree-leaf-with-other)
17595         (gnus-sum-thread-tree-single-leaf): Add :version.
17596         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17597         (gnus-article-loose-mime): Change :version.
17598
17599         * gnus-start.el (gnus-backup-startup-file)
17600         (gnus-save-startup-file-via-temp-buffer): Add :version.
17601
17602         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17603         (gnus-server-offline-face): Add :version.
17604
17605         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17606
17607         * gnus-msg.el (gnus-gcc-externalize-attachments)
17608         (gnus-debug-files, gnus-debug-exclude-variables)
17609         (gnus-discouraged-post-methods): Change :version.
17610         (gnus-confirm-mail-reply-to-news)
17611         (gnus-confirm-treat-mail-like-news): Add :version.
17612
17613         * gnus-int.el (gnus-server-unopen-status): Add :version.
17614
17615         * gnus-group.el (gnus-group-jump-to-group-prompt)
17616         (gnus-large-ephemeral-newsgroup)
17617         (gnus-fetch-old-ephemeral-headers): Add :version.
17618
17619         * gnus-fun.el (gnus-x-face-directory)
17620         (gnus-convert-pbm-to-x-face-command)
17621         (gnus-convert-image-to-x-face-command)
17622         (gnus-convert-image-to-face-command): Add :version.
17623
17624         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17625
17626         * gnus-cite.el (gnus-cite-blank-line-after-header)
17627         (gnus-article-boring-faces): Add :version.
17628
17629         * gnus-art.el (gnus-buttonized-mime-types)
17630         (gnus-inhibit-mime-unbuttonizing)
17631         (gnus-treat-display-face)
17632         (gnus-treat-body-boundary): Change :version.
17633         (gnus-body-boundary-delimiter, gnus-picon-databases)
17634         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17635         (gnus-treat-date-english, gnus-treat-fold-headers)
17636         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17637         (gnus-treat-mail-picon, gnus-treat-wash-html)
17638         (gnus-article-encrypt-protocol)
17639         (gnus-use-idna, gnus-article-over-scroll)
17640         (gnus-mime-display-multipart-alternative-as-mixed)
17641         (gnus-mime-display-multipart-related-as-mixed)
17642         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17643         (gnus-ctan-url, gnus-button-ctan-handler)
17644         (gnus-button-handle-ctan-bogus-regexp)
17645         (gnus-button-ctan-directory-regexp)
17646         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17647         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17648         (gnus-button-man-level, gnus-button-emacs-level)
17649         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17650
17651         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17652         (gnus-agent-go-online): Change :version.
17653         (gnus-agent-expire-unagentized-dirs)
17654         (gnus-agent-auto-agentize-methods): Add :version.
17655
17656         * flow-fill.el (fill-flowed-display-column)
17657         (fill-flowed-encode-column): Add :version.
17658
17659         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17660         (gnus-outlook-deuglify-unwrap-max)
17661         (gnus-outlook-deuglify-cite-marks)
17662         (gnus-outlook-deuglify-unwrap-stop-chars)
17663         (gnus-outlook-deuglify-no-wrap-chars)
17664         (gnus-outlook-deuglify-attrib-cut-regexp)
17665         (gnus-outlook-deuglify-attrib-verb-regexp)
17666         (gnus-outlook-deuglify-attrib-end-regexp)
17667         (gnus-outlook-display-hook): Add :version.
17668
17669         * binhex.el (binhex-use-external): Add :version.
17670
17671 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17674         and `invisible'.
17675
17676 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17677
17678         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17679         in gnus-registry-trim.
17680
17681 2004-09-13  Simon Josefsson  <jas@extundo.com>
17682
17683         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17684
17685         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17686
17687         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17688         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17689         <yamaoka@jpl.org>.
17690         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17691         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17692         <yamaoka@jpl.org>.
17693
17694         * sieve.el (sieve-manage-mode): Ditto.
17695
17696 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17699
17700 2004-09-11  Simon Josefsson  <jas@extundo.com>
17701
17702         * dns-mode.el: Add.
17703
17704         * mm-view.el (mm-display-dns-inline): Add.
17705
17706         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17707         (mm-automatic-display): Ditto.
17708
17709         * mailcap.el (mailcap-mime-data): Add text/dns.
17710         (mailcap-mime-extensions): Map .soa to text/dns.
17711
17712 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17713
17714         * gnus-art.el (article-decode-mime-words, article-babel)
17715         (gnus-article-highlight-signature, gnus-article-add-buttons)
17716         (gnus-signature-toggle): Remove unnecessary bindings of
17717         `inhibit-read-only' inherited from v5.10 merge.
17718
17719 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17720
17721         * nntp.el (nntp): New customization group.
17722         (nntp-authinfo-file): Add customization group.
17723
17724         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17725
17726         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17727
17728         * gnus.el (to-address, to-list, subscribed)
17729         (large-newsgroup-initial): Ditto.
17730
17731         * flow-fill.el (fill-flowed-display-column)
17732         (fill-flowed-encode-column): Ditto.
17733
17734 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17735
17736         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17737         Use point-min rather than 1.
17738         (message-send-mail): Use buffer-size rather than point-max.
17739
17740         * gnus-sum.el (gnus-summary-search-article-forward):
17741         Signal a specific `search-failed' rather than a generic `error'.
17742
17743         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17744         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17745         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17746
17747 2004-09-10  Simon Josefsson  <jas@extundo.com>
17748
17749         * nndb.el (require): Remove tcp and duplicate cl.
17750
17751 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-agent.el (directory-files-and-attributes): Move forward.
17754
17755 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17756
17757         * gnus-agent.el (directory-files-and-attributes):
17758         Optionally defined to support XEmacs.
17759
17760 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17761
17762         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17763         to avoid run-time CL dependencies.
17764         (gnus-agent-unfetch-articles): New function.
17765         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17766         article numbers even when local .overview file is missing.
17767         (gnus-agent-read-article-number): New function.  Only accepts
17768         27-bit article numbers.
17769         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17770         Use gnus-agent-read-article-number.
17771         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17772         from backend while recognizing that article numbers in .overview
17773         must be valid.
17774         (gnus-agent-update-files-total-fetched-for):
17775         Use directory-files-and-attributes to improve performance.
17776         * gnus-int.el (gnus-request-move-article):
17777         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17778         improve performance.
17779
17780         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17781         some users confused by references to .newsrc when they only have a
17782         .newsrc.eld file.
17783         (gnus-convert-mark-converter-prompt)
17784         (gnus-convert-converter-needs-prompt): Fix use of property list.
17785         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17786         New function.  Used internally to only display 'gnus converting
17787         files' message when actually necessary.
17788
17789         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17790         methods now autoloaded.
17791
17792 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17795         identifiers.
17796
17797 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17798
17799         * gnus-picon.el: Fix indentation and closing parenthesis.
17800
17801 2004-09-01  Simon Josefsson  <jas@extundo.com>
17802
17803         * message.el (message-canlock-generate): Require sha1, not
17804         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17805         to require within a function.  Sadly, if sha1.el isn't loaded, the
17806         let binding in m-c-g will hide the defcustom definition, which is
17807         bad.)
17808
17809         * canlock.el: Require sha1, not sha1-el.
17810
17811         * message.el: Don't autoload sha1 (there is a autoload cookie in
17812         sha1.el).
17813
17814         * sha1-el.el: Rename to sha1.el.
17815
17816 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17817
17818         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17819
17820 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17821
17822         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17823
17824 2004-08-30  Kim F. Storm  <storm@cua.dk>
17825
17826         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17827
17828         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17829         Add :group 'nnimap.
17830
17831 2004-08-30  Andreas Schwab  <schwab@suse.de>
17832
17833         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17834         ?* and ?\;.
17835
17836         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17837         and ?\' to symbol instead of whitespace.
17838
17839 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17842
17843         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17844         instead of re-search-forward.
17845
17846         * gnus-uu.el (gnus-uu-save-article): Ditto.
17847         (gnus-uu-post-encode-uuencode): Ditto.
17848
17849         * html2text.el (html2text-clean-list-items): Ditto.
17850         (html2text-clean-dtdd): Ditto.
17851         (html2text-format-tags): Ditto.
17852
17853         * message.el (message-send-mail-with-sendmail): Fix regexp.
17854         (message-fill-field-general): Use search-forward instead of
17855         re-search-forward.
17856         (unbold-region): Ditto.
17857
17858         * nnrss.el (nnrss-request-article): Ditto.
17859
17860         * nnslashdot.el (nnslashdot-request-article): Ditto.
17861
17862         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17863
17864         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17865         "Unrecognized menu descriptor" error in XEmacs.
17866
17867 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17868
17869         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17870         parent article of a sparse article in the thread hashtb.
17871
17872 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17873
17874         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17875         (nnmail-expand-newtext): Lowercase expanded entries if
17876         nnmail-split-lowercase-expanded is non-nil.
17877
17878 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17881
17882         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17883         of gnus-tmp-news-method into string under XEmacs.  It will be
17884         passed to gnus-correct-length which takes only a string argument.
17885
17886 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-util.el (gnus-bind-print-variables): New macro.
17889         (gnus-prin1): Use it.
17890         (gnus-prin1-to-string): Use it.
17891         (gnus-pp): New function.
17892         (gnus-pp-to-string): New function.
17893
17894         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17895         Replace pp-to-string with gnus-pp-to-string.
17896         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17897         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17898         * gnus-msg.el (gnus-debug): Ditto.
17899         * gnus-score.el (gnus-score-save): Ditto.
17900         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17901         gnus-pp-to-string.
17902         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17903         with gnus-pp.
17904         * score-mode.el (gnus-score-pretty-print): Ditto.
17905         * webmail.el (webmail-debug): Ditto.
17906
17907 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-art.el (article-display-face, article-display-x-face):
17910         Use buffer-read-only.
17911
17912 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * gnus-art.el (article-hide-list-identifiers):
17915         Bind inhibit-read-only as t.
17916
17917 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17918
17919         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17920
17921 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17922
17923         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17924         (gnus-narrow-to-page): Don't assume point-min == 1.
17925         (gnus-article-edit-mode): Derive from message-mode.
17926
17927         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17928         point-min == 1.
17929
17930         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17931         Disable incorrect use of `assert'.
17932
17933         * message.el (message-mode): Set comment-start-skip.
17934
17935
17936 2004-08-22  Sam Steingold  <sds@gnu.org>
17937
17938         * pop3.el (pop3-leave-mail-on-server): New user variable.
17939         (pop3-movemail): Delete mail only when it is nil.
17940
17941 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17944
17945         * mml.el (mml-preview): Use `pop-to-buffer'.
17946
17947         * message.el (message-goto-mail-followup-to): Insert after "To".
17948         (message-carefully-insert-headers): Add comment.
17949
17950         * gnus.el: Remove unused variable `gnus-article-check-size'.
17951
17952         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17953
17954         * gnus-art.el (gnus-button-alist):
17955         Improve `gnus-button-handle-library' entry.
17956
17957 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17958
17959         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17960         Use downcase, since XEmacs capitalizes error messages differently.
17961
17962 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * nntp.el: Add (require 'gnus) due to reference to
17965         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17966
17967 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17968
17969         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17970         Bind `mm-fill-flowed'.
17971
17972         * mm-decode.el (mm-dissect-singlepart): Check it.
17973
17974 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17977         'imap' for netrc parsing.
17978
17979 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * mailcap.el (mailcap-mime-data): Mark as risky.
17982
17983 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17986         may be included in the encoded word.
17987         (rfc2047-encode): Don't append a space if the encoded word
17988         includes close parenthesis.
17989
17990 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17993         of text within parentheses.
17994
17995 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17998         (gnus-encrypt-write-file-contents): Make the password key the file
17999         name PLUS the cipher, not just the cipher.  Also remove failed
18000         passwords from the cache.
18001
18002 2004-08-06  Simon Josefsson  <jas@extundo.com>
18003
18004         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18005         Doc fix.
18006
18007 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18010         LWSP.
18011
18012 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18013
18014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18015         Try to append in-reply-to: data to the references: header.
18016
18017         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18018         (netrc-parse): Use gnus-encrypt.el functions.
18019
18020         * gnus-encrypt.el: Add new file for encryption support; currently
18021         does only a few GPG ciphers and an internal XOR cipher.
18022
18023         * password.el: Add comments on using password-read-and-add.
18024         (password-read-and-add): Add function to read and add the
18025         password to the cache at once.
18026
18027 2004-07-28  Simon Josefsson  <jas@extundo.com>
18028
18029         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18030         parameter (but don't use it, for now).
18031
18032         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18033         instead of hard coding to nil.
18034
18035 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18038         as mm-inline-image-xemacs does.
18039
18040 2004-07-26  Simon Josefsson  <jas@extundo.com>
18041
18042         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18043         Revert part of 2004-07-17 change below.
18044
18045 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18048         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18049
18050 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051
18052         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18053         quotes that actually start with ">" at the beginning of the
18054         lines.
18055
18056 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * rfc2047.el (rfc2047-encode-region): Fix last change.
18059         (rfc2047-encode-parameter): Remove useless concat.
18060
18061 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18064         encode special characters; fix some kind of misconfigured headers;
18065         signal a real error if debug-on-quit or debug-on-error is non-nil.
18066         (rfc2047-encode-max-chars): New variable.
18067         (rfc2047-encode-1): Use it.
18068         (rfc2047-encode-parameter): New function.
18069
18070         * mml.el (mml-insert-parameter): Remove an excessive space.
18071
18072 2004-07-17  Simon Josefsson  <jas@extundo.com>
18073
18074         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18075         Kai Grossjohann <kai@emptydomain.de>.
18076         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18077         (gnus-group-make-menu-bar): Ditto.
18078
18079         * gnus-util.el (gnus-group-server): Add.
18080
18081 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * message.el (message-clone-locals): Clone sendmail and smtp
18084         variables.
18085
18086 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * rfc2047.el (rfc2047-encode-region): Fix last change.
18089
18090 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18093         characters as non-special.
18094
18095 2004-07-09  Simon Josefsson  <jas@extundo.com>
18096
18097         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18098         Users will lose all flag changes made while unplugged with
18099         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18100         good default.  See numerous reports on ding mailing list.
18101
18102 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18105         add generate-head-function and generate-article-function to the
18106         rfc822-forward entry.
18107         (nndoc-rfc822-forward-generate-article): New function.
18108         (nndoc-rfc822-forward-generate-head): New function.
18109
18110         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18111
18112 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18113
18114         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18115         respect display group parameter and gnus-summary-expunge-below.
18116         (gnus-articles-to-read): Remove unused reference to display group
18117         parameter.
18118
18119 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18120
18121         * nnheader.el (nnheader-uniquify-message-id): New experimental
18122         variable.
18123         (nnheader-nov-read-message-id): Use it.
18124
18125         * spam-report.el (spam-report-gmane): Add interactive.
18126
18127 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * mm-encode.el (mm-content-transfer-encoding-defaults):
18130         Use qp-or-base64 for the application/* types.
18131
18132 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18133
18134         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18135
18136 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18139         trim value.
18140
18141 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18142
18143         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18144         New macro and function.
18145         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18146
18147 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18150         after-load-alist.
18151
18152 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18153
18154         * gnus-group.el (gnus-group-get-new-news-this-group):
18155         Don't update info that isn't there.
18156
18157 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18158
18159         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18160         entry.
18161
18162 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * mm-view.el (mm-inline-render-with-function): Use multibyte
18165         buffer; decode html source by charset.
18166
18167         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18168
18169         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18170         Mule-UCS is loaded under XEmacs.
18171         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18172
18173 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18174
18175         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18176
18177 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-util.el (mm-coding-system-p): Return a coding-system.
18180         (mm-mime-mule-charset-alist): Use shift_jis instead of
18181         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18182         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18183         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18184         instead of japanese-shift-jis and iso-latin-1 respectively in
18185         order to share the default value with both Emacs and XEmacs-mule.
18186         (mm-mule-charset-to-mime-charset):
18187         Make mm-coding-system-priorities effective.
18188         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18189         while predicating of candidates upon the priorities.
18190
18191 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18192
18193         * gnus-sum.el (gnus-summary-make-menu-bar):
18194         Add gnus-uu-invert-processable.
18195
18196         * gnus.el: Autoload gnus-uu-invert-processable.
18197
18198 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * mm-util.el (mm-with-multibyte-buffer): New macro.
18201
18202         * rfc2047.el (rfc2047-encode-string): Use it.
18203         (rfc2047-encode-region): Move point to the end of the region after
18204         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18205
18206 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18209         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18210
18211 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18214         (gnus-cite-parse): Ignore quoted envelope From_.
18215         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18216
18217 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18218
18219         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18220         invalid addresses.
18221
18222 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18223
18224         * spam.el: Change section markers, revise TODO list.
18225         (spam-backends): Make new master list of all installed backends.
18226         (spam-summary-exit-behavior): Add new variable to determine how
18227         messages moves are done at summary exit.
18228         (spam-move-spam-nonspam-groups-only)
18229         (spam-process-ham-in-nonham-groups)
18230         (spam-process-ham-in-spam-groups): Remove variables, the
18231         spam-summary-exit-behavior variable should be used to manage this
18232         behavior.
18233         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18234         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18235         and spam-old-spam-articles.
18236         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18237         Add empty variables, placeholders for the backends they represent.
18238         (spam-set-difference): Move, unchanged.
18239         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18240         unless the user has a processor variable.
18241         (spam-classifications, spam-classification-valid-p)
18242         (spam-backend-properties, spam-backend-property-valid-p)
18243         (spam-backend-function-type-valid-p)
18244         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18245         (spam-report-articles-gmane, spam-report-articles-resend):
18246         Remove functions, they are not needed.
18247         (spam-install-backend-super, spam-backend-list)
18248         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18249         (spam-backend-function, spam-backend-ham-registration-function)
18250         (spam-backend-spam-registration-function)
18251         (spam-backend-ham-unregistration-function)
18252         (spam-backend-spam-unregistration-function)
18253         (spam-backend-statistical-p, spam-backend-mover-p)
18254         (spam-install-backend-alias, spam-install-checkonly-backend)
18255         (spam-install-mover-backend, spam-install-nocheck-backend)
18256         (spam-install-backend, spam-install-statistical-backend)
18257         (spam-install-statistical-checkonly-backend): Add backend installation
18258         support.
18259         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18260         (spam-group-processor-p): Use the new backend code and respect the
18261         summary exit behavior.
18262         (spam-mark-spam-as-expired-and-move-routine): Remove.
18263         (spam-summary-prepare): Change to use the new spam-old-articles
18264         variable.
18265         (spam-copy-or-move-routine, spam-copy-spam-routine)
18266         (spam-move-spam-routine, spam-copy-ham-routine)
18267         (spam-move-ham-routine): Add code to copy/move ham or spam.
18268         (spam-fetch-field-fast): Improve doc and code, plus allow the
18269         'number request.
18270         (spam-list-of-checks, spam-list-of-statistical-checks):
18271         Remove variables.
18272         (spam-split, spam-find-spam): Use the new backend code.
18273         (spam-registration-functions): Remove variable.
18274         (spam-unregister-routine): Add convenience wrapper.
18275         (spam-log-undo-registration, spam-register-routine)
18276         (spam-log-processing-to-registry)
18277         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18278         where possible.
18279         (spam-check-gmane-xref, spam-check-regex-headers)
18280         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18281         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18282         (spam-check-bogofilter-headers, spam-check-spamoracle)
18283         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18284         (spam-check-crm114-headers): Use the spam-split-group that
18285         spam-split prepares, no need to determine it every time.
18286
18287         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18288         to the nnheader-parse-naked-head call.
18289
18290         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18291
18292         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18293         the nnheader-nov-read-message-id call.
18294
18295 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18298         gnus-activate-group twice.  Suggested by Markus Peter
18299         <warp@spin.de>.
18300
18301 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-art.el (gnus-article-time-format): Exchange the order of
18304         day and month in the default value; fix customization type.
18305         (article-date-ut): Use add-text-properties.
18306         (article-make-date-line): Use message-make-date instead of
18307         current-time-string.
18308
18309         * message.el (message-fetch-field): Don't use set-text-properties.
18310         (message-make-date): Simplify.
18311
18312         * messagexmas.el (message-xmas-make-date): New function.
18313         (message-xmas-redefine): Defalias message-make-date to it.
18314
18315 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18318         (rfc2047-encode-region): Treat text within parentheses as special;
18319         show the original text when error has occurred.
18320
18321         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18322         already-computed method to gnus-activate-group.
18323
18324         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18325         same select-methods identical Lisp objects.
18326
18327         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18328         object when modifying the info.
18329
18330 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18333         gnus-opened-servers since it has never been opened with the new
18334         configuration yet.
18335
18336 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18339         arg to nnheader-generate-fake-message-id.
18340
18341 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18342
18343         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18344         number and build a fake message ID localized to a group and
18345         article number (so it's repeatable from that point on).
18346         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18347         ID format.
18348
18349         * gnus-sum.el (gnus-get-newsgroup-headers):
18350         Call nnheader-generate-fake-message-id with the article number.
18351
18352 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18353
18354         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18355         end-of-buffer.
18356
18357 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * message.el (message-ignored-supersedes-headers): Add Approved.
18360
18361 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18364         goto-char.
18365         (rfc2047-encode): Fold the line before encoding.
18366
18367 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18368
18369         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18370         folding -- not all headers can be folded, and this should be done
18371         by the message composition mode.  Probably.  I think.
18372
18373 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18376         fast.
18377
18378         * gnus-ems.el (gnus-remove-image): Don't use
18379         message-text-with-property; remove only the image found first.
18380
18381         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18382         found first.
18383
18384 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18387
18388 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * message.el (message-text-with-property): Make it fast and accept
18391         optional arguments.
18392         (message-strip-forbidden-properties): Use it.
18393         (message-fix-before-sending): Follow the m-t-w-p change.
18394
18395         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18396
18397 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * gnus-art.el (article-hide-headers): Don't change the buffer
18400         mistakenly when performing mml-preview even if
18401         gnus-single-article-buffer is nil.
18402
18403 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18404
18405         * message.el (message-expand-name-databases): New user option.
18406         (message-expand-name): Use it.
18407
18408 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18409
18410         * spam.el (spam-report-articles-resend)
18411         (spam-report-resend-register-routine): Allow ham reporting.
18412         (spam-report-resend-register-ham-routine): Add wrapper.
18413         (spam-registration-functions): Add ham resending functions.
18414         (spam-list-of-processors): Add ham resend processor.
18415
18416         * gnus.el (ham-resend-to): Add new group parameter.
18417         (spam-process): Add ham resend option.
18418
18419         * spam-report.el (spam-report-resend): Allow reporting ham.
18420         (spam-report-resend-ham): Add wrapper.
18421
18422 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18423
18424         * message.el (message-cite-articles-with-x-no-archive):
18425         New variable.
18426         (message-cite-original): Use it.
18427
18428 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18429
18430         * message.el (message-cite-original): Respect X-No-Archive.
18431
18432 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * gnus-art.el (article-hide-headers): Refer to the values for
18435         gnus-ignored-headers and gnus-visible-headers in the summary
18436         buffer since a user may have set them as group parameters.
18437
18438 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18439
18440         * assistant.el (assistant-node-name): Add convenience function.
18441         (assistant-render-text, assistant-render-node): Add error handling,
18442         plus handle multiple next nodes.
18443         (assistant-find-next-node): Comment out for now.
18444         (assistant-find-next-nodes): Add function, returns list of next
18445         nodes.
18446
18447 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * mail-source.el (mail-source-directory): Fix doc-string.
18450
18451 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * assistant.el (assistant-render-text, assistant-eval): Add :set
18454         widget type, which is different because it takes and returns a
18455         list.  Much hilarity ensues.
18456
18457 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18460
18461         * gnus-group.el (gnus-group-get-new-news-this-group):
18462         Add doc-string.
18463
18464         * gnus-start.el (gnus-activate-group): Add doc-string.
18465
18466 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18469
18470 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * assistant.el (assistant-render-text): Try to add a :set
18473         widget, more to come.
18474
18475         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18476         strings.
18477         (spam-report-articles-resend)
18478         (spam-register-routine): Do registration iff any articles warrant
18479         it.
18480         (spam-summary-prepare-exit): Change log message for nil group
18481         destinations.
18482
18483 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18484
18485         * spam.el (spam-report-resend-register-routine):
18486         Allow spam-report-resend-to to be a group parameter or a global value.
18487
18488 2004-05-26  Simon Josefsson  <jas@extundo.com>
18489
18490         * starttls.el: Merge with my GNUTLS based starttls.el.
18491         (starttls-gnutls-program, starttls-use-gnutls)
18492         (starttls-extra-arguments, starttls-process-connection-type)
18493         (starttls-connect, starttls-failure, starttls-success):
18494         New variables.
18495         (starttls-program, starttls-extra-args): Doc fix.
18496         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18497         New functions.
18498         (starttls-negotiate, starttls-open-stream):
18499         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18500         function if it is set.
18501
18502 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18505         structured fields.
18506
18507 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18510
18511 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18512
18513         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18514         Add variable.
18515         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18516         assigning the spam-mark to new messages.
18517
18518 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18519
18520         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18521
18522 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18525
18526         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18527         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18528         default.
18529
18530 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18531
18532         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18533         correct data.
18534
18535 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18538         (spam-group-processor-p): Fix function.
18539         (spam-group-processor-multiple-p)
18540         (spam-group-spam-processor-report-gmane-p)
18541         (spam-group-spam-processor-report-resend-p)
18542         (spam-group-spam-processor-bogofilter-p)
18543         (spam-group-spam-processor-blacklist-p)
18544         (spam-group-spam-processor-ifile-p)
18545         (spam-group-ham-processor-ifile-p)
18546         (spam-group-spam-processor-spamoracle-p)
18547         (spam-group-spam-processor-crm114-p)
18548         (spam-group-ham-processor-bogofilter-p)
18549         (spam-group-spam-processor-stat-p)
18550         (spam-group-ham-processor-stat-p)
18551         (spam-group-ham-processor-whitelist-p)
18552         (spam-group-ham-processor-BBDB-p)
18553         (spam-group-ham-processor-spamoracle-p)
18554         (spam-group-ham-processor-copy-p): Remove functions with some
18555         prejudice against unneeded code.
18556         (spam-report-articles-resend)
18557         (spam-report-resend-register-routine): Allow the group/topic
18558         spam-resend-to value to override spam-report-resend-to.
18559         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18560         properly now.
18561
18562         * gnus.el (spam-resend-to): Add group/topic parameter.
18563         (spam-process): Move the OBSOLETE processors to the end of the
18564         choices.
18565
18566 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18567
18568         * spam-report.el (spam-report-resend-to, spam-report-resend):
18569         Start with resend-to set to nil, and then ask the user if necessary.
18570         (spam-report-resend): spam-report-resend takes a list of articles, not
18571         separate article numbers.
18572
18573 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18576         addition to emacs-w3m.
18577
18578 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579
18580         * assistant.el (assistant-authinfo-data): New function.
18581         (assistant-eval): Eval for entire assistant.
18582
18583         * netrc.el (netrc-services-file): New variable.
18584         (netrc-parse-services): New function.
18585         (netrc-find-service-name): New function.
18586         (netrc-find-service-number): New function.
18587         (netrc-port-equal): New function.
18588         (netrc-machine): Use it.
18589
18590         * nnimap.el (nnimap-open-connection): Use netrc.
18591
18592         * gnus-util.el (gnus-netrc-get): Remove aliases.
18593
18594         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18595
18596         * assistant.el (wid-edit): Fix compilation.
18597
18598         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18599
18600 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18601
18602         * gnus-util.el (gnus-set-file-modes): New function.  (small
18603         patch).
18604
18605 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18606
18607         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18608
18609         * assistant.el (assistant-render-node): Fix up rendering and
18610         read-only text.
18611         (assistant-render-node): Reset.
18612         (assistant-make-read-only): Not sticky.
18613
18614 2004-05-20  Danny Siu  <dsiu@adobe.com>
18615
18616         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18617         centered even when gnus-auto-center-summary is t.
18618
18619 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * dns.el (dns-get-txt-answer): New function.
18622         (dns-read-txt): Ditto.
18623         (query-dns): Use it.
18624
18625 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18628         active for foreign groups even if the group level is higher than
18629         the specified value.
18630
18631 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18632
18633         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18634         non-active groups.
18635
18636         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18637
18638 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18639
18640         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18641
18642 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18645         (spam-crm114-header, spam-crm114-spam-switch)
18646         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18647         (spam-crm114-positive-spam-header)
18648         (spam-crm114-database-directory, spam-list-of-processors)
18649         (spam-group-spam-processor-crm114-p)
18650         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18651         (spam-generic-score, spam-list-of-checks)
18652         (spam-list-of-statistical-checks, spam-registration-functions)
18653         (spam-check-crm114-headers, spam-crm114-score)
18654         (spam-check-crm114, spam-crm114-register-with-crm114)
18655         (spam-crm114-register-spam-routine)
18656         (spam-crm114-unregister-spam-routine)
18657         (spam-crm114-register-ham-routine)
18658         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18659         From asjo@koldfront.dk (Adam Sjøgren).
18660
18661         * gnus.el: Add spam-use-crm114.
18662
18663         * spam.el (spam-list-of-processors, spam-registration-functions):
18664         Add spam-use-resend.
18665         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18666         (spam-report-articles-gmane): Add doc fix.
18667         (spam-report-articles-resend, spam-report-resend-register-routine):
18668         Add wrappers around spam-report-resend-to.
18669
18670         * spam-report.el (spam-report-resend-to, spam-report-resend):
18671         Add support for resending spam.
18672         (spam-report-gmane): Fix line length >80.
18673
18674         * gnus.el (spam-process): Add spam-use-resend.
18675
18676 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18677
18678         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18679         number of processed spam messages.
18680         (spam-ham-copy-or-move-routine): Return the number of processed
18681         ham messages.
18682         (spam-summary-prepare-exit): Use the above values to decide
18683         whether status messages shouled be displayed.
18684
18685 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18688         `rfc2047-encoding-function-alist' in order to avoid conflicting
18689         with the old version.
18690         (rfc2047-encode-region): Concatenate words containing non-ASCII
18691         characters in structured fields; don't encode space-delimited
18692         ASCII words even in unstructured fields; don't break words at
18693         char-category boundaries.
18694         (rfc2047-encode-1): New function.
18695         (rfc2047-encode): Use it; encode text so that it occupies the
18696         maximum width within 76-column; work correctly on Q encoding for
18697         iso-2022-* charsets.
18698         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18699         sure not to break a line just after the header name.
18700         (rfc2047-b-encode-region): Remove.
18701         (rfc2047-b-encode-string): New function.
18702         (rfc2047-q-encode-region): Remove.
18703         (rfc2047-q-encode-string): New function.
18704
18705         * mm-util.el (mm-replace-in-string): New function.
18706
18707 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18710         Really get it right.
18711         (gnus-inews-make-draft): Really.
18712
18713 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18714
18715         * nnmh.el (nnmh-request-list-1): Don't check the link count
18716         before descending.  (small patch)
18717
18718 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18721         stuff.
18722
18723         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18724         Match on real group name.
18725
18726         * gnus-art.el (gnus-signature-limit): Doc fix.
18727
18728         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18729
18730         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18731
18732 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18733
18734         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18735         isn't a string.
18736
18737 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18738
18739         * gnus-draft.el (gnus-draft-send):
18740         Bind rfc2047-encode-encoded-words.
18741
18742         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18743         (rfc2047-encodable-p): Say that =? needs encoding.
18744         (rfc2047-encode-encoded-words): New variable.
18745
18746         * gnus-group.el (gnus-group-select-group): Doc fix.
18747
18748         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18749
18750         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18751         to nil.
18752
18753         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18754
18755         * nnheader.el (nnheader-get-lines-and-char): New function.
18756
18757 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * gnus-msg.el (gnus-summary-followup-with-original):
18760         Document yanking of region when active.
18761
18762 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18765         groups if the group level is higher than the specified value.
18766
18767 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18770         (gnus-group-jump-to-group): Add prefix argument using
18771         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18772         non-active group.
18773
18774         * compface.el (uncompface): Be verbose when changing
18775         `uncompface-use-external'.
18776
18777         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18778         handle manual section.
18779
18780 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18781
18782         * gnus-art.el (gnus-button-alist): Revert previous change.
18783
18784 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18785
18786         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18787
18788 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18789
18790         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18791         whether backend can accept message.
18792
18793         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18794
18795 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18796
18797         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18798         Avoid creating directory when nntp-marks-is-evil is true.
18799         Reported by Reiner Steib.
18800
18801 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18802
18803         * gnus-picon.el (gnus-picon-style): New variable.
18804         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18805         (gnus-picon-transform-address): Support `gnus-picon-style'.
18806         From Jesper Harder <harder@ifa.au.dk>.
18807
18808 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18809
18810         * message.el (message-fill-field): Return point.
18811         (message-generate-headers): Go to end of field.
18812
18813         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18814         stuff for non-living groups.
18815
18816 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18817
18818         * gnus-art.el (gnus-article-followup-with-original)
18819         (gnus-article-reply-with-original): gnus-mark-active-p ->
18820         gnus-region-active-p.
18821
18822 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18825         only when there is spam or ham to be processed.
18826
18827 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18828
18829         * mail-source.el (mail-source-delete-crash-box): Refactor.
18830         (mail-source-fetch): Use it.
18831         (mail-source-fetch-file): Ditto.
18832         (mail-source-fetch-directory): Run postscript in loop.
18833         (mail-source-fetch-pop): Delete.
18834         (mail-source-fetch-maildir): Ditto.
18835         (mail-source-fetch-imap): Ditto.
18836
18837         * imap.el (imap-authenticators): Comment out sasl.
18838
18839         * message.el (message-skip-to-next-address): New function.
18840         (message-fill-header-address): Refactor.
18841         (message-fill-address): Use it.
18842         (message-delete-address): Use it.
18843         (message-fill-header-general): Refactor.
18844         (message-fill-field-address): Rename.
18845         (message-narrow-to-field): Find the start of the header.
18846         (message-header-format-alist): Don't pre-fill.
18847         (message-fill-header): Remove.
18848         (message-insert-header): New function.
18849         (message-shorten-references): Use it.
18850
18851         * rfc2047.el (rfc2047-field-value): Strip props.
18852
18853         * mail-parse.el (mail-header-make-address): New alias.
18854
18855         * ietf-drums.el (ietf-drums-make-address): New function.
18856
18857         * imap.el: Add compiler directives.
18858
18859         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18860
18861         * gnus-art.el (article-decode-idna-rhs): Don't use
18862         message-idna-inside-rhs-p.
18863
18864 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18865
18866         * message.el (message-idna-inside-rhs-p): Remove.
18867         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18868
18869         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18870         false positives.
18871
18872 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18873
18874         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18875
18876 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877
18878         * nneething.el (nneething-file-name): Don't create spurious
18879         files.
18880
18881         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18882         (gnus-inews-do-gcc): Remove sleep.
18883
18884         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18885         part under point.
18886
18887         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18888         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18889
18890 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18891
18892         * spam.el (spam-summary-prepare-exit): Fix (length).
18893
18894 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18895
18896         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18897         as expired without moving it" message when there are spam
18898         messages left.
18899
18900 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18901
18902         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18903         header is not nil.
18904
18905 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18906
18907         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18908         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18909         (nntp-marks-changed-p): New arg SERVER.
18910         (nntp-request-update-info): Adjust caller.
18911
18912 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18913
18914         * nntp.el (nntp-save-marks): Pass missing arg.
18915
18916 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18917
18918         * nntp.el: Support marks.
18919         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18920         (nntp-marks-modtime, nntp-marks-directory): New variables.
18921         (nntp-request-set-mark, nntp-request-update-info)
18922         (nntp-possibly-create-directory, nntp-marks-changed-p)
18923         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18924         New functions.
18925
18926 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18927
18928         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18929         (gnus-xmas-redefine): Rename.
18930
18931         * gnus-score.el (gnus-score-insert-help):
18932         Use gnus-select-lowest-window.
18933
18934         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18935         appt-select-lowest-window and rename to gnus-select-lowest-window.
18936
18937         * gnus.el: do.
18938
18939 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18940
18941         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18942         encodings of MIME-encoded words, in order to improve
18943         interoperability with several broken MUAs.
18944
18945 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18946
18947         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18948         tags, only when charsets are not specified in headers.
18949         (mm-inline-text-html-render-with-w3m): Ditto.
18950
18951         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18952         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18953
18954 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18955
18956         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18957         instead of MIME-decoded from fields when checking
18958         `gnus-article-address-banner-alist'.
18959
18960 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18963         description rather than subject.
18964
18965 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18966
18967         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18968
18969 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * gnus.el (gnus-version-number): Bump.
18972
18973 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18974
18975         * gnus.el: No Gnus v0.2 is released.
18976
18977 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18978
18979         * gnus-agent.el (gnus-agent-read-agentview):
18980         Inline gnus-uncompress-range.
18981
18982 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18983
18984         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18985         `exec-installed-p'.
18986
18987 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18988
18989         * gnus.el (spam-process, spam-autodetect-methods):
18990         Add bsfilter and bsfilter-headers.
18991
18992         * spam.el (spam-bsfilter): New customize group.
18993         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18994         (spam-bsfilter-header, spam-bsfilter-probability-header)
18995         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18996         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18997         (spam-bsfilter-database-directory): New options.
18998         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18999         (spam-list-of-statistical-checks, spam-registration-functions):
19000         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19001         (spam-bsfilter-score): New command.
19002         (spam-check-bsfilter-headers, spam-check-bsfilter)
19003         (spam-bsfilter-register-with-bsfilter)
19004         (spam-bsfilter-register-spam-routine)
19005         (spam-bsfilter-unregister-spam-routine)
19006         (spam-bsfilter-register-ham-routine)
19007         (spam-bsfilter-unregister-ham-routine): New functions.
19008         (spam-generic-score): Support bsfilter; Accept an optional argument
19009         to recalcurate spam score even if scoring header has already been
19010         added.
19011         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19012         optional argument to recalcurate spam score even if scoring header
19013         has already been added.
19014
19015 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19016
19017         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19018         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19019         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19020         link is missing.
19021
19022 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19023
19024         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19025         (html2text-get-attr): Rewrite.
19026
19027         * message.el (message-setup-1): Remove redundant put-text-property
19028         on mail-header-separator.
19029
19030 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19031
19032         * gnus-registry.el (gnus-registry-cache-whitespace)
19033         (gnus-registry-action, gnus-registry-spool-action)
19034         (gnus-registry-split-fancy-with-parent): Change message levels
19035         from 5 to 3 or 7, as needed.
19036
19037         * spam.el (spam-summary-prepare-exit)
19038         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19039         (spam-split, spam-find-spam, spam-log-undo-registration)
19040         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19041         level from 5 to 6.
19042
19043 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19046         2004-03-04 change).
19047
19048 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19049
19050         * sieve-manage.el (sieve-manage-open):
19051         * nnweb.el (nnweb-insert-html):
19052         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19053         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19054         * nnspool.el (nnspool-request-group):
19055         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19056         * nnml.el (nnml-request-update-info):
19057         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19058         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19059         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19060         (nnimap-request-set-mark):
19061         * nnfolder.el (nnfolder-request-update-info):
19062         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19063         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19064         * gnus-uu.el (gnus-uu-find-articles-matching):
19065         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19066         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19067         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19068         * gnus-nocem.el (gnus-nocem-scan-groups):
19069         * gnus-int.el (gnus-start-news-server):
19070         * gnus-group.el (gnus-group-make-kiboze-group)
19071         (gnus-group-browse-foreign-server):
19072         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19073         Use mapc when appropriate.
19074
19075 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19076
19077         FIXME: Make separate entries for each person.
19078
19079         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19080         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19081         <shields@msrl.com>:
19082
19083         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19084         may need for spam sorting and scoring.
19085         (spam-user-format-function-S): Add user format function suitable for
19086         general use.
19087         (spam-article-sort-by-spam-status): Add sorting function for summary
19088         sorting.
19089         (spam-extra-header-to-number): Add function to get a score from a
19090         header.
19091         (spam-summary-score): Add function to get a numeric score from the
19092         headers.
19093         (spam-generic-score): Fix function doc, was in wrong place.
19094         (spam-initialize): Take symbols when it's run, and install the
19095         extra headers that spam-necessary-extra-headers thinks we need.
19096
19097 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19098
19099         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19100         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19101
19102 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19103
19104         * gnus-sum.el (gnus-set-global-variables)
19105         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19106         (gnus-article-get-xrefs, gnus-summary-best-group)
19107         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19108         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19109         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19110         Use with-current-buffer.
19111
19112 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19113
19114         * spam.el (spam-summary-prepare-exit): Simplify logic.
19115         (spam-fetch-article-header): Read the article header if it's not
19116         available.
19117         (spam-list-articles): Simplify logic.
19118         (spam-filelist-register-routine): Fix bug with unregister-list.
19119
19120         * gnus-registry.el: Fix comments at beginning.
19121
19122 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19123
19124         * message.el (message-cater-to-broken-inn): Remove.
19125         (message-shorten-references): Make sure the total folded length of
19126         References is shorter than 998 characters to cater to a bug in INN
19127         2.3.  Also, don't pretend that references aren't folded -- this
19128         hasn't worked for a while.
19129
19130 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19131
19132         * gnus-agent.el (gnus-agentize):
19133         gnus-agent-send-mail-real-function no longer set to current value
19134         of message-send-mail-function but rather a lambda that calls
19135         message-send-mail-function.  The change makes the agent real-time
19136         responsive to user changes to message-send-mail-function.
19137
19138 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19139
19140         * legacy-gnus-agent.el
19141         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19142         help from Florian Weimer <fw@deneb.enyo.de>
19143
19144 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * nnmail.el (nnmail-cache-insert): Revert last change.
19147
19148 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * nnmail.el (nnmail-cache-insert): Always check whether
19151         nnmail-cache-ignore-groups matches a group name.
19152
19153 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19154
19155         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19156         (spam-find-spam, spam-log-processing-to-registry)
19157         (spam-log-registered-p, spam-log-unregistration-needed-p)
19158         (spam-log-undo-registration): Use gnus-message instead of
19159         gnus-error, none of these errors are fatal.
19160
19161         * gnus-registry.el (gnus-registry-clean-empty-function)
19162         (gnus-registry-clean-empty): Remove only empty entries without
19163         extra data.
19164
19165 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19166
19167         * spam-stat.el (spam-stat-buffer-change-to-spam)
19168         (spam-stat-buffer-change-to-non-spam): Change (error) to
19169         (gnus-message 8) invocation.
19170
19171 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * nntp.el (nntp-via-netcat-command): New variable.
19174         (nntp-via-netcat-switches): New variable.
19175         (nntp-open-via-rlogin-and-netcat): New function.
19176         (nntp-open-connection-function): Doc fix.
19177         (nntp-telnet-command): Doc fix.
19178         (nntp-end-of-line): Doc fix.
19179         (nntp-via-rlogin-command): Doc fix.
19180         (nntp-via-user-name): Doc fix.
19181         (nntp-via-address): Doc fix.
19182
19183 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19184
19185         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19186         error in Emacs 21.1.
19187
19188 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19191
19192 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19193
19194         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19195         (gnus-agent-with-refreshed-group): New macro.
19196         (gnus-agent-rename-group): New function.
19197         (gnus-agent-delete-group): New function.
19198         (gnus-agent-save-group-info): Use gnus-command-method when
19199         `method' parameter is nil.  Don't write nil entries into the
19200         active file.
19201         (gnus-agent-get-group-info): New function.
19202         (gnus-agent-fetch-articles):
19203         Use gnus-agent-update-files-total-fetched-for to increment disk space
19204         used.
19205         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19206         Use gnus-agent-update-view-total-fetched-for to increment disk space
19207         used.
19208         (gnus-agent-get-local): Add optional parameters to avoid calling
19209         gnus-group-real-name and gnus-find-method-for-group.
19210         (gnus-agent-set-local): Delete stored entry if either min, or max,
19211         are nil.
19212         (gnus-agent-fetch-session): Reworded error/quit messages.
19213         On quit, use gnus-agent-regenerate-group to record existance of any
19214         articles fetched to disk before the quit occurred.
19215         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19216         gnus-agent-update-view-total-fetched-for, and
19217         gnus-agent-update-files-total-fetched-for to decrement disk space
19218         used.
19219         (gnus-agent-retrieve-headers):
19220         Use gnus-agent-update-view-total-fetched-for to increment disk space
19221         used.
19222         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19223         with gnus-agent-update-files-total-fetched-for to decrement disk
19224         space and fresh group buffer.
19225         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19226         (gnus-agent-need-update-total-fetched-for): New variable.
19227         (gnus-agent-update-files-total-fetched-for): New function.
19228         (gnus-agent-update-view-total-fetched-for): New function.
19229         (gnus-agent-total-fetched-for): New function.
19230
19231         * gnus-cache.el (gnus-cache-save-buffers):
19232         Use gnus-cache-update-overview-total-fetched-for to change disk space
19233         used by this group.
19234         (gnus-cache-possibly-enter-article):
19235         Use gnus-cache-update-file-total-fetched-for to increment disk space
19236         used by this group.
19237         (gnus-cache-possibly-remove-article):
19238         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19239         used by this group.
19240         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19241         (gnus-cache-rename-group): New function.
19242         (gnus-cache-delete-group): New function.
19243         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19244         (gnus-cache-need-update-total-fetched-for): New variable.
19245         (gnus-cache-with-refreshed-group): New macro.
19246         (gnus-cache-update-file-total-fetched-for): New function.
19247         (gnus-cache-update-overview-total-fetched-for): New function.
19248         (gnus-cache-rename-group-total-fetched-for): New function.
19249         (gnus-cache-delete-group-total-fetched-for): New function.
19250         (gnus-cache-total-fetched-for): New function.
19251
19252         * gnus-group.el: Require gnus-sum and autoload functions to
19253         resolve warnings when gnus-group.el compiled alone.
19254         (gnus-group-line-format): Documented new %F.
19255         (size of Fetched data) group line format; identifies disk space
19256         used by agent and cache.
19257         (gnus-group-line-format-alist): Defined new F format.
19258         (gnus-total-fetched-for): New function.
19259         (gnus-group-delete-group): No longer update
19260         gnus-cache-active-altered as gnus-request-delete-group now keeps
19261         the cache in sync.
19262         (gnus-group-list-active): Let the agent store a server's active
19263         list if currently plugged.
19264
19265         * gnus-int.el (gnus-request-delete-group):
19266         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19267         local disk in sync with the server.
19268         (gnus-request-rename-group):
19269         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19270         local disk in sync with the server.
19271
19272         * gnus-start.el (gnus-get-unread-articles):
19273         Cosmetic simplification to logic.
19274
19275         * gnus-util.el (gnus-rename-file): New function.
19276
19277 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19278
19279         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19280
19281 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19282
19283         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19284         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19285
19286 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19287
19288         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19289         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19290
19291 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19292
19293         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19294
19295 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * spam.el (spam-set-difference): Add function to replace
19298         gnus-set-difference in spam.el.
19299         (spam-summary-prepare-exit): Use spam-set-difference.
19300
19301 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19302
19303         * gnus-registry.el (gnus-registry-cache-file): Update to use
19304         gnus-dribble-directory OR gnus-home-directory OR ~.
19305         (gnus-registry-split-fancy-with-parent): Fix doc.
19306
19307 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19308
19309         * message.el (message-exchange-point-and-mark):
19310         Use message-mark-active-p.  Suggested by Jesper Harder
19311         <harder@ifa.au.dk>.
19312
19313 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * message.el (message-exchange-point-and-mark): Don't activate
19316         region if it was inactive.  Suggested by Hiroshi Fujishima
19317         <pooh@nature.tsukuba.ac.jp>.
19318
19319 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * gnus-art.el (article-display-face): Display Faces in the same
19322         order as X-Faces.
19323
19324 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19327
19328 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19331         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19332         (gnus-article-mime-hierarchy): Remove.
19333         (gnus-article-mime-hierarchy-next): Remove.
19334         (gnus-article-mode): Revert 2004-03-19 change.
19335         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19336         (gnus-insert-mime-button): Revert 2004-03-19 change.
19337         (gnus-mime-accumulate-hierarchy): Remove.
19338         (gnus-mime-enter-multipart): Remove.
19339         (gnus-mime-leave-multipart): Remove.
19340         (gnus-mime-display-part): Revert 2004-03-19 change.
19341         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19342
19343         * mml.el (mml-preview): Revert 2004-03-19 change.
19344
19345 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19346
19347         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19348
19349 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19352         t while entering a file name using the mm-with-multibyte macro.
19353         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19354
19355         * mm-util.el (mm-with-multibyte): New macro.
19356
19357 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19360         New user option.
19361         (gnus-mime-multipart-functions): Doc and customization fix.
19362         (gnus-article-mime-hierarchy): New variable.
19363         (gnus-article-mime-hierarchy-next): New variable.
19364         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19365         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19366         gnus-article-mime-hierarchy-next to nil.
19367         (gnus-insert-mime-button): Show hierarchy numbers.
19368         (gnus-mime-accumulate-hierarchy): New function.
19369         (gnus-mime-enter-multipart): New function.
19370         (gnus-mime-leave-multipart): New function.
19371         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19372         (gnus-mime-display-alternative): Show hierarchy numbers.
19373
19374         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19375         gnus-article-mime-hierarchy-next to nil.
19376
19377 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19378
19379         * dns.el: Don't require gnus-xmas.
19380
19381 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19382
19383         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19384         inline PGP.
19385         (mml-menu): Disable mml-quote-region if mark is inactive.
19386
19387 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19390         when the group's active is not available.
19391
19392 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19395         error.
19396
19397 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * imap.el (imap-store-password): New variable.
19400         (imap-interactive-login): Use it.
19401         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19402
19403 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19406         window-start and hscroll to summary window.
19407
19408 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19409
19410         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19411         conversion message to newsrc-dribble when an actual conversion is
19412         performed.
19413
19414 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19415
19416         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19417
19418 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * mm-decode.el (mm-complicated-handles): New function reviving
19421         former definition of mm-multiple-handles.
19422
19423         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19424         (gnus-mime-delete-part): Use it.
19425
19426 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19427
19428         * gnus-agent.el (gnus-agent-read-local):
19429         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19430         avoid the implicit assumption that they will always be equal.
19431         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19432         coding-system-for-write, as the with-temp-file macro first prints
19433         to a buffer then saves the buffer.
19434
19435 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * gnus-art.el (gnus-article-edit-part): New function.
19438         (gnus-mime-save-part-and-strip): Use it; do query instead of
19439         signaling an error; don't use mm-multiple-handles.
19440         (gnus-mime-delete-part): Ditto.
19441
19442 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19443
19444         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19445         old file versions.
19446         (gnus-group-prepare-hook): Remove function that converted list
19447         form of gnus-agent-expire-days to group properties.
19448
19449         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19450         (gnus-request-accept-article): Re-indented.
19451
19452         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19453         converters to handle old agent file formats.  Add logic for a
19454         "backup before upgrading warning".
19455         (gnus-convert-mark-converter-prompt): Developers can mark
19456         functions as needing (default), or not needing,
19457         gnus-convert-old-newsrc's "backup before upgrading warning".
19458         (gnus-convert-converter-needs-prompt): Tests whether the user
19459         should be protected from potentially irreversable changes by the
19460         function.
19461
19462         * legacy-gnus-agent.el: New.  Provides converters that are only
19463         loaded when gnus-convert-old-newsrc needs to call them.
19464
19465 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * mail-source.el (mail-source-touch-pop): Doc fix.
19468
19469         * message.el (message-smtpmail-send-it): Doc fix.
19470
19471 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19472
19473         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19474
19475         * nnmail.el (nnmail-split-fancy): do.
19476
19477         * gnus-kill.el (gnus-kill, gnus-execute): do.
19478
19479 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19480
19481         * gnus-sum.el (gnus-widget-reversible-match)
19482         (gnus-widget-reversible-to-internal)
19483         (gnus-widget-reversible-to-external): New functions.
19484         (gnus-widget-reversible): New widget.
19485         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19486
19487 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19488
19489         * gnus-sum.el (gnus-thread-sort-functions)
19490         (gnus-article-sort-functions): Document `(not F)' items.
19491
19492 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19493
19494         * spam.el (spam-use-gmane-xref): Add new backend.
19495         (spam-gmane-xref-spam-group): Add variable to control the name of the
19496         Gmane spam group.
19497         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19498         (spam-regex-headers-spam, spam-regex-headers-ham)
19499         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19500         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19501         backends and checks.
19502         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19503
19504         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19505         an autodetect method.
19506
19507 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19508
19509         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19510         articles are being added to a group.
19511         (gnus-request-replace-article): Inform the agent that articles
19512         need to be uncached as the cached contents are no longer valid.
19513
19514 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * binhex.el: Don't autoload executable-find.
19517
19518         * canlock.el: Don't autoload mail-fetch-field.
19519
19520         * dgnushack.el: Autoload c-mode for XEmacs.
19521
19522         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19523
19524         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19525         rmail-dont-reply-to and rmail-output.
19526
19527         * gnus-score.el: Don't autoload ffap-string-at-point.
19528
19529         * gnus-setup.el: Don't autoload sc-cite-original.
19530
19531         * imap.el: Don't autoload base64-decode-string,
19532         base64-encode-string and md5.
19533
19534         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19535         and rmail-msg-restore-non-pruned-header.
19536
19537         * mm-decode.el: Don't autoload executable-find.
19538
19539         * mm-url.el: Don't autoload executable-find.
19540
19541         * mm-view.el: Don't autoload diff-mode.
19542
19543         * nndb.el: Don't autoload news-reply-mode, news-setup,
19544         cancel-timer and telnet.
19545
19546         * password.el: Don't autoload run-at-time for Emacs.
19547
19548         * sha1-el.el: Don't autoload executable-find.
19549
19550         * sieve-mode.el: Don't autoload c-mode.
19551
19552         * uudecode.el: Don't autoload executable-find.
19553
19554 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19555
19556         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19557         (gnus-agent-possibly-alter-active): Avoid null in numeric
19558         comparison.
19559         (gnus-agent-set-local): Refuse to save null in local object table.
19560         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19561         list of articles that will be marked as unread.
19562
19563 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19566
19567 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19568
19569         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19570         language tags.
19571
19572 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19573
19574         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19575         Don't bind "obarray".
19576
19577         * gnus-sum.el (gnus-thread-sort-functions):
19578         Add `gnus-thread-sort-by-most-recent-number' and
19579         `gnus-thread-sort-by-most-recent-date'.
19580         Reported by Kai Grossjohann <kai@emptydomain.de>.
19581
19582 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19585
19586 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19587
19588         * gnus-cus.el (gnus-agent-customize-category):
19589         Remove ignore-errors macro reference that required cl to be loaded at
19590         run-time.
19591
19592         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19593         single-interval range of the form (min . max).  Previously the
19594         range had to look like ((min . max)).  Likewise, return
19595         (min . max) rather than ((min . max)).
19596         (gnus-range-map): Use gnus-range-normalize to accept
19597         single-interval range.
19598
19599         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19600         the cache, but not the agent, now appear with their usual face.
19601
19602         * dgnushack.el (loaddir): New variable that is bound to the
19603         directory containing the dgnushack.el file. Use loaddir, rather
19604         than srcdir, to update load-path. Change lets dgnushack compile
19605         code in directories other than GNUS/lisp.
19606
19607 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * lpath.el: Don't bind w3m-safe-url-regexp.
19610
19611         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19612         w3m-safe-url-regexp variable buffer-local.
19613
19614         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19615
19616 2004-02-27  Simon Josefsson  <jas@extundo.com>
19617
19618         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19619         gnus-group-real-prefix.
19620         (gnus-summary-move-article): Use it, instead of
19621         gnus-group-real-prefix.
19622
19623 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * lpath.el: Bind w3m-safe-url-regexp.
19626
19627         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19628         w3m-safe-url-regexp variable buffer-local and set it as the value
19629         of mm-w3m-safe-url-regexp.
19630
19631         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19632
19633         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19634         parsing gnus-posting-styles when the message is not for replying.
19635
19636         * dgnushack.el: Autoload sgml-mode for XEmacs.
19637
19638         * nnrss.el (nnrss-opml-export):
19639         Use mm-set-buffer-file-coding-system instead of
19640         set-buffer-file-coding-system.
19641
19642 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19643
19644         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19645         of checkdoc.el).
19646         * nnrss.el: do.
19647         * gnus-mlspl.el: do.
19648         * gnus-ml.el: do.
19649         * gnus-srvr.el: do.
19650
19651         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19652
19653 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19654
19655         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19656         Corrections to custom-manual links.
19657
19658         * gnus-art.el (gnus-article): Ditto.
19659
19660         * mm-decode.el (mime-display, mime-security): Ditto.
19661
19662 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * flow-fill.el: Typo.
19665
19666 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19667
19668         * spam-wash.el: New file.
19669
19670 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19671
19672         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19673
19674 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19675
19676         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19677         to be run with new-articles as LIST1, not LIST2.
19678         (spam-registration-functions): Add spam-use-ham-copy as a nil
19679         registration backend.
19680
19681 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19682
19683         * spam-stat.el (spam-stat-washing-hook): New option.
19684         (spam-stat-buffer-words): Use it.
19685         (spam-stat-process-directory, spam-stat-test-directory):
19686         Use insert-file-contents-literally.
19687         (spam-stat-coding-system): New variable.
19688         (spam-stat-load, spam-stat-save): Use it.
19689
19690 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19691
19692         * spam-report.el (spam-report-plug-agent):
19693         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19694
19695 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19698         Allow / in mailto URLs.
19699
19700 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * spam-report.el (spam-report-process-queue): Fix interactive use.
19703         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19704         (spam-report-unplug-agent): Doc fixes.
19705         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19706         (spam-report-agentize, spam-report-deagentize): Autoload.
19707
19708 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19711
19712         * message.el (message-setup-fill-variables): Add mml tags to
19713         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19714         <ajk@iu.edu>.
19715         (message-mode): Don't modify paragraph-separate there.
19716
19717 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * compface.el (uncompface-use-external): Default to undecided.
19720         (uncompface-use-external-threshold): New variable.
19721         (uncompface-float-time): New macro.
19722         (uncompface): Determine whether to use the external decoder if
19723         uncompface-use-external is undecided.
19724
19725 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19726
19727         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19728         after images.
19729
19730         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19731
19732 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19733
19734         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19735
19736         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19737
19738         * gnus-sum.el (gnus-summary-limit-to-age)
19739         (gnus-summary-limit-children): do.
19740
19741         * gnus-int.el (gnus-request-scan): do.
19742
19743         * gnus-group.el (gnus-group-suspend): do.
19744
19745         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19746
19747         * gnus-cite.el (gnus-cite-parse-attributions): do.
19748
19749         * gnus-agent.el (gnus-summary-set-agent-mark)
19750         (gnus-agent-regenerate-group): do.
19751
19752         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19753
19754         * binhex.el (binhex-decode-region-internal): do.
19755
19756 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-fun.el (gnus-face-properties-alist): New user option.
19759         (gnus-display-x-face-in-from): Use it.
19760
19761         * gnus-art.el (article-display-face): Ditto.
19762
19763         * compface.el (uncompface-use-external): Default to nil.
19764
19765 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19766
19767         * nntp.el (nntp-erase-buffer): New function.
19768         (nntp-retrieve-data, nntp-send-command)
19769         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19770         (nntp-possibly-change-group): Use it.
19771
19772         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19773         Use with-current-buffer.
19774
19775 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19776
19777         * compface.el: Merge the ELisp-based uncompface program.
19778         (compface): New customization group.
19779         (uncompface-use-external): New user option.
19780         (uncompface): Call uncompface-internal if uncompface-use-external
19781         is nil.
19782         (uncompface-internal): New function.  Note that there are also
19783         some other functions and variables added for this function.
19784
19785 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19788         if necessary.
19789
19790 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19791
19792         * spam-report.el (spam-report-unplug-agent)
19793         (spam-report-plug-agent, spam-report-deagentize)
19794         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19795         Add support for the Agent in spam-report: when unplugged, report to a
19796         file; when plugged, submit all the requests.
19797
19798         * spam.el (spam-register-routine): Fix message about
19799         registration.
19800
19801 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19802
19803         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19804         dependencies.
19805         (rfc2047-encode): Use it.
19806
19807         * gnus-art.el (gnus-button-marker-list): Move before first
19808         reference.
19809
19810         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19811         (imap-parse-body): Fix format string mismatch.
19812
19813         * gnus-score.el (gnus-summary-increase-score): do.
19814
19815         * nnrss.el (nnrss-close): New function.
19816
19817 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * nnrss.el (nnrss-make-filename): New function.
19820         (nnrss-request-delete-group, nnrss-read-server-data)
19821         (nnrss-save-server-data, nnrss-read-group-data)
19822         (nnrss-save-group-data): Use it.
19823         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19824         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19825         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19826
19827 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19828
19829         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19830
19831 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19832
19833         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19834         files.
19835
19836         * message.el (message-generate-headers-first): Don't quote nil
19837         and t in docstrings.
19838
19839         * imap.el (imap-id): do.
19840
19841         * gnus-agent.el (gnus-agent-consider-all-articles)
19842         (gnus-agent-queue-mail): do.
19843
19844 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * spam-report.el (spam-report-process-queue): New function.
19847         Process requests from `spam-report-requests-file'.
19848         (spam-report-process-queue): Doc fix.
19849
19850 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19851
19852         * spam.el (spam-register-routine)
19853         (spam-log-processing-to-registry, spam-log-registered-p)
19854         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19855         Change "check" to "spam-check" for semi-clarity.
19856
19857 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19858
19859         * pop3.el: Require nnheader.
19860
19861         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19862
19863         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19864
19865         * gnus-picon.el: Require cl.
19866
19867         * gnus-fun.el: Require gnus-ems and gnus-util.
19868
19869         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19870
19871         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19872
19873         * gnus-art.el (gnus-article-edit-mode): Define before first
19874         reference.
19875
19876 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19877
19878         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19879         (gnus-uu-post-encoded): Use point-at-bol.
19880
19881         * gnus-topic.el (gnus-group-active-topic-p): do.
19882
19883         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19884
19885         * gnus-group.el (gnus-group-kill-region): do.
19886
19887         * gnus-art.el (article-date-ut): do.
19888
19889         * message.el (message-fetch-field): Remove redundant
19890         case-fold-search binding.
19891         (message-narrow-to-field): Simplify.
19892
19893 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19894
19895         * spam.el (spam-directory): Derive from `gnus-directory'.
19896
19897         * spam-report.el (spam-report-url-to-file)
19898         (spam-report-requests-file): New function and variable for offline
19899         reporting.
19900         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19901         and user defined function.
19902         (spam-report-url-ping-mm-url): Remove doubled slash.
19903
19904 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19905
19906         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19907
19908 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19909
19910         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19911         Fix format string mismatch.
19912
19913         * sieve.el (sieve-deactivate-all): do.
19914
19915         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19916
19917         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19918
19919         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19920
19921         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19922
19923 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19924
19925         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19926         the list of checks.
19927
19928 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19929
19930         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19931         padding.
19932
19933 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19934
19935         * mm-view.el (mm-fill-flowed): New variable.
19936         (mm-inline-text): Use it.
19937
19938 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19939
19940         * spam.el (spam-spamassassin-register-ham-routine)
19941         (spam-spamassassin-register-spam-routine): Fix function names.
19942
19943 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus.el (gnus-tmp-grouplens): Remove.
19946         (gnus-summary-line-format): Remove grouplens.
19947
19948         * gnus-group.el (gnus-group-line-format): Ditto.
19949
19950         * gnus-spec.el (gnus-format-specs): Ditto.
19951         (gnus-update-format-specifications): Flush the group format spec
19952         cache if there's the grouplens stuff.
19953         (gnus-parse-simple-format): Replace %l with the empty string.
19954
19955 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19956
19957         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19958         omission.
19959
19960 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19963         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19964
19965 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19966
19967         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19968         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19969         New macros and functions.
19970         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19971         Handle > NLINK_MAX messages.
19972         * nnmaildir.el (nnmaildir-request-set-mark):
19973         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19974
19975 2004-01-25  Alex Schroeder  <alex@gnu.org>
19976
19977         * spam-stat.el (spam-stat-process-directory-age): New option.
19978         (spam-stat-process-directory): Use it.
19979
19980 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19981
19982         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19983         (spam-stat-save): Accept prefix argument.
19984
19985 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19986
19987         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19988         links" error.
19989
19990 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19993         the rest of the and/or forms.
19994
19995 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19996
19997         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19998         compatibility with old .newsrc.eld files.
19999
20000         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20001
20002         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20003
20004         * gnus-start.el (gnus-1): do.
20005
20006         * gnus-group.el (gnus-group-line-format-alist): do.
20007
20008         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20009
20010         * gnus-gl.el: Remove.
20011
20012 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20013
20014         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20015         marks consisting of a single range {for example, (3 . 5)} rather
20016         than a list of a single range { ((3 . 5)) }.
20017
20018 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20021         Use with-current-buffer.
20022         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20023         avoid consing a string.
20024
20025         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20026         Remove obsolete entries for big5 and gb2312.
20027
20028 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20029
20030         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20031         uncompressed list.
20032
20033 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20034
20035         * spam-stat.el (spam-stat-strip-xref): New function.
20036         (spam-stat-process-directory): Use it.
20037
20038         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20039         here -- it's done in message-fetch-field.
20040
20041 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20042
20043         * gnus-agent.el (gnus-agent-queue-mail)
20044         (gnus-agent-prompt-send-queue): New variables.
20045         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20046         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20047         "nndraft:queue" along to gnus-draft-send.
20048         Use gnus-agent-prompt-send-queue.
20049         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20050         is "nndraft:queue".  Suggested by Gaute Strokkenes
20051         <gs234@srcf.ucam.org>
20052
20053         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20054         (agent-enable-undownloaded-faces): Add.
20055         (gnus-agent-cat-groups): Use eval-and-compile, not
20056         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20057         method of gnus-agent-cat-groups even when the buffer has been
20058         evaled.
20059         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20060         delete gnus-agent-save-active-1.
20061         (gnus-agent-save-groups): Delete.  Identical to
20062         gnus-agent-save-active.
20063         (gnus-agent-write-active): No longer adjust agent's copy of active
20064         file as agent's adjustments are now stored in their own
20065         file.  Remove optional parameter.
20066         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20067         servers.  Add use of min/max range limits from server's local
20068         file.
20069         (gnus-agent-save-alist): Remove unused optional argument.
20070         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20071         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20072         (gnus-agent-set-local): A per-server file that keeps min/max range
20073         limits for articles known to the agent.  Provides a fast mechanism
20074         for altering many active ranges.
20075         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20076         active file (local makes it unnecessary).
20077         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20078
20079         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20080         (agent-enable-undownloaded-faces): Add.
20081
20082         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20083         disable it when sending to "nndraft:queue".
20084         (gnus-group-send-queue): Add safety check to avoid sending queue
20085         when unplugged.
20086
20087         * gnus-group.el (gnus-group-catchup): Use new
20088         gnus-sequence-of-unread-articles, not
20089         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20090         numbers of articles.  Use gnus-range-map to avoid having to
20091         uncompress the unread list.
20092         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20093         Fix invalid ange-ftp reference.
20094
20095         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20096         (gnus-sorted-range-intersection): Intersection of two ranges
20097         without requiring that they first be uncompressed.
20098
20099         * gnus-start.el (gnus-activate-group): Unless blocked by the
20100         caller, possibly expand the active range to include both cached
20101         and agentized articles.
20102         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20103         multiple version-dependent converters.
20104         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20105         gnus-agent-save-active.
20106         (gnus-save-newsrc-file): Save dirty agent range limits.
20107
20108         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20109         gnus-agent-possibly-alter-active.
20110         (gnus-adjust-marked-articles): Faster handling of simple lists.
20111
20112 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20113
20114         * spam-stat.el (spam-stat-test-directory): New optional argument
20115         displays a list of files detected.  Suggested by Andrew Cohen
20116         <cohen@andy.bu.edu>.
20117         (spam-stat-buffer-words-with-scores): Don't narrow and change
20118         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20119
20120 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20121
20122         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20123         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20124         (spam-spamassassin-arguments)
20125         (spam-spamassassin-spam-flag-header)
20126         (spam-spamassassin-positive-spam-flag-header)
20127         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20128         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20129         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20130         (spam-list-of-processors, spam-list-of-checks)
20131         (spam-list-of-statistical-checks, spam-registration-functions)
20132         (spam-check-spamassassin-headers, spam-check-spamassassin)
20133         (spam-spamassassin-score)
20134         (spam-spamassassin-register-with-sa-learn)
20135         (spam-spamassassin-register-spam-routine)
20136         (spam-spamassassin-register-ham-routine)
20137         (spam-assassin-register-spam-routine)
20138         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20139         (spam-bogofilter-score): Fix to show article before scoring.
20140
20141 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20144         default scoring function.
20145         (spam-generic-score): Call spam-spamassassin-score if
20146         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20147         spam-bogofilter-score otherwise.
20148
20149         * gnus.el (spam-process, spam-autodetect-methods):
20150         Add spamassassin and spamassassin-headers.
20151
20152 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20153
20154         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20155         Suppress unnecessary messages.
20156
20157 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20158
20159         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20160         make-hash-table.
20161
20162 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * canlock.el (base64-encode-string): Don't autoload it.
20165
20166 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * run-at-time.el: Remove useless (require 'itimer),
20169         eval-and-compile and (featurep 'xemacs).
20170
20171 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20172
20173         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20174         GROUP is a virtual group.
20175
20176 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20177
20178         * gnus.el: Autoload `message-y-or-n-p'.
20179
20180 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20181
20182         * pgg-parse.el: Remove unnecessary (require 'custom).
20183
20184         * pgg-def.el: do.
20185
20186         * nnmail.el: do.
20187
20188         * gnus-undo.el: do.
20189
20190         * gnus-picon.el: do.
20191
20192         * gnus-util.el: do.
20193
20194 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20197
20198 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20201         handle, as well as a list.
20202
20203         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20204         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20205         (mm-w3m-cid-retrieve): Simplify.
20206
20207 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20208
20209         * message.el (message-kill-to-signature): Allow prefix arg to
20210         specify number of lines to keep before signature.
20211
20212 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20213
20214         * message.el (message-kill-to-signature): Change docstring.
20215
20216 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * canlock.el: Always require sha1-el.
20219         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20220
20221         * message.el: Autoload sha1 only when compiling.
20222
20223         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20224         eudc-expand-inline for XEmacs.
20225
20226 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * message.el (message-canlock-generate): Require sha1-el.
20229
20230 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20231
20232         * message.el (message-expand-name): Silence the byte compiler.
20233
20234         * lpath.el: Add detect-coding-system.
20235
20236         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20237         cus-edit.
20238
20239 2004-01-13  Simon Josefsson  <jas@extundo.com>
20240
20241         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20242         Invoke gnus-score-mode.
20243         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20244
20245         * gnus-range.el (gnus-compress-sequence): Doc fix.
20246         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20247
20248 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20251
20252 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20253
20254         * spam.el (spam-get-article-as-string): Update to use
20255         gnus-request-article-this-buffer, much simpler.
20256         (spam-get-article-as-buffer): Remove.
20257
20258 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20259
20260         * message.el (message-expand-name): Use EUDC if the user uses that.
20261
20262 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20265         character for the encoding to avoid consing a string.
20266
20267         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20268         unnecessarily.
20269
20270         * mm-util.el (mm-replace-chars-in-string): Remove.
20271
20272         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20273         of mm-replace-chars-in-string.
20274
20275 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20276
20277         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20278
20279         * mm-util.el (mm-subst-char-in-string): Support inplace.
20280
20281         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20282         a new string in every iteration.  Use shy groups.
20283
20284 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20287         * gnus-soup.el (gnus-soup-group-brew):
20288         * gnus-msg.el (gnus-put-message):
20289         * gnus-move.el (gnus-group-move-group-to-server):
20290         * gnus-kill.el (gnus-batch-score):
20291         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20292         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20293         (gnus-group-update-group, gnus-group-read-group)
20294         (gnus-group-make-group, gnus-group-make-help-group)
20295         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20296         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20297         (gnus-group-sort-by-unread, gnus-group-catchup)
20298         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20299         (gnus-group-yank-group, gnus-group-set-info)
20300         (gnus-group-list-groups):
20301         * gnus.el (gnus-generate-new-group-name):
20302         * gnus-delay.el (gnus-delay-send-queue):
20303         * nnvirtual.el (nnvirtual-catchup-group):
20304         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20305         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20306         (gnus-group-prepare-topics, gnus-topic-check-topology):
20307         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20308         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20309         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20310         (gnus-group-make-articles-read):
20311         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20312         (gnus-group-change-level, gnus-kill-newsgroup)
20313         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20314         (gnus-get-unread-articles, gnus-make-articles-unread)
20315         (gnus-make-ascending-articles-unread): Use accessor
20316         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20317         to get group information for improved readability.
20318
20319
20320 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20321
20322         * gnus-art.el (article-decode-mime-words, article-babel)
20323         (gnus-article-highlight-signature, gnus-article-add-buttons)
20324         (gnus-signature-toggle): Use gnus-with-article-buffer.
20325
20326         * gnus-art.el (gnus-article-highlight-headers)
20327         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20328
20329         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20330         (gnus-article-set-globals, gnus-request-article-this-buffer)
20331         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20332         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20333         (gnus-mime-display-alternative): Use with-current-buffer.
20334
20335 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20336
20337         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20338         also under 80 char limit, and call gnus-error if needed.
20339         (spam-fetch-article-header): Fix - it was a
20340         buffer-local variable (gnus-newsgroup-data).
20341         (spam-find-spam): Use spam-generate-fake-headers, forget about
20342         spam-insert-fake-headers.
20343         (spam-insert-fake-headers): Remove.
20344
20345 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20346
20347         * deuglify.el (gnus-article-outlook-unwrap-lines)
20348         (gnus-outlook-rearrange-article)
20349         (gnus-outlook-repair-attribution-outlook)
20350         (gnus-outlook-repair-attribution-block)
20351         (gnus-outlook-repair-attribution-other): Remove redundant
20352         save-excursion.
20353
20354 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20355
20356         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20357         (spam-fetch-field-subject-fast)
20358         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20359         (spam-fetch-article-header): Add functions to deal with Gnus
20360         internals for fast retrieval of article header data.
20361         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20362
20363 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20364
20365         * pop3.el (pop3-md5): Remove.
20366         (pop3-apop): Replace pop3-md5 with md5.
20367
20368         * mm-bodies.el: base64 is always built-in.
20369
20370         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20371         Use with-current-buffer.
20372
20373 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * canlock.el (canlock-insert-header): Remove excessive grouping in
20376         regexp.
20377
20378         * gnus-sum.el (gnus-summary-read-document): Ditto.
20379
20380         * gnus-uu.el (gnus-uu-part-number): Ditto.
20381
20382         * html2text.el (html2text-remove-tags): Ditto.
20383         (html2text-format-tags): Ditto.
20384         (html2text-format-single-elements): Ditto.
20385
20386         * mml.el (mml-parse-1): Ditto.
20387
20388 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20389
20390         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20391
20392         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20393
20394         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20395
20396         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20397
20398 2003-11-15  Simon Josefsson  <jas@extundo.com>
20399
20400         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20401         (pgg-gpg-lookup-key): Use regexp match instead of
20402         split-string (split-string is different between emacs 21.2 and
20403         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20404
20405 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20406
20407         * gnus-art.el (gnus-mime-view-all-parts)
20408         (gnus-article-part-wrapper, gnus-article-view-part):
20409         Use with-current-buffer.
20410
20411 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20412
20413         * spam.el (spam-disable-spam-split-during-ham-respool)
20414         (spam-spamoracle-database, spam-cache-lookups)
20415         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20416         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20417         (spam-group-ham-marks, spam-group-spam-marks)
20418         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20419         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20420         also add spam-use-blackholes to the statistical checks.
20421         (spam-fetch-field-fast): Add interface to fetching fields, may
20422         become a macro.
20423         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20424         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20425         (spam-insert-fake-headers): Fake an article when needed.
20426         (spam-find-spam): Fake article when possible.
20427         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20428         (spam-check-bogofilter-headers): Use message-fetch-field instead
20429         of nnmail-fetch-field.
20430
20431 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20432
20433         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20434
20435 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20436
20437         * spam.el (spam-split): Do not require spam-use-CHECK to be
20438         enabled if that check is passed to spam-split explicitly; also
20439         fix so 'spam doesn't get converted to spam-split-group when
20440         spam-split-symbolic-return is t.
20441         (spam-find-spam): Find registrations of the article and use those
20442         instead of re-running spam-split to find the spam/ham
20443         classification of the article.
20444         (spam-log-processing-to-registry, spam-log-registered-p)
20445         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20446         Use gnus-error instead of gnus-message.
20447         (spam-log-registration-type): Add function to determine the
20448         classification of a message based on registry entries; will
20449         return nil if both 'spam and 'ham are found.
20450         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20451         a reasonably fast local cache without the loading errors.
20452         (spam-cache-lookups): Set to t by default.
20453         (spam-find-spam): Don't try to guess spam-cache-lookups.
20454         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20455         spam-caches entry.
20456         (spam-filelist-build-cache, spam-filelist-check-cache):
20457         Fix caching of whitelist/blacklist entries.
20458         (spam-check-whitelist, spam-check-blacklist):
20459         Invoke spam-from-listed-p with a type, not a cache variable.
20460         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20461
20462 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20463
20464         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20465
20466         * nnmail.el (nnmail-split-fancy): do.
20467
20468         * mml.el (mml-parse): do.
20469
20470         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20471         (gnus-score-adaptive): do.
20472
20473 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20474
20475         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20476         (gnus-mime-button-map): Don't set keymap parent.
20477         (gnus-button-ctan-directory-regexp): Use shy grouping.
20478         (gnus-prev-page-map): Don't set keymap parent.
20479         (gnus-prev-page-map): Remove duplicated one.
20480         (gnus-next-page-map): Don't set keymap parent.
20481         (gnus-mime-security-button-map): Ditto.
20482
20483         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20484         version number.
20485
20486         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20487
20488 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * canlock.el (canlock-sha1-function): Remove.
20491         (canlock-sha1-function-for-verify): Remove.
20492         (canlock-openssl-program): Remove.
20493         (canlock-openssl-args): Remove.
20494         (canlock-ignore-errors): Remove.
20495         (canlock-sha1-with-openssl): Remove.
20496         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20497         (canlock-verify): Don't use canlock-ignore-errors.
20498
20499         * sha1-el.el (sha1-string-external): Make it can return a string
20500         in binary form.
20501         (sha1-region-external): Ditto.
20502         (sha1-string-internal): Ditto.
20503         (sha1-region-internal): Ditto.
20504         (sha1-region): Ditto.
20505         (sha1-string): Ditto.
20506         (sha1): Ditto.
20507
20508 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20509
20510         * spam.el (spam-report-articles-gmane): New command.
20511
20512 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20515
20516         * run-at-time.el (run-at-time-saved): Remove.
20517         (run-at-time): Doc fix.
20518
20519 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20522         (gnus-summary-limit-map): Add it.
20523         (gnus-summary-make-menu-bar): do.
20524
20525 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20526
20527         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20528         Make attempt at some caching support (done for BBDB only now).
20529         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20530         addresses to be checked.
20531         (spam-clear-cache-BBDB): Add function, to be invoked by
20532         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20533         (spam-check-BBDB): Check and use the caches, if
20534         spam-cache-lookups is on, remove superfluous (provide).
20535
20536 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20537
20538         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20539
20540 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20541
20542         * run-at-time.el (run-at-time-saved): Move to after the definition
20543         of `run-at-time'.
20544
20545         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20546
20547 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20550         mm-w3m-local-map-property.
20551
20552         * mm-view.el (mm-w3m-mode-map): Remove.
20553         (mm-w3m-local-map-property): Remove.
20554         (mm-inline-text-html-render-with-w3m): Don't use
20555         mm-w3m-local-map-property.
20556
20557 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20558
20559         * run-at-time.el: New file.
20560
20561         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20562         under Emacs.
20563
20564         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20565         of gnus-set-text-properties.
20566
20567         * gnus-uu.el (gnus-uu-save-article): Ditto.
20568
20569         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20570
20571         * gnus-cite.el (gnus-cite-parse): Ditto.
20572
20573         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20574         of gnus-.
20575
20576         * gnus-xmas.el (run-at-time): Require run-at-time.
20577
20578         * gnus.el: Change calls to nnheader-run-at-time and
20579         password-run-at-time throughout to use run-at-time directly.
20580
20581         * password.el: Remove definition of run-at-time.
20582
20583         * nnheaderxm.el: Remove definition of run-at-time.
20584
20585 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20586
20587         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20588         in prompt.
20589
20590 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20591
20592         * messagexmas.el (message-xmas-redefine): Alias
20593         `message-make-caesar-translation-table' to
20594         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20595         version.
20596
20597         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20598         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20599         `gnus-xmas-set-text-properties'.
20600         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20601         `gnus-xmas-completing-read'.
20602         (gnus-xmas-completing-read): Removed.
20603         (gnus-xmas-open-network-stream): Removed.
20604
20605         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20606         XEmacs version.
20607
20608         * dns.el (dns-make-network-process): Use `open-network-stream'
20609         instead of `gnus-xmas-open-network-stream'.
20610
20611         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20612
20613         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20614
20615 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * gnus-art.el (gnus-mime-display-alternative)
20618         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20619         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20620         Don't use gnus-local-map-property.
20621
20622         * gnus-util.el (gnus-local-map-property): Remove.
20623
20624         * mm-view.el (mm-view-pkcs7-decrypt):
20625         Replace gnus-completing-read-maybe-default with completing-read.
20626
20627         * gnus-util.el (gnus-completing-read): do.
20628         (gnus-completing-read-maybe-default): Remove.
20629
20630 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20631
20632         * password.el: Only autoload `run-at-time' if not XEmacs.
20633         Only autoload the itimer functions if XEmacs.
20634
20635 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20636
20637         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20638         XEmacsen.
20639
20640         * dgnushack.el: Autoload executable-find for XEmacs.
20641
20642 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20643
20644         * gnus-art.el (gnus-read-string): Remove.
20645         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20646         read-string.
20647
20648 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20649
20650         * netrc.el: Autoload password-read.
20651         (netrc): Add configuration group.
20652         (netrc-encoding-method, netrc-openssl-path):
20653         Add variables for encoding and decoding of files with symmetric
20654         ciphers.
20655         (netrc-encode): Add assistant function to encode a file with
20656         netrc-encoding-method.
20657         (netrc-parse): Add interactive parameter, added optional
20658         decoding if netrc-encoding-method is non-nil but otherwise
20659         behavior is standard.
20660         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20661         Do s/encode/encrypt/ everywhere.
20662
20663         * spam.el: Remove executable-find autoload.
20664
20665 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20666
20667         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20668
20669         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20670
20671 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20672
20673         * gnus-art.el (gnus-treat-ansi-sequences)
20674         (article-treat-ansi-sequences): New variable and function.
20675         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20676
20677         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20678         Use it.
20679
20680 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * mm-util.el (mm-quote-arg): Remove.
20683
20684         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20685         shell-quote-argument.
20686
20687         * gnus-uu.el (gnus-uu-command): do.
20688
20689         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20690
20691         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20692         with make-char.
20693
20694         * mm-util.el (mm-make-char): Remove.
20695
20696         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20697         add-minor-mode.
20698
20699         * gnus-undo.el (gnus-undo-mode): do.
20700
20701         * gnus-topic.el (gnus-topic-mode): do.
20702
20703         * gnus-sum.el (gnus-dead-summary-mode): do.
20704
20705         * gnus-start.el (gnus-slave-mode): do.
20706
20707         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20708
20709         * gnus-ml.el (gnus-mailing-list-mode): do.
20710
20711         * gnus-gl.el (gnus-grouplens-mode): do.
20712
20713         * gnus-draft.el (gnus-draft-mode): do.
20714
20715         * gnus-dired.el (gnus-dired-mode): do.
20716
20717         * gnus-ems.el (gnus-add-minor-mode): Remove.
20718
20719         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20720         Replace gnus-char-width with char-width.
20721
20722         * gnus-ems.el (gnus-char-width): Remove.
20723
20724         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20725         Replace gnus-char-width with char-width.
20726
20727         * gnus-ems.el (gnus-char-width): Remove.
20728
20729         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20730         definition.
20731         Remove Emacs 20 hash table compatibility code.
20732
20733         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20734         20 compatibility code.
20735
20736         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20737
20738         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20739
20740         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20741         Replace with point-at-{eol,bol}.
20742
20743         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20744
20745         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20746
20747         * flow-fill.el (fill-flowed-point-at-bol)
20748         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20749
20750         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20751         Replace with point-at-{eol,bol} throughout all files.
20752
20753 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20754
20755         * ntlm.el (ntlm-string-as-unibyte): New macro.
20756         (ntlm-build-auth-response): Use it.
20757
20758         Remove Emacs 20 stuff:
20759         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20760         (butlast, mapc, remove): Remove the compiler macros.
20761         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20762         of delq and copy-sequence.
20763         * gnus-art.el (popup-menu): Remove the compiler macro.
20764         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20765         Emacs 20.
20766
20767 2004-01-05  Simon Josefsson  <jas@extundo.com>
20768
20769         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20770         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20771         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20772         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20773         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20774         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20775         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20776         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20777         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20778         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20779         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20780         string-xor into ntlm-string-xor.
20781         Suggested by Jesper Harder <harder@myrealbox.com>.
20782
20783         * ntlm.el: Don't include poem.
20784
20785         * md4.el (print-int32, print-string-hexa): Remove.
20786         Suggested by Jesper Harder <harder@myrealbox.com>.
20787
20788         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20789
20790         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20791         probably breaks emacs with DL patch, but do we care? Is anyone
20792         still using the DL stuff?)
20793
20794         * sieve-manage.el: Use the password package.
20795         (sieve-manage-read-passwd): Remove.
20796         (sieve-manage-interactive-login): Use password.  Re-add
20797         condition-case around loop.
20798
20799         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20800         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20801         Use the password package.
20802
20803 2003-02-19  Simon Josefsson  <jas@extundo.com>
20804
20805         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20806         token.
20807
20808 2002-08-07  Simon Josefsson  <jas@extundo.com>
20809
20810         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20811         (sieve-manage-authenticators):
20812         (sieve-manage-authenticator-alist): Add some SASL mechs.
20813         (sieve-sasl-auth): New function.
20814         (sieve-manage-cram-md5-auth):
20815         (sieve-manage-plain-auth): Rewrite using SASL library.
20816         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20817         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20818         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20819         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20820
20821 2004-01-05  Simon Josefsson  <jas@extundo.com>
20822
20823         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20824         New files.
20825
20826 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20827
20828         * gnus-group.el (gnus-no-groups-message): Update.
20829
20830         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20831
20832 2003-11-09  Simon Josefsson  <jas@extundo.com>
20833
20834         * imap.el: Support for ID IMAP extension (RFC 2971).
20835         (imap-local-variables): Add imap-id.
20836         (imap-id): New variable.
20837         (imap-id): New function.
20838         (imap-parse-response): Parse untagged ID response.
20839         * nnimap.el (nnimap-id): New variable.
20840         (nnimap-open-connection): Use it.
20841
20842 2003-12-28  Simon Josefsson  <jas@extundo.com>
20843
20844         * gnus-score.el (gnus-score-edit-all-score): New.
20845         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20846
20847 2004-01-04  Simon Josefsson  <jas@extundo.com>
20848
20849         * password.el: Add.
20850
20851 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20852
20853         * dns.el (dns-query-types): Fix typo.
20854         (dns-query-types): New function.
20855         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20856         PTR and SOA replies, see RFC 1035.
20857
20858 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20859
20860         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20861
20862         * Move to Changelog.2.
20863
20864 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20865
20866         * gnus.el (gnus-version-number): Bump version.
20867
20868 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20869
20870         * gnus.el: No Gnus v0.1 is released.
20871
20872 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20873
20874         * gnus.el: No Gnus v0.0 is released.
20875
20876 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20877
20878         * gnus.el (gnus-version-number): Bump.
20879         (gnus-version): No.
20880
20881 See ChangeLog.2 for earlier changes.
20882
20883   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20884
20885   This file is part of GNU Emacs.
20886
20887   GNU Emacs is free software: you can redistribute it and/or modify
20888   it under the terms of the GNU General Public License as published by
20889   the Free Software Foundation, either version 3 of the License, or
20890   (at your option) any later version.
20891
20892   GNU Emacs is distributed in the hope that it will be useful,
20893   but WITHOUT ANY WARRANTY; without even the implied warranty of
20894   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20895   GNU General Public License for more details.
20896
20897   You should have received a copy of the GNU General Public License
20898   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20899
20900 ;; Local Variables:
20901 ;; coding: utf-8
20902 ;; fill-column: 79
20903 ;; add-log-time-zone-rule: t
20904 ;; End: