(auth-source-search): Do a two-phase search, one with no :create to get the responses...
[gnus] / lisp / ChangeLog
1 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (auth-source-search): Do a two-phase search, one with
4         no :create to get the responses from all backends.
5
6         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7         when getting credentials.
8
9         * gnus-util.el (gnus-delete-duplicates): New function.
10
11 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * nnimap.el (nnimap-credentials): Instead of picking the first port as
14         a creation default, pass the whole port list down.  It will be
15         completed.
16
17         * auth-source.el (auth-source-search): Updated docs to talk about
18         multiple creation choices.
19         (auth-source-netrc-create): Accept a list as a value (from the search
20         parameters) and do completion on that list.  Keep a separate netrc line
21         with the password obscured for showing the user.
22
23         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
24         first choice to `auth-source-search' so it will be used for entry
25         creation instead of the server's Gnus-specific name.
26         (nnimap-credentials): Rely on the auth-source library to select which
27         port is actually wanted in the new netrc entry, so don't override
28         `auth-source-creation-defaults'.
29
30         * auth-source.el (auth-source-netrc-parse): Use :port instead of
31         :protocol and accept a missing user, host, or port as a wildcard match.
32         (auth-source-debug): Default to off.
33
34         (auth-source-netrc-search, auth-source-netrc-create)
35         (auth-source-secrets-search, auth-source-secrets-create)
36         (auth-source-user-or-password, auth-source-backend, auth-sources)
37         (auth-source-backend-parse-parameters, auth-source-search): Use :port
38         instead of :protocol.
39
40         * nnimap.el (nnimap-credentials): Pass a port default to
41         `auth-source-search' in case an entry needs to be created.
42         (nnimap-open-connection-1): Use :port instead of :protocol.
43
44 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * auth-source.el: Bind load-path when loading EIEIO from
47         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
48         21.4 doesn't support, to `require'.
49         (auth-source-secrets-search): Use mm-delete-duplicates instead of
50         delete-dups that is not available in XEmacs 21.4.
51
52 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
53
54         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
55         as EIEIO must also be loaded when auth-source.el is being
56         byte-compiled.
57
58 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
61
62         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
63
64         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
65
66         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
67
68         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
69
70         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
71
72         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
73
74         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
75         necessary.
76
77 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
80         nil means that nnimap doesn't get updated.
81
82 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
83
84         * auth-source.el (auth-source-netrc-create): Return a synthetic search
85         result when the user doesn't want to write to the file.
86         (auth-source-netrc-search): Expect a synthetic result and proceed
87         accordingly.
88         (auth-source-cache-expiry): New variable to override
89         `password-cache-expiry'.
90         (auth-source-remember): Use it.
91
92         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
93         parameter.  Create entry if necessary by using :create t.
94         (nnimap-open-connection-1): Don't pass `inhibit-create'.
95
96 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * auth-source.el (auth-source-debug): Enable by default and don't
99         mention the obsolete `auth-source-hide-passwords'.
100         (auth-source-do-warn): New function to debug unconditionally.
101         (auth-source-do-debug): Use it.
102         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
103         and for Secrets API entries when the secrets.el library is not
104         available.
105
106 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-sum.el (gnus-propagate-marks): Default to nil.
109         (gnus-summary-exit): Kill the correct article buffer on exit from a
110         `C-d' group.
111
112         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
113         gnus-propagate-marks.
114
115         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
116         before killing the buffers so that a non-full window conf gets handled
117         correctly.
118         (gnus-summary-exit): Ditto.
119         (gnus-summary-read-group-1): Ditto.
120
121         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
122         async code again so that we can debug it properly.
123
124         * message.el (message-reply): Take an optional switch-buffer parameter
125         so that Gnus window confs are respected better.
126
127 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
128
129         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
130         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
131         docstring.
132         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
133         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
134         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
135         Login collection is "Login" and not "login".
136
137 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
140         multiple headers.
141
142         * nnimap.el (nnimap-inhibit-logging): New variable.
143         (nnimap-log-command): Don't log login commands.
144
145         * auth-source.el (auth-source-netrc-search): The asserts seem to want
146         to have more parameters.
147
148         * nnimap.el (nnimap-send-command): Mark the command time for each
149         command, so that we don't get NOOPs stepping on our toes.
150
151         * gnus-art.el (article-date-ut): Get the date from the Date header on
152         `t'.
153
154 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * auth-source.el (auth-source-search): Use copy-sequence instead of
157         the cl.el copy-list.
158
159 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * imap.el: Bring it back (revert
162         84d800cd31de3064f0ed39617d725709a2f8f42f).
163
164 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
165
166         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
167         Improve prompt.
168
169 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
170
171         * gnus-art.el (gnus-article-mode-line-format): Remove the article
172         washing status from the default format.  It isn't very informative.
173
174 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
175
176         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
177         Gcc processing on imap.
178
179 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * imap.el: Remove file.  All the functionality is in nnimap.el.
182
183 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
184
185         * message.el (message-bury): Don't pop up a new window when selected
186         window is dedicated.
187
188 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
189
190         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
191
192 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * sieve-manage.el: Autoload `auth-source-search'.
195         (sieve-sasl-auth): Use it.
196
197 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * nnimap.el: Autoload `auth-source-forget+'.
200         (nnimap-open-connection-1): Use it if the connection fails.
201
202         * auth-source.el: Require `password-cache'.
203         (auth-source-hide-passwords, auth-source-cache): Remove and mark
204         obsolete.
205         (auth-source-magic): Marker for `password-cache' keys.
206         (auth-source-do-cache): Update docstring.
207         (auth-source-search): Use and check cache.
208         (auth-source-forget-all-cached, auth-source-remember)
209         (auth-source-recall, auth-source-forget, auth-source-forget+)
210         (auth-source-specmatchp): Caching support functions.
211         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
212         Remove and obsolete.
213         (auth-source-user-or-password): Remove caching to further discourage
214         using it.  Always hide passwords.
215
216         * password-cache.el (password-cache-remove): Accept secrets that are
217         not strings.
218
219 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
222         code for now, since it doesn't work for all users.
223
224 2011-02-09  Julien Danjou  <julien@danjou.info>
225
226         * message.el (message-options): Make message-options really buffer
227         local.
228
229 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * mail-source.el: Autoload `auth-source-search'.
232         (mail-source-keyword-map): Note order matters.
233         (mail-source-set-1): Get all the mail-source source values and
234         defaults and search auth-source on those if needed.  This can all
235         probably be simplified.
236
237         * nnimap.el: Autoload `auth-source-search'.
238         (nnimap-credentials): Use it.
239         (nnimap-open-connection-1): Ask for the virtual server and physical
240         address in one shot.
241
242         * nntp.el: Autoload `auth-source-search'.
243         (nntp-send-authinfo): Use it.  Note TODO.
244
245 2011-02-08  Julien Danjou  <julien@danjou.info>
246
247         * shr.el (shr-tag-body): Add support for text attribute in body
248         markups.
249
250         * message.el (message-options): Make message-options a local variable.
251
252 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * auth-source.el (auth-source-secrets-search)
255         (auth-source-user-or-password): Use `append' instead of `nconc'.
256         (auth-source-user-or-password): Build return list better and protect
257         against nil :secret.
258
259 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
260
261         * nnimap.el (nnimap-update-info): Refactor slightly.
262         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
263         (nnimap-update-info): Clean up slightly.
264         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
265         characters.
266         (nnimap-process-quirk): Rename function to avoid collision.
267         (nnimap-update-info): Fix macrology bug-out.
268         (nnimap-update-info): Simplify split history test.
269
270 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
271
272         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
273         `secrets-get-attributes' instead of `secrets-get-attribute'.
274         (auth-source-secrets-search): Limit search when `max' is greater than
275         number of results.
276
277 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
278
279         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
280         part not returning any data.
281
282         * proto-stream.el (open-protocol-stream): Document the return value.
283
284 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * auth-source.el (auth-source-secrets-search): Add examples.
287
288 2011-02-06  Julien Danjou  <julien@danjou.info>
289
290         * message.el (message-setup-1): Handle message-generate-headers-first
291         set to t.
292
293 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
296         API with a string "secrets:collection-name" and with 'default.
297         (auth-source-backend-parse): Parse "secrets:collection-name" and
298         'default.  Recurse on parses instead of repeating code.  Use the
299         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
300         message when ignoring a source.
301         (auth-source-search): List ignored search keys at the top level.
302         (auth-source-netrc-create): Use `case' instead of `cond'.
303         (auth-source-secrets-search): Created with TODOs.
304         (auth-source-secrets-create): Created with TODOs.
305         (auth-source-retrieve, auth-source-create, auth-source-delete)
306         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
308         (auth-source-user-or-password-sftp)
309         (auth-source-user-or-password-smtp): Removed.
310         (auth-source-user-or-password): Deprecated and modified to be a wrapper
311         around `auth-source-search'.  Not tested thoroughly.
312
313 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * auth-source.el: Bring in assoc and eioeio libraries.
316         (secrets-enabled): New variable to track the status of the Secrets API.
317         (auth-source-backend): New EIOEIO class to represent a backend.
318         (auth-source-creation-defaults): New variable to set prompt defaults
319         during token creation (see the `auth-source-search' docstring for
320         details).
321         (auth-sources): Simplify to allow a simple string as a netrc backend
322         spec.
323         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
324         (auth-source-backend-parse-parameters): Fill in the backend parameters.
325         (auth-source-search): Main auth-source API entry point.
326         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
327         (auth-source-search-collection): Helper function for searching.
328         (auth-source-netrc-parse, auth-source-netrc-normalize)
329         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
330         Supports search, create, and delete.
331         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
332         backend stubs.
333         (auth-source-user-or-password): Call `auth-source-search' but it's not
334         ready yet.
335
336 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
337
338         * message.el (message-setup-1): Remove the read-only stuff, since it
339         doesn't work under XEmacs, for some reason.
340
341         * gnus-sum.el (gnus-user-date): Rename back from
342         gnus-summary-user-date since user code refers to it.
343
344         * shr.el (shr-render-td): Store the actual background colour used.
345
346         * message.el (message-setup-1): Don't bind the constant
347         -forbidden-properties.
348         (message-setup-1): Revert previous change, since it needs to bind the
349         props to insert them.
350         (message-resend): Allow removing the read-only separator line.
351
352 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * nnimap.el (nnimap-request-accept-article): Give an error message if
355         the APPEND wasn't successful.
356
357 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
358
359         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
360         that have no groups.
361
362 2011-02-03  Julien Danjou  <julien@danjou.info>
363
364         * gnus-draft.el: Remove progn around gnus-draft-setup.
365
366 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-start.el (gnus-read-active-for-groups): This function is never
369         called with a nil `infos', so clean that up.
370         (gnus-get-unread-articles): Request active files from primary/secondary
371         methods that have no groups (yet).
372
373 2011-02-03  Julien Danjou  <julien@danjou.info>
374
375         * message.el (message-setup-1): Always generate References first.
376         (message-mail): Return the return value of message-setup, not always t.
377         (message-setup-1): Insert mail-header-separator with read-only and
378         intangible properties set.
379
380         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
381         user-date in docstring.
382
383         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
384
385         * gnus.el (gnus-summary-line-format): Mention &user-date format in
386         docstring.
387
388         * gnus.el (gnus-user-date-format-alist): Change default value. Use
389         defcustom, with type and group. Move from gnus-util.el. Rename to
390         gnus-summary-user-date-format-alist.
391
392 2011-02-03  Glenn Morris  <rgm@gnu.org>
393
394         * nnimap.el (gnus-fetch-headers): Declare.
395
396         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
397
398 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
399
400         * message.el (message-forward-make-body-digest-plain)
401         (message-followup, message-reply): Clean up things noted by Stefan.
402
403         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
404         gnus-article-update-date-headers is nil.
405         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
406         it didn't really work with defcustom.
407         (article-update-date-lapsed): Make sure the window start doesn't move,
408         either.
409
410 2011-02-01  Julien Danjou  <julien@danjou.info>
411
412         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
413         format.
414
415         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
416         standard in Emacs nowadays.
417
418         * color.el (color-gradient): Add a color-gradient function.
419
420 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * message.el (message-expand-name): Don't trust the return value of
423         bbdb-complete-name.
424         (message-check-news-header-syntax): Remove unused var `start'.
425         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
426         (message-inhibit-body-encoding): Move to before first use.
427         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
428         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
429         (Organization, Message-ID, Date, mh-previous-window-config):
430         Defvar the vars using dynamic scoping.
431
432 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * shr.el (shr-render-td): Only do colours at the final rendering.
435         Should be slightly faster.
436         (shr-insert-table): Fix up TD background colours when doing the
437         vertical padding.
438
439         * gnus-art.el (article-date-ut): Protect against articles with no Date
440         header.
441         (article-update-date-lapsed): Don't use current-column to find the
442         horizontal position.  It's fragile in the presence of \003 characters.
443
444         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
445
446 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-art.el (article-transform-date): Rewrite to still work when
449         there are several rfc2822 parts.
450         (article-transform-date): Fix infinite recursion.
451         (article-date-ut): Replace infinitely many Date headers with a single
452         one when called interactively.
453
454         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
455         secure manner.
456
457         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
458         move around by not using save-window-excursion.  It seems to work...
459
460 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gnus-art.el (article-make-date-line): Work for user-defined format.
463
464 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
465
466         * nntp.el (nntp-retrieve-group-data-early)
467         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
468         fetching functions.
469
470         * gnus-start.el (gnus-read-active-for-groups): Read the active files
471         thoroughly for all backends that have no known groups.  This should
472         allow new nnml methods to retrieve mail.
473
474         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
475         that Gnus doesn't know exists again.
476
477         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
478         (gnus-treat-date-ut): Ditto.
479         (gnus-article-update-date-header): Renamed.
480         (gnus-treat-date-local): Removed.
481         (gnus-treat-date-english): Removed.
482         (gnus-treat-date-lapsed): Removed.
483         (gnus-treat-date-combined-lapsed): Removed.
484         (gnus-treat-date-original): Removed.
485         (gnus-treat-date-iso8601): Removed.
486         (gnus-treat-date-user-defined): Removed.
487         (gnus-article-date-headers): New variable to control all the date
488         header options.
489         (article-date-ut): Rewrite to allow using the new way to format date
490         headers(s).
491
492 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * nnmail.el (nnmail-article-group): Check for a direct fancy split
495         method.
496         (nnmail-article-group): A better test for fanciness.
497
498         * nnimap.el (nnimap-request-head): Protect against not finding the
499         article by Message-ID.
500
501 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-art.el (article-update-date-lapsed): Try a better way to really
504         keep point at the "same place".
505
506 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
509         data if the group is unactivated.
510
511 2011-01-28  Julien Danjou  <julien@danjou.info>
512
513         * gnus-win.el: Remove dead function gnus-window-configuration-element.
514         (gnus-all-windows-visible-p): Remove old compatibility code.
515         (gnus-window-top-edge): Add docstring.
516
517         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
518
519 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
522         older request-update-info.
523
524         * gnus-art.el (article-make-date-line): Limit the length a bit more.
525
526 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
527
528         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
529         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
530
531 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
534         groups.  This makes the nndraft:queue group pop up if it's not already
535         there.
536
537         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
538         messages" logic, which was reversed.
539
540         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
541         the "same place" even if point is on the line being replaced.
542         (article-update-date-lapsed): Allow updating both the combined lapsed
543         and the lapsed headers.
544         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
545         (article-make-date-line): Limit the number of segments dynamically to
546         avoid too-long lines.
547
548 2011-01-27  Julien Danjou  <julien@danjou.info>
549
550         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
551         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
552
553 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
556         Use plist-get instead of the cl function getf.
557
558 2011-01-27  Glenn Morris  <rgm@gnu.org>
559
560         * gnus-util.el (float-time): Get rid of compiler warning, again.
561
562 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * shr.el (shr-put-color): Special-case background colours: Do put them
565         at the blank parts at the front of the lines.
566
567         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
568         exit hook to nix out all data on readedness on group exit.
569
570         * gnus-util.el (float-time): If float-time is bound, always use it on
571         all Emacsen.  It's unclear why the subrp check was there.
572         (time-date): Require to make some autoload issues on XEmacs go away.
573
574         * shr.el (shr-put-color): Don't do the box padding in tables, since
575         they're already padded.
576
577 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-art.el (gnus-article-next-page): When the last line of the
580         article is displayed, scroll down once more instead of going to the
581         next article at once.
582         (article-lapsed-string): Refactor out and allow specifying how many
583         segments you want.
584         (gnus-article-setup-buffer): Start updating the lapsed header directly.
585         (gnus-article-update-lapsed-header): New variable.
586
587         * shr.el: Revert change that made headings use different-sized faces.
588         The Emacs display engine isn't advanced enough that, for instance,
589         tables can comfortably use differntly-sized faces.
590
591 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
594         used.
595         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
596         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
597         we're using an encrypted connection.
598
599         * proto-stream.el: Alter the interface functions to also return the
600         actual stream type used: network or tls.
601
602 2011-01-25  Julien Danjou  <julien@danjou.info>
603
604         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
605         (mm-display-javascript-inline): New function.
606
607         * mm-decode.el (mm-inline-media-tests): Add application/javascript
608         viewing function.
609
610 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * shr.el (shr-expand-newlines): Fix variable name.
613
614 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
615
616         * shr.el (shr-expand-newlines): Make nested boxes work.
617
618 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
621         backgrounds.
622         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
623         in a more sensible manner.
624
625 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
626
627         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
628         if EPG is loaded.
629
630 2011-01-24  Julien Danjou  <julien@danjou.info>
631
632         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
633         tags.
634
635 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
638         commands.
639
640         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
641         in the article buffer.
642         (gnus-gravatar-insert): Use blank space from the current buffer to
643         avoid breaking text properties.  This makes X-Sent updating work again.
644
645         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
646
647 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
650         fix the bug in url-http.el instead.
651
652         * shr.el (shr-image-fetched): Ditto.
653
654         * shr.el (shr-image-fetched): Avoid having point move in the article
655         buffer.
656
657         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
658         buffer after being called.  It's apparently being killed by url.el, and
659         killing it made point move to end-of-buffer in a random buffer.
660
661         * shr.el (shr-image-fetched): Ditto.
662
663 2011-01-23  Julien Danjou  <julien@danjou.info>
664
665         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
666
667         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
668         text/x-org.
669
670 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-sum.el (gnus-summary-move-article): Protect against backends
673         (i.e., nnimap) returning nil as the article number.
674
675 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
676
677         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
678         "DelSp" parameter in RFC3676.
679
680 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
681
682         * message.el (message-check-recipients): Display the encoded version of
683         the bogus address if they differ.
684
685         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
686         after sending.
687
688         * gnus-agent.el (gnus-agent-send-mail): Ditto.
689
690         * gnus-group.el (gnus-group-refresh-group): New convenience function.
691
692         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
693         group buffer after sending the queue.
694
695         * gnus-agent.el (gnus-agent-send-mail): Ditto.
696
697 2011-01-22  Julien Danjou  <julien@danjou.info>
698
699         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
700
701 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
704         nested related parts.
705
706         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
707         unexpired articles.  This fixes the regression that led expiry marks to
708         disappear from nnfolder groups.
709
710 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
711
712         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
713         Don't confuse the "ret" of "retrograde" with RET.
714
715 2011-01-21  Julien Danjou  <julien@danjou.info>
716
717         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
718         than mm-insert-inline.
719
720 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
723         Widen article buffer.
724
725 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
726
727         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
728         the temp buffer.
729         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
730
731 2011-01-20  Julien Danjou  <julien@danjou.info>
732
733         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
734
735         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
736         than mm-insert-inline to insert inline part: this respect
737         mm-inline-media-tests displayers.
738
739         * mm-view.el (mm-display-shell-script-inline): New function.
740
741         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
742
743         * mm-uu.el (mm-uu-type-alist): Add org block.
744         (mm-uu-org-src-code-block-extract): New function.
745
746         * mm-view.el (mm-display-org-inline): New function.
747
748         * mm-decode.el (mm-automatic-display): Add text/org.
749
750         * mailcap.el (mailcap-mime-extensions): Add .org.
751
752 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-art.el (gnus-article-highlight): Remove argument passed to
755         gnus-article-add-buttons.
756
757 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
758
759         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
760         From header with a date and "nobody" as the sender.
761
762 2011-01-19  Julien Danjou  <julien@danjou.info>
763
764         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
765         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
766         if you have the same regexp several times.
767         (gnus-button-push): Fix matching when regexp is symbol.
768
769 2011-01-15  Glenn Morris  <rgm@gnu.org>
770
771         * message.el (message-mail): A compose-mail function should
772         accept headers as strings.
773
774 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
775
776         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
777         Add :vert-only tags.
778         (message-mail): New arg RETURN-ACTION.
779         (message-return-action): New var.
780         (message-bury): Use it.
781         (message-mode): Make it buffer-local.
782         (message-send-and-exit): Always call message-bury.
783
784         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
785         message-mail.
786
787 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * nnimap.el (nnimap-convert-partial-article): Protect against
790         zero-length body parts.
791
792         * mm-decode.el (mm-preferred-alternative-precedence):
793         Discourage showing empty parts.
794
795         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
796         and stuff if the backend didn't return the article number.  This fixes
797         an Exchange-related nnimap bug.
798
799         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
800         group window, because it does the wrong thing when a separate frame
801         displays the group buffer.
802
803         * proto-stream.el (open-protocol-stream): Protect against the low-level
804         transport functions returning nil.
805
806 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
807
808         * mml2015.el (epg-sub-key-fingerprint): Autoload.
809         (mml2015-epg-find-usable-secret-key): New function.
810         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
811         mml2015-epg-find-usable-key (Bug#7797).
812         (mml2015-epg-encrypt): Ditto.
813
814 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * dgnushack.el (rot13-string): Fix the way to get the argument.
817
818 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
821
822 2011-01-03  Glenn Morris  <rgm@gnu.org>
823
824         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
825
826         * sieve.el (sieve-open-server): Give a more explicit error if
827         sieve-manage-open returns nil.  (Bug#7720)
828
829 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
830
831         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
832
833 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
836         This avoids sending passwords in plain text over non-encrypted
837         channels.
838
839         * shr.el (shr-rescale-image): Display all GIF images as animated images.
840
841         * nnimap.el (nnimap-login): Refactored out into own function, and
842         implement CRAM-MD5.
843         (nnimap-wait-for-line): Refactored out.
844
845         * mm-view.el (mml-smime): Require.
846
847 2010-12-20  David Engster  <deng@eml.cc>
848
849         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
850         use EPG to decrypt S/MIME messages instead of openssl.
851
852 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
855
856         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
857         status is the group clearly is unreachable.
858
859         * auth-source.el (auth-source-create): Add the optional second
860         parameter to `local-variable-p' to be compatible with XEmacs.
861
862 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
863
864         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
865         work when using a compressed nnml folder.
866
867 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
870         backends after sanitising on entry, because this never makes sense:
871         If the articles have gone missing, then the data no longer exists on
872         the backend, and if they haven't, then Gnus is wrong, and shouldn't
873         overwrite anything anyway.
874
875         * shr.el (shr-insert-document): Bind shr-width dynamically to
876         window-width if it's nil.
877
878 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
879
880         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
881         with the meaning of using the full emacs window width for rendering.
882
883 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
884
885         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
886         case when sender is not given.
887
888 2010-12-23  Julien Danjou  <julien@danjou.info>
889
890         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
891         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
892         the addresses, otherwise we might misplaced the gravatar.
893
894 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
895
896         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
897         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
898         obsolete in Emacs.
899
900 2010-12-20  Julien Danjou  <julien@danjou.info>
901
902         * gnus-util.el (gnus-rescale-image): Revert last change.
903
904 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
905
906         * binhex.el: Improve commentary (Bug#7482).
907
908 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-group.el (gnus-group-delete-articles): New command.
911
912 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
913
914         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
915
916 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
919         here, since it's up to the backends to do CRLF removal if their
920         protocol has it.
921
922         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
923
924 2010-12-17  Julien Danjou  <julien@danjou.info>
925
926         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
927         they are from file. Can also scale up.
928
929 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
930
931         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
932         gnus-use-agent.
933         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
934
935         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
936
937 2010-12-17  Julien Danjou  <julien@danjou.info>
938
939         * gravatar.el (gravatar-retrieve-synchronously): New function.
940         (gravatar-get-data): Make more robust.
941
942 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
945
946 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
949         to really consider the last line.
950
951 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
952
953         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
954         list of recipient keys, or use symmetric encryption if not a list.
955         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
956         EPA override, replacing the call to `netrc-store-data'.
957
958 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
959
960         * gnus-srvr.el: Avoid passing nil regexp argument to
961         delete-matching-lines.
962
963 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
966         fetching stops when Gnus exits.
967
968         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
969         function.
970         (nnfolder-request-expire-articles): Save all the buffers after doing
971         expiry.
972
973         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
974         the last article", since that led to serious performance regressions
975         when expiring nnml groups.
976
977 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
978
979         * nnir.el: Improve customizations.
980
981 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
984
985         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
986         group has been killed.
987         (gnus-group-yank-group): Ditto.
988
989         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
990
991         * nnimap.el (nnimap-request-update-group-status): New function.
992
993         * gnus-int.el (gnus-request-update-group-status): New interface
994         function.
995
996         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
997         copying read-ness to the backends.
998
999         * nnimap.el (nnimap-quirk): New function.
1000         (nnimap-retrieve-group-data-early): Use it.
1001         (nnimap-quirks): New alist.
1002
1003 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1006         don't delete it within indentation.
1007
1008 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1011         previous line.
1012
1013 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1016         QRESYNC command by deleting a superfluous space which broke Cyrus
1017         servers.  This change will break other servers that are buggy the other
1018         way around.
1019
1020 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1021
1022         * spam.el: Reindent and fix long lines.
1023         (spam-copy-or-move-routine): Exclude invalid move destinations.
1024
1025 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1026
1027         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1028         installed the registry.
1029
1030 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1033
1034 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1035
1036         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1037         groupname doesn't contain "gmane".
1038
1039 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1042         and netrc-bound-and-true-p bindings.
1043         (netrc-parse): Cache the netrc contents.
1044
1045         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1046         (gnus-1): Don't create the nndrafts group twice.
1047         (gnus-setup-news): There's no need to read the active file here, since
1048         that's done again later on a per-backend basis.
1049         (gnus-start-draft-setup): Make sure that the new group is started out
1050         empty.
1051
1052         * gnus-agent.el (gnus-agentize): Don't create the queue group
1053         automatically on startup.  It'll be created later, if needed.
1054
1055         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1056         of automatically subscribed groups.
1057         (gnus-auto-subscribed-categories): New variable.
1058         (gnus-matches-options-n): Use it.
1059         (gnus-default-subscribed-newsgroups): Remove unused variable.
1060         (gnus-start-draft-setup): Message a bit less.
1061
1062 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1063
1064         * nnir.el (nnir-run-imap): Return article list in order of increasing
1065         UID.
1066
1067 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-sum.el (gnus-summary-enter-digest-group):
1070         Mention gnus-auto-select-on-ephemeral-exit.
1071
1072         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1073         convention of the network-only option.
1074
1075 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * proto-stream.el (proto-stream-open-network-only): New function to
1078         have a way to specify non-STARTTLS upgrade connections.
1079
1080 2010-12-10  Julien Danjou  <julien@danjou.info>
1081
1082         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1083         email address is nil.
1084
1085         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1086
1087 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1088
1089         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1090         deletion.
1091         (nnir-run-imap): Only need to parse list once.
1092
1093 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * shr.el (shr-tag-script): Ignore <script>.
1096         (shr-tag-label): Add <label> support.
1097
1098 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1101
1102         * shr.el (shr-image-displayer): Work for images lined side by side.
1103
1104 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1105
1106         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1107         parameter, since XEmacs doesn't accept t as a parameter.
1108
1109 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1110
1111         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1112         ids.
1113         (nnir-run-gmane): Simplify groupspec formatting.
1114         (nnir-request-expire-articles): New function.
1115
1116 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1119         overflow, possibly.
1120
1121         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1122         (shr-render-td): Handle td style="" better.
1123         (shr-tag-table): Use the color from the style sheet.
1124         (shr-render-td): Make sure we copy over all the overlays, too.
1125
1126 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1129         (nnir-request-article): Improve article retrieval.
1130
1131 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * mm-util.el (mm-extra-numeric-entities): New variable.
1134
1135         * mm-url.el (mm-url-decode-entities):
1136         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1137
1138         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1139
1140 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1141
1142         * message.el: Use completion-at-point.
1143         (message-completion-function): New fun, extracted from message-tab.
1144         (message-mode): Use it for completion-at-point-functions.
1145         (message-tab): Use it and completion-at-point.
1146
1147 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1150         character if a non-breakable character follows.
1151
1152 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1155         any stream.
1156
1157         * shr.el (shr-tag-font): Colorize the region.
1158         (shr-tag-body): Ditto.
1159         (shr-tag-font): Actually let the styles be inherited instead of
1160         overwriting them.
1161         (shr-tag-font): Get the background color right.
1162         (shr-tag-style): Ignore all <style> tags for the moment.
1163
1164         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1165         a Message-ID to avoid having nnimap depend on gnus-sum.
1166
1167         * shr.el (shr-descend): Only colorize something if we have a node that
1168         sets colors.
1169
1170 2010-12-06  Julien Danjou  <julien@danjou.info>
1171
1172         * shr.el (shr-render-td): Render td content with shr-descend, so style
1173         will be applied to <td> too.
1174         (shr-colorize-region): Colorize region even if we only have a background.
1175         (shr-tag-body): Fix color and background color inheritance.
1176         Do not recolorize after shr-generic.
1177         (shr-tag-font): Let shr-generic colorize via inheritance.
1178
1179 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1182
1183 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1184
1185         * nnir.el (nnir-request-move-article): Remove obsolete code.
1186
1187 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1190
1191 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-sum.el (gnus-summary-respool-article): The completion function
1194         expects a list instead of an alist.
1195
1196         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1197         string as the parameter.
1198
1199         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1200
1201         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1202         styles.
1203         (shr-colorize-region): New function.
1204         (shr-insert-background-overlay): Remove.
1205         (shr-render-td): Background setting should be taken care of on a higher
1206         level.
1207         (shr-tag-body): Use post-hoc colorizations.
1208         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1209         (shr-put-color-1): Don't overwrite old colors.
1210         (shr-colorize-region): When the background color isn't explicit, use
1211         a fixed background.
1212
1213         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1214         nnmail variables.
1215
1216 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1217
1218         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1219         unless necessary.
1220
1221 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1222
1223         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1224         server.
1225
1226 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1229         so that TAB works.
1230
1231         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1232         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1233
1234         * shr.el (shr-urlify): Show the URL before the title to avoid
1235         misleading URLs.
1236
1237 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1238
1239         * shr.el (shr-urlify): Display the title in <a> tags.
1240
1241 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1242
1243         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1244
1245 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1246
1247         * nnir.el: Rearrange code to allow macros to be autoloaded by
1248         gnus-sum.el.
1249         (nnir-retrieve-headers-override-function): Make this variable
1250         customizable.
1251         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1252
1253         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1254         from nnir.el.
1255
1256 2010-12-03  Julien Danjou  <julien@danjou.info>
1257
1258         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1259
1260 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1263         allow optional argument `environment'.
1264
1265 2010-12-03  Glenn Morris  <rgm@gnu.org>
1266
1267         * mm-extern.el (message-goto-body): Update declaration.
1268
1269 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * gnus-util.el (gnus-macroexpand-all): New function.
1272
1273         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1274         instead of macroexpand-all that is unavailable in XEmacs.
1275
1276 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1277
1278         * nnir.el (nnir-summary-line-format): New variable.
1279         (nnir-mode): Use it.
1280         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1281         (nnir-article-ids): Reimplement as defsubst.
1282         (nnir-retrieve-headers): Don't mangle the subject header.
1283         (nnir-run-imap): Use 100 as RSV score.
1284         (nnir-run-find-grep): Fix for full server searching.
1285         (nnir-run-gmane): Better restriction to gmane groups.
1286
1287         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1288         summary buffers.
1289
1290 2010-12-02  Julien Danjou  <julien@danjou.info>
1291
1292         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1293
1294         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1295
1296         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1297         support.
1298
1299 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1300
1301         * nnir.el: Update to handle the registry better.
1302         (autoload): Silence byte-compiler.
1303         (nnir-open-server): Add a hook for nnir groups.
1304         (nnir-request-move-article): Don't mangle the header. Better to use
1305         formating variables (which will be added in the future).
1306         (nnir-registry-action): Update the registry using the original article
1307         group name.
1308         (nnir-mode): Install nnir-specific hooks for updating the registry.
1309
1310         * gnus-sum.el
1311         (gnus-article-original-subject,gnus-newsgroup-original-name):
1312         Remove obsolete variables.
1313         (gnus-summary-move-article): Remove use of obsolete variables.
1314         (gnus-summary-local-variables): Make move and delete hooks local to
1315         summary buffers.
1316
1317 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * rtree.el: New file.
1320
1321 2010-12-01  Julien Danjou  <julien@danjou.info>
1322
1323         * message.el (message-user-organization): Do not use
1324         gnus-local-organization.
1325
1326         * gnus.el: Remove gnus-local-organization.
1327
1328         * gnus-msg.el: Remove nastygram thing.
1329
1330 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1331
1332         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1333         funcall.
1334
1335 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1338         names.
1339
1340         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1341         characters.
1342
1343         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1344         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1345         Suggested by Štěpán Němec <stepnem@gmail.com>.
1346         (gnus-gravatar-transform-address): Use mail-extract-address-components
1347         that supports non-ASCII names rather than mail-header-parse-addresses.
1348
1349 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * proto-stream.el (open-protocol-stream): All starttls connections are
1352         handled by the network handler.
1353
1354 2010-11-30  Julien Danjou  <julien@danjou.info>
1355
1356         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1357         (nnimap-open-connection-1): Fix PREAUTH.
1358
1359         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1360
1361 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1364         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1365         (shr-insert): Use them.
1366         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1367
1368 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1369
1370         * nnir.el (nnir-request-move-article): Bail out if original group
1371         doesn't support article moves.
1372         (nnir-get-active): Improve active list retrieval.
1373
1374 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1377
1378 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1379
1380         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1381         seem to accept strings-with-numbers as port numbers,
1382
1383 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1384
1385         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1386         change the registry.
1387
1388 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1391         delete-dups that is not available in XEmacs 21.4.
1392
1393         * mm-util.el (mm-delete-duplicates): Add comment.
1394
1395 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1396
1397         * nnir.el (nnir-ignored-newsgroups): New variable.
1398         (nnir-get-active): Use it.
1399
1400 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * proto-stream.el (proto-stream-open-network): Add some comments.
1403
1404         * nntp.el (nntp-open-connection): Provide a :success condition.
1405
1406         * nnimap.el (nnimap-open-connection-1): Ditto.
1407
1408         * proto-stream.el (proto-stream-open-network): See what the response to
1409         the STARTTLS command is.
1410
1411         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1412         backwards compatibility).
1413         (nnimap-open-connection-1): Really respect nnimap-server-port.
1414
1415         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1416         TLS upgrades we don't really care about the identity of the peer.
1417         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1418         that what we've checked for.
1419         (proto-stream-always-use-starttls): Only default to t if
1420         open-gnutls-stream exists.
1421         (proto-stream-open-network): If STARTTLS failed, then just open a
1422         normal connection.
1423         (proto-stream-open-network): Wait until the greeting before doing
1424         STARTTLS.
1425
1426         * nntp.el (nntp-open-connection): Report what the connection error is.
1427
1428         * proto-stream.el (open-protocol-stream): Rename from
1429         open-proto-stream.
1430
1431 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-stream): Change default to `undecided'.
1434         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1435         first, and then network.
1436         (nnimap-open-connection-1): Respect nnimap-server-port.
1437         (nnimap-open-connection): Be more backwards-compatible.
1438
1439         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1440         (proto-stream-open-starttls): De-duplicate the starttls code.
1441         (proto-stream-open-starttls): Folded back into the main function.
1442         (proto-stream-open-network): Fix typo in the gnutls path.
1443         (proto-stream-command): Refactor out.
1444
1445         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1446
1447         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1448         starttls.el STARTTLS.
1449
1450         * color.el (color-lab->srgb): Fix function call name.
1451
1452         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1453         if we're using tls.el.
1454         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1455         built in, then don't try to establish a STARTTLS connection.
1456
1457         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1458         servers.
1459
1460         * proto-stream.el (open-proto-stream): Use network, not stream.
1461         (open-proto-stream): Add a way to specify what the end of a command is.
1462
1463         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1464         connections types.
1465         (nntp-open-network-stream): Remove.
1466         (nntp-open-ssl-stream): Remove.
1467         (nntp-open-tls-stream): Remove.
1468         (nntp-ssl-program): Remove.
1469
1470         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1471
1472 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1473
1474         * nnir.el: Fix typos.
1475         (nnir-retrieve-headers-override-function): Rename variable to reflect
1476         new semantics.
1477         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1478         macros.
1479         (nnir-request-article, nnir-request-move-article): Use them.
1480         (nnir-categorize): New function.
1481         (nnir-run-query): Use it.
1482         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1483         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1484         sorted.
1485         (nnir-group-full-name): Use gnus-group-full-name instead.
1486         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1487         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1488
1489 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1492
1493         * proto-stream.el: New library to provide protocol-specific
1494         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1495         protocols.
1496         (open-proto-stream): Complete the documentation.
1497         (proto-stream-open-network): Fix some typos.
1498
1499         * nnimap.el (nnimap-open-connection): Use it.
1500
1501 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1502
1503         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1504         negotiation.
1505
1506 2010-11-26  Julien Danjou  <julien@danjou.info>
1507
1508         * color.el: Rename various rgb functions to srgb.
1509
1510 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1513         names.
1514
1515 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * shr.el (shr-insert): Revert last change.
1518         (shr-find-fill-point): Never leave point being at bol;
1519         relax the kinsoku limitation when rendering tables.
1520
1521 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1524         results from -accept-article.
1525
1526         * shr-color.el: Require cl when compiling.
1527
1528         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1529         checkin.
1530
1531         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1532
1533         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1534
1535         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1536         'add and 'delete to set backend marks.
1537
1538         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1539
1540         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1541
1542         * nntp.el (nntp-request-set-mark): Use it.
1543
1544         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1545
1546         * nnml.el (nnml-request-set-mark): Ditto.
1547
1548         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1549         introduces regressions in article selection.
1550         (nnimap-find-uid-response): New function.
1551         (nnimap-request-accept-article): Use the UID returned, if any.
1552         (nnimap-request-move-article): Use the UID returned, if any.
1553         (nnimap-get-groups): Reimplement to work with folded lines.
1554         (nnimap-find-uid-response): The UID is the last element in the list.
1555         (nnimap-request-set-mark): Extend syntax with 'set.
1556
1557         * nnml.el (nnml-request-set-mark): Ditto.
1558
1559         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1560
1561         * nntp.el (nntp-request-set-mark): Ditto.
1562
1563 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * message.el (message-called-interactively-p): A temporary macro.
1566         (message-goto-body): Use it temporarily.
1567
1568 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1571         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1572         (nnimap-last-response-string): Fix last unfolding fix.
1573
1574 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * shr.el (shr-insert): Fix the way to fold lines.
1577
1578 2010-11-25  Julien Danjou  <julien@danjou.info>
1579
1580         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1581
1582         * color.el: Rename from color-lab.el
1583         (color-rgb->hex): Add.
1584         (color-complement): Add.
1585         (color-complement-hex): Add.
1586
1587         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1588
1589 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1592         don't exist.
1593
1594 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1597         assuming that article displaying or another mml-preview may be
1598         interrupted for an error or for the like.
1599
1600         * shr.el (shr-get-background): Fix argument name.
1601
1602 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1605
1606         * gnus-sum.el (gnus-summary-include-articles): New function.
1607
1608         * message.el (message-goto-body): called-interactively-p needs a
1609         parameter, so use `any'.
1610
1611         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1612         clear marks before moving, since they're synced from the Gnus side
1613         first.
1614
1615         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1616         (gnus-summary-move-article): Copy over all marks before moving, so that
1617         IMAP doesn't think a new article has arrived.
1618
1619 2010-11-24  Julien Danjou  <julien@danjou.info>
1620
1621         * shr.el (shr-insert-background-overlay): Fix typo.
1622         (shr-render-td): Copy the background before rendering.
1623
1624         * shr-color.el (shr-color-visible): Fix docstring.
1625
1626         * shr.el (shr-tag-table): Add bgcolor support.
1627         (shr-render-td): Add bgcolor support.
1628         (shr-get-background): Add.
1629         (shr-insert-foreground-overlay): Use shr-get-background.
1630
1631         * message.el (message-goto-body): Use called-interactively-p.
1632         (message-in-body-p): message-goto-body returns point.
1633
1634 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1637         Fixes something or other in Emacs 23, and is backwards compatible.
1638
1639         * message.el (message-goto-body): Remove the <#secure special-casing,
1640         which is too special.
1641
1642         * shr.el (shr-parse-style): Drop !important from styles.
1643
1644 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1645
1646         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1647         this function to return incorrect results when calling it with an
1648         explicit article argument different from
1649         (gnus-summary-article-number).
1650
1651 2010-11-24  Julien Danjou  <julien@danjou.info>
1652
1653         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1654         (shr-tag-body): Add background support.
1655         (shr-descend): Add background support.
1656         (shr-tag-title): Add.
1657
1658         * shr-color.el (shr-color-visible): Really return original background
1659         if fixed.
1660
1661 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr.el (shr-color-check): Protect against non-existant colour names.
1664
1665 2010-11-24  Julien Danjou  <julien@danjou.info>
1666
1667         * color-lab.el: Require 'cl when compiling.
1668
1669         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1670
1671         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1672         matched part.
1673
1674         * color-lab.el: Fix all expt calls to use float type.
1675
1676 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1679         expression to shr-color-check as is.
1680
1681         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1682
1683         * color-lab.el: Add coding cookie.
1684         (float-pi): Use eval-and-compile.
1685
1686         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1687         compiled for Emacsen having no `libxml-parse-html-region' support.
1688
1689 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * shr.el (shr-insert-color-overlay): Split stuff like
1692         "#444444 !important" to find the real colour.
1693         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1694         parse <font color="red"> entries.
1695
1696 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1697
1698         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1699         point when parsing headers.
1700
1701         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1702         is positioned properly when parsing headers.
1703
1704 2010-11-23  Julien Danjou  <julien@danjou.info>
1705
1706         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1707
1708         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1709
1710         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1711
1712         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1713         Use shr-color-hue-to-rgb.
1714         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1715
1716 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * shr.el (shr-color->hexadecimal): Autoload.
1719         (shr-descend): Add color to all tags.
1720
1721 2010-11-22  Julien Danjou  <julien@danjou.info>
1722
1723         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1724         shr-color->hexadecimal.
1725
1726         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1727         RGB() or HSL() color representation.
1728
1729         * shr.el (shr-tag-font): Add.
1730         (shr-tag-color-check): New function to get better colors.
1731         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1732         tag-span.
1733
1734         * shr-color.el: New file.
1735
1736         * color-lab.el: New file.
1737
1738         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1739
1740 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1741
1742         * nnir.el: Fix typo in comments.
1743         (nnir-run-imap): Simplify code. No need to reverse artlist.
1744         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1745
1746 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1749
1750         * nnimap.el (nnimap-get-capabilities): Refactor out.
1751         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1752
1753 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1754
1755         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1756         appearing when `mm-uu-hide-markers' is nil.
1757
1758 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnimap.el (nnimap-unselect-group): Make into its own function.
1761         (nnimap-request-rename-group): Unselect group before renaming.
1762         This had gotten lost somewhere.
1763         (nnimap-request-accept-article): Keep track of examined groups, and
1764         unselect the group before APPENDing to read-only groups.
1765         (nnimap-request-move-article): Clear flags before moving so that they
1766         can be re-set later.
1767
1768 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1771         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1772
1773 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-art.el (gnus-mime-display-single)
1776         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1777         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1778         parameter.
1779
1780 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1783         (shr-table-vertical-line): New variable.
1784         (shr-insert-table): Use it.
1785
1786 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-html.el (gnus-html-wash-images): Don't display images if
1789         gnus-inhibit-images is non-nil; register displayer for cid images.
1790         (gnus-html-display-image): Work for cid image.
1791         (gnus-html-insert-image): Allow arguments.
1792         (gnus-html-put-image): Inhibit read-only.
1793         (gnus-html-prefetch-images): Don't prefetch images if
1794         gnus-inhibit-images is non-nil.
1795
1796 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * shr.el (shr-put-image): Break lines when inserting big pictures.
1799
1800 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1801
1802         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1803         sender, thanks Katsumi Yamaoka.
1804
1805 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * nnir.el (nnir-run-imap): Reverse the article list for each group
1808         rather than the whole list.
1809
1810 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * shr.el (shr-image-displayer): Protect function against non-existent
1813         image source.
1814
1815         * gnus-art.el (gnus-inhibit-images): New user option.
1816         (gnus-mime-display-single): Don't display image if it is non-nil.
1817
1818         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1819         gnus-inhibit-images.
1820
1821         * shr.el (shr-image-displayer): New function.
1822         (shr-tag-img): Use it.
1823
1824 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1825
1826         * mml2015.el (mml2015-epg-sign): Use From header.
1827
1828 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1831
1832         * gnus-util.el (gnus-find-text-property-region): Return markers.
1833
1834         * shr.el (shr-tag-img): Put a displayer in the text property.
1835
1836         * gnus-util.el (gnus-find-text-property-region): New utility function.
1837
1838         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1839         (gnus-html-show-images): Remove.
1840
1841         * gnus-art.el (gnus-article-show-images): New, more general function.
1842
1843         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1844         image url text properties.
1845
1846         * shr.el: Ditto.
1847
1848         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1849         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1850
1851 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1854         work for two or more articles.
1855
1856 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1859         divide an image that's in an html article to two or more when washing
1860         non-ASCII characters in alt text of it.
1861
1862 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1865         smime-decrypt-region using function argument.
1866         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1867
1868         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1869
1870         * smime.el (smime-decrypt-region): Catch it.
1871
1872 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1873
1874         * smime.el (smime-mode-map): Move initialization into declaration.
1875         (gnus-run-mode-hooks): Don't autoload.
1876         (smime-mode): Use define-derived-mode.
1877
1878 2010-11-11  Glenn Morris  <rgm@gnu.org>
1879
1880         * smime.el (from): Restrict declaration to XEmacs.
1881
1882         * nnir.el (gnus-group-topic-name): Autoload.
1883
1884 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * shr.el (shr-insert): Don't break long line if it is because of
1887         kinsoku-bol characters in the line end.
1888
1889 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1890
1891         * nnir.el (nnir-request-move-article): Fix to provide original group
1892         and subject.
1893         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1894         been retrieved.
1895
1896         * gnus-sum.el (gnus-summary-move-article): Use original group and
1897         subject for virtual articles such as those in an nnir summary buffer.
1898
1899 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1902         least 21.5).
1903
1904         * smime.el (from): Declare it again for XEmacs.
1905
1906 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * message.el (message-resend): Don't disable encoding unless it's
1909         already encoded.
1910
1911         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1912         low-numbered articles.
1913
1914 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * rfc2047.el (rfc2047-syntax-table): Simplify.
1917
1918         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1919
1920         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1921         set-char-table-range for XEmacs.
1922
1923 2010-11-10  Glenn Morris  <rgm@gnu.org>
1924
1925         * time-date.el (time-to-seconds): Always an alias on Emacs,
1926         never a real function.
1927         (with-no-warnings): Remove compat stub, now unused.
1928         (time-less-p): Doc fix.
1929         (time-to-number-of-days): Simplify.
1930
1931         * smime.el (from): Remove unused declaration.
1932
1933         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1934         (gnus-float-time): On Emacs, always an alias.
1935
1936         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1937         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1938
1939 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * dgnushack.el: Don't use ignore-errors in the top level form since it
1942         is unavailable in XEmacs even if cl is loaded.
1943
1944         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1945
1946 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * shr.el (browse-url-mailto): Autoload.
1949
1950         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1951
1952         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1953         regexp doesn't need quoting.
1954
1955 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1956
1957         * message.el (message-subject-trailing-was-ask-regexp)
1958         (message-subject-trailing-was-regexp): Match was: in addition to was.
1959
1960 2010-11-09  Glenn Morris  <rgm@gnu.org>
1961
1962         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1963         (nnbabyl-check-mbox): Use point-at-bol.
1964
1965 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1968
1969         * message.el (message-mailto): New function.
1970         (message-mailto): Should accept other parameters.
1971         (message-mailto): Remove since it duplicates browse-url-mailto
1972         functionality.
1973
1974 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1977         methods.
1978         (gnus-read-active-file): Ditto.
1979
1980         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1981         ": " from the prompt.
1982         (gnus-group-make-group): Ditto.
1983
1984 2010-11-07  Glenn Morris  <rgm@gnu.org>
1985
1986         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1987         (gnus-bookmark-kill-line): Use point-at-eol.
1988
1989 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1992         asterisks in From header.
1993
1994 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1997         string to avoid making the From headers syntactically invalid.
1998
1999         * message.el (message-send-mail): Don't insert courtesy messages if the
2000         message already has List-Post and List-ID messages.
2001
2002 2010-11-06  Glenn Morris  <rgm@gnu.org>
2003
2004         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2005         `condition', `type', `length' a prefix.
2006         (gnus-treat-predicate): Update for above name changes.
2007
2008 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2009
2010         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2011         binding.  Handled by `gnus-summary-refer-thread' instead.
2012         (nnir-warp-to-article): New backend function.
2013
2014         * nnimap.el (nnimap-request-thread): Force dependency updating.
2015
2016         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2017         (gnus-summary-refer-thread): Rework to improve thread-referral.
2018
2019         * gnus-int.el (gnus-warp-to-article): New function.
2020
2021         * gnus-sum.el (gnus-summary-article-map): Bind it.
2022
2023 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2024
2025         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2026         gnus-summary-refer-thread.
2027
2028         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2029         headers.
2030         (gnus-summary-limit-include-thread): Prevent articles in thread from
2031         being cut in gnus-cut-threads.
2032         (gnus-summary-refer-thread): Limit retrieved headers to those in
2033         thread.
2034
2035 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * message.el (message-send-mail): Use the value of
2038         message-courtesy-message from the message buffer.
2039
2040         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2041
2042         * shr.el (shr-browse-url): Implement mailto: URLs.
2043
2044         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2045         "raw".
2046
2047         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2048         if it's already selected.
2049
2050         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2051
2052 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2055         to measure the length and truncate alt text.
2056
2057 2010-11-03  Glenn Morris  <rgm@gnu.org>
2058
2059         * nndiary.el (nndiary-generate-nov-databases-1)
2060         (nndiary-generate-active-info): Rename dynamic variable `files' to
2061         something less generic.
2062
2063 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2064
2065         * nnir.el (nnir-request-move-article): Call the underlying backend to
2066         move articles from nnir.
2067
2068 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2071
2072 2010-11-02  Julien Danjou  <julien@danjou.info>
2073
2074         * nnir.el: Remove wais support.
2075
2076 2010-11-02  Glenn Morris  <rgm@gnu.org>
2077
2078         * gnus-html.el: Reorder requirements to quieten compiler.
2079
2080 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2083         properly for XEmacs as well.
2084         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2085         (gnus-article-natural-long-line-p): Use window-width rather than
2086         frame-width.
2087
2088 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2089
2090         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2091         (nnir-read-parms): Don't modify query.
2092         (nnir-run-query): Add ability to search topic on current line.
2093         (nnir-get-active): Clean up.
2094
2095 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2098         degenerate articles.
2099
2100         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2101         (gnus-print-buffer): Just print the buffer as is, without any copying
2102         to a buffer and then re-highlighting.
2103
2104         * nnimap.el (nnimap-request-group): Store the new updated info.
2105         (nnimap-request-group): Select the group when we don't know whether it
2106         exists or not.
2107
2108         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2109         groups.
2110
2111         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2112         groups.
2113
2114         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2115         groups.
2116
2117         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2118         long-lines case by only filling the long lines.
2119
2120         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2121         (bug #7311).
2122
2123 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * shr.el: No need to declare `declare-function' since shr.el is for
2126         only Emacsen that provide `libxml-parse-html-region'.
2127
2128         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2129         effective only in a file it is referred to.
2130
2131 2010-11-01  Glenn Morris  <rgm@gnu.org>
2132
2133         * mm-util.el (gnus-completing-read): Autoload.
2134         (mm-read-coding-system): Simplify Emacs definition.
2135
2136         * nnmail.el (gnus-activate-group):
2137         * nnimap.el (gnutls-negotiate):
2138         * nntp.el (netrc-parse): Fix declarations.
2139
2140 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2143         string-match-p in Emacs >=23.
2144
2145         * gnus-msg.el (gnus-configure-posting-styles)
2146         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2147
2148 2010-11-01  Glenn Morris  <rgm@gnu.org>
2149
2150         * nnir.el (declare-function): Add compat stub.
2151         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2152         (nnir-run-gmane): Require 'mm-url.
2153
2154         * mm-util.el (mm-string-to-multibyte): Simplify.
2155
2156         * shr.el (declare-function): Add compat stub.
2157         (url-cache-create-filename): Declare.
2158         (mm-disable-multibyte, widget-convert-button): Autoload.
2159
2160         * smime.el (ldap-search): Declare.
2161         (smime-cert-by-ldap-1): Require ldap on Emacs.
2162
2163         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2164         (nnimap-keepalive): Use gnus-float-time.
2165
2166         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2167         (mail-source-delete-crash-box): Use gnus-float-time.
2168
2169         * gnus-dired.el (gnus-completing-read): Autoload.
2170
2171         * mm-view.el (gnus-rescale-image): Autoload.
2172
2173         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2174
2175         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2176
2177         * sieve-manage.el: Require 'cl when compiling.
2178
2179         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2180         (gnus-iswitchb-completing-read): Require iswitchb.
2181         (gnus-select-frame-set-input-focus): Silence compiler.
2182
2183 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * message.el (message-subject-trailing-was-query): Change default to t,
2186         since I think that's what most people want.
2187
2188         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2189         appending for easier debugging.
2190         (nnimap-wait-for-connection): Take a regexp.
2191         (nnimap-request-accept-article): Wait for the continuation line before
2192         sending anything unless we're streaming.
2193
2194         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2195         leave the header washing to take place.
2196
2197 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2198
2199         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2200         regular expression match and replace in posting styles.
2201
2202 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2203
2204         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2205         an entire server.
2206         (nnir-get-active): New function.
2207         (nnir-run-imap): Use it.
2208         (nnir-run-gmane): Who knew, gmane search returns an article score!
2209
2210         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2211         server on the current line with nnir.
2212
2213 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2216         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2217         left edge.
2218         (gnus-article-foldable-buffer): Skip past the prefix when determining
2219         raggedness.
2220
2221         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2222         the raw article, and change `C-u g' to show the article without doing
2223         treatments.
2224
2225         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2226         on to `gnus-treat-article'.
2227         (gnus-inhibit-article-treatments): New variable.
2228
2229         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2230
2231         * gnus-art.el (gnus-treatment-function-alist): Have
2232         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2233         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2234         sections.
2235
2236         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2237         parameter.
2238         (gnus-article-fill-cited-long-lines): New function.
2239         (gnus-article-fill-cited-article): Allow filling only long sections.
2240
2241         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2242         and non-punctuation (like after the apostrophe in "'We").
2243
2244         * gnus-sum.el (gnus-summary-select-article): Make sure
2245         gnus-original-article-buffer is alive.
2246
2247         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2248         reflect the order they're in in the digest.
2249
2250         * gnus.el (gnus-group-startup-message): Move point to the start of the
2251         buffer.
2252
2253         * nnimap.el (nnimap-capability): New function.
2254         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2255         is set.
2256
2257 2010-10-31  David Engster  <dengste@eml.cc>
2258
2259         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2260         conform with changes to gnus-completing-read.
2261
2262 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263
2264         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2265
2266 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2267
2268         * nnir.el: Move defvar, defcustom around to keep file organized
2269         and keep byte-compiler quiet.
2270         (nnir-read-parms): Accept search-engine as arg.
2271         (nnir-run-query): Pass search-engine as arg.
2272         (nnir-search-engine): Remove.
2273
2274 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * shr.el (shr-generic): The text nodes should be text, not :text.
2277
2278         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2279         later in the file.
2280
2281 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2282
2283         * nnir.el: General clean up.  Allow searching with multiple engines.
2284         Allow separate extra-parameters for each engine.
2285         Batch queries when possible.
2286         (nnir-imap-default-search-key,nnir-method-default-engines):
2287         Add customize interface.
2288         (nnir-run-gmane): New engine.
2289         (nnir-engines): Use it.  Qualify all prompts with engine name.
2290         (nnir-search-engine): Remove global variable.
2291         (nnir-run-hyrex): Restore for now.
2292         (nnir-extra-parms,nnir-search-history): New variables.
2293         (gnus-group-make-nnir-group): Use them.
2294         (nnir-group-server): Remove in favor of gnus-group-server.
2295         (nnir-request-group): Avoid searching twice.
2296         (nnir-sort-groups-by-server): New function.
2297
2298 2010-10-30  Julien Danjou  <julien@danjou.info>
2299
2300         * gnus-group.el: Remove gnus-group-fetch-control.
2301
2302         * gnus-start.el (gnus-find-new-newsgroups):
2303         Remove gnus-check-first-time-used.
2304
2305         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2306
2307 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2308
2309         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2310         set on groups that don't have \* permanentflags.
2311
2312 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2315         control the background color.
2316         (shr-tag-img): Ignore very small web bug type images.
2317         (shr-put-image): Add help-echo alt texts to the images.
2318         (shr-tag-video): Show the video poster image.
2319
2320 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr.el (shr-table-depth): New variable.
2323         (shr-tag-table-1): Only insert the images after the top-level table.
2324
2325         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2326
2327         * gnus-util.el (gnus-list-memq-of-list): New function.
2328
2329         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2330         selected.
2331         (nnimap-unsplittable-articles): New slot.
2332         (nnimap-new-articles): Use it.
2333
2334 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2335
2336         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2337         move to the previous line on `M-g'.
2338
2339 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2342         *-request-group, which seems unnecessary.
2343
2344         * nnimap.el (nnimap-quote-specials): Function copied over from
2345         imap.el.
2346         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2347         they support that.  Suggested by Tom Regner.
2348
2349 2010-10-29  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2352         defalias.
2353         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2354
2355         * gnus.el: Remove `gnus-nntp-service' variable.
2356         (gnus-secondary-servers): Make obsolete.
2357         (gnus-nntp-server): Make obsolete.
2358
2359         * gnus-start.el (gnus-1): Remove x-splash calls.
2360
2361         * gnus-ems.el (gnus-x-splash): Remove.
2362
2363         * gnus.el (gnus-group-startup-message): Simplify/update code.
2364
2365         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2366         definition.
2367
2368         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2369         capability before doing anything.
2370         (gnus-group-insert-group-line): Remove useless
2371         gnus-group-remove-excess-properties.
2372
2373 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2376
2377 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2380         config after reselecting.
2381
2382 2010-10-28  Julien Danjou  <julien@danjou.info>
2383
2384         * shr.el (shr-put-image): Use point even if only inserting text.
2385         (shr-put-image): Save excursion when inserting alt text on non-graphic
2386         display, so the behaviour is the same when we are on a graphic display.
2387
2388         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2389
2390 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2393         (gnus-mime-copy-part): Check coding system, not charset.
2394         (gnus-mime-view-part-externally): Never remove part.
2395         (gnus-mime-view-part-internally): Don't remove part here.
2396         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2397         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2398         multipart/alternative.
2399
2400         * mm-decode.el (mm-display-part): Take optional arg `force'.
2401
2402 2010-10-26  Julien Danjou  <julien@danjou.info>
2403
2404         * gnus-group.el (gnus-group-default-list-level): Add this function to
2405         compute the default list level.
2406         (gnus-group-default-list-level): Add possibility to use a function.
2407
2408 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2411
2412         * gnus-group.el (gnus-group-completing-read)
2413         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2414         gnus-replace-in-string.
2415
2416 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * shr.el (shr-tag-div): Add.
2419
2420         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2421
2422 2010-10-25  Julien Danjou  <julien@danjou.info>
2423
2424         * gnus-util.el: Remove `gnus-with-local-quit'.
2425
2426         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2427
2428 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2431         the original article buffer.
2432
2433 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * nnimap.el (nnimap-request-head): New function.
2436         (nnimap-request-move-article): Try to be slighly faster by not
2437         requesting the entire message when moving.
2438         (nnimap-transform-headers): Don't bug out on bodiless articles.
2439         (nnimap-send-command): Have no outstanding messages if the IMAP server
2440         doesn't support streaming.
2441         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2442
2443 2010-10-24  Julien Danjou  <julien@danjou.info>
2444
2445         * message.el (message-default-headers): Fix type.
2446
2447 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2450         prefetching images.
2451
2452         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2453         backend for unknown groups.  This is mainly useful for nnimap groups.
2454
2455         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2456         group isn't covered by the agent.
2457
2458 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2459
2460         * nnir.el (nnir-method-default-engines): New variable.
2461         (nnir-run-query): Use it.
2462         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2463         (gnus-summary-nnir-goto-thread): Change group if needed.
2464
2465         * gnus-group.el (gnus-group-group-map): Add key binding for
2466         gnus-group-make-nnir-group.
2467
2468 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * shr.el (shr-tag-object): Add.
2471
2472         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2473         original article buffer live.
2474         (gnus-summary-select-article-buffer):
2475         Mention gnus-widen-article-buffer.
2476
2477 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * shr.el (shr-tag-strong): Add.
2480
2481 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2484         group names.  They mess up the group buffer badly.
2485
2486         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2487
2488         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2489         instead of the summary one.
2490
2491 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * mml.el (mml-preview): Work properly when editing article.
2494
2495         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2496         gnus-have-read-active-file if it's already been in.
2497
2498 2010-10-22  Tom Tromey  <tromey@redhat.com>
2499
2500         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2501         gnus-group-completing-read.
2502
2503 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * message.el (message-mode-map): Don't bind M-; to comment region, to
2506         allow the global comment-dwim to work.
2507
2508 2010-10-21  Julien Danjou  <julien@danjou.info>
2509
2510         * message.el (message-setup-1): Allow message-default-headers to be a
2511         function.
2512
2513 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * shr.el (shr-tag-table): Simplify.
2516
2517 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2520         to avoid trying to snarf invalid stuff.
2521
2522         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2523
2524         * gnus.el (gnus-message-archive-group): Quote value.
2525         (gnus-message-archive-group): Mark as changed.
2526
2527         * shr.el (shr-add-font): Don't put the font properties on the newline
2528         or the indentation.
2529
2530         * message.el (message-fix-before-sending): Change options when sending
2531         non-printable characters.
2532
2533         * gnus.el (gnus-message-archive-method): Change the default to
2534         monthly outgoing groups.
2535
2536         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2537         that have gotten new numbers.
2538
2539         * nnimap.el (nnimap-request-replace-article): New function.
2540
2541 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2544         (nnrss-request-article): Don't use special html washing code.
2545
2546 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * shr.el (shr-tag-table): Remove useless nconc.
2549
2550 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-art.el (article-wash-html): Simplify and remove the charset
2553         stuff.  Use the normal html rendering code instead of the special html
2554         washing code.
2555
2556         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2557         `gnus-w3m' symbols.
2558         (mm-text-html-washer-alist): Remove.
2559
2560         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2561         (mm-inline-media-tests): Remove use.
2562         (mm-text-html-renderer): Change default to the `shr' symbol.
2563
2564         * mm-view.el (mm-inline-text-html): Remove use.
2565
2566         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2567         `gnus-blocked-images' to be a function.
2568         (gnus-article-wash-function): Remove.
2569
2570 2010-10-20  Julien Danjou  <julien@danjou.info>
2571
2572         * spam.el (spam-list-of-processors): Mark as obsolete.
2573
2574         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2575         (nnimap-insert-partial-structure): Fix boundary detection.
2576
2577 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2578
2579         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2580         run file-truename on remote files.  This can be expensive and even
2581         prevent one from editing drafts if some unrelated buffer has a stale
2582         connection.
2583
2584 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2587         kinsoku-eol regardless of shr-kinsoku-shorten.
2588         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2589         (shr-tag-table): Support caption, thead, and tfoot.
2590
2591 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2594         lines.
2595         (shr-save-contents): New command and keystroke.
2596
2597         * nndoc.el (nndoc-type-alist): Add git support.
2598         (nndoc-git-type-p): New function.
2599         (nndoc-transform-git-article): Ditto.
2600         (nndoc-transform-git-headers): Ditto.
2601         (nndoc-transform-git-headers): Generate Subject headers.
2602
2603         * shr.el (shr-parse-style): New function.
2604         (shr-tag-span): Ditto.
2605
2606         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2607         to `G G' to avoid collisions.
2608
2609 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * shr.el: Load kinsoku if necessary.
2612         (shr-kinsoku-shorten): New internal variable.
2613         (shr-find-fill-point): Make kinsoku shorten text line if
2614         shr-kinsoku-shorten is bound to non-nil.
2615         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2616         shr-indentation too when testing if table is wider than frame width.
2617         (shr-insert-table): Use `string-width' instead of `length' to measure
2618         text width.
2619         (shr-insert-table-ruler): Make sure indentation is done at bol.
2620
2621 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2622
2623         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2624         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2625         undecoded network data.
2626
2627 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2630         name in the mode line spec so that the mode line menu works
2631         (bug #2431).
2632
2633         * message.el (message-get-reply-headers): If we're fed `to-address',
2634         then always use that.
2635
2636         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2637         aren't so wide as to need to switch off the edit menu.
2638
2639         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2640         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2641
2642         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2643         `M-g'.
2644         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2645         the permanent marks.
2646
2647 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2648
2649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2650         Splitting according to references/in-reply-to obeys the ignore-groups
2651         variable, while splitting by sender and subject do not.
2652
2653 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2656         alist, so that we can look for non-Unicode chars.
2657         (article-translate-strings): Allow both character and string maps.
2658
2659 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * shr.el (shr-insert): Don't insert space behind a wide character
2662         categorized as kinsoku-bol, or between characters both categorized as
2663         nospace.
2664
2665 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2666
2667         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2668         headers to gnus-newsgroup-headers.
2669
2670 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * shr.el (shr-tag-img): Don't align images -- since we're not
2673         rescaling, this often leads to ugly displays.
2674
2675 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2676
2677         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2678         duplicates.
2679
2680 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2681
2682         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2683         call.
2684
2685 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus.el: Autoload gnus-html-show-images.
2688
2689         * nnimap.el: Use nnheader-message throughout.
2690
2691         * shr.el (shr-tag-img): Ignore images with no data.
2692
2693 2010-10-15  Julien Danjou  <julien@danjou.info>
2694
2695         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2696         a possibility to disable format=flow encoding when using hard newlines.
2697
2698 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * shr.el (shr-insert): Remove space inserted before or after a
2701         breakable character or at the beginning or the end of a line.
2702         (shr-find-fill-point): Do kinsoku; find the second best point or give
2703         it up if there's no breakable point.
2704
2705 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnimap.el (nnimap-open-connection): Message when opening connection
2708         for debugging purposes.
2709
2710         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2711         on every setup buffer call to allow this to change from article to
2712         article.
2713
2714         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2715         buffers where we have a wide table.
2716
2717 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2718
2719         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2720         uses *-request-thread.
2721
2722 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2725         incantation, which is no longer valid.
2726
2727 2010-10-14  Julien Danjou  <julien@danjou.info>
2728
2729         * shr.el: Fix defcustom type (char -> character).
2730
2731 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2734         programs.
2735
2736 2010-10-14  Julien Danjou  <julien@danjou.info>
2737
2738         * shr.el (shr-tag-a): Use url-link as widget type.
2739
2740         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2741         `gnus-group-get-icon'.
2742
2743 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2746         This should make server editing work better.
2747
2748         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2749
2750         * tls.el (tls-program): Remove spurious %s from openssl.
2751
2752         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2753         (nnimap-parse-flags): Fix regexp.
2754
2755         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2756         probably work for CJVK text, too.
2757
2758         * nnimap.el (nnimap-extend-tls-programs): Remove.
2759         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2760
2761         * tls.el (tls-starttls-switches): Remove starttls hack.
2762         (open-tls-stream): Ditto.
2763         (tls-find-starttls-argument): Ditto.
2764
2765 2010-10-13  Julien Danjou  <julien@danjou.info>
2766
2767         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2768         responses.
2769
2770 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2773
2774         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2775         anything in Emacs.
2776
2777         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2778
2779 2010-10-13  Julien Danjou  <julien@danjou.info>
2780
2781         * shr.el (shr-width): Make shr-width a defcustom with default to
2782         fill-column.
2783         (shr-tag-img): Use shr-width rather than fill-column.
2784
2785 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * dgnushack.el (byte-optimize-apply)
2788         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2789
2790         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2791         position when (X-)Faces exist.
2792         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2793         avatars when called interactively.
2794
2795 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2798         gnus-article-x-face-too-ugly is bound.
2799
2800 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2803
2804         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2805         mailbox that doesn't exist.
2806
2807 2010-10-12  Julien Danjou  <julien@danjou.info>
2808
2809         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2810         (shr-get-image-data): Encode URL properly when fetching from cache.
2811         (shr-tag-img): Use aligned-to spaces to align correctly images.
2812
2813         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2814         before inserting the Gravatar.
2815
2816         * shr.el (shr-tag-img): Add align attribute support for <img>.
2817
2818 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-gravatar.el (gnus-art): Require.
2821
2822         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2823         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2824         Remove long obsoleted functions.
2825
2826 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2829
2830         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2831
2832         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2833         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2834         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2835         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2836         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2837         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2838         * sieve-manage.el, smime.el, spam.el:
2839         Fix comment for declare-function.
2840
2841 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * nnimap.el (nnimap-request-rename-group): Select group read-only
2844         before renaming it.
2845
2846         * shr.el (shr-insert): Fix up the white space only regexp.
2847
2848         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2849         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2850
2851         * shr.el (shr-current-column): New function.
2852         (shr-find-fill-point): New function.
2853
2854 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2855
2856         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2857         numbers.
2858
2859 2010-10-11  Julien Danjou  <julien@danjou.info>
2860
2861         * shr.el (shr-hr-line): Add.
2862         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2863         display hr lines.
2864         (shr-max-columns): Do not change state to nil if we just inserting
2865         spaces.
2866
2867 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2870         select the last group.
2871
2872 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2873
2874         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2875
2876 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2877
2878         * dig.el (dig-mode-map): Declare and define in one step.
2879
2880 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2883         for Gnus.
2884         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2885         (nnimap-update-qresync-info): Mark \Seen articles as read.
2886
2887         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2888         non-variable, too.
2889
2890         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2891         available.
2892         (nnimap-update-info): Rely more on the current active than the param
2893         active to avoid marking articles as read too much.
2894
2895         * auth-source.el (auth-source-create): Use (user-login-name) for the
2896         user name default.
2897
2898         * nnimap.el (nnimap-update-info): If the server doesn't return any
2899         useful info, just use the previous info.
2900         (nnimap-update-info): Prefer old info over start-article.
2901         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2902
2903 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2904
2905         * nnir.el (autoload): Clean up autoloads.
2906         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2907         Use key rather than value.
2908         (nnir-imap-search-other): New variable.
2909         (nnir-read-parm): Use it.
2910         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2911         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2912
2913 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2916         the process, too.
2917
2918 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * spam.el (gnus-summary-mode-map): Bind to "$".
2921         Suggested by Russ Allbery.
2922
2923         * shr.el: Rework the way things are indented by <li> slightly.
2924
2925         * gnus.el (gnus-group-set-parameter): Fix typo.
2926
2927         * nnimap.el: Start implementing QRESYNC support.
2928
2929 2010-10-09  Julien Danjou  <julien@danjou.info>
2930
2931         * nnir.el (nnir-engines): Fix too many arguments.
2932
2933 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2936         group is the "last", so that the backends like nnfolder actually save
2937         their folders.
2938
2939         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2940         try to use that for the tls stream.
2941         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2942         UIDVALIDITY and find out which groups are read-only and not.
2943         (nnimap-get-flags): Use the same marks parsing code as the rest of
2944         nnimap.
2945
2946 2010-10-09  Julien Danjou  <julien@danjou.info>
2947
2948         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2949
2950         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2951         retrieving gravatars.
2952
2953         * shr.el (shr-table-corner): Add.
2954         (shr-table-line): Add.
2955         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2956
2957 2010-10-08  Julien Danjou  <julien@danjou.info>
2958
2959         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2960
2961 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2962
2963         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2964
2965         * gnus-sum.el (gnus-mark-article-as-unread)
2966         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2967         (gnus-summary-set-bookmark): Use it.
2968
2969         * gnus-msg.el (gnus-setup-message): Use it.
2970
2971         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2972
2973         * gnus.el (gnus-group-remove-parameter): Use it.
2974
2975         * gnus-group.el (gnus-group-make-web-group): Use it.
2976
2977         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2978
2979         * nnregistry.el: Update docs to mention manual.
2980
2981         * gnus-registry.el: Update docs to mention nnregistry.el.
2982         (gnus-registry-initialize): Don't install nnregistry refer method
2983         automatically.
2984         (gnus-registry-install-nnregistry): Remove it.
2985
2986 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * shr.el (shr-insert): Don't insert double spaces.
2989
2990 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-gravatar.el (gnus-treat-from-gravatar)
2993         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2994         called interactively.
2995
2996         * gnus-art.el (gnus-mime-view-part-externally)
2997         (gnus-mime-view-part-internally): Make predicate function passed to
2998         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2999         of a mime type.
3000
3001         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3002
3003 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * shr.el (require): Require cl when compiling.
3006         (shr-tag-hr): New function.
3007
3008         * nnimap.el (nnimap-update-info): Remove double setting of high.
3009         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3010         This makes nnimap work properly on Courier again.
3011
3012         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3013         the variable for backwards compatability.
3014
3015         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3016         the file name before using to avoid setting mm-default-directory to
3017         nil.
3018
3019         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3020         bidning gnus-agent variables.
3021
3022         * shr.el (shr-render-td): Use a cache for the table rendering function
3023         to avoid getting an exponential rendering behaviour in nested tables.
3024         (shr-insert): Rework the line-breaking algorithm.
3025         (shr-insert): Don't leave trailing spaces.
3026         (shr-insert-table): Also insert empty TDs.
3027         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3028
3029 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3030
3031         * gnus-sum.el (gnus-number): Rename from `number'.
3032         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3033         (gnus-summary-limit-children): Update uses correspondingly.
3034
3035 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3038         (gnus-gravatar-transform-address): Don't show avatars of people of
3039         which mail addresses match gnus-gravatar-too-ugly.
3040
3041 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * shr.el (shr-table-widths): Expand TD elements to fill available
3044         space.
3045
3046 2010-10-07  Julien Danjou  <julien@danjou.info>
3047
3048         * nnimap.el (nnimap-request-rename-group): Add this method.
3049
3050 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3053         name from XEmacs' function-arglist.
3054
3055         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3056         gravatar under XEmacs.
3057
3058 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3059
3060         * auth-source.el: Update docs with TODO items.
3061
3062         * gnus-sync.el: Update docs to explain state and plans.
3063
3064         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3065         Hooks for mark updates.
3066         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3067
3068         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3069         hooks with arguments, which is needed for mark update hooks.
3070
3071 2010-10-06  Julien Danjou  <julien@danjou.info>
3072
3073         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3074         was matched.
3075
3076         * sieve-manage.el: Update example in `Commentary'.
3077
3078         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3079
3080         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3081         not 2000.
3082         (sieve-manage-authenticate): Re-add function.
3083
3084 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * shr.el (shr-insert): Get 'space transition right.
3087         (shr-render-td): Only delete space at the end of the TD.
3088
3089         * nnimap.el (nnimap-open-connection): Prepare to support
3090         open-gnutls-stream.
3091
3092         * shr.el: Rearrange function order to be more logical.
3093
3094 2010-10-06  Julien Danjou  <julien@danjou.info>
3095
3096         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3097         (nnrss-discover-feed): Remove 404 URL in docstring.
3098
3099         * nnir.el: Fix Swish-E URL.
3100         Fix Namazu URL.
3101
3102         * message.el (message-change-subject): Remove 404 URL in a comment.
3103
3104 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3107         called interactively.
3108
3109         * gnus-util.el (gnus-remove-if): Allow hash table.
3110         (gnus-remove-if-not): New function.
3111
3112         * gnus-art.el (gnus-mime-view-part-as-type)
3113         * gnus-score.el (gnus-summary-score-effect)
3114         * gnus-sum.el (gnus-read-move-group-name):
3115         Replace remove-if-not with gnus-remove-if-not.
3116
3117         * gnus-group.el (gnus-group-completing-read):
3118         Regard collection as a hash table if it is not a list.
3119
3120 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3123
3124         * shr.el: Document the table-rendering algorithm.
3125
3126 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3129         for Emacsen having no `libxml-parse-html-region' support.
3130
3131 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3134         invalid URLs.
3135
3136         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3137         line-broken.
3138         (shr-tag-img): Ignore image fetching errors.
3139         (shr-overlays-in-region): Compute overlay positions correctly.
3140
3141         * mm-decode.el (mm-shr): Require shr.
3142
3143         * gnus-art.el (gnus-blocked-images): Move variable here.
3144
3145         * shr.el (shr-insert-table): Bind free variable.
3146
3147         * mm-decode.el (mm-shr): Bind shr-content-function.
3148
3149         * shr.el (shr-content-function): New variable.
3150
3151         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3152         added for symmetry.
3153
3154         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3155
3156         * gnus-group.el (gnus-group-make-group): Doc fix.
3157
3158         * nnimap.el (nnimap-request-newgroups): Return success.
3159
3160         * shr.el (shr-find-elements): New function.
3161         (shr-tag-table): Put all the images after the table.
3162         (shr-tag-table): Really inhibit images inside the table.
3163         (shr-collect-overlays): Copy over overlays from the TD elements to the
3164         main document.
3165
3166         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3167         gnus-blocked-images.
3168
3169 2010-10-05  Julien Danjou  <julien@danjou.info>
3170
3171         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3172
3173         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3174         (gnus-html-maximum-image-size): Add this function.
3175         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3176
3177         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3178         server-value of the capability is nil.
3179
3180 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * shr.el (shr-tag-em): Add <EM> tag.
3183
3184 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3185
3186         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3187         customizable.
3188
3189         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3190         handing broken links to browse-url.
3191
3192 2010-10-05  Julien Danjou  <julien@danjou.info>
3193
3194         * gnus-util.el (gnus-emacs-completing-read)
3195         (gnus-iswitchb-completing-read): Use autoload rather than require.
3196
3197 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3200         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3201         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3202         iswitchb-temp-buflist for XEmacs.
3203
3204         * gnus-util.el (gnus-completing-read-function): Exclude
3205         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3206         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3207         XEmacs.
3208
3209         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3210         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3211
3212         * gnus-html.el: Don't require help-fns under XEmacs.
3213         (gnus-html-schedule-image-fetching): Work for XEmacs.
3214
3215         * mm-decode.el (mm-shr): Decode contents by charset.
3216
3217 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3220         unknown.
3221
3222         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3223         (shr-get-image-data): Ensure against the cache file missing.
3224
3225         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3226         for data.
3227
3228         * spam-report.el (spam-report-url-ping-plain): Don't query about
3229         killing the process.
3230
3231         * shr.el (shr-render-td): Protect against too-wide text.
3232
3233 2010-10-04  Julien Danjou  <julien@danjou.info>
3234
3235         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3236         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3237
3238         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3239         retrieved.
3240
3241 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * shr.el (browse-url): Require.
3244         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3245         lines.
3246         (shr-show-alt-text, shr-browse-image): New commands.
3247         (shr-browse-url, shr-copy-url): New commands.
3248
3249         * gnus-sum.el (gnus-widen-article-window): New variable.
3250         (gnus-summary-select-article-buffer): Use it.
3251
3252         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3253         without @ signs.
3254
3255 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3256
3257         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3258
3259 2010-10-04  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3262         for XEmacs.
3263
3264 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3267
3268         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3269         (nnimap-close-server): Implement.
3270
3271         * dgnushack.el (iswitchb): Require to shut up the compiler.
3272
3273         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3274         (shr-insert): Tweak line breaking.
3275         (shr-insert): Handle <pre> better.
3276         (shr-tag-li): Get <li> indentation right.
3277         (shr-tag-li): Get <li> indentation even righter.
3278         (shr-tag-blockquote): Ensure paragraph start.
3279         (shr-make-table): Tweak table generation.
3280         (shr-make-table): Fix typo.
3281
3282         * shr.el: Implement table rendering.
3283
3284 2010-10-04  Julien Danjou  <julien@danjou.info>
3285
3286         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3287
3288 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * shr.el (shr-insert): Use string anchors instead of line anchors.
3291
3292 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * shr.el: Add headings.
3295         (shr-ensure-paragraph): Actually work.
3296         (shr-tag-li): Make <ul> prettier.
3297         (shr-insert): Get white space at the beginning/end of elements right.
3298         (shr-tag-p): Collapse subsequent <p>s.
3299         (shr-ensure-paragraph): Don't insert double line feeds after blank
3300         lines.
3301         (shr-insert): \t is also space.
3302         (shr-tag-s): Fix "s" tag name function.
3303         (shr-tag-s): Fix face prop name.
3304
3305 2010-10-03  Julien Danjou  <julien@danjou.info>
3306
3307         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3308
3309         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3310         gnus-window-inside-pixel-edges.
3311
3312         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3313         gnus-ems.
3314
3315         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3316
3317         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3318         function.
3319
3320         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3321         resize choice.
3322
3323 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3326         beginning of the buffer.
3327
3328         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3329         article buffer again.
3330
3331         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3332
3333         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3334         when it's at the start of the buffer.
3335
3336         * shr.el (shr-tag-blockquote): Convert name.
3337         (shr-rescale-image): Use the right image-size variant.
3338
3339         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3340         buffer isn't shown, then select the current article first instead of
3341         bugging out.
3342         (gnus-summary-select-article-buffer): Show both the article and summary
3343         buffers again.
3344
3345         * shr.el (shr-fontize-cont): Protect against regions with no text.
3346         Rename tag functions to shr-tag-* for enhanced security.
3347         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3348
3349 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3350
3351         * shr.el (shr-insert):
3352         * pop3.el (pop3-movemail):
3353         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3354         loaded.
3355
3356 2010-10-03  Glenn Morris  <rgm@gnu.org>
3357
3358         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3359
3360         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3361
3362         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3363
3364         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3365
3366         * gnus-util.el (gnus-make-local-hook): Simplify.
3367
3368 2010-10-02  Julien Danjou  <julien@danjou.info>
3369
3370         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3371         (gnus-ido-completing-read): New function.
3372         (gnus-emacs-completing-read): New function.
3373         (gnus-completing-read): Use gnus-completing-read-function.
3374         Add gnus-completing-read-function.
3375
3376 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * shr.el (shr-insert-document): Autoload.
3379         (shr-img): Be silent.
3380         (shr-insert): Add a newline after every picture before text.
3381         (shr-add-font): Use overlays for combining faces.
3382         (shr-insert): Pass upwards the text start point.
3383
3384         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3385         possible.
3386         (mm-shr): New function.
3387
3388 2010-10-02  Julien Danjou  <julien@danjou.info>
3389
3390         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3391         should go backward.
3392
3393 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3394
3395         * shr.el (shr): Fix typo in provide call.
3396
3397 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * shr.el: New file.
3400
3401         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3402
3403         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3404         completing read.
3405
3406 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3409         we're being queried about.  Suggested by Dan Jacobson.
3410
3411         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3412         Suggested by Jason Eisner.
3413
3414         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3415         table, too.  Suggested by Stefan Wiens.
3416         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3417         the table unnecessary.  Suggested by Stefan Wiens.
3418
3419         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3420         longer needed, and probably doesn't work either, as pointed out by
3421         Stefan Wiens.
3422         (gnus-summary-exit): Remove call to the clearing function.
3423         (gnus-summary-exit-no-update): Ditto.
3424
3425         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3426         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3427         Reported by Stefan Monnier.
3428         (gnus-summary-save-in-rmail): Ditto.
3429
3430         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3431         article buffer, instead of both the article buffer and the summary
3432         buffer.  Sort of suggested by Dan Jacobson.
3433
3434         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3435
3436         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3437         Suggested by Dan Jacobson.
3438
3439         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3440         documentation clearer.
3441
3442         * message.el (message-shorten-references): Comment on the number "21".
3443         Suggested by Stefan Monnier.
3444
3445         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3446         Suggested by Dan Jacobson.
3447
3448         * gnus.el (gnus-large-newsgroup):
3449         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3450
3451         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3452         externalize attachments.  Bug reported by Steve Wen.
3453
3454         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3455         really message anything to the user.
3456
3457         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3458         directly.
3459
3460         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3461         messages in empty groups.
3462
3463 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3464
3465         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3466         non-UIDNEXT group.
3467
3468 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3471         not the value from the collection.
3472
3473         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3474         values.  This sometimes happens on some groups that have no info.
3475         (nnimap-request-newgroups): New function.
3476
3477 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3480         check into `gnus-registry-initialize'.
3481         (gnus-registry-initialize): Ditto.
3482         Fix and extend header docs.
3483
3484 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3487         regexp backtrace overflows.
3488
3489         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3490         for starttls that tls.el implements; i.e. openssl.
3491
3492         * tls.el (tls-starttls-switches): Give up on using starttls with
3493         gnutls-cli.
3494         (tls-program): Add --insecure to be consistent with the defaults from
3495         openssl s_client.  Now all three commands are insecure.
3496
3497 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * lpath.el: Bind completion-styles-alist for XEmacs.
3500
3501         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3502         (gravatar-create-image): New function that's an alias to
3503         gnus-xmas-create-image, gnus-create-image, or create-image.
3504         (gravatar-data->image): Use it.
3505
3506 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3507
3508         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3509         install the nnregistry refer method.
3510         (gnus-registry-install-hooks): Use it.
3511         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3512         unfollowed groups.
3513
3514 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3515
3516         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3517         expanding threads.
3518
3519 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * nnir.el: Use the server names without suffixes (bug #7009).
3522
3523         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3524         unencrypted to STARTTLS, if possible.
3525
3526 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3527
3528         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3529         headers before superseding.
3530
3531 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * nnrss.el (nnrss-use-local): Add documentation.
3534
3535         * nnimap.el (nnimap-extend-tls-programs): New function.
3536         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3537         (nnimap-wait-for-connection): Accept the greeting from the stupid
3538         output from openssl s_client -starttls, too.
3539
3540         * tls.el (tls-starttls-switches): New variable.
3541         (tls-find-starttls-argument): Use it.
3542         (open-tls-stream): Ditto.
3543
3544         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3545         (netrc-machine): Ditto.
3546
3547         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3548         article number.
3549         (nnimap-split-fancy): New variable.
3550         (nnimap-split-incoming-mail): Use it.
3551
3552         * nntp.el (nntp-server-list-active-group): Document.
3553
3554         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3555         SELECT to get the message-id.
3556
3557         * mail-source.el (mail-sources): Remove webmail support.
3558         (defvar): Ditto.
3559         (mail-source-fetcher-alist): Ditto.
3560         (mail-source-fetch-webmail): Remove.
3561
3562         * webmail.el: Remove -- doesn't seem relevant any more.
3563
3564         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3565
3566         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3567         the \r.
3568
3569 2010-09-30  Julien Danjou  <julien@danjou.info>
3570
3571         * gnus-agent.el (gnus-agent-add-group): Fix call to
3572         gnus-completing-read.
3573
3574 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * nndoc.el (nndoc-retrieve-groups): New function.
3577
3578         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3579         `default', use nnmail-split-methods.
3580         (nnimap-request-article): Downcase the NILs so that they are nil.
3581
3582         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3583         symbol.
3584
3585         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3586         code, since if the user has requested network, that's what they ought
3587         to get.
3588         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3589         (nnimap-split-rule): Mark as obsolete.
3590
3591         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3592         New variable.
3593
3594         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3595         correct slot, too.
3596
3597 2010-09-29  Julien Danjou  <julien@danjou.info>
3598
3599         * gnus.el (gnus-local-domain): Declare variable obsolete.
3600
3601         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3602         Fix history computing.
3603         (gnus-ido-completing-read): Require ido.
3604
3605 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3608         build Gnus.
3609
3610         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3611         when interpreting the structures.
3612         (nnimap-request-accept-article): Add \r\n to the lines to make this
3613         work with Cyrus.
3614
3615         * nndraft.el (nndraft-request-expire-articles): Use the group name
3616         instead if "nndraft".  Fix found by Nils Ackermann.
3617
3618 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3619
3620         * nnregistry.el: Add.
3621
3622 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3623
3624         * nnmail.el (group, group-art-list, group-art):
3625         Remove unneeded directives.
3626
3627 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3630         (mm-mime-charset)
3631         * rfc2047.el (rfc2047-syntax-table)
3632         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3633
3634         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3635         rather than `insert-file-contents' and `eval-region'.
3636
3637         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3638         construction.
3639
3640         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3641
3642         * time-date.el: No need to require cl for Emacs 21.
3643
3644 2010-09-29  Julien Danjou  <julien@danjou.info>
3645
3646         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3647         replacement of `gnus-gravatar-relief' to mimic
3648         `gnus-faces-properties-alist'.
3649         Add :version property.
3650
3651 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * mail-source.el (mail-source-report-new-mail)
3654         * message.el (message-default-mail-headers)
3655         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3656
3657         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3658
3659 2010-09-28  Julien Danjou  <julien@danjou.info>
3660
3661         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3662         mail-address contains the same string as real-name.
3663
3664         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3665         non-blank in header, otherwise it'll get stripped.
3666
3667         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3668         real-name, and then for mail address rather than doing : or , search.
3669
3670 2010-09-27  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3673         right completing-read function.
3674         (gnus-use-ido): New variable
3675         (gnus-completing-read-with-default): Remove.
3676         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3677         (gnus-agent-add-group):
3678         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3679         * mm-view.el (mm-view-pkcs7-decrypt):
3680         * mm-util.el (mm-codepage-setup):
3681         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3682         * mml-smime.el (mml-smime-openssl-sign-query):
3683         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3684         (mml-insert-multipart):
3685         * gnus-msg.el (gnus-summary-yank-message):
3686         * gnus-int.el (gnus-start-news-server):
3687         * mm-decode.el (mm-interactively-view-part):
3688         * gnus-dired.el (gnus-dired-attach):
3689         * gnus.el (gnus-read-method):
3690         * gnus-bookmark.el (gnus-bookmark-jump):
3691         * gnus-art.el (gnus-mime-view-part-as-type)
3692         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3693         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3694         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3695         * nnmairix.el (nnmairix-create-server-and-default-group)
3696         (nnmairix-update-groups, nnmairix-get-server)
3697         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3698         (nnmairix-get-group-from-file-path):
3699         * nnrss.el (nnrss-find-rss-via-syndic8):
3700         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3701         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3702         (gnus-group-browse-foreign-server):
3703         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3704         (gnus-summary-execute-command, gnus-summary-respool-article)
3705         (gnus-read-move-group-name):
3706         * gnus-score.el (gnus-summary-increase-score)
3707         (gnus-summary-score-effect):
3708         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3709
3710 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3713         x-focus-frame.
3714
3715         * nnimap.el (auth-source-forget-user-or-password)
3716         (auth-source-user-or-password): Autoload.
3717
3718         * message.el (message-from-style, message-interactive)
3719         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3720         (message-yank-prefix, message-indentation-spaces, message-signature)
3721         (message-signature-file): Add comment.
3722
3723 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3726         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3727         new articles.
3728
3729         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3730         parts.
3731         (nnimap-request-article): Work with the t setting, too.
3732
3733         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3734         that you don't get flashes of other buffers.
3735         (gnus-summary-show-complete-article): Intern before setting.
3736
3737 2010-09-27  David Engster  <dengste@eml.cc>
3738
3739         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3740         well as HEADERS.
3741         (nnmairix-retrieve-headers): Provide new argument for the above.
3742
3743 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-sum.el (gnus-summary-move-article): Don't alter
3746         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3747         group.
3748
3749         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3750
3751         * message.el (message-cite-prefix-regexp): Revert my last edit.
3752
3753         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3754         variable instead of the Gnus variable.
3755
3756         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3757
3758         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3759
3760         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3761         since some servers don't like it.
3762         (nnimap-open-connection): Forget credentials if the server says the
3763         password was wrong.
3764         (nnimap-parse-line): Protect against invalid data.
3765
3766         * gnus-sum.el (gnus-summary-move-article): Add comment.
3767         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3768         nothing alters it while scanning for new messages.
3769
3770         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3771         which may or may not help.
3772         (nnimap-open-connection): If we're doing a stream connection, and then
3773         discover we're on a STARTTLS-capable server, then open a STARTTLS
3774         connection instead.
3775
3776 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * nnimap.el (utf7): Require.
3779
3780         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3781         prefix.
3782
3783 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3784
3785         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3786
3787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnimap.el (nnimap-request-accept-article): Message the error on
3790         error.
3791
3792 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3795
3796 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nndoc.el (nndoc-request-list): Return success always.
3799
3800         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3801         `fetch-old' -- we only want to fetch the articles we've requested.
3802         The rest are in the agent, probably.
3803         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3804         disappeared server" to something low.  It's not important.
3805
3806         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3807         arrived before the FETCH data.
3808
3809         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3810         target here, because we don't know the Gnus name of the group.
3811
3812         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3813         for the correct group.
3814
3815         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3816
3817         * gnus.el (gnus): Give a final warning after startup.
3818
3819         * gnus-util.el (gnus-action-message-log): New variable.
3820         (gnus-message): Use it.
3821         (gnus-final-warning): New function.
3822
3823         * nnimap.el (nnimap-open-connection): Record the greeting.
3824         (nnimap): Add greeting.
3825
3826 2010-09-26  Julien Danjou  <julien@danjou.info>
3827
3828         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3829         arguments.
3830         (gnus-html-wash-images): Fix spec computing to include start/end.
3831
3832         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3833
3834 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3837         deletion.
3838         (nnimap-retrieve-headers): Don't select the group, because that's
3839         already done by nnimap-possibly-change-group.
3840
3841         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3842         (gnus-picon-transform-address): Use it.
3843
3844         * mail-source.el (mail-source-value): Revert previous patch.
3845
3846         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3847         on failure.
3848         (nnimap-open-connection): Look up both virtual and physical server name
3849         credentials.
3850
3851         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3852
3853 2009-02-07  Dave Love  <fx@gnu.org>
3854
3855         * tls.el (open-tls-stream): Don't query killing process.
3856
3857 2009-02-08  Dave Love  <fx@gnu.org>
3858
3859         * gnus-win.el (gnus-window-to-buffer-helper)
3860         (gnus-all-windows-visible-p): Function needn't be a symbol.
3861
3862         * mail-source.el (mail-source-value): Function needn't be a symbol.
3863
3864 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * message.el (message-cite-prefix-regexp): Remove } from the cite
3867         prefix.
3868
3869         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3870         highlight again, so that the highlight is correct.
3871
3872         * gnus-picon.el (gnus-picon): Remove again.
3873         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3874
3875         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3876         doing the header highlightling, so that the background colour of the
3877         picon is correct.
3878
3879         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3880         (gnus-picon): Ditto.
3881         (gnus-picon): Reinstate.  The background colour for picons is white.
3882         (gnus-picon-insert-glyph): Make the background white.
3883
3884         * nnml.el (nnml-open-nov): Don't return dead buffers.
3885
3886         * auth-source.el (auth-source-create): Query the user for whether to
3887         store the credentials.
3888
3889         * netrc.el (netrc-store-data): New function.
3890
3891         * auth-source.el (auth-source-user-or-password): Use the existing auth
3892         sources, if any, for creation.
3893
3894         * gnus.el (gnus-group-fast-parameter): Return the last matching
3895         parameter instead of the first matching parameter.
3896
3897 2010-09-26  Julien Danjou  <julien@danjou.info>
3898
3899         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3900
3901 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * mml2015.el (mml2015-use): Remove gpg support.
3904
3905         * mml1991.el (mml1991-function-alist): Remove gpg function.
3906         (mml1991-gpg-sign): Remove.
3907
3908 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3909
3910         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3911         (gnus-browse-unsubscribe-current-group): Document it.
3912         (gnus-browse-unsubscribe-group): Use it.
3913
3914 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3917         address to the To list for easier response.
3918
3919         * gnus.el (gnus-play-startup-jingle): Remove.
3920         (gnus-splash): Don't play jingle.
3921         (gnus): Silence gnus-load message.
3922
3923         * gnus-art.el (gnus-treat-play-sounds): Remove.
3924
3925         * gnus.el (gnus-play-jingle): Remove audio support.
3926
3927         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3928
3929         * earcon.el: Remove -- no users.
3930
3931         * gnus-audio.el: Remove -- no users of this package.
3932
3933         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3934
3935         * gnus-start.el (gnus-setup-news): Remove nocem support.
3936
3937         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3938
3939         * gnus.el (gnus-use-nocem): Remove.
3940
3941         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3942         Remove.
3943
3944         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3945         uses NoCeM any more.
3946
3947         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3948         (gnus-button-ctan-handler): Ditto.
3949         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3950         (gnus-button-ctan-directory-regexp): Ditto.
3951         (gnus-button-handle-ctan): Ditto.
3952         (gnus-button-tex-level): Ditto.
3953         (gnus-button-alist): Remove CTAN stuff.
3954
3955 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3958         nnimap-streaming test.
3959
3960         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3961         servers twice.
3962
3963         * nnimap.el (nnimap-open-connection): Add more error reporting when
3964         nnimap fails early.
3965
3966         * nnheader.el (nnheader-get-report-string): New function.
3967         (nnheader-get-report): Use it.
3968
3969         * gnus-int.el (gnus-check-server): Say what the error was when opening
3970         failed.
3971
3972         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3973         using streaming.
3974
3975 2010-09-25  Julien Danjou  <julien@danjou.info>
3976
3977         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3978         gnus-window-inside-pixel-edges.
3979
3980 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3983
3984         * mm-decode.el (mm-save-part): Allow saving to other directories the
3985         normal Emacs way.
3986
3987         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3988         Suggested by Jay Berkenbilt.
3989
3990         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3991         there isn't a single byte.
3992
3993         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3994         just do it.  It doesn't really seem to matter what the user responds
3995         here, I think, so it's just a confusing question.
3996
3997         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3998         non-streaming case.
3999
4000         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4001         (gnus-article-encrypt-body): Use it.
4002
4003         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4004         keystroke.
4005
4006         * nnimap.el (nnimap-find-wanted-parts-1):
4007         Use gnus-fetch-partial-articles.
4008
4009         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4010
4011         * nnimap.el (nnimap-insert-partial-structure): New function.
4012         (nnimap-get-partial-article): New function.
4013         (nnimap-request-article): Use it.
4014         (nnimap-wait-for-response): Return whether the wait was successful.
4015         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4016         retrieval wasn't successful.
4017         (nnimap-retrieve-group-data-early): Allow throttling servers.
4018         (nnimap-streaming): New variable.
4019         (nnimap-fetch-partial-articles): Remove.
4020
4021         * mm-decode.el (mm-with-part): Protect against killed buffers.
4022
4023         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4024         for prettier summary display.
4025
4026 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4027
4028         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4029
4030 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4033         apparently third-party libraries depend on it.
4034
4035         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4036         before starting negotiation.
4037
4038         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4039         privacy reasons.
4040         (gnus-treat-mail-gravatar): Ditto.
4041
4042         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4043         buffer when inserting images.  Inserting text into the headers, for
4044         instance, can make them invalid.
4045
4046 2010-09-25  Julien Danjou  <julien@danjou.info>
4047
4048         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4049         variables.
4050
4051         * nnheader.el: Remove useless variables news-reply-yank-from and
4052         news-reply-yank-message-id.
4053
4054         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4055         variables.
4056
4057         * mml1991.el: Remove useless mml1991-verbose.
4058
4059         * gnus.el: Remove useless variable gnus-use-generic-from.
4060         Remove obsolete variable gnus-topic-indentation.
4061
4062         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4063
4064         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4065
4066         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4067
4068         * gnus-group.el: Remove useless gnus-group-icon-cache.
4069         Remove useless gnus-ephemeral-group-server.
4070
4071         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4072
4073         * mml2015.el: Remove useless mml2015-verbose.
4074
4075         * mml-smime.el: Remove useless mml-smime-verbose.
4076
4077         * gnus.el: Remove useless gnus-local-domain.
4078
4079         * gnus-gravatar.el (gnus-gravatar-transform-address):
4080         Use gnus-gravatar-size.
4081
4082         * gnus-art.el: Remove useless gnus-treat-translate.
4083
4084 2010-09-24  Julien Danjou  <julien@danjou.info>
4085
4086         * gnus-sum.el: Add support for Gravatars.
4087
4088         * gnus-art.el: Add support for Gravatars.
4089
4090         * gnus-gravatar.el: Add this file.
4091
4092         * gravatar.el: Add this file.
4093
4094 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4097
4098         * gnus-group.el (gnus-group-fetch-faq): Remove.
4099
4100         * gnus.el (gnus-group-faq-directory): Remove.
4101
4102         * gnus-group.el (gnus-group-fetch-charter): Remove.
4103
4104         * gnus.el (gnus-group-charter-alist): Remove.
4105
4106         * gnus-group.el (gnus-group-archive-directory): Remove.
4107         (gnus-group-recent-archive-directory): Ditto.
4108         (gnus-group-make-archive-group): Remove.
4109
4110         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4111
4112         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4113         use the same article number for all the cached articles.
4114
4115         * nnimap.el (nnimap-command): Register the last command time so
4116         that we can use it for idling NOOPs.
4117         (nnimap-open-connection): Start the keeplive timer.
4118         (nnimap-make-process-buffer): Store all the process buffers.
4119         (nnimap-keepalive): New function.
4120
4121         * starttls.el (starttls-open-stream): Add autoload cookie.
4122
4123 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4124
4125         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4126         handling.
4127
4128 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4131         its data structures.
4132
4133         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4134         instead of the cl.el copy-list.
4135         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4136         equalp.
4137
4138 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4141         and tool-bar-local-item-from-menu.
4142
4143         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4144         mode-line-highlight face for Emacs.
4145
4146         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4147         loading gnus-sum.elc; fix comment for canlock-verify.
4148         (gnus-article-jump-to-part): Use read-number.
4149         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4150         Remove Emacs pre-21 compatible code for help-echo.
4151         (gnus-article-next-page-1): No need to adjust the number of lines.
4152         (gnus-article-describe-bindings): Always use help-buffer.
4153
4154         * gnus-audio.el (gnus-audio-inline-sound)
4155         * gnus-cus.el (gnus-custom-mode)
4156         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4157
4158         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4159
4160         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4161         compatible code.
4162
4163 2010-09-24  Glenn Morris  <rgm@gnu.org>
4164
4165         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4166         visiting the fcc file in rmail-mode.
4167
4168         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4169
4170 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * nnir.el: Silence the byte compiler.
4173
4174         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4175         alias to browse-url-url-encode-chars if any.
4176         (gnus-html-encode-url): Use it.
4177
4178 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-start.el (gnus-use-backend-marks): New variable.
4181         (gnus-get-unread-articles-in-group): Use it.
4182
4183         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4184         makeover.
4185
4186 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4187
4188         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4189
4190 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4193         Remove.
4194         (gnus-setup-news-hook):
4195         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4196
4197         * gnus-int.el (gnus-request-update-info): Protect against backends not
4198         having the function.
4199
4200         * nnimap.el (nnimap-stream): Mention starttls.
4201         (nnimap-open-connection): Add starttls support.
4202
4203 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4204
4205         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4206
4207 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4210         BODYSTRUCTUREs.
4211         (nnimap-transform-headers): Unfold quoted {42} headers.
4212
4213         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4214         the info.
4215         (gnus-get-unread-articles): Only call updatep on backends that support
4216         it.
4217
4218         * nnweb.el (nnweb-request-update-info): NOOP.
4219
4220         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4221
4222         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4223         since it only deals with marks.
4224
4225         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4226         gnus-request-marks, and make a new gnus-request-update-info.
4227
4228         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4229         the active instead of the high number, which is usually too low.
4230
4231 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4234         * encrypt.el: Remove.
4235
4236 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4239         server in symbolic form.
4240
4241         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4242
4243 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4246         (nnimap-update-info): Fix up code slightly.
4247
4248         * gnus-int.el (gnus-open-server): Add tracing for performance
4249         debugging.
4250
4251         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4252         (gnus-group-insert-group-line): Pass the real group name so that it
4253         gets the right data.
4254
4255         * gnus-start.el (gnus-get-unread-articles): Don't have
4256         `gnus-get-unread-articles-in-group' update info, since that can be
4257         really slow and doesn't seem to be needed?
4258
4259 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4260
4261         * time-date.el (date-to-time): Try using parse-time-string first before
4262         using the slower timezone-make-date-arpa-standard.
4263
4264 2010-09-22  Julien Danjou  <julien@danjou.info>
4265
4266         * gnus-group.el (gnus-group-insert-group-line):
4267         Call gnus-group-highlight-line.
4268         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4269         default hook list.
4270         (gnus-group-update-eval-form): Add new function.
4271         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4272         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4273
4274 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4277         immediate, then expire all articles.
4278         (nnimap-update-info): Fix off-by-one errors.
4279         (nnimap-flags-to-marks): Would return no marks lists for group with no
4280         flags.  Instead return the other data.
4281
4282 2010-09-22  Julien Danjou  <julien@danjou.info>
4283
4284         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4285         Only return an icon.
4286         (gnus-group-insert-group-line): Compute icon to return.
4287
4288         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4289         (gnus-html-image-fetched): Only cache if
4290         gnus-html-image-automatic-caching is set.
4291         (gnus-html-image-fetched): Check for errors.
4292
4293 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4296         once per method on `g'.  This ensures that backends like nnfolder don't
4297         open all their folders.
4298
4299         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4300         (nnimap-request-list): Nix out group in the correct buffer.
4301         (nnimap-parse-flags): Implement by using `read' instead of
4302         hand-parsing.
4303         (nnimap-flags-to-marks): Pass on permanent-flags.
4304         (nnimap-make-process-buffer): Record the server name.
4305         (nnimap-parse-flags): Fix typo.
4306         (nnimap-request-scan): Run split on the server in general, not just a
4307         single group.
4308
4309         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4310         parameter, and propagate this downwards.
4311
4312         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4313         since EXAMINE changes it on the server.
4314
4315         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4316         this command might take a while.
4317
4318 2010-09-22  Julien Danjou  <julien@danjou.info>
4319
4320         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4321         harmful if you have 2 images side-by-side, they can't be properly
4322         update on text deletion.  Using text-property is safer here.
4323         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4324         data.
4325
4326 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * nnimap.el (nnimap-expunge-inbox): Remove.
4329         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4330         (nnimap-expunge): Flip default to t.
4331
4332         * gnus.el (gnus-method-to-server): Don't push things to the cache
4333         unless it's unique.
4334         (gnus-server-to-method): Ditto.
4335
4336 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4339
4340 2010-09-22  Julien Danjou  <julien@danjou.info>
4341
4342         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4343         get the start of data.
4344         (gnus-html-encode-url): Add this function to encode special chars in
4345         URL.
4346         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4347         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4348
4349         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4350         default.
4351         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4352
4353         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4354         images alt-text.
4355         (gnus-html-put-image): Put alt-text as help-echo.
4356
4357 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4360         * mm-util.el (mm-decompress-buffer)
4361         * nnir.el (nnir-run-find-grep)
4362         * pop3.el (pop3-list): Use 3rd arg of split-string.
4363
4364         * time-date.el (format-seconds): Comment fix.
4365
4366         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4367         and byte-optimize-form-code-walker.
4368         (dgnushack-make-auto-load): Don't advise make-autoload.
4369
4370         * lpath.el: Remove Emacs 21 stuff.
4371
4372 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4375         outside the active range.  Suggested by Dan Christensen.
4376
4377         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4378         slightly later to avoid double-getting it.
4379
4380         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4381         previous patch.
4382
4383         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4384
4385 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4386
4387         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4388
4389 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-int.el (gnus-open-server): Give a better error message in the
4392         "go offline" case.
4393
4394         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4395         marks for nnimap, which is seldom the right thing to do.
4396
4397         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4398         (gnus-same-method-different-name): New function.
4399
4400         * nnimap.el (parse-time): Require.
4401
4402         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4403         method in the presence of many similar methods.
4404
4405         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4406
4407         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4408         nnml-inhibit-expiry.
4409
4410         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4411         find out whether methods are equal.
4412
4413         * nnimap.el (nnimap-find-expired-articles): New function.
4414         (nnimap-process-expiry-targets): New function.
4415         (nnimap-request-move-article): Request the article before looking at
4416         what the Message-ID is.  Fix found by Andrew Cohen.
4417         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4418
4419         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4420         for oldness in addition to being a predicate.
4421
4422         * nnimap.el (nnimap-request-group): When we have zero articles, return
4423         the right data to Gnus.
4424         (nnimap-request-expire-articles): Only delete articles immediately if
4425         the target is 'delete.
4426
4427         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4428         method, this would bug out.
4429
4430         * gnus-group.el (gnus-group-expunge-group): Rename from
4431         gnus-group-nnimap-expunge, and implemented as a normal interface
4432         function.
4433
4434         * gnus-int.el (gnus-request-expunge-group): New function.
4435
4436         * nnimap.el (nnimap-request-create-group): Implement.
4437         (nnimap-request-expunge-group): New function.
4438
4439 2010-09-21  Julien Danjou  <julien@danjou.info>
4440
4441         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4442         (gnus-html-cache-expired): Add new function.
4443         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4444         wethever we should display image for fetch it.
4445         Compute alt-text earlier to pass it to the fetching function too.
4446         (gnus-html-schedule-image-fetching): Change function argument to only
4447         get one image at a time, not a list.
4448         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4449         cache.
4450         (gnus-html-get-image-data): New function to retrieve image data from
4451         cache.
4452         (gnus-html-put-image): Change buffer argument to use image data rather
4453         than file, and place image above region rather than inserting a new
4454         one.  Do not take alt-text as argument, since it's useless now: we place
4455         the image above alt-text.
4456         (gnus-html-prune-cache): Remove.
4457         (gnus-html-show-images): Start to fetch image when we find one, do not
4458         push into a temporary list.
4459         (gnus-html-prefetch-images): Only fetch image if they have expired.
4460         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4461         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4462
4463 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4466
4467 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4470         spec inser "*" if the group isn't active instead of 0.
4471
4472         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4473         opening the server.
4474         (nnimap-request-delete-group): Implement group deletion.
4475         (nnimap-transform-headers): Return the size of the entire message in
4476         the Bytes header, not just the size of the first part.
4477         (nnimap-request-move-article): When moving an article from nnimap,
4478         request the article first so the accepting form has an article to
4479         accept.  Reported by Dan Christensen.
4480         (nnimap-command): Make sure that the error message doesn't error out.
4481
4482 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4483
4484         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4485         we haven't requested anything.
4486
4487 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4490         "".  Fix found by Andrew Cohen.
4491
4492         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4493         instead of -encode-string.
4494
4495 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4498
4499         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4500         by mm-subst-char-in-string.
4501
4502 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4505         waiting for the connection string.
4506
4507         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4508         arriving.
4509
4510         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4511         bogus characters.  This allows selecting certain Gmail groups.
4512
4513         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4514         (nnimap-fetch-partial-articles): New variable.
4515         (nnimap-open-connection): When looking for credentials, also use the
4516         nnimap-server-port.
4517         (nnimap-request-article): Return the group/article number, so that Gnus
4518         `^' works as expected.
4519         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4520
4521         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4522         comments.
4523         (gnus-methods-sloppily-equal): New function.
4524         (gnus): When using the development version of Gnus, load the gnus-load
4525         file.
4526
4527         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4528         `gnus-open-server' on each method before trying to scan them etc.
4529         This ensures that all the backend parameters are set correctly.
4530
4531         * nnimap.el (nnimap-authenticator): New variable.
4532         (nnimap-open-connection): Allow anonymous login.
4533         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4534         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4535
4536         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4537         patch, found by Knut Anders Hatlen.
4538
4539 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4540
4541         * gnus-agent.el (gnus-agent-batch-confirmation)
4542         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4543         to gnus-message.
4544         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4545         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4546         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4547         * gnus-int.el (gnus-open-server): Likewise.
4548         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4549         (gnus-score-check-syntax): Likewise.
4550         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4551         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4552         Likewise.
4553         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4554
4555 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4558         calling conventions so that prefetch doesn't bug out.
4559
4560 2010-09-19  Julien Danjou  <julien@danjou.info>
4561
4562         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4563         rather than `subst-char-in-region' in order to be able to replace ASCII
4564         char by UTF-8 ones.
4565
4566         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4567         than curl.
4568         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4569         the right URL and ALT text on images.
4570         (gnus-html-wash-tags): Fix tag case.
4571         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4572         (gnus-article-html): Add -o display_ins_del=2 option.
4573         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4574
4575 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4578         the extra mail headers, which sometimes seem to happen for unknown
4579         reasons.
4580
4581         * mail-parse.el (mail-header-encode-parameter): Define as
4582         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4583         (or most, perhaps?) mail readers don't understand the latter, but do
4584         understand the former.
4585
4586         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4587         to nil, so that no methods are automatically agentized.  I think this
4588         is probably what most users want.
4589
4590         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4591         from url-retrieve, for instance about invalid URLs.
4592
4593         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4594         groups that have no articles.
4595         (nnimap-request-article): Check that we really got an article when we
4596         requested one.
4597
4598         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4599         doesn't exist.
4600
4601         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4602         nntp buffer so the agent can save it.
4603         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4604         that CRLF doesn't get translated to \n.
4605         (nnimap-open-connection): Don't make 'shell commands only send \n.
4606
4607 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4608
4609         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4610         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4611         Update var name.
4612         (nnml-generate-nov-file): Use dolist.
4613         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4614         Use with-current-buffer.
4615
4616 2010-09-18  Julien Danjou  <julien@danjou.info>
4617
4618         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4619         parallel.
4620
4621 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4624         the range update right.
4625         (nnimap-request-group): Don't make `M-g' bug out on group with no
4626         marks.
4627         (nnoo): Require, so that other packages can require nnimap.
4628         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4629         command we're looking for.  This helps when the server sends more
4630         responses after we've gotten everything we expected.
4631         (nnimap): Add a `newlinep' field to keep track of end-of-line
4632         conventions.
4633         Don't send CRLF to things that don't want it.
4634         (nnimap-request-accept-article): Ditto.
4635
4636 2010-09-18  Julien Danjou  <julien@danjou.info>
4637
4638         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4639         than curl to retrieve images.
4640
4641 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4644         the marks.
4645         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4646         (nnimap-wait-for-connection): New function.
4647         (nnimap-open-connection): If we have PREAUTH, don't query for login
4648         credentials.
4649         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4650         when doing a partial update.
4651
4652 2010-09-18  Julien Danjou  <julien@danjou.info>
4653
4654         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4655         tags.
4656
4657 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * nnimap.el (nnimap-credentials): New function.
4660         (nnimap-open-connection): Use the new function to look for credentials
4661         also on the numeric equivalents of "imap" and "imaps".
4662
4663         * gnus-start.el (gnus-activate-group): Send the info to
4664         gnus-request-group.
4665
4666         * nnimap.el (nnimap-request-group): Have the "check" version of the
4667         function parse flags and update the info, so that a `M-g' get a total
4668         resync of all flags from the group.
4669
4670         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4671         to allow backends to alter the info on group selection.  Also alter all
4672         the backend -request-group functions to take the parameter.
4673
4674         * nnimap.el (nnimap-store-info): New function.
4675         (nnimap-update-info): Store the info for later usage.
4676         (nnimap-request-group): Use the stored info for the dont-check case, so
4677         that we don't retrieve all marks when we enter a group.
4678
4679         * nnimap.el: Use deffoo instead of defun for interface functions.
4680
4681         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4682         update the group info.  This makes the nndraft groups, for instance, go
4683         back to their old behaviour.
4684
4685         * gnus-sum.el (gnus-select-newsgroup): Indent.
4686
4687         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4688         in.
4689         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4690         nothing.
4691
4692         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4693         from methods that are denied.
4694
4695         * gnus-int.el (gnus-method-denied-p): New function.
4696
4697         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4698         store the password instead of netrc.
4699         (nnimap-open-connection): Don't error out when we can't make a
4700         connections.
4701
4702         * auth-source.el (auth-source-create): In the password prompt, say what
4703         we're querying for.  Also prompt for user name if that hasn't been
4704         given.
4705
4706         * nnimap.el (nnimap-with-process-buffer): Remove.
4707
4708 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4711         method when we're reading from the agent.
4712
4713         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4714
4715         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4716         that's probably most useful for users.
4717
4718         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4719         "failed" all the time.
4720
4721         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4722         ...)) with (with-current-buffer ... ).
4723
4724         * nntp.el (nntp-open-server): Return whether the open was successful or
4725         not.
4726
4727         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4728         select an unread unseen article first.
4729
4730         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4731         /etc/services, supply some sensible port defaults.
4732
4733         * dgnushack.el: Define netrc-credentials.
4734
4735 2010-09-17  Julien Danjou  <julien@danjou.info>
4736
4737         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4738
4739 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4740
4741         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4742         doesn't have any parameters.
4743
4744 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4747         only upcased checks.
4748
4749         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4750
4751         * nnimap.el (nnimap-open-shell-stream): New function.
4752         (nnimap-open-connection): Use it.
4753         (nnimap-transform-headers): Get the number of lines in each message.
4754         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4755         number of lines.
4756         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4757         problem.
4758
4759         * utf7.el (utf7-encode): Autoload.
4760
4761         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4762         to allow the mail splitting to not return a default group.  This is
4763         useful for nnimap, which will leave unmatched mail in the inbox.
4764
4765         * nnimap.el: Rewritten.
4766
4767         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4768         nnimap usage.
4769
4770         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4771         if the move is internal, so that nnimap can do fast internal moves.
4772
4773         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4774         data.
4775         (gnus-read-active-for-groups): Support finishing the early retrieval of
4776         data.
4777
4778         * gnus-range.el (gnus-range-nconcat): New function.
4779
4780         * gnus-int.el (gnus-finish-retrieve-group-infos)
4781         (gnus-retrieve-group-data-early): New functions.
4782
4783 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4786         (nnrss-retrieve-groups):
4787         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4788         (pop3-quit): Use with-current-buffer.
4789
4790 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4793         instead of nnheader-accept-process-output.
4794
4795         * dgnushack.el (dgnushack-compile): Add comment.
4796
4797         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4798
4799         * gnus-html.el (gnus-html-schedule-image-fetching)
4800         (gnus-html-prefetch-images): Replace process-kill-without-query by
4801         gnus-set-process-query-on-exit-flag.
4802
4803 2010-09-16  Romain Francoise  <romain@orebokech.com>
4804
4805         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4806
4807 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4810         parameter to unintern is mandatory-ish in Emacs 24.
4811
4812         * gnus-html.el (gnus-html-schedule-image-fetching)
4813         (gnus-html-prefetch-images): Check for curl before using it.
4814
4815         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4816         depend on curl, which isn't essential.
4817
4818         * imap.el: Revert back to version
4819         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4820         seem problematic.
4821
4822 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4823
4824         * gnus-registry.el (gnus-registry-install-shortcuts):
4825         Explicitly pass `obarray' to `unintern' to avoid a warning.
4826
4827 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4830         change.
4831
4832         * nnrss.el (nnrss-request-list): Remove this function and related
4833         functions, including the moreover stuff.
4834
4835 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * nnrss.el (nnrss-retrieve-groups): New function.
4838
4839 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4840
4841         * .dir-locals.el: Add no-byte-compile cookie.
4842
4843 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * time-date.el (format-seconds): Comment fix.
4846
4847         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4848         for back end that doesn't support request-scan.
4849
4850 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4853         then do request scans from the backends.
4854
4855         * netrc.el (netrc-credentials): New conveniency function.
4856
4857         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4858         avoid running a hook per line, since this takes a lot of time,
4859         profiling shows.
4860         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4861         directly if gnus-visual-p is true.
4862
4863 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4866         groups; replace mapcar with dolist which is a bit faster; pass groups
4867         info to gnus-read-active-file-1.
4868         (gnus-read-active-file-1): Scan only specified groups if the new
4869         optional arg `infos' is given.
4870
4871 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4874
4875         * pop3.el (pop3-movemail): Remove.
4876         (pop3-streaming-movemail): Rename to pop3-movemail.
4877
4878         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4879         don't restrict end-tag searches to the end of the line.
4880
4881 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4884         articles of every unchecked group to t, which means unknown since the
4885         server has never been opened.
4886
4887 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * gnus-html.el (gnus-html-show-alt-text): New command.
4890         (gnus-html-browse-image): Ditto.
4891         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4892         to browse the image directly.
4893         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4894         better.
4895
4896         * gnus-async.el (gnus-async-article-callback):
4897         Call `gnus-html-prefetch-images' unconditionally.
4898
4899         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4900         before feeding URLs to curl.
4901
4902 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4905         internal images as deletable by `W D D'.
4906
4907         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4908         (gnus-async-article-callback): Fix typo.
4909
4910 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4913         current line to work around bugs in the output from w3m.
4914
4915         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4916         for groups that want that.
4917
4918         * nntp.el (nntp-wait-for-string): Supply a timeout for
4919         accept-process-output to ensure progress.
4920
4921         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4922         level to get unread articles from, then use that for foreign groups,
4923         too.
4924
4925         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4926         confuses the rest of the function.
4927
4928         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4929         for the methods that support -retrieve-groups, too.
4930
4931         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4932
4933 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4936         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4937
4938         * pop3.el: Require cl when compiling.
4939         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4940
4941 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4944         that aren't going to be activated.
4945         (gnus-get-unread-articles): Fix up the last commit.
4946
4947         * gnus-html.el (gnus-article-html): Allow calling without specifying
4948         the handle.  In that case, dissect the buffer first.
4949
4950         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4951
4952         * nnimap.el (nnimap-open-connection): Revert the change that would look
4953         into authinfo for imaps instead of imap.
4954
4955         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4956         say that you don't want to call gnus-request-group with don-check, but
4957         do check the reponse.  This is for virtual groups only.
4958         (gnus-get-unread-articles): Count the archive groups as secondary, so
4959         that they're activated the same way as before.
4960
4961         * imap.el (imap-message-map): Removed optional buffer parameter, since
4962         no callers use it.
4963         (imap-message-get): Ditto.
4964         (imap-message-put): Ditto.
4965         (imap-mailbox-map): Ditto.
4966         (imap-mailbox-put): Ditto.
4967         (imap-mailbox-get): Ditto.
4968         (imap-mailbox-get): Revert last change for this function.
4969
4970         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4971         case-insensitively.
4972         (nnimap-debug): Remove.
4973
4974         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4975         to use `imap-fetch' instead.  According to the comments, this should be
4976         safe, since all other IMAP clients use the 1:* syntax.
4977         (imap-enable-exchange-bug-workaround): Removed.
4978         (imap-debug): Removed -- doesn't seem very useful.
4979
4980         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4981         mail from a file, and the file doesn't exist.
4982
4983         * imap.el (imap-log): New convenience function used throughout instead
4984         of repeating the same code all over the place.
4985
4986         * pop3.el (pop3-streaming-movemail): Return t for success.
4987
4988         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4989         .authinfo if we're using ssl connection.
4990
4991         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4992         already have if we're in a main Gnus `g' run.
4993
4994         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4995
4996 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4999
5000         * nnmh.el (nnmh-request-list-1): Bind `file'.
5001
5002         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5003         alias to set-process-query-on-exit-flag or process-kill-without-query.
5004         (pop3-open-server): Use it.
5005
5006 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5009         box to the Incoming file.  Fixes mistake in previous checkin.
5010
5011         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5012         request loop (for debugging purposes) removed.
5013
5014         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5015         culprit is more visible.
5016         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5017         (nnml-add-incremental-nov): New functions to do "incremental" nov
5018         updates, where we just append to the end of the existing nov files
5019         without reading/writing them in full.
5020
5021         * mail-source.el (mail-source-delete-crash-box): Really only check the
5022         incoming files once in a while.
5023
5024         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5025
5026         * mail-source.el (mail-source-delete-crash-box): Only check the
5027         incoming files for deletion once per day to save a lot of file
5028         accesses.
5029
5030         * pop3.el (pop3-logon): Fix up unbound variable typo.
5031
5032         * mail-source.el (pop3-streaming-movemail): Autoload.
5033
5034         * pop3.el (pop3-streaming-movemail):
5035         Respect pop3-leave-mail-on-server.
5036
5037         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5038         retrieval.
5039
5040         * pop3.el (pop3-process-filter): Remove unused function.
5041         (pop3-streaming-movemail, pop3-send-streaming-command)
5042         (pop3-wait-for-messages, pop3-write-to-file)
5043         (pop3-number-of-responses): New functions for streaming pop3
5044         retrieval.
5045
5046         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5047         come from no known methods.
5048         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5049         list.
5050
5051         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5052         message sizes.
5053         (pop3-movemail): Use erase-buffer instead of looping and deleting
5054         regions, which seems rather odd.
5055
5056         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5057         file once per `g' run.
5058
5059         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5060         directories.  This makes the draft queue directory work.
5061
5062         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5063         data from the backends, so that we only request the list of groups from
5064         each method once.  This should speed things up considerably.
5065
5066         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5067         detect that it's not implemented.
5068
5069         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5070         we actually do recurse down into the tree, but don't stat all leaf
5071         nodes.
5072
5073         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5074         then say so instead of bugging out.
5075
5076         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5077         files exist before trying to read them.
5078
5079         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5080         around <pre_int>.
5081
5082         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5083
5084         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5085
5086 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * mm-util.el (mm-image-load-path): Just return the image directories,
5089         not all directories in the path in addition to the image directories.
5090         (mm-image-load-path): Maintain a cache of the image directories so that
5091         the `g' command in Gnus doesn't have to stat dozens of directories each
5092         time.
5093
5094         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5095         (gnus-html-wash-tags): Add a new `i' command to insert images.
5096         (gnus-html-insert-image): New command and keystroke.
5097         (gnus-html-redisplay-with-images): New command and keystroke.
5098         (gnus-html-show-images): Rename command.
5099         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5100         spacers.
5101         (gnus-html-wash-tags): Decode entities at the end, so that entities
5102         inside the tags don't mess up the rest of the "parsing".
5103
5104         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5105         so that nnimap methods aren't agentized by default.  There's apparently
5106         many problems related to agent/imap behaviour.
5107
5108         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5109
5110         * gnus-html.el: Doc fix.
5111
5112 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5115         specifier-spec-list for Emacs 21.
5116
5117         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5118         glyph-width and glyph-height instead of display-graphic-p and
5119         image-size; make avoidance of displaying small images work for XEmacs.
5120
5121         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5122         for XEmacs.
5123
5124         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5125         of symbol that holds plist data.
5126         (gnus-process-plist): Remove plist of process after getting it.
5127
5128 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * message.el (message-generate-hashcash): Change default to
5131         'opportunistic if hashcash is installed.
5132
5133         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5134         (gnus-html-put-image): Only call image-size once, since it's somewhat
5135         time-consuming on remote X servers.
5136
5137 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5140         type on data, not a file name.
5141
5142         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5143         window-pixel-edges for Emacs 21.
5144
5145         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5146         decoded contents.
5147         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5148
5149 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5152         group line format, since it isn't very interesting.
5153
5154         * gnus-agent.el (gnus-agent-short-article),
5155         (gnus-agent-long-article): Increase values for these two variables,
5156         since most people are likely to have more network connection and
5157         storage than before.
5158
5159         * gnus.el (gnus-refer-article-method): Change default to 'current.
5160         When referring an article, the common behaviour is to refer it from the
5161         current select method, not the native select method.  The chances of
5162         the native select method having the message in question is rather slim
5163         these days.
5164
5165         * gnus-sum.el (gnus-auto-select-subject): Change default to
5166         `unseen-or-unread'.  I think it's likely that most people want to
5167         select an unseen article over a previously seen, but unread one.
5168
5169         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5170         means that in the article buffer none of the minor mode elements will
5171         be shown, usually, and this is not desirable in most cases.
5172
5173         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5174         that commands like `d' (and the like) go to the next line in the
5175         buffer, instead of the next unread article.  I think this is the
5176         behaviour that is most natural for most users.
5177         (gnus-single-article-buffer): Change default to nil, so that people can
5178         have as many article buffers open as they have summary buffer.  I think
5179         this is the most natural way for the groups to behave.
5180
5181         * message.el (message-generate-new-buffers): Change default to
5182         `unsent', so that all new message buffers start their names with the
5183         string "*unsent", and it's easier to find the buffers if you move from
5184         them.
5185
5186 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5189         small.  They're probably tracking images.
5190         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5191         (gnus-html-rescale-image): Yet another try at getting the image sizing
5192         right.
5193
5194         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5195         nntp-marks-file-name is nil.
5196
5197 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5198
5199         * gnus-html.el (gnus-html-wash-tags)
5200         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5201         Better logging.
5202
5203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5206
5207         * gnus-html.el (gnus-html-wash-tags): Check the value of
5208         gnus-blocked-images in the summary buffer.
5209
5210 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5211
5212         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5213
5214 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5217         like "a", it seems like.
5218         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5219         since it needs to be picked from the correct buffer.
5220
5221         * nnwfm.el: Remove.
5222
5223         * nnlistserv.el: Remove.
5224
5225 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5228         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5229
5230 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * nnkiboze.el: Remove.
5233
5234         * nndb.el: Remove.
5235
5236         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5237         alt text.
5238         (gnus-html-rescale-image): Try to get the rescaling logic right for
5239         images that are just wide and not tall.
5240
5241         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5242         overshadow variable bindings.
5243
5244 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * gnus-html.el (gnus-html-wash-tags)
5247         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5248         Add extra logging.
5249
5250 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5253         (gnus-max-image-proportion): New variable.
5254         (gnus-html-rescale-image): New function.
5255         (gnus-html-put-image): Rescale images.
5256
5257 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5258
5259         Fix up some byte-compiler warnings.
5260         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5261         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5262         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5263         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5264         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5265         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5266         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5267
5268 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-html.el (gnus-article-html): Decode contents by charset.
5271
5272 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5275         (gnus-html-frame-width, gnus-blocked-images)
5276         * message.el (message-prune-recipient-rules): Add custom version.
5277         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5278
5279         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5280         functions.
5281
5282         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5283         gnus-process-get.
5284
5285 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5286
5287         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5288         instead of lsub directly.
5289
5290 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * nnwarchive.el: Remove.
5293
5294         * gnus-soup.el: Remove.
5295
5296         * nnsoup.el: Remove.
5297
5298         * nnultimate.el: Remove.
5299
5300         * gnus-html.el (gnus-blocked-images): New variable.
5301
5302         * message.el (message-prune-recipients): New function.
5303         (message-prune-recipient-rules): New variable.
5304
5305         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5306         guess whether a long line is natural text or not.
5307
5308         * gnus-html.el (gnus-html-schedule-image-fetching):
5309         Use gnus-process-plist and friends for compatibility.
5310
5311 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5312
5313         * gnus-html.el: Require packages that define macros used in this file.
5314         (gnus-article-mouse-face): Declare to silence byte-compiler.
5315         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5316         process-get.
5317         (gnus-html-put-image): Use plist-get to avoid getf.
5318         (gnus-html-prefetch-images): Use with-current-buffer.
5319
5320 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-ems.el: Provide compatibility functions for
5323         gnus-set-process-plist.
5324
5325         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5326         header-line-format for XEmacs 21.4.
5327
5328         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5329         * gnus.el (gnus-valid-select-methods)
5330         * message.el (message-send-mail-partially-limit)
5331         * mm-decode.el (mm-text-html-renderer)
5332         * mml.el (mml-insert-mime-headers-always)
5333         * smiley.el (smiley-regexp-alist): Bump custom version.
5334
5335 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-html.el: require mm-url.
5338         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5339         with the url to `url'.
5340         (gnus-html-wash-tags): Support cid: URLs/images.
5341
5342 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5345         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5346         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5347
5348         * gnus-move.el: Remove file, since it doesn't really work.
5349
5350         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5351         UTF-8.  This seems to fix problems with some German web feeds.
5352
5353         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5354         at the top so that the proper colours are applied.
5355
5356         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5357         don't have dots in their names.
5358
5359         * gnus-art.el (gnus-article-view-part): Doc fix.
5360
5361         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5362         XEmacs-compatible.
5363         (gnus-html-put-image): Don't do images on non-graphic displays.
5364
5365         * nnslashdot.el: Remove this unused backend.
5366
5367         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5368         actions.
5369         (gnus-undo-register-1): Revert last change.
5370
5371         * gnus-group.el (gnus-group-completing-read): Protect against not
5372         having completion-styles bound.
5373
5374         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5375         make broken recipients happier.
5376
5377         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5378
5379         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5380         point parameter.
5381
5382         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5383
5384         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5385         completion-styles for group selection.
5386
5387 2009-02-04  Andreas Schwab  <schwab@suse.de>
5388
5389         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5390         headers and regexp-quote the match if necessary.
5391
5392 2009-03-24  Miles Bader  <miles@gnu.org>
5393
5394         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5395         the blinking smiley.
5396
5397 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5398
5399         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5400         blink smiley.
5401
5402 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5405         where the dribbel file lives exists.
5406
5407         * message.el (message-send-mail-partially-limit): Change the default to
5408         nil, since most people don't want this.
5409
5410         * mm-url.el (mm-url-decode-entities): Also decode entities like
5411         &#x3212.
5412
5413 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5414
5415         * gnus-sum.el (gnus-summary-idna-message):
5416         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5417         Hyperlink urls in docstrings with URL `...'.
5418
5419 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5420
5421         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5422         functions.
5423
5424 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5427         say what the mouseover text should be.
5428
5429         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5430         version of the mm-w3m-safe-url-regexp variable to only download images
5431         in the groups where we want that to happen.
5432
5433         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5434
5435         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5436         easier debugging.
5437         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5438         big pictures in the article buffer.
5439
5440         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5441         gnus-article-html.
5442         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5443         w3m.
5444
5445         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5446
5447 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5450         which doesn't exist.
5451
5452         * message.el (message-inhibit-ecomplete): New variable to allow some
5453         function to inhibit ecomplete address storage.
5454         (message-resend): Disable ecomplete message storage when resending
5455         messages.
5456
5457         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5458
5459 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5462         Save excursion while copying, moving, and deleting articles in order to
5463         prevent the cursor from jumping to unforeseen place.
5464
5465 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * lpath.el: No need to bind bookmark-current-buffer,
5468         bookmark-yank-point and bookmark-make-record-function.
5469
5470 2010-08-17  Glenn Morris  <rgm@gnu.org>
5471
5472         * gnus-sync.el: Require gnus components whose functions are used.
5473
5474         * gnus-art.el (bookmark-make-record-function):
5475         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5476         Declare for compiler.
5477
5478         * mm-url.el (mml-compute-boundary): Autoload.
5479
5480 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5483
5484 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         Typo fix "hoo4a" -> "hook".
5487
5488         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5489
5490 2010-08-14  Glenn Morris  <rgm@gnu.org>
5491
5492         * gnus-sync.el (gnus-sync): Fix defgroup version.
5493
5494 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5497
5498         * gnus-sync.el: Fix docs.
5499         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5500         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5501
5502 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         Optimizations for gnus-sync.el.
5505
5506         * gnus-sync.el: Add docs about gnus-sync-backend
5507         possibilities.
5508         (gnus-sync-save): Remove unnecessary message.
5509         (gnus-sync-read): Optimize and show what groups were skipped.
5510
5511 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         Minor bug fixes for gnus-sync.el.
5514
5515         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5516         Don't read the sync on get-new-news.
5517
5518         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5519         quiet.
5520
5521         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5522         (fix typo).
5523
5524 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5525
5526         Make saving and restoring of hidden threads work with overlays.
5527         Patch applied by Ted Zlatanov.
5528
5529         * gnus-sum.el (gnus-hidden-threads-configuration)
5530         (gnus-restore-hidden-threads-configuration): Update to deal with text
5531         properties, rather than searching for a magic character.
5532
5533 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         New gnus-sync.el library for synchronization of marks.
5536
5537         * gnus-sync.el: New library for synchronization of marks.
5538
5539         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5540         renamed from `gnus-registry-grep-in-list'.
5541
5542         * gnus-registry.el (gnus-registry-follow-group-p):
5543         Use `gnus-grep-in-list'.
5544
5545         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5546
5547 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5550         determining charset of text fails.
5551
5552 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * nnmail.el (nnmail-get-new-mail-1): Revert.
5555
5556         * nnml.el (nnml-active-number): Make sure names of newly created groups
5557         in nnml-group-alist are encoded.
5558
5559 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5562         containing non-ASCII characters in active file for nnml back end.
5563
5564 2010-07-24  David Engster  <dengste@eml.cc>
5565
5566         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5567         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5568
5569 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5570
5571         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5572         tag (Bug#6654).
5573
5574 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5577         the article buffer, not the summary buffer.
5578
5579 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5582         Emacs 23 as well.
5583
5584 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5587         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5588
5589 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5590
5591         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5592         Patch applied by Karl Fogel.
5593
5594         * gnus-sum.el (gnus-summary-bookmark-make-record):
5595         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5596
5597 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5598
5599         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5600         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5601         C-w still not working correctly from Article buffers; Thierry's
5602         patch to fix that will be applied after this.
5603
5604         * gnus-art.el (bookmark-make-record-function): New local variable.
5605
5606         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5607         article buffer.
5608         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5609
5610 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5611
5612         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5613         on changes in bookmark.el.
5614
5615 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5618         `no-log' instead of message not to log prompt string.
5619
5620 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5621
5622         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5623         the *other* type of HTML form submission.
5624
5625 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5626
5627         * auth-source.el (auth-source-pick): If choice does not contain a
5628         questioned keyword, set the check to t.
5629
5630 2010-06-12  Romain Francoise  <romain@orebokech.com>
5631
5632         * gnus-util.el (gnus-date-get-time): Move up before first use.
5633
5634 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5637         (gnus-article-edit-part): Bind it to make last part that is substituted
5638         or deleted visible.
5639         (gnus-mime-display-single): Buttonize part of which id equals to
5640         gnus-mime-buttonized-part-id.
5641
5642 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5643
5644         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5645         (gnus-dd-mmm): Use gnus-date-get-time.
5646         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5647         simplify logic.
5648         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5649         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5650
5651 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5652
5653         * auth-source.el (top): Autoload `secrets-list-collections',
5654         `secrets-create-item', `secrets-delete-item'.
5655         (auth-sources): Fix tag string.
5656         (auth-get-source, auth-source-retrieve, auth-source-create)
5657         (auth-source-delete): New defuns.
5658         (auth-source-pick): Rewrite in order to avoid 2 passes.
5659         (auth-source-forget-user-or-password): New parameter USERNAME.
5660         (auth-source-user-or-password): New parameters CREATE-MISSING and
5661         DELETE-EXISTING.  Retrieve password interactively, if needed.
5662
5663 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5664
5665         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5666         deleting unused directories when gnus-expert-user is t.
5667
5668 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5671         for each temp file when gnus-article-browse-delete-temp is ask.
5672
5673 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5676         Lisp calls to delete-backward-char by calls to delete-char.
5677
5678 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5679
5680         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5681
5682 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5683
5684         * password-cache.el (password-cache-remove): Fix docstring.
5685
5686 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5689         article unless decoding article to be saved.
5690
5691 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5694         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5695         generated within the mm-with-unibyte-current-buffer macro.
5696
5697 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5700         to nil when we're in a mml-preview buffer and no group is selected.
5701
5702 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5703
5704         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5705         when catching the `C-g'.  Reported by "Leo".
5706
5707 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * message.el (message-forward-make-body-plain)
5710         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5711         multibyte-string-p.
5712
5713         * lpath.el: Revert.
5714
5715 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * message.el (message-forward-make-body-mml): Assume original message
5718         is multibyte string; error on unibyte.
5719         (message-forward-make-body-plain): Ditto; don't add excessive newline
5720         in body end.
5721
5722         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5723
5724 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5725
5726         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5727         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5728
5729 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * mm-extern.el (mm-extern-url): Don't use
5732         mm-with-unibyte-current-buffer.
5733         (mm-extern-cache-contents): Use with-current-buffer instead of
5734         save-excursion + set-buffer.
5735
5736 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * mm-util.el (mm-emacs-mule): Remove.
5739
5740 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5741
5742         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5743         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5744         change.
5745
5746 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5749         bind the default value of enable-multibyte-characters to nil.
5750
5751 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * message.el (message-forward-make-body-plain)
5754         (message-forward-make-body-mml):
5755         Don't use mm-with-unibyte-current-buffer.
5756
5757 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5760
5761 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5762
5763         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5764         (Bug#5592).
5765
5766 2010-05-07  Julien Danjou  <julien@danjou.info>
5767
5768         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5769         it to mm-pipe-part.
5770
5771         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5772         it is given.
5773
5774 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * binhex.el (binhex-decode-region-internal)
5777         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5778         (dns-query)
5779         * nnweb.el (nnweb-gmane-search)
5780         * pgg-parse.el (pgg-parse-armor)
5781         * pgg.el (pgg-verify-region)
5782         * sha1.el (sha1-string-external)
5783         * uudecode.el (uudecode-decode-region-internal)
5784         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5785         XEmacs.
5786
5787         * gnus-art.el (gnus-article-browse-html-parts)
5788         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5789         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5790         make-temp-file.
5791
5792         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5793         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5794         compiling.
5795
5796         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5797         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5798         XEmacs when compiling.
5799
5800         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5801         gnus-pick-mode-off-hook for XEmacs when compiling.
5802         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5803         gnus-binary-mode-off-hook for XEmacs when compiling.
5804
5805         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5806         Return nil if char-charset is not available.
5807
5808         * imap.el (imap-disable-multibyte)
5809         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5810         macros.
5811
5812         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5813         instead of encode-coding-string.
5814
5815         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5816         'xemacs) instead of mm-emacs-mule to switch function definitions.
5817         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5818
5819         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5820         bind temporary-file-directory for XEmacs;
5821         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5822         timer-set-function for XEmacs 21.4 and SXEmacs;
5823         bind timer-list for XEmacs 21.4 and SXEmacs;
5824         fbind char-charset and find-charset-region for non-Mule XEmacs;
5825         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5826         encode-coding-region and encode-coding-string for XEmacs having no
5827         file-coding feature.
5828
5829 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5830
5831         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5832
5833 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5836         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5837
5838 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5839
5840         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5841         alias `jka-compr-delete-temp-file' no longer exists.
5842
5843 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5844
5845         Use define-minor-mode in Gnus where applicable.
5846         * mml.el (mml-mode): Use define-minor-mode.
5847         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5848         (gnus-undo-mode): Use define-minor-mode.
5849         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5850         (gnus-dead-summary-mode): Use define-minor-mode.
5851         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5852         Initialize in declaration.
5853         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5854         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5855         (gnus-mailing-list-mode): Use define-minor-mode.
5856         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5857         (gnus-draft-mode): Use define-minor-mode.
5858         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5859         (gnus-dired-mode): Use define-minor-mode.
5860
5861 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5862
5863         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5864         handles on recursive mml-to-mime translation and check them for
5865         boundary delimiter collisions.  Reported by Greg Troxel.
5866
5867 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5870
5871 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5872
5873         * mm-util.el (mm-find-buffer-file-coding-system):
5874         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5875
5876 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5877
5878         * message.el (message-generate-headers): Record insertion of optional
5879         headers as well.  Otherwise the check to prevent repeated insertion of
5880         optional headers is a no-op.
5881
5882 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * smime.el: Don't mention CVS.
5885
5886         * nnrss.el (nnrss-fetch): Don't mention CVS.
5887
5888         * nnir.el: Don't mention CVS.
5889
5890 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5891
5892         * gnus-sum.el (gnus-summary-bookmark-make-record):
5893         Add `location' field.
5894
5895 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * lpath.el: Fbind bookmark-default-handler,
5898         bookmark-get-bookmark-record, bookmark-make-record-default,
5899         bookmark-prop-get for Emacs <23 and XEmacs.
5900
5901 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5902
5903         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5904         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5905         Use with-current-buffer to silence the byte-compiler.
5906         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5907         bother to require `gnus'.
5908         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5909
5910 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5911
5912         * gnus-sum.el (gnus-summary-bookmark-make-record)
5913         (gnus-summary-bookmark-jump): New functions.
5914         (gnus-summary-mode): Setup bookmark support.
5915
5916 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5917
5918         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5919         if set.
5920
5921 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5924         gnus-article-browse-html-save-cid-image; make it work recursively for
5925         forwarded messages as well.
5926         (gnus-article-browse-html-parts): Work when prefix arg is given.
5927         (gnus-article-browse-html-article): Doc fix.
5928
5929 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5930
5931         * message.el (message-default-mail-headers):
5932         (message-default-headers): Carry the value mail-default-headers over
5933         into message-default-mail-headers, rather than message-default-headers.
5934
5935 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5936
5937         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5938         charset.
5939
5940         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5941         charset into the <meta> tag when the article is encoded to utf-8.
5942
5943 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-article-browse-delete-temp-files):
5946         Delete directories as well.
5947         (gnus-article-browse-html-parts): Work for images that do not specify
5948         file names; delete temp directory when quitting; insert header at the
5949         right place; use file: scheme for image files.
5950
5951 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5952
5953         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5954         (gnus-article-browse-html-parts): Use it to make temporary cid image
5955         files in addition to html file so that browser may display them.
5956
5957 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5960
5961 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5964
5965 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * auth-source.el (auth-sources): Change default to be simpler.
5968         Explain about Secret Service API sources.  Improve Customize options.
5969         (auth-source-pick): Change to accept any number of search parameters.
5970         Implement fallbacks iteratively, not recursively.  Add scoring on the
5971         second pass and sort by score.  Call Secret Service API when needed.
5972         (auth-source-user-or-password): Use it.  Call Secret Service API
5973         directly when needed to get the user name and the password.
5974
5975 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5976
5977         * message.el (message-interactive): Doc fix.
5978         (message-qmail-inject-args): Reflow.
5979         (message-kill-to-signature): Fix typo in docstring.
5980
5981         * smiley.el (smiley-buffer): Fix typo in docstring.
5982
5983 2010-03-24  Glenn Morris  <rgm@gnu.org>
5984
5985         * mail-source.el (gnus-message): Declare.
5986         (mail-source-delete-old-incoming): Require gnus-util.
5987
5988 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5991
5992         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5993
5994         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5995         password-cache's default if it is not bound.
5996         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5997         password-cache-expiry's default if it is not bound.
5998
5999         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6000         available in Emacs 21.
6001
6002         * lpath.el: Suppress compiler warnings for:
6003         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6004         XEmacs;
6005         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6006         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6007         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6008
6009 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * auth-source.el (auth-sources): Fix up definition so extra parameters
6012         are always inline.
6013
6014 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6015
6016         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6017         wasn't updated after mismatch.  Clear cached mailbox info correctly
6018         when uidvalidity changes.
6019         (nnimap-group-prefixed-name): New function to avoid some code
6020         duplication.
6021         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6022         (nnimap-request-group): Use it.
6023         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6024         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6025         with many imap folders.  This is done by caching the group status from
6026         the imap server persistently in a group parameter `imap-status'.  (This
6027         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6028         but not persistently, so every Gnus startup was still very slow.)
6029
6030 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6033         delete the extra newline.  Otherwise editing of :string and :number
6034         types don't work.
6035
6036 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6039         secrets.el dependency.
6040         (auth-sources): Add optional user name.  Add secrets.el configuration
6041         choice (unused right now).
6042
6043 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * gnus-sum.el (gnus-summary-make-menu-bar):
6046         Let `gnus-registry-install-shortcuts' fill in the functions.
6047
6048         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6049         warnings.
6050         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6051         (gnus-registry-install-shortcuts): Populate and use it in a
6052         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6053
6054 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6055
6056         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6057         In-place substitutions for the group name encoding/decoding.
6058         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6059         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6060         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6061         (nnimap-update-unseen, nnimap-request-list)
6062         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6063         (nnimap-request-set-mark, nnimap-split-to-groups)
6064         (nnimap-split-articles, nnimap-request-newgroups)
6065         (nnimap-request-create-group, nnimap-request-accept-article)
6066         (nnimap-request-delete-group, nnimap-request-rename-group)
6067         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6068         `encoded-mbx' for consistency.
6069         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6070         variable `imap-current-mailbox'.
6071
6072         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6073         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6074
6075 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6076
6077         * pop3.el (pop3-display-message-size-flag): Display message size byte
6078         counts during POP3 download.
6079         (pop3-movemail): Use it.
6080         (pop3-list): Implement listing of available messages.
6081
6082 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6083
6084         * nnir.el (nnir-get-article-nov-override-function): New function to
6085         override the normal NOV retrieval.
6086         (nnir-retrieve-headers): Use it.
6087
6088 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6089
6090         * auth-source.el (netrc-machine-user-or-password): Autoload.
6091
6092 2010-03-19  Glenn Morris  <rgm@gnu.org>
6093
6094         Stop message.el from loading about 40 libraries it doesn't always need.
6095         The general approach is to autoload rather than require, and to
6096         require in the specific functions rather than the file.  (Bug#5642)
6097
6098         * gmm-utils.el: Don't require wid-edit.
6099         (widget-create-child-value, widget-convert, widget-default-get):
6100         Autoload.
6101
6102         * gnus-util.el: Don't require time-date, netrc.
6103         (message-fetch-field, gnus-group-name-decode): Declare rather than
6104         autoloading.
6105         (gnus-fetch-field): Require message.
6106         (gnus-decode-newsgroups): Require gnus-group.
6107
6108         * ietf-drums.el: Don't require time-date.
6109
6110         * message.el: Don't require hashcash, canlock, ecomplete.
6111         Do require mail-utils.  Require nnheader only when compiling.
6112         (smtpmail-default-smtp-server): Remove declaration.
6113         (message-send-mail-function): Check smtpmail-default-smtp-server
6114         is bound rather than requiring smtpmail.
6115         (message-auto-save-directory, message-insert-signature):
6116         Use expand-file-name rather than nnheader-concat.
6117         (nnheader-insert-file-contents): Autoload.
6118         (hashcash-wait-async): Declare.
6119         (message-send-mail): Only call gnus-setup-posting-charset if
6120         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6121         (message-send-mail-with-sendmail): Require sendmail.
6122         (canlock-password, canlock-password-for-verify): Declare.
6123         (message-canlock-password): Require canlock.
6124         (nnheader-get-report): Autoload.
6125         (gnus-setup-posting-charset): Declare.
6126         (message-send-news): Require gnus-msg.
6127         (message-make-references, message-make-in-reply-to): Use mail-header-id
6128         rather than the alias mail-header-message-id.
6129         (ecomplete-add-item, ecomplete-save): Declare.
6130         (message-put-addresses-in-ecomplete): Require ecomplete.
6131         (ecomplete-display-matches): Autoload.
6132
6133         * mm-decode.el: Don't require mailcap, gnus-util.
6134         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6135         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6136         Autoload.
6137         (mailcap-mime-extensions): Declare.
6138
6139         * mm-encode.el: Don't require mailcap.
6140         (mailcap-extension-to-mime): Autoload.
6141
6142         * mml-sec.el: Don't require password-cache.
6143
6144         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6145         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6146         (mml-minibuffer-read-type): Require mailcap.
6147         (mml-preview): Require gnus-msg.
6148
6149         * mml1991.el: Require password-cache.
6150         (password-cache-expiry): Remove declaration.
6151
6152         * mml2015.el: Require password-cache.
6153         (password-cache-expiry): Remove declaration.
6154
6155         * nneething.el (mailcap): Require mailcap.
6156
6157         * nnheader.el (declare-function): Add compatibility stub.
6158         (message-remove-header): Declare rather than autoload.
6159         (nnheader-replace-header): Require message.
6160
6161         * nnimap.el (declare-function): Add compatibility stub.
6162         (netrc-parse, netrc-machine-user-or-password): Declare.
6163         (nnimap-open-connection): Require netrc.
6164
6165         * nntp.el (declare-function): Add compatibility stub.
6166         (netrc-parse, netrc-machine, netrc-get): Declare.
6167         (nntp-send-authinfo): Require netrc.
6168
6169         * rfc2047.el: Don't require qp.
6170         (quoted-printable-encode-region, quoted-printable-decode-string):
6171         Autoload.
6172
6173         * sieve-mode.el: Don't require easymenu.
6174         (easy-menu-add-item): Autoload it.
6175
6176         * spam-stat.el (time-to-number-of-days): Autoload it.
6177
6178 2010-03-19  Glenn Morris  <rgm@gnu.org>
6179
6180         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6181
6182 2010-03-18  Glenn Morris  <rgm@gnu.org>
6183
6184         * hashcash.el (declare-function): Remove duplicate definition.
6185
6186 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6187
6188         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6189         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6190         value if any backslash escapes).
6191
6192 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6195         if it is available.  (bug#5647)
6196
6197         * lpath.el: Suppress compiler warning for coding-system-from-name for
6198         Emacs 21 and XEmacs.
6199
6200 2010-03-14  Juri Linkov  <juri@jurta.org>
6201
6202         * hmac-def.el:
6203         * hmac-md5.el:
6204         * netrc.el: Fix keywords.
6205
6206 2010-02-26  Glenn Morris  <rgm@gnu.org>
6207
6208         * message.el (message-send-mail-function): Change the default, so that
6209         it inherits from a customized send-mail-function.  (Bug#5643)
6210
6211 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6212
6213         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6214         shell-command-to-string signals an error (bug#5299).
6215
6216 2010-02-24  Glenn Morris  <rgm@gnu.org>
6217
6218         * message.el (message-smtpmail-send-it)
6219         (message-send-mail-with-mailclient): Doc fixes.
6220
6221 2010-02-16  Glenn Morris  <rgm@gnu.org>
6222
6223         * message.el (message-default-mail-headers): Change the default value
6224         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6225
6226 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6229         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6230
6231 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6232
6233         * time-date.el (date-to-time): Doc fix (Bug#5408).
6234
6235 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6236
6237         * message.el (message-mail): Just pass yank-action on to message-setup.
6238         (message-setup): Handle (FUN . ARGS) form of yank-action.
6239         (message-with-reply-buffer, message-widen-reply)
6240         (message-yank-original): Handle non-buffer values of
6241         message-reply-buffer (Bug#4080).
6242         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6243
6244 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6245
6246         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6247         Fix typo in docstring.
6248
6249 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6250
6251         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6252         response.
6253
6254 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6257
6258         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6259
6260         * message.el (message-check-news-header-syntax): Protect against a
6261         string that `rfc822-addresses' returns when parsing fails.
6262
6263 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6266         (gnus-previous-char-property-change): New functions.
6267
6268         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6269
6270 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6271
6272         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6273         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6274
6275 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6276
6277         * message.el (message-exchange-point-and-mark): Rework last change to
6278         avoid using optional arg of exchange-point-and-mark, for backward
6279         compatibility.
6280
6281 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6282
6283         * message.el (message-exchange-point-and-mark):
6284         Call exchange-point-and-mark with an argument rather than setting
6285         mark-active by hand (Bug#5175).
6286
6287 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * nntp.el (nntp-service-to-port): Work for service expressed with
6290         numeric string; replace [:digit:] with [0-9] for XEmacs.
6291
6292 2009-12-17  Glenn Morris  <rgm@gnu.org>
6293
6294         * gnus-group.el (gnus-bug-group-download-format-alist):
6295         Change emacs entry to debbugs.gnu.org.  Bump :version.
6296
6297 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6300
6301 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * message.el (message-info): Explain why we use `Info-goto-node'.
6304
6305 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6308
6309 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6310
6311         * message.el (message-completion-in-region): New compatibility function.
6312         (message-expand-group): Use it.
6313
6314 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6317         with no unread article should be listed if the 2nd arg `predicate' is
6318         given.
6319
6320 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6323
6324 2009-11-29  Juri Linkov  <juri@jurta.org>
6325
6326         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6327         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6328         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6329
6330 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6331
6332         * sha1.el (sha1-string-external): default-directory "/" in case
6333         otherwise non-existent.  process-connection-type pipe for touch of
6334         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6335
6336 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6337
6338         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6339         it's comms related and sgml-mode.el has "comm" on that basis too.
6340
6341 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6344         containing tspecial characters if they have been already quoted.
6345
6346 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6347
6348         * dns-mode.el (auto-mode-alist): Purecopy string.
6349
6350 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6353
6354 2009-10-24  Glenn Morris  <rgm@gnu.org>
6355
6356         * gnus-art.el (help-xref-stack-item): Define for compiler.
6357
6358 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6359
6360         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6361
6362 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6365
6366 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6369         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6370
6371 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6374         (gnus-overlays-in): New alias to overlays-in.
6375
6376         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6377         gnus-overlay-get, and gnus-delete-overlay.
6378         (gnus-summary-show-thread): Make it work as well for systems in which
6379         next-single-char-property-change is not available.
6380         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6381
6382         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6383         (gnus-overlay-get): New alias to extent-property.
6384         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6385
6386         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6387         SXEmacs.
6388
6389         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6390         SXEmacs.
6391
6392 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6395
6396 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6397
6398         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6399         and XEmacs that don't have `remove-overlays'.
6400
6401 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6402
6403         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6404         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6405         selective display.  Use overlays instead.
6406
6407 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6408
6409         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6410
6411 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6412
6413         * spam-stat.el (spam-stat-load): Fix typo in message.
6414
6415 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6416
6417         * dig.el (dig-invoke): Fix typo in docstring.
6418         (query-dig): Reflow docstring.
6419
6420 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6421
6422         * gnus-art.el (gnus-article-encrypt-body):
6423         * message.el (message-check-recipients):
6424         * mm-util.el (mm-codepage-setup):
6425         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6426         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6427
6428 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6429
6430         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6431         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6432         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6433         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6434         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6435
6436 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6437
6438         * dig.el: Add "Keywords: comm", as per net-utils.el.
6439
6440 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6441
6442         * dig.el (dig-mode): Use define-derived-mode.
6443
6444 2009-09-19  Glenn Morris  <rgm@gnu.org>
6445
6446         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6447
6448 2009-09-18  Glenn Morris  <rgm@gnu.org>
6449
6450         * gnus-diary.el (gnus-diary-check-message):
6451         * message.el (message-insert-formatted-citation-line):
6452         * nnbabyl.el (top-level):
6453         * nndiary.el (nndiary-schedule):
6454         Fix typos in condition-case handlers.
6455
6456 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6459         configuration that provides the sole article window in a frame;
6460         position point correctly after deleting a part.
6461
6462 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6463
6464         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6465         (spam-resolve-registrations-routine): Use it to unregister articles
6466         that change status.
6467
6468 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6471         with XEmacs.
6472         (parse-time-string-chars): Use it.
6473
6474 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * imap.el (imap-interactive-login): Better messages.
6477         (imap-open): Fix bug with renamed buffer on reconnect.
6478         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6479         for easier debugging and cleaner code.  On successful (guessed based on
6480         server capabilities) secondary authentication, set imap-state
6481         correctly.
6482         (imap-last-authenticator): Define imap-last-authenticator as a variable
6483         to avoid warnings.
6484
6485 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * nnrss.el (nnrss-request-article): Remove binding of
6488         default-enable-multibyte-characters that has gotten needless by
6489         the 2007-07-13 change in rfc2047-encode-message-header.
6490
6491         * mml.el (mml-insert-multipart): Error on the message header.
6492         (mml-insert-part): Error on the message header; position point at
6493         the end of a MIME tag.
6494
6495 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * time-date.el (autoload): Expand define-obsolete-function-alias into
6498         defalias and make-obsolete for old Emacsen that Gnus supports.
6499         (with-no-warnings): Define it for old Emacsen.
6500         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6501         is available.
6502         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6503         float-time is available; suppress compile warning for time-to-seconds.
6504
6505         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6506         (gnus-float-time): Alias to float-time if it exists.
6507
6508         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6509         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6510         float-time is available; suppress compile warning for time-to-seconds.
6511
6512         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6513         XEmacs.
6514
6515 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * imap.el (imap-message-map): Docstring fix.
6518
6519 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6522         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6523         Add the optional argument `encoding' that overrides the default.
6524
6525         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6526         mm-encode-buffer.
6527
6528 2009-09-04  Glenn Morris  <rgm@gnu.org>
6529
6530         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6531         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6532         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6533         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6534         * mm-util.el (mm-with-unibyte-current-buffer)
6535         (mm-find-buffer-file-coding-system):
6536         * yenc.el (yenc-decode-region): Use default-value rather than
6537         default-enable-multibyte-characters.
6538
6539 2009-09-03  Glenn Morris  <rgm@gnu.org>
6540
6541         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6542         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6543         than default-enable-multibyte-characters.
6544
6545 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6546
6547         * gnus-art.el (gnus-article-read-summary-keys):
6548         Fix gnus-buffer-configuration's value temporarily used.
6549
6550 2009-09-02  Glenn Morris  <rgm@gnu.org>
6551
6552         * gnus-util.el (gnus-float-time): New function.
6553         * gnus-delay.el (gnus-delay-article):
6554         * gnus-sum.el (gnus-thread-latest-date):
6555         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6556         * nnspool.el (nnspool-request-newgroups):
6557         Use gnus-float-time rather than time-to-seconds.
6558         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6559
6560         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6561         (gnus-header-subject-face, gnus-header-newsgroups-face)
6562         (gnus-header-name-face, gnus-header-content-face):
6563         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6564         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6565         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6566         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6567         (gnus-cite-face-11):
6568         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6569         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6570         (gnus-server-closed-face, gnus-server-denied-face)
6571         (gnus-server-offline-face):
6572         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6573         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6574         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6575         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6576         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6577         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6578         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6579         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6580         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6581         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6582         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6583         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6584         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6585         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6586         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6587         (gnus-summary-high-undownloaded-face)
6588         (gnus-summary-low-undownloaded-face)
6589         (gnus-summary-normal-undownloaded-face)
6590         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6591         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6592         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6593         (gnus-splash-face):
6594         * message.el (message-header-to-face, message-header-cc-face)
6595         (message-header-subject-face, message-header-newsgroups-face)
6596         (message-header-other-face, message-header-name-face)
6597         (message-header-xheader-face, message-separator-face)
6598         (message-cited-text-face, message-mml-face):
6599         * sieve-mode.el (sieve-control-commands-face)
6600         (sieve-action-commands-face, sieve-test-commands-face)
6601         (sieve-tagged-arguments-face):
6602         * spam.el (spam-face):
6603         Mark face aliases with "-face" in the name as obsolete.
6604
6605 2009-09-01  Glenn Morris  <rgm@gnu.org>
6606
6607         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6608         than goto-line.
6609
6610 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6613         Don't move point if the command is invoked inside the message header.
6614
6615 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6616
6617         * imap.el (imap-send-command): Simplify.
6618         (imap-wait-for-tag): point-max -> buffer-size.
6619
6620 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6621
6622         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6623         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6624         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6625         * nnir.el (nnir-swish-e-index-file):
6626         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6627         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6628         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6629         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6630         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6631         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6632
6633 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6636         Don't save excursion.
6637
6638 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * nnheader.el (nnheader-find-file-noselect):
6641         * mm-util.el (mm-insert-file-contents):
6642         Use (default-value 'major-mode) instead of default-major-mode.
6643
6644 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6647
6648 2009-08-26  Glenn Morris  <rgm@gnu.org>
6649
6650         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6651         than placing in files.el.
6652
6653 2009-08-25  Glenn Morris  <rgm@gnu.org>
6654
6655         * nnir.el (top-level): Don't require cl at run-time.
6656         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6657         Replace cl-function substitute with gnus-replace-in-string.
6658         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6659         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6660         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6661         simplified expansions.
6662
6663 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6664
6665         * dig.el (dig): Add autoload cookie.
6666
6667 2009-08-22  Glenn Morris  <rgm@gnu.org>
6668
6669         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6670         goto-line.
6671
6672 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6673
6674         * parse-time.el (parse-time-string-chars): Save match data.
6675
6676 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6677
6678         * parse-time.el (parse-time-string-chars): Compute using character
6679         classes, to handle non-ascii characters (Bug#3190).
6680
6681 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6684
6685         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6686         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6687         (gnus-mm-display-part, gnus-mime-display-single)
6688         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6689         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6690
6691         * gnus-sum.el
6692         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6693         (gnus-summary-move-article): Add expirable mark to articles copied or
6694         moved to group that has auto-expire turned on if the option is non-nil.
6695
6696 2009-07-24  Glenn Morris  <rgm@gnu.org>
6697
6698         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6699         Fix typo.  (Bug#3903)
6700
6701 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6704         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6705         that should not be used for draft articles.
6706         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6707         that has no concern in minor mode keys.
6708         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6709         Abolish.
6710
6711 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6714         article without making inquiry to a user for unknown encoding.
6715
6716         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6717         (nnmaildir--scan): Assume i-node and device number that file-attributes
6718         returns might be cons-cell.
6719
6720         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6721
6722         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6723
6724 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * auth-source.el: Remove docs now in auth.texi.  Don't use
6727         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6728         `auth-source-hide-passwords' and use them.
6729
6730 2009-07-15  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6733
6734 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6737         excessive whitespace from the default values of title and description.
6738
6739 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6742         mail-fetch-field to fetch Content-Description header in order to
6743         exclude newlines.
6744
6745 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6746
6747         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6748         format used by GnuPG 2.0.11.
6749
6750 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6753         to deleted part.
6754
6755 2009-05-30  David Engster  <dengste@eml.cc>
6756
6757         * nnmairix.el: Remove old documentation in the commentary block.
6758         (nnmairix-request-group): Do not update active file for nnml back ends.
6759         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6760         end so that overview files are ignored.
6761         (nnmairix-update-groups): Make updating the groups more robust by using
6762         marks.
6763         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6764         with dollar characters in message-id.
6765
6766 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6769         2008-12-25 in dns.el.
6770
6771 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6772
6773         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6774         could happen if the text is only composed of spaces and/or tabs.
6775
6776 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6777
6778         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6779         when sending a queued message to avoid extra mml tags.
6780
6781 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6784
6785 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6788         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6789         rmail-toggle-header for XEmacs;
6790         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6791
6792 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-dired.el: Remove autoload for gnus-setup-message.
6795         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6796         displaying Gnus logo; always use compose-mail.
6797
6798 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6801
6802 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6805         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6806         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6807         available.
6808         (gnus-nocem-epg-verify): New function.
6809
6810 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6813
6814 2009-02-15  Glenn Morris  <rgm@gnu.org>
6815
6816         * gnus-util.el (rmail-insert-rmail-file-header)
6817         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6818         autoloads.
6819         (rmail-default-rmail-file): Remove unnecessary declaration.
6820         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6821
6822 2009-02-14  Glenn Morris  <rgm@gnu.org>
6823
6824         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6825         variable (only used in gnus-util, which declares it anyway).
6826         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6827         which was only needed by gnus-art (changed to not use it any more).
6828         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6829         only used in gnus-util, which autoloads it itself.
6830         (rmail-update-summary): Fix autoload.
6831
6832         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6833         rather than rmail-output-to-rmail-file.
6834
6835 2009-02-07  Glenn Morris  <rgm@gnu.org>
6836
6837         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6838         autoload of function that no longer exists.
6839         (rmail-toggle-header): Declare.
6840         (message-forward-rmail-make-body): Handle mbox Rmail.
6841
6842 2009-01-31  Glenn Morris  <rgm@gnu.org>
6843
6844         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6845         2009-01-09 change.
6846
6847 2009-01-31  Dave Love  <fx@gnu.org>
6848
6849         * imap.el (imap-fetch-safe): Bind debug-on-error.
6850         (imap-debug): Add imap-fetch-safe.
6851
6852 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6853
6854         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6855         (auth-source-forget-all-cached): New convenience function.
6856         (auth-source-user-or-password): Accept list of modes or a single mode.
6857
6858         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6859         auth-source modes.
6860
6861         * netrc.el (netrc-machine-user-or-password): Use list of
6862         auth-source modes.
6863
6864         * nnimap.el (nnimap-open-connection): Use list of
6865         auth-source modes.
6866
6867         * nntp.el (nntp-send-authinfo): Use list of
6868         auth-source modes.
6869
6870 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6873         now.
6874
6875 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6878         coding system in XEmacs; add a workaround for XEmacs.
6879
6880         * lpath.el: Fbind coding-system-aliasee.
6881
6882 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6885         of current-language-environment.
6886
6887 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6890         available at runtime.
6891
6892 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6895
6896 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6897
6898         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6899         the greatest positive fixnum value doesn't work under an XEmacs with
6900         bignum support; use the most-positive-fixnum constant instead,
6901         available since Emacs 21.1 with cl and XEmacs 21.1.
6902
6903 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6906         XEmacs gets not to work.
6907
6908 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-util.el (mm-coding-system-priorities): Allow the value like
6911         "Japanese (UTF-8)" of current-language-environment.
6912
6913 2009-01-09  Glenn Morris  <rgm@gnu.org>
6914
6915         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6916         with last-command-event.
6917
6918 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6921         in the doc string.
6922
6923         * message.el (message-fix-before-sending): Amend comment.
6924
6925 2009-01-08  Dave Love  <fx@gnu.org>
6926
6927         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6928
6929 2009-01-07  David Engster  <dengste@eml.cc>
6930
6931         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6932         simplified server definitions by converting it via
6933         gnus-server-to-method.
6934
6935 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6938         parameter's operands.
6939
6940 2009-01-06  David Engster  <dengste@eml.cc>
6941
6942         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6943         primary select method (for gnus-group-mark-article-as-read).
6944
6945 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6946
6947         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6948         `(gnus)Face', not `(gnus)X-Face'.
6949
6950 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * mm-util.el (mm-ucs-to-char): New function.
6953
6954         * mm-url.el (mm-url-decode-entities): Use it.
6955
6956         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6957         unicode-to-char.
6958
6959 2009-01-05  Dave Love  <fx@gnu.org>
6960
6961         * time-date.el: Require cl for `declare'.
6962
6963 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6966         Dave Love.
6967
6968 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * message.el (message-fix-before-sending): Add `eight-bit' to
6971         illegible-text check.
6972
6973 2009-01-03  Michael Olson  <mwolson@gnu.org>
6974
6975         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6976         `headers' is nil.  This can occur if the IMAP server does not have
6977         permissions to read messages from a folder, but can write new messages
6978         to the folder.
6979         (nnimap-request-article-part): Do not insert `data' if it is nil.
6980
6981         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6982         characters which will confuse `read', so skip past them.
6983
6984 2009-01-01  Dave Love  <fx@gnu.org>
6985
6986         * imap.el (imap-string-to-integer): Fix typo.
6987         (imap-fetch-safe): New function.
6988         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6989
6990         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6991
6992         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6993         (imap-parse-greeting): Fix doc strings.
6994         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6995         (imap-parse-flag-list): Make messages unique.
6996         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6997
6998         * nnimap.el: Fix author email.
6999         (nnimap-split-rule): Add FIXME comment.
7000         (nnimap-debug): Fix doc string.
7001
7002 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7005
7006 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7009         nslookup if resolv.conf isn't available.
7010         (dns-query): Rename from query-dns.
7011         (dns-query-cached): Rename from query-dns-cached.
7012
7013 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7016         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7017         to check if those variables exist (first appeared in Emacs 18.50).
7018
7019 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * mm-util.el (mm-line-number-at-pos): New function.
7022
7023         * spam-report.el (spam-report-process-queue): Use it.
7024
7025 2008-12-24  David Engster  <dengste@eml.cc>
7026
7027         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7028         parameters that haven't existed as variables as buffer-local variables.
7029
7030 2008-12-23  Dave Love  <fx@gnu.org>
7031
7032         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7033         cadar.
7034
7035         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7036         imap-starttls-p.
7037         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7038
7039 2008-12-22  Dave Love  <fx@gnu.org>
7040
7041         * imap.el: Fix author email.  Doc fixes.
7042         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7043         reply.
7044
7045 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * spam-report.el (spam-report-gmane-max-requests): New constant.
7048         (spam-report-gmane-wait): New variable.
7049         (spam-report-gmane-ham, spam-report-gmane-spam)
7050         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7051         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7052         the server.
7053
7054         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7055         Add explanations.
7056
7057         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7058         nnheader-accept-process-output and nnheader-read-timeout if available.
7059         (pop3-movemail): Use it.
7060
7061         * message.el (message-check-news-body-syntax): Fix signature check if
7062         there's an attachment.
7063
7064 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * mm-util.el: Add comments to the mm- emulating functions.
7067
7068 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7071         Reported by Stephen Berman <stephen.berman@gmx.net>.
7072
7073 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * mm-util.el (mm-substring-no-properties): New function.
7076         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7077         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7078         (mm-string-to-multibyte): Doc fix.
7079
7080         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7081
7082 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * mml.el (mml-attach-file): Strip text properties from file name.
7085         (Bug#1574)
7086
7087 2008-12-16  Glenn Morris  <rgm@gnu.org>
7088
7089         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7090
7091 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7094         knows since the charset specified might be a bogus alias that
7095         mm-charset-synonym-alist provides.
7096
7097 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7100         "ISO_8859-1".
7101
7102         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7103
7104 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * mm-util.el (mm-charset-eval-alist):
7107         Define it before mm-charset-to-coding-system.
7108         (mm-charset-to-coding-system): Add optional argument `silent';
7109         define it before mm-charset-override-alist.
7110         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7111         default value if it can be used in Emacs currently running;
7112         silence mm-charset-to-coding-system.
7113
7114 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7117         `allow-override' which says whether to use `mm-charset-override-alist'.
7118         (rfc2047-decode-encoded-words): Use it.
7119
7120         * mm-util.el (mm-charset-override-alist): Fix custom type;
7121         add `(gb2312 . gbk)' to choices.
7122
7123 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7126         fast.
7127
7128         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7129
7130         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7131
7132 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7133
7134         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7135         on links.
7136
7137         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7138
7139 2008-12-03  Lute Kamstra  <lute@gnu.org>
7140
7141         * sha1.el: Remove leading * from docstrings of defcustoms,
7142         deffaces, defconsts and defuns.
7143
7144 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7147         users' addresses that don't have domain parts.
7148         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7149         rather than message-narrow-to-head since there will be the message
7150         header separator.
7151
7152 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7153
7154         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7155         since the result is inserted in a unibyte buffer anyway.
7156         (nnimap-demule-use-string-to-multibyte): Remove.
7157         (nnimap-demule): Alias it to mm-string-to-multibyte.
7158
7159 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7162         variable for debugging bug#464 and bug#1174.
7163         (nnimap-demule): Use it.
7164
7165 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7168         score calculation correctly.
7169
7170 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7171
7172         * message.el (message-send-mail): Just set the buffer to unibyte
7173         rather than use mm-with-unibyte-current-buffer which does a lot more.
7174         (message-send-mail-partially): Don't bother with
7175         mm-with-unibyte-current-buffer since it's already been made unibyte by
7176         message-send-mail.
7177
7178 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7181
7182 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7185
7186 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7189         require itself and to remove `with-no-warnings'.
7190
7191 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * starttls.el (starttls-any-program-available): Get the name of the
7194         available TLS layer program.
7195         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7196         well as the host name in the "opening" message.
7197
7198         * auth-source.el (auth-source-cache, auth-source-do-cache)
7199         (auth-source-user-or-password): Cache passwords and logins by default,
7200         allow override with `auth-source-do-cache'.
7201         (auth-source-forget-user-or-password): Allow users to remove cache
7202         entries if needed.
7203
7204 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7205
7206         * md4.el (md4-buffer): Fix typo in docstring.
7207         (md4, md4-64): Doc fixes.
7208         (md4-pack-int32): Reflow docstring.
7209
7210 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7213         condition-case to only the forward-sexp call.
7214
7215 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7216
7217         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7218         quotes contained.  Make it more robust regardless by an extra
7219         condition-case wrapper.
7220
7221 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7224
7225 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * nnml.el (nnml-request-expire-articles): Check if the function set to
7228         `nnmail-expiry-target' returns the symbol `delete'.
7229
7230         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7231
7232         * nnmail.el (nnmail-expiry-target): Fix custom type.
7233
7234 2008-10-02  Glenn Morris  <rgm@gnu.org>
7235
7236         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7237         Silence compiler warning.
7238
7239 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7240
7241         * tls.el (open-tls-stream): Show the actual command being
7242         executed, instead of the format string.
7243
7244 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * lpath.el: Fbind codepage-setup for Emacs 23.
7247
7248 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7249
7250         * mml.el (mml-menu): Don't assume mml2015 is bound.
7251
7252 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7255         exists.
7256
7257 2008-09-27  Glenn Morris  <rgm@gnu.org>
7258
7259         * gnus-util.el (mail-header-remove-comments): Autoload it.
7260
7261 2008-09-27  Andreas Schwab  <schwab@suse.de>
7262
7263         * gnus-util.el (gnus-split-references): Strip comments.
7264         (gnus-parent-id): Likewise.
7265
7266 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * message.el (message-confirm-send): Fix version.
7269
7270 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * message.el (message-idna-to-ascii-rhs-1): Use
7273         mail-extract-address-components rather than mail-header-parse-addresses
7274         that is an alias by default to ietf-drums-parse-addresses that does not
7275         support non-ASCII names in headers' contents.
7276
7277 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7278
7279         * message.el (message-confirm-send): Fix variable documentation to
7280         avoid the "y/n" wording.
7281
7282 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7283
7284         * message.el (message-set-auto-save-file-name): Save to a different
7285         filename so multiple messages (especially drafts) can be recovered.
7286
7287 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * message.el (message-confirm-send): Add appropriate version.
7290
7291 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7292
7293         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7294         defvar.
7295
7296 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7297
7298         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7299         (mm-pkcs7-enveloped-magic): Ditto.
7300
7301 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7302
7303         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7304         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7305
7306 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7309         default, it's better.
7310
7311 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7314         summary line gnus-number property and ignore them (with a warning
7315         message).
7316
7317 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7320         macro caddr in the interactive form since it won't be expanded.
7321
7322 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7325         `charset'; fix name of function called recursively.
7326         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7327
7328 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7331         (gnus-mime-set-charset-parameters): New function.
7332         (gnus-mime-view-part-as-charset): Use it to correctly display part
7333         specifying wrong charset.
7334
7335 2008-09-08  David Engster  <dengste@eml.cc>
7336
7337         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7338         in completing-read for back end server.
7339
7340 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * message.el (message-confirm-send): New variable to confirm sending a
7343         message.
7344         (message-send): Use it.
7345
7346 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7349
7350 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7353
7354 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7357         prevent tracking too many groups.
7358         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7359         Use it.
7360
7361 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7362
7363         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7364         moving point to the bottom of the window in order to avoid recentering.
7365
7366 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7369
7370         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7371         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7372         (gnus-article-beginning-of-window): Fix calculation.
7373
7374 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-msg.el (gnus-summary-supersede-article)
7377         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7378         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7379         message header.
7380
7381 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7382
7383         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7384         pending output coming after the status change.
7385
7386 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7387
7388         * message.el:
7389         * gnus-start.el:
7390         * gnus-registry.el: Remove VMS support.
7391
7392 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7395         macro.
7396         (rfc2104-hash): Use it.
7397
7398 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7401         (gnus-summary-sort-by-most-recent-date): New commands.
7402         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7403         and menu entries.
7404
7405 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7408         don't redisplay article for raw contents; remove plural articles stuff.
7409
7410         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7411         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7412         on gnus-summary-save-article; display results properly.
7413
7414 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * lpath.el: No need to fbind ns-focus-frame.
7417
7418 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7421
7422 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-art.el (gnus-summary-save-in-pipe):
7425         Consider gnus-save-all-headers.
7426
7427 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7428
7429         * gnus-util.el (ns-focus-frame): Remove declaration.
7430         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7431         like x.
7432
7433 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7434
7435         * rfc2104.el (rfc2104-zero): Delete defconst.
7436         (rfc2104-hex-alist): Likewise.
7437         (rfc2104-hex-to-int): Delete func.
7438         (rfc2104-hexstring-to-bitstring): Likewise.
7439         (rfc2104-nybbles): New defconst.
7440         (rfc2104-hash): Rewrite for speed.
7441
7442 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * tls.el (open-tls-stream): Make it work with the 2nd argument
7445         BUFFER that is a string but does not exist as a buffer object, as
7446         mentioned in the doc-string.
7447
7448 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7451         SXEmacs.
7452
7453 2008-07-16  Glenn Morris  <rgm@gnu.org>
7454
7455         * gnus-util.el (ns-focus-frame): Declare for compiler.
7456
7457 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7460         set as a group parameter.
7461         (gnus-summary-save-in-pipe): Work when it is called independently.
7462         (gnus-summary-pipe-to-muttprint): Don't modify
7463         gnus-summary-pipe-output-default-command.
7464
7465 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7466
7467         * message.el (message-send-mail-with-sendmail):
7468         Display the error message.
7469
7470 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-art.el (gnus-default-article-saver):
7473         Add gnus-summary-save-in-pipe to choices.
7474         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7475         gnus-summary-pipe-output-default-command as the default command.
7476         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7477         instead of gnus-last-shell-command.
7478
7479         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7480         New user option.
7481         (gnus-summary-muttprint-program): Mention the value will be changed.
7482         (gnus-summary-save-article): Force showing of all headers.
7483         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7484
7485 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7486
7487         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7488
7489 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7490
7491         * nnimap.el (nnimap-id):
7492         * sieve-manage.el (sieve-manage-open): Doc fixes.
7493
7494 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7495
7496         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7497         if available.
7498
7499 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7502
7503         * nnkiboze.el (nnkiboze-generate-group):
7504         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7505
7506         * nnmairix.el: Require CL.
7507
7508 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * dgnushack.el: Autoload get-display-table and put-display-table for
7511         XEmacs 21.5.
7512
7513         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7514         21.4 and SXEmacs.
7515
7516 2008-06-15  David Engster  <dengste@eml.cc>
7517
7518         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7519
7520 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7521
7522         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7523         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7524         runtime choice under XEmacs.
7525
7526         * gnus-sum.el (gnus-summary-set-display-table):
7527         Use `gnus-put-display-table', `gnus-get-display-table',
7528         `gnus-set-display-table' for the display table, instead of `aset'.
7529
7530         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7531         Use `gnus-put-display-table', `gnus-get-display-table',
7532         `gnus-set-display-table' for the display table.
7533
7534 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * nnmairix.el: Add autoloads.
7537
7538 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * nnmairix.el (nnmairix-delete-recreate-group)
7541         (nnmairix-update-and-clear-marks): Fix error messages.
7542
7543 2008-06-14  David Engster  <dengste@eml.cc>
7544
7545         * nnmairix.el: Upgrade to version 0.6.
7546         (nnmairix-group-toggle-propmarks-this-group)
7547         (nnmairix-group-toggle-readmarks-this-group)
7548         (nnmairix-group-delete-recreate-this-group)
7549         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7550         (nnmairix-remove-tick-mark-original-article): New commands.
7551         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7552         (nnmairix-propagate-marks-to-nnmairix-groups)
7553         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7554         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7555         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7556         functions needed for marks propagation and manipulation of read marks.
7557         (nnmairix-update-groups): New function.
7558         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7559         (nnmairix-determine-original-group-from-registry)
7560         (nnmairix-determine-original-group-from-path)
7561         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7562         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7563         New helper functions.
7564         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7565         keystrokes for new commands.
7566         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7567         (nnmairix-request-group): Check allow-fast group parameter.
7568         (nnmairix-request-create-group): Set allow-fast group parameter if
7569         nnmairix-allowfast-default is set.
7570         (nnmairix-close-group): Propagate marks upon closing if needed.
7571         (nnmairix-group-toggle-threads-this-group): Use new.
7572         nnmairix-group-toggle-parameter helper function.
7573         (nnmairix-search): Better check for empty search result.
7574         (nnmairix-goto-original-article): Use new helper functions for
7575         determining original article.
7576         (nnmairix-show-original-article): Make sure message-id is in brackets.
7577         (nnmairix-call-mairix-binary): Change variable name.
7578         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7579         helper function.
7580         (nnmairix-widget-toggle-activate): Fix doc string.
7581
7582 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * nnir.el: Require edmacro when compiling with XEmacs.
7585         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7586         available in Emacs 21.
7587
7588 2008-06-11  Glenn Morris  <rgm@gnu.org>
7589
7590         * gnus-util.el (x-focus-frame):
7591         * gnus.el (image-size):
7592         * mm-decode.el (image-size): Declare.
7593
7594         * gnus-picon.el (declare-function): Add compat definition.
7595         (image-size): Declare.
7596
7597         * gnus-group.el (tool-bar-map):
7598         * gnus-sum.el (tool-bar-map): Define for compiler.
7599
7600         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7601
7602         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7603
7604         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7605         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7606         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7607         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7608         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7609         * sieve-manage.el, spam-report.el, spam.el:
7610         Remove unnecessary eval-and-compile of autoloads.
7611
7612 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7613
7614         * auth-source.el: Precise Tramp doc.
7615
7616 2008-06-07  Glenn Morris  <rgm@gnu.org>
7617
7618         * nnmairix.el: Remove unnecessary eval-when-compile.
7619
7620 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Fbind propertize for XEmacs 21.4.
7623
7624 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * nnir.el: Move here from ../contrib.
7627
7628 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7629
7630         * gnus-util.el (gnus-read-shell-command): New function.
7631         * mm-decode.el (mm-pipe-part):
7632         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7633
7634 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7637
7638 2008-06-03  Glenn Morris  <rgm@gnu.org>
7639
7640         * pop3.el (nnheader-accept-process-output): Autoload it.
7641
7642 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7645         are not 2-digit hexadecimal characters that follow `%'s.
7646
7647 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * message.el (message-bogus-recipient-p): Fix type in doc string.
7650         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7651         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7652         Improve custom options.
7653         (message-bogus-recipient-p): Adjust accordingly.
7654
7655 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7656
7657         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7658         long-form month and day names.
7659
7660 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * dgnushack.el: Autoload debug, eudc-expand-inline and
7663         pgg-snarf-keys-region for XEmacs.
7664
7665         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7666
7667         * nnmairix.el: Require edmacro when compiling with XEmacs.
7668
7669 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7672         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7673
7674 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * auth-source.el: Add more docs.
7677
7678         * netrc.el (netrc-machine): Always match if the port is not given.
7679
7680 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7683         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7684         retrieval faster in some cases, but might make CPU usage larger.
7685         If this has any bad side effects, we might revert this change.
7686
7687         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7688         seems to make mail retrieval much, much faster.
7689         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7690         unconditionally.
7691
7692         * gnus-draft.el (gnus-group-send-queue):
7693         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7694
7695 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7698
7699         * message.el (message-bogus-address-regexp): Fix and improve custom
7700         type.
7701         (message-setup-hook): Add message-check-recipients as custom option.
7702
7703 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * message.el (message-cite-function): Remove bogus autoload which crept
7706         in during merge from v5-10.
7707
7708 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7711
7712         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7713
7714         * auth-source.el: Preliminary Tramp docs.
7715         (auth-sources): Change the default auth-sources to use
7716         EPA .gpg files.
7717
7718 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * nntp.el: Autoload `auth-source-user-or-password'.
7721         (nntp-send-authinfo): Use it.
7722
7723         * nnimap.el: Autoload `auth-source-user-or-password'.
7724         (nnimap-open-connection): Use it.
7725
7726         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7727         for the gnus-message function.
7728         (auth-source-user-or-password): Use it.
7729
7730 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7731
7732         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7733         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7734         (rfc2104-hash): Use it.
7735
7736 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7737
7738         * gnus-art.el (gnus-article-toggle-truncate-lines):
7739         Don't use `iff' in docstring.
7740
7741 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7742
7743         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7744
7745         * gnus-util.el (gnus-extract-address-component-name)
7746         (gnus-extract-address-component-email): Convenience functions around
7747         `gnus-extract-address-components'.
7748
7749         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7750         Use `gnus-extract-address-component-email' to fix bug of comparing full
7751         sender name to `user-mail-address'.
7752
7753 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7756         catch/throw to optimize.
7757         (gnus-registry-find-keywords): Just use member to find a keyword.
7758
7759 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7760
7761         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7762         is current before calling gnus-server-prepare.
7763         (gnus-server-setup-buffer, gnus-server-update-server)
7764         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7765
7766 2008-05-04  Juri Linkov  <juri@jurta.org>
7767
7768         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7769         (mailcap-file-default-commands): Use mailcap-replace-in-string
7770         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7771         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7772
7773 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7774
7775         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7776
7777 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7778
7779         * gnus.el: Bump version to 0.11.
7780
7781 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7782
7783         * gnus.el: No Gnus v0.10 is released.
7784
7785 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7788         hooks.
7789         (gnus-update-read-articles): Speed up non-marks-using users.
7790         (gnus-use-marks): Define gnus-use-marks.
7791         (gnus-propagate-marks): Rename variable to something more sensible.
7792
7793 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7794
7795         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7796         (gmm-image-load-path-for-library): Fix typos in docstrings.
7797         (gmm-message): Reflow docstring.
7798
7799 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * mail-source.el (mail-source-set-1, mail-source-bind):
7802         Move auth-source code out of the macro to clean it up and fix bugs.
7803
7804 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7805
7806         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7807         by sender if it's equal to user-mail-address, it's likely to be
7808         useless.
7809
7810         * mail-source.el (mail-source-bind): Don't use user or password if they
7811         are not bound.  Unintern them if they are nil.  Don't use server unless
7812         it's bound, and default it to empty string otherwise.
7813
7814 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * mail-source.el: Load auth-source.el.
7817         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7818         get user name or password, if auth-sources is set up.
7819
7820         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7821         strategy of splitting with parent.
7822         (gnus-registry-split-fancy-with-parent)
7823         (gnus-registry-post-process-groups): Use it and fix prior
7824         bug (returning a list as the split result).
7825
7826         * auth-source.el (auth-sources): Remove server parameter.
7827         (auth-source-pick, auth-source-user-or-password)
7828         (auth-source-user-or-password-imap)
7829         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7830         (auth-source-user-or-password-sftp)
7831         (auth-source-user-or-password-smtp): Remove server parameter.
7832
7833 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7834
7835         * smime.el (smime-sign-region, smime-encrypt-region)
7836         (smime-decrypt-region):
7837         Remove redundant calls to `generate-new-buffer-name'.
7838
7839 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7840
7841         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7842         Don't use QP for message/rfc822.
7843         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7844
7845 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7846
7847         * sieve-manage.el (sieve-string-bytes): Remove.
7848         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7849         correct byte-length only if the process's coding-system is the same as
7850         the one used internally by Emacs to represent strings.
7851
7852 2008-04-22  Juri Linkov  <juri@jurta.org>
7853
7854         * mailcap.el (mailcap-file-default-commands): New function.
7855
7856 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * message.el (message-signature-separator, message-cite-function):
7859         Change custom version.
7860
7861 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7862
7863         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7864         commands.
7865         (tls-checktrust): Ditto.
7866
7867 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * mm-decode.el (mm-display-external): Make temp file read-only.
7870
7871 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7874         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7875         `C-c C-f d'.
7876
7877 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7878
7879         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7880
7881 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * gnus.el: Bump version to 0.9.
7884
7885 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * gnus.el: No Gnus v0.8 is released.
7888
7889 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7890
7891         * mail-source.el (mail-source-value):
7892         Prefer fboundp to functionp so it works with macros as well.
7893
7894 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7895
7896         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7897         Fix last change in case the element is not even a symbol.
7898
7899 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7900
7901         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7902         Prefer fboundp to functionp so it works with macros as well.
7903
7904 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * auth-source.el: Add docs.
7907         (auth-sources): Modify format to support server.
7908         (auth-source-pick, auth-source-user-or-password)
7909         (auth-source-user-or-password-imap)
7910         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7911         (auth-source-user-or-password-sftp)
7912         (auth-source-user-or-password-smtp): Add server parameter.
7913
7914 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * gnus-registry.el: Initialize the registry when gnus-registry-install
7917         is t.
7918
7919 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * compface.el (uncompface): Make buffer unibyte.
7922
7923 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7924
7925         * mail-source.el (mail-source-value):
7926         Prefer fboundp to functionp so it works with macros as well.
7927
7928 2008-04-05  Glenn Morris  <rgm@gnu.org>
7929
7930         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7931
7932 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7933
7934         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7935         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7936
7937         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7938         multibyteness after rather than before erasing it.
7939
7940         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7941         mm-with-multibyte.
7942         (gnus-request-article-this-buffer): Make sure the proper decoding is
7943         used if gnus-original-article-buffer happens to be unibyte.
7944
7945         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7946         default-enable-multibyte-characters.
7947
7948         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7949         default-enable-multibyte-characters.
7950
7951         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7952
7953         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7954
7955 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7956
7957         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7958         Fix last change in case the element is not even a symbol.
7959
7960 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7961
7962         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7963         (imap-message-copyuid-1): Use it.
7964         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7965         J. Williams in
7966         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7967
7968         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7969         imap-enable-exchange-bug-workaround.
7970         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7971
7972 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7973
7974         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7975         a 100 byte status-checks into a 2-3MB transfer for each group.
7976         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7977         to enable bug workaround or not.
7978         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7979
7980 2008-03-31  Glenn Morris  <rgm@gnu.org>
7981
7982         * message.el (mml2015-use): Declare for compiler.
7983         (message-info): Require mml2015 when appropriate.
7984
7985 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7988         whitespace.
7989
7990 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7993         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7994         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7995         (nntp-service-to-port): New function.
7996         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7997         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7998         (nntp-open-netcat-stream): New function.
7999         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8000
8001 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8002
8003         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8004
8005 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8008
8009 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8010
8011         * dns.el (dns-write): Use set-buffer-multibyte.
8012
8013 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8014
8015         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8016
8017 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * message.el (message-signature-separator): Change default.
8020         Improve custom type.
8021         (message-cite-function): Change default to
8022         message-cite-original-without-signature.
8023
8024         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8025         toggle.
8026
8027         * message.el (message-check-news-body-syntax): Fix signature check.
8028         (message-setup-1): Mark buffer as unmodified _after_ running
8029         message-setup-hook and handling message-alternative-emails.
8030         (message-shorten-references): Be more strict when building list of
8031         valid references to comply with GNKSA.
8032
8033         * gnus-group.el (gnus-read-ephemeral-bug-group)
8034         (gnus-read-ephemeral-debian-bug-group)
8035         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8036
8037         * message.el (message-info): Don't use booleanp which isn't supported
8038         in Emacs 21 and XEmacs.
8039
8040 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8043         gnus-group-gmane-group-download-format.
8044         (gnus-group-read-ephemeral-gmane-group): Rename from
8045         gnus-group-read-ephemeral-gmane-group.
8046         (gnus-read-ephemeral-gmane-group-url): Rename from
8047         gnus-group-read-ephemeral-gmane-group-url.
8048         (gnus-bug-group-download-format-alist): New variable.
8049         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8050         (gnus-read-ephemeral-emacs-bug-group): New commands.
8051
8052 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8055         (gnus-visible-headers): Improve custom type.
8056
8057 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * mml.el (mml-menu): Add workarounds for XEmacs.
8060
8061         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8062         X-Boundary header.
8063
8064         * message.el (message-simplify-recipients): Fix previous commit.
8065
8066 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * mm-util.el (mm-set-buffer-multibyte): New function.
8069         * mm-decode.el (mm-copy-to-buffer): Use it.
8070
8071         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8072         Prefer fboundp to functionp so it works with macros as well.
8073
8074 2008-03-19  Glenn Morris  <rgm@gnu.org>
8075
8076         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8077         Accidentally removed in the sync process with Emacs.
8078
8079 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * message.el (message-alter-recipients-discard-bogus-full-name):
8082         New function.
8083         (message-alter-recipients-function): New variable.
8084         (message-get-reply-headers): Use it.
8085         (message-replace-header): New helper function.
8086         (message-recipients-without-full-name): New variable.
8087         (message-simplify-recipients): New command.
8088
8089         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8090
8091         * message.el (message-info): Handle EasyPG manual.
8092
8093         * mml.el (mml-menu): Add entry for EasyPG.
8094
8095 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8096
8097         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8098         parameter.
8099
8100         * message.el (message-disassociate-draft): Specify drafts group name
8101         fully.
8102
8103 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8106         Eliminate unnecessary duplicates from the match list.
8107
8108 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8111
8112         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8113
8114         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8115         args of `how-many' of which the XEmacs version doesn't take; declare
8116         Info-index-next as function.
8117
8118 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-score.el (gnus-score-headers): Fix handling of
8121         gnus-inhibit-slow-scoring.
8122
8123         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8124         string.
8125         (gnus-button-url-regexp): Improve handling of parenthesis.
8126         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8127         (gnus-button-handle-info-keystrokes): Handle index entries.
8128
8129 2008-03-15  Glenn Morris  <rgm@gnu.org>
8130
8131         * parse-time.el (parse-time-string): Simplify.
8132
8133 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8136         Incoming* files.
8137
8138 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * auth-source.el (auth-sources): Rename from auth-source-choices.
8141         (auth-source-pick): Use it.
8142
8143 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8144
8145         * binhex.el (binhex-decode-region-internal):
8146         * uudecode.el (uudecode-decode-region-internal):
8147         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8148         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8149         setting default-enable-multibyte-characters.
8150
8151 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * auth-source.el (auth-source-protocols)
8154         (auth-source-protocols-customize, auth-source-choices): Add and
8155         modified variable customizations and defaults.
8156         (auth-source-pick, auth-source-user-or-password)
8157         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8158         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8159         (auth-source-user-or-password-sftp)
8160         (auth-source-user-or-password-smtp): Use new variables and provide an
8161         interface to netrc.el.
8162
8163 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8166         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8167         Make sure the nntp port to specify is a string.
8168
8169 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8170
8171         * nntp.el: Use with-current-buffer.
8172         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8173         dubious mm-with-unibyte-current-buffer.
8174         (nntp-with-open-group-function): New function extracted from
8175         nntp-with-open-group macro.
8176         (nntp-with-open-group): Use the function, so it's easier to debug.
8177         Add indentation and debugging info.
8178         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8179         Recommend the use of the netcat alternatives.
8180
8181         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8182         Avoid mm-string-as-multibyte as well.
8183
8184         * nnweb.el (nnweb-insert-html):
8185         Remove use of nnheader-string-as-multibyte.
8186
8187         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8188         (nnheader-string-as-multibyte): Remove.
8189
8190         * mm-view.el: Use inhibit-read-only.
8191         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8192         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8193         or unibyte-string.
8194
8195         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8196         (mm-uu-yenc-extract): Use with-current-buffer.
8197
8198         * gnus-soup.el (gnus-soup-send-packet): Don't use
8199         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8200
8201         * nnmh.el: Use with-current-buffer.
8202         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8203         mm-string-as-multibyte on the output of mm-encode-coding-string.
8204
8205         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8206         (nnimap-request-move-article): Use with-current-buffer.
8207
8208         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8209         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8210         conversion uses string-make-unibyte rather than string-as-unibyte.
8211
8212         * gnus-msg.el: Use with-current-buffer.
8213
8214         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8215
8216 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8217
8218         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8219         string for caching if it is 'PIN.
8220
8221 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * lpath.el: Consider the case without Emacs/W3.
8224
8225 2008-03-08  Glenn Morris  <rgm@gnu.org>
8226
8227         * time-date.el (date-to-time, time-subtract, time-add)
8228         (safe-date-to-time): Doc fixes.
8229
8230 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * mail-source.el (mail-source-delete-old-incoming-confirm):
8233         Change default to nil.
8234         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8235
8236 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * lpath.el: Rearrange.
8239
8240         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8241         (gnus-article-goto-prev-page): Work for articles having ^L's.
8242
8243         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8244
8245         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8246
8247 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8248
8249         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8250         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8251         (gnus-bookmark-jump): Adjust some variable names.
8252
8253 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * auth-source.el: New package.
8256         (auth-source-choices): Add customization entry point variable.
8257
8258         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8259         bug.
8260
8261 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8264         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8265         (gnus-registry-install-shortcuts): Rename from
8266         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8267         the `gnus-registry-mark-map' keymap dynamically from
8268         `gnus-registry-marks'.  The generated functions update the summary line
8269         when a registry mark is added or deleted, and will call
8270         `gnus-registry-install-p' (see the comments in the code).
8271         (gnus-registry-user-format-function-M): Use concat intelligently.
8272
8273         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8274         the registry mark functions.
8275
8276 2008-03-05  Glenn Morris  <rgm@gnu.org>
8277
8278         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8279         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8280         gnus-art.
8281         (top-level): No need to load own source when compiling.
8282
8283 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8286         Suggested by <chris.anderton@zetnet.co.uk>.
8287
8288 2008-03-04  Glenn Morris  <rgm@gnu.org>
8289
8290         * gnus-sum.el (top-level): No need to require gnus when compiling,
8291         since unconditionally required near start of file.
8292         (gnus-summary-display-while-building): Move definition before use.
8293
8294 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * gnus-registry.el (gnus-registry-user-format-function-M):
8297         Add formatting function.
8298
8299 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8302         with plists.
8303         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8304         Use new format.
8305
8306 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8309         `where-is-internal' that returns a range of key sequences.
8310
8311 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8312
8313         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8314
8315         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8316         (gnus-summary-jump-to-group): Consider windows on other displayed
8317         frames as well.  Similar changes might be needed elsewhere, but that's
8318         the one I've bumped into during my use.
8319
8320         * nndoc.el (nndoc-oe-dbx-type-p):
8321         * gnus-msg.el (gnus-debug):
8322         * gnus-group.el (gnus-update-group-mark-positions):
8323         Use mm-string-to-multibyte.
8324
8325 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8328         doesn't handle NotDashEscaped.
8329
8330         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8331         (mml-dnd-attach-options): Fix typo in custom choice.
8332
8333         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8334         Change nndoc-article-type to mbox.
8335         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8336
8337         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8338         to nil, instead of html2text.
8339
8340         * imap.el (imap-debug): Add `imap-ping-server'.
8341
8342         * gnus-bookmark.el: Add FIXMEs.
8343
8344         * message.el (message-form-letter-separator)
8345         (message-send-form-letter-delay): New variables.
8346         (message-send-form-letter): Use them.  New command to send form
8347         letters.  Requested by Uwe Siart.
8348         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8349
8350 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * Update copyright years.
8353
8354 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         Sync from EMACS_22_BASE.
8357
8358         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8359
8360 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8361
8362         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8363         empty author.
8364
8365 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8366
8367         * gnus-registry.el (gnus-registry-marks): Add variable for
8368         customization of marks and their appearance.
8369         (gnus-registry-read-mark): Use it.
8370         (gnus-registry-do-marks): Add utility function to loop through
8371         `gnus-registry-marks'.
8372         (gnus-registry-install-shortcuts-and-menus): Add function to install
8373         shortcuts and menus.
8374         (gnus-registry-initialize): Use it.
8375         (gnus-registry-default-mark): Clarify documentation.
8376
8377 2008-02-29  Glenn Morris  <rgm@gnu.org>
8378
8379         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8380         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8381         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8382         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8383         Change defcustom :version from 23.0 to 23.1.
8384
8385 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-registry.el (gnus-registry-follow-group-p)
8388         (gnus-registry-post-process-groups): Add functions to aid registry
8389         splitting and improve logging.  Clarify behavior in function
8390         documentation.
8391         (gnus-registry-split-fancy-with-parent): Use them.
8392
8393 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8394
8395         * gnus-art.el: Use with-current-buffer.
8396
8397 2008-02-27  David Engster  <dengste@eml.cc>
8398
8399         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8400         Express real group name in the response.
8401
8402 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8405         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8406         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8407         autoload gnus-registry-fetch-group when compiling.
8408         (nnmairix-request-group-with-article-number-correction):
8409         Remove unreferenced argument passed to nnmairix-call-backend.
8410
8411 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8414         (mm-uu-extract): Improve face for low color ttys.
8415         Reported by Sascha Wilde.
8416
8417 2008-02-27  Glenn Morris  <rgm@gnu.org>
8418
8419         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8420         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8421         variables to defconsts.  Convert comments to doc-strings.
8422         (nnmairix-last-server, nnmairix-current-server): Convert from free
8423         variables to defvars.  Convert comments to doc-strings.
8424         (gnus-registry-fetch-group): Autoload.
8425         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8426         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8427         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8428         caddr.
8429         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8430         nnmairix-request-group-with-article-number-correction call.
8431         (nnmairix-fast, nnmairix-group): New, less general names, for free
8432         variables passed from nnmairix-request-group to
8433         nnmairix-request-group-with-article-number-correction.  Declare.
8434         (nnmairix-request-group-with-article-number-correction):
8435         Use nnmairix-fast, nnmairix-group rather than fast, group.
8436
8437 2008-02-26  David Engster  <dengste@eml.cc>
8438
8439         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8440         version 0.5.
8441
8442 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8443
8444         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8445         instead of making an extra function call.  Don't add the current group
8446         to articles only when they have the group.  Use
8447         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8448         Reported by David <de_bb@arcor.de>.
8449
8450 2008-02-24  Miles Bader  <miles@gnu.org>
8451
8452         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8453         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8454         (mm-find-mime-charset-region):
8455         * mm-bodies.el (mm-encode-body):
8456         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8457
8458 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8461         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8462
8463 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * mail-source.el (mail-source-delete-incoming): Change default.
8466         Supplement doc string.
8467
8468         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8469
8470 2008-02-14  Glenn Morris  <rgm@gnu.org>
8471
8472         * time-date.el (format-seconds): New function.
8473
8474 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * nnmail.el (nnmail-message-id-cache-file): Derive from
8477         `gnus-home-directory'.
8478
8479 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8482         Document negative prefix.
8483
8484         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8485
8486 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * message.el (message-unsent-separator): Add the Exim bounce
8489         separator.
8490
8491 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8492
8493         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8494         list.
8495         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8496         recipient/signer list.
8497
8498 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * Makefile.in (datarootdir): Define.
8501         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8502         name that might contain whitespace.
8503
8504 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8507         fbound (Emacs 23 unicode), signal an error.
8508
8509 2008-02-08  Glenn Morris  <rgm@gnu.org>
8510
8511         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8512
8513 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8514
8515         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8516         ports to the calls to `netrc-machine-user-or-password' in addition to
8517         "imap" and "imaps".
8518
8519 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8520
8521         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8522
8523         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8524
8525 2008-02-01  Kenichi Handa  <handa@m17n.org>
8526
8527         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8528         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8529         (rfc2104-hash): Convert the result of concat to unibyte string.
8530
8531 2008-02-01  Dave Love  <fx@gnu.org>
8532
8533         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8534         coding-system-for-read.
8535         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8536
8537 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8540         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8541         <hanche@math.ntnu.no>.
8542
8543 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8546
8547         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8548
8549 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8550
8551         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8552         * message.el (message-beginning-of-line): Use featurep instead of bound
8553         tests in order to resolve conditionals at compile time.
8554
8555 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8556
8557         * mail-source.el (mail-sources): Add `group' choice.
8558
8559         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8560         parameter `in-group' to control into which group the articles go.
8561         Add treatment of `group' mail-source.
8562
8563 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8566
8567         * mm-decode.el (mm-dissect-buffer): Decode description.
8568
8569         * mml.el (mml-to-mime): Encode message header first.
8570
8571 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8574         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8575
8576         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8577         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8578
8579 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8582
8583 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8586         prefix keys.
8587         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8588         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8589         gnus-xmas.el.
8590
8591         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8592         (gnus-xmas-article-describe-bindings): New function.
8593         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8594         gnus-xmas-article-describe-bindings.
8595
8596         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8597
8598 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8601         Add new variables for article mark management.
8602         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8603         list of extra data entries which, when present, will indicate that the
8604         article ID should not be trimmed from the registry.
8605         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8606         functions.
8607         (gnus-registry-read-mark): New function to read a mark name from the
8608         user.
8609         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8610         (gnus-registry-set-article-mark-internal): New functions to add and
8611         remove marks.
8612         (gnus-registry-get-article-marks): New function to show the marks for
8613         an article, or retrieve them for further use.
8614
8615 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8618         keys when no argument is given.
8619
8620 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * imap.el (imap-ping-server): New variable.
8623         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8624         (imap-ping-server): Minor doc string fixes.
8625
8626 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8627
8628         * imap.el (imap-ping-server): New function.
8629         (imap-opened): Call imap-ping-server.
8630
8631 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-sum.el (gnus-article-sort-by-random)
8634         (gnus-thread-sort-by-random): Fix doc strings.
8635         Reported by jidanni@jidanni.org.
8636
8637 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-art.el (gnus-article-describe-bindings): New function.
8640         (gnus-article-read-summary-keys): Use it.
8641         (gnus-article-mode-map): Bind `C-h b' to it.
8642
8643 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8646         XEmacs.
8647         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8648         Protect against non-character events.
8649
8650         * lpath.el: Fbind map-keymap for Emacs 21.
8651
8652 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8655         New command.
8656         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8657         instead of END.  Change name of the temp file.
8658         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8659         customizable.
8660
8661 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8664         bind `S W' to gnus-article-wide-reply-with-original; set default
8665         binding to gnus-article-read-summary-send-keys.
8666         (gnus-article-read-summary-keys): Fix the order of keys; display
8667         continuation keys correctly in the echo area; describe bindings
8668         correctly when keys end with `C-h'.
8669         (gnus-article-read-summary-send-keys): New function.
8670         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8671         Work for gnus-article-read-summary-send-keys; display continuation keys
8672         correctly in the echo area.
8673         (gnus-article-reply-with-original): Ignore prefix argument.
8674         (gnus-article-wide-reply-with-original): New function.
8675
8676         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8677         Emacs 21.
8678
8679 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8682         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8683
8684 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8687         (gnus-group-read-ephemeral-gmane-group): New command.
8688
8689 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8690
8691         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8692
8693 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-send-mail-function): Increase custom version.
8696
8697         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8698         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8699
8700 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8701
8702         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8703         for the cases where imap-authenticate is called with a nil buffer
8704         parameter.
8705
8706 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8709         html parts correctly; support forwarded messages.
8710         (gnus-article-browse-html-article): Remove work buffers.
8711
8712         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8713         compiling.
8714         (netrc-bound-and-true-p): New macro.
8715         (netrc-parse): Use it instead of bound-and-true-p that is not available
8716         in XEmacs 21.4.
8717
8718 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8719
8720         * gnus-registry.el (gnus-registry-mark-article)
8721         (gnus-registry-article-marks): Add functionality to mark articles
8722         through the Gnus registry.
8723
8724         * encrypt.el: Clarify documentation for the new pgg method.
8725         (encrypt-file-alist): Add PGG option.
8726         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8727         functionality.  Abstract password key and messaging to external
8728         functions.
8729         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8730         (encrypt-message-method-and-cipher): Add new convenience external
8731         functions.
8732         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8733         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8734
8735         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8736         (netrc-parse): Use encrypt-file-alist to determine if
8737         encrypt-find-model or encrypt-insert-file-contents should be used.
8738
8739         * encrypt.el: Clarify documentation.  Load password-cache or
8740         password, whichever one is found first, instead of autoloading.
8741
8742 2007-12-19  Glenn Morris  <rgm@gnu.org>
8743
8744         * mml.el (message-options-set, message-narrow-to-head)
8745         (message-in-body-p, message-mail-p, message-encode-message-body):
8746         Autoload.
8747         (message-remove-header, message-narrow-to-headers-or-head)
8748         (message-subscribed-p, message-make-mail-followup-to)
8749         (message-position-on-field, message-news-p)
8750         (message-options-set-recipient, message-generate-headers)
8751         (message-sort-headers): Declare as functions.
8752
8753 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8756         convention in doc string.
8757
8758 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8761         title to html parts.
8762         (gnus-article-browse-html-article): Pass message header to it.
8763
8764         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8765
8766 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8769         or password compatible with XEmacs.
8770
8771 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8772
8773         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8774         format document.
8775         (gnus-mime-delete-part): Don't write description line if empty.
8776         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8777
8778 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8779
8780         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8781         (gnus-summary-mark-read-and-unread-as-read)
8782         (gnus-summary-mark-current-read-and-unread-as-read)
8783         (gnus-summary-mark-unread-as-ticked): Doc fix.
8784         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8785
8786 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8789         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8790
8791 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8794         yes-or-no-p.
8795
8796 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * mm-decode.el (mm-add-meta-html-tag): New function.
8799         (mm-save-part-to-file, mm-pipe-part): Use it.
8800
8801         * gnus-art.el (gnus-article-browse-delete-temp-files):
8802         Use gnus-y-or-n-p instead of y-or-n-p.
8803         (gnus-article-browse-html-parts): Work with message/external-body; use
8804         mm-add-meta-html-tag.
8805
8806 2007-12-11  Glenn Morris  <rgm@gnu.org>
8807
8808         * gnus-cache.el: Require gnus-sum not just when compiling.
8809
8810         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8811
8812         * gnus-int.el (gnus-server-opened, gnus-status-message):
8813         Move definitions before use.
8814
8815         * mm-decode.el: Require gnus-util.
8816         (mm-remove-part): Only call delete-annotation on XEmacs.
8817
8818         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8819
8820         * nnmail.el: Require gnus-int.
8821
8822         * spam.el: Move `require's before `eval-when-compile's.
8823
8824         * gnus-ems.el (gnus-alive-p):
8825         * gnus-fun.el (message-goto-eoh):
8826         * gnus-util.el (gnus-group-name-decode):
8827         * mail-source.el (gnus-compress-sequence):
8828         * message.el (Info-goto-node, format-spec):
8829         * mm-bodies.el (message-options-get):
8830         * mm-decode.el (mm-view-pkcs7):
8831         * mm-util.el (gmm-write-region):
8832         * mml-smime.el (mml-compute-boundary)
8833         (gnus-completing-read-with-default):
8834         * mml.el (widget-button-press, gnus-make-hashtable):
8835         * mml1991.el (mm-decode-content-transfer-encoding)
8836         (mm-encode-content-transfer-encoding)
8837         (message-options-get, message-options-set):
8838         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8839         * nnfolder.el (gnus-request-group):
8840         * nnheader.el (ietf-drums-unfold-fws):
8841         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8842         * smime.el (gnus-run-mode-hooks):
8843         * spam-stat.el (gnus-message): Autoload.
8844
8845         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8846         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8847         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8848         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8849         Add declare-function compatibility definition.
8850
8851         * gnus-cache.el (nnvirtual-find-group-art):
8852         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8853         (gnus-add-image, gnus-add-wash-type):
8854         * gnus-group.el (nnkiboze-score-file):
8855         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8856         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8857         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8858         (message-tokenize-header, gnus-get-buffer-create)
8859         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8860         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8861         * gnus.el (gnus-group-decoded-name):
8862         * mail-source.el (imap-capability):
8863         * mm-bodies.el (message-options-set):
8864         * mm-decode.el (gnus-configure-windows):
8865         * mm-extern.el (message-goto-body):
8866         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8867         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8868         (epg-sub-key-validity, message-options-set):
8869         * mml.el (widget-event-point, gnus-configure-windows):
8870         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8871         * mml2015.el (epg-check-configuration, epg-configuration)
8872         (message-options-set):
8873         * nndb.el (nndb-request-article):
8874         * nnfolder.el (gnus-request-create-group):
8875         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8876         * nnmaildir.el (gnus-group-mark-article-read):
8877         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8878         * rfc1843.el (message-fetch-field):
8879         * spam.el (gnus-extract-address-components):
8880         Declare as functions.
8881
8882 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8885
8886         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8887
8888         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8889         bind show-trailing-whitespace for XEmacs.
8890
8891 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8894         new no-op macro for backward compatibility.
8895
8896         * imap.el (imap-string-to-integer): New function.
8897
8898 2007-12-09  Glenn Morris  <rgm@gnu.org>
8899
8900         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8901
8902         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8903         * message.el, mm-view.el, sieve-manage.el, smime.el:
8904         Add declare-function compatibility definition.
8905
8906         * gnus-art.el (w3-region, w3m-region, Info-menu):
8907         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8908         * gnus-sum.el (gnus-get-predicate):
8909         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8910         * message.el (mail-abbrev-in-expansion-header-p):
8911         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8912         (w3m-detect-meta-charset, w3m-region):
8913         * sieve-manage.el (password-read, password-cache-add)
8914         (password-cache-remove):
8915         * smime.el (password-read-and-add): Declare as functions.
8916
8917 2007-12-08  David Kastrup  <dak@gnu.org>
8918
8919         * gnus-sum.el (gnus-summary-simplify-subject-query):
8920         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8921         `message'.
8922
8923 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8926         it to bind idna-program, installation-directory, defined-colors, and
8927         face-attribute for XEmacs of the version that compiles defcustom forms.
8928
8929 2007-12-07  Glenn Morris  <rgm@gnu.org>
8930
8931         * gnus-art.el (article-make-date-line): Revert previous change.
8932
8933 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8936
8937 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8938
8939         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8940         Call gnus-add-to-range ranges only once with a prepared article-list.
8941
8942 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8943
8944         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8945         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8946         group names with backslashes.
8947         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8948
8949 2007-12-06  Deepak Goel  <deego3@gmail.com>
8950
8951         * gnus-art.el (article-make-date-line):
8952         * gnus-start.el (gnus-load):
8953         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8954
8955 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-art.el (gnus-use-idna)
8958         * gnus-start.el (gnus-site-init-file)
8959         * message.el (message-use-idna)
8960         * mm-uu.el (mm-uu-hide-markers)
8961         * smiley.el (smiley-style): Revert changes that suppress warnings.
8962
8963 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8966         specify charset to html source.
8967         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8968
8969 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8972         idna-program in order to suppress byte compile warning issued by XEmacs
8973         that came to byte compile the default value section of defcustom forms
8974         recently.
8975
8976         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8977         value of installation-directory.
8978
8979         * message.el (message-use-idna): Don't directly refer to the value of
8980         idna-program.
8981
8982         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8983
8984         * smiley.el (smiley-style): Don't directly call face-attribute.
8985
8986 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8989
8990         * gnus-dired.el: Reduce Gnus dependencies.
8991         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8992         Don't require.  Use autoloads instead.
8993         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8994         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8995         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8996         (gnus-dired-mode): Adjust doc string.
8997         (gnus-dired-mail-mode): New variable.
8998         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8999         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9000         (gnus-dired-mail-buffers): New function.  Return mail or message
9001         composition buffers.
9002         (gnus-dired-attach): Use it.
9003         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9004         NO-DECODE.
9005         (gnus-dired-print): Use `gnus-print-buffer' depending on
9006         `gnus-dired-mail-mode'.
9007
9008 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * rfc2047.el (rfc2047-encoded-word-regexp)
9011         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9012         explaining what regexp patterns are for.
9013
9014 2007-12-04  Glenn Morris  <rgm@gnu.org>
9015
9016         * password.el: Move to password-cache.el.
9017
9018         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9019         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9020         * mml-smime.el (password-read, password-cache-add)
9021         (password-cache-remove):
9022         No need to autoload, since mml-sec requires password.
9023
9024         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9025         * message.el (gnus-extract-address-components):
9026         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9027
9028         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9029         password.
9030
9031 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * mailcap.el: Reduce dependencies.
9034         (mail-header-parse-content-type): Autoload.
9035         (mailcap-delete-duplicates): New alias.
9036         (mailcap-mime-info): Add optional argument NO-DECODE.
9037         (mailcap-mime-types): Use mailcap-delete-duplicates.
9038
9039         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9040
9041 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9042
9043         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9044         (imap-parse-status): Upcase status-att for servers that sends them
9045         lower-case (e.g., MS Exchange 2007).
9046
9047 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9050         function.
9051
9052         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9053         (gnus-uu-yenc-article): New function.
9054
9055         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9056
9057         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9058
9059 2007-12-02  Glenn Morris  <rgm@gnu.org>
9060
9061         * binhex.el (binhex): New custom group.
9062         (binhex-decoder-program, binhex-decoder-switches)
9063         (binhex-use-external): Move to the binhex custom group.
9064
9065         * uudecode.el (uudecode): New custom group.
9066         (uudecode-decoder-program, uudecode-decoder-switches)
9067         (uudecode-use-external): Move to the uudecode custom group.
9068
9069         * netrc.el (top-level): Don't load `encrypt' features.
9070         (netrc-parse): Don't use encrypt.
9071         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9072
9073         * encrypt.el: Remove file.
9074
9075 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9078         matches on patches.
9079
9080         * gnus-art.el (gnus-article-browse-html-article):
9081         Mention `mm-text-html-renderer' in the doc string.
9082
9083         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9084         string.  Add comments.
9085
9086         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9087         if rhs is ASCII.
9088
9089 2007-12-01  Glenn Morris  <rgm@gnu.org>
9090
9091         * mail-source.el (top-level): Require format-spec before
9092         eval-when-compile.
9093
9094 2007-11-30  Glenn Morris  <rgm@gnu.org>
9095
9096         * encrypt.el: Require password, rather than autoloading password-read.
9097
9098 2007-11-29  Glenn Morris  <rgm@gnu.org>
9099
9100         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9101         (sasl-make-client, sasl-next-step, sasl-step-data)
9102         (sasl-step-set-data): Declare as functions.
9103
9104 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9107
9108 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9109
9110         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9111         certs should be verified and what is to be done in the event of a
9112         verification failure.
9113
9114         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9115         caller can indicate whether the cache should be disregarded for this
9116         call.  This way the result of the call is reproducible at all times and
9117         can be considered a canonical server name for the supplied method.
9118         (gnus-agent-method-p): Canonicalize server names by pushing their
9119         method through `gnus-method-to-server' using the no-cache argument.
9120
9121         * gnus-srvr.el (gnus-server-insert-server-line):
9122         Call `gnus-method-to-server' with `no-cache' argument.
9123
9124         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9125         gnus-agent-possibly-synchronize-flags as this should be called when the
9126         server is actually being opened.
9127         (gnus-agent-possibly-synchronize-flags)
9128         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9129         flags file of an agentized server to the latter function.
9130
9131         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9132         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9133         after a connection has been established successfully.
9134
9135 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-art.el (article-display-face): Force to display face if called
9138         interactively; check if gnus-article-x-face-too-ugly matches author.
9139         (article-display-x-face): Display face even if From header is missing
9140         as article-display-face does.
9141
9142 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9143
9144         * hashcash.el (message-narrow-to-headers-or-head)
9145         (message-fetch-field, message-goto-eoh)
9146         (message-narrow-to-headers): Declare as functions.
9147
9148 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * mail-source.el (mail-sources): Default to fetch from file for
9151         compatibility with default of nnmail-spool-file.
9152
9153 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9156         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9157         to look for encoded word that should be encoded again.
9158         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9159         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9160         encoding pattern.
9161         (rfc2047-decode-region): Switch strict regexp and loose one according
9162         to rfc2047-allow-irregular-q-encoded-words.
9163
9164 2007-11-25  Romain Francoise  <romain@orebokech.com>
9165
9166         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9167
9168 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * tls.el (tls-program): Provide more custom choices from
9171         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9172         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9173
9174 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9177         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9178
9179         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9180         `nnmail-spool-file'.
9181
9182         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9183         `nnmail-spool-file'.
9184
9185         * gnus-move.el (gnus-change-server): Ditto.
9186
9187         * gnus-kill.el (gnus-batch-score): Ditto.
9188
9189         * gnus-cache.el (gnus-jog-cache): Ditto.
9190
9191         * gnus-msg.el (gnus-summary-reply):
9192         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9193
9194 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9197         version.  Minor improvement to doc strings.
9198         (tls-program): Add comment.
9199
9200 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9201
9202         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9203         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9204         mismatch between the hostname provided in the certificate and the name
9205         of the host connnecting to.
9206         (open-tls-stream): Use them.  Check certificates against trusted root
9207         certificates.
9208
9209 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-cache.el (gnus-cache-generate-nov-databases):
9212         Use nnml-generate-nov-databases-directory instead of
9213         nnml-generate-nov-databases-1.
9214
9215 2007-11-24  Glenn Morris  <rgm@gnu.org>
9216
9217         * message.el (message-tool-bar-retro): Update for rename
9218         mail_send.xpm->mail-send.xpm.
9219
9220 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9223         `smime-ldap-search' for Emacs 22 and up.
9224
9225 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9226
9227         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9228
9229         * message.el (message-send-mail-function): Fix error convention.
9230         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9231         (message-widen-reply, message-send-mail, message-talkative-question)
9232         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9233         (message-clone-locals, message-send-news): Use with-current-buffer.
9234         (message-insert-or-toggle-importance): Remove unused var `valid'.
9235         (message-make-references): Remove unused var `new-references'.
9236         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9237
9238 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9239
9240         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9241         (spam-split-symbolic-return-positive): Reflow docstring.
9242         (spam-backends, spam-summary-exit-behavior)
9243         (spam-mark-ham-unread-before-move-from-spam-group)
9244         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9245         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9246         (spam-clear-cache, spam-backend-check, spam-install-backend)
9247         (spam-install-statistical-backend, spam-list-of-processors)
9248         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9249         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9250         (spam-check-crm114, spam-initialize, spam-unload-hook):
9251         Fix typos in docstrings.
9252
9253 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9256         been checked if they have never been read and those group levels are
9257         higher than the one that a user specified.
9258
9259 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9262         foreign groups unless a group level is specified by a user.
9263         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9264
9265 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * message.el (message-send-mail-function): Require sendmail.
9268
9269 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * message.el (message-send-mail-function): Check for smtpmail too.
9272
9273         * utf7.el (utf7-encode, utf7-decode): Use coding system
9274         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9275
9276         * message.el (message-send-mail-function): New function.
9277         (message-send-mail-function): Set default using
9278         message-send-mail-function.  Adjust doc string.
9279         (message-send-mail-with-mailclient): New function.
9280
9281 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9282
9283         * smime.el (from):
9284         * rfc2047.el (message-posting-charset):
9285         * qp.el (mm-use-ultra-safe-encoding):
9286         * pop3.el (parse-time-months):
9287         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9288         * nnml.el (files):
9289         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9290         (jka-compr-compression-info-list, ange-ftp-path-format)
9291         (efs-path-regexp):
9292         * nndiary.el (files):
9293         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9294         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9295         (epg-digest-algorithm-alist, inhibit-redisplay)
9296         (password-cache-expiry):
9297         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9298         (pgg-output-buffer, password-cache-expiry):
9299         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9300         (efs-path-regexp):
9301         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9302         (inhibit-redisplay):
9303         * mm-uu.el (file-name, start-point, end-point, entry)
9304         (gnus-newsgroup-name, gnus-newsgroup-charset):
9305         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9306         (latin-unity-ucs-list):
9307         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9308         (mm-uu-binhex-decode-function):
9309         * message.el (gnus-message-group-art, gnus-list-identifiers)
9310         (rmail-enable-mime-composing, gnus-local-organization)
9311         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9312         (gnus-read-active-file, facemenu-add-face-function)
9313         (facemenu-remove-face-function, gnus-article-decoded-p)
9314         (tool-bar-mode):
9315         * mail-source.el (display-time-mail-function):
9316         * gnus-util.el (nnmail-pathname-coding-system)
9317         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9318         (gnus-original-article-buffer, gnus-user-agent)
9319         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9320         (xemacs-codename, sxemacs-codename, emacs-program-version):
9321         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9322         * gnus-start.el (gnus-agent-covered-methods)
9323         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9324         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9325         (gnus-newsgroup-headers, gnus-group-list-mode)
9326         (gnus-group-mark-positions, gnus-newsgroup-data)
9327         (gnus-newsgroup-unreads, nnoo-state-alist)
9328         (gnus-current-select-method, mail-sources)
9329         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9330         (nnmail-spool-file, gnus-cache-active-hashtb):
9331         * gnus-mh.el (mh-lib-progs):
9332         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9333         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9334         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9335         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9336         (gnus-group-buffer):
9337         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9338         (font-lock-set-defaults):
9339         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9340         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9341         (gnus-summary-post-menu, total-parts, type, condition, length):
9342         * gnus-agent.el (gnus-agent-read-agentview):
9343         * flow-fill.el (show-trailing-whitespace):
9344         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9345         eval-and-compile wrappers for byte compiler pacifiers.
9346
9347         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9348         (mm-display-inline-fontify): Check for featurep 'xemacs not
9349         extent-list.
9350
9351         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9352         itimer-list.
9353         (mm-create-image-xemacs): Only do something for XEmacs.
9354         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9355
9356         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9357
9358         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9359         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9360
9361 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9362
9363         * nnimap.el (nnimap-split-download-body):
9364         * gnus-demon.el (gnus-demon):
9365         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9366
9367 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9370         New macros.
9371         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9372         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9373         copy data from unibyte buffer to multibyte current buffer.
9374         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9375         to copy data from unibyte current buffer to multibyte buffer.
9376         (nntp-make-process-buffer): Make process buffer unibyte.
9377
9378         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9379
9380 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9381
9382         * pop3.el (pop3-open-server): Accept and process data more robustly at
9383         connexion start to avoid spurious "POP SSL connexion failed" errors.
9384
9385 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9388         read group names.
9389
9390 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9393
9394 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9397         (nnmail-save-active): Use a unibyte buffer when saving active file,
9398         which may contain non-ASCII group names.
9399
9400         * nnml.el (nnml-request-group): Decode group names in messages.
9401
9402 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-citation-line-function)
9405         (message-insert-formatted-citation-line): Fix spelling of
9406         `message-insert-formated-citation-line'.
9407
9408 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9411
9412 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9415         nnmail-pathname-coding-system.
9416
9417         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9418         that a user enters; decode group names in messages.
9419
9420         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9421
9422 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9425
9426         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9427
9428         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9429         risky local variable.
9430
9431         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9432
9433 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9434
9435         * encrypt.el: Improve documentation to fix function name typo.
9436         Reported by Daiki Ueno <ueno@unixuser.org>.
9437
9438 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9441         even if the point is not in the last page of an article.
9442         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9443         back to the previous page.
9444
9445 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9448
9449 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9452
9453 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9454
9455         * message.el (message-check-news-body-syntax):
9456         Avoid mm-string-as-multibyte.
9457         (message-hide-headers): Don't assume (point-min)==1.
9458
9459 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * message.el (message-remove-blank-cited-lines): Fix if remove is
9462         given.
9463         (message-bogus-address-regexp): New variable.
9464         (message-bogus-recipient-p): New function.
9465         (message-check-recipients): New command.
9466         (message-syntax-checks): Add `bogus-recipient'.
9467         (message-fix-before-sending): Add `bogus-recipient'.
9468
9469         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9470         (gnus-treat-body-boundary): Don't test window-system.
9471
9472 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9473
9474         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9475
9476 2007-10-28  Miles Bader  <miles@gnu.org>
9477
9478         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9479         at compile-time too.
9480
9481 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-msg.el (gnus-message-setup-hook):
9484         Add `message-remove-blank-cited-lines' to options.
9485
9486 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * message.el (message-remove-blank-cited-lines): New function.
9489         Suggested by Karl Plästerer.
9490
9491 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9494         mapc.
9495
9496         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9497         (top-level): Use mapc to set functions to be traced for debugging.
9498
9499         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9500         called for effect with while loop.
9501
9502         * message.el (message-talkative-question): Replace mapcar called for
9503         effect with mapc.
9504
9505         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9506         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9507         called for effect with dolist.
9508
9509         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9510
9511         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9512         gnus-extra-headers and nnmail-extra-headers.
9513
9514         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9515         called for effect with dolist.
9516         (top-level): Use mapc to set functions to be traced for debugging.
9517
9518         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9519         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9520         dolist.
9521
9522         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9523         Replace mapcar called for effect with mapc.
9524         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9525         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9526         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9527         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9528
9529         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9530         remove-if that's a cl function.
9531
9532         * webmail.el (webmail-debug): Replace mapcar called for effect with
9533         dolist.
9534
9535         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9536         with mapc.
9537
9538 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9541         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9542         with while loop.
9543
9544         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9545         functions from article-* functions.
9546         (gnus-multi-decode-header): Replace mapcar called for effect with
9547         dolist.
9548
9549         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9550         (gnus-bookmark-show-details): Replace mapcar called for effect with
9551         while loop.
9552
9553         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9554         called for effect with while loop.
9555
9556         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9557         with dolist.
9558
9559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9560         Replace mapcar called for effect with dolist.
9561
9562         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9563
9564         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9565         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9566         Replace mapcar called for effect with dolist.
9567         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9568         mapc.
9569
9570         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9571         Replace mapcar called for effect with dolist.
9572         (gnus-topic-list): Replace mapcar called for effect with mapc.
9573
9574         * gnus.el: Use mapc instead of mapcar to add autoloads.
9575
9576 2007-10-23  Richard Stallman  <rms@gnu.org>
9577
9578         * gnus-group.el (gnus-group-highlight): Mark as risky.
9579
9580 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus.el (gnus-server-to-method): Return method found first in
9583         gnus-newsrc-alist.
9584
9585         * gnus-art.el (gnus-article-highlight-signature)
9586         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9587         button overlay without the front stickiness.
9588
9589 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9590
9591         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9592         overview buffer needed a catch to receive its throw.
9593         (gnus-agent-flush-cache): Declare as interactive to make this function
9594         easier to use.
9595
9596 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9599         `next-line'.
9600
9601 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9604         exclude address matching message-dont-reply-to-names.
9605
9606 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-util.el (gnus-string<): New function.
9609
9610         * gnus-sum.el (gnus-article-sort-by-author)
9611         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9612
9613 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9616         the frame-focus tag is set in gnus-buffer-configuration.
9617
9618 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9621         the front stickiness.
9622
9623 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9626         url pattern; remove duplicate one.
9627         (gnus-article-extend-url-button): New function.
9628         (gnus-article-add-buttons): Use it.
9629         (gnus-button-push): Use concatenated url that it makes.
9630
9631 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9632
9633         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9634
9635 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9636
9637         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9638         Don't hardcode point-min==1.
9639
9640 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9643         Fix comment about "iso8859-1".
9644
9645 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9646
9647         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9648         ones returned from the verify-function.
9649
9650         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9651         Call mml2015-extract-cleartext-signature if extraction failed.
9652
9653 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9654
9655         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9656         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9657         failed.
9658
9659 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9662
9663 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9666         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9667         recommends to use EasyPG instead of PGG.
9668
9669         * pgg.el: Revert to revision 6.23.2.16.
9670
9671         * pgg-def.el: Revert to revision 6.6.2.14.
9672
9673         * pgg-gpg.el: Revert to revision 6.23.2.34.
9674
9675 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9676
9677         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9678         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9679         thread for both the null and zero (kill/expire thread) universal prefix
9680         cases.
9681         (gnus-summary-expire-thread): Add new function to expire a thread,
9682         using gnus-summary-kill-thread.
9683         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9684         shortcuts for gnus-summary-expire-thread.
9685         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9686         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9687
9688 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9689
9690         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9691         extras value, so an extras entry can be deleted.
9692         (gnus-registry-delete-extra-entry): Use it.
9693         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9694         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9695         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9696         storage through the gnus-registry, and provide an appropriate API for
9697         it.
9698
9699 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9702         Suggested by Leo <sdl.web@gmail.com>.
9703
9704         * gnus.el: Do.
9705
9706 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9709         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9710
9711         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9712
9713         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9714         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9715
9716 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9719         newline.
9720         (nnmbox-request-accept-article): Don't change article in source buffer;
9721         narrow to header to use message-fetch-field rather than
9722         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9723         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9724         as delimiters; make sure article ends with newline.
9725         (nnmbox-delete-mail): Correct last position of article to be deleted;
9726         ignore X-Gnus-Newsgroup header in article body.
9727         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9728         positions; make sure article ends with newline.
9729
9730         * message.el (message-display-abbrev): Don't infloop when a user
9731         inserts SPC in the beginning of header.
9732
9733         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9734         coding-system-for-read and coding-system-for-write for XEmacs having no
9735         file-coding feature.
9736
9737         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9738
9739 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9740
9741         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9742         list of groups not followed by default.  Fix type to be regexp.
9743         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9744
9745 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9746
9747         * hmac-def.el (define-hmac-function): Switch from old-style to
9748         new-style backquotes.
9749
9750         * md4.el (md4-make-step): Likewise.
9751
9752 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9755         raw-text coding system when saving .newsrc file, which may contain
9756         non-ASCII group names.
9757
9758 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-cus.el (gnus-score-extra): New widget.
9761         (gnus-score-extra-convert): New function.
9762         (gnus-score-customize): Use it for Extra.
9763
9764 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9765
9766         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9767         (mml2015-mailcrypt-clear-verify): Use it.
9768         (mml2015-gpg-clear-verify): Use it.
9769         (mml2015-pgg-clear-verify): Use it.
9770         (mml2015-epg-clear-verify): Replace the current part with the output
9771         from GnuPG; don't extract the plaintext by itself.
9772
9773         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9774         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9775         mml2015-clear-verify-function; don't touch the armor headers or
9776         dash-escaped text here.
9777
9778 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9781         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9782         parts, or application/octet-stream as a last resort.
9783         (gnus-mime-view-part-as-type): Don't toggle display.
9784         (gnus-mime-view-part-as-charset): Don't turn off display before
9785         querying charset.
9786
9787         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9788         stuff to undisplayer function in Emacs.
9789         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9790
9791         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9792         text/calendar parts.
9793
9794 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9797         decoding text/calendar parts.
9798
9799         * message.el (message-forward-make-body-mime): Always mark body as
9800         having no illegible text; remove signed-or-encrypted argument.
9801         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9802
9803         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9804         (mml-generate-mime-1): Don't encode body if it is specified to be in
9805         raw form; don't make buffer be unibyte when inserting multibyte string.
9806
9807 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9808
9809         * sha1.el: Fix up comment style.
9810         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9811         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9812
9813         * hex-util.el: Fix up comment style.
9814         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9815
9816         * gnus-salt.el: Use with-current-buffer.
9817         (gnus-pick-setup-message): Fix long-standing typo.
9818
9819 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * imap.el (imap-logout-timeout): New variable.
9822         (imap-logout, imap-logout-wait): New functions.
9823         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9824
9825         * nnimap.el (nnimap-logout-timeout): New server variable.
9826         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9827         nnimap-logout-timeout.
9828
9829         * gnus-art.el (gnus-article-summary-command-nosave)
9830         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9831
9832 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus.el (gnus-maximum-newsgroup): New variable.
9835
9836         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9837         according to gnus-maximum-newsgroup.
9838
9839         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9840         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9841         Limit the range of articles according to gnus-maximum-newsgroup.
9842
9843 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9844
9845         * gnus-art.el (gnus-sticky-article): Fix problems described in
9846         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9847         Don't perform gnus-configure-windows here; reuse existing sticky
9848         article buffer.
9849
9850         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9851         it doesn't exist in gnus-article-mode.
9852
9853 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9856         (gnus-agent-decoded-group-name): New function.
9857         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9858         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9859
9860 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9861
9862         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9863         Add binding for gnus-sticky-article.
9864         (gnus-summary-exit): Don't kill sticky article buffers.
9865
9866         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9867         article buffer.
9868         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9869         (gnus-kill-sticky-article-buffers): New commands.
9870
9871 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * nntp.el (nntp-xref-number-is-evil): New server variable.
9874         (nntp-find-group-and-number): If it is non-nil, don't trust article
9875         numbers in the Xref header.
9876
9877 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-agent.el (gnus-agent-read-group): New function.
9880         (gnus-agent-flush-group, gnus-agent-expire-group)
9881         (gnus-agent-regenerate-group): Use it.
9882         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9883         nnmail-pathname-coding-system.
9884
9885 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9888
9889         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9890         that are unread as unread, and also as selected so that information of
9891         marks having been changed by a user may be updated when exiting group.
9892
9893 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9896
9897 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9900         calculated ignoring signature parts to gnus-treat-article.
9901
9902 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9905         a point here in order to keep the window start.
9906         (gnus-insert-mime-security-button): Make a button overlay without the
9907         front stickiness.
9908         (gnus-mime-display-security): Goto the end of a button.
9909
9910         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9911
9912 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9915         group-name-at-point.
9916         (gnus-group-completing-read): New function that offers decoded
9917         non-ASCII group names for completion.
9918         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9919         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9920         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9921         (gnus-group-fetch-control): Use it.
9922         (gnus-fetch-group): Use group-name-at-point for the initial value
9923         rather than the default value; use gnus-alive-p.
9924
9925         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9926         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9927         (gnus-summary-post-news): Use gnus-group-completing-read.
9928
9929         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9930         (gnus-read-move-group-name): Decode group name for completion.
9931
9932 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9933
9934         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9935         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9936         Yamaoka slightly modified the code).
9937
9938 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9941         (nnmail-split-incoming): Bind it.
9942
9943         * nnml.el (nnml-group-name-charset): New function.
9944         (nnml-decoded-group-name): Use it; don't decode group name if
9945         nnmail-group-names-not-encoded-p is non-nil.
9946         (nnml-encoded-group-name): New function.
9947         (nnml-group-pathname): Inline nnml-decoded-group-name.
9948         (nnml-request-expire-articles): Decode group name in message.
9949         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9950         nnmail-pathname-coding-system.
9951         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9952         not decoded ones according to nnmail-group-names-not-encoded-p.
9953         (nnml-generate-active-info): Use nnml-encoded-group-name.
9954
9955 2007-08-08  Glenn Morris  <rgm@gnu.org>
9956
9957         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9958         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9959         doc-strings and comments.
9960
9961 2007-07-25  Glenn Morris  <rgm@gnu.org>
9962
9963         * Relicense all FSF files to GPLv3 or later.
9964
9965 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-sum.el (gnus-summary-move-article):
9968         Make gnus-summary-respool-article work.
9969
9970 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9973         string.
9974
9975 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9976
9977         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9978         that should be ignored when comparing distant RSS articles with local
9979         ones.
9980         (nnrss-make-hash-index): New function.  Create a hash index according
9981         to the ignored fields.
9982         (nnrss-check-group): Use it.
9983
9984 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9987
9988         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9989
9990         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9991         the new optional argument ENCODED is non-nil.
9992         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9993         coding system for encoding group name.
9994         (gnus-group-make-rss-group): Pass un-encoded group name to
9995         gnus-group-make-group.
9996         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9997         encoded.
9998
9999         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10000         Encode group name to which articles are moved or copied.
10001         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10002         coding system for encoding Newsgroup, Followup-To and Xref headers.
10003
10004         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10005         marks; use nnheader-file-coding-system to write a file.
10006         (nnagent-retrieve-headers): Bind file-name-coding-system to
10007         nnmail-pathname-coding-system.
10008
10009         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10010
10011         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10012         (nnml-request-article, nnml-request-create-group)
10013         (nnml-request-rename-group, nnml-find-id)
10014         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10015         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10016         (nnml-save-marks): Use nnml-group-pathname instead of
10017         nnmail-group-pathname.
10018
10019         (nnml-request-create-group, nnml-request-expire-articles)
10020         (nnml-request-move-article, nnml-request-delete-group)
10021         (nnml-deletable-article-p, nnml-possibly-create-directory)
10022         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10023         (nnml-open-marks): Bind file-name-coding-system to
10024         nnmail-pathname-coding-system.
10025
10026         (nnml-request-article): Pass server argument to nnml-find-group-number.
10027         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10028         Pass server argument to nnml-possibly-create-directory.
10029         (nnml-request-accept-article): Pass server argument to
10030         nnml-active-number and nnml-save-mail.
10031         (nnml-find-group-number): Pass server argument to nnml-find-id.
10032         (nnml-request-update-info): Pass server argument to
10033         nnml-marks-changed-p.
10034
10035         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10036         (nnml-save-mail, nnml-active-number): Add server argument.
10037
10038         (nnml-request-delete-group): Warn if group is missing.
10039         (nnml-get-nov-buffer): Decode group name.
10040         (nnml-generate-active-info): Encode group name.
10041         (nnml-open-marks): Decode group name in messages.
10042
10043 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10046         if it is not specified.
10047         (gnus-article-pipe-part, gnus-article-save-part)
10048         (gnus-article-interactively-view-part, gnus-article-copy-part)
10049         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10050         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10051         (gnus-article-replace-part, gnus-article-delete-part)
10052         (gnus-article-view-part-as-type): Pass raw prefix argument to
10053         gnus-article-part-wrapper.
10054
10055 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-agent.el (gnus-agent-save-active):
10058         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10059
10060         * gnus-cache.el (gnus-cache-save-buffers)
10061         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10062         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10063         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10064         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10065         (gnus-cache-generate-active, gnus-cache-rename-group)
10066         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10067         (gnus-cache-update-overview-total-fetched-for):
10068         Bind file-name-coding-system to nnmail-pathname-coding-system.
10069         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10070         New variables.
10071         (gnus-cache-decoded-group-name): New function.
10072         (gnus-cache-file-name): Use it.
10073         (gnus-cache-generate-active): Use non-decoded group name for active.
10074
10075         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10076         right place.
10077         (gnus-write-active-file): Don't break non-ASCII group names.
10078
10079         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10080         nnmail-pathname-coding-system.
10081
10082         * lpath.el: Bind default-file-name-coding-system,
10083         file-name-coding-system and language-info-alist for XEmacs.
10084
10085         * gnus-uu.el (gnus-uu-decode-save): Typo.
10086
10087 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10090
10091 2007-07-14  David Kastrup  <dak@gnu.org>
10092
10093         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10094         finishing actions if we did not edit the article.
10095
10096 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10099         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10100         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10101         (gnus-agent-flush-group, gnus-agent-flush-cache)
10102         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10103         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10104         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10105         (gnus-agent-regenerate-group)
10106         (gnus-agent-update-files-total-fetched-for)
10107         (gnus-agent-update-view-total-fetched-for):
10108         Bind file-name-coding-system to nnmail-pathname-coding-system.
10109         (gnus-agent-group-pathname): Don't encode file names by
10110         nnmail-pathname-coding-system.
10111         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10112         coding-system-for-write instead of buffer-file-coding-system to
10113         gnus-agent-file-coding-system.
10114
10115         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10116         Decode group name.
10117
10118         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10119
10120         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10121         (gnus-read-newsrc-el-file): Make group names unibyte.
10122
10123         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10124         nnmail-pathname-coding-system.
10125
10126         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10127         (nnrss-request-delete-group): Bind file-name-coding-system to
10128         nnmail-pathname-coding-system.
10129         (nnrss-read-server-data, nnrss-read-group-data):
10130         Bind file-name-coding-system correctly.
10131         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10132
10133         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10134         (nntp-server-to-method-cache): New variable.
10135         (nntp-group-pathname): New function that decodes non-ASCII group names.
10136         (nntp-possibly-create-directory, nntp-marks-changed-p)
10137         (nntp-save-marks, nntp-open-marks): Use it.
10138         (nntp-possibly-create-directory, nntp-open-marks):
10139         Bind file-name-coding-system to nnmail-pathname-coding-system.
10140         (nntp-open-marks): Decode group names when bootstrapping marks.
10141
10142         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10143         Newsgroups and Folowup-To headers.
10144
10145 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10148         (gnus-server-closed-face, gnus-server-denied-face)
10149         (gnus-server-offline-face): Remove variable.
10150         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10151
10152         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10153         of modifying message-stack directly for XEmacs.
10154
10155         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10156         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10157         if the coding-system argument is nil for XEmacs.
10158
10159         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10160         mm-charset-override-alist.
10161
10162         * rfc2047.el: Don't require base64; require rfc2045 for the function
10163         rfc2045-encode-string.
10164         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10165         to quote the parameter value.
10166
10167 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10170         form in gnus-group-name-charset-method-alist.
10171
10172         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10173         overrides the default layout edit-form.
10174
10175         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10176
10177         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10178
10179 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10182         as unfetched articles.
10183
10184 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10187
10188 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10191         original back end that keeps marks in the local system.
10192
10193 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10196         arg of pop-to-buffer for XEmacs.
10197         (gnus-article-read-summary-keys): Ditto; don't restore window
10198         configuration if summary command ends up with neither article buffer
10199         nor summary buffer; describe bindings if summary keys end with C-h.
10200
10201 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * message.el (message-fix-before-sending): Skip raw message part to be
10204         forwarded while checking illegible text.
10205         (message-forward-make-body-mime, message-forward-make-body):
10206         Mark signed or encrypted raw message as having no illegible text.
10207
10208 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10211         (gnus-message-with-timestamp-1): New macro.
10212         (gnus-message-with-timestamp): New function.
10213         (gnus-message): Use them.
10214
10215         * nnheader.el (nnheader-message): Use them.
10216
10217 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10220         .newsrc.eld file.
10221
10222 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-agent.el (gnus-agent-fetch-headers)
10225         (gnus-agent-retrieve-headers):
10226         Bind gnus-decode-encoded-address-function to identity.
10227
10228         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10229         available also when the server returns simply a dot.
10230
10231         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10232
10233 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10236
10237 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-ems.el (gnus-x-splash): Make it work.
10240
10241         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10242         from being used.
10243
10244         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10245
10246 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10249         4th and the 5th arguments.
10250
10251         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10252         the front stickiness.
10253         (gnus-article-summary-command-nosave): Correct the order of the
10254         arguments passed to pop-to-buffer.
10255         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10256         summary command ends up with the article buffer.
10257
10258         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10259         the same faces.
10260
10261 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10262
10263         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10264
10265 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10266
10267         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10268         * gnus-sum.el (gnus-summary-highlight):
10269         * pgg.el (pgg-sign-region, pgg-sign):
10270         * mail-source.el (mail-source-delete-old-incoming-confirm):
10271         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10272
10273 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-art.el (gnus-mime-view-part-externally)
10276         (gnus-mime-view-part-internally): Fix predicate function passed to
10277         completing-read.
10278
10279         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10280
10281         * gnus.el (gnus-update-message-archive-method): Add :version.
10282
10283 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus.el (gnus-update-message-archive-method): New variable.
10286
10287         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10288         according to gnus-message-archive-method if
10289         gnus-update-message-archive-method is non-nil.
10290
10291 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10294         Suggested by Loic Dachary <loic@dachary.org>.
10295         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10296
10297 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * message.el (message-pop-to-buffer): Add switch-function argument.
10300         (message-mail): Pass switch-function argument to it.
10301
10302 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10305         Improve doc string.
10306
10307 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10310         (gnus-header-content)
10311         * gnus-cite.el (gnus-cite-10)
10312         * gnus-srvr.el (gnus-server-closed)
10313         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10314         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10315         (gnus-group-mail-3-empty, gnus-group-mail-low)
10316         (gnus-group-mail-low-empty, gnus-splash)
10317         * message.el (message-header-to, message-header-cc)
10318         (message-header-subject, message-header-other, message-header-name)
10319         (message-header-xheader, message-separator, message-cited-text)
10320         (message-mml): Lighten colors of faces used for dark background.
10321
10322 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10323
10324         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10325         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10326
10327 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * message.el (message-narrow-to-headers-or-head):
10330         Ignore mail-header-separator in the body.
10331
10332 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10335         same as window size.
10336
10337 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10338
10339         * message.el (message-font-lock-keywords): Use message-header-xheader
10340         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10341         ahead of the anything pattern, to get it recognised.
10342
10343 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10346         spam.el loads uses it in the compiled defadvice form.
10347
10348 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10349
10350         * gnus-sum.el (gnus-articles-to-read)
10351         (gnus-summary-insert-old-articles): Don't truncate group name for
10352         `read-string'.
10353
10354         * gnus-util.el (gnus-limit-string): Delete this function.
10355
10356         * gnus-sum.el (gnus-simplify-subject-fully):
10357         Use `truncate-string-to-width' instead.
10358
10359 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10360
10361         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10362         Tell if, on summary exit, the next group has to be selected.
10363         (gnus-summary-exit): Use it.
10364
10365 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10368         non-break space.
10369
10370 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10373         Check if group is not a directory.
10374         (nnfolder-request-expire-articles): Don't delete articles if the target
10375         group is not available.
10376
10377         * nnml.el (nnml-request-create-group): Properly check if group is not a
10378         file.
10379         (nnml-request-expire-articles): Don't delete articles if the target
10380         group is not available.
10381
10382         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10383         Don't quote characters that are within parentheses.
10384
10385 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10388         (gnus-handle-ephemeral-exit): Select article according to it.
10389
10390 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * message.el (message-insert-formated-citation-line): Remove newline.
10393         (message-citation-line-format): Add final \n here so that the user can
10394         avoid a blank line.
10395
10396 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10397
10398         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10399         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10400         Update lanl/arXiv support.
10401
10402 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus.el: Bump version number.
10405
10406 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * gnus.el (gnus-version-number): Bump version.
10409
10410 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10411
10412         * gnus.el: No Gnus v0.6 is released.
10413
10414 2007-04-27  Didier Verna  <didier@xemacs.org>
10415
10416         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10417         * gmm-utils.el (gmm-regexp-concat): ... here.
10418         * message.el: Don't require 'gnus-util.
10419         (message-dont-reply-to-names): Handle name change above.
10420         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10421
10422 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10425         since the initial value varies according to the system.
10426
10427 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10430
10431 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10432
10433         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10434
10435 2007-04-24  Didier Verna  <didier@xemacs.org>
10436
10437         Improve the type of gnus-ignored-from-addresses.
10438         * gnus-util.el (gnus-orify-regexp): New function.
10439         * message.el (gnus-util): Require it.
10440         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10441         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10443
10444 2007-04-24  Didier Verna  <didier@xemacs.org>
10445
10446         * gnus-sum.el:
10447         * gnus-utils.el: Fix some trailing whitespaces.
10448
10449 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10452         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10453         article's Message-ID; refer parent article in summary buffer.
10454
10455         * message.el (message-bounce): Call mime-to-mml.
10456
10457         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10458         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10459         optimize and/or forms properly.
10460
10461 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10464         URL.
10465
10466 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10469
10470 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10473         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10474         displayed of multipart/alternative part if it is invoked from summary
10475         buffer.
10476
10477         * mm-view.el (mm-inline-text-html-render-with-w3m)
10478         (mm-inline-text-html-render-with-w3m-standalone)
10479         (mm-inline-render-with-function): Use mail-parse-charset by default.
10480
10481 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10482
10483         * parse-time.el (parse-time-string-chars): Check if CHAR
10484         is less than the length of parse-time-syntax.
10485
10486 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10489         from gnus-newsgroup-processable.
10490
10491 2007-04-16  Didier Verna  <didier@xemacs.org>
10492
10493         * gnus-msg.el (gnus-configure-posting-styles):
10494         Handle message-signature-directory properly with :file syntax.
10495         Reported by "Leo".
10496
10497 2007-04-11  Didier Verna  <didier@xemacs.org>
10498
10499         New user option: message-signature-directory.
10500         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10501         * message.el (message-insert-signature): Ditto.
10502         * message.el (message-signature-file): Doc update.
10503         * message.el (message-signature-directory): New.
10504
10505 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-msg.el (gnus-inews-yank-articles):
10508         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10509
10510 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * message.el (message-yank-original): Make sure cited text ends with
10513         newline; don't exchange point and mark.
10514
10515 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10516
10517         * tls.el (open-tls-stream): Properly handle case where there
10518         is no associated buffer.
10519
10520 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10521
10522         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10523         message-yank-original, make sure (< mark TEXT point).
10524
10525 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el (message-fill-column): New variable.
10528         (message-mode): Use it.  Add comment on a possible new hook.
10529
10530         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10531         (nnmail-get-new-mail): Reformat.
10532
10533         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10534
10535         * gmm-utils.el: Fix Commentary.
10536         (gmm-tool-bar-from-list): Fix typo in doc string.
10537
10538 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10539
10540         * message.el (message-yank-original): Don't switch point and mark
10541         unnecessarily to put point and mark as documented.
10542
10543 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10544
10545         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10546         from the message heads.
10547
10548 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10549
10550         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10551         article buffer does not have a window.  This may not be the best
10552         solution but is certainly better than setting the start of the null,
10553         that is the current, window.
10554
10555 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10558         (gnus-draft-setup): Run it.
10559
10560         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10561         gnus-score-fast-scoring.  Allow regexp.
10562         (gnus-score-headers): Use it.
10563
10564         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10565         XEmacs.
10566
10567         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10568         string.
10569         (gnus-button-alist): Also catch `<f1> k ...'.
10570         (gnus-treat-display-x-face): Fix doc string.
10571
10572 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10573
10574         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10575         evaluation of gnus-extended-version to ensure correct generation of the
10576         User-Agent header when message-generate-headers-first is used.
10577
10578 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10579
10580         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10581         hashcash-path is nil.  Don't call callback with incorrect number of
10582         parameters if val is 0.
10583
10584 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * message.el (message-required-news-headers):
10587         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10588
10589 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10590
10591         * tls.el (open-tls-stream): In handshake-waiting loop,
10592         don't wait more if there is output available to process.
10593
10594 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10595
10596         * tls.el (tls-program): Doc fix.
10597
10598 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * message.el (message-generate-new-buffers): Change the meaning of the
10601         nil value; add `standard' to the choices; treat t as `unique'; improve
10602         doc string.
10603         (gnus-select-frame-set-input-focus): Autoload.
10604         (message-buffer-name): Search for the existing message buffer if
10605         message-generate-new-buffers is nil or `standard'; treat the value t of
10606         message-generate-new-buffers as `unique'.
10607         (message-pop-to-buffer): Raise the frame already displaying the message
10608         buffer; clear the echo area after querying.
10609         (message-setup): Pass the `continue' argument to compose-mail.
10610         (message-mail): Prefer `switch-function' if it is given; search for the
10611         existing message buffer if the `continue' argument is non-nil; pass
10612         continue and switch-function arguments to compose-mail by way of
10613         message-setup.
10614         (message-mail-other-window): Adjust argument of message-setup.
10615         (message-mail-other-frame): Ditto.
10616
10617 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10620         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10621         to turn font-lock on when turning gnus-message-citation-mode on.
10622
10623 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10624
10625         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10626         (mml-smime-function-alist): New variable; add epg as the backend.
10627         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10628         mml-smime- functions instead.
10629         * mm-view.el: Require smime.
10630
10631 2007-03-05  Didier Verna  <didier@xemacs.org>
10632
10633         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10634         instead of just inheritance for posting styles.
10635         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10636
10637 2007-02-24  Chris Moore  <dooglus@gmail.com>
10638
10639         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10640         * pgg-pgp.el (pgg-pgp-encrypt-region):
10641         * pgg-gpg.el (pgg-gpg-encrypt-region):
10642         Check pgg-encrypt-for-me if no other recipients.
10643
10644 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10645
10646         * tls.el (tls-certtool-program): Fix custom type.
10647
10648 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10651         and point-at-eol instead of line-(beginning|end)-position.
10652
10653         * assistant.el (assistant-parse-buffer): Ditto.
10654
10655         * netrc.el (netrc-parse-services): Ditto.
10656
10657 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10658
10659         * mml2015.el (mml2015-epg-find-usable-key): New function.
10660         (mml2015-epg-sign): Use it.
10661         (mml2015-epg-encrypt): Use it.
10662
10663 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * message.el (message-make-in-reply-to): Quote name containing
10666         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10667         if there are special characters.  Reported by NAKAJI Hiroyuki
10668         <nakaji@jp.freebsd.org>.
10669
10670 2007-02-27  Didier Verna  <didier@xemacs.org>
10671
10672         Include the group parameters as well as the topic ones in the
10673         inheritance filter process.
10674         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10675         argument GROUP-PARAMS-LIST.
10676         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10677
10678 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * nntp.el (nntp-never-echoes-commands)
10681         (nntp-open-connection-functions-never-echo-commands): New variables.
10682         (nntp-send-command): Use them.
10683
10684 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10685
10686         * mml2015.el (mml2015-epg-verify): Simplify.
10687
10688 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mml.el (mml-content-disposition-alist): New user option.
10691         (mml-content-disposition): New function.
10692         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10693         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10694
10695 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10696
10697         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10698         verification.
10699
10700 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10701
10702         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10703         articles posted in the last 24 hours.
10704
10705 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10706
10707         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10708
10709 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10710
10711         * nntp.el (nntp-send-command): Don't wait for echoes when
10712         nntp-open-ssl-stream is used.
10713
10714 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10717         (gnus-message-add-citation-keywords)
10718         (gnus-message-remove-citation-keywords): Remove.
10719         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10720         directly, make the variables in font-lock-defaults buffer-local, add
10721         gnus-message-citation-keywords to them and then update the value of
10722         font-lock-keywords.
10723
10724 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * message.el (message-cite-original-1): Don't call
10727         gnus-article-highlight-citation.
10728
10729         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10730         citations; fix line count.
10731
10732 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10735         (gnus-message-add-citation-keywords)
10736         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10737         versions of font-lock-add-keywords and font-lock-remove-keywords to
10738         work with XEmacs correctly.
10739
10740 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-cite.el (gnus-cite-face-list): Set the values of
10743         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10744         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10745         (gnus-message-cite-prefix-regexp): New variable.
10746         (gnus-message-search-citation-line): Use it; protect against long
10747         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10748         the 0th match data for Emacs.
10749         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10750         (gnus-message-add-citation-keywords): Append keywords rather than
10751         prepending; emulate font-lock-add-keywords if it is not available.
10752         (gnus-message-remove-citation-keywords):
10753         Emulate font-lock-remove-keywords if it is not available.
10754
10755         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10756
10757         * message.el (message-cite-prefix-regexp): Set the value of
10758         gnus-message-cite-prefix-regexp.
10759
10760 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10761
10762         * nnweb.el (nnweb-google-parse-1): Update parser.
10763
10764 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10765
10766         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10767
10768 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10769
10770         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10771         regexp.
10772
10773 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10776         string-to-multibyte.
10777         (uudecode-decode-region-internal): Use it.
10778
10779         * lpath.el: Fbind string-as-multibyte for XEmacs.
10780
10781 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10784         Fix custom choice.
10785
10786         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10787
10788 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10791
10792         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10793         `write-region' to respect `mm-inhibit-file-name-handlers'.
10794
10795 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10798         Use gnus-home-directory instead of "~/" or "$HOME".
10799
10800 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10801
10802         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10803         to mention filename.
10804         Add comments at beginning regarding usage.
10805         (encrypt-write-file-contents): Change interactive so a string is
10806         acceptable.  If the file has no associated model, show an error instead
10807         of a nonsense prompt.
10808
10809 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10810
10811         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10812         Thanks to Yoshihiko Yamada for kind notification of this typo.
10813
10814 2007-01-12  Kenichi Handa  <handa@m17n.org>
10815
10816         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10817         multibyte buffer.
10818
10819 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-score.el (gnus-score-fast-scoring): New variable.
10822         (gnus-score-headers): Use it.
10823
10824         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10825
10826         * message.el (message-cite-original-1):
10827         Call gnus-article-highlight-citation if requested.
10828         (message-make-from): Allow name and address as optional arguments.
10829
10830         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10831
10832         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10833         bugs to doc string.
10834         (gnus-button-alist): Add mid\\|message-id.
10835         (gnus-button-fetch-group): Extend for use in
10836         `browse-url-browser-function'.
10837         (gnus-button-url-regexp): Try to catch paired parentheses like in
10838         Wikipedia URLs.
10839
10840         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10841         Suggested by Simon Krahnke <overlord@gmx.li>.
10842
10843 2007-01-13  Romain Francoise  <romain@orebokech.com>
10844
10845         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10846         Update copyright.
10847
10848 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10849
10850         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10851
10852 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10853
10854         * gnus-registry.el (gnus-registry-unfollowed-groups)
10855         (gnus-registry-split-fancy-with-parent): Fix documentation.
10856
10857 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10860         from nnweb groups.
10861
10862 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10865         Xref urls.  Erase buffer before requesting head.
10866
10867         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10868
10869 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10872         customizable.
10873
10874 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10875
10876         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10877         no signing key is found.
10878         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10879         no encrypting and/or signing key is found.
10880
10881 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10884
10885 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10886
10887         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10888         headers read from disk with the ones newly found in the current search.
10889         This should no longer cause problems, because the article numbers in
10890         Gmane's `nov.php' output are ignored since the previous change.
10891
10892 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10893
10894         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10895
10896 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10899         replace-regexp-in-string; bind url-version; fbind display-images-p and
10900         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10901         find-face and set-itimer-function for Emacs; bind itimer-list for
10902         Emacs.
10903
10904         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10905
10906 2007-01-01  Romain Francoise  <romain@orebokech.com>
10907
10908         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10909
10910 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10911
10912         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10913         `define-minor-mode' macro definition expanded properly.
10914         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10915         exclude it there.
10916
10917         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10918         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10919         `fboundp' test.
10920         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10921         This is OK to autoload in (S)XEmacs now.
10922
10923 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10926         keystroke.
10927         (gnus-summary-limit-to-singletons): Fix typo.
10928
10929         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10930         else fails.
10931
10932 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10933
10934         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10935         docstring.
10936
10937         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10938         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10939         (gnus-summary-insert-dormant-articles): Fix typo in message.
10940
10941 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10944         nil for XEmacs.
10945         (gnus-message-citation-mode): Don't autoload in XEmacs.
10946
10947         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10948
10949 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10950
10951         * nnimap.el (nnimap-expunge-search-string):
10952         Mention nnimap-search-uids-not-since-is-evil in docstring.
10953
10954 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * spam.el: Revert to make-obsolete-variable because
10957         define-obsolete-variable-alias is not supported in Emacs 21.
10958
10959         * spam.el (spam-ifile-path, spam-ifile-database-path)
10960         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10961         make-obsolete-variable.
10962         (spam-bsfilter-path, spam-bsfilter-program)
10963         (spam-spamassassin-path, spam-spamassassin-program)
10964         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10965         Don't use "path" inappropriately.
10966         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10967         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10968         variable names.
10969
10970 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10971
10972         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10973         summary buffer.
10974
10975         * password.el (password-cache-remove): Use clear-string to burn
10976         password, if available.
10977
10978 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10981
10982         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10983
10984         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10985         (gnus-message-highlight-citation): Move defcustom here from
10986         gnus-cite.el.
10987         (gnus-message-citation-mode): Autoload.
10988
10989         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10990         checks to make it compile with XEmacs.
10991         (gnus-message-citation-mode): New minor mode.
10992         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10993         (gnus-message-highlight-citation): New variables.
10994         (gnus-message-search-citation-line)
10995         (gnus-message-add-citation-keywords)
10996         (gnus-message-remove-citation-keywords)
10997         (turn-on-gnus-message-citation-mode)
10998         (turn-off-gnus-message-citation-mode): New functions.
10999
11000 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11001
11002         * gnus-cite.el: Enable highlighting of different citation levels in
11003         message-mode.
11004
11005 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * message.el (message-make-fqdn): Fix comment.
11008         (message-bogus-system-names): Add ".local".
11009
11010         * spam.el (spam-ifile-path, spam-ifile-program)
11011         (spam-ifile-database-path, spam-ifile-database)
11012         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11013         Don't use "path" inappropriately.
11014         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11015         strings.
11016         (spam-check-ifile, spam-ifile-register-with-ifile)
11017         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11018         Use new variable names.
11019
11020         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11021         (gnus-treat-display-smileys): Simplify using
11022         gnus-image-type-available-p.
11023
11024         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11025         available.
11026
11027         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11028         Use `display-images-p' if available.
11029
11030 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11033         one after turning on the buffer's multibyteness instead of decoding
11034         them directly in the unibyte buffer that causes unexpected conversion
11035         in Emacs 23 (unicode).
11036
11037 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11038
11039         * message.el (message-generate-hashcash): Fix custom type.
11040
11041 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11044
11045 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11048         disconnect icons.  Add help text.
11049
11050 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11051
11052         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11053         negated to be consistent with the others we handle.
11054
11055 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11058         version of gnus-summary-buffer to something, so that we can use two
11059         article buffers at the same time.
11060
11061 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11062
11063         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11064         trigger all the extra headers.
11065         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11066         sorting.
11067
11068 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069
11070         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11071         solid groups.
11072
11073 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11074
11075         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11076
11077 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * legacy-gnus-agent.el: Add Copyright notice.
11080
11081 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11082
11083         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11084
11085 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11088
11089         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11090         to make it work reliably in CVS Emacs.
11091         (gnus-summary-limit-strange-charsets-predicate)
11092         (gnus-summary-limit-to-predicate): New functions.
11093
11094 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11095
11096         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11097         specifying array size.
11098         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11099         array if it is too small.
11100         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11101         (gnus-sort-threads-loop): New function.
11102
11103 2006-12-06  Chris Moore  <dooglus@gmail.com>
11104
11105         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11106         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11107
11108 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11109
11110         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11111         options.
11112
11113 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11114
11115         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11116         DOS-ing the recipient.
11117
11118         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11119         the headers when creating the mapping to avoid mismappings.
11120         (nnweb-gmane-create-mapping): Always nix out old mapping.
11121
11122 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11125         and mm-verify-option to never.
11126
11127 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * message.el (message-signed-or-encrypted-p): New function.
11130         (message-forward-make-body): Use it.
11131
11132         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11133         Replace encode-coding-string with mm-encode-coding-string.
11134
11135 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * nneething.el (nneething-decode-file-name):
11138         Replace decode-coding-string with mm-decode-coding-string.
11139
11140         * gnus-int.el (gnus-open-server): Say failed server's name.
11141
11142 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11143
11144         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11145         strings to a single string.  Quote `errors-file-name'.
11146         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11147         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11148         Adjust calls.  Use `shell-quote-argument'.
11149
11150 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11151
11152         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11153         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11154
11155         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11156         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11157         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11158         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11159         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11160         (gnus-subscribe-newsgroup, gnus-1):
11161         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11162         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11163         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11164         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11165
11166 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11169         keystroke.
11170         (gnus-summary-limit-to-bodies): Implement headersp.
11171
11172 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11175
11176 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11179
11180 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * message.el (message-generate-hashcash): Expand range of values to
11183         include `opportunistic'.
11184         (message-send-mail): Use it.
11185
11186 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11187
11188         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11189         and comment it.
11190
11191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11192
11193 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gnus-util.el (gnus-extract-address-components): Improve comment.
11196
11197 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-util.el (gnus-extract-address-components): Work with address in
11200         which the name portion contains @.
11201
11202         * lpath.el: Fbind custom-autoload.
11203
11204 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gnus.el (gnus-start): Move custom group up.
11207         (gnus-select-method): Don't autoload, but make it available for
11208         `customize-variable'.
11209         (gnus-getenv-nntpserver): Don't autoload.
11210
11211 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11214
11215 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * message.el (message-sendmail-extra-arguments): New variable.
11218         (message-send-mail-with-sendmail): Use it.
11219
11220 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11223         mm-with-unibyte-current-buffer to make string unibyte.
11224
11225         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11226         mm-string-as-multibyte.
11227
11228 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11229
11230         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11231         Reported by Werner Koch <wk@gnupg.org>.
11232
11233 2006-11-14  Daiki Ueno  <ueno@p360>
11234
11235         * mml2015.el: Autoload epa-select-keys when compiling.
11236
11237 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11238
11239         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11240         message-options.
11241         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11242
11243 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11244
11245         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11246         EasyPG (< 0.0.6).
11247         (mml2015-always-trust): New user option.
11248         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11249         prompt.
11250
11251 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * nntp.el (nntp-authinfo-force): New variable.
11254         (nntp-send-authinfo): Use it.
11255
11256 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11259         decode encoded words.  Improve prompt.  Add comment about forwarding.
11260         (message-replacement-char): Move up.
11261
11262 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11263
11264         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11265         instead of gnus-intersection because arguments of gnus-sorted-nunion
11266         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11267
11268 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11271         (message-simplify-subject-functions):
11272         Enable message-strip-subject-encoded-words by default.
11273
11274 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * message.el (message-strip-subject-encoded-words): New function.
11277         (message-simplify-subject-functions): New variable.
11278         (message-simplify-subject): Use it.  Fix typo in doc string.
11279         Support message-strip-subject-encoded-words.
11280
11281 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11282
11283         * gnus-diary.el (gnus-diary-delay-format-function):
11284         * nndiary.el (nndiary-reminders):
11285         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11286
11287 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-art.el (article-hide-boring-headers): Fetch date from
11290         gnus-original-article-buffer to avoid problems with localized date
11291         strings.
11292
11293 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11296
11297 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11300         New variables.
11301         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11302         (mm-charset-synonym-alist): Move some entries to
11303         mm-codepage-iso-8859-list.
11304         (mm-charset-synonym-alist, mm-charset-override-alist):
11305         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11306
11307 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11310
11311 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11314         with Emacs 21 and XEmacs.
11315
11316 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11317
11318         * spam.el (spam-parse-address): New function for better parsing,
11319         catching errors, etc.
11320         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11321
11322 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * mm-view.el: Add interactive arg to html2text autoload.
11325
11326 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11329
11330 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11333         New variables.
11334         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11335         (mm-charset-synonym-alist): Move some entries to
11336         mm-codepage-iso-8859-list.
11337
11338         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11339
11340 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * message.el (message-citation-line-format)
11343         (message-insert-formated-citation-line): Fix implementation of %E, %N
11344         and %n according to the doc string.
11345
11346 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11347
11348         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11349         Use car-safe to avoid bad parses.
11350
11351 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11354         names.
11355
11356         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11357
11358 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11361         header.
11362
11363         * message.el (message-draft-headers): Add Date.
11364         (message-headers-to-generate): Fix typo in docstring.
11365
11366         * nndraft.el (nndraft-required-headers): New variable.
11367         (nndraft-generate-headers): Use it.
11368
11369         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11370
11371 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * gnus-registry.el (gnus-registry-wash-for-keywords)
11374         (gnus-registry-find-keywords): New functions to allow easy searching of
11375         articles that are in the registry.
11376
11377 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11378
11379         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11380         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11381         Reported by Damien Elmes <damien@repose.cx>.
11382
11383 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * gnus.el (gnus-mime): Remove unused custom group.
11386
11387 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11388
11389         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11390         "blank line" when searching for end of armor headers.
11391
11392 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gmm-utils.el (gmm-write-region): Fix variable name.
11395
11396 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gmm-utils.el (gmm-write-region): New function based on compatibility
11399         code from `mm-make-temp-file'.
11400
11401         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11402
11403         * nnmaildir.el (nnmaildir--update-nov)
11404         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11405         Use `gmm-write-region'.
11406
11407 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11410         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11411
11412         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11413
11414         * message.el (message-replacement-char): New variable.
11415         (message-fix-before-sending): Use it.
11416         (message-simplify-subject): New function to remove duplicate code.
11417         (message-reply, message-followup): Use it.
11418
11419         * gnus-sum.el (gnus-summary-make-menu-bar):
11420         Clarify gnus-summary-limit-to-articles.
11421
11422 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-util.el (gnus-with-local-quit): New macro.
11425
11426         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11427
11428 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11431         ignore non-string data.
11432
11433 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11436         non-string data (needs to be done in the registry too).
11437
11438 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11439
11440         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11441         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11442         (gnus-registry-split-fancy-with-parent)
11443         (gnus-registry-fetch-simplified-message-subject-fast)
11444         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11445         Remove text properties on ingress into the registry and when it's saved.
11446         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11447         registry from entries with no groups.
11448
11449 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11452         function to remove string properties.
11453
11454 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gmm-utils.el (gmm): Adjust custom version.
11457
11458         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11459         Adjust custom version.
11460
11461         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11462
11463 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-art.el (gnus-insert-prev-page-button)
11466         (gnus-insert-next-page-button): Simplify.  Reformat.
11467
11468 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11469
11470         * gnus-art.el (gnus-insert-prev-page-button)
11471         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11472
11473 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11476
11477 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11478
11479         * gnus-art.el (gnus-insert-mime-button)
11480         (gnus-insert-mime-security-button):
11481         Apply gnus-article-button-face to MIME and security buttons.
11482
11483 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11486         readable.
11487
11488 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11491
11492 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11493
11494         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11495         `browse-url-of-file' instead of `browse-url'.
11496
11497 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11498
11499         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11500         regexp.  Articles containing quotation were cut prematurely.
11501
11502 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * message.el (message-cite-original-1): Use nobody by default for the
11505         value of From header.
11506         (message-reply): Ditto.
11507
11508 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11509
11510         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11511         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11512         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11513
11514 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11517         mails in the doc string.  Add some URLs in comment.
11518         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11519
11520 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11523         backslashes handling and the way to find boundaries of quoted strings.
11524
11525 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11526
11527         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11528         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11529         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11530         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11531
11532 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11535         doc string.
11536         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11537
11538 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * lpath.el: Fbind epg-check-configuration.
11541
11542 2006-09-06  Simon Josefsson  <jas@extundo.com>
11543
11544         * mml2015.el (mml2015-use): Doc fix, mention epg.
11545
11546 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11547
11548         * mml2015.el (mml2015-use): Default to epg, if available.
11549
11550 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11551
11552         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11553         message-sender.
11554         (mml1991-epg-encrypt): Ditto.
11555         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11556         message-sender.
11557         (mml2015-epg-encrypt): Ditto.
11558
11559 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11560
11561         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11562         several common directories.
11563
11564 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11565
11566         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11567         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11568
11569 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (article-decode-encoded-words): Make it fast.
11572
11573 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11576
11577         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11578         in quoted string into `\'.
11579
11580 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11583         Use standard-syntax-table.
11584
11585 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-art.el (gnus-decode-address-function): New variable.
11588         (article-decode-encoded-words): Use it to decode headers which are
11589         assumed to contain addresses.
11590         (gnus-mime-delete-part): Remove useless `or'.
11591
11592         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11593         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11594         (gnus-nov-parse-line): Use it to decode From header.
11595         (gnus-get-newsgroup-headers): Ditto.
11596         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11597
11598         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11599         (mail-decode-encoded-address-string): New alias.
11600
11601         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11602         New function.
11603         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11604         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11605         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11606         (rfc2047-decode-string): Ditto.
11607         (rfc2047-decode-address-region): New function.
11608         (rfc2047-decode-address-string): New function.
11609
11610 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * message.el (message-caesar-buffer-body): Allow rotating headers.
11613
11614         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11615
11616         * message.el (message-insert-formated-citation-line): Fix %f.
11617         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11618
11619 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11622         (gnus-bookmark-mouse-available-p): New macro.
11623         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11624         (gnus-bookmark-bmenu-show-infos): Use it.
11625         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11626         (gnus-bookmark-bmenu-hide-infos): Ditto.
11627         (gnus-bookmark-remove-properties): New function.
11628         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11629         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11630         (gnus-bookmark-write-file): Bind coding-system-for-write.
11631         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11632         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11633         group before selecting it.
11634         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11635         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11636         quit-window if it is not available; use gnus-mouse-2 and bind it to
11637         gnus-bookmark-bmenu-select-by-mouse.
11638         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11639         (gnus-bookmark-bmenu-select-by-mouse): New function.
11640
11641 2006-08-13  Romain Francoise  <romain@orebokech.com>
11642
11643         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11644         space.
11645
11646 2006-08-10  Romain Francoise  <romain@orebokech.com>
11647
11648         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11649         (dns-mode-soa-auto-increment-serial): New user option.
11650         (dns-mode-soa-maybe-increment-serial): New function.
11651         (dns-mode): Add the latter to `write-contents-functions'.
11652
11653 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * compface.el (uncompface): Use binary rather than raw-text-unix.
11656
11657 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * compface.el (uncompface): Make sure the eol conversion doesn't take
11660         place when communicating with the external programs.
11661         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11662
11663 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11666
11667 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11668
11669         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11670         Make it more robust by parsing author and date independently.
11671
11672 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11675
11676 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11677
11678         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11679         first matching secret key.
11680         (mml2015-epg-encrypt): Ditto.
11681
11682         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11683         first matching secret key.
11684         (mml1991-epg-encrypt): Ditto.
11685
11686         * mml2015.el (mml2015-encrypt-to-self): New user option.
11687         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11688         mml2015-epg-encrypt-to-self is set.
11689
11690         * mml1991.el (mml1991-encrypt-to-self): New variable.
11691         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11692         mml1991-epg-encrypt-to-self is set.
11693
11694         * mml2015.el (mml2015-signers): New user option.
11695         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11696         (mml2015-epg-encrypt): Allow to select signing keys.
11697
11698         * mml1991.el (mml1991-signers): New variable.
11699         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11700         (mml1991-epg-encrypt): Allow to select signing keys.
11701
11702 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * nnheader.el (nnheader-insert-head): Make it work even if the file
11705         uses CRLF for the line-break code.
11706
11707 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11708
11709         * mml2015.el: Require mml-sec instead of password.
11710         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11711         (mml2015-cache-passphrase): Inherit the default value from
11712         mml-secure-cache-passphrase.
11713         (mml2015-passphrase-cache-expiry): Inherit the default value from
11714         mml-secure-passphrase-cache-expiry.
11715
11716         * mml1991.el: Require mml-sec instead of password.
11717         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11718         (mml1991-cache-passphrase): Inherit the default value from
11719         mml-secure-cache-passphrase.
11720         (mml1991-passphrase-cache-expiry): Inherit the default value from
11721         mml-secure-passphrase-cache-expiry.
11722
11723         * mml-sec.el: Require password.
11724         (mml-secure-verbose): New user option.
11725         (mml-secure-cache-passphrase): New user option.
11726         (mml-secure-passphrase-cache-expiry): New user option.
11727
11728 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11729
11730         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11731         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11732         andreas@altroot.de (Andreas Vögele).
11733
11734         FIXME: Use `tiny change'?
11735
11736 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11737
11738         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11739         workaround for the url package included with Emacs.
11740
11741         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11742
11743 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11746         correctly.  This fixes a bug caused by the 2006-05-12 change.
11747
11748 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11749
11750         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11751         some information about the error when saying that the `bogus' mail
11752         group will be used.
11753
11754 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11757         string.
11758
11759 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11760
11761         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11762
11763 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11764
11765         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11766
11767 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11768
11769         * mml1991.el (mml1991-function-alist): Add epg.
11770         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11771         (mml1991-epg-encrypt): New functions.
11772
11773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11774
11775         * mml2015.el (mml2015-verbose): New variable.
11776         (mml2015-cache-passphrase): Ditto.
11777         (mml2015-passphrase-cache-expiry): Ditto.
11778         (mml2015-function-alist): Add epg.
11779         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11780         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11781         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11782         New functions.
11783
11784 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11785
11786         * message.el (message-cite-original-1): Preserve region when removing
11787         quoted text due to X-No-Archive in order to avoid bogus attribution
11788         when citing multiple messages.
11789
11790 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11791
11792         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11793         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11794
11795 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * gnus-diary.el (gnus-user-format-function-d)
11798         (gnus-user-format-function-D): Autoload.
11799
11800         * imap.el (Commentary): Fix typo.
11801
11802         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11803         2006-04-22 contribution.
11804
11805 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11806
11807         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11808         It didn't really fix the bogosity I'm seeing with solid web groups.
11809
11810 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11811
11812         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11813         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11814         created using server names.  If we use the feature without declaring
11815         it, Gnus does not properly manage server and group state.
11816
11817         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11818         bound.
11819
11820 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11821
11822         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11823         looking up the method using GROUP's prefix before inventing a new one.
11824         It is used on killed/unknown groups in various places where returning
11825         an all-new method isn't expected by the caller.
11826
11827         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11828         and match semantics of gnus-group-real-prefix.
11829
11830 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * nnmail.el (nnmail-broken-references-mailers): New variable.
11833         (nnmail-ignore-broken-references): New function generalizing
11834         nnmail-fix-eudora-headers.
11835         (nnmail-fix-eudora-headers): Now obsolete.
11836
11837         * gnus-art.el (gnus-button-handle-custom):
11838         Support `customize-apropos*'.
11839
11840 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11841
11842         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11843
11844         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11845         articles.
11846
11847 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * message.el (message-cite-reply-above): New variable.
11850         (message-yank-original): Use it.
11851
11852 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11855
11856 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11859         as read.
11860
11861         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11862
11863 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11866         (gnus-bookmark-default-file): Use gnus-directory.
11867         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11868         Remove "*" in doc string.
11869         (gnus-bookmark-write-file): Simplify.
11870         (gnus-bookmark-maybe-sort-alist): Use `when'.
11871         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11872         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11873         Add FIXME about Emacs 21 and XEmacs compatibility.
11874         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11875         compatibility.
11876         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11877         compatibility.
11878         (gnus-bookmark-menu-heading): Fix version.
11879
11880 2006-06-19  Bastien Guerry  <bzg@altern.org>
11881
11882         * gnus-bookmark.el: New file.
11883
11884 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * message.el (message-syntax-checks): Doc fix.
11887
11888 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11889
11890         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11891         unsubscribed groups as if they were killed ones.  It causes duplicate
11892         entries in gnus-newsrc-alist.
11893
11894 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * message.el (message-syntax-checks): Doc fix.
11897         (message-send-mail): Add check for continuation headers.
11898         (message-check-news-header-syntax): Fix regexp used to check for
11899         continuation headers.
11900
11901 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11904
11905 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11908
11909 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11912         default-truncate-lines.
11913
11914 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11917         to fill the utf-8 entry.
11918
11919         * lpath.el: Fbind unicode-precedence-list.
11920
11921 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11922
11923         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11924
11925 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11926
11927         * gnus-agent.el (directory-files-and-attributes): Move all the way
11928         forward (the third and final move).
11929         (gnus-agent-read-agentview): Trap reconstruction errors due to
11930         nonexistent directory.  Handle by returning nil.
11931
11932 2006-05-30  Didier Verna  <didier@xemacs.org>
11933
11934         * message.el (message-dont-reply-to-names): Update the custom type.
11935         * message.el (message-dont-reply-to-names): New defsubst: potentially
11936         convert a list of regexps into a single one.
11937         * message.el (message-get-reply-headers): Use it.
11938         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11939
11940 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-agent.el (directory-files-and-attributes): Move forward.
11943
11944 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * gnus-ml.el (gnus-mailing-list-subscribe)
11947         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11948         (gnus-mailing-list-message): Fix doc strings.
11949
11950 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11951
11952         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11953         of doing it manually.
11954
11955 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11958         comment.
11959
11960 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11961
11962         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11963         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11964         (gnus-agent-read-local): All symbols allocated in my-obarray.
11965         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11966         (gnus-agent-regenerate-group): Check numeric names to see if they are
11967         messages or groups.
11968         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11969         better way of do this...)
11970
11971         * gnus-cache.el (gnus-agent-total-fetched-for):
11972         Ignore 'dummy.group' (there should be a better way of do this...)
11973
11974 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11977         (gnus-saved-headers): Ditto.
11978         (gnus-default-article-saver): Mention functions may have properties.
11979         (gnus-article-save): Override gnus-save-all-headers and
11980         gnus-saved-headers by :headers property which saver function may have.
11981         (gnus-summary-save-in-file): Add :headers property.
11982         (gnus-summary-write-to-file): Ditto.
11983
11984         * gnus-sum.el (gnus-summary-save-article): Bind
11985         gnus-prompt-before-saving to t when saving many articles in a file;
11986         always show all headers.
11987
11988         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11989
11990 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11993         marks.
11994
11995         * message.el (message-indent-citation): Add optional arguments to allow
11996         using it outside of message buffers.
11997
11998         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11999         (gnus-article-treat-unfold-headers): Use it.
12000         (gnus-article-truncate-lines): New variable.
12001         (gnus-article-mode): Use it.
12002         (gnus-article-toggle-truncate-lines): New function.
12003
12004         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12005         Add gnus-article-toggle-truncate-lines.
12006
12007         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12008         coding system in XEmacs, use binary.
12009
12010 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12013         after-load-alist.
12014
12015         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12016         this function should save decoded articles.
12017         (gnus-summary-write-to-file): Use property to specify this function
12018         should save decoded articles and specify gnus-summary-save-in-file
12019         should be used to save articles other than the first one when saving
12020         many articles.
12021         (gnus-summary-save-body-in-file): Use property to specify this
12022         function should save decoded articles.
12023         (gnus-summary-write-body-to-file): Use property to specify this
12024         function should save decoded articles and specify
12025         gnus-summary-save-body-in-file should be used to save articles other
12026         than the first one when saving many articles.
12027
12028         * gnus-sum.el (gnus-summary-save-article): Simplify.
12029
12030 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-art.el (gnus-default-article-saver):
12033         Add gnus-summary-write-body-to-file.
12034         (gnus-article-save-coding-system): Don't use coding system object
12035         in XEmacs.
12036         (gnus-read-save-file-name): Add optional `dir-var' argument which
12037         specifies directory in which files are saved; work even if optional
12038         `variable' argument is not specified.
12039         (gnus-summary-write-to-file): Read file name.
12040         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12041         (gnus-summary-write-body-to-file): New function.
12042
12043         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12044         (gnus-summary-local-variables): Add it.
12045         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12046         (gnus-summary-save-article): Remove optional `decode' argument;
12047         determine whether to decode articles by the value of
12048         gnus-default-article-saver; when saving many files using
12049         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12050         it first and use gnus-summary-save-in-file or
12051         gnus-summary-save-body-in-file thereafter unless
12052         gnus-prompt-before-saving is always; move point to article which
12053         will be saved.
12054         (gnus-summary-save-article-file): Revert.
12055         (gnus-summary-write-article-file): Revert.
12056         (gnus-summary-save-article-body-file): Revert.
12057         (gnus-summary-write-article-body-file): New function.
12058
12059 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-art.el (gnus-default-article-saver): Doc fix.
12062         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12063         from gnus-summary-save-article-coding-system, and default to a
12064         certain coding system.
12065         (gnus-output-to-file): Add coding cookie and encode text according
12066         to gnus-article-save-coding-system; don't use mm-append-to-file.
12067
12068         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12069         gnus-art.el and rename to gnus-article-save-coding-system.
12070         (gnus-summary-save-article): Require gnus-art; don't show all
12071         headers if it decodes articles; don't add coding cookie here;
12072         don't bind mm-text-coding-system-for-write.
12073         (gnus-summary-save-article-file): Save decoded articles.
12074         (gnus-summary-write-article-file): When saving many files, use
12075         gnus-summary-write-to-file first and gnus-summary-save-in-file
12076         thereafter unless gnus-prompt-before-saving is always.
12077         (gnus-summary-save-article-body-file): Save decoded articles.
12078
12079         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12080
12081 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * nnrss.el (nnrss-check-group): Bind hash-index.
12084
12085 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12086
12087         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12088         its hash index.  Store this hash in `nnrss-group-data'.
12089         (nnrss-read-group-data): Update accordingly.
12090
12091 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12094         entry.
12095
12096         * gnus-sum.el (gnus-summary-make-menu-bar):
12097         Add gnus-article-browse-html-article.
12098
12099 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12100
12101         * gnus-sum.el (gnus-summary-mime-map):
12102         Add gnus-article-browse-html-article.
12103
12104         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12105
12106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12109         suitable coding systems in customize.
12110
12111 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * mail-source.el (mail-sources): Fix custom type.
12114
12115 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12118         (gnus-summary-expire-articles-now): Shorten prompt.
12119
12120         * gmm-utils.el (wid-edit): Require.
12121         (defun-gmm): Rename from `gmm-defun-compat'.
12122         (gmm-image-search-load-path): Use it.
12123         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12124
12125 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-sum.el (gnus-summary-save-article-coding-system):
12128         New variable.
12129         (gnus-summary-save-article): Add optional `decode' argument.
12130         If it is set and gnus-summary-save-article-coding-system is non-nil,
12131         save decoded article.
12132         (gnus-summary-write-article-file): Save decoded article if
12133         gnus-summary-save-article-coding-system is non-nil.
12134
12135         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12136         type.
12137
12138 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12141
12142 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12145         first to test gnus-single-article-buffer which may be buffer-local.
12146
12147         * gnus-sum.el (gnus-summary-setup-buffer):
12148         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12149         group; make gnus-article-buffer, gnus-article-current, and
12150         gnus-original-article-buffer always buffer-local.
12151         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12152         group.
12153         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12154
12155 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * nnml.el (nnml-request-compact-group): Compressed files might not
12158         have .gz extension.
12159
12160 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12161
12162         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12163         (mm-copy-to-buffer): Use with-current-buffer.
12164         (mm-display-part): Simplify.
12165         (mm-inlinable-p): Add optional arg `type'.
12166
12167 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12168
12169         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12170         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12171         Try harder to show the attachment internally or externally using
12172         gnus-mime-view-part-as-type.
12173
12174 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * message.el (message-from-style, message-signature-separator)
12177         (message-user-organization-file, message-send-mail-function)
12178         (message-citation-line-function, message-yank-prefix)
12179         (message-indent-citation-function, message-signature)
12180         (message-signature-file, message-signature-insert-empty-line):
12181         Remove autoloads.
12182
12183         * gnus-art.el (gnus-buttonized-mime-types):
12184         Remove "multipart/signed".  Revert 2006-04-26 change.
12185
12186 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * gnus.el (gnus-version-number): Bump version.
12189
12190 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12191
12192         * gnus.el: No Gnus v0.5 is released.
12193
12194 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12195
12196         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12197         fetching articles by message-id.
12198
12199 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * message.el (hashcash): Require hashcash as normal.
12202
12203         * ecomplete.el (ecomplete-highlight-match-line):
12204         Use point-at-eol.
12205         (ecomplete-highlight-match-line): Use `highlight', because that
12206         face exists in both Emacs and XEmacs.
12207
12208         * message.el (message-display-abbrev): Use point-at-bol.
12209
12210         * mail-source.el: Don't require timer/timer-funcs.
12211
12212         * gnus-async.el: Ditto.
12213
12214         * password.el: Ditto.
12215
12216         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12217
12218         * mm-url.el: Ditto.
12219
12220         * gnus-xmas.el: Don't require timer-funcs.
12221
12222         * mm-util.el: Require timer/timer-funcs.
12223
12224 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12225
12226         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12227         Close.
12228
12229 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12232         unibyte after clear-decrypt function runs.
12233
12234         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12235         returns as a unibyte string.
12236
12237 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * lpath.el: Revert.
12240
12241         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12242         (pgg-gpg-process-sentinel): Revert.
12243
12244         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12245         (pgg-pgp-lookup-key): Revert.
12246
12247         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12248         (pgg-pgp5-lookup-key): Revert.
12249
12250         * pgg.el (pgg-fetch-key): Revert.
12251
12252 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * lpath.el: Fbind string-as-multibyte for XEmacs.
12255
12256         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12257         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12258         (mml1991-pgg-encrypt): Ditto.
12259
12260         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12261         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12262         a multibyte buffer.
12263
12264         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12265         (pgg-pgp-lookup-key): Ditto.
12266
12267         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12268         (pgg-pgp5-lookup-key): Ditto.
12269
12270         * pgg.el (pgg-fetch-key): Ditto.
12271
12272 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * message.el (message-user-organization-file): Check several
12275         locations of the organization file.
12276
12277         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12278         Add gnus-article-view-part-as-type.
12279
12280         * gnus-art.el (gnus-article-view-part-as-type): New function.
12281
12282         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12283         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12284
12285         * mml.el: Simplify autoload.
12286         (mml-mode): defvar dnd-protocol-alist instead of using
12287         symbol-value.
12288         (mml-default-directory): New variable.
12289         (mml-minibuffer-read-file): Use it.
12290         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12291
12292         * message.el (message-citation-line-format): New variable.
12293         (message-insert-formated-citation-line): New function.
12294         (message-citation-line-function):
12295         Add `message-insert-formated-citation-line' to custom type.
12296
12297         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12298         to doc string.
12299
12300         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12301         depending on mm-verify-option.
12302
12303 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12306         binding pgg-* variables; reimplement the section which prevents
12307         MIME header from being signed.
12308         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12309         pgg-text-mode; remove a blank line at the top of body.
12310
12311         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12312         lines at the top of body; use gnus-newsgroup-charset if there's no
12313         Charset header.
12314
12315 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * message.el (message-self-insert-commands): Doc fix.
12318
12319         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12320         (mm-uu-pgp-encrypted-test): Ditto.
12321         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12322         between header and body; return application/pgp-encrypted handle
12323         if decryption failed; decode decrypted body by charset.
12324
12325         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12326         element match to application/pgp-*.
12327
12328 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12329
12330         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12331         HTML.
12332
12333 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334
12335         * mail-source.el (mail-source-call-script): Message the error
12336         string.
12337
12338 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * gnus-util.el (gnus-byte-compile): Use it.
12341
12342 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12343
12344         * gnus-util.el (kill-empty-logs): New function.
12345
12346 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12347
12348         * message.el (message-mail-alias-type): Doc fix.
12349         (message-mail-alias-type-p): New function.
12350         (message-send): Use it.
12351         (message-mode): Ditto.
12352         (message-strip-forbidden-properties): Ditto.
12353
12354         * ecomplete.el (ecomplete-database-file-coding-system):
12355         New variable.
12356         (ecomplete-save): Use it.
12357         (ecomplete-setup): Use it.
12358
12359 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * message.el (message-self-insert-commands): New variable.
12362         (message-strip-forbidden-properties): Use it.
12363
12364 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12367         that doesn't make XEmacs choke.
12368
12369 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * gnus-util.el (gnus-replace-in-string):
12372         Prefer replace-regexp-in-string over of replace-in-string.
12373
12374 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-util.el (gnus-select-frame-set-input-focus):
12377         Use select-frame-set-input-focus if it is available in XEmacs; use
12378         definition defined in Emacs 22 for old Emacsen.
12379
12380         * dgnushack.el: Autoload unmorse-region for XEmacs.
12381
12382         * lpath.el: Bind cursor-in-non-selected-windows and
12383         select-frame-set-input-focus for XEmacs.
12384
12385 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12388
12389 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12390
12391         * gnus-registry.el (gnus-registry-cache-save): Remove text
12392         properties when saving via the temp buffer.
12393
12394 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * message.el (message-generate-hashcash): Honor custom type.
12397
12398 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399
12400         * message.el (message-generate-hashcash): Default to non-nil when
12401         hashcash is found.
12402
12403         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12404         (gnus-refer-thread-limit): Increase default to 500.
12405
12406         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12407
12408         * flow-fill.el (fill-flowed): Allow delete-space.
12409
12410 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12413         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12414         Remove autoloads.
12415
12416 2006-04-18  Simon Josefsson  <jas@extundo.com>
12417
12418         * message.el (message-generate-hashcash): Default to.
12419
12420 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12423         concatenating segments rather than before concatenating them.
12424
12425 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12428
12429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12430
12431         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12432
12433         * message.el (message-forward-make-body-plain):
12434         Allow message-forward-ignored-headers to be a list.
12435         (message-remove-ignored-headers): Factor out into function.
12436         (message-forward-make-body-mml): Use it.
12437
12438         * imap.el (imap-quote-specials): New function.
12439         (imap-login-auth): Quote specials.
12440
12441         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12442         (rfc2231-parse-string): Allow concatanation of parameters that
12443         aren't contiguous.  The test case is
12444           (mail-header-parse-content-type "message/external-body;
12445             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12446             access-type=LOCAL-FILE;
12447             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12448
12449 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12450
12451         * nntp.el (nntp-accept-process-output): Return the value of
12452         `nnheader-accept-process-output'.
12453
12454 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12457         (gnus-button-alist): Recognize more diff formats.
12458         (gnus-button-patch): Strip directory.
12459
12460 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12463         Emacs 22 when setting focus.
12464
12465 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-art.el (gnus-article-treat-types): Do treatment of
12468         text/x-verbatim parts.
12469         (gnus-button-patch): New command.
12470
12471         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12472         addresses that contain invalid characters.
12473
12474 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * message.el (message-put-addresses-in-ecomplete):
12477         Use gnus-replace-in-string.
12478         (message-is-yours-p): Use the more correct
12479         mail-header-parse-address instead of
12480         mail-extract-address-components.
12481         (message-put-addresses-in-ecomplete): Fix typo.
12482
12483         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12484         keystroke.
12485
12486         * gnus-art.el (gnus-treatment-function-alist): Change order of
12487         newsgroups/generic header folding to avoid double-folding.
12488
12489         * message.el (message-hidden-headers): Add X-Draft-From.
12490
12491         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12492         New command.
12493         (gnus-summary-repeat-search-article-backward): New command.
12494
12495         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12496         groups in the parent topic.
12497
12498 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12499
12500         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12501         (spam-extra-header-to-number): Return the CRM114 number as a
12502         number instead of a string.
12503
12504 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * gnus-art.el (gnus-face-properties-alist): Move here from
12507         gnus-fun.
12508
12509         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12510
12511 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * message.el (message-strip-forbidden-properties): Only display on
12514         self-insert-command.
12515
12516         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12517         reindent.
12518         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12519
12520 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12521
12522         * smiley.el (smiley-style): Fix typo.
12523
12524 2006-03-23  Kenichi Handa  <handa@m17n.org>
12525
12526         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12527         instead of set-buffer-multibyte.
12528
12529 2006-03-23  Kenichi Handa  <handa@m17n.org>
12530
12531         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12532         buffer and then decode the buffer text if necessary.
12533         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12534         first, and after mm-encode-body, change the buffer to unibyte.
12535
12536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * hashcash.el (hashcash-insert-payment-async-2):
12539         Use message-goto-eoh instead of doing it manually.
12540         (mail-add-payment): Use message-narrow-to-header instead of trying
12541         to do the same itself.
12542
12543         * message.el (message-hidden-headers): Add Face.
12544
12545         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12546         reparenting code.
12547         (gnus-summary-reparent-children): Refactored out code.
12548         (gnus-summary-thread-map): New keystroke.
12549         (gnus-summary-reparent-children): Make into command.
12550
12551         * smiley.el (smiley-style): Default to `medium' if using a large
12552         font.
12553
12554         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12555         does it itself.
12556
12557         * message.el (message-point-in-header-p): Simplify definition.
12558
12559 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * nnagent.el (nnagent-request-set-mark): Silence log file
12562         writing.
12563         (nnagent-request-set-mark): Use write-region instead of
12564         append-to-file.
12565
12566         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12567         strange select method.
12568
12569         * ecomplete.el (ecomplete-display-matches): Get highlightling
12570         right.
12571         (ecomplete-display-matches): Use literals.
12572         (ecomplete-display-matches): Disable message logging.
12573
12574         * message.el (message-display-abbrev): Small optimization.
12575
12576         * ecomplete.el (ecomplete-display-matches): Allow automatic
12577         display.
12578
12579         * message.el (message-strip-forbidden-properties):
12580         Display abbrevs.
12581         (message-display-abbrev): Get automatic display right.
12582
12583         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12584         keystrokes.
12585
12586 2006-04-13  Romain Francoise  <romain@orebokech.com>
12587
12588         TODO: Backport to v5-10!
12589
12590         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12591         Move here (and rename) from gnus-registry.el.
12592
12593         * gnus-registry.el: Require gnus-util.
12594         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12595
12596 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12597
12598         * gnus-group.el (gnus-group-catchup-current):
12599         Change if-then-else-if-then-else into cond.
12600         (gnus-group-catchup): Indent.
12601         (group-name-at-point): New function.
12602         (gnus-fetch-group): Provide default from thing at point.
12603
12604 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12605
12606         * message.el (message-display-abbrev): Fix regexp.
12607
12608         * ecomplete.el (ecomplete-highlight-match-line):
12609         Reimplement choosing.
12610         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12611         dead variables.
12612
12613         * message.el (message-newline-and-indent): Remove debugging.
12614         (message-display-abbrev): Use new implementation.
12615
12616 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-art.el (gnus-article-mode):
12619         Set cursor-in-non-selected-windows to nil.
12620
12621         * smiley.el: Revert previous change.
12622         (smiley-data-directory): defvar it before using it in the
12623         defcustom of `smiley-style'.
12624
12625 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626
12627         * message.el (message-newline-and-indent): New function.
12628
12629         * ecomplete.el: Implement more bits.
12630
12631         * message.el (message-put-addresses-in-ecomplete): Clean up the
12632         string.
12633
12634         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12635
12636         * gnus-sum.el (gnus-summary-save-parts):
12637         Bind gnus-summary-save-parts-counter and use it to make unique file
12638         names.
12639
12640         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12641
12642         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12643         parameter to say whether to actually parse the individual
12644         addresses.
12645
12646         * message.el (message-put-addresses-in-ecomplete): New function.
12647         (ecomplete): Require.
12648         (message-mail-alias-type): Add ecomplete as an option.
12649
12650 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12651
12652         * flow-fill.el (fill-flowed): Remove trailing space from blank
12653         quoted lines.
12654
12655 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12656
12657         * smiley.el (smiley-style): Move definition later to avoid a
12658         compilation warning.
12659
12660 2006-04-12  Kenichi Handa  <handa@m17n.org>
12661
12662         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12663         buffer and then decode the buffer text if necessary.
12664         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12665         first, and after mm-encode-body, change the buffer to unibyte.
12666         Use mm-disable-multibyte instead of set-buffer-multibyte.
12667
12668 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12671         Content-Type header instead of Content-Disposition header.
12672         (gnus-mime-inline-part): Ditto.
12673         (gnus-mime-view-part-as-charset): Ignore charset that the part
12674         specifies.
12675
12676         * mm-decode.el (mm-display-part): Work with external parts and
12677         usual parts similarly.
12678
12679         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12680         instead of gnus-display-mime.
12681
12682         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12683         instead of with-temp-buffer.
12684
12685         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12686         tag to summarized topics part in order to encode non-ASCII text.
12687
12688 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * smiley.el (smiley-style): New variable.
12691         (smiley-directory): New function.
12692         (smiley-data-directory): Derive from `smiley-style' using
12693         `smiley-directory'.
12694         (smiley-regexp-alist): Add new entries.
12695
12696         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12697         (gnus-article-browse-delete-temp): Add :version.
12698
12699 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12700
12701         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12702         the sieve region.
12703
12704 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * gnus.el (gnus-version-number): Bump version.
12707
12708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus.el: No Gnus v0.4 is released.
12711
12712 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12713
12714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12715         layout.
12716
12717         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12718         unknown charset.
12719
12720         * message.el (message-header-synonyms): Add Original-To to the
12721         default.
12722
12723         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12724         optional parameter.
12725
12726 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus-fun.el (gnus): Require it for gnus-directory.
12729
12730 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12733
12734 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12735
12736         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12737
12738 2006-04-05  Simon Josefsson  <jas@extundo.com>
12739
12740         * password.el (password-reset): New function.
12741
12742 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12743
12744         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12745         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12746
12747 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12748
12749         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12750         Some whitespace was matched into the url, which broke browsing hits
12751         > 100 when mm-url-use-external was nil.
12752
12753 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12756         Check gnus-extra-headers for 'Newsgroups.
12757
12758         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12759         bound.
12760
12761 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12762
12763         * pgg-gpg.el: Clean up process buffers every time gpg processes
12764         complete.
12765
12766 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12769         doc string.
12770
12771 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12772
12773         * pgg-gpg.el (pgg-gpg-process-filter)
12774         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12775
12776         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12777         lines, temporary fix.
12778
12779 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12782
12783 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12784
12785         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12786         default-enable-multibyte-characters.  This reverts the change from
12787         revision 6.17 which is no longer necessary because the passphrase
12788         is sent separately now.  GnuPG messages are unreadable under
12789         multibyte locales with default-enable-multibyte-characters set to
12790         nil.
12791
12792 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * message.el (message-tool-bar-gnome): Move "spell".
12795
12796 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12799         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12800         instead.
12801
12802 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12803
12804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12805         Improve newsgroups handling for NNTP overviews which don't include
12806         Newsgroups.
12807
12808 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12809
12810         * message.el (message-resend): Bind message-generate-hashcash to nil.
12811
12812 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12813
12814         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12815         when searching for already-paid recipients.
12816
12817 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12818
12819         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12820         passphrases when it is not needed.
12821         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12822         passphrase stuff from gpg, should only be necessary when you use
12823         gpg with a smartcard.
12824
12825 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * mml.el (mml-insert-mime): Ignore cached contents of
12828         message/external-body part.
12829
12830         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12831         (mm-insert-part): Ditto.
12832
12833 2006-03-23  Simon Josefsson  <jas@extundo.com>
12834
12835         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12836         Reiner.
12837         (pgg-gpg-use-agent-p): Use it again.
12838
12839 2006-03-23  Simon Josefsson  <jas@extundo.com>
12840
12841         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12842         older emacsen.
12843         (pgg-gpg-use-agent-p): Don't use it.
12844
12845 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12848         if we can.
12849
12850 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12851
12852         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12853         (pgg-gpg-update-agent): New function.
12854         (pgg-gpg-use-agent-p): New function.
12855         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12856         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12857         (pgg-gpg-sign-region): Use it.
12858
12859 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12862         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12863
12864 2006-03-21  Simon Josefsson  <jas@extundo.com>
12865
12866         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12867         <wilde@sha-bang.de>.
12868         (pgg-gpg-use-agent): New variable.
12869         (pgg-gpg-process-region): Use it.
12870         (pgg-gpg-encrypt-region): Likewise.
12871         (pgg-gpg-encrypt-symmetric-region): Likewise.
12872         (pgg-gpg-decrypt-region): Likewise.
12873         (pgg-gpg-sign-region): Likewise.
12874         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12875
12876 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12879
12880         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12881         Add comment on version.
12882
12883 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * smiley.el: Add missing test smiley.
12886
12887 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * mm-decode.el (mm-with-part): New macro.
12890         (mm-get-part): Use it; work with message/external-body as well.
12891         (mm-save-part): Treat name and filename equally.
12892
12893         * mm-extern.el (mm-extern-cache-contents): New function.
12894         (mm-inline-external-body): Use it; force the part to be displayed;
12895         move undisplayer added to the cached handle to the parent.
12896
12897         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12898         (gnus-mime-view-part-as-type): Work with message/external-body.
12899
12900         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12901
12902 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12905         images in image-load-path.  [Sync with image.el, revision 1.60, in
12906         Emacs.]
12907
12908 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12911         path rather than symbol.  Always return list of directories.
12912         Guarantee that image directory comes first.  [Sync with image.el,
12913         revision 1.59, in Emacs.]
12914
12915         * message.el (message-make-tool-bar): Adjust to new API of
12916         `gmm-image-load-path-for-library'.
12917
12918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12919
12920         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12921
12922 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12923
12924         * gnus-art.el (gnus-article-only-boring-p):
12925         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12926         intangible text.
12927         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12928
12929 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12932         Use `defun' instead of `gmm-defun-compat'.
12933
12934 2006-03-14  Simon Josefsson  <jas@extundo.com>
12935
12936         * message.el (message-unique-id): Don't use message-number-base36
12937         if (user-uid) is a float.
12938         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12939
12940 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12943
12944         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12945         empty line between a part and a message part.
12946
12947 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * smiley.el: Add more test smileys.
12950         (smiley-data-directory, smiley-regexp-alist)
12951         (gnus-smiley-file-types): Fix doc strings.
12952         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12953         adding new elements.
12954         (smiley-mouse-map): Unused code.  Make it a comment.
12955
12956 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12959         scan latest NoCeM messages instead of old ones.
12960         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12961         delimiters that are recently used.
12962         (gnus-nocem-load-cache): Add autoload cookie.
12963
12964         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12965
12966         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12967         level which is larger than gnus-use-nocem is specified.
12968
12969         * gnus-group.el (gnus-group-get-new-news): Ditto.
12970
12971 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * gnus-util.el (gnus-tool-bar-update): New function.
12974
12975         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12976         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12977
12978         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12979
12980         * gnus-group.el (gnus-group-redraw-when-idle)
12981         (gnus-group-redraw-check): Remove.
12982         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12983
12984 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12987         if optional last element is specified in splits (FIELD VALUE...).
12988
12989 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12992         to gmm-image-load-path-for-library.  Call with no-error argument.
12993         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12994
12995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12996
12997         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12998
12999         * gmm-utils.el (gmm-image-load-path): Remove alias.
13000
13001 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * gmm-utils.el (gmm-image-load-path): Add alias.
13004
13005         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13006         nnml-generate-nov-databases-1.
13007         (nnml-generate-nov-databases): Use it.
13008         (nnml-generate-nov-databases-directory): Document no-active
13009         argument.
13010
13011         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13012         directory if path is t.  Add no-error.
13013
13014         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13015         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13016
13017         * gnus-art.el (gnus-article-browse-delete-temp-files):
13018         Simplify resetting gnus-article-browse-html-temp-list.
13019
13020         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13021         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13022         Add example to docstring.  Rename local variables.  Move error
13023         checks to default case in cond and simplify.
13024
13025 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13028         handle is multipart when calling it recursively.
13029         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13030
13031 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13032
13033         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13034         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13035
13036 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13039         is loaded.
13040
13041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13042         loaded.
13043
13044 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13047         to "Emacs 23 (unicode)" in doc string.
13048
13049         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13050         "Emacs 23 (unicode)" in comment.
13051
13052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13055
13056         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13057         characters 160 through 255 in Emacs 23.
13058
13059 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13062         gnus-article-browse-html-temp.
13063         (gnus-article-browse-delete-temp): Make it customizable.
13064         Add `file'.  Adjust doc string.
13065         (gnus-article-browse-delete-temp-files): Add argument.
13066         Allow query for each file.  Adjust doc string.
13067         (gnus-article-browse-html-parts):
13068         Add `gnus-article-browse-delete-temp-files' to
13069         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13070
13071 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13072
13073         * gnus-art.el (gnus-article-browse-html-temp)
13074         (gnus-article-browse-delete-temp): New variables.
13075         (gnus-article-browse-delete-temp-files): New function.
13076         (gnus-article-browse-html-parts): Use it.
13077
13078 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13081
13082         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13083         string.
13084
13085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13086         gnus-summary-insert-new-articles when unplugged.
13087         Remove gnus-summary-search-article-forward.
13088
13089         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13090         display-visual-class instead of display-color-cells.
13091
13092 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * dgnushack.el: Autoload customize-group for XEmacs.
13095
13096         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13097         message/* containing non-ASCII text properly.
13098
13099 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * message.el: Require gmm-utils, remove autoloads.
13102         (message-tool-bar): Set default based on
13103         gmm-tool-bar-style.
13104         (message-tool-bar-gnome): Add gmm-customize-mode.
13105
13106         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13107         gmm-tool-bar-style.
13108         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13109
13110         * gnus-group.el (gnus-group-tool-bar): Set default based on
13111         gmm-tool-bar-style.
13112         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13113
13114         * gmm-utils.el (gmm-image-directory): Rename variable from
13115         gmm-image-load-path.
13116         (gmm-image-load-path): Use gmm-image-directory.
13117         (gmm-customize-mode): New function.
13118         (gmm-tool-bar-style): New variable.
13119
13120         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13121         gnus-group-redraw-line-number.
13122         (gnus-group-redraw-check): Simplify.
13123         (gnus-group-tool-bar-update): Remove redraw check.
13124         (gnus-group-make-tool-bar): Add redraw check.
13125
13126 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13127
13128         * gnus-art.el (gnus-button): Add missing parentheses.
13129
13130 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * lpath.el: Fbind line-number-at-pos.
13133
13134 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13137
13138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-art.el (gnus-button): New face.
13141         (gnus-article-button-face): Use it.
13142
13143         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13144         Add gnus-summary-next-page.  Re-order.
13145
13146         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13147         next-node are now included.
13148         (gnus-group-redraw-line-number): New internal variable.
13149         (gnus-group-redraw-check): Helper function for updating the tool
13150         bar.
13151         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13152
13153         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13154
13155         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13156         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13157         Use it to match format of Spamassassin 3.0 and later.
13158         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13159         (spam-check-bogofilter)
13160         (spam-bogofilter-register-with-bogofilter): Fix args of
13161         `gnus-error' calls.
13162
13163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13166         unnecessary interaction when sending queued mails.
13167         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13168
13169 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13172         first or last are nil.
13173
13174 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13175
13176         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13177
13178 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13181
13182 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * dns.el (query-dns): Protect more against buggy tcp output.
13185
13186 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13189         nov.php.
13190
13191 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13192
13193         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13194         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13195         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13196         output on the server side.
13197         (nnweb-google-create-mapping): Update regexps and add some
13198         progress indication.
13199
13200 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * gnus-group.el (gnus-group-tool-bar-gnome):
13203         Fix gnus-agent-toggle-plugged.  Re-order icons.
13204         (gnus-group-tool-bar-gnome):
13205         Add gnus-group-{prev,next}-unread-group.
13206         (gnus-group-tool-bar-gnome): Re-order icons.
13207
13208         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13209         Move gnus-summary-insert-new-articles.
13210
13211         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13212         Fix comments.
13213
13214         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13215         also available in Emacs 21.3.
13216
13217         * message.el (message-fix-before-sending): Change "Emacs 22" to
13218         "Emacs 23 (unicode)" in comment.
13219
13220         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13221         "Emacs 23 (unicode)" in comment.
13222
13223         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13224         comment.
13225         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13226
13227         * mm-view.el (mm-fill-flowed): Add :version.
13228
13229 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13232         and load-path.
13233
13234 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * message.el: Autoload gmm-image-load-path.
13237         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13238         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13239         consitency.
13240
13241         * gmm-utils.el (gmm-image-load-path): Also search in
13242         "../etc/images".  Don't set gmm-image-load-path if we don't find
13243         the image.
13244
13245 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gmm-utils.el (gmm-image-load-path): Don't make
13248         `gmm-image-load-path' include subdirectories which the second arg
13249         `image' might specify.
13250
13251         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13252         subdirectory to icon file names.
13253
13254         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13255
13256 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13259         gmm-image-load-path calls.
13260
13261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13262
13263         * message.el (message-make-tool-bar): Ditto.
13264
13265         * mml.el (mml-preview): Add comment concerning tool bar icons.
13266
13267         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13268         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13269
13270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13271         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13272
13273         * message.el (message-tool-bar-gnome): Use new icon names.
13274         (message-make-tool-bar): Use `gmm-image-load-path'.
13275
13276         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13277         New functions from MH-E.
13278         (gmm-image-load-path): New variable from MH-E.
13279         (gmm-image-load-path): New function from MH-E.  Add arguments
13280         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13281         *-image-load-path-called-flag.
13282
13283 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13284
13285         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13286
13287 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13288
13289         * nnimap.el (nnimap-request-move-article): Change folder back to
13290         source group before deleting.
13291
13292 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13295
13296         * gnus-art.el (mm-url-insert-file-contents-external):
13297         Autoload mm-url.
13298
13299         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13300
13301 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13304         coding system which mm-charset-to-coding-system returns for a
13305         given charset is valid.
13306
13307 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13308
13309         * html2text.el (html2text-remove-tag-list):
13310         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13311
13312 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13313
13314         * gnus-cus.el: Revert 2005-10-17 change.
13315
13316 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * gnus-art.el (article-strip-banner):
13319         Call article-really-strip-banner only when the regexp match is made.
13320
13321 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (article-strip-banner):
13324         Use gnus-extract-address-components instead of
13325         mail-header-parse-addresses to make it work with non-ASCII text;
13326         remove mail-encode-encoded-word-string.
13327
13328         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13329         values which are surrounded with \"...\"; make it never cause a
13330         Lisp error; give up parsing of parameters if it failed in
13331         extracting type.
13332
13333 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13334
13335         * smime.el (smime-cert-by-ldap-1): Fix bug where
13336         `smime-ldap-search' returns results without userCertificates.
13337
13338 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13341
13342 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * spam.el (spam-check-spamassassin-headers): Adapt format for
13345         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13346         <ari@mbf.ocn.ne.jp>.
13347         (spam-list-of-processors): Add spam-use-gmane.
13348
13349 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13352         make-temp-file; make it work with XEmacs as well.
13353
13354         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13355         mm-make-temp-file.
13356
13357         * mm-decode.el (mm-display-external): Use the 3rd arg of
13358         mm-make-temp-file.
13359         (mm-create-image-xemacs): Ditto.
13360
13361 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13364         with message-narrow-to-headers.
13365         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13366         (gnus-draft-check-draft-articles): New function.
13367         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13368
13369 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-art.el (gnus-article-browse-html-parts):
13372         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13373         Don't use suffix argument for mm-make-temp-file for Emacs 21
13374         compatibility.  Remove useless `format'.
13375
13376 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13377
13378         * nnweb.el (nnweb-google-wash-article): Update regexps.
13379         (nnweb-group-alist): Use defvoo instead of defvar.
13380
13381 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13384         re-loading nn* modules.
13385
13386 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13389         for `tool-bar-mode' and don't check it's default-value.
13390
13391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13392
13393         * message.el (message-make-tool-bar): Ditto.
13394
13395         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13396         `substring'.  Shorten tmp-file name.
13397
13398         * gnus.el: Remove bogus comment.
13399
13400 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13401
13402         * gnus-art.el (gnus-article-browse-html-parts): New function.
13403         (gnus-article-browse-html-article): New function for viewing html
13404         articles with a browser.
13405
13406 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13407
13408         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13409         in elisp.
13410         (pgg-gpg-encrypt-symmetric-region): Ditto.
13411         (pgg-gpg-sign-region): Ditto.
13412
13413         * pgg-def.el (pgg-text-mode): New variable.
13414
13415         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13416         (mml2015-pgg-encrypt): Ditto.
13417
13418         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13419         (mml1991-pgg-encrypt): Ditto.
13420
13421 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * nnfolder.el (nnfolder-insert-newsgroup-line):
13424         Use message-make-date instead of current-time-string.
13425
13426         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13427         to gnus-decoded which mm-uu might set.
13428
13429 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13432         don't decode quoted parameters; remove misimported Emacs code.
13433         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13434         (rfc2231-decode-encoded-string): Don't use split-string which
13435         behaves differently according to Emacs version; use
13436         mm-decode-coding-region to convert charset to coding-system.
13437         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13438         (rfc2231-encode-string): Remove misimported Emacs code.
13439
13440 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13443         when calling mail-header-parse-content-type.
13444         (article-de-quoted-unreadable): Ditto.
13445         (article-de-base64-unreadable): Ditto.
13446         (article-wash-html): Ditto.
13447
13448         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13449         calling mail-header-parse-content-type and
13450         mail-header-parse-content-disposition.
13451         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13452         mail-header-parse-content-type.
13453
13454         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13455         insert charset and format parameters; encode description after
13456         inserting it to buffer.
13457         (mml-insert-parameter): Fold lines properly even if a parameter is
13458         segmented into two or more lines; change the max column to 76.
13459
13460         * rfc1843.el (rfc1843-decode-article-body): Don't use
13461         ignore-errors when calling mail-header-parse-content-type.
13462
13463         * rfc2231.el (rfc2231-parse-string): Return at least type if
13464         possible; don't cause an error even if it fails in parsing of
13465         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13466         (rfc2231-encode-string): Don't break lines at the beginning, leave
13467         it to mml-insert-parameter.
13468
13469         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13470         calling mail-header-parse-content-type.
13471
13472 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * spam-report.el (spam-report-gmane-use-article-number):
13475         Improve doc string.
13476         (spam-report-gmane-internal): Check if a suitable header was found
13477         in the article.
13478
13479 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13482         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13483
13484 2006-02-05  Romain Francoise  <romain@orebokech.com>
13485
13486         Update copyright notices of all files in the gnus directory.
13487
13488 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13489
13490         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13491
13492 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13495         segmented lines of parameter value to cope with Thunderbird 1.5
13496         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13498         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13499
13500 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13501
13502         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13503         parts.
13504
13505 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13506
13507         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13508         there's only one active file for all servers.
13509         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13510         solid groups.  Gnus might have used a FAST request to select the group.
13511         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13512         and nnweb-search redundantly in the active file.
13513         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13514         (nnweb-request-create-group): Don't use ARGS.
13515         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13516         initialisations.  Let nnoo do the work.
13517
13518 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13521         Say the part has been decoded.
13522
13523         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13524
13525 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13526
13527         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13528         mailcap-viewer-test-cache when there's no 'test clause, since that
13529         will invert the meaning of a "nil" test previously determined by
13530         mailcap-mailcap-entry-passes-test.
13531
13532 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13535         compiling.
13536
13537         * gnus-sum.el: Ditto.
13538
13539         * message.el: Don't bind tool-bar-map when compiling.
13540
13541 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13544
13545 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13546
13547         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13548         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13549         current Google Groups.
13550
13551 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13554         and tool-bar-mode.
13555
13556         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13557         and tool-bar-mode.
13558
13559         * message.el (message-tool-bar-update): Simplify.
13560         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13561
13562         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13563         gnus-summary-buffer.
13564         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13565         gnus-summary-reply.
13566
13567         * gmm-utils.el (gmm): Add :version.
13568
13569 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * Makefile.in (clean): New rule.
13572         (distclean): Use it.
13573
13574 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13575
13576         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13577         Don't autoload.
13578
13579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gmm-utils.el (gmm-verbose): Add :group.
13582
13583 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * message.el: Change some comments WRT tool-bars.
13586
13587         * gnus-sum.el (gnus-summary-tool-bar)
13588         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13589         (gnus-summary-tool-bar-zap-list): New variables.
13590         (gnus-summary-make-tool-bar): Complete rewrite using
13591         `gmm-tool-bar-from-list'.
13592
13593         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13594         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13595         New variables.
13596         (gnus-group-make-tool-bar): Complete rewrite using
13597         `gmm-tool-bar-from-list'.
13598         (gnus-group-tool-bar-update): New function.
13599
13600         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13601
13602 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13605         is dissected into a single part of which the type is the same as
13606         the given one; decode charset.
13607
13608 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13609
13610         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13611         into alists as symbol not string, since that's what
13612         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13613         look for.
13614
13615 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13618         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13619
13620         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13621
13622 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13625         (gnus-xmas-mime-security-button-menu): New function.
13626
13627         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13628         (gnus-mime-security-button-menu): New definition.
13629         (gnus-mime-security-button-map): Use them.
13630         (gnus-mime-security-button-menu): New function.
13631         (gnus-insert-mime-security-button): Addition to help echo.
13632         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13633         (gnus-mime-security-pipe-part): New functions.
13634
13635         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13636         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13637
13638         * mm-decode.el (mm-handle-set-disposition): Remove.
13639         (mm-handle-set-description): Remove.
13640
13641 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13644         (mm-w3m-standalone-supports-m17n-p): New function.
13645         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13646         w3m usage.
13647
13648         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13649         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13650
13651 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * message.el (message-tool-bar-zap-list):
13654         Use gmm-tool-bar-zap-list as custom type.
13655         (message-tool-bar-update): New function.
13656         (message-tool-bar, message-tool-bar-gnome)
13657         (message-tool-bar-retro): Add message-tool-bar-update.
13658         (message-tool-bar-gnome): Add flyspell-buffer.
13659
13660         * gnus-util.el (gnus-error): Describe `args'.
13661
13662         * gmm-utils.el (gmm-error): Describe `args'.
13663         (gmm-tool-bar-zap-list): New widget.
13664         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13665
13666 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13669         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13670         the number of recursive calls.
13671
13672         * mm-decode.el (mm-handle-set-disposition): New macro.
13673         (mm-handle-set-description): New macro.
13674
13675 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13678         encoding.
13679
13680 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * message.el (message-tool-bar-zap-list, message-tool-bar)
13683         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13684         (message-tool-bar-local-item-from-menu): Remove.
13685         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13686         (message-make-tool-bar): New function.
13687         (message-mode): Use `message-make-tool-bar'.
13688
13689         * gmm-utils.el: New file.
13690         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13691         (gmm-lazy): New widget copied from `nnmail.el'.
13692         (gmm-tool-bar-from-list): New function for creating customizable
13693         tool bars.
13694         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13695         output.
13696         (gmm): Add :prefix to defgroup.
13697
13698 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13699
13700         * gmm-utils.el (gmm-widget-p): New function.
13701
13702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * mml.el (mml-attach-file): Describe `description' in doc string.
13705         (mml-menu): Add Emacs MIME manual and PGG manual.
13706
13707 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13708
13709         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13710
13711 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13712
13713         * nntp.el (nntp-end-of-line): Doc fix.
13714
13715 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13716
13717         * imap.el (imap-open): Handle case where buffer is a buffer
13718         object.
13719
13720 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         * gnus-delay.el (gnus-delay): Don't autoload.
13723         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13724         to be re-loaded when customizing the `gnus-delay' group.
13725
13726 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13727
13728         * message.el (message-insert-citation-line): Use newlines.
13729
13730 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13731
13732         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13733         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13734         these routines, so the passphrase can be managed externally and
13735         passed in to the system.
13736         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13737         pgg-add-passphrase-to-cache function.
13738
13739         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13740         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13741         these routines, so the passphrase can be managed externally and
13742         passed in to the system.
13743         (pgg-pgp5-sign-region): Use new name of
13744         pgg-add-passphrase-to-cache function.
13745
13746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13747
13748         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13749         part of the decoded armor to find the key-identifier.
13750         (pgg-gpg-lookup-key-owner): New function to return the
13751         human-readable identifier of a key owner.
13752         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13753         itself.
13754         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13755         the key value) if we have a key and can match it against a secret
13756         key.  Also, added a note pointing out fact that the prompt only
13757         indicates the first matching key.
13758
13759         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13760         pgg-decrypt-region.
13761         (pgg-add-passphrase-to-cache): Rename from
13762         `pgg-add-passphrase-cache' to reduce confusion (all callers
13763         changed).
13764         (pgg-remove-passphrase-from-cache): Rename from
13765         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13766         changed).
13767         (pgg-read-passphrase, pgg-add-passphrase-cache)
13768         (pgg-remove-passphrase-cache): Add informative docstrings.
13769         (pgg-decrypt): Convey provided passphrase in subordinate call to
13770         pgg-decrypt-region.
13771
13772 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13773
13774         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13775         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13776         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13777         'passphrase' argument, so the passphrase can be managed externally
13778         and then passed in to the system.
13779
13780         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13781         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13782         so the passphrase cache can be used reliably with identifiers
13783         besides a pgp packet's key id.
13784
13785         * pgg-gpg.el (pgg-gpg-encrypt-region)
13786         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13787         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13788         these routines, so the passphrase can be managed externally and
13789         passed in to the system.
13790
13791         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13792         'notruncate' argument, so the passphrase cache can be used
13793         reliably with identifiers besides a pgp packet's key id.
13794
13795 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13796
13797         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13798         symmetric encryption.
13799         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13800         encrypted session key.
13801         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13802         message ask for the passphrase in a proper way.
13803
13804         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13805         New user commands for symmetric encryption.
13806
13807 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13810
13811         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13812
13813 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13814
13815         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13816
13817 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mm-decode.el (mm-inlined-types): Add application/pgp.
13820         (mm-automatic-display): Ditto.
13821
13822         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13823         part as text.
13824
13825 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * nnrss.el: Update copyright.
13828         (nnrss-opml-import): Query whether to subscribe to each entry.
13829
13830         * gnus-art.el:
13831         * gnus-sum.el:
13832         * gnus-xmas.el:
13833         * messagexmas.el:
13834         * mm-uu.el:
13835         * mm-view.el: Update copyright.
13836
13837 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * message.el (message-info): New function.
13840         (message-mode-menu): Add it.
13841         Update copyright.
13842
13843         * ChangeLog: Fix and update copyright.
13844
13845 2006-01-13  Romain Francoise  <romain@orebokech.com>
13846
13847         * message.el (message-forward-subject-name-subject): Prefer the
13848         address to 'nowhere' if the sender has no name.
13849         Fix typo.  Update copyright year.
13850
13851 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-art.el (article-wash-html):
13854         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13855         (gnus-article-wash-html-with-w3m-standalone): New function.
13856
13857         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13858         mm-inline-text-html-render-with-w3m-standalone.
13859         (mm-text-html-washer-alist): Map w3m-standalone to
13860         gnus-article-wash-html-with-w3m-standalone.
13861         (mm-inline-text-html-render-with-w3m-standalone): New function.
13862
13863 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13866         Improve LaTeX.
13867
13868 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13871         (nnrss-request-article): Render text/plain parts as HTML.
13872
13873         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13874         the buffer.
13875
13876 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13879         custom definition of `gnus-posting-styles'.
13880
13881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13882         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13883
13884 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13887         Use nntp for bug archive.
13888
13889 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13892         parts.
13893         (nnrss-normalize-date): New function converts ISO 8601 date into
13894         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13895         (nnrss-check-group): Use it.
13896
13897 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13900
13901         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13902         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13903         (nnrss-insert-w3): Ditto.
13904
13905 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13908         the articles to be forwarded including the case where neither a
13909         number of articles nor a region is specified.
13910
13911 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * nnrss.el (nnrss-request-article): Fix last change; fill
13914         text/plain parts.
13915
13916 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13919         in text/plain part.
13920         (nnrss-check-group): Don't add excessive newline to dc:subject.
13921
13922 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13923
13924         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13925         article.
13926
13927 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13930         (nnml-use-compressed-files, nnml-save-mail): Support other
13931         comression programs such as bzip2.
13932
13933 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934
13935         * dns.el (query-dns): Make sure we check the buffer size before
13936         removing tcp headers.
13937
13938 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13941         remove MIME buttons associated with multipart/alternative parts.
13942         (gnus-mime-display-alternative): Tag buttons using `article-type'
13943         text property.
13944
13945         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13946         associated with multipart/alternative parts.
13947
13948         * gnus-art.el (gnus-signature-separator): Fix custom type.
13949
13950         * mm-decode.el (mm-inlined-types): Fix custom type.
13951         (mm-keep-viewer-alive-types): Ditto.
13952         (mm-automatic-display): Ditto.
13953         (mm-attachment-override-types): Ditto.
13954         (mm-inline-override-types): Ditto.
13955         (mm-automatic-external-display): Ditto.
13956
13957 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * spam-report.el (spam-report-user-mail-address)
13960         (spam-report-user-agent): New variables.
13961         (spam-report-url-ping-plain): Use spam-report-user-agent.
13962
13963 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13964
13965         * gnus-art.el (gnus-button-handle-custom): Do not just use
13966         `customize-apropos' for any "M-x customize-*" button but the
13967         function called for.  Accept both the function name and its
13968         argument in order to achieve this.
13969         (gnus-button-alist): Remove support for "custom:" URL's.
13970         Pass function name to `gnus-button-handle-custom' in case of "M-x
13971         customize-*" buttons.
13972
13973 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13976         multipart/alternative and add xref to mm-discouraged-alternatives
13977         in doc string.
13978
13979         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13980         gnus-buttonized-mime-types in doc string.
13981
13982 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13985         Suggest image/.* in the doc string.
13986
13987 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13990         message-marks (Debian bug #342521).
13991
13992 2005-12-12  Simon Josefsson  <jas@extundo.com>
13993
13994         * password.el (password-read-from-cache): Add.
13995         (password-read): Use it.
13996
13997 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * rfc2047.el (rfc2047-charset-to-coding-system):
14000         Recognize us-ascii as a MIME charset.
14001
14002         * mm-bodies.el (mm-decode-content-transfer-encoding):
14003         Protect against the case where the 2nd arg TYPE is nil.
14004
14005 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * pop3.el (pop3-stream-type): Fix custom version.
14008
14009         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14010
14011 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14012
14013         * mm-decode.el (mm-display-external): Add missing cdr.
14014
14015 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14018         RFC1524) if it is in mailcap or add a suffix according to
14019         mailcap-mime-extensions when generating a temp filename; postpone
14020         deleting a temp file for 2 seconds for some wrappers, shell
14021         scripts, and so on, which might exit right after having started a
14022         viewer command as a background job.
14023
14024 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * nntp.el (nntp-marks-directory): Fix custom group.
14027
14028         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14029         steps when < 10.
14030
14031         * gnus-start.el (gnus-no-server-1):
14032         Mention `gnus-level-default-subscribed' in doc string.
14033
14034 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14035
14036         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14037         parens.
14038
14039 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-xmas.el (gnus-use-toolbar): Revert.
14042         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14043         gnus-use-toolbar is default.
14044
14045         * messagexmas.el (message-use-toolbar): Revert.
14046         (message-setup-toolbar): Use global default-toolbar if
14047         message-use-toolbar is default.
14048
14049 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14052         according to default-toolbar-visible-p.
14053
14054         * messagexmas.el (message-use-toolbar): Ditto.
14055
14056 2005-11-26  Dave Love  <fx@gnu.org>
14057
14058         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14059         (tls-program, tls-success): Provide openssl alternative.
14060
14061         * starttls.el: Doc fixes.
14062         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14063         SERVICE to PORT.
14064
14065         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14066         port null or service name.
14067         (starttls-negotiate): Autoload.
14068
14069 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * message.el (message-kill-to-signature): Fix interactive spec.
14072
14073 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * pop3.el (pop3-open-server): Recognize a string as a service name.
14076
14077 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14078
14079         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14080
14081 2005-11-23  Dave Love  <fx@gnu.org>
14082
14083         Add pop3s, pop3/starttls.
14084
14085         * pop3.el (pop3-authentication-scheme): Clarify doc.
14086         (open-tls-stream, starttls-open-stream): Autoload.
14087         (pop3-stream-type): New.
14088         (pop3-open-server): Use it.
14089
14090         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14091         for POP.
14092         (mail-source-keyword-map): Add :stream for POP.
14093         (mail-source-fetch-pop): Use pop3-stream-type.
14094
14095 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14098         of current-time-string.
14099
14100 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14101
14102         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14103         date header.
14104
14105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14106
14107         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14108         it can seriously impact performance as it bypasses the agent's
14109         local caches.
14110
14111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14112
14113         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14114         must be explicitly online rather than "not explicitly offline" for
14115         its flags to be synchronized.
14116
14117         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14118         that gnus-uu-unmark-thread will function correctly.
14119
14120         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14121         1024K is instead displayed as 1M.
14122
14123 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14126
14127 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14128
14129         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14130
14131 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14132
14133         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14134         error message to display actual error condition.
14135         (gnus-agent-save-local): Avoid saving symbols that are bound to
14136         nil as they simply result in a warning message in
14137         gnus-agent-read-local.
14138
14139 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14142         rather than make-variable-buffer-local for file-precious-flag.
14143
14144 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14145
14146         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14147         for duplicates which are removed.  The invalid sort check then
14148         triggers a rescan after the sort as sorting may have moved
14149         duplicate entries such that they can be cheaply detected.
14150
14151 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14154
14155 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14156
14157         * gnus-agent.el (gnus-agent-article-alist-save-format):
14158         Change internal variable to a custom variable.  Change default value
14159         from compressed(2) to uncompressed(1).
14160         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14161         support for uncompressed agentview files.  Taken together, reading
14162         the agentview file should now be 6-7 times faster.
14163
14164 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14165
14166         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14167         as a buffer-local variable.  This avoids creating truncated
14168         dribble files as a result of a hang up, eg.
14169
14170 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14171
14172         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14173         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14174         XEmacs.
14175
14176 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * gnus-start.el (gnus-start-draft-setup):
14179         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14180
14181         * gnus.el (gnus-splash): Change custom group.
14182         (gnus-group-get-parameter, gnus-group-parameter-value):
14183         Describe allow-list argument.
14184
14185         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14186         string.
14187
14188 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-art.el (gnus-default-article-saver): Add user-defined
14191         `function' to custom type.
14192
14193 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14194
14195         * imap.el (imap-open): Handle case where buffer is a buffer
14196         object.
14197
14198 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14201         long lines.
14202         (gnus-cache-delete-group): Wrap doc strings.
14203
14204         * gnus-agent.el (gnus-agent-rename-group)
14205         (gnus-agent-delete-group): Wrap doc strings.
14206
14207 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * messagexmas.el (message-use-toolbar): Change the valid values
14210         into default, top, bottom, left, and right.
14211         (message-toolbar-thickness): New variable.
14212         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14213         well.
14214         (message-setup-toolbar): Make it work.
14215
14216         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14217         (gnus-use-toolbar): Change the valid values into default, top,
14218         bottom, left, and right.
14219         (gnus-toolbar-thickness): New variable.
14220         (gnus-xmas-setup-toolbar): New function.
14221         (gnus-xmas-setup-group-toolbar): Use it.
14222         (gnus-xmas-setup-summary-toolbar): Use it.
14223
14224 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14225
14226         * gnus-start.el (gnus-1): Add "native" to
14227         gnus-predefined-server-alist.
14228
14229         * gnus.el (gnus-method-to-server): Don't add "native" to the
14230         lists here, because that leads to problems when
14231         gnus-select-method is bound.
14232
14233 2005-11-09  Simon Josefsson  <jas@extundo.com>
14234
14235         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14236         use (not sort-by-date) instead.
14237
14238 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14239
14240         * gnus-delay.el (gnus-delay-group): Don't autoload.
14241         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14242         to be re-loaded when customizing the `gnus-delay' group.
14243
14244 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14245
14246         * message.el: Revert last changes.
14247         (message-insert-citation-line): Use newlines.
14248
14249 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14250
14251         * message.el (message-courtesy-message)
14252         (message-mark-insert-begin, message-mark-insert-end)
14253         (message-elide-ellipsis, message-cancel-message)
14254         (message-add-header, message-change-subject)
14255         (message-cross-post-followup-to-header)
14256         (message-cross-post-insert-note, message-reduce-to-to-cc)
14257         (message-widen-reply, message-delete-not-region)
14258         (message-kill-to-signature, message-insert-signature)
14259         (message-insert-importance-high, message-insert-importance-low)
14260         (message-insert-or-toggle-importance)
14261         (message-insert-disposition-notification-to)
14262         (message-indent-citation, message-yank-original)
14263         (message-cite-original-without-signature, message-cite-original)
14264         (message-insert-citation-line, message-position-on-field)
14265         (message-fix-before-sending, message-send-mail-partially)
14266         (message-send-mail, message-send-mail-with-sendmail)
14267         (message-send-mail-with-qmail, message-send-news)
14268         (message-check-news-header-syntax, message-generate-headers)
14269         (message-insert-courtesy-copy, message-fill-address)
14270         (message-fill-header, message-shorten-references)
14271         (message-setup-1, message-cancel-news)
14272         (message-forward-make-body-plain, message-forward-make-body-mime)
14273         (message-forward-make-body-mml, message-encode-message-body)
14274         (message-forward-make-body-digest-plain)
14275         (message-forward-make-body-digest-mime)
14276         (message-use-alternative-email-as-from): Insert `hard-newline'
14277         instead of ordinary newlines.
14278
14279 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * message.el (message-generate-headers): Downcase the argument
14282         given to message-check-element.
14283
14284 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14285
14286         * nntp.el (nntp-authinfo-rejected): New error condition.
14287         (nntp-wait-for): Use new error condition to signal authentication
14288         error.
14289         (nntp-retrieve-data): Rethrow new error condition to break out of
14290         recursive call to nntp-send-authinfo.
14291
14292 2005-11-08  Romain Francoise  <romain@orebokech.com>
14293
14294         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14295         (gnus-summary-exit-map): Bind to `Z p'.
14296         (gnus-summary-make-menu-bar): Add menu item.
14297
14298 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14301         (gnus-treat-*): Add `first' in all doc strings.
14302
14303         * gnus-group.el (gnus-group-compact-group): Fix typo.
14304
14305 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus.el (gnus-parameters-case-fold-search): New variable.
14308         (gnus-parameters-get-parameter): Use it.
14309
14310         * gnus-score.el (gnus-home-score-file): Doc fix.
14311
14312 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14313
14314         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14315
14316 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-util.el (mm-special-display-p): New function.
14319
14320         * mml.el (mml-preview): Use it; doc fix.
14321
14322 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14323
14324         * imap.el (imap-open): Handle case where buffer is a buffer object.
14325
14326 2005-10-29  Romain Francoise  <romain@orebokech.com>
14327
14328         * message.el (message-fix-before-sending): Fix comment.
14329
14330 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14331
14332         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14333
14334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14335
14336         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14337         Used in gnus-score.el.
14338
14339 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14342
14343 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14346         whitespace removed in revision 7.8.  Use concatenated string to
14347         protect trailing whitespace.
14348
14349 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14350
14351         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14352         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14353         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14354         Courier IMAP ("some version from 2004").  Mostly based on similar
14355         code in the same function.
14356
14357 2005-10-26  Didier Verna  <didier@xemacs.org>
14358
14359         * gnus-group.el (gnus-group-compact-group): Invalidate original
14360         article buffer.
14361         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14362         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14363         NOV database and in article itself.
14364         Invalidate article backlog.
14365
14366 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14369
14370 2005-10-26  Simon Josefsson  <jas@extundo.com>
14371
14372         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14373         part of 2004-07-25 change.
14374
14375 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * message.el (message-display-completion-list): New function.
14378         (message-expand-group): Use it; make sure the Completions buffer
14379         is modifiable.
14380 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14381
14382         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14383         user-mail-name is an empty string.
14384
14385 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14388         depending on gnus-score-decay-constant.
14389
14390         * encrypt.el (encrypt-insert-file-contents)
14391         (encrypt-write-file-contents): Don't use `gnus-message'.
14392
14393         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14394         arguments.
14395         (mm-uu-type-alist): Add message-marks and insert-marks.
14396         Pass arguments to mm-uu-verbatim-marks-extract.
14397         (mm-uu-hide-markers): New variable.
14398         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14399
14400         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14401         (gnus-convert-image-to-face-command): Use "convert" by default to
14402         allow other input image formats.
14403         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14404         accordingly.
14405
14406 2005-10-23  Simon Josefsson  <jas@extundo.com>
14407
14408         * imap.el (imap-gssapi-program): Align command line parameters
14409         with latest GNU SASL.
14410         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14411
14412 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14415         HTML.
14416         (nnslashdot-request-article): Ditto.
14417
14418         * lpath.el (featurep): Add nobreak-char-display.
14419
14420 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14421
14422         * mail-source.el (mail-source-fetch-pop): Require pop3.
14423         (mail-source-check-pop): Ditto.
14424
14425 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14428         errors.
14429
14430 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14433         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14434
14435         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14436
14437         * mm-bodies.el (mm-decode-string):
14438         Call `mm-charset-to-coding-system' with allow-override argument.
14439
14440 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14443         (rfc2047-charset-to-coding-system): New function.
14444         (rfc2047-decode-encoded-words): New function.
14445         (rfc2047-decode-region): Use them.
14446         (rfc2047-decode-cte): Remove.
14447         (rfc2047-parse-and-decode): Remove.
14448         (rfc2047-decode): Remove.
14449
14450 2005-10-15  Kenichi Handa  <handa@m17n.org>
14451
14452         * rfc2047.el (rfc2047-decode-cte): New function.
14453         (rfc2047-decode-region): Change the way to decode successive
14454         encoded-words: decode B- or Q-encoding in each encoded-word,
14455         concatenate them, and decode it as charset.
14456
14457 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * lpath.el: Fbind codepage-setup for XEmacs.
14460
14461 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14462
14463         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14464         widget-move-and-invoke.
14465         (gnus-custom-mode): Use gnus-custom-map.
14466
14467 2005-10-15  Bill Wohler  <wohler@newt.com>
14468
14469         * message.el (message-tool-bar-map): Rename image file from
14470         mail_send to mail/send.
14471
14472 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14473
14474         * message.el (message-expand-group): Pass the common
14475         prefix substring of completion to `display-completion-list'.
14476
14477 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * mml-sec.el (mml-secure-method): New internal variable.
14480         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14481         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14482         New functions using mml-secure-method.
14483
14484         * mml.el (mml-mode-map): Add key bindings for those functions.
14485         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14486         Harder <harder@myrealbox.com>.
14487         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14488         Goto end of message if point is the headers of the message.
14489
14490         * message.el (message-in-body-p): New function.
14491
14492         * assistant.el: Autoload gnus-util and netrc.
14493
14494         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14495         Use `mm-charset-override-alist' only when decoding.
14496
14497         * mm-bodies.el (mm-decode-body):
14498         Call `mm-charset-to-coding-system' with allow-override argument.
14499
14500         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14501         `filename' from Content-Disposition if Content-Type doesn't
14502         provide `name'.
14503         (gnus-mime-view-part-as-type): Set default instead of
14504         initial-input.
14505
14506 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14507
14508         * format-spec.el (format-spec): Propagate text properties of % spec.
14509
14510 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * gnus-art.el (gnus-treat-predicate): Add `first'.
14513
14514 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14517         (mm-charset-override-alist): New variable.
14518         (mm-charset-to-coding-system): Use it.
14519         (mm-codepage-setup): New helper function.
14520         (mm-charset-eval-alist): New variable.
14521         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14522         Warn about unknown charsets.
14523
14524         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14525
14526 2005-10-04  David Hansen  <david.hansen@gmx.net>
14527
14528         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14529         (nnrss-check-group): Ditto.
14530
14531 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14532
14533         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14534         Rename x-gnus-verbatim to x-verbatim.
14535         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14536
14537         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14538         x-verbatim.
14539
14540         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14541
14542         * gnus-util.el (gnus-remove-duplicates): Remove.
14543
14544         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14545         instead of gnus-remove-duplicates.
14546
14547         * message.el (message-remove-duplicates): Remove.
14548         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14549         message-remove-duplicates.
14550
14551         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14552         available, else use implementation from `delete-dups'.
14553
14554         * message.el (message-insert-expires): New function.
14555         (message-mode-map): Add key binding.
14556         (message-mode-field-menu): Add menu entry.
14557         (message-mode): Document it.
14558         (message-make-expires-date): Use `message-make-date'.
14559
14560 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14561
14562         * message.el (message-make-expires-date): New function.
14563
14564 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * Makefile.in (list-installed-shadows): New entry.
14567         (install): Use it.
14568         (remove-installed-shadows): New entry.
14569
14570         * dgnushack.el (dgnushack-default-load-path): New variable.
14571         (dgnushack-find-lisp-shadows): New function.
14572         (dgnushack-remove-lisp-shadows): New function.
14573
14574 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * Makefile.in (install-el-elc): New entry.
14577         (install): Use it so that .el files are necessarily installed.
14578
14579 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14582
14583 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14584
14585         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14586         function rather than the diff-mode.el package.
14587         (mm-display-external): Use with-current-buffer.
14588         (mm-viewer-completion-map, mm-viewer-completion-map):
14589         Move initialization inside declaration.
14590
14591 2005-09-29  Simon Josefsson  <jas@extundo.com>
14592
14593         * spam.el: Load hashcash when compiling, to avoid warnings.
14594         Don't autoload mail-check-payment.
14595         (spam-check-hashcash): Define unconditionally, since hashcash.el
14596         is part of Gnus now.  Ignore errors from payment checking.
14597
14598 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * message.el (message-bold-region, message-unbold-region):
14601         Rename from `bold-region' and `unbold-region'.
14602
14603         * message.el: Remove useless autoloads.
14604
14605 2005-09-28  Simon Josefsson  <jas@extundo.com>
14606
14607         * message.el (message-use-idna): Default to t.
14608         (message-use-idna): Test whether encoding works too.  Doc fix.
14609
14610 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * nntp.el (nntp-warn-about-losing-connection): Remove.
14613
14614 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14617         customizable.  Change default value.
14618         (mm-uu-diff-groups-regexp): Change default value.
14619         (mm-uu-type-alist): Add doc string.
14620         (mm-uu-configure): Add doc string.  Make it interactive.
14621         (mm-uu-tex-groups-regexp): New variable.
14622         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14623         (mm-uu-type-alist): Add LaTeX documents.
14624         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14625         of "text/verbatim".
14626         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14627
14628         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14629         instead of "text/verbatim".
14630
14631         * message.el (message-mark-inserted-region)
14632         (message-mark-insert-file): Use slrn style marks when called with
14633         prefix argument.
14634
14635 2005-09-27  Simon Josefsson  <jas@extundo.com>
14636
14637         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14638
14639 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14640
14641         * message.el (message-remove-duplicates): New function.
14642         Implementation borrowed from `gnus-remove-duplicates'.
14643         (message-idna-to-ascii-rhs): Also encode idna addresses in
14644         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14645         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14646         only ask about the same idna domain once per header and also tell
14647         in what header to replace the idna domain.
14648
14649         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14650         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14651         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14652         a header is decoded and not just the last one.
14653
14654 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14657         has been decoded.
14658
14659         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14660         (mm-insert-part): Don't modify text if it has been decoded.
14661
14662         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14663         decoded.
14664
14665         * mm-view.el (mm-inline-text): Don't strip text props unless
14666         decoding enriched or richtext parts.
14667
14668 2005-09-25  Romain Francoise  <romain@orebokech.com>
14669
14670         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14671         * gnus-start.el (gnus-subscribe-interactively):
14672         * gnus-uu.el (gnus-uu-grab-articles):
14673         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14674         space.
14675
14676 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14677
14678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14679         * mm-view.el (mm-view-pkcs7-decrypt):
14680         * gnus-sum.el (gnus-summary-limit-to-extra)
14681         (gnus-summary-respool-article, gnus-read-move-group-name):
14682         * gnus-score.el (gnus-summary-increase-score):
14683         * gnus-util.el (gnus-completing-read-with-default):
14684         * gnus-art.el (gnus-read-save-file-name)
14685         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14686         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14687         * message.el (message-check-news-header-syntax):
14688         Follow convention for reading with the minibuffer.
14689
14690 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * spam-report.el (spam-report-url-ping-plain):
14693         Use gnus-extended-version as User-Agent.
14694
14695         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14696         default value is nil.
14697
14698         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14699         (mm-uu-verbatim-marks-extract): New function.
14700         (mm-uu-extract): New face.
14701         (mm-uu-copy-to-buffer): Use it.
14702
14703         * spam-report.el (spam-report-gmane-ham): Rename from
14704         `spam-report-gmane-unspam'.
14705         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14706         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14707
14708         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14709         Autoload.
14710         (spam-report-gmane-unregister-routine):
14711         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14712
14713 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14714
14715         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14716         (spam-report-gmane-unregister-routine): Add support for gmane
14717         unregistration.
14718
14719         * spam-report.el (spam-report-gmane-unspam)
14720         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14721         (spam-report-gmane): Change to take a single article and do unspam
14722         registration.
14723
14724 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * mm-url.el (mm-url-decode-entities): Fix regexp.
14727
14728 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729
14730         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14731         default to nil, to be able to use Gnus at all.  If the default
14732         switches to something else, then the function should be fixed not
14733         be exceedingly slow.
14734
14735 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14738         fail hard.
14739
14740         * spam-report.el: Add better Keywords line.
14741
14742         * spam.el: Add Maintainer and better Keywords line.
14743
14744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus-art.el (gnus-article-replace-part)
14747         (gnus-mime-replace-part): New functions.
14748         (gnus-mime-action-alist, gnus-mime-button-commands)
14749         (gnus-mime-save-part-and-strip): Add file argument.
14750         (gnus-article-part-wrapper): Add interactive argument.
14751
14752         * gnus-sum.el (gnus-summary-mime-map):
14753         Add `gnus-article-replace-part'.
14754
14755 2005-09-19  Didier Verna  <didier@xemacs.org>
14756
14757         The nnml compaction feature:
14758         * nnml.el (nnml-request-compact-group): New function.
14759         * nnml.el (nnml-request-compact): New function.
14760         * gnus-int.el (gnus-request-compact-group): New function.
14761         * gnus-int.el (gnus-request-compact): New function.
14762         * gnus-group.el (gnus-group-compact-group): New function.
14763         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14764         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14765         * gnus-srvr.el (gnus-server-compact-server): New function.
14766         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14767         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14768
14769 2005-09-18  Deepak Goel  <deego@gnufans.org>
14770
14771         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14772         format spec.
14773
14774 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14777
14778 2005-09-15  Romain Francoise  <romain@orebokech.com>
14779
14780         * message.el (message-fill-paragraph): Clarify docstring.
14781
14782 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * gnus-art.el (gnus-mime-display-part): Protect against broken
14785         MIME messages.
14786
14787 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14790         before parsing header.
14791
14792 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14793
14794         * html2text.el (html2text-replace-list): Add new entities.
14795
14796 2005-09-11  Romain Francoise  <romain@orebokech.com>
14797
14798         * message.el (message-alternative-emails): Improve docstring.
14799         (message-setup-1): Call `message-use-alternative-email-as-from'
14800         after `message-setup-hook' to give it precedence over posting
14801         styles, etc.
14802         (message-use-alternative-email-as-from): Add docstring.
14803         Remove the original From header if present.
14804
14805         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14806         (nnml-save-mail): Use it.
14807
14808         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14809         articles.  Add new argument `silent'.
14810         (gnus-uu-mark-all): Report the total number of marked articles.
14811
14812 2005-09-10  Romain Francoise  <romain@orebokech.com>
14813
14814         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14815         (gnus-uu-mark-series): Likewise.
14816
14817 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * spam-report.el (spam-report-gmane): Fix generation of spam
14820         report URL.
14821
14822 2005-09-10  Simon Josefsson  <jas@extundo.com>
14823
14824         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14825         t, based on discussion on the ding list with Robert Epprecht
14826         <epprecht@solnet.ch>.
14827
14828 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * spam-report.el (spam-report-gmane): Make it work without
14831         X-Report-Spam header.  Gmane now only provides Archived-At.
14832         This is only used if `spam-report-gmane-use-article-number' is nil.
14833         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14834
14835         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14836         make `gnus-summary-sort-by-recipient' work with threading.
14837
14838         * nnweb.el (nnweb-google-wash-article): Print a message if article
14839         is not available.
14840
14841 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14842
14843         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14844         change.  Decode text/* parts content before displaying.
14845
14846 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14849
14850 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14853
14854         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14855         url-package-name, url-package-version,
14856         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14857         w3m-display-inline-images, and w3m-minor-mode-map.
14858
14859 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * message.el (message-tab-body-function): Fix mismatched custom type.
14862
14863         * gnus.el (gnus-group-change-level-function): Ditto.
14864
14865         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14866
14867         * gnus-art.el (gnus-signature-limit)
14868         (gnus-article-mime-part-function): Ditto.
14869
14870 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mml.el (mml-mode): Silence the byte compiler.
14873
14874         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14875         using `(sit-for 0)' before moving the point to the specified part;
14876         skip unbuttonized parts.
14877         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14878         return to the summary window if gnus-auto-select-part is non-nil.
14879
14880 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14883         New variables.
14884         (mml-dnd-attach-file, mml-mode): Use them.
14885
14886         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14887         Make fetching article by MID work again for Google Groups.
14888         Add FIXME concerning gnus-group-make-web-group.
14889
14890         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14891         Don't depend on Gnus by using mail-extract-address-components if
14892         gnus-extract-address-components is not bound.
14893
14894 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14895
14896         * gnus-art.el (gnus-mime-display-security): Don't display the
14897         signature, but only the signed part.
14898
14899 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14902
14903         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14904         list, not listp.
14905
14906 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14907
14908         * mm-encode.el (mm-encode-content-transfer-encoding):
14909         Likewise when encoding.
14910
14911         * mm-bodies.el (mm-decode-content-transfer-encoding):
14912         De-canonicalize CRLF for all text content types, not just
14913         text/plain.
14914
14915 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14918         valid article; point arrow and cursor at the MIME button.
14919
14920 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14923         Suggested by Dan Christensen <jdc@uwo.ca>.
14924
14925         * mm-decode.el (mm-save-part): Enable change of prompt.
14926
14927 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14928
14929         * gnus-msg.el (gnus-inews-add-send-actions):
14930         Make `message-post-method' lambda parameter ARG `&optional'.
14931
14932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * gnus-sum.el (gnus-summary-mime-map):
14935         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14936         gnus-article-jump-to-part.
14937
14938         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14939         (gnus-article-edit-part): Use it.
14940         (gnus-article-part-wrapper): Add no-handle argument.
14941         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14942         New functions.
14943
14944 2005-08-29  Romain Francoise  <romain@orebokech.com>
14945
14946         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14947         docstring.
14948         (gnus-face-from-file): Likewise.
14949
14950 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14953         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14954         non-nil.
14955         (gnus-auto-select-part): New variable.
14956         (gnus-article-jump-to-part): New function.
14957         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14958         (gnus-mime-delete-part): Allow selecting specified part after
14959         deleting or stripping parts.
14960         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14961         part if argument is bogus.
14962
14963 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14964
14965         * gnus-art.el (w3m-minor-mode-map):
14966         * gnus-spec.el (gnus-newsrc-file-version):
14967         * gnus-util.el (nnmail-active-file-coding-system)
14968         (gnus-original-article-buffer, gnus-user-agent):
14969         * gnus.el (gnus-ham-process-destinations)
14970         (gnus-parameter-ham-marks-alist)
14971         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14972         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14973         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14974         * mm-decode.el (gnus-current-window-configuration):
14975         * mm-extern.el (gnus-article-mime-handles):
14976         * mm-url.el (url-current-object, url-package-name)
14977         (url-package-version):
14978         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14979         (smime-keys, w3m-cid-retrieve-function-alist)
14980         (w3m-current-buffer, w3m-display-inline-images)
14981         (w3m-minor-mode-map):
14982         * mml-smime.el (gnus-extract-address-components):
14983         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14984         (gnus-newsrc-hashtb, message-default-charset)
14985         (message-deletable-headers, message-options)
14986         (message-posting-charset, message-required-mail-headers)
14987         (message-required-news-headers):
14988         * mml1991.el (mc-pgp-always-sign):
14989         * mml2015.el (mc-pgp-always-sign):
14990         * nnheader.el (nnmail-extra-headers):
14991         * rfc1843.el (gnus-decode-encoded-word-function)
14992         (gnus-decode-header-function, gnus-newsgroup-name):
14993         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14994
14995 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14996
14997         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14998         the end of the date treatments.
14999
15000 2005-08-15  Simon Josefsson  <jas@extundo.com>
15001
15002         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15003         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15004         Capello and Romain Francoise.
15005         (pgg-fetch-key-function): Remove, not used?
15006         (pgg-insert-url-with-w3): Require url, to get
15007         url-insert-file-contents regardless of where it is defined.
15008
15009 2005-08-13  Romain Francoise  <romain@orebokech.com>
15010
15011         * message.el (message-cite-original-1): New function.
15012         (message-cite-original): Use it.
15013         (message-cite-original-without-signature): Ditto.
15014
15015 2005-08-08  Romain Francoise  <romain@orebokech.com>
15016
15017         * message.el (message-yank-empty-prefix): New variable.
15018         (message-indent-citation): Use it.
15019         (message-cite-original-without-signature): Respect X-No-Archive.
15020
15021 2005-08-08  Simon Josefsson  <jas@extundo.com>
15022
15023         * pgg.el: Autoload url-insert-file-contents instead of loading
15024         w3/url.
15025         (pgg-insert-url-with-w3): Don't load url here.
15026
15027 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15028
15029         * message.el (message-kill-to-signature): Don't insert newline at
15030         bol.
15031         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15032
15033 2005-08-06  Romain Francoise  <romain@orebokech.com>
15034
15035         * message.el (message-user-fqdn): Fix typo in docstring.
15036
15037 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15038
15039         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15040
15041         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15042
15043 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-bodies.el (mm-encode-body): Use coding system rather than
15046         charset to encode text.
15047
15048         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15049         number of charsets if utf-8 is available (XEmacs).
15050
15051 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15054         taken from `gnus-button-mid-or-mail-regexp'.
15055         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15056         (gnus-button-alist): Improve regexp for domain part of the MIDs
15057         for news:localpart@domain buttons.
15058         (gnus-button-ctan-directory-regexp): Update.
15059
15060 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * sieve-manage.el (sieve-manage-interactive-login):
15063         Use make-local-variable rather than make-variable-buffer-local.
15064         (sieve-manage-open): Ditto.
15065         (sieve-manage-authenticate): Ditto.
15066
15067         * mml.el (mml-generate-mime-1): Make the content type default to
15068         text/plain if the filename is not specified.
15069
15070 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15073         instead of insert-buffer.
15074
15075         * message.el (message-yank-original): Ditto; set the mark at the
15076         end of the yanked message.
15077
15078 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15081         lines to scroll rather than to stop it.
15082
15083         * mml.el (mml-generate-default-type): Add doc string.
15084         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15085         default to application/octet-stream when determining the content
15086         type if it is not specified for the part or the mml contents; add
15087         a comment about mml-generate-default-type.
15088
15089 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15090
15091         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15092         make it default to application/octet-stream when determining the
15093         content type if it is not specified for the external contents.
15094
15095 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15098         segmented parameter but also other parameters might be there.
15099
15100 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * mm-decode.el (mm-display-external): Delete temp file, directory
15103         and buffer immediately if the external process is exited.
15104
15105 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15108         fewer lines than that of scroll-margin.
15109         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15110
15111 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-art.el (gnus-article-next-page): Revert.
15114         (gnus-article-beginning-of-window): New macro.
15115         (gnus-article-next-page-1): Use it.
15116         (gnus-article-prev-page): Ditto.
15117         (gnus-article-edit-part): Use insert-buffer-substring instead of
15118         insert-buffer.
15119         (gnus-article-edit-exit): Ditto.
15120
15121         * gnus-util.el (gnus-beginning-of-window): Remove.
15122         (gnus-end-of-window): Remove.
15123
15124         * lpath.el: Don't bind header-line-format and scroll-margin.
15125
15126 2005-07-25  Simon Josefsson  <jas@extundo.com>
15127
15128         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15129         to have the url package without w3.  Reported by Daiki Ueno
15130         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15131
15132 2005-07-20  Didier Verna  <didier@xemacs.org>
15133
15134         * gnus-diary.el: Remove the description comment (nndiary is now
15135         properly documented in the Gnus manual).
15136         Fix the spelling of "Back End".
15137         * nndiary.el: Ditto.
15138         Fix the copyright notice.
15139
15140 2005-07-18  Romain Francoise  <romain@orebokech.com>
15141
15142         * gnus-sum.el (gnus-summary-to-prefix)
15143         (gnus-summary-newsgroup-prefix): New variables.
15144         (gnus-summary-from-or-to-or-newsgroups): Use them.
15145
15146 2005-07-17  Romain Francoise  <romain@orebokech.com>
15147
15148         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15149         space as it's generally not especially interesting to the user.
15150
15151 2005-07-16  Romain Francoise  <romain@orebokech.com>
15152
15153         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15154         nil to avoid prompting and file modification if one of the
15155         messages at the top of the nnfolder file contains a copyright
15156         notice.
15157         Update copyright notice.
15158
15159         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15160         instead of `current-time-string' as the latter creates a time
15161         string that is not RFC 2822 compliant (it lacks the zone).
15162         Update copyright notice.
15163
15164 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15165
15166         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15167         for text/rtf.  Display default in prompt.  Pass default for M-n.
15168
15169         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15170
15171 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15172
15173         * gnus-msg.el (gnus-button-mailto):
15174         Remove save-selected-window-window hackery because it relies on
15175         save-selected-window internals.
15176
15177 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15180         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15181         (gnus-article-prev-page): Ditto.
15182
15183         * gnus-util.el (gnus-beginning-of-window): New function.
15184         (gnus-end-of-window): New function.
15185
15186         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15187
15188 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15189
15190         * gnus-score.el (gnus-score-edit-all-score):
15191         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15192         gnus-message.
15193
15194 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-msg.el (gnus-button-mailto):
15197         Remove save-selected-window-window hackery because it relies on
15198         save-selected-window internals.
15199
15200 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15203         add-minor-mode.
15204         (gnus-binary-mode): Ditto.
15205
15206         * gnus-topic.el (gnus-topic-mode): Ditto.
15207
15208 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15209
15210         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15211         (gnus-article-prev-page): Take scroll-margin into consideration.
15212
15213 2005-07-04  Lute Kamstra  <lute@gnu.org>
15214
15215         Update FSF's address in GPL notices.
15216
15217 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15218
15219         * gnus.el (gnus-exit):
15220         * gnus-group.el (gnus-group-icons):
15221         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15222
15223         * gnus-nocem.el (gnus-nocem):
15224         * message.el (message-various, message-buffers, message-sending)
15225         (message-interface, message-forwarding, message-insertion)
15226         (message-headers, message-news, message-mail):
15227         * pgg-gpg.el (pgg-gpg):
15228         * pgg-parse.el (pgg-parse):
15229         * pgg-pgp.el (pgg-pgp):
15230         * pgg-pgp5.el (pgg-pgp5):
15231         * pop3.el (pop3): Finish `defgroup' description with period.
15232
15233 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-art.el (article-display-face): Improve the efficiency.
15236         (article-display-x-face): Ditto; remove grey x-face stuff.
15237
15238 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-art.el (article-display-face): Correct the position in
15241         which Faces are inserted.
15242
15243 2005-06-29  Didier Verna  <didier@xemacs.org>
15244
15245         * gnus-art.el (article-display-face): Display faces in correct
15246         order.
15247
15248 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15251         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15252         (gnus-nocem-check-article): Fetch the Type header.
15253         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15254         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15255         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15256         make sure gnus-nocem-hashtb is initialized.
15257         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15258         (gnus-nocem-unwanted-article-p): Ditto.
15259
15260         * pgg.el (pgg-verify): Return the verification result.
15261
15262 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15263
15264         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15265         is ascii.
15266
15267 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15268
15269         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15270         `show-nonbreak-escape'.
15271
15272 2005-06-23  Lute Kamstra  <lute@gnu.org>
15273
15274         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15275
15276         * dig.el (dig-mode):
15277         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15278
15279 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15280
15281         * nnimap.el (nnimap-split-download-body): Fix spellings.
15282
15283 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15284
15285         * gnus-art.el (gnus-article-encrypt-body):
15286         * gnus-cus.el (gnus-score-customize):
15287         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15288         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15289
15290 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15291
15292         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15293         header by looking for magic "MII" at the beginnig.
15294
15295 2005-06-16  Miles Bader  <miles@gnu.org>
15296
15297         * gnus-xmas.el (gnus-xmas-group-startup-message):
15298         Use renamed gnus-splash face.
15299
15300         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15301         (assistant-field-face): New backward-compatibility alias for renamed
15302         face.
15303         (assistant-render-text): Use renamed assistant-field face.
15304
15305         * spam.el (spam): Remove "-face" suffix from face name.
15306         (spam-face): New backward-compatibility alias for renamed face.
15307         (spam-face, spam-initialize): Use renamed spam face.
15308
15309         * message.el (message-header-to, message-header-cc)
15310         (message-header-subject, message-header-newsgroups)
15311         (message-header-other, message-header-name)
15312         (message-header-xheader, message-separator, message-cited-text)
15313         (message-mml): Remove "-face" suffix from face names.
15314         (message-header-to-face, message-header-cc-face)
15315         (message-header-subject-face, message-header-newsgroups-face)
15316         (message-header-other-face, message-header-name-face)
15317         (message-header-xheader-face, message-separator-face)
15318         (message-cited-text-face, message-mml-face):
15319         New backward-compatibility aliases for renamed faces.
15320         (message-font-lock-keywords): Use renamed message faces.
15321
15322         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15323         (sieve-test-commands, sieve-tagged-arguments):
15324         Remove "-face" suffix from face names.
15325         (sieve-control-commands-face, sieve-action-commands-face)
15326         (sieve-test-commands-face, sieve-tagged-arguments-face):
15327         New backward-compatibility aliases for renamed faces.
15328         (sieve-control-commands-face, sieve-action-commands-face)
15329         (sieve-test-commands-face, sieve-tagged-arguments-face):
15330         Use renamed sieve faces.
15331
15332         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15333         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15334         (gnus-group-news-3-empty, gnus-group-news-4)
15335         (gnus-group-news-4-empty, gnus-group-news-5)
15336         (gnus-group-news-5-empty, gnus-group-news-6)
15337         (gnus-group-news-6-empty, gnus-group-news-low)
15338         (gnus-group-news-low-empty, gnus-group-mail-1)
15339         (gnus-group-mail-1-empty, gnus-group-mail-2)
15340         (gnus-group-mail-2-empty, gnus-group-mail-3)
15341         (gnus-group-mail-3-empty, gnus-group-mail-low)
15342         (gnus-group-mail-low-empty, gnus-summary-selected)
15343         (gnus-summary-cancelled, gnus-summary-high-ticked)
15344         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15345         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15346         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15347         (gnus-summary-low-undownloaded)
15348         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15349         (gnus-summary-low-unread, gnus-summary-normal-unread)
15350         (gnus-summary-high-read, gnus-summary-low-read)
15351         (gnus-summary-normal-read, gnus-splash):
15352         Remove "-face" suffix from face names.
15353         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15354         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15355         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15356         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15357         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15358         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15359         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15360         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15361         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15362         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15363         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15364         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15365         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15366         (gnus-summary-normal-ticked-face)
15367         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15368         (gnus-summary-normal-ancient-face)
15369         (gnus-summary-high-undownloaded-face)
15370         (gnus-summary-low-undownloaded-face)
15371         (gnus-summary-normal-undownloaded-face)
15372         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15373         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15374         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15375         (gnus-splash-face):
15376         New backward-compatibility aliases for renamed faces.
15377         (gnus-group-startup-message): Use renamed gnus faces.
15378
15379         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15380         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15381         (gnus-server-agent): Remove "-face" suffix from face names.
15382         (gnus-server-agent-face, gnus-server-opened-face)
15383         (gnus-server-closed-face, gnus-server-denied-face)
15384         (gnus-server-offline-face):
15385         New backward-compatibility aliases for renamed faces.
15386         (gnus-server-agent-face, gnus-server-opened-face)
15387         (gnus-server-closed-face, gnus-server-denied-face)
15388         (gnus-server-offline-face): Use renamed gnus faces.
15389
15390         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15391         Remove "-face" suffix from face names.
15392         (gnus-picon-xbm-face, gnus-picon-face):
15393         New backward-compatibility aliases for renamed faces.
15394
15395         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15396         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15397         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15398         (gnus-cite-11): Remove "-face" suffix from face names.
15399         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15400         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15401         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15402         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15403         New backward-compatibility aliases for renamed faces.
15404         (gnus-cite-attribution-face, gnus-cite-face-list)
15405         (gnus-article-boring-faces): Use renamed gnus faces.
15406
15407         * gnus-art.el (gnus-signature, gnus-header-from)
15408         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15409         (gnus-header-content): Remove "-face" suffix from face names.
15410         (gnus-signature-face, gnus-header-from-face)
15411         (gnus-header-subject-face, gnus-header-newsgroups-face)
15412         (gnus-header-name-face, gnus-header-content-face):
15413         New backward-compatibility aliases for renamed faces.
15414         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15415
15416         * gnus-sum.el (gnus-summary-selected-face)
15417         (gnus-summary-highlight): Use renamed gnus faces.
15418         * gnus-group.el (gnus-group-highlight): Likewise.
15419
15420 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15421
15422         * gnus-sieve.el (gnus-sieve-article-add-rule):
15423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15424         * spam-stat.el (spam-stat-buffer-change-to-spam)
15425         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15426
15427         * message.el (message-is-yours-p):
15428         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15429
15430 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * mm-view.el (mm-inline-text): Withdraw the last change.
15433
15434 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15437         executing enriched-decode.
15438
15439 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15442         charset of tar files.
15443
15444 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15445
15446         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15447
15448 2005-06-04  Lute Kamstra  <lute@gnu.org>
15449
15450         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15451         information is never recorded.
15452
15453 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15454
15455         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15456
15457 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * pop3.el (pop3-apop): Run md5 in the binary mode.
15460
15461         * starttls.el (starttls-set-process-query-on-exit-flag):
15462         Use eval-and-compile.
15463
15464 2005-05-31  Simon Josefsson  <jas@extundo.com>
15465
15466         * smime.el (smime-replace-in-string): Define.
15467         (smime-cert-by-ldap-1): Use it.
15468
15469 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (article-display-x-face): Replace
15472         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15473
15474         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15475         set-process-query-on-exit-flag or process-kill-without-query.
15476
15477         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15478         loop instead of replace-regexp.
15479
15480         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15481         instead of process-kill-without-query if it is available.
15482
15483         * lpath.el: Fbind ldap-search-entries.
15484
15485         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15486         instead of find-file-hooks if it is available.
15487
15488         * mml1991.el: Bind pgg-default-user-id when compiling.
15489
15490         * mml2015.el: Bind pgg-default-user-id when compiling.
15491
15492         * nndraft.el (nndraft-request-associate-buffer):
15493         Use write-contents-functions instead of write-contents-hooks if it is
15494         available.
15495
15496         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15497         instead of find-file-hooks if it is available.
15498
15499         * nntp.el (nntp-open-connection): Replace
15500         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15501         (nntp-open-ssl-stream): Ditto.
15502         (nntp-open-tls-stream): Ditto.
15503
15504         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15505         set-process-query-on-exit-flag or process-kill-without-query.
15506         (starttls-open-stream-gnutls): Use it instead of
15507         process-kill-without-query.
15508         (starttls-open-stream): Ditto.
15509
15510 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15511
15512         * smime.el (smime-cert-by-ldap-1): Don't use
15513         replace-regexp-in-string.
15514
15515 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15516
15517         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15518
15519         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15520         in PEM format.  Adjust to the XEmacs compability.
15521
15522 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15525         by `string-to-number'.
15526         * gnus-agent.el (gnus-agent-regenerate-group)
15527         (gnus-agent-fetch-articles): Ditto.
15528         * gnus-art.el (gnus-button-fetch-group): Ditto.
15529         * gnus-cache.el (gnus-cache-generate-active)
15530         (gnus-cache-articles-in-group): Ditto.
15531         * gnus-group.el (gnus-group-set-current-level)
15532         (gnus-group-insert-group-line): Ditto.
15533         * gnus-score.el (gnus-score-set-expunge-below)
15534         (gnus-score-set-mark-below, gnus-summary-score-effect)
15535         (gnus-summary-score-entry): Ditto.
15536         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15537         (gnus-soup-pack): Ditto.
15538         * gnus-spec.el (gnus-xmas-format): Ditto.
15539         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15540         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15541         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15542         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15543         * nndb.el (nndb-get-remote-expire-response): Ditto.
15544         * nndiary.el (nndiary-parse-schedule-value)
15545         (nndiary-string-to-number, nndiary-request-replace-article)
15546         (nndiary-request-article): Ditto.
15547         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15548         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15549         * nneething.el (nneething-make-head): Ditto.
15550         * nnfolder.el (nnfolder-request-article)
15551         (nnfolder-retrieve-headers): Ditto.
15552         * nnheader.el (nnheader-file-to-number): Ditto.
15553         * nnkiboze.el (nnkiboze-request-article): Ditto.
15554         * nnmail.el (nnmail-process-unix-mail-format)
15555         (nnmail-process-babyl-mail-format): Ditto.
15556         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15557         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15558         (nnmh-request-create-group, nnmh-request-list-1)
15559         (nnmh-request-group, nnmh-request-article): Ditto.
15560         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15561         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15562         * nnsoup.el (nnsoup-make-active): Ditto.
15563         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15564         * nntp.el (nntp-find-group-and-number)
15565         (nntp-retrieve-headers-with-xover): Ditto.
15566         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15567         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15568         (pgg-format-key-identifier): Ditto.
15569         * pop3.el (pop3-last, pop3-stat): Ditto.
15570         * qp.el (quoted-printable-decode-region): Ditto.
15571
15572         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15573         of concat.
15574
15575 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15578
15579         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15580
15581         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15582
15583         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15584
15585         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15586
15587         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15588
15589         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15590         (gnus-carpal-mode): Ditto.
15591
15592         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15593         (gnus-browse-mode): Ditto.
15594
15595         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15596
15597         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15598
15599 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15600
15601         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15602
15603 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-util.el (gnus-run-mode-hooks): New function.
15606
15607         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15608
15609         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15610         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15611
15612 2005-05-27  Lute Kamstra  <lute@gnu.org>
15613
15614         * dns-mode.el (dns-mode): Specify customization group.
15615
15616 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15617
15618         * gnus-agent.el (gnus-agent-make-mode-line-string):
15619         Use mode-line-highlight as mouse-face.
15620
15621 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * canlock.el (canlock): Change the parent group to news.
15624
15625         * deuglify.el (gnus-outlook-deuglify): Add :group.
15626
15627         * dig.el (dig): Add :group.
15628
15629         * dns-mode.el (dns-mode): Add :group.
15630
15631         * encrypt.el (encrypt): Add :group.
15632
15633         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15634         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15635         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15636         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15637         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15638
15639         * gnus-diary.el (gnus-diary): Add :group.
15640
15641         * gnus.el (gnus-group-news-1-face): Add :group.
15642         (gnus-group-news-1-empty-face): Ditto.
15643         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15644         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15645         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15646         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15647         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15648         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15653         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15654         (gnus-summary-high-ticked-face): Ditto.
15655         (gnus-summary-low-ticked-face): Ditto.
15656         (gnus-summary-normal-ticked-face): Ditto.
15657         (gnus-summary-high-ancient-face): Ditto.
15658         (gnus-summary-low-ancient-face): Ditto.
15659         (gnus-summary-normal-ancient-face): Ditto.
15660         (gnus-summary-high-undownloaded-face): Ditto.
15661         (gnus-summary-low-undownloaded-face): Ditto.
15662         (gnus-summary-normal-undownloaded-face): Ditto.
15663         (gnus-summary-high-unread-face): Ditto.
15664         (gnus-summary-low-unread-face): Ditto.
15665         (gnus-summary-normal-unread-face): Ditto.
15666         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15667         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15668
15669         * hashcash.el (hashcash): New custom group.
15670         (hashcash-default-payment): Add :group.
15671         (hashcash-payment-alist): Ditto.
15672         (hashcash-default-accept-payment): Ditto.
15673         (hashcash-accept-resources): Ditto.
15674         (hashcash-path): Ditto.
15675         (hashcash-extra-generate-parameters): Ditto.
15676         (hashcash-double-spend-database): Ditto.
15677         (hashcash-in-news): Ditto.
15678
15679         * message.el (message-minibuffer-local-map): Add :group.
15680
15681         * netrc.el (netrc): Add :group.
15682
15683         * sieve-manage.el (sieve-manage-log): Add :group.
15684         (sieve-manage-default-user): Diito.
15685         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15686         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15687         (sieve-manage-authenticators): Ditto.
15688         (sieve-manage-authenticator-alist): Ditto.
15689         (sieve-manage-default-port): Ditto.
15690
15691         * sieve-mode.el (sieve-control-commands-face): Add :group.
15692         (sieve-action-commands-face): Ditto.
15693         (sieve-test-commands-face): Ditto.
15694         (sieve-tagged-arguments-face): Ditto.
15695
15696         * smime.el (smime): Add :group.
15697
15698         * spam-report.el (spam-report): Add :group.
15699
15700         * spam.el (spam, spam-face): Add :group.
15701
15702 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15703
15704         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15705         return \n.\n.\n at the end of articles.  Protect against that.
15706         (nntp-with-open-group): Allow debugging.
15707
15708         * nnheader.el (mail-header-set-extra): Make into a function
15709         because I just could't understand how to quote the list properly.
15710
15711         * dns.el (query-dns-cached): New function.
15712
15713 2005-05-26  Lute Kamstra  <lute@gnu.org>
15714
15715         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15716
15717 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15720
15721         * gnus-art.el: Don't autoload mail-extract-address-components.
15722
15723         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15724         eval-and-compile to evaluate it.
15725
15726         * hashcash.el: Don't autoload executable-find.
15727
15728         * nndb.el: Don't declare the nndb back end two or more times; don't
15729         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15730
15731         * nntp.el: Autoload format-spec instead of format; use
15732         eval-and-compile to evaluate autoload forms.
15733
15734 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15735
15736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15737
15738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15739
15740         * gnus.el (gnus-version-number): Bump version.
15741
15742 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15743
15744         * gnus.el: No Gnus v0.3 is released.
15745
15746 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * lpath.el (featurep): Bind show-nonbreak-escape.
15749
15750 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-art.el (gnus-article-edit-part): Disable undo.
15753
15754 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15757         gnus-article-date-lapsed-new-header is t if date timer is active;
15758         skip headers in which the original date value is empty.
15759         (gnus-article-save-original-date): Redefine it as a macro.
15760         (gnus-display-mime): Use it.
15761
15762 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-art.el (article-date-ut): Support converting date in
15765         forwarded parts as well.
15766         (gnus-article-save-original-date): New function.
15767         (gnus-display-mime): Use it.
15768
15769 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15770
15771         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15772         enclosure element of <item>.
15773
15774 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * message.el (message-kill-buffer-query): Rename from
15777         `message-kill-buffer-query-if-modified'.  Add :version.
15778
15779 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15782         window layout.
15783
15784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * mml.el: Autoload dnd when compiling.
15787
15788 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15791         x-dnd-*.
15792
15793 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * qp.el (quoted-printable-encode-region): Save excursion.
15796
15797 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * message.el (message-kill-buffer-query-if-modified): Add new variable
15800         so the user can kill a modified message buffer quickly.
15801         (message-kill-buffer): Use it.
15802
15803 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * lpath.el: Fbind display-time-event-handler; don't fbind
15806         string-to-multibyte.
15807
15808         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15809
15810 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15813         contained in text because xml.el decodes entities) with LFs.
15814
15815 2005-04-11  Lute Kamstra  <lute@gnu.org>
15816
15817         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15818         differently.
15819
15820 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15821
15822         * mm-util.el (mm-detect-coding-region): Typo.
15823
15824 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15827
15828 2005-04-06  Deepak Goel  <deego@gnufans.org>
15829
15830         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15831         user-function allow user modifications of the scores.
15832         (spam-stat-score-buffer-user): New function, to allow
15833         user-computed modifications to the score.
15834         (spam-stat-score-buffer-user-functions): List of additional
15835         scoring functions.
15836         (spam-stat-error-holder): Global temporary error holder.
15837         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15838         variable.
15839
15840 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15841
15842         * gnus-registry.el (gnus-registry-clean-empty-function)
15843         (gnus-registry-trim, gnus-registry-fetch-groups)
15844         (gnus-registry-delete-group): Groups that match
15845         `gnus-registry-ignored-groups' are removed from the registry
15846         entries, not just ignored for splitting.  This helps clean up the
15847         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15848         to get all the groups a message ID is in.
15849
15850         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15851         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15852         (spam-stat-score-buffer-user-functions): Add :number custom type.
15853
15854 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15857         argument in XEmacs.
15858
15859         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15860         (nnrss-request-group): Decode group name first.
15861         (nnrss-request-article): Make a text/plain article if mml-to-mime
15862         failed.
15863         (nnrss-get-encoding): Return a compatible encoding according to
15864         nnrss-compatible-encoding-alist.
15865         (nnrss-find-el): Use consp instead of listp.
15866         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15867
15868 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15871         which Emacs 20 doesn't support.
15872         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15873
15874 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15877         silence the byte compiler inside the defun.
15878
15879         * gnus-demon.el (parse-time-string): Add autoload.
15880
15881         * gnus-delay.el (parse-time-string): Add autoload.
15882
15883         * gnus-art.el (parse-time-string): Add autoload.
15884
15885         * nnultimate.el (parse-time): Require for `parse-time-string'.
15886
15887 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15890
15891         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15892
15893         * smime.el (smime-ldap-host-list): Add :version.
15894
15895 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15898         pass it to `gnus-browse-read-group'.
15899         (gnus-browse-read-group): Add NUMBER argument and pass it to
15900         `gnus-group-read-ephemeral-group'.
15901
15902         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15903         argument and pass it to `gnus-group-read-group'.
15904
15905 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15906
15907         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15908         mm-xemacs-find-mime-charset-1 if we have the mule feature
15909         available at runtime.
15910
15911 2005-03-25  Werner Lemberg  <wl@gnu.org>
15912
15913         * nnmaildir.el: Replace `illegal' with `invalid'.
15914
15915 2005-03-23  Lute Kamstra  <lute@gnu.org>
15916
15917         * time-date.el: Add comment on time value formats.
15918         Don't require parse-time.
15919         (with-decoded-time-value): New macro.
15920         (encode-time-value): New function.
15921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15922         (days-to-time): Return a valid time value when arg is huge.
15923         (time-since): Use time-subtract.
15924         (time-to-number-of-days): Use time-to-seconds.
15925
15926 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15927
15928         * gnus-start.el (gnus-display-time-event-handler):
15929         Check display-time-timer at runtime rather than only at load time
15930         in case display-time-mode is turned off in the mean time.
15931
15932 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15935         used.
15936
15937         * nneething.el (nneething-map-file-directory): Derive from
15938         `gnus-directory'.
15939
15940         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15941         the To/Cc button.
15942
15943 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * nnmaildir.el (nnmaildir-request-accept-article):
15946         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15947
15948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15949
15950         * gnus-async.el: Require timer-funcs at compile time when in
15951         XEmacs for `run-with-idle-timer'.
15952
15953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15954
15955         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15956         autoloaded function.
15957
15958 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15959
15960         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15961
15962 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15963
15964         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15965
15966 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15967
15968         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15969         Add gnus-expert-user to default.
15970
15971 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15972
15973         * nnimap.el (nnimap-open-server): Ditto.
15974
15975         * imap.el (imap-authenticate): Fix typo.
15976
15977 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15978
15979         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15980         buffer (since IMAP server might return FETCH response out of
15981         order, and the nntp buffer must be sorted).
15982
15983 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15984
15985         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15986         comparison on string.
15987
15988         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15989         (gnus-agent-score): Rename category keywords to match gnus-cus.
15990         (gnus-agent-summary-fetch-series): Modify to protect against
15991         gnus-agent-summary-fetch-group clearing processable flags.
15992         (gnus-agent-synchronize-group-flags): Update live group buffer as
15993         synchronization may occur due to the user toggle the plugged
15994         status.
15995         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15996         successfully downloaded.
15997         (gnus-agent-expire-group-1): Avoid using markers when the overview
15998         is in ascending order; greatly improves performance.
15999         (gnus-agent-regenerate-group):
16000         Use gnus-agent-synchronize-group-flags to reset read status in both
16001         gnus and server.
16002         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16003
16004 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * message.el: Don't autoload former message-utils variables.
16007         (message-strip-subject-trailing-was): Change doc string.
16008
16009         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16010         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16011         (nnweb-google-search): Add "hl=en" here.
16012         (nnweb-google-parse-1, nnweb-google-create-mapping):
16013         Don't hardcode URL.
16014
16015 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * message.el (message-get-reply-headers, message-followup):
16018         Mention related variables `message-use-followup-to' and
16019         `message-use-mail-followup-to', in the information buffer.
16020
16021         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16022         of broken groups(-beta).google.com.
16023
16024 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16027         parameter to invoked gnus-request-move-article; remove the
16028         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16029         all at once instead of once per article.
16030         (gnus-summary-remove-process-mark): Accept a list of articles as
16031         well as a single article for processing.
16032
16033         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16034         parameter.
16035
16036         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16037
16038         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16039
16040         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16041         parameter.
16042
16043         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16044         parameter.
16045
16046         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16047         parameter and remove the gnus-sum-hint-move-is-internal variable.
16048
16049         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16050         parameter.
16051
16052         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16053         parameter.
16054
16055         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16056         parameter.
16057
16058         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16059
16060         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16061         parameter.
16062
16063         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16064         parameter.
16065
16066 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16067
16068         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16069         a more conservative way.
16070
16071 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16072
16073         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16074         buffer, so it moves the window's cursor.
16075
16076 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16077
16078         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16079         `mm-dissect-multipart' and receive the from field as an (optional)
16080         argument from `mm-dissect-multipart'.
16081         (mm-dissect-multipart): Receive the from field as an argument and
16082         pass it on when we call `mm-dissect-buffer' on MIME parts.
16083         Fixes verification/decryption of signed/encrypted MIME parts.
16084
16085 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16086
16087         * gnus-sum.el (gnus-summary-move-article):
16088         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16089         whatever it calls (right now, only nnimap-request-move article
16090         respects it).
16091
16092         * nnimap.el (nnimap-request-move-article):
16093         When gnus-sum-hint-move-is-internal is set, don't do the extra
16094         nnimap-request-article.
16095
16096 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16099
16100         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16101         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16102
16103         * gnus-sum.el (gnus-summary-caesar-message):
16104         Apply `gnus-treat-article' after rotation.
16105
16106         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16107         doc string.
16108
16109 2005-02-22  Simon Josefsson  <jas@extundo.com>
16110
16111         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16112         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16113         <arne@arnested.dk>.
16114         (encrypt): Add password-cache and password-cache-expiry as group
16115         members.
16116
16117 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16118
16119         * smime.el (smime-ldap-host-list): Doc fix.
16120         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16121         cache) password.
16122         (smime-sign-region): Use it.
16123         (smime-decrypt-region): Use it.
16124         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16125         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16126         fails.
16127         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16128         certificate from DER to PEM format rather than calling openssl.
16129
16130         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16131
16132         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16133         for signing/encryption.
16134
16135         * mml.el (mml-parse-1): Use them.
16136
16137 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16138
16139         * nnrss.el (nnrss-verbose): Remove.
16140         (nnrss-request-group): Use `nnheader-message' instead.
16141
16142 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16143
16144         * nnrss.el (nnrss-verbose): New variable.
16145         (nnrss-request-group): Make it say nnrss is requesting a group.
16146
16147 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16148
16149         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16150         Handle news URL with given port correctly.
16151
16152 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16155         containing special characters.
16156
16157         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16158
16159         * mml.el (mime-to-mml): Ditto.
16160
16161         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16162         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16163         (rfc2047-decode-region): Quote decoded words containing special
16164         characters when rfc2047-quote-decoded-words-containing-tspecials
16165         is non-nil.
16166
16167 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16168
16169         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16170
16171         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16172
16173 2005-02-15  Simon Josefsson  <jas@extundo.com>
16174
16175         * nnimap.el (nnimap-debug): Doc fix.
16176
16177         * imap.el (imap-debug): Doc fix.
16178
16179 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16182
16183 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16184
16185         * gnus.el (spam-contents): Improve docs for spam-contents
16186         parameter in its variable incarnation.
16187
16188 2005-02-14  Simon Josefsson  <jas@extundo.com>
16189
16190         * smime-ldap.el: Use require instead of load-library for ldap.
16191         (smime-ldap-search): Indent.
16192         (smime-ldap-search-internal): Shorten line.
16193
16194         * smime.el (smime-cert-by-dns): Add doc-string.
16195         (smime-cert-by-ldap-1): Indent.
16196
16197         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16198         mml-smime-get-dns-ldap.
16199         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16200
16201 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16202
16203         * smime.el: Require smime-ldap.
16204         (smime-ldap-host-list): New variable.
16205         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16206
16207         * mml-smime.el (mml-smime-encrypt-query): New function.
16208         (mml-smime-encrypt-query): Use it.
16209
16210         * smime-ldap.el: New file.
16211
16212 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16215
16216 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16219         argument in doc string.  Make query for type more clear.
16220
16221 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * gnus.el (gnus-group-startup-message): Search for gnus images in
16224         etc/images/gnus.
16225         * mm-util.el (mm-image-load-path): Likewise.
16226         * smiley.el (smiley-data-directory): Search for smilies in
16227         etc/images/smilies.
16228
16229 2005-02-09  Kim F. Storm  <storm@cua.dk>
16230
16231         Change Emacs release version from 21.4 to 22.1 throughout.
16232         Change Emacs development version from 21.3.50 to 22.0.50.
16233
16234 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16237
16238         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16239         non-Mule XEmacs as well.
16240         (mm-decompress-buffer): Signal an error intentionally if it does
16241         not decompress compressed data because auto-compression-mode is
16242         disabled.
16243
16244 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16247         an ID in the registry even if it has no groups.
16248
16249 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16252         merge it into mm-decompress-buffer.
16253         (gnus-mime-copy-part): Use the MIME part charset, the value which
16254         a user specified or gnus-newsgroup-charset for decoding, like
16255         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16256         save-buffer what was used.  Suggested by Kevin Ryde
16257         <user42@zip.com.au>.
16258         (gnus-mime-inline-part): Allow the name parameter as well as the
16259         filename parameter; force decompressing of compressed data; always
16260         display contents being not decoded as unibyte.
16261
16262         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16263         as well as the filename parameter.
16264
16265         * mm-util.el (mm-decompress-buffer):
16266         Merge gnus-mime-jka-compr-maybe-uncompress.
16267         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16268         of compressed data.
16269
16270 2005-02-08  Simon Josefsson  <jas@extundo.com>
16271
16272         * imap.el (imap-log): Doc fix.
16273
16274 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16277         the coding cookies; decompress compressed parts.
16278
16279         * mml.el (mml-generate-mime-1): Add the charset parameter according
16280         to the value which a user specified manually or the coding cookie.
16281
16282         * mm-util.el (mm-string-to-multibyte): New function.
16283         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16284         (mm-coding-system-to-mime-charset): New function.
16285         (mm-decompress-buffer): New function.
16286         (mm-find-buffer-file-coding-system): New function.
16287
16288         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16289         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16290         parts.
16291
16292 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16293
16294         * mm-view.el (mm-display-inline-fontify): Decode a part according
16295         to the charset parameter.
16296
16297 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16300         prefix arg is neither nil nor a number, as info specifies.
16301
16302 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16305         timestamps.
16306
16307 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16308
16309         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16310         groups error checking and notify user.
16311
16312 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16313
16314         * message.el (message-send-mail-function): Check existence of
16315         sendmail-program first before using default value
16316         `message-send-mail-with-sendmail'.  Otherwise use more generic
16317         `smtpmail-send-it'.
16318
16319 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * nntp.el (nntp-request-update-info): Always return nil.
16322
16323 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16324
16325         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16326
16327 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16328
16329         * message.el (message-beginning-of-line): Change the behavior when
16330         invoked between BOL and : so that it first moves backward.
16331
16332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16335         article buffer when editing of the article is discarded.
16336         (gnus-article-prepare): Revert.
16337
16338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-article-prepare):
16341         Remove message-strip-forbidden-properties from the local hook.
16342
16343 2005-01-27  Simon Josefsson  <jas@extundo.com>
16344
16345         * password.el (password-cache-add): Only start one timer per key.
16346         Reported by Derek Atkins <warlord@MIT.EDU>.
16347
16348 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16349
16350         * run-at-time.el: Remove.  It is no longer needed as
16351         timer-funcs.el in the xemacs-base package has a working version of
16352         `run-at-time'.
16353
16354         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16355
16356         * password.el: Require timer-funcs instead of run-at-time in
16357         XEmacs.
16358         Remove `password-run-at-time' macro.
16359         (password-cache-add): Use `run-at-time' instead of
16360         `password-run-at-time'.
16361
16362         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16363         Remove `nnheader-cancel-function-timers' alias,
16364         `cancel-function-timers' exists in XEmacs in timer-funcs.
16365
16366         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16367         for `run-with-idle-timer'.
16368
16369         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16370         for `run-at-time'.
16371
16372         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16373         for `with-timeout'.
16374
16375         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16376         the same as for XEmacs 21.4.
16377         No need to ignore `run-with-idle-timer', this function exists in
16378         XEmacs now in timer-funcs.el in the xemacs-base package.
16379         (dgnushack-compile): No need to delete
16380         run-at-time.el from the list of files to compile because it
16381         doesn't exist anymore.
16382
16383 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16386         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16387
16388 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16389
16390         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16391         sensitively.
16392
16393 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16394
16395         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16396
16397 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16400         which will be inserted according to the multibyteness of a buffer
16401         rather than the type of contents.  Suggested by ARISAWA Akihiro
16402         <ari@mbf.ocn.ne.jp>.
16403
16404         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16405         of string which old xml.el may return rather than a string.
16406
16407 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16410
16411 2005-01-16  Simon Josefsson  <jas@extundo.com>
16412
16413         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16414         idn/idna.el isn't available.
16415         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16416         <michael@waxrat.com>.
16417
16418         * hashcash.el: Remove non-FSF copyright header.
16419
16420         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16421         (hashcash-generate-payment): Use it.
16422         (hashcash-generate-payment-async): Use it.
16423
16424 2005-01-15  Simon Josefsson  <jas@extundo.com>
16425
16426         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16427         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16428
16429         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16430         gnus-summary-idna-message.
16431         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16432         (gnus-summary-idna-message): New function.
16433
16434 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16437         gnus-novice-user.
16438
16439 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * nnrss.el (nnrss-request-delete-group): Delete entries in
16442         nnrss-group-alist as well.
16443         (nnrss-save-server-data): Insert newline.
16444
16445 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * gnus.el (gnus-user-agent): Use list of symbols instead of
16448         symbols.  Display full version number for (S)XEmacs.
16449         Optionally display (S)XEmacs codename.
16450
16451         * gnus-util.el (gnus-emacs-version): Update for new
16452         `gnus-user-agent'.
16453
16454         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16455         Gnus version.
16456
16457 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16460         which is unreadable in some setups.
16461
16462 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-spec.el (gnus-update-format-specifications): Flush the
16465         group format spec cache if it doesn't support decoded group names.
16466
16467 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16470         Allow to apply decay on score files matching a regexp.
16471
16472 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16475         compatibility in %g and %c.
16476
16477 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16480         name for only %g and %c.
16481         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16482         of gnus-tmp-group to decoded group name.
16483         (gnus-group-make-rss-group): Exclude `/'s from group names.
16484
16485 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * nnrss.el (nnrss-get-encoding): Fix regexp.
16488
16489 2004-12-27  Simon Josefsson  <jas@extundo.com>
16490
16491         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16492         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16493         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16494
16495 2004-12-17  Kim F. Storm  <storm@cua.dk>
16496
16497         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16498
16499         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16500
16501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16502
16503         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16504
16505 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * nnrss.el: Require rfc2047 and mml.
16508         (nnrss-file-coding-system): New variable.
16509         (nnrss-format-string): Redefine it as an inline function.
16510         (nnrss-decode-group-name): New function.
16511         (nnrss-string-as-multibyte): Remove.
16512         (nnrss-retrieve-headers): Decode group name; don't use
16513         nnrss-format-string.
16514         (nnrss-request-group): Decode group name.
16515         (nnrss-request-article): Decode group name; allow a Message-ID as
16516         well as an article number; don't use nnrss-format-string; encode a
16517         Message-ID string which may contain non-ASCII characters; use
16518         mml-to-mime to compose a MIME article.
16519         (nnrss-request-expire-articles): Decode group name.
16520         (nnrss-request-delete-group): Decode group name.
16521         (nnrss-fetch): Clarify error message.
16522         (nnrss-read-server-data): Use insert-file-contents instead of load;
16523         bind file-name-coding-system; use multibyte buffer.
16524         (nnrss-save-server-data): Bind coding-system-for-write to the
16525         value of nnrss-file-coding-system; bind file-name-coding-system;
16526         add coding cookie.
16527         (nnrss-read-group-data): Use insert-file-contents instead of load;
16528         bind file-name-coding-system; use multibyte buffer.
16529         (nnrss-save-group-data): Bind coding-system-for-write to the
16530         value of nnrss-file-coding-system; bind file-name-coding-system.
16531         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16532         make it work with non-ASCII text.
16533         (nnrss-find-el): Make it work with old xml.el as well.
16534
16535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16536
16537         * nnrss.el (nnrss-get-encoding): New function.
16538         (nnrss-fetch): Use unibyte buffer initially; bind
16539         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16540         decode contents according to the encoding attribute.
16541         (nnrss-save-group-data): Add coding cookie.
16542         (nnrss-mime-encode-string): New function.
16543         (nnrss-check-group): Use it to encode subject and author.
16544
16545 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16548         imaginary variable.
16549
16550 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16553         correctly even if there are wide characters.
16554
16555 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16556
16557         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16558         downcased symbol names; make a new cache instead of reusing
16559         bbdb-hashtable.
16560
16561 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16564         concatenating segments rather than before concatenating them.
16565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16566
16567         * message.el (message-get-reply-headers): Bind `extra'.
16568
16569 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570
16571         * message.el (message-extra-wide-headers): New variable.
16572         (message-get-reply-headers): Use it.
16573
16574 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16577         (gnus-agent-group-pathname): Ditto.
16578
16579         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16580
16581         * gnus-group.el (gnus-group-make-group): Decode group name.
16582         (gnus-group-make-rss-group): Register the group data after opening
16583         the nnrss group.
16584
16585 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16586
16587         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16588         by expiry now get marked as read.
16589
16590 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16593
16594 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16595
16596         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16597         unify Latin characters in XEmacs.
16598         (mm-find-mime-charset-region): Use it.
16599
16600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-util.el (gnus-delete-directory): New function.
16603
16604         * gnus-agent.el (gnus-agent-delete-group): Use it.
16605
16606         * gnus-cache.el (gnus-cache-delete-group): Use it.
16607
16608 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16611         names.
16612
16613 2004-12-16  Simon Josefsson  <jas@extundo.com>
16614
16615         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16616
16617 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16620
16621         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16622         (gnus-group-set-current-level): Decode group name.
16623
16624 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16625
16626         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16627         failed.
16628
16629 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-group.el (gnus-group-delete-group): Decode group name.
16632         (gnus-group-make-rss-group): Encode group name.
16633         (gnus-group-catchup-current): Decode group name.
16634         (gnus-group-kill-group): Decode group name.
16635
16636 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16637
16638         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16639
16640 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-group.el (gnus-group-make-rss-group):
16643         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16644
16645         * gnus-start.el (gnus-setup-news): Honor user's setting to
16646         gnus-message-archive-method.  Suggested by Lute Kamstra
16647         <lute@gnu.org>.
16648
16649 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16650
16651         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16652         global counterparts of the buffer-local variables.
16653
16654 2004-11-16  Romain Francoise  <romain@orebokech.com>
16655
16656         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16657         counterparts of the buffer-local variables.
16658
16659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * message.el (message-forbidden-properties): Fix typo in doc
16662         string.
16663
16664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * gnus-util.el (gnus-replace-in-string): Add doc string.
16667
16668         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16669         to avoid problems when splitting mails with many recipients.
16670
16671 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16672
16673         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16674         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16675
16676 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16677
16678         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16679         if there is no hashtable in memory or file modification time is
16680         newer than cached timestamp.
16681
16682 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-sum.el (gnus-summary-limit-to-recipient):
16685         Implement not-matching option.
16686
16687 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16690         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16692         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16693         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16694         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16695
16696 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * message.el (message-forward-make-body-mml): Remove headers
16699         according to message-forward-ignored-headers if a message is decoded.
16700
16701 2004-12-02  Romain Francoise  <romain@orebokech.com>
16702
16703         * message.el (message-forward-make-body-plain): Always remove
16704         headers according to message-forward-ignored-headers.
16705
16706 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16707
16708         * spam.el (spam-summary-prepare-exit): Remove the
16709         gnus-summary-limit pop for now, it has problems with ham marks for
16710         me.
16711
16712 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16713
16714         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16715         correctly.
16716
16717 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16718
16719         * format-spec.el (format-spec): Message the char.
16720
16721 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16722
16723         * gnus-art.el (gnus-split-methods): Reformat comments.
16724
16725         * spam.el (spam-summary-prepare-exit): Remove article limits
16726         before exiting the summary buffer.
16727
16728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16731         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16732
16733         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16734         order to silence the byte compiler.
16735
16736         * spam.el: Fix the way to silence the byte compiler, which
16737         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16738         bbdb-search-simple, spam-BBDB-register-routine,
16739         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16740         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16741         spam-stat-buffer-is-spam, spam-stat-load,
16742         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16743         spam-stat-save and spam-stat-split-fancy.
16744
16745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16748         which may confuse users.
16749         (canlock-password-for-verify): Ditto.
16750
16751         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16752
16753         * gnus-art.el (gnus-emphasis-alist): Ditto.
16754
16755         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16756
16757         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16758
16759         * gnus-start.el (gnus-save-killed-list): Ditto.
16760
16761         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16762         (gnus-sum-thread-tree-root): Ditto.
16763         (gnus-sum-thread-tree-false-root): Ditto.
16764         (gnus-sum-thread-tree-single-indent): Ditto.
16765
16766         * message.el (message-courtesy-message): Ditto.
16767         (message-archive-note): Ditto.
16768         (message-subscribed-address-file): Ditto.
16769         (message-user-fqdn): Ditto.
16770
16771         * spam-report.el (spam-report-gmane-regex): Ditto.
16772
16773         * spam.el (spam-blackhole-good-server-regex): Ditto.
16774
16775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mml.el (mml-preview): Widen the message buffer before copying
16778         the contents to the preview buffer; sort headers before previewing.
16779
16780         * message.el (message-hidden-headers): Fix the way to avoid a bug
16781         in the `repeat' widget in Emacs 21.3 or earlier.
16782
16783 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * message.el (message-hidden-headers): Default to "^References:".
16786         Improve customization type.  Suggested by Reiner Steib
16787         <Reiner.Steib@gmx.de>.
16788
16789 2004-11-25  Romain Francoise  <romain@orebokech.com>
16790
16791         * message.el (message-strip-forbidden-properties): Remove check for
16792         obsolete `message-hidden' text property, hidden headers are not
16793         accessible in the buffer anymore.
16794
16795 2004-11-22  Romain Francoise  <romain@orebokech.com>
16796
16797         * message.el (message-header-format-alist): Add `From' in list
16798         so that it can be sorted.
16799         (message-fix-before-sending): Widen and sort headers before
16800         sending.
16801         (message-hide-headers): Use narrowing to hide headers by moving
16802         them to the top of the buffer and narrowing to the region
16803         underneath.
16804
16805 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16806
16807         * message.el (message-strip-forbidden-properties):
16808         Bind buffer-read-only (etc) to nil.
16809
16810 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16813         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16814
16815 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16816
16817         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16818
16819 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16820
16821         * dns.el (query-dns): Use sit-for to time instead of
16822         accept-process-output, since that doesn't seem to work on udp
16823         sockets.
16824
16825 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16828
16829 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16832         doc string.  Improve doc string.
16833
16834 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * nntp.el (nntp-request-update-info): Return nil if
16837         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16838         may not call gnus-activate-group which uselessly issues the GROUP
16839         commands for all nntp groups and wastes time.  Reported by Romain
16840         Francoise <romain@orebokech.com>.
16841
16842         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16843
16844 2004-11-15  Simon Josefsson  <jas@extundo.com>
16845
16846         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16847         headers separately.
16848         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16849         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16850
16851 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * gnus-start.el (gnus-convert-old-newsrc):
16854         Assign legacy-gnus-agent to 5.10.7.
16855
16856 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16859         start of the lines.
16860
16861 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16862
16863         * hashcash.el (hashcash-default-payment): Change default to 20.
16864         (hashcash-default-accept-payment): Change default to 20.
16865         (hashcash-process-alist): New variable.
16866         (hashcash-generate-payment-async): Add.
16867         (hashcash-already-paid-p): Add.
16868         (hashcash-insert-payment): Don't generate payments twice.
16869         (hashcash-insert-payment-async): Add.
16870         (hashcash-insert-payment-async-2): Add.
16871         (hashcash-cancel-async): Add.
16872         (hashcash-wait-async): Add.
16873         (hashcash-processes-running-p): Add.
16874         (hashcash-wait-or-cancel): Add.
16875         (mail-add-payment): New optional argument.  Conditionally start
16876         asynchronous calculation.
16877         (mail-add-payment-async): Add.
16878
16879         * message.el (message-send-mail): Wait for asynchronous hashcash
16880         results.  Don't clobber existing X-Hashcash headers.
16881         (message-setup-1): Call mail-add-payment-async when
16882         message-generate-hashcash is non-nil.
16883
16884 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16885
16886         * message.el (message-use-alternative-email-as-from): Examine the
16887         From header as well; use message-make-from in order to include a
16888         user's full name.
16889
16890 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16893         default; improve customization type.
16894         (gnus-emphasis-custom-with-format): New macro.
16895         (gnus-emphasis-custom-value-to-external): New function.
16896         (gnus-emphasis-custom-value-to-internal): New function.
16897
16898 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899
16900         * dns.el (query-dns): Resolve reverse addresses.
16901
16902 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16903
16904         * gnus-group.el (gnus-group-get-new-news): Use it.
16905
16906         * gnus-start.el (gnus-check-reasonable-setup): New function.
16907
16908 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16911         "Args out of range" error.  Reported by Arnaud Giersch
16912         <arnaud.giersch@free.fr>.
16913
16914 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16915
16916         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16917
16918 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16919
16920         * spam.el (spam group): Add :version.
16921
16922         * pgg-def.el (pgg group): Add :version.
16923
16924 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-art.el (gnus-article-edit-article): Don't associate the
16927         article buffer with a draft file.  This is a temporary measure
16928         against the 2004-08-22 change to gnus-article-edit-mode.
16929
16930 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16933         (html2text-format-tags): Remove unused variable `attr'.
16934
16935 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16938
16939         * tls.el (tls-process-connection-type, tls-success)
16940         (tls-certtool-program): Add :version.
16941
16942         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16943         (starttls-extra-arguments, starttls-process-connection-type)
16944         (starttls-connect, starttls-failure, starttls-success): Add :version.
16945
16946         * spam-stat.el (spam-stat): Add :version.
16947
16948         * sieve.el (sieve): Add :version.
16949
16950         * sha1.el (sha1): Add :version.
16951         (sha1-use-external): Remove redundant version.
16952
16953         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16954         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16955         (nnmail-split-fancy-match-partial-words)
16956         (nnmail-split-lowercase-expanded): Add :version.
16957
16958         * nndiary.el (nndiary): Add :version.
16959
16960         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16961
16962         * mml-sec.el (mml-default-sign-method)
16963         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16964         Add :version.
16965
16966         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16967
16968         * mm-url.el (mm-url-use-external, mm-url-program)
16969         (mm-url-arguments): Add :version.
16970
16971         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16972         (mm-attachment-file-modes, mm-decrypt-option)
16973         (mm-w3m-safe-url-regexp): Add :version.
16974
16975         * message.el (message-cite-prefix-regexp)
16976         (message-sendmail-envelope-from, message-minibuffer-local-map)
16977         (message-user-fqdn, message-completion-alist): Add :version.
16978
16979         * gnus-win.el (gnus-configure-windows-hook)
16980         (gnus-use-frames-on-any-display): Add :version.
16981
16982         * gnus-art.el (gnus-article-address-banner-alist)
16983         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16984         (gnus-treat-from-picon, gnus-treat-mail-picon)
16985         (gnus-treat-x-pgp-sig): Add :version.
16986
16987         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16988         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16989         (gnus-summary-article-delete-hook)
16990         (gnus-summary-display-while-building): Add :version.
16991
16992         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16993         (gnus-get-top-new-news-hook): Add :version.
16994
16995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16996         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16997
16998         * gnus-registry.el (gnus-registry): Add :version.
16999
17000         * gnus-spec.el (gnus-use-correct-string-widths)
17001         (gnus-make-format-preserve-properties): Add :version.
17002
17003         * gnus.el (gnus-group-charter-alist)
17004         (gnus-group-fetch-control-use-browse-url)
17005         (gnus-install-group-spam-parameters): Add :version.
17006
17007         * gnus-diary.el (gnus-diary): Add :version.
17008
17009         * gnus-delay.el (gnus-delay): Add :version.
17010
17011         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17012         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17013         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17014         Add :version.
17015
17016         * gnus-agent.el (gnus-agent-max-fetch-size)
17017         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17018         (gnus-agent-prompt-send-queue): Add :version.
17019
17020         * deuglify.el (gnus-outlook-deuglify): Add :version.
17021
17022         * html2text.el: Beautify code.  Improve doc strings.
17023         Some checkdoc cleanup.
17024         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17025
17026 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17027
17028         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17029
17030 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17033         when package is loaded.
17034
17035         * spam.el (spam-summary-score-preferred-header): Add global preference
17036         for people who want to override the default SpamAssassin over
17037         Bogofilter preference (when both are set).
17038         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17039         (spam-user-format-function-S):
17040         Check spam-summary-score-preferred-header.
17041         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17042         (spam-user-format-function-S): Format the score correctly.
17043
17044 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17047         signature file.  Suggested by Manoj Srivastava
17048         <srivasta@golden-gryphon.com>.
17049
17050         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17051         iso-2022-jp even in the Japanese language environment.
17052         Suggested by Jason Rumney <jasonr@gnu.org>.
17053
17054 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17057         use the same characters as the dummy marks; make it free from
17058         getting affected by the language environment.
17059         (gnus-summary-read-group-1): Update mark positions only when the
17060         format spec is updated.
17061
17062         * gnus-spec.el (gnus-update-format-specifications): Return a list
17063         of updated types.
17064
17065 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17068         of boundp to check if display-warning is available.
17069
17070 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17071
17072         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17073
17074 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * nnspool.el (nnspool-spool-directory): Use news-path if the
17077         news-directory variable is not bound.
17078
17079         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17080         function instead of display-warning if it is not available.
17081
17082 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17085         v5-10: Use `point-at-bol'.
17086
17087 2004-10-26  Simon Josefsson  <jas@extundo.com>
17088
17089         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17090         <chenggao@gmail.com>.
17091
17092 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17095         instead.
17096
17097 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17100         to remove a server from the nnimap-server-buffer-alist.
17101         (nnimap-open-connection, nnimap-close-server): Use it.
17102
17103         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17104
17105 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17108         running the major-mode function.
17109
17110 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17113         dummy marks in the right way.
17114
17115 2004-10-18  David Edmondson  <dme@dme.org>
17116
17117         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17118         excessively.
17119
17120 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * gnus-util.el (gnus-split-references): Accept a nil references
17123         string and go on blissfully.
17124
17125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17126         cases where the references string is non-nil but has no references.
17127
17128         * encrypt.el: Add autoload tags.
17129
17130         * spam.el (spam-resolve-registrations-routine): Remove article
17131         from unregistration list too.  Reported by David Hanak
17132         <dhanak@isis.vanderbilt.edu>
17133
17134 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17137         nil.  Change custom type.
17138
17139 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17142
17143         * gnus-sum.el (gnus-summary-move-article): Use it.
17144
17145 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * encrypt.el: Add autoload cookies.
17148
17149         * spam.el (spam-backend-article-list-property)
17150         (spam-backend-get-article-todo-list)
17151         (spam-backend-put-article-todo-list)
17152         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17153         Resolve registrations separately.
17154         (spam-register-routine): Format comments.
17155         (spam-unregister-routine, spam-register-routine): Always call with
17156         specific-articles, no default list.
17157         (spam-summary-prepare-exit): Use the spam-classifications function.
17158
17159         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17160         gnus-encrypt.el.
17161
17162         * encrypt.el: Copied from gnus-encrypt.el.
17163
17164         * gnus-encrypt.el: Commented that it's obsolete.
17165
17166 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17169         (gnus-score-save): Use it.
17170
17171         * message.el (message-bury): Use `window-dedicated-p'.
17172
17173 2004-10-15  Simon Josefsson  <jas@extundo.com>
17174
17175         * pop3.el (top-level): Don't require nnheader.
17176         (pop3-read-timeout): Add.
17177         (pop3-accept-process-output): Add.
17178         (pop3-read-response, pop3-retr): Use it.
17179
17180 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17181
17182         * spam.el (spam-register-routine): Move comment.
17183         (spam-verify-bogofilter): Use 'unknown for the initial
17184         spam-bogofilter-valid state, not 'never.
17185
17186         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17187         for netrc-machine.
17188
17189         * nnimap.el (nnimap-open-connection):
17190         Use netrc-machine-user-or-password.
17191
17192 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17193
17194         * gnus-registry.el (gnus-registry-unload-hook):
17195         Set as a variable with add-hook.
17196
17197         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17198         of news-path.
17199
17200         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17201
17202         * spam.el: Delete duplicate `provide'.
17203         (spam-unload-hook): Set as a variable with add-hook.
17204
17205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17208         in the doc string.
17209
17210         * message.el (message-ignored-news-headers)
17211         (message-ignored-supersedes-headers)
17212         (message-ignored-resent-headers)
17213         (message-forward-ignored-headers): Improve custom type.
17214
17215 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * message.el (message-tokenize-header): Fix 2004-09-06 change
17218         which used point-min in the wrong place.
17219
17220 2004-10-12  Simon Josefsson  <jas@extundo.com>
17221
17222         * tls.el (tls-certtool-program): New variable.
17223         (tls-certificate-information): New function, based on
17224         ssl-certificate-information.
17225
17226 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * compface.el: Move the version of ELisp-based uncompface program
17229         to the contrib directory because of the copyright problem.
17230
17231 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * message.el (message-kill-buffer): Raise the current frame.
17234
17235 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17238
17239         * gnus.el (message-y-or-n-p): Autoload.
17240
17241         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17242         (pop3-password-required, pop3-authentication-scheme)
17243         (pop3-leave-mail-on-server): Make customizable.
17244         (pop3): New custom group.
17245         (pop3-retr): Remove `sleep-for' statements.
17246         Suggested by Dave Love <fx@gnu.org>.
17247
17248         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17249         Windows/DOS.
17250
17251         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17252         (imap-parse-body): Fix incorrect use of `assert'.
17253         Suggested by Dave Love <fx@gnu.org>.
17254
17255         * mml.el (mml-minibuffer-read-disposition): Require match.
17256         Suggested by Dave Love <fx@gnu.org>.
17257
17258 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17261         doc string.
17262
17263 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17266
17267 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17268
17269         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17270         instead of calling `mm-insert-inline', to decode text/* parts
17271         before displaying them.
17272
17273 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * mm-uu.el (mm-uu-text-plain-type): New variable.
17276         (mm-uu-pgp-signed-extract-1): Use it.
17277         (mm-uu-pgp-encrypted-extract-1): Use it.
17278         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17279         bind mm-uu-text-plain-type with that value.
17280         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17281         mm-uu-dissect.
17282
17283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-group.el (gnus-update-group-mark-positions):
17286         * gnus-sum.el (gnus-update-summary-mark-positions):
17287         * message.el (message-check-news-body-syntax):
17288         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17289         of string-as-multibyte.
17290
17291 2004-10-05  Juri Linkov  <juri@jurta.org>
17292
17293         * gnus-group.el (gnus-update-group-mark-positions):
17294         * gnus-sum.el (gnus-update-summary-mark-positions):
17295         * message.el (message-check-news-body-syntax):
17296         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17297         8-bit unibyte values to a multibyte string for search functions.
17298
17299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17302         (mm-uu-dissect-text-parts): New function.
17303
17304         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17305         dissect text parts.
17306
17307         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17308         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17309
17310         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17311
17312         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17313         Use gnus-current-topics instead of gnus-current-topic.
17314
17315 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17318
17319 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17320
17321         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17322         where approriate.
17323
17324         * nnml.el (nnml-generate-active-info): do.
17325
17326         * nndiary.el (nndiary-generate-active-info): do.
17327
17328         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17329         (gnus-topic-move): do.
17330
17331         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17332         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17333
17334         * gnus-srvr.el (gnus-server-prepare)
17335         (gnus-server-open-all-servers): do.
17336
17337         * gnus-msg.el (gnus-summary-cancel-article)
17338         (gnus-summary-resend-message)
17339         (gnus-summary-mail-crosspost-complaint): do.
17340
17341         * gnus-move.el (gnus-change-server): do.
17342
17343         * gnus-group.el (gnus-group-unmark-all-groups)
17344         (gnus-group-set-current-level): do.
17345
17346 2004-10-04  Simon Josefsson  <jas@extundo.com>
17347
17348         * message.el (message-generate-hashcash): Doc fix.
17349
17350 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17351
17352         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17353         avoid infinite recursion via gnus-get-function.
17354
17355 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17358
17359         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17360
17361         * nnmail.el (nnmail-split-history): do.
17362
17363         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17364         (nnml-request-delete-group): do.
17365
17366         * nnslashdot.el (nnslashdot-read-groups): do.
17367
17368         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17369         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17370
17371         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17372         (nnspool-sift-nov-with-sed): Use last.
17373         (nnspool-retrieve-headers-with-nov): Use mapc.
17374         (nnspool-request-newgroups): Use dolist.
17375         (nnspool-request-group): Use last.
17376
17377         * nntp.el (nntp-read-server-type): Use dolist.
17378
17379         * nnvirtual.el (nnvirtual-create-mapping)
17380         (nnvirtual-update-read-and-marked): Use dolist.
17381         (nnvirtual-convert-headers): Simplify.
17382
17383 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17384
17385         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17386         Add support for sync'ing tick marks.
17387
17388 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17391         there's no visible header.
17392
17393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17394
17395         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17396         When necessary, pass full group name to gnus-request-set-marks.
17397
17398 2004-10-01  Simon Josefsson  <jas@extundo.com>
17399
17400         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17401         acroread.
17402
17403 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17404
17405         * spam-report.el (spam-report-gmane): Fix interactive.
17406
17407         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17408
17409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17410         when writing file.
17411         (gnus-agent-synchronize-flags): Don't default to being
17412         interactive.
17413
17414 2004-09-30  Simon Josefsson  <jas@extundo.com>
17415
17416         * message.el (message-generate-hashcash): Add.
17417         (message-send-mail): Use it, call mail-add-payment.
17418
17419 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17420
17421         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17422
17423 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17424
17425         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17426         gnus-requst-update-info with explicit code to sync the in-memory
17427         info read flags with the marks being sync'd to the backend.
17428
17429         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17430
17431 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17432
17433         * spam.el (spam-verify-bogofilter): Add new function.
17434         (spam-check-bogofilter)
17435         (spam-bogofilter-register-with-bogofilter): Use it.
17436         (spam-verify-bogofilter): Add small fixes.
17437
17438 2004-09-28  Simon Josefsson  <jas@extundo.com>
17439
17440         * hashcash.el (hashcash-generate-payment): Revert.
17441
17442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17445         Use gnus-extract-references instead of gnus-split-references.
17446
17447         * gnus-util.el (gnus-extract-references): Add new function, analogous
17448         to gnus-split-references but extracts only the message-ID without
17449         anything extra.
17450
17451         * hashcash.el (hashcash-generate-payment)
17452         (hashcash-check-payment): Do the right thing if hashcash-path is
17453         nil (because the hashcash program could not be found).
17454
17455         * spam.el (spam-use-hashcash): Remove comment.
17456
17457 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17458
17459         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17460         (gnus-cache-enter-article, gnus-cache-remove-article)
17461         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17462
17463         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17464
17465         * gnus-art.el (article-hide-boring-headers)
17466         (article-translate-strings, article-display-face)
17467         (gnus-article-mime-match-handle-first)
17468         (gnus-article-highlight-headers)
17469         (gnus-article-add-buttons-to-head): do.
17470
17471 2004-09-27  Simon Josefsson  <jas@extundo.com>
17472
17473         * hashcash.el: New version, from
17474         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17475         ../contrib/.
17476
17477 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17480
17481 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17482
17483         * gnus-dup.el (gnus-dup-open): Use mapc.
17484         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17485
17486         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17487         Reported by Stefan Wiens <s.wi@gmx.net>.
17488
17489         * gnus.el (gnus-shutdown): Use dolist.
17490
17491         * gnus-undo.el (gnus-undo): Use mapc.
17492
17493         * nnrss.el (nnrss-generate-active): do.
17494
17495         * message.el (message-cite-original-without-signature)
17496         (message-cite-original): Use mapc.
17497         (message-do-actions, message-make-forward-subject): Use dolist.
17498
17499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17500
17501         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17502         deletion to remove entire duplicate line.  Fixes merged article
17503         number bug.
17504
17505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17506
17507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17508         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17509         first ask if you want to open a server and then, even when you
17510         responded with no, asking if you want to synchronize the server's
17511         flags.
17512         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17513         multi-line expressions.
17514         (gnus-agent-synchronize-group-flags): New internal function.
17515         Updates marks in memory (in the info structure) AND in the
17516         backend.
17517
17518         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17519
17520         * nnagent.el (nnagent-request-set-mark):
17521         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17522         method, to ensure that synchronization updates marks in the
17523         backend and in the info (in memory) structure.
17524
17525 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17528         convention fully; don't miss the root article of a thread; make
17529         the X-Draft-From header with correct article numbers.
17530
17531 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17532
17533         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17534         unless plugged.  Disable the agent so that an open failure causes
17535         an error.
17536
17537         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17538         Revert 2004-09-21 change.  The backend must be opened while
17539         synchronizing flags even when the backend stores the flags
17540         locally.
17541
17542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17543
17544         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17545         in `header' match.  Reported by Svend Tollak Munkejord.
17546
17547         * message.el (message-cite-original): Fix use of
17548         `message-cite-articles-with-x-no-archive'.
17549
17550 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17553         (gnus-window-to-buffer): Ditto.
17554
17555         * mml.el (mml-preview-buffer): New variable.
17556         (mml-preview): Manage window layout with gnus-buffer-configuration.
17557
17558         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17559         X-Draft-From header even if those articles aren't quoted.
17560
17561 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17562
17563         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17564         (gnus-request-set-mark, gnus-request-update-mark): Use new
17565         g-s-t-u-l-m to decide to use backend even when unplugged.
17566
17567 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17570         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17571
17572 2004-09-20  Simon Josefsson  <jas@extundo.com>
17573
17574         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17575         "utf-16-le".
17576
17577 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17578
17579         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17580
17581 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * uudecode.el (uudecode-use-external): Add :version.
17584
17585         * smime.el (smime-CA-file, smime-encrypt-cipher)
17586         (smime-dns-server): Add :version.
17587
17588         * smiley.el (gnus-smiley-file-types): Add :version.
17589
17590         * sha1.el (sha1-use-external): Add :version.
17591
17592         * pgg-def.el (pgg-query-keyserver): Add :version.
17593
17594         * nnmail.el (nnmail-fancy-expiry-targets)
17595         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17596         Add :version.
17597
17598         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17599         (nnimap-retrieve-groups-asynchronous): Add :version.
17600         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17601
17602         * mml.el (mml-content-disposition-parameters)
17603         (mml-insert-mime-headers-always): Add :version.
17604
17605         * mm-util.el (mm-coding-system-priorities): Add :version.
17606
17607         * mm-decode.el (mm-inline-text-html-with-images)
17608         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17609         (mm-verify-option): Add :version.
17610         (mm-text-html-renderer): Change :version.
17611
17612         * message.el (message-fcc-externalize-attachments)
17613         (message-required-headers, message-draft-headers)
17614         (message-subject-trailing-was-query)
17615         (message-subject-trailing-was-ask-regexp)
17616         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17617         (message-mark-insert-end, message-archive-header)
17618         (message-archive-note, message-cross-post-default)
17619         (message-cross-post-note, message-followup-to-note)
17620         (message-cross-post-note-function, message-use-mail-followup-to)
17621         (message-subscribed-address-functions)
17622         (message-subscribed-address-file, message-subscribed-addresses)
17623         (message-subscribed-regexps, message-allow-no-recipients)
17624         (message-yank-cited-prefix, message-signature-insert-empty-line)
17625         (message-hidden-headers, message-hierarchical-addresses)
17626         (message-mail-user-agent, message-use-idna)
17627         (message-valid-fqdn-regexp)
17628         (message-strip-special-text-properties, message-header-synonyms)
17629         (message-beginning-of-line, message-tab-body-function): Add :version.
17630         (message-insert-canlock, message-wide-reply-confirm-recipients):
17631         Change :version.
17632
17633         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17634         and :version.
17635         (mail-source-delete-old-incoming-confirm)
17636         (mail-source-movemail-program): Add :version.
17637
17638         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17639         (gnus-agent-cache, gnus-agent): Change :version.
17640
17641         * gnus-util.el (gnus-use-byte-compile): Change :version.
17642
17643         * gnus-sum.el (gnus-summary-make-false-root-always)
17644         (gnus-summary-default-high-score)
17645         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17646         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17647         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17648         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17649         (gnus-sum-thread-tree-single-indent)
17650         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17651         (gnus-sum-thread-tree-leaf-with-other)
17652         (gnus-sum-thread-tree-single-leaf): Add :version.
17653         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17654         (gnus-article-loose-mime): Change :version.
17655
17656         * gnus-start.el (gnus-backup-startup-file)
17657         (gnus-save-startup-file-via-temp-buffer): Add :version.
17658
17659         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17660         (gnus-server-offline-face): Add :version.
17661
17662         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17663
17664         * gnus-msg.el (gnus-gcc-externalize-attachments)
17665         (gnus-debug-files, gnus-debug-exclude-variables)
17666         (gnus-discouraged-post-methods): Change :version.
17667         (gnus-confirm-mail-reply-to-news)
17668         (gnus-confirm-treat-mail-like-news): Add :version.
17669
17670         * gnus-int.el (gnus-server-unopen-status): Add :version.
17671
17672         * gnus-group.el (gnus-group-jump-to-group-prompt)
17673         (gnus-large-ephemeral-newsgroup)
17674         (gnus-fetch-old-ephemeral-headers): Add :version.
17675
17676         * gnus-fun.el (gnus-x-face-directory)
17677         (gnus-convert-pbm-to-x-face-command)
17678         (gnus-convert-image-to-x-face-command)
17679         (gnus-convert-image-to-face-command): Add :version.
17680
17681         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17682
17683         * gnus-cite.el (gnus-cite-blank-line-after-header)
17684         (gnus-article-boring-faces): Add :version.
17685
17686         * gnus-art.el (gnus-buttonized-mime-types)
17687         (gnus-inhibit-mime-unbuttonizing)
17688         (gnus-treat-display-face)
17689         (gnus-treat-body-boundary): Change :version.
17690         (gnus-body-boundary-delimiter, gnus-picon-databases)
17691         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17692         (gnus-treat-date-english, gnus-treat-fold-headers)
17693         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17694         (gnus-treat-mail-picon, gnus-treat-wash-html)
17695         (gnus-article-encrypt-protocol)
17696         (gnus-use-idna, gnus-article-over-scroll)
17697         (gnus-mime-display-multipart-alternative-as-mixed)
17698         (gnus-mime-display-multipart-related-as-mixed)
17699         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17700         (gnus-ctan-url, gnus-button-ctan-handler)
17701         (gnus-button-handle-ctan-bogus-regexp)
17702         (gnus-button-ctan-directory-regexp)
17703         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17704         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17705         (gnus-button-man-level, gnus-button-emacs-level)
17706         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17707
17708         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17709         (gnus-agent-go-online): Change :version.
17710         (gnus-agent-expire-unagentized-dirs)
17711         (gnus-agent-auto-agentize-methods): Add :version.
17712
17713         * flow-fill.el (fill-flowed-display-column)
17714         (fill-flowed-encode-column): Add :version.
17715
17716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17717         (gnus-outlook-deuglify-unwrap-max)
17718         (gnus-outlook-deuglify-cite-marks)
17719         (gnus-outlook-deuglify-unwrap-stop-chars)
17720         (gnus-outlook-deuglify-no-wrap-chars)
17721         (gnus-outlook-deuglify-attrib-cut-regexp)
17722         (gnus-outlook-deuglify-attrib-verb-regexp)
17723         (gnus-outlook-deuglify-attrib-end-regexp)
17724         (gnus-outlook-display-hook): Add :version.
17725
17726         * binhex.el (binhex-use-external): Add :version.
17727
17728 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17731         and `invisible'.
17732
17733 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17736         in gnus-registry-trim.
17737
17738 2004-09-13  Simon Josefsson  <jas@extundo.com>
17739
17740         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17741
17742         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17743
17744         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17745         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17746         <yamaoka@jpl.org>.
17747         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17748         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17749         <yamaoka@jpl.org>.
17750
17751         * sieve.el (sieve-manage-mode): Ditto.
17752
17753 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17756
17757 2004-09-11  Simon Josefsson  <jas@extundo.com>
17758
17759         * dns-mode.el: Add.
17760
17761         * mm-view.el (mm-display-dns-inline): Add.
17762
17763         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17764         (mm-automatic-display): Ditto.
17765
17766         * mailcap.el (mailcap-mime-data): Add text/dns.
17767         (mailcap-mime-extensions): Map .soa to text/dns.
17768
17769 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17770
17771         * gnus-art.el (article-decode-mime-words, article-babel)
17772         (gnus-article-highlight-signature, gnus-article-add-buttons)
17773         (gnus-signature-toggle): Remove unnecessary bindings of
17774         `inhibit-read-only' inherited from v5.10 merge.
17775
17776 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * nntp.el (nntp): New customization group.
17779         (nntp-authinfo-file): Add customization group.
17780
17781         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17782
17783         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17784
17785         * gnus.el (to-address, to-list, subscribed)
17786         (large-newsgroup-initial): Ditto.
17787
17788         * flow-fill.el (fill-flowed-display-column)
17789         (fill-flowed-encode-column): Ditto.
17790
17791 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17792
17793         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17794         Use point-min rather than 1.
17795         (message-send-mail): Use buffer-size rather than point-max.
17796
17797         * gnus-sum.el (gnus-summary-search-article-forward):
17798         Signal a specific `search-failed' rather than a generic `error'.
17799
17800         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17801         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17802         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17803
17804 2004-09-10  Simon Josefsson  <jas@extundo.com>
17805
17806         * nndb.el (require): Remove tcp and duplicate cl.
17807
17808 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-agent.el (directory-files-and-attributes): Move forward.
17811
17812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17813
17814         * gnus-agent.el (directory-files-and-attributes):
17815         Optionally defined to support XEmacs.
17816
17817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17818
17819         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17820         to avoid run-time CL dependencies.
17821         (gnus-agent-unfetch-articles): New function.
17822         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17823         article numbers even when local .overview file is missing.
17824         (gnus-agent-read-article-number): New function.  Only accepts
17825         27-bit article numbers.
17826         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17827         Use gnus-agent-read-article-number.
17828         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17829         from backend while recognizing that article numbers in .overview
17830         must be valid.
17831         (gnus-agent-update-files-total-fetched-for):
17832         Use directory-files-and-attributes to improve performance.
17833         * gnus-int.el (gnus-request-move-article):
17834         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17835         improve performance.
17836
17837         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17838         some users confused by references to .newsrc when they only have a
17839         .newsrc.eld file.
17840         (gnus-convert-mark-converter-prompt)
17841         (gnus-convert-converter-needs-prompt): Fix use of property list.
17842         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17843         New function.  Used internally to only display 'gnus converting
17844         files' message when actually necessary.
17845
17846         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17847         methods now autoloaded.
17848
17849 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17852         identifiers.
17853
17854 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * gnus-picon.el: Fix indentation and closing parenthesis.
17857
17858 2004-09-01  Simon Josefsson  <jas@extundo.com>
17859
17860         * message.el (message-canlock-generate): Require sha1, not
17861         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17862         to require within a function.  Sadly, if sha1.el isn't loaded, the
17863         let binding in m-c-g will hide the defcustom definition, which is
17864         bad.)
17865
17866         * canlock.el: Require sha1, not sha1-el.
17867
17868         * message.el: Don't autoload sha1 (there is a autoload cookie in
17869         sha1.el).
17870
17871         * sha1-el.el: Rename to sha1.el.
17872
17873 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17874
17875         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17876
17877 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17878
17879         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17880
17881 2004-08-30  Kim F. Storm  <storm@cua.dk>
17882
17883         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17884
17885         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17886         Add :group 'nnimap.
17887
17888 2004-08-30  Andreas Schwab  <schwab@suse.de>
17889
17890         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17891         ?* and ?\;.
17892
17893         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17894         and ?\' to symbol instead of whitespace.
17895
17896 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17899
17900         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17901         instead of re-search-forward.
17902
17903         * gnus-uu.el (gnus-uu-save-article): Ditto.
17904         (gnus-uu-post-encode-uuencode): Ditto.
17905
17906         * html2text.el (html2text-clean-list-items): Ditto.
17907         (html2text-clean-dtdd): Ditto.
17908         (html2text-format-tags): Ditto.
17909
17910         * message.el (message-send-mail-with-sendmail): Fix regexp.
17911         (message-fill-field-general): Use search-forward instead of
17912         re-search-forward.
17913         (unbold-region): Ditto.
17914
17915         * nnrss.el (nnrss-request-article): Ditto.
17916
17917         * nnslashdot.el (nnslashdot-request-article): Ditto.
17918
17919         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17920
17921         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17922         "Unrecognized menu descriptor" error in XEmacs.
17923
17924 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17925
17926         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17927         parent article of a sparse article in the thread hashtb.
17928
17929 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17930
17931         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17932         (nnmail-expand-newtext): Lowercase expanded entries if
17933         nnmail-split-lowercase-expanded is non-nil.
17934
17935 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17938
17939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17940         of gnus-tmp-news-method into string under XEmacs.  It will be
17941         passed to gnus-correct-length which takes only a string argument.
17942
17943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-util.el (gnus-bind-print-variables): New macro.
17946         (gnus-prin1): Use it.
17947         (gnus-prin1-to-string): Use it.
17948         (gnus-pp): New function.
17949         (gnus-pp-to-string): New function.
17950
17951         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17952         Replace pp-to-string with gnus-pp-to-string.
17953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17955         * gnus-msg.el (gnus-debug): Ditto.
17956         * gnus-score.el (gnus-score-save): Ditto.
17957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17958         gnus-pp-to-string.
17959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17960         with gnus-pp.
17961         * score-mode.el (gnus-score-pretty-print): Ditto.
17962         * webmail.el (webmail-debug): Ditto.
17963
17964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-art.el (article-display-face, article-display-x-face):
17967         Use buffer-read-only.
17968
17969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-art.el (article-hide-list-identifiers):
17972         Bind inhibit-read-only as t.
17973
17974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17977
17978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17979
17980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17981         (gnus-narrow-to-page): Don't assume point-min == 1.
17982         (gnus-article-edit-mode): Derive from message-mode.
17983
17984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17985         point-min == 1.
17986
17987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17988         Disable incorrect use of `assert'.
17989
17990         * message.el (message-mode): Set comment-start-skip.
17991
17992
17993 2004-08-22  Sam Steingold  <sds@gnu.org>
17994
17995         * pop3.el (pop3-leave-mail-on-server): New user variable.
17996         (pop3-movemail): Delete mail only when it is nil.
17997
17998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17999
18000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18001
18002         * mml.el (mml-preview): Use `pop-to-buffer'.
18003
18004         * message.el (message-goto-mail-followup-to): Insert after "To".
18005         (message-carefully-insert-headers): Add comment.
18006
18007         * gnus.el: Remove unused variable `gnus-article-check-size'.
18008
18009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18010
18011         * gnus-art.el (gnus-button-alist):
18012         Improve `gnus-button-handle-library' entry.
18013
18014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18015
18016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18017         Use downcase, since XEmacs capitalizes error messages differently.
18018
18019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18020
18021         * nntp.el: Add (require 'gnus) due to reference to
18022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18023
18024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18025
18026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18027         Bind `mm-fill-flowed'.
18028
18029         * mm-decode.el (mm-dissect-singlepart): Check it.
18030
18031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18034         'imap' for netrc parsing.
18035
18036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * mailcap.el (mailcap-mime-data): Mark as risky.
18039
18040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18043         may be included in the encoded word.
18044         (rfc2047-encode): Don't append a space if the encoded word
18045         includes close parenthesis.
18046
18047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18050         of text within parentheses.
18051
18052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18053
18054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18055         (gnus-encrypt-write-file-contents): Make the password key the file
18056         name PLUS the cipher, not just the cipher.  Also remove failed
18057         passwords from the cache.
18058
18059 2004-08-06  Simon Josefsson  <jas@extundo.com>
18060
18061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18062         Doc fix.
18063
18064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18067         LWSP.
18068
18069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18070
18071         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18072         Try to append in-reply-to: data to the references: header.
18073
18074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18075         (netrc-parse): Use gnus-encrypt.el functions.
18076
18077         * gnus-encrypt.el: Add new file for encryption support; currently
18078         does only a few GPG ciphers and an internal XOR cipher.
18079
18080         * password.el: Add comments on using password-read-and-add.
18081         (password-read-and-add): Add function to read and add the
18082         password to the cache at once.
18083
18084 2004-07-28  Simon Josefsson  <jas@extundo.com>
18085
18086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18087         parameter (but don't use it, for now).
18088
18089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18090         instead of hard coding to nil.
18091
18092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18095         as mm-inline-image-xemacs does.
18096
18097 2004-07-26  Simon Josefsson  <jas@extundo.com>
18098
18099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18100         Revert part of 2004-07-17 change below.
18101
18102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18105         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18106
18107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18108
18109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18110         quotes that actually start with ">" at the beginning of the
18111         lines.
18112
18113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * rfc2047.el (rfc2047-encode-region): Fix last change.
18116         (rfc2047-encode-parameter): Remove useless concat.
18117
18118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18121         encode special characters; fix some kind of misconfigured headers;
18122         signal a real error if debug-on-quit or debug-on-error is non-nil.
18123         (rfc2047-encode-max-chars): New variable.
18124         (rfc2047-encode-1): Use it.
18125         (rfc2047-encode-parameter): New function.
18126
18127         * mml.el (mml-insert-parameter): Remove an excessive space.
18128
18129 2004-07-17  Simon Josefsson  <jas@extundo.com>
18130
18131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18132         Kai Grossjohann <kai@emptydomain.de>.
18133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18134         (gnus-group-make-menu-bar): Ditto.
18135
18136         * gnus-util.el (gnus-group-server): Add.
18137
18138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18139
18140         * message.el (message-clone-locals): Clone sendmail and smtp
18141         variables.
18142
18143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * rfc2047.el (rfc2047-encode-region): Fix last change.
18146
18147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18150         characters as non-special.
18151
18152 2004-07-09  Simon Josefsson  <jas@extundo.com>
18153
18154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18155         Users will lose all flag changes made while unplugged with
18156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18157         good default.  See numerous reports on ding mailing list.
18158
18159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18162         add generate-head-function and generate-article-function to the
18163         rfc822-forward entry.
18164         (nndoc-rfc822-forward-generate-article): New function.
18165         (nndoc-rfc822-forward-generate-head): New function.
18166
18167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18168
18169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18170
18171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18172         respect display group parameter and gnus-summary-expunge-below.
18173         (gnus-articles-to-read): Remove unused reference to display group
18174         parameter.
18175
18176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18177
18178         * nnheader.el (nnheader-uniquify-message-id): New experimental
18179         variable.
18180         (nnheader-nov-read-message-id): Use it.
18181
18182         * spam-report.el (spam-report-gmane): Add interactive.
18183
18184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * mm-encode.el (mm-content-transfer-encoding-defaults):
18187         Use qp-or-base64 for the application/* types.
18188
18189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18190
18191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18192
18193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18194
18195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18196         trim value.
18197
18198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18199
18200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18201         New macro and function.
18202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18203
18204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18207         after-load-alist.
18208
18209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210
18211         * gnus-group.el (gnus-group-get-new-news-this-group):
18212         Don't update info that isn't there.
18213
18214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18215
18216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18217         entry.
18218
18219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * mm-view.el (mm-inline-render-with-function): Use multibyte
18222         buffer; decode html source by charset.
18223
18224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18225
18226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18227         Mule-UCS is loaded under XEmacs.
18228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18229
18230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18231
18232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18233
18234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * mm-util.el (mm-coding-system-p): Return a coding-system.
18237         (mm-mime-mule-charset-alist): Use shift_jis instead of
18238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18241         instead of japanese-shift-jis and iso-latin-1 respectively in
18242         order to share the default value with both Emacs and XEmacs-mule.
18243         (mm-mule-charset-to-mime-charset):
18244         Make mm-coding-system-priorities effective.
18245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18246         while predicating of candidates upon the priorities.
18247
18248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18249
18250         * gnus-sum.el (gnus-summary-make-menu-bar):
18251         Add gnus-uu-invert-processable.
18252
18253         * gnus.el: Autoload gnus-uu-invert-processable.
18254
18255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * mm-util.el (mm-with-multibyte-buffer): New macro.
18258
18259         * rfc2047.el (rfc2047-encode-string): Use it.
18260         (rfc2047-encode-region): Move point to the end of the region after
18261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18262
18263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18267
18268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18271         (gnus-cite-parse): Ignore quoted envelope From_.
18272         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18273
18274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18277         invalid addresses.
18278
18279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18280
18281         * spam.el: Change section markers, revise TODO list.
18282         (spam-backends): Make new master list of all installed backends.
18283         (spam-summary-exit-behavior): Add new variable to determine how
18284         messages moves are done at summary exit.
18285         (spam-move-spam-nonspam-groups-only)
18286         (spam-process-ham-in-nonham-groups)
18287         (spam-process-ham-in-spam-groups): Remove variables, the
18288         spam-summary-exit-behavior variable should be used to manage this
18289         behavior.
18290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18292         and spam-old-spam-articles.
18293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18294         Add empty variables, placeholders for the backends they represent.
18295         (spam-set-difference): Move, unchanged.
18296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18297         unless the user has a processor variable.
18298         (spam-classifications, spam-classification-valid-p)
18299         (spam-backend-properties, spam-backend-property-valid-p)
18300         (spam-backend-function-type-valid-p)
18301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18302         (spam-report-articles-gmane, spam-report-articles-resend):
18303         Remove functions, they are not needed.
18304         (spam-install-backend-super, spam-backend-list)
18305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18306         (spam-backend-function, spam-backend-ham-registration-function)
18307         (spam-backend-spam-registration-function)
18308         (spam-backend-ham-unregistration-function)
18309         (spam-backend-spam-unregistration-function)
18310         (spam-backend-statistical-p, spam-backend-mover-p)
18311         (spam-install-backend-alias, spam-install-checkonly-backend)
18312         (spam-install-mover-backend, spam-install-nocheck-backend)
18313         (spam-install-backend, spam-install-statistical-backend)
18314         (spam-install-statistical-checkonly-backend): Add backend installation
18315         support.
18316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18317         (spam-group-processor-p): Use the new backend code and respect the
18318         summary exit behavior.
18319         (spam-mark-spam-as-expired-and-move-routine): Remove.
18320         (spam-summary-prepare): Change to use the new spam-old-articles
18321         variable.
18322         (spam-copy-or-move-routine, spam-copy-spam-routine)
18323         (spam-move-spam-routine, spam-copy-ham-routine)
18324         (spam-move-ham-routine): Add code to copy/move ham or spam.
18325         (spam-fetch-field-fast): Improve doc and code, plus allow the
18326         'number request.
18327         (spam-list-of-checks, spam-list-of-statistical-checks):
18328         Remove variables.
18329         (spam-split, spam-find-spam): Use the new backend code.
18330         (spam-registration-functions): Remove variable.
18331         (spam-unregister-routine): Add convenience wrapper.
18332         (spam-log-undo-registration, spam-register-routine)
18333         (spam-log-processing-to-registry)
18334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18335         where possible.
18336         (spam-check-gmane-xref, spam-check-regex-headers)
18337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18339         (spam-check-bogofilter-headers, spam-check-spamoracle)
18340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18341         (spam-check-crm114-headers): Use the spam-split-group that
18342         spam-split prepares, no need to determine it every time.
18343
18344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18345         to the nnheader-parse-naked-head call.
18346
18347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18348
18349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18350         the nnheader-nov-read-message-id call.
18351
18352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18355         gnus-activate-group twice.  Suggested by Markus Peter
18356         <warp@spin.de>.
18357
18358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-art.el (gnus-article-time-format): Exchange the order of
18361         day and month in the default value; fix customization type.
18362         (article-date-ut): Use add-text-properties.
18363         (article-make-date-line): Use message-make-date instead of
18364         current-time-string.
18365
18366         * message.el (message-fetch-field): Don't use set-text-properties.
18367         (message-make-date): Simplify.
18368
18369         * messagexmas.el (message-xmas-make-date): New function.
18370         (message-xmas-redefine): Defalias message-make-date to it.
18371
18372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18375         (rfc2047-encode-region): Treat text within parentheses as special;
18376         show the original text when error has occurred.
18377
18378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18379         already-computed method to gnus-activate-group.
18380
18381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18382         same select-methods identical Lisp objects.
18383
18384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18385         object when modifying the info.
18386
18387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18390         gnus-opened-servers since it has never been opened with the new
18391         configuration yet.
18392
18393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18396         arg to nnheader-generate-fake-message-id.
18397
18398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18399
18400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18401         number and build a fake message ID localized to a group and
18402         article number (so it's repeatable from that point on).
18403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18404         ID format.
18405
18406         * gnus-sum.el (gnus-get-newsgroup-headers):
18407         Call nnheader-generate-fake-message-id with the article number.
18408
18409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18410
18411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18412         end-of-buffer.
18413
18414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * message.el (message-ignored-supersedes-headers): Add Approved.
18417
18418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18421         goto-char.
18422         (rfc2047-encode): Fold the line before encoding.
18423
18424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18425
18426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18427         folding -- not all headers can be folded, and this should be done
18428         by the message composition mode.  Probably.  I think.
18429
18430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18433         fast.
18434
18435         * gnus-ems.el (gnus-remove-image): Don't use
18436         message-text-with-property; remove only the image found first.
18437
18438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18439         found first.
18440
18441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18442
18443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18444
18445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * message.el (message-text-with-property): Make it fast and accept
18448         optional arguments.
18449         (message-strip-forbidden-properties): Use it.
18450         (message-fix-before-sending): Follow the m-t-w-p change.
18451
18452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18453
18454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * gnus-art.el (article-hide-headers): Don't change the buffer
18457         mistakenly when performing mml-preview even if
18458         gnus-single-article-buffer is nil.
18459
18460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18461
18462         * message.el (message-expand-name-databases): New user option.
18463         (message-expand-name): Use it.
18464
18465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * spam.el (spam-report-articles-resend)
18468         (spam-report-resend-register-routine): Allow ham reporting.
18469         (spam-report-resend-register-ham-routine): Add wrapper.
18470         (spam-registration-functions): Add ham resending functions.
18471         (spam-list-of-processors): Add ham resend processor.
18472
18473         * gnus.el (ham-resend-to): Add new group parameter.
18474         (spam-process): Add ham resend option.
18475
18476         * spam-report.el (spam-report-resend): Allow reporting ham.
18477         (spam-report-resend-ham): Add wrapper.
18478
18479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18480
18481         * message.el (message-cite-articles-with-x-no-archive):
18482         New variable.
18483         (message-cite-original): Use it.
18484
18485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18486
18487         * message.el (message-cite-original): Respect X-No-Archive.
18488
18489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-art.el (article-hide-headers): Refer to the values for
18492         gnus-ignored-headers and gnus-visible-headers in the summary
18493         buffer since a user may have set them as group parameters.
18494
18495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18496
18497         * assistant.el (assistant-node-name): Add convenience function.
18498         (assistant-render-text, assistant-render-node): Add error handling,
18499         plus handle multiple next nodes.
18500         (assistant-find-next-node): Comment out for now.
18501         (assistant-find-next-nodes): Add function, returns list of next
18502         nodes.
18503
18504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * mail-source.el (mail-source-directory): Fix doc-string.
18507
18508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18509
18510         * assistant.el (assistant-render-text, assistant-eval): Add :set
18511         widget type, which is different because it takes and returns a
18512         list.  Much hilarity ensues.
18513
18514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18517
18518         * gnus-group.el (gnus-group-get-new-news-this-group):
18519         Add doc-string.
18520
18521         * gnus-start.el (gnus-activate-group): Add doc-string.
18522
18523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18526
18527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18528
18529         * assistant.el (assistant-render-text): Try to add a :set
18530         widget, more to come.
18531
18532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18533         strings.
18534         (spam-report-articles-resend)
18535         (spam-register-routine): Do registration iff any articles warrant
18536         it.
18537         (spam-summary-prepare-exit): Change log message for nil group
18538         destinations.
18539
18540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18541
18542         * spam.el (spam-report-resend-register-routine):
18543         Allow spam-report-resend-to to be a group parameter or a global value.
18544
18545 2004-05-26  Simon Josefsson  <jas@extundo.com>
18546
18547         * starttls.el: Merge with my GNUTLS based starttls.el.
18548         (starttls-gnutls-program, starttls-use-gnutls)
18549         (starttls-extra-arguments, starttls-process-connection-type)
18550         (starttls-connect, starttls-failure, starttls-success):
18551         New variables.
18552         (starttls-program, starttls-extra-args): Doc fix.
18553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18554         New functions.
18555         (starttls-negotiate, starttls-open-stream):
18556         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18557         function if it is set.
18558
18559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18562         structured fields.
18563
18564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18567
18568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18569
18570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18571         Add variable.
18572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18573         assigning the spam-mark to new messages.
18574
18575 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18576
18577         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18578
18579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18582
18583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18585         default.
18586
18587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18588
18589         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18590         correct data.
18591
18592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18595         (spam-group-processor-p): Fix function.
18596         (spam-group-processor-multiple-p)
18597         (spam-group-spam-processor-report-gmane-p)
18598         (spam-group-spam-processor-report-resend-p)
18599         (spam-group-spam-processor-bogofilter-p)
18600         (spam-group-spam-processor-blacklist-p)
18601         (spam-group-spam-processor-ifile-p)
18602         (spam-group-ham-processor-ifile-p)
18603         (spam-group-spam-processor-spamoracle-p)
18604         (spam-group-spam-processor-crm114-p)
18605         (spam-group-ham-processor-bogofilter-p)
18606         (spam-group-spam-processor-stat-p)
18607         (spam-group-ham-processor-stat-p)
18608         (spam-group-ham-processor-whitelist-p)
18609         (spam-group-ham-processor-BBDB-p)
18610         (spam-group-ham-processor-spamoracle-p)
18611         (spam-group-ham-processor-copy-p): Remove functions with some
18612         prejudice against unneeded code.
18613         (spam-report-articles-resend)
18614         (spam-report-resend-register-routine): Allow the group/topic
18615         spam-resend-to value to override spam-report-resend-to.
18616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18617         properly now.
18618
18619         * gnus.el (spam-resend-to): Add group/topic parameter.
18620         (spam-process): Move the OBSOLETE processors to the end of the
18621         choices.
18622
18623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18624
18625         * spam-report.el (spam-report-resend-to, spam-report-resend):
18626         Start with resend-to set to nil, and then ask the user if necessary.
18627         (spam-report-resend): spam-report-resend takes a list of articles, not
18628         separate article numbers.
18629
18630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18633         addition to emacs-w3m.
18634
18635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18636
18637         * assistant.el (assistant-authinfo-data): New function.
18638         (assistant-eval): Eval for entire assistant.
18639
18640         * netrc.el (netrc-services-file): New variable.
18641         (netrc-parse-services): New function.
18642         (netrc-find-service-name): New function.
18643         (netrc-find-service-number): New function.
18644         (netrc-port-equal): New function.
18645         (netrc-machine): Use it.
18646
18647         * nnimap.el (nnimap-open-connection): Use netrc.
18648
18649         * gnus-util.el (gnus-netrc-get): Remove aliases.
18650
18651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18652
18653         * assistant.el (wid-edit): Fix compilation.
18654
18655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18656
18657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18658
18659         * gnus-util.el (gnus-set-file-modes): New function.  (small
18660         patch).
18661
18662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18663
18664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18665
18666         * assistant.el (assistant-render-node): Fix up rendering and
18667         read-only text.
18668         (assistant-render-node): Reset.
18669         (assistant-make-read-only): Not sticky.
18670
18671 2004-05-20  Danny Siu  <dsiu@adobe.com>
18672
18673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18674         centered even when gnus-auto-center-summary is t.
18675
18676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18677
18678         * dns.el (dns-get-txt-answer): New function.
18679         (dns-read-txt): Ditto.
18680         (query-dns): Use it.
18681
18682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18685         active for foreign groups even if the group level is higher than
18686         the specified value.
18687
18688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18689
18690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18691         non-active groups.
18692
18693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18694
18695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18696
18697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18698
18699 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18700
18701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18702         (spam-crm114-header, spam-crm114-spam-switch)
18703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18704         (spam-crm114-positive-spam-header)
18705         (spam-crm114-database-directory, spam-list-of-processors)
18706         (spam-group-spam-processor-crm114-p)
18707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18708         (spam-generic-score, spam-list-of-checks)
18709         (spam-list-of-statistical-checks, spam-registration-functions)
18710         (spam-check-crm114-headers, spam-crm114-score)
18711         (spam-check-crm114, spam-crm114-register-with-crm114)
18712         (spam-crm114-register-spam-routine)
18713         (spam-crm114-unregister-spam-routine)
18714         (spam-crm114-register-ham-routine)
18715         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18716         From asjo@koldfront.dk (Adam Sjøgren).
18717
18718         * gnus.el: Add spam-use-crm114.
18719
18720         * spam.el (spam-list-of-processors, spam-registration-functions):
18721         Add spam-use-resend.
18722         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18723         (spam-report-articles-gmane): Add doc fix.
18724         (spam-report-articles-resend, spam-report-resend-register-routine):
18725         Add wrappers around spam-report-resend-to.
18726
18727         * spam-report.el (spam-report-resend-to, spam-report-resend):
18728         Add support for resending spam.
18729         (spam-report-gmane): Fix line length >80.
18730
18731         * gnus.el (spam-process): Add spam-use-resend.
18732
18733 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18734
18735         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18736         number of processed spam messages.
18737         (spam-ham-copy-or-move-routine): Return the number of processed
18738         ham messages.
18739         (spam-summary-prepare-exit): Use the above values to decide
18740         whether status messages shouled be displayed.
18741
18742 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18745         `rfc2047-encoding-function-alist' in order to avoid conflicting
18746         with the old version.
18747         (rfc2047-encode-region): Concatenate words containing non-ASCII
18748         characters in structured fields; don't encode space-delimited
18749         ASCII words even in unstructured fields; don't break words at
18750         char-category boundaries.
18751         (rfc2047-encode-1): New function.
18752         (rfc2047-encode): Use it; encode text so that it occupies the
18753         maximum width within 76-column; work correctly on Q encoding for
18754         iso-2022-* charsets.
18755         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18756         sure not to break a line just after the header name.
18757         (rfc2047-b-encode-region): Remove.
18758         (rfc2047-b-encode-string): New function.
18759         (rfc2047-q-encode-region): Remove.
18760         (rfc2047-q-encode-string): New function.
18761
18762         * mm-util.el (mm-replace-in-string): New function.
18763
18764 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18767         Really get it right.
18768         (gnus-inews-make-draft): Really.
18769
18770 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18771
18772         * nnmh.el (nnmh-request-list-1): Don't check the link count
18773         before descending.  (small patch)
18774
18775 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18776
18777         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18778         stuff.
18779
18780         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18781         Match on real group name.
18782
18783         * gnus-art.el (gnus-signature-limit): Doc fix.
18784
18785         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18786
18787         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18788
18789 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18790
18791         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18792         isn't a string.
18793
18794 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18795
18796         * gnus-draft.el (gnus-draft-send):
18797         Bind rfc2047-encode-encoded-words.
18798
18799         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18800         (rfc2047-encodable-p): Say that =? needs encoding.
18801         (rfc2047-encode-encoded-words): New variable.
18802
18803         * gnus-group.el (gnus-group-select-group): Doc fix.
18804
18805         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18806
18807         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18808         to nil.
18809
18810         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18811
18812         * nnheader.el (nnheader-get-lines-and-char): New function.
18813
18814 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18815
18816         * gnus-msg.el (gnus-summary-followup-with-original):
18817         Document yanking of region when active.
18818
18819 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18822         groups if the group level is higher than the specified value.
18823
18824 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18827         (gnus-group-jump-to-group): Add prefix argument using
18828         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18829         non-active group.
18830
18831         * compface.el (uncompface): Be verbose when changing
18832         `uncompface-use-external'.
18833
18834         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18835         handle manual section.
18836
18837 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18838
18839         * gnus-art.el (gnus-button-alist): Revert previous change.
18840
18841 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18844
18845 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18846
18847         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18848         whether backend can accept message.
18849
18850         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18851
18852 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18853
18854         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18855         Avoid creating directory when nntp-marks-is-evil is true.
18856         Reported by Reiner Steib.
18857
18858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * gnus-picon.el (gnus-picon-style): New variable.
18861         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18862         (gnus-picon-transform-address): Support `gnus-picon-style'.
18863         From Jesper Harder <harder@ifa.au.dk>.
18864
18865 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18866
18867         * message.el (message-fill-field): Return point.
18868         (message-generate-headers): Go to end of field.
18869
18870         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18871         stuff for non-living groups.
18872
18873 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18874
18875         * gnus-art.el (gnus-article-followup-with-original)
18876         (gnus-article-reply-with-original): gnus-mark-active-p ->
18877         gnus-region-active-p.
18878
18879 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18880
18881         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18882         only when there is spam or ham to be processed.
18883
18884 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885
18886         * mail-source.el (mail-source-delete-crash-box): Refactor.
18887         (mail-source-fetch): Use it.
18888         (mail-source-fetch-file): Ditto.
18889         (mail-source-fetch-directory): Run postscript in loop.
18890         (mail-source-fetch-pop): Delete.
18891         (mail-source-fetch-maildir): Ditto.
18892         (mail-source-fetch-imap): Ditto.
18893
18894         * imap.el (imap-authenticators): Comment out sasl.
18895
18896         * message.el (message-skip-to-next-address): New function.
18897         (message-fill-header-address): Refactor.
18898         (message-fill-address): Use it.
18899         (message-delete-address): Use it.
18900         (message-fill-header-general): Refactor.
18901         (message-fill-field-address): Rename.
18902         (message-narrow-to-field): Find the start of the header.
18903         (message-header-format-alist): Don't pre-fill.
18904         (message-fill-header): Remove.
18905         (message-insert-header): New function.
18906         (message-shorten-references): Use it.
18907
18908         * rfc2047.el (rfc2047-field-value): Strip props.
18909
18910         * mail-parse.el (mail-header-make-address): New alias.
18911
18912         * ietf-drums.el (ietf-drums-make-address): New function.
18913
18914         * imap.el: Add compiler directives.
18915
18916         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18917
18918         * gnus-art.el (article-decode-idna-rhs): Don't use
18919         message-idna-inside-rhs-p.
18920
18921 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18922
18923         * message.el (message-idna-inside-rhs-p): Remove.
18924         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18925
18926         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18927         false positives.
18928
18929 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18930
18931         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18932
18933 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18934
18935         * nneething.el (nneething-file-name): Don't create spurious
18936         files.
18937
18938         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18939         (gnus-inews-do-gcc): Remove sleep.
18940
18941         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18942         part under point.
18943
18944         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18945         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18946
18947 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18948
18949         * spam.el (spam-summary-prepare-exit): Fix (length).
18950
18951 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18952
18953         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18954         as expired without moving it" message when there are spam
18955         messages left.
18956
18957 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18958
18959         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18960         header is not nil.
18961
18962 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18963
18964         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18965         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18966         (nntp-marks-changed-p): New arg SERVER.
18967         (nntp-request-update-info): Adjust caller.
18968
18969 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18970
18971         * nntp.el (nntp-save-marks): Pass missing arg.
18972
18973 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18974
18975         * nntp.el: Support marks.
18976         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18977         (nntp-marks-modtime, nntp-marks-directory): New variables.
18978         (nntp-request-set-mark, nntp-request-update-info)
18979         (nntp-possibly-create-directory, nntp-marks-changed-p)
18980         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18981         New functions.
18982
18983 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18986         (gnus-xmas-redefine): Rename.
18987
18988         * gnus-score.el (gnus-score-insert-help):
18989         Use gnus-select-lowest-window.
18990
18991         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18992         appt-select-lowest-window and rename to gnus-select-lowest-window.
18993
18994         * gnus.el: do.
18995
18996 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18997
18998         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18999         encodings of MIME-encoded words, in order to improve
19000         interoperability with several broken MUAs.
19001
19002 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19003
19004         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19005         tags, only when charsets are not specified in headers.
19006         (mm-inline-text-html-render-with-w3m): Ditto.
19007
19008         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19009         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19010
19011 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19012
19013         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19014         instead of MIME-decoded from fields when checking
19015         `gnus-article-address-banner-alist'.
19016
19017 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19020         description rather than subject.
19021
19022 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19023
19024         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19025
19026 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19027
19028         * gnus.el (gnus-version-number): Bump.
19029
19030 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19031
19032         * gnus.el: No Gnus v0.2 is released.
19033
19034 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * gnus-agent.el (gnus-agent-read-agentview):
19037         Inline gnus-uncompress-range.
19038
19039 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19040
19041         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19042         `exec-installed-p'.
19043
19044 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19045
19046         * gnus.el (spam-process, spam-autodetect-methods):
19047         Add bsfilter and bsfilter-headers.
19048
19049         * spam.el (spam-bsfilter): New customize group.
19050         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19051         (spam-bsfilter-header, spam-bsfilter-probability-header)
19052         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19053         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19054         (spam-bsfilter-database-directory): New options.
19055         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19056         (spam-list-of-statistical-checks, spam-registration-functions):
19057         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19058         (spam-bsfilter-score): New command.
19059         (spam-check-bsfilter-headers, spam-check-bsfilter)
19060         (spam-bsfilter-register-with-bsfilter)
19061         (spam-bsfilter-register-spam-routine)
19062         (spam-bsfilter-unregister-spam-routine)
19063         (spam-bsfilter-register-ham-routine)
19064         (spam-bsfilter-unregister-ham-routine): New functions.
19065         (spam-generic-score): Support bsfilter; Accept an optional argument
19066         to recalcurate spam score even if scoring header has already been
19067         added.
19068         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19069         optional argument to recalcurate spam score even if scoring header
19070         has already been added.
19071
19072 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19075         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19076         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19077         link is missing.
19078
19079 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19080
19081         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19082         (html2text-get-attr): Rewrite.
19083
19084         * message.el (message-setup-1): Remove redundant put-text-property
19085         on mail-header-separator.
19086
19087 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19088
19089         * gnus-registry.el (gnus-registry-cache-whitespace)
19090         (gnus-registry-action, gnus-registry-spool-action)
19091         (gnus-registry-split-fancy-with-parent): Change message levels
19092         from 5 to 3 or 7, as needed.
19093
19094         * spam.el (spam-summary-prepare-exit)
19095         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19096         (spam-split, spam-find-spam, spam-log-undo-registration)
19097         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19098         level from 5 to 6.
19099
19100 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19103         2004-03-04 change).
19104
19105 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19106
19107         * sieve-manage.el (sieve-manage-open):
19108         * nnweb.el (nnweb-insert-html):
19109         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19110         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19111         * nnspool.el (nnspool-request-group):
19112         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19113         * nnml.el (nnml-request-update-info):
19114         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19115         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19116         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19117         (nnimap-request-set-mark):
19118         * nnfolder.el (nnfolder-request-update-info):
19119         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19120         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19121         * gnus-uu.el (gnus-uu-find-articles-matching):
19122         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19123         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19124         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19125         * gnus-nocem.el (gnus-nocem-scan-groups):
19126         * gnus-int.el (gnus-start-news-server):
19127         * gnus-group.el (gnus-group-make-kiboze-group)
19128         (gnus-group-browse-foreign-server):
19129         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19130         Use mapc when appropriate.
19131
19132 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19133
19134         FIXME: Make separate entries for each person.
19135
19136         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19137         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19138         <shields@msrl.com>:
19139
19140         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19141         may need for spam sorting and scoring.
19142         (spam-user-format-function-S): Add user format function suitable for
19143         general use.
19144         (spam-article-sort-by-spam-status): Add sorting function for summary
19145         sorting.
19146         (spam-extra-header-to-number): Add function to get a score from a
19147         header.
19148         (spam-summary-score): Add function to get a numeric score from the
19149         headers.
19150         (spam-generic-score): Fix function doc, was in wrong place.
19151         (spam-initialize): Take symbols when it's run, and install the
19152         extra headers that spam-necessary-extra-headers thinks we need.
19153
19154 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19155
19156         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19157         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19158
19159 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19160
19161         * gnus-sum.el (gnus-set-global-variables)
19162         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19163         (gnus-article-get-xrefs, gnus-summary-best-group)
19164         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19165         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19166         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19167         Use with-current-buffer.
19168
19169 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19170
19171         * spam.el (spam-summary-prepare-exit): Simplify logic.
19172         (spam-fetch-article-header): Read the article header if it's not
19173         available.
19174         (spam-list-articles): Simplify logic.
19175         (spam-filelist-register-routine): Fix bug with unregister-list.
19176
19177         * gnus-registry.el: Fix comments at beginning.
19178
19179 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19180
19181         * message.el (message-cater-to-broken-inn): Remove.
19182         (message-shorten-references): Make sure the total folded length of
19183         References is shorter than 998 characters to cater to a bug in INN
19184         2.3.  Also, don't pretend that references aren't folded -- this
19185         hasn't worked for a while.
19186
19187 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19188
19189         * gnus-agent.el (gnus-agentize):
19190         gnus-agent-send-mail-real-function no longer set to current value
19191         of message-send-mail-function but rather a lambda that calls
19192         message-send-mail-function.  The change makes the agent real-time
19193         responsive to user changes to message-send-mail-function.
19194
19195 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19196
19197         * legacy-gnus-agent.el
19198         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19199         help from Florian Weimer <fw@deneb.enyo.de>
19200
19201 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * nnmail.el (nnmail-cache-insert): Revert last change.
19204
19205 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * nnmail.el (nnmail-cache-insert): Always check whether
19208         nnmail-cache-ignore-groups matches a group name.
19209
19210 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19213         (spam-find-spam, spam-log-processing-to-registry)
19214         (spam-log-registered-p, spam-log-unregistration-needed-p)
19215         (spam-log-undo-registration): Use gnus-message instead of
19216         gnus-error, none of these errors are fatal.
19217
19218         * gnus-registry.el (gnus-registry-clean-empty-function)
19219         (gnus-registry-clean-empty): Remove only empty entries without
19220         extra data.
19221
19222 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19223
19224         * spam-stat.el (spam-stat-buffer-change-to-spam)
19225         (spam-stat-buffer-change-to-non-spam): Change (error) to
19226         (gnus-message 8) invocation.
19227
19228 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * nntp.el (nntp-via-netcat-command): New variable.
19231         (nntp-via-netcat-switches): New variable.
19232         (nntp-open-via-rlogin-and-netcat): New function.
19233         (nntp-open-connection-function): Doc fix.
19234         (nntp-telnet-command): Doc fix.
19235         (nntp-end-of-line): Doc fix.
19236         (nntp-via-rlogin-command): Doc fix.
19237         (nntp-via-user-name): Doc fix.
19238         (nntp-via-address): Doc fix.
19239
19240 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19243         error in Emacs 21.1.
19244
19245 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19248
19249 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19250
19251         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19252         (gnus-agent-with-refreshed-group): New macro.
19253         (gnus-agent-rename-group): New function.
19254         (gnus-agent-delete-group): New function.
19255         (gnus-agent-save-group-info): Use gnus-command-method when
19256         `method' parameter is nil.  Don't write nil entries into the
19257         active file.
19258         (gnus-agent-get-group-info): New function.
19259         (gnus-agent-fetch-articles):
19260         Use gnus-agent-update-files-total-fetched-for to increment disk space
19261         used.
19262         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19263         Use gnus-agent-update-view-total-fetched-for to increment disk space
19264         used.
19265         (gnus-agent-get-local): Add optional parameters to avoid calling
19266         gnus-group-real-name and gnus-find-method-for-group.
19267         (gnus-agent-set-local): Delete stored entry if either min, or max,
19268         are nil.
19269         (gnus-agent-fetch-session): Reworded error/quit messages.
19270         On quit, use gnus-agent-regenerate-group to record existance of any
19271         articles fetched to disk before the quit occurred.
19272         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19273         gnus-agent-update-view-total-fetched-for, and
19274         gnus-agent-update-files-total-fetched-for to decrement disk space
19275         used.
19276         (gnus-agent-retrieve-headers):
19277         Use gnus-agent-update-view-total-fetched-for to increment disk space
19278         used.
19279         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19280         with gnus-agent-update-files-total-fetched-for to decrement disk
19281         space and fresh group buffer.
19282         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19283         (gnus-agent-need-update-total-fetched-for): New variable.
19284         (gnus-agent-update-files-total-fetched-for): New function.
19285         (gnus-agent-update-view-total-fetched-for): New function.
19286         (gnus-agent-total-fetched-for): New function.
19287
19288         * gnus-cache.el (gnus-cache-save-buffers):
19289         Use gnus-cache-update-overview-total-fetched-for to change disk space
19290         used by this group.
19291         (gnus-cache-possibly-enter-article):
19292         Use gnus-cache-update-file-total-fetched-for to increment disk space
19293         used by this group.
19294         (gnus-cache-possibly-remove-article):
19295         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19296         used by this group.
19297         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19298         (gnus-cache-rename-group): New function.
19299         (gnus-cache-delete-group): New function.
19300         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19301         (gnus-cache-need-update-total-fetched-for): New variable.
19302         (gnus-cache-with-refreshed-group): New macro.
19303         (gnus-cache-update-file-total-fetched-for): New function.
19304         (gnus-cache-update-overview-total-fetched-for): New function.
19305         (gnus-cache-rename-group-total-fetched-for): New function.
19306         (gnus-cache-delete-group-total-fetched-for): New function.
19307         (gnus-cache-total-fetched-for): New function.
19308
19309         * gnus-group.el: Require gnus-sum and autoload functions to
19310         resolve warnings when gnus-group.el compiled alone.
19311         (gnus-group-line-format): Documented new %F.
19312         (size of Fetched data) group line format; identifies disk space
19313         used by agent and cache.
19314         (gnus-group-line-format-alist): Defined new F format.
19315         (gnus-total-fetched-for): New function.
19316         (gnus-group-delete-group): No longer update
19317         gnus-cache-active-altered as gnus-request-delete-group now keeps
19318         the cache in sync.
19319         (gnus-group-list-active): Let the agent store a server's active
19320         list if currently plugged.
19321
19322         * gnus-int.el (gnus-request-delete-group):
19323         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19324         local disk in sync with the server.
19325         (gnus-request-rename-group):
19326         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19327         local disk in sync with the server.
19328
19329         * gnus-start.el (gnus-get-unread-articles):
19330         Cosmetic simplification to logic.
19331
19332         * gnus-util.el (gnus-rename-file): New function.
19333
19334 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19335
19336         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19337
19338 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19341         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19342
19343 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19344
19345         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19346         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19347
19348 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19349
19350         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19351
19352 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19353
19354         * spam.el (spam-set-difference): Add function to replace
19355         gnus-set-difference in spam.el.
19356         (spam-summary-prepare-exit): Use spam-set-difference.
19357
19358 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19359
19360         * gnus-registry.el (gnus-registry-cache-file): Update to use
19361         gnus-dribble-directory OR gnus-home-directory OR ~.
19362         (gnus-registry-split-fancy-with-parent): Fix doc.
19363
19364 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * message.el (message-exchange-point-and-mark):
19367         Use message-mark-active-p.  Suggested by Jesper Harder
19368         <harder@ifa.au.dk>.
19369
19370 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * message.el (message-exchange-point-and-mark): Don't activate
19373         region if it was inactive.  Suggested by Hiroshi Fujishima
19374         <pooh@nature.tsukuba.ac.jp>.
19375
19376 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * gnus-art.el (article-display-face): Display Faces in the same
19379         order as X-Faces.
19380
19381 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19384
19385 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19388         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19389         (gnus-article-mime-hierarchy): Remove.
19390         (gnus-article-mime-hierarchy-next): Remove.
19391         (gnus-article-mode): Revert 2004-03-19 change.
19392         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19393         (gnus-insert-mime-button): Revert 2004-03-19 change.
19394         (gnus-mime-accumulate-hierarchy): Remove.
19395         (gnus-mime-enter-multipart): Remove.
19396         (gnus-mime-leave-multipart): Remove.
19397         (gnus-mime-display-part): Revert 2004-03-19 change.
19398         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19399
19400         * mml.el (mml-preview): Revert 2004-03-19 change.
19401
19402 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19403
19404         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19405
19406 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19409         t while entering a file name using the mm-with-multibyte macro.
19410         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19411
19412         * mm-util.el (mm-with-multibyte): New macro.
19413
19414 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19417         New user option.
19418         (gnus-mime-multipart-functions): Doc and customization fix.
19419         (gnus-article-mime-hierarchy): New variable.
19420         (gnus-article-mime-hierarchy-next): New variable.
19421         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19422         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19423         gnus-article-mime-hierarchy-next to nil.
19424         (gnus-insert-mime-button): Show hierarchy numbers.
19425         (gnus-mime-accumulate-hierarchy): New function.
19426         (gnus-mime-enter-multipart): New function.
19427         (gnus-mime-leave-multipart): New function.
19428         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19429         (gnus-mime-display-alternative): Show hierarchy numbers.
19430
19431         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19432         gnus-article-mime-hierarchy-next to nil.
19433
19434 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19435
19436         * dns.el: Don't require gnus-xmas.
19437
19438 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19439
19440         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19441         inline PGP.
19442         (mml-menu): Disable mml-quote-region if mark is inactive.
19443
19444 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19447         when the group's active is not available.
19448
19449 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19452         error.
19453
19454 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19455
19456         * imap.el (imap-store-password): New variable.
19457         (imap-interactive-login): Use it.
19458         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19459
19460 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19463         window-start and hscroll to summary window.
19464
19465 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19466
19467         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19468         conversion message to newsrc-dribble when an actual conversion is
19469         performed.
19470
19471 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19472
19473         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19474
19475 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * mm-decode.el (mm-complicated-handles): New function reviving
19478         former definition of mm-multiple-handles.
19479
19480         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19481         (gnus-mime-delete-part): Use it.
19482
19483 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19484
19485         * gnus-agent.el (gnus-agent-read-local):
19486         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19487         avoid the implicit assumption that they will always be equal.
19488         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19489         coding-system-for-write, as the with-temp-file macro first prints
19490         to a buffer then saves the buffer.
19491
19492 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * gnus-art.el (gnus-article-edit-part): New function.
19495         (gnus-mime-save-part-and-strip): Use it; do query instead of
19496         signaling an error; don't use mm-multiple-handles.
19497         (gnus-mime-delete-part): Ditto.
19498
19499 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19500
19501         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19502         old file versions.
19503         (gnus-group-prepare-hook): Remove function that converted list
19504         form of gnus-agent-expire-days to group properties.
19505
19506         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19507         (gnus-request-accept-article): Re-indented.
19508
19509         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19510         converters to handle old agent file formats.  Add logic for a
19511         "backup before upgrading warning".
19512         (gnus-convert-mark-converter-prompt): Developers can mark
19513         functions as needing (default), or not needing,
19514         gnus-convert-old-newsrc's "backup before upgrading warning".
19515         (gnus-convert-converter-needs-prompt): Tests whether the user
19516         should be protected from potentially irreversable changes by the
19517         function.
19518
19519         * legacy-gnus-agent.el: New.  Provides converters that are only
19520         loaded when gnus-convert-old-newsrc needs to call them.
19521
19522 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * mail-source.el (mail-source-touch-pop): Doc fix.
19525
19526         * message.el (message-smtpmail-send-it): Doc fix.
19527
19528 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19529
19530         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19531
19532         * nnmail.el (nnmail-split-fancy): do.
19533
19534         * gnus-kill.el (gnus-kill, gnus-execute): do.
19535
19536 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19537
19538         * gnus-sum.el (gnus-widget-reversible-match)
19539         (gnus-widget-reversible-to-internal)
19540         (gnus-widget-reversible-to-external): New functions.
19541         (gnus-widget-reversible): New widget.
19542         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19543
19544 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19545
19546         * gnus-sum.el (gnus-thread-sort-functions)
19547         (gnus-article-sort-functions): Document `(not F)' items.
19548
19549 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19550
19551         * spam.el (spam-use-gmane-xref): Add new backend.
19552         (spam-gmane-xref-spam-group): Add variable to control the name of the
19553         Gmane spam group.
19554         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19555         (spam-regex-headers-spam, spam-regex-headers-ham)
19556         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19557         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19558         backends and checks.
19559         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19560
19561         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19562         an autodetect method.
19563
19564 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19565
19566         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19567         articles are being added to a group.
19568         (gnus-request-replace-article): Inform the agent that articles
19569         need to be uncached as the cached contents are no longer valid.
19570
19571 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * binhex.el: Don't autoload executable-find.
19574
19575         * canlock.el: Don't autoload mail-fetch-field.
19576
19577         * dgnushack.el: Autoload c-mode for XEmacs.
19578
19579         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19580
19581         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19582         rmail-dont-reply-to and rmail-output.
19583
19584         * gnus-score.el: Don't autoload ffap-string-at-point.
19585
19586         * gnus-setup.el: Don't autoload sc-cite-original.
19587
19588         * imap.el: Don't autoload base64-decode-string,
19589         base64-encode-string and md5.
19590
19591         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19592         and rmail-msg-restore-non-pruned-header.
19593
19594         * mm-decode.el: Don't autoload executable-find.
19595
19596         * mm-url.el: Don't autoload executable-find.
19597
19598         * mm-view.el: Don't autoload diff-mode.
19599
19600         * nndb.el: Don't autoload news-reply-mode, news-setup,
19601         cancel-timer and telnet.
19602
19603         * password.el: Don't autoload run-at-time for Emacs.
19604
19605         * sha1-el.el: Don't autoload executable-find.
19606
19607         * sieve-mode.el: Don't autoload c-mode.
19608
19609         * uudecode.el: Don't autoload executable-find.
19610
19611 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19612
19613         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19614         (gnus-agent-possibly-alter-active): Avoid null in numeric
19615         comparison.
19616         (gnus-agent-set-local): Refuse to save null in local object table.
19617         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19618         list of articles that will be marked as unread.
19619
19620 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19623
19624 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19627         language tags.
19628
19629 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19630
19631         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19632         Don't bind "obarray".
19633
19634         * gnus-sum.el (gnus-thread-sort-functions):
19635         Add `gnus-thread-sort-by-most-recent-number' and
19636         `gnus-thread-sort-by-most-recent-date'.
19637         Reported by Kai Grossjohann <kai@emptydomain.de>.
19638
19639 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19642
19643 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19644
19645         * gnus-cus.el (gnus-agent-customize-category):
19646         Remove ignore-errors macro reference that required cl to be loaded at
19647         run-time.
19648
19649         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19650         single-interval range of the form (min . max).  Previously the
19651         range had to look like ((min . max)).  Likewise, return
19652         (min . max) rather than ((min . max)).
19653         (gnus-range-map): Use gnus-range-normalize to accept
19654         single-interval range.
19655
19656         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19657         the cache, but not the agent, now appear with their usual face.
19658
19659         * dgnushack.el (loaddir): New variable that is bound to the
19660         directory containing the dgnushack.el file. Use loaddir, rather
19661         than srcdir, to update load-path. Change lets dgnushack compile
19662         code in directories other than GNUS/lisp.
19663
19664 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * lpath.el: Don't bind w3m-safe-url-regexp.
19667
19668         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19669         w3m-safe-url-regexp variable buffer-local.
19670
19671         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19672
19673 2004-02-27  Simon Josefsson  <jas@extundo.com>
19674
19675         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19676         gnus-group-real-prefix.
19677         (gnus-summary-move-article): Use it, instead of
19678         gnus-group-real-prefix.
19679
19680 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * lpath.el: Bind w3m-safe-url-regexp.
19683
19684         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19685         w3m-safe-url-regexp variable buffer-local and set it as the value
19686         of mm-w3m-safe-url-regexp.
19687
19688         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19689
19690         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19691         parsing gnus-posting-styles when the message is not for replying.
19692
19693         * dgnushack.el: Autoload sgml-mode for XEmacs.
19694
19695         * nnrss.el (nnrss-opml-export):
19696         Use mm-set-buffer-file-coding-system instead of
19697         set-buffer-file-coding-system.
19698
19699 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19700
19701         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19702         of checkdoc.el).
19703         * nnrss.el: do.
19704         * gnus-mlspl.el: do.
19705         * gnus-ml.el: do.
19706         * gnus-srvr.el: do.
19707
19708         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19709
19710 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19711
19712         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19713         Corrections to custom-manual links.
19714
19715         * gnus-art.el (gnus-article): Ditto.
19716
19717         * mm-decode.el (mime-display, mime-security): Ditto.
19718
19719 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19720
19721         * flow-fill.el: Typo.
19722
19723 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19724
19725         * spam-wash.el: New file.
19726
19727 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19728
19729         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19730
19731 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19732
19733         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19734         to be run with new-articles as LIST1, not LIST2.
19735         (spam-registration-functions): Add spam-use-ham-copy as a nil
19736         registration backend.
19737
19738 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19739
19740         * spam-stat.el (spam-stat-washing-hook): New option.
19741         (spam-stat-buffer-words): Use it.
19742         (spam-stat-process-directory, spam-stat-test-directory):
19743         Use insert-file-contents-literally.
19744         (spam-stat-coding-system): New variable.
19745         (spam-stat-load, spam-stat-save): Use it.
19746
19747 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * spam-report.el (spam-report-plug-agent):
19750         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19751
19752 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19755         Allow / in mailto URLs.
19756
19757 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * spam-report.el (spam-report-process-queue): Fix interactive use.
19760         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19761         (spam-report-unplug-agent): Doc fixes.
19762         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19763         (spam-report-agentize, spam-report-deagentize): Autoload.
19764
19765 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19768
19769         * message.el (message-setup-fill-variables): Add mml tags to
19770         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19771         <ajk@iu.edu>.
19772         (message-mode): Don't modify paragraph-separate there.
19773
19774 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * compface.el (uncompface-use-external): Default to undecided.
19777         (uncompface-use-external-threshold): New variable.
19778         (uncompface-float-time): New macro.
19779         (uncompface): Determine whether to use the external decoder if
19780         uncompface-use-external is undecided.
19781
19782 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19783
19784         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19785         after images.
19786
19787         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19788
19789 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19790
19791         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19792
19793         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19794
19795         * gnus-sum.el (gnus-summary-limit-to-age)
19796         (gnus-summary-limit-children): do.
19797
19798         * gnus-int.el (gnus-request-scan): do.
19799
19800         * gnus-group.el (gnus-group-suspend): do.
19801
19802         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19803
19804         * gnus-cite.el (gnus-cite-parse-attributions): do.
19805
19806         * gnus-agent.el (gnus-summary-set-agent-mark)
19807         (gnus-agent-regenerate-group): do.
19808
19809         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19810
19811         * binhex.el (binhex-decode-region-internal): do.
19812
19813 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * gnus-fun.el (gnus-face-properties-alist): New user option.
19816         (gnus-display-x-face-in-from): Use it.
19817
19818         * gnus-art.el (article-display-face): Ditto.
19819
19820         * compface.el (uncompface-use-external): Default to nil.
19821
19822 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19823
19824         * nntp.el (nntp-erase-buffer): New function.
19825         (nntp-retrieve-data, nntp-send-command)
19826         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19827         (nntp-possibly-change-group): Use it.
19828
19829         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19830         Use with-current-buffer.
19831
19832 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19833
19834         * compface.el: Merge the ELisp-based uncompface program.
19835         (compface): New customization group.
19836         (uncompface-use-external): New user option.
19837         (uncompface): Call uncompface-internal if uncompface-use-external
19838         is nil.
19839         (uncompface-internal): New function.  Note that there are also
19840         some other functions and variables added for this function.
19841
19842 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19843
19844         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19845         if necessary.
19846
19847 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19848
19849         * spam-report.el (spam-report-unplug-agent)
19850         (spam-report-plug-agent, spam-report-deagentize)
19851         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19852         Add support for the Agent in spam-report: when unplugged, report to a
19853         file; when plugged, submit all the requests.
19854
19855         * spam.el (spam-register-routine): Fix message about
19856         registration.
19857
19858 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19859
19860         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19861         dependencies.
19862         (rfc2047-encode): Use it.
19863
19864         * gnus-art.el (gnus-button-marker-list): Move before first
19865         reference.
19866
19867         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19868         (imap-parse-body): Fix format string mismatch.
19869
19870         * gnus-score.el (gnus-summary-increase-score): do.
19871
19872         * nnrss.el (nnrss-close): New function.
19873
19874 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19875
19876         * nnrss.el (nnrss-make-filename): New function.
19877         (nnrss-request-delete-group, nnrss-read-server-data)
19878         (nnrss-save-server-data, nnrss-read-group-data)
19879         (nnrss-save-group-data): Use it.
19880         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19881         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19882         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19883
19884 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19887
19888 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19889
19890         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19891         files.
19892
19893         * message.el (message-generate-headers-first): Don't quote nil
19894         and t in docstrings.
19895
19896         * imap.el (imap-id): do.
19897
19898         * gnus-agent.el (gnus-agent-consider-all-articles)
19899         (gnus-agent-queue-mail): do.
19900
19901 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19902
19903         * spam-report.el (spam-report-process-queue): New function.
19904         Process requests from `spam-report-requests-file'.
19905         (spam-report-process-queue): Doc fix.
19906
19907 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19908
19909         * spam.el (spam-register-routine)
19910         (spam-log-processing-to-registry, spam-log-registered-p)
19911         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19912         Change "check" to "spam-check" for semi-clarity.
19913
19914 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19915
19916         * pop3.el: Require nnheader.
19917
19918         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19919
19920         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19921
19922         * gnus-picon.el: Require cl.
19923
19924         * gnus-fun.el: Require gnus-ems and gnus-util.
19925
19926         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19927
19928         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19929
19930         * gnus-art.el (gnus-article-edit-mode): Define before first
19931         reference.
19932
19933 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19934
19935         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19936         (gnus-uu-post-encoded): Use point-at-bol.
19937
19938         * gnus-topic.el (gnus-group-active-topic-p): do.
19939
19940         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19941
19942         * gnus-group.el (gnus-group-kill-region): do.
19943
19944         * gnus-art.el (article-date-ut): do.
19945
19946         * message.el (message-fetch-field): Remove redundant
19947         case-fold-search binding.
19948         (message-narrow-to-field): Simplify.
19949
19950 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * spam.el (spam-directory): Derive from `gnus-directory'.
19953
19954         * spam-report.el (spam-report-url-to-file)
19955         (spam-report-requests-file): New function and variable for offline
19956         reporting.
19957         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19958         and user defined function.
19959         (spam-report-url-ping-mm-url): Remove doubled slash.
19960
19961 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19962
19963         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19964
19965 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19966
19967         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19968         Fix format string mismatch.
19969
19970         * sieve.el (sieve-deactivate-all): do.
19971
19972         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19973
19974         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19975
19976         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19977
19978         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19979
19980 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19981
19982         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19983         the list of checks.
19984
19985 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19988         padding.
19989
19990 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19991
19992         * mm-view.el (mm-fill-flowed): New variable.
19993         (mm-inline-text): Use it.
19994
19995 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19996
19997         * spam.el (spam-spamassassin-register-ham-routine)
19998         (spam-spamassassin-register-spam-routine): Fix function names.
19999
20000 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * gnus.el (gnus-tmp-grouplens): Remove.
20003         (gnus-summary-line-format): Remove grouplens.
20004
20005         * gnus-group.el (gnus-group-line-format): Ditto.
20006
20007         * gnus-spec.el (gnus-format-specs): Ditto.
20008         (gnus-update-format-specifications): Flush the group format spec
20009         cache if there's the grouplens stuff.
20010         (gnus-parse-simple-format): Replace %l with the empty string.
20011
20012 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20013
20014         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20015         omission.
20016
20017 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20020         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20021
20022 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20023
20024         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20025         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20026         New macros and functions.
20027         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20028         Handle > NLINK_MAX messages.
20029         * nnmaildir.el (nnmaildir-request-set-mark):
20030         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20031
20032 2004-01-25  Alex Schroeder  <alex@gnu.org>
20033
20034         * spam-stat.el (spam-stat-process-directory-age): New option.
20035         (spam-stat-process-directory): Use it.
20036
20037 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20038
20039         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20040         (spam-stat-save): Accept prefix argument.
20041
20042 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20043
20044         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20045         links" error.
20046
20047 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20048
20049         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20050         the rest of the and/or forms.
20051
20052 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20053
20054         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20055         compatibility with old .newsrc.eld files.
20056
20057         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20058
20059         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20060
20061         * gnus-start.el (gnus-1): do.
20062
20063         * gnus-group.el (gnus-group-line-format-alist): do.
20064
20065         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20066
20067         * gnus-gl.el: Remove.
20068
20069 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20070
20071         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20072         marks consisting of a single range {for example, (3 . 5)} rather
20073         than a list of a single range { ((3 . 5)) }.
20074
20075 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20076
20077         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20078         Use with-current-buffer.
20079         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20080         avoid consing a string.
20081
20082         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20083         Remove obsolete entries for big5 and gb2312.
20084
20085 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20086
20087         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20088         uncompressed list.
20089
20090 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20091
20092         * spam-stat.el (spam-stat-strip-xref): New function.
20093         (spam-stat-process-directory): Use it.
20094
20095         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20096         here -- it's done in message-fetch-field.
20097
20098 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20099
20100         * gnus-agent.el (gnus-agent-queue-mail)
20101         (gnus-agent-prompt-send-queue): New variables.
20102         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20103         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20104         "nndraft:queue" along to gnus-draft-send.
20105         Use gnus-agent-prompt-send-queue.
20106         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20107         is "nndraft:queue".  Suggested by Gaute Strokkenes
20108         <gs234@srcf.ucam.org>
20109
20110         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20111         (agent-enable-undownloaded-faces): Add.
20112         (gnus-agent-cat-groups): Use eval-and-compile, not
20113         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20114         method of gnus-agent-cat-groups even when the buffer has been
20115         evaled.
20116         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20117         delete gnus-agent-save-active-1.
20118         (gnus-agent-save-groups): Delete.  Identical to
20119         gnus-agent-save-active.
20120         (gnus-agent-write-active): No longer adjust agent's copy of active
20121         file as agent's adjustments are now stored in their own
20122         file.  Remove optional parameter.
20123         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20124         servers.  Add use of min/max range limits from server's local
20125         file.
20126         (gnus-agent-save-alist): Remove unused optional argument.
20127         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20128         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20129         (gnus-agent-set-local): A per-server file that keeps min/max range
20130         limits for articles known to the agent.  Provides a fast mechanism
20131         for altering many active ranges.
20132         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20133         active file (local makes it unnecessary).
20134         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20135
20136         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20137         (agent-enable-undownloaded-faces): Add.
20138
20139         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20140         disable it when sending to "nndraft:queue".
20141         (gnus-group-send-queue): Add safety check to avoid sending queue
20142         when unplugged.
20143
20144         * gnus-group.el (gnus-group-catchup): Use new
20145         gnus-sequence-of-unread-articles, not
20146         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20147         numbers of articles.  Use gnus-range-map to avoid having to
20148         uncompress the unread list.
20149         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20150         Fix invalid ange-ftp reference.
20151
20152         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20153         (gnus-sorted-range-intersection): Intersection of two ranges
20154         without requiring that they first be uncompressed.
20155
20156         * gnus-start.el (gnus-activate-group): Unless blocked by the
20157         caller, possibly expand the active range to include both cached
20158         and agentized articles.
20159         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20160         multiple version-dependent converters.
20161         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20162         gnus-agent-save-active.
20163         (gnus-save-newsrc-file): Save dirty agent range limits.
20164
20165         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20166         gnus-agent-possibly-alter-active.
20167         (gnus-adjust-marked-articles): Faster handling of simple lists.
20168
20169 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * spam-stat.el (spam-stat-test-directory): New optional argument
20172         displays a list of files detected.  Suggested by Andrew Cohen
20173         <cohen@andy.bu.edu>.
20174         (spam-stat-buffer-words-with-scores): Don't narrow and change
20175         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20176
20177 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20178
20179         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20180         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20181         (spam-spamassassin-arguments)
20182         (spam-spamassassin-spam-flag-header)
20183         (spam-spamassassin-positive-spam-flag-header)
20184         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20185         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20186         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20187         (spam-list-of-processors, spam-list-of-checks)
20188         (spam-list-of-statistical-checks, spam-registration-functions)
20189         (spam-check-spamassassin-headers, spam-check-spamassassin)
20190         (spam-spamassassin-score)
20191         (spam-spamassassin-register-with-sa-learn)
20192         (spam-spamassassin-register-spam-routine)
20193         (spam-spamassassin-register-ham-routine)
20194         (spam-assassin-register-spam-routine)
20195         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20196         (spam-bogofilter-score): Fix to show article before scoring.
20197
20198 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20199
20200         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20201         default scoring function.
20202         (spam-generic-score): Call spam-spamassassin-score if
20203         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20204         spam-bogofilter-score otherwise.
20205
20206         * gnus.el (spam-process, spam-autodetect-methods):
20207         Add spamassassin and spamassassin-headers.
20208
20209 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20210
20211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20212         Suppress unnecessary messages.
20213
20214 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20215
20216         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20217         make-hash-table.
20218
20219 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * canlock.el (base64-encode-string): Don't autoload it.
20222
20223 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * run-at-time.el: Remove useless (require 'itimer),
20226         eval-and-compile and (featurep 'xemacs).
20227
20228 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20229
20230         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20231         GROUP is a virtual group.
20232
20233 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20234
20235         * gnus.el: Autoload `message-y-or-n-p'.
20236
20237 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20238
20239         * pgg-parse.el: Remove unnecessary (require 'custom).
20240
20241         * pgg-def.el: do.
20242
20243         * nnmail.el: do.
20244
20245         * gnus-undo.el: do.
20246
20247         * gnus-picon.el: do.
20248
20249         * gnus-util.el: do.
20250
20251 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20252
20253         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20254
20255 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20258         handle, as well as a list.
20259
20260         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20261         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20262         (mm-w3m-cid-retrieve): Simplify.
20263
20264 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20265
20266         * message.el (message-kill-to-signature): Allow prefix arg to
20267         specify number of lines to keep before signature.
20268
20269 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20270
20271         * message.el (message-kill-to-signature): Change docstring.
20272
20273 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * canlock.el: Always require sha1-el.
20276         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20277
20278         * message.el: Autoload sha1 only when compiling.
20279
20280         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20281         eudc-expand-inline for XEmacs.
20282
20283 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * message.el (message-canlock-generate): Require sha1-el.
20286
20287 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20288
20289         * message.el (message-expand-name): Silence the byte compiler.
20290
20291         * lpath.el: Add detect-coding-system.
20292
20293         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20294         cus-edit.
20295
20296 2004-01-13  Simon Josefsson  <jas@extundo.com>
20297
20298         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20299         Invoke gnus-score-mode.
20300         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20301
20302         * gnus-range.el (gnus-compress-sequence): Doc fix.
20303         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20304
20305 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20306
20307         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20308
20309 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20310
20311         * spam.el (spam-get-article-as-string): Update to use
20312         gnus-request-article-this-buffer, much simpler.
20313         (spam-get-article-as-buffer): Remove.
20314
20315 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20316
20317         * message.el (message-expand-name): Use EUDC if the user uses that.
20318
20319 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20320
20321         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20322         character for the encoding to avoid consing a string.
20323
20324         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20325         unnecessarily.
20326
20327         * mm-util.el (mm-replace-chars-in-string): Remove.
20328
20329         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20330         of mm-replace-chars-in-string.
20331
20332 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20335
20336         * mm-util.el (mm-subst-char-in-string): Support inplace.
20337
20338         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20339         a new string in every iteration.  Use shy groups.
20340
20341 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20344         * gnus-soup.el (gnus-soup-group-brew):
20345         * gnus-msg.el (gnus-put-message):
20346         * gnus-move.el (gnus-group-move-group-to-server):
20347         * gnus-kill.el (gnus-batch-score):
20348         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20349         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20350         (gnus-group-update-group, gnus-group-read-group)
20351         (gnus-group-make-group, gnus-group-make-help-group)
20352         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20353         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20354         (gnus-group-sort-by-unread, gnus-group-catchup)
20355         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20356         (gnus-group-yank-group, gnus-group-set-info)
20357         (gnus-group-list-groups):
20358         * gnus.el (gnus-generate-new-group-name):
20359         * gnus-delay.el (gnus-delay-send-queue):
20360         * nnvirtual.el (nnvirtual-catchup-group):
20361         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20362         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20363         (gnus-group-prepare-topics, gnus-topic-check-topology):
20364         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20365         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20366         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20367         (gnus-group-make-articles-read):
20368         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20369         (gnus-group-change-level, gnus-kill-newsgroup)
20370         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20371         (gnus-get-unread-articles, gnus-make-articles-unread)
20372         (gnus-make-ascending-articles-unread): Use accessor
20373         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20374         to get group information for improved readability.
20375
20376
20377 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * gnus-art.el (article-decode-mime-words, article-babel)
20380         (gnus-article-highlight-signature, gnus-article-add-buttons)
20381         (gnus-signature-toggle): Use gnus-with-article-buffer.
20382
20383         * gnus-art.el (gnus-article-highlight-headers)
20384         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20385
20386         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20387         (gnus-article-set-globals, gnus-request-article-this-buffer)
20388         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20389         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20390         (gnus-mime-display-alternative): Use with-current-buffer.
20391
20392 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20393
20394         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20395         also under 80 char limit, and call gnus-error if needed.
20396         (spam-fetch-article-header): Fix - it was a
20397         buffer-local variable (gnus-newsgroup-data).
20398         (spam-find-spam): Use spam-generate-fake-headers, forget about
20399         spam-insert-fake-headers.
20400         (spam-insert-fake-headers): Remove.
20401
20402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20403
20404         * deuglify.el (gnus-article-outlook-unwrap-lines)
20405         (gnus-outlook-rearrange-article)
20406         (gnus-outlook-repair-attribution-outlook)
20407         (gnus-outlook-repair-attribution-block)
20408         (gnus-outlook-repair-attribution-other): Remove redundant
20409         save-excursion.
20410
20411 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20412
20413         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20414         (spam-fetch-field-subject-fast)
20415         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20416         (spam-fetch-article-header): Add functions to deal with Gnus
20417         internals for fast retrieval of article header data.
20418         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20419
20420 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20421
20422         * pop3.el (pop3-md5): Remove.
20423         (pop3-apop): Replace pop3-md5 with md5.
20424
20425         * mm-bodies.el: base64 is always built-in.
20426
20427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20428         Use with-current-buffer.
20429
20430 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * canlock.el (canlock-insert-header): Remove excessive grouping in
20433         regexp.
20434
20435         * gnus-sum.el (gnus-summary-read-document): Ditto.
20436
20437         * gnus-uu.el (gnus-uu-part-number): Ditto.
20438
20439         * html2text.el (html2text-remove-tags): Ditto.
20440         (html2text-format-tags): Ditto.
20441         (html2text-format-single-elements): Ditto.
20442
20443         * mml.el (mml-parse-1): Ditto.
20444
20445 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20446
20447         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20448
20449         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20450
20451         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20452
20453         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20454
20455 2003-11-15  Simon Josefsson  <jas@extundo.com>
20456
20457         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20458         (pgg-gpg-lookup-key): Use regexp match instead of
20459         split-string (split-string is different between emacs 21.2 and
20460         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20461
20462 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20463
20464         * gnus-art.el (gnus-mime-view-all-parts)
20465         (gnus-article-part-wrapper, gnus-article-view-part):
20466         Use with-current-buffer.
20467
20468 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20469
20470         * spam.el (spam-disable-spam-split-during-ham-respool)
20471         (spam-spamoracle-database, spam-cache-lookups)
20472         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20473         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20474         (spam-group-ham-marks, spam-group-spam-marks)
20475         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20476         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20477         also add spam-use-blackholes to the statistical checks.
20478         (spam-fetch-field-fast): Add interface to fetching fields, may
20479         become a macro.
20480         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20481         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20482         (spam-insert-fake-headers): Fake an article when needed.
20483         (spam-find-spam): Fake article when possible.
20484         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20485         (spam-check-bogofilter-headers): Use message-fetch-field instead
20486         of nnmail-fetch-field.
20487
20488 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20489
20490         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20491
20492 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20493
20494         * spam.el (spam-split): Do not require spam-use-CHECK to be
20495         enabled if that check is passed to spam-split explicitly; also
20496         fix so 'spam doesn't get converted to spam-split-group when
20497         spam-split-symbolic-return is t.
20498         (spam-find-spam): Find registrations of the article and use those
20499         instead of re-running spam-split to find the spam/ham
20500         classification of the article.
20501         (spam-log-processing-to-registry, spam-log-registered-p)
20502         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20503         Use gnus-error instead of gnus-message.
20504         (spam-log-registration-type): Add function to determine the
20505         classification of a message based on registry entries; will
20506         return nil if both 'spam and 'ham are found.
20507         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20508         a reasonably fast local cache without the loading errors.
20509         (spam-cache-lookups): Set to t by default.
20510         (spam-find-spam): Don't try to guess spam-cache-lookups.
20511         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20512         spam-caches entry.
20513         (spam-filelist-build-cache, spam-filelist-check-cache):
20514         Fix caching of whitelist/blacklist entries.
20515         (spam-check-whitelist, spam-check-blacklist):
20516         Invoke spam-from-listed-p with a type, not a cache variable.
20517         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20518
20519 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20522
20523         * nnmail.el (nnmail-split-fancy): do.
20524
20525         * mml.el (mml-parse): do.
20526
20527         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20528         (gnus-score-adaptive): do.
20529
20530 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20533         (gnus-mime-button-map): Don't set keymap parent.
20534         (gnus-button-ctan-directory-regexp): Use shy grouping.
20535         (gnus-prev-page-map): Don't set keymap parent.
20536         (gnus-prev-page-map): Remove duplicated one.
20537         (gnus-next-page-map): Don't set keymap parent.
20538         (gnus-mime-security-button-map): Ditto.
20539
20540         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20541         version number.
20542
20543         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20544
20545 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * canlock.el (canlock-sha1-function): Remove.
20548         (canlock-sha1-function-for-verify): Remove.
20549         (canlock-openssl-program): Remove.
20550         (canlock-openssl-args): Remove.
20551         (canlock-ignore-errors): Remove.
20552         (canlock-sha1-with-openssl): Remove.
20553         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20554         (canlock-verify): Don't use canlock-ignore-errors.
20555
20556         * sha1-el.el (sha1-string-external): Make it can return a string
20557         in binary form.
20558         (sha1-region-external): Ditto.
20559         (sha1-string-internal): Ditto.
20560         (sha1-region-internal): Ditto.
20561         (sha1-region): Ditto.
20562         (sha1-string): Ditto.
20563         (sha1): Ditto.
20564
20565 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20566
20567         * spam.el (spam-report-articles-gmane): New command.
20568
20569 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20572
20573         * run-at-time.el (run-at-time-saved): Remove.
20574         (run-at-time): Doc fix.
20575
20576 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20577
20578         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20579         (gnus-summary-limit-map): Add it.
20580         (gnus-summary-make-menu-bar): do.
20581
20582 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20583
20584         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20585         Make attempt at some caching support (done for BBDB only now).
20586         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20587         addresses to be checked.
20588         (spam-clear-cache-BBDB): Add function, to be invoked by
20589         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20590         (spam-check-BBDB): Check and use the caches, if
20591         spam-cache-lookups is on, remove superfluous (provide).
20592
20593 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20596
20597 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20598
20599         * run-at-time.el (run-at-time-saved): Move to after the definition
20600         of `run-at-time'.
20601
20602         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20603
20604 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20605
20606         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20607         mm-w3m-local-map-property.
20608
20609         * mm-view.el (mm-w3m-mode-map): Remove.
20610         (mm-w3m-local-map-property): Remove.
20611         (mm-inline-text-html-render-with-w3m): Don't use
20612         mm-w3m-local-map-property.
20613
20614 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20615
20616         * run-at-time.el: New file.
20617
20618         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20619         under Emacs.
20620
20621         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20622         of gnus-set-text-properties.
20623
20624         * gnus-uu.el (gnus-uu-save-article): Ditto.
20625
20626         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20627
20628         * gnus-cite.el (gnus-cite-parse): Ditto.
20629
20630         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20631         of gnus-.
20632
20633         * gnus-xmas.el (run-at-time): Require run-at-time.
20634
20635         * gnus.el: Change calls to nnheader-run-at-time and
20636         password-run-at-time throughout to use run-at-time directly.
20637
20638         * password.el: Remove definition of run-at-time.
20639
20640         * nnheaderxm.el: Remove definition of run-at-time.
20641
20642 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20643
20644         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20645         in prompt.
20646
20647 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20648
20649         * messagexmas.el (message-xmas-redefine): Alias
20650         `message-make-caesar-translation-table' to
20651         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20652         version.
20653
20654         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20655         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20656         `gnus-xmas-set-text-properties'.
20657         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20658         `gnus-xmas-completing-read'.
20659         (gnus-xmas-completing-read): Removed.
20660         (gnus-xmas-open-network-stream): Removed.
20661
20662         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20663         XEmacs version.
20664
20665         * dns.el (dns-make-network-process): Use `open-network-stream'
20666         instead of `gnus-xmas-open-network-stream'.
20667
20668         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20669
20670         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20671
20672 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20673
20674         * gnus-art.el (gnus-mime-display-alternative)
20675         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20676         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20677         Don't use gnus-local-map-property.
20678
20679         * gnus-util.el (gnus-local-map-property): Remove.
20680
20681         * mm-view.el (mm-view-pkcs7-decrypt):
20682         Replace gnus-completing-read-maybe-default with completing-read.
20683
20684         * gnus-util.el (gnus-completing-read): do.
20685         (gnus-completing-read-maybe-default): Remove.
20686
20687 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20688
20689         * password.el: Only autoload `run-at-time' if not XEmacs.
20690         Only autoload the itimer functions if XEmacs.
20691
20692 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20695         XEmacsen.
20696
20697         * dgnushack.el: Autoload executable-find for XEmacs.
20698
20699 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20700
20701         * gnus-art.el (gnus-read-string): Remove.
20702         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20703         read-string.
20704
20705 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20706
20707         * netrc.el: Autoload password-read.
20708         (netrc): Add configuration group.
20709         (netrc-encoding-method, netrc-openssl-path):
20710         Add variables for encoding and decoding of files with symmetric
20711         ciphers.
20712         (netrc-encode): Add assistant function to encode a file with
20713         netrc-encoding-method.
20714         (netrc-parse): Add interactive parameter, added optional
20715         decoding if netrc-encoding-method is non-nil but otherwise
20716         behavior is standard.
20717         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20718         Do s/encode/encrypt/ everywhere.
20719
20720         * spam.el: Remove executable-find autoload.
20721
20722 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20723
20724         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20725
20726         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20727
20728 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus-art.el (gnus-treat-ansi-sequences)
20731         (article-treat-ansi-sequences): New variable and function.
20732         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20733
20734         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20735         Use it.
20736
20737 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20738
20739         * mm-util.el (mm-quote-arg): Remove.
20740
20741         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20742         shell-quote-argument.
20743
20744         * gnus-uu.el (gnus-uu-command): do.
20745
20746         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20747
20748         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20749         with make-char.
20750
20751         * mm-util.el (mm-make-char): Remove.
20752
20753         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20754         add-minor-mode.
20755
20756         * gnus-undo.el (gnus-undo-mode): do.
20757
20758         * gnus-topic.el (gnus-topic-mode): do.
20759
20760         * gnus-sum.el (gnus-dead-summary-mode): do.
20761
20762         * gnus-start.el (gnus-slave-mode): do.
20763
20764         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20765
20766         * gnus-ml.el (gnus-mailing-list-mode): do.
20767
20768         * gnus-gl.el (gnus-grouplens-mode): do.
20769
20770         * gnus-draft.el (gnus-draft-mode): do.
20771
20772         * gnus-dired.el (gnus-dired-mode): do.
20773
20774         * gnus-ems.el (gnus-add-minor-mode): Remove.
20775
20776         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20777         Replace gnus-char-width with char-width.
20778
20779         * gnus-ems.el (gnus-char-width): Remove.
20780
20781         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20782         Replace gnus-char-width with char-width.
20783
20784         * gnus-ems.el (gnus-char-width): Remove.
20785
20786         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20787         definition.
20788         Remove Emacs 20 hash table compatibility code.
20789
20790         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20791         20 compatibility code.
20792
20793         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20794
20795         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20796
20797         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20798         Replace with point-at-{eol,bol}.
20799
20800         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20801
20802         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20803
20804         * flow-fill.el (fill-flowed-point-at-bol)
20805         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20806
20807         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20808         Replace with point-at-{eol,bol} throughout all files.
20809
20810 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20811
20812         * ntlm.el (ntlm-string-as-unibyte): New macro.
20813         (ntlm-build-auth-response): Use it.
20814
20815         Remove Emacs 20 stuff:
20816         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20817         (butlast, mapc, remove): Remove the compiler macros.
20818         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20819         of delq and copy-sequence.
20820         * gnus-art.el (popup-menu): Remove the compiler macro.
20821         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20822         Emacs 20.
20823
20824 2004-01-05  Simon Josefsson  <jas@extundo.com>
20825
20826         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20827         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20828         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20829         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20830         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20831         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20832         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20833         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20834         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20835         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20836         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20837         string-xor into ntlm-string-xor.
20838         Suggested by Jesper Harder <harder@myrealbox.com>.
20839
20840         * ntlm.el: Don't include poem.
20841
20842         * md4.el (print-int32, print-string-hexa): Remove.
20843         Suggested by Jesper Harder <harder@myrealbox.com>.
20844
20845         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20846
20847         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20848         probably breaks emacs with DL patch, but do we care? Is anyone
20849         still using the DL stuff?)
20850
20851         * sieve-manage.el: Use the password package.
20852         (sieve-manage-read-passwd): Remove.
20853         (sieve-manage-interactive-login): Use password.  Re-add
20854         condition-case around loop.
20855
20856         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20857         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20858         Use the password package.
20859
20860 2003-02-19  Simon Josefsson  <jas@extundo.com>
20861
20862         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20863         token.
20864
20865 2002-08-07  Simon Josefsson  <jas@extundo.com>
20866
20867         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20868         (sieve-manage-authenticators):
20869         (sieve-manage-authenticator-alist): Add some SASL mechs.
20870         (sieve-sasl-auth): New function.
20871         (sieve-manage-cram-md5-auth):
20872         (sieve-manage-plain-auth): Rewrite using SASL library.
20873         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20874         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20875         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20876         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20877
20878 2004-01-05  Simon Josefsson  <jas@extundo.com>
20879
20880         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20881         New files.
20882
20883 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20884
20885         * gnus-group.el (gnus-no-groups-message): Update.
20886
20887         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20888
20889 2003-11-09  Simon Josefsson  <jas@extundo.com>
20890
20891         * imap.el: Support for ID IMAP extension (RFC 2971).
20892         (imap-local-variables): Add imap-id.
20893         (imap-id): New variable.
20894         (imap-id): New function.
20895         (imap-parse-response): Parse untagged ID response.
20896         * nnimap.el (nnimap-id): New variable.
20897         (nnimap-open-connection): Use it.
20898
20899 2003-12-28  Simon Josefsson  <jas@extundo.com>
20900
20901         * gnus-score.el (gnus-score-edit-all-score): New.
20902         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20903
20904 2004-01-04  Simon Josefsson  <jas@extundo.com>
20905
20906         * password.el: Add.
20907
20908 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20909
20910         * dns.el (dns-query-types): Fix typo.
20911         (dns-query-types): New function.
20912         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20913         PTR and SOA replies, see RFC 1035.
20914
20915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20916
20917         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20918
20919         * Move to Changelog.2.
20920
20921 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20922
20923         * gnus.el (gnus-version-number): Bump version.
20924
20925 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20926
20927         * gnus.el: No Gnus v0.1 is released.
20928
20929 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20930
20931         * gnus.el: No Gnus v0.0 is released.
20932
20933 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20934
20935         * gnus.el (gnus-version-number): Bump.
20936         (gnus-version): No.
20937
20938 See ChangeLog.2 for earlier changes.
20939
20940   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20941
20942   This file is part of GNU Emacs.
20943
20944   GNU Emacs is free software: you can redistribute it and/or modify
20945   it under the terms of the GNU General Public License as published by
20946   the Free Software Foundation, either version 3 of the License, or
20947   (at your option) any later version.
20948
20949   GNU Emacs is distributed in the hope that it will be useful,
20950   but WITHOUT ANY WARRANTY; without even the implied warranty of
20951   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20952   GNU General Public License for more details.
20953
20954   You should have received a copy of the GNU General Public License
20955   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20956
20957 ;; Local Variables:
20958 ;; coding: utf-8
20959 ;; fill-column: 79
20960 ;; add-log-time-zone-rule: t
20961 ;; End: