(nnimap-parse-copied-articles): Allow for "<foo> OK" outputs from the server.
[gnus] / lisp / ChangeLog
1 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4         outputs from the server.
5
6 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7
8         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
9         later so that bbdb can hook in easier.
10
11 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * auth-source.el (auth-source-search): Don't try to create credentials
14         if the caller doesn't want that.
15         (auth-source-search): If we don't find a match, don't bug out on
16         non-bound variables.
17         (auth-source-search): Only ask a single backend to create the
18         credentials.
19
20         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
21         logging.
22         (nnimap-credentials): Protect against auth-source-search returning nil.
23         (nnimap-request-list): Protect against not being able to open the
24         server.
25
26 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
27
28         * auth-source.el (auth-source-search): Do a two-phase search, one with
29         no :create to get the responses from all backends.
30
31         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
32         when getting credentials.
33
34         * gnus-util.el (gnus-delete-duplicates): New function.
35
36 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * nnimap.el (nnimap-credentials): Instead of picking the first port as
39         a creation default, pass the whole port list down.  It will be
40         completed.
41
42         * auth-source.el (auth-source-search): Updated docs to talk about
43         multiple creation choices.
44         (auth-source-netrc-create): Accept a list as a value (from the search
45         parameters) and do completion on that list.  Keep a separate netrc line
46         with the password obscured for showing the user.
47
48         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
49         first choice to `auth-source-search' so it will be used for entry
50         creation instead of the server's Gnus-specific name.
51         (nnimap-credentials): Rely on the auth-source library to select which
52         port is actually wanted in the new netrc entry, so don't override
53         `auth-source-creation-defaults'.
54
55         * auth-source.el (auth-source-netrc-parse): Use :port instead of
56         :protocol and accept a missing user, host, or port as a wildcard match.
57         (auth-source-debug): Default to off.
58
59         (auth-source-netrc-search, auth-source-netrc-create)
60         (auth-source-secrets-search, auth-source-secrets-create)
61         (auth-source-user-or-password, auth-source-backend, auth-sources)
62         (auth-source-backend-parse-parameters, auth-source-search): Use :port
63         instead of :protocol.
64
65         * nnimap.el (nnimap-credentials): Pass a port default to
66         `auth-source-search' in case an entry needs to be created.
67         (nnimap-open-connection-1): Use :port instead of :protocol.
68
69 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * auth-source.el: Bind load-path when loading EIEIO from
72         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
73         21.4 doesn't support, to `require'.
74         (auth-source-secrets-search): Use mm-delete-duplicates instead of
75         delete-dups that is not available in XEmacs 21.4.
76
77 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
78
79         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
80         as EIEIO must also be loaded when auth-source.el is being
81         byte-compiled.
82
83 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
86
87         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
88
89         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
90
91         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
92
93         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
94
95         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
96
97         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
98
99         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
100         necessary.
101
102 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
105         nil means that nnimap doesn't get updated.
106
107 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * auth-source.el (auth-source-netrc-create): Return a synthetic search
110         result when the user doesn't want to write to the file.
111         (auth-source-netrc-search): Expect a synthetic result and proceed
112         accordingly.
113         (auth-source-cache-expiry): New variable to override
114         `password-cache-expiry'.
115         (auth-source-remember): Use it.
116
117         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
118         parameter.  Create entry if necessary by using :create t.
119         (nnimap-open-connection-1): Don't pass `inhibit-create'.
120
121 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * auth-source.el (auth-source-debug): Enable by default and don't
124         mention the obsolete `auth-source-hide-passwords'.
125         (auth-source-do-warn): New function to debug unconditionally.
126         (auth-source-do-debug): Use it.
127         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
128         and for Secrets API entries when the secrets.el library is not
129         available.
130
131 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-sum.el (gnus-propagate-marks): Default to nil.
134         (gnus-summary-exit): Kill the correct article buffer on exit from a
135         `C-d' group.
136
137         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
138         gnus-propagate-marks.
139
140         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
141         before killing the buffers so that a non-full window conf gets handled
142         correctly.
143         (gnus-summary-exit): Ditto.
144         (gnus-summary-read-group-1): Ditto.
145
146         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
147         async code again so that we can debug it properly.
148
149         * message.el (message-reply): Take an optional switch-buffer parameter
150         so that Gnus window confs are respected better.
151
152 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
155         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
156         docstring.
157         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
158         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
159         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
160         Login collection is "Login" and not "login".
161
162 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
165         multiple headers.
166
167         * nnimap.el (nnimap-inhibit-logging): New variable.
168         (nnimap-log-command): Don't log login commands.
169
170         * auth-source.el (auth-source-netrc-search): The asserts seem to want
171         to have more parameters.
172
173         * nnimap.el (nnimap-send-command): Mark the command time for each
174         command, so that we don't get NOOPs stepping on our toes.
175
176         * gnus-art.el (article-date-ut): Get the date from the Date header on
177         `t'.
178
179 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * auth-source.el (auth-source-search): Use copy-sequence instead of
182         the cl.el copy-list.
183
184 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * imap.el: Bring it back (revert
187         84d800cd31de3064f0ed39617d725709a2f8f42f).
188
189 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
190
191         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
192         Improve prompt.
193
194 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
195
196         * gnus-art.el (gnus-article-mode-line-format): Remove the article
197         washing status from the default format.  It isn't very informative.
198
199 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
200
201         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
202         Gcc processing on imap.
203
204 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * imap.el: Remove file.  All the functionality is in nnimap.el.
207
208 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
209
210         * message.el (message-bury): Don't pop up a new window when selected
211         window is dedicated.
212
213 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
214
215         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
216
217 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * sieve-manage.el: Autoload `auth-source-search'.
220         (sieve-sasl-auth): Use it.
221
222 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * nnimap.el: Autoload `auth-source-forget+'.
225         (nnimap-open-connection-1): Use it if the connection fails.
226
227         * auth-source.el: Require `password-cache'.
228         (auth-source-hide-passwords, auth-source-cache): Remove and mark
229         obsolete.
230         (auth-source-magic): Marker for `password-cache' keys.
231         (auth-source-do-cache): Update docstring.
232         (auth-source-search): Use and check cache.
233         (auth-source-forget-all-cached, auth-source-remember)
234         (auth-source-recall, auth-source-forget, auth-source-forget+)
235         (auth-source-specmatchp): Caching support functions.
236         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
237         Remove and obsolete.
238         (auth-source-user-or-password): Remove caching to further discourage
239         using it.  Always hide passwords.
240
241         * password-cache.el (password-cache-remove): Accept secrets that are
242         not strings.
243
244 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
245
246         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
247         code for now, since it doesn't work for all users.
248
249 2011-02-09  Julien Danjou  <julien@danjou.info>
250
251         * message.el (message-options): Make message-options really buffer
252         local.
253
254 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * mail-source.el: Autoload `auth-source-search'.
257         (mail-source-keyword-map): Note order matters.
258         (mail-source-set-1): Get all the mail-source source values and
259         defaults and search auth-source on those if needed.  This can all
260         probably be simplified.
261
262         * nnimap.el: Autoload `auth-source-search'.
263         (nnimap-credentials): Use it.
264         (nnimap-open-connection-1): Ask for the virtual server and physical
265         address in one shot.
266
267         * nntp.el: Autoload `auth-source-search'.
268         (nntp-send-authinfo): Use it.  Note TODO.
269
270 2011-02-08  Julien Danjou  <julien@danjou.info>
271
272         * shr.el (shr-tag-body): Add support for text attribute in body
273         markups.
274
275         * message.el (message-options): Make message-options a local variable.
276
277 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
278
279         * auth-source.el (auth-source-secrets-search)
280         (auth-source-user-or-password): Use `append' instead of `nconc'.
281         (auth-source-user-or-password): Build return list better and protect
282         against nil :secret.
283
284 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * nnimap.el (nnimap-update-info): Refactor slightly.
287         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
288         (nnimap-update-info): Clean up slightly.
289         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
290         characters.
291         (nnimap-process-quirk): Rename function to avoid collision.
292         (nnimap-update-info): Fix macrology bug-out.
293         (nnimap-update-info): Simplify split history test.
294
295 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
296
297         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
298         `secrets-get-attributes' instead of `secrets-get-attribute'.
299         (auth-source-secrets-search): Limit search when `max' is greater than
300         number of results.
301
302 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
303
304         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
305         part not returning any data.
306
307         * proto-stream.el (open-protocol-stream): Document the return value.
308
309 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * auth-source.el (auth-source-secrets-search): Add examples.
312
313 2011-02-06  Julien Danjou  <julien@danjou.info>
314
315         * message.el (message-setup-1): Handle message-generate-headers-first
316         set to t.
317
318 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
319
320         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
321         API with a string "secrets:collection-name" and with 'default.
322         (auth-source-backend-parse): Parse "secrets:collection-name" and
323         'default.  Recurse on parses instead of repeating code.  Use the
324         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
325         message when ignoring a source.
326         (auth-source-search): List ignored search keys at the top level.
327         (auth-source-netrc-create): Use `case' instead of `cond'.
328         (auth-source-secrets-search): Created with TODOs.
329         (auth-source-secrets-create): Created with TODOs.
330         (auth-source-retrieve, auth-source-create, auth-source-delete)
331         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
332         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
333         (auth-source-user-or-password-sftp)
334         (auth-source-user-or-password-smtp): Removed.
335         (auth-source-user-or-password): Deprecated and modified to be a wrapper
336         around `auth-source-search'.  Not tested thoroughly.
337
338 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * auth-source.el: Bring in assoc and eioeio libraries.
341         (secrets-enabled): New variable to track the status of the Secrets API.
342         (auth-source-backend): New EIOEIO class to represent a backend.
343         (auth-source-creation-defaults): New variable to set prompt defaults
344         during token creation (see the `auth-source-search' docstring for
345         details).
346         (auth-sources): Simplify to allow a simple string as a netrc backend
347         spec.
348         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
349         (auth-source-backend-parse-parameters): Fill in the backend parameters.
350         (auth-source-search): Main auth-source API entry point.
351         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
352         (auth-source-search-collection): Helper function for searching.
353         (auth-source-netrc-parse, auth-source-netrc-normalize)
354         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
355         Supports search, create, and delete.
356         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
357         backend stubs.
358         (auth-source-user-or-password): Call `auth-source-search' but it's not
359         ready yet.
360
361 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * message.el (message-setup-1): Remove the read-only stuff, since it
364         doesn't work under XEmacs, for some reason.
365
366         * gnus-sum.el (gnus-user-date): Rename back from
367         gnus-summary-user-date since user code refers to it.
368
369         * shr.el (shr-render-td): Store the actual background colour used.
370
371         * message.el (message-setup-1): Don't bind the constant
372         -forbidden-properties.
373         (message-setup-1): Revert previous change, since it needs to bind the
374         props to insert them.
375         (message-resend): Allow removing the read-only separator line.
376
377 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-request-accept-article): Give an error message if
380         the APPEND wasn't successful.
381
382 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
383
384         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
385         that have no groups.
386
387 2011-02-03  Julien Danjou  <julien@danjou.info>
388
389         * gnus-draft.el: Remove progn around gnus-draft-setup.
390
391 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-start.el (gnus-read-active-for-groups): This function is never
394         called with a nil `infos', so clean that up.
395         (gnus-get-unread-articles): Request active files from primary/secondary
396         methods that have no groups (yet).
397
398 2011-02-03  Julien Danjou  <julien@danjou.info>
399
400         * message.el (message-setup-1): Always generate References first.
401         (message-mail): Return the return value of message-setup, not always t.
402         (message-setup-1): Insert mail-header-separator with read-only and
403         intangible properties set.
404
405         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
406         user-date in docstring.
407
408         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
409
410         * gnus.el (gnus-summary-line-format): Mention &user-date format in
411         docstring.
412
413         * gnus.el (gnus-user-date-format-alist): Change default value. Use
414         defcustom, with type and group. Move from gnus-util.el. Rename to
415         gnus-summary-user-date-format-alist.
416
417 2011-02-03  Glenn Morris  <rgm@gnu.org>
418
419         * nnimap.el (gnus-fetch-headers): Declare.
420
421         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
422
423 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
424
425         * message.el (message-forward-make-body-digest-plain)
426         (message-followup, message-reply): Clean up things noted by Stefan.
427
428         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
429         gnus-article-update-date-headers is nil.
430         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
431         it didn't really work with defcustom.
432         (article-update-date-lapsed): Make sure the window start doesn't move,
433         either.
434
435 2011-02-01  Julien Danjou  <julien@danjou.info>
436
437         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
438         format.
439
440         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
441         standard in Emacs nowadays.
442
443         * color.el (color-gradient): Add a color-gradient function.
444
445 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
446
447         * message.el (message-expand-name): Don't trust the return value of
448         bbdb-complete-name.
449         (message-check-news-header-syntax): Remove unused var `start'.
450         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
451         (message-inhibit-body-encoding): Move to before first use.
452         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
453         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
454         (Organization, Message-ID, Date, mh-previous-window-config):
455         Defvar the vars using dynamic scoping.
456
457 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (shr-render-td): Only do colours at the final rendering.
460         Should be slightly faster.
461         (shr-insert-table): Fix up TD background colours when doing the
462         vertical padding.
463
464         * gnus-art.el (article-date-ut): Protect against articles with no Date
465         header.
466         (article-update-date-lapsed): Don't use current-column to find the
467         horizontal position.  It's fragile in the presence of \003 characters.
468
469         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
470
471 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-art.el (article-transform-date): Rewrite to still work when
474         there are several rfc2822 parts.
475         (article-transform-date): Fix infinite recursion.
476         (article-date-ut): Replace infinitely many Date headers with a single
477         one when called interactively.
478
479         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
480         secure manner.
481
482         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
483         move around by not using save-window-excursion.  It seems to work...
484
485 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-art.el (article-make-date-line): Work for user-defined format.
488
489 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * nntp.el (nntp-retrieve-group-data-early)
492         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
493         fetching functions.
494
495         * gnus-start.el (gnus-read-active-for-groups): Read the active files
496         thoroughly for all backends that have no known groups.  This should
497         allow new nnml methods to retrieve mail.
498
499         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
500         that Gnus doesn't know exists again.
501
502         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
503         (gnus-treat-date-ut): Ditto.
504         (gnus-article-update-date-header): Renamed.
505         (gnus-treat-date-local): Removed.
506         (gnus-treat-date-english): Removed.
507         (gnus-treat-date-lapsed): Removed.
508         (gnus-treat-date-combined-lapsed): Removed.
509         (gnus-treat-date-original): Removed.
510         (gnus-treat-date-iso8601): Removed.
511         (gnus-treat-date-user-defined): Removed.
512         (gnus-article-date-headers): New variable to control all the date
513         header options.
514         (article-date-ut): Rewrite to allow using the new way to format date
515         headers(s).
516
517 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * nnmail.el (nnmail-article-group): Check for a direct fancy split
520         method.
521         (nnmail-article-group): A better test for fanciness.
522
523         * nnimap.el (nnimap-request-head): Protect against not finding the
524         article by Message-ID.
525
526 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-art.el (article-update-date-lapsed): Try a better way to really
529         keep point at the "same place".
530
531 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
534         data if the group is unactivated.
535
536 2011-01-28  Julien Danjou  <julien@danjou.info>
537
538         * gnus-win.el: Remove dead function gnus-window-configuration-element.
539         (gnus-all-windows-visible-p): Remove old compatibility code.
540         (gnus-window-top-edge): Add docstring.
541
542         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
543
544 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
547         older request-update-info.
548
549         * gnus-art.el (article-make-date-line): Limit the length a bit more.
550
551 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
552
553         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
554         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
555
556 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
559         groups.  This makes the nndraft:queue group pop up if it's not already
560         there.
561
562         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
563         messages" logic, which was reversed.
564
565         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
566         the "same place" even if point is on the line being replaced.
567         (article-update-date-lapsed): Allow updating both the combined lapsed
568         and the lapsed headers.
569         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
570         (article-make-date-line): Limit the number of segments dynamically to
571         avoid too-long lines.
572
573 2011-01-27  Julien Danjou  <julien@danjou.info>
574
575         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
576         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
577
578 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
581         Use plist-get instead of the cl function getf.
582
583 2011-01-27  Glenn Morris  <rgm@gnu.org>
584
585         * gnus-util.el (float-time): Get rid of compiler warning, again.
586
587 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
588
589         * shr.el (shr-put-color): Special-case background colours: Do put them
590         at the blank parts at the front of the lines.
591
592         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
593         exit hook to nix out all data on readedness on group exit.
594
595         * gnus-util.el (float-time): If float-time is bound, always use it on
596         all Emacsen.  It's unclear why the subrp check was there.
597         (time-date): Require to make some autoload issues on XEmacs go away.
598
599         * shr.el (shr-put-color): Don't do the box padding in tables, since
600         they're already padded.
601
602 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-art.el (gnus-article-next-page): When the last line of the
605         article is displayed, scroll down once more instead of going to the
606         next article at once.
607         (article-lapsed-string): Refactor out and allow specifying how many
608         segments you want.
609         (gnus-article-setup-buffer): Start updating the lapsed header directly.
610         (gnus-article-update-lapsed-header): New variable.
611
612         * shr.el: Revert change that made headings use different-sized faces.
613         The Emacs display engine isn't advanced enough that, for instance,
614         tables can comfortably use differntly-sized faces.
615
616 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
617
618         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
619         used.
620         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
621         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
622         we're using an encrypted connection.
623
624         * proto-stream.el: Alter the interface functions to also return the
625         actual stream type used: network or tls.
626
627 2011-01-25  Julien Danjou  <julien@danjou.info>
628
629         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
630         (mm-display-javascript-inline): New function.
631
632         * mm-decode.el (mm-inline-media-tests): Add application/javascript
633         viewing function.
634
635 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * shr.el (shr-expand-newlines): Fix variable name.
638
639 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
640
641         * shr.el (shr-expand-newlines): Make nested boxes work.
642
643 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
646         backgrounds.
647         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
648         in a more sensible manner.
649
650 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
653         if EPG is loaded.
654
655 2011-01-24  Julien Danjou  <julien@danjou.info>
656
657         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
658         tags.
659
660 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
663         commands.
664
665         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
666         in the article buffer.
667         (gnus-gravatar-insert): Use blank space from the current buffer to
668         avoid breaking text properties.  This makes X-Sent updating work again.
669
670         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
671
672 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
675         fix the bug in url-http.el instead.
676
677         * shr.el (shr-image-fetched): Ditto.
678
679         * shr.el (shr-image-fetched): Avoid having point move in the article
680         buffer.
681
682         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
683         buffer after being called.  It's apparently being killed by url.el, and
684         killing it made point move to end-of-buffer in a random buffer.
685
686         * shr.el (shr-image-fetched): Ditto.
687
688 2011-01-23  Julien Danjou  <julien@danjou.info>
689
690         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
691
692         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
693         text/x-org.
694
695 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-sum.el (gnus-summary-move-article): Protect against backends
698         (i.e., nnimap) returning nil as the article number.
699
700 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
701
702         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
703         "DelSp" parameter in RFC3676.
704
705 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
706
707         * message.el (message-check-recipients): Display the encoded version of
708         the bogus address if they differ.
709
710         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
711         after sending.
712
713         * gnus-agent.el (gnus-agent-send-mail): Ditto.
714
715         * gnus-group.el (gnus-group-refresh-group): New convenience function.
716
717         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
718         group buffer after sending the queue.
719
720         * gnus-agent.el (gnus-agent-send-mail): Ditto.
721
722 2011-01-22  Julien Danjou  <julien@danjou.info>
723
724         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
725
726 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
729         nested related parts.
730
731         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
732         unexpired articles.  This fixes the regression that led expiry marks to
733         disappear from nnfolder groups.
734
735 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
736
737         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
738         Don't confuse the "ret" of "retrograde" with RET.
739
740 2011-01-21  Julien Danjou  <julien@danjou.info>
741
742         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
743         than mm-insert-inline.
744
745 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
748         Widen article buffer.
749
750 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
751
752         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
753         the temp buffer.
754         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
755
756 2011-01-20  Julien Danjou  <julien@danjou.info>
757
758         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
759
760         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
761         than mm-insert-inline to insert inline part: this respect
762         mm-inline-media-tests displayers.
763
764         * mm-view.el (mm-display-shell-script-inline): New function.
765
766         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
767
768         * mm-uu.el (mm-uu-type-alist): Add org block.
769         (mm-uu-org-src-code-block-extract): New function.
770
771         * mm-view.el (mm-display-org-inline): New function.
772
773         * mm-decode.el (mm-automatic-display): Add text/org.
774
775         * mailcap.el (mailcap-mime-extensions): Add .org.
776
777 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-article-highlight): Remove argument passed to
780         gnus-article-add-buttons.
781
782 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
783
784         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
785         From header with a date and "nobody" as the sender.
786
787 2011-01-19  Julien Danjou  <julien@danjou.info>
788
789         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
790         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
791         if you have the same regexp several times.
792         (gnus-button-push): Fix matching when regexp is symbol.
793
794 2011-01-15  Glenn Morris  <rgm@gnu.org>
795
796         * message.el (message-mail): A compose-mail function should
797         accept headers as strings.
798
799 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
800
801         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
802         Add :vert-only tags.
803         (message-mail): New arg RETURN-ACTION.
804         (message-return-action): New var.
805         (message-bury): Use it.
806         (message-mode): Make it buffer-local.
807         (message-send-and-exit): Always call message-bury.
808
809         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
810         message-mail.
811
812 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-convert-partial-article): Protect against
815         zero-length body parts.
816
817         * mm-decode.el (mm-preferred-alternative-precedence):
818         Discourage showing empty parts.
819
820         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
821         and stuff if the backend didn't return the article number.  This fixes
822         an Exchange-related nnimap bug.
823
824         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
825         group window, because it does the wrong thing when a separate frame
826         displays the group buffer.
827
828         * proto-stream.el (open-protocol-stream): Protect against the low-level
829         transport functions returning nil.
830
831 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
832
833         * mml2015.el (epg-sub-key-fingerprint): Autoload.
834         (mml2015-epg-find-usable-secret-key): New function.
835         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
836         mml2015-epg-find-usable-key (Bug#7797).
837         (mml2015-epg-encrypt): Ditto.
838
839 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * dgnushack.el (rot13-string): Fix the way to get the argument.
842
843 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
846
847 2011-01-03  Glenn Morris  <rgm@gnu.org>
848
849         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
850
851         * sieve.el (sieve-open-server): Give a more explicit error if
852         sieve-manage-open returns nil.  (Bug#7720)
853
854 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
855
856         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
857
858 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
861         This avoids sending passwords in plain text over non-encrypted
862         channels.
863
864         * shr.el (shr-rescale-image): Display all GIF images as animated images.
865
866         * nnimap.el (nnimap-login): Refactored out into own function, and
867         implement CRAM-MD5.
868         (nnimap-wait-for-line): Refactored out.
869
870         * mm-view.el (mml-smime): Require.
871
872 2010-12-20  David Engster  <deng@eml.cc>
873
874         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
875         use EPG to decrypt S/MIME messages instead of openssl.
876
877 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
880
881         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
882         status is the group clearly is unreachable.
883
884         * auth-source.el (auth-source-create): Add the optional second
885         parameter to `local-variable-p' to be compatible with XEmacs.
886
887 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
888
889         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
890         work when using a compressed nnml folder.
891
892 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
895         backends after sanitising on entry, because this never makes sense:
896         If the articles have gone missing, then the data no longer exists on
897         the backend, and if they haven't, then Gnus is wrong, and shouldn't
898         overwrite anything anyway.
899
900         * shr.el (shr-insert-document): Bind shr-width dynamically to
901         window-width if it's nil.
902
903 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
904
905         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
906         with the meaning of using the full emacs window width for rendering.
907
908 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
909
910         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
911         case when sender is not given.
912
913 2010-12-23  Julien Danjou  <julien@danjou.info>
914
915         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
916         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
917         the addresses, otherwise we might misplaced the gravatar.
918
919 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
920
921         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
922         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
923         obsolete in Emacs.
924
925 2010-12-20  Julien Danjou  <julien@danjou.info>
926
927         * gnus-util.el (gnus-rescale-image): Revert last change.
928
929 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
930
931         * binhex.el: Improve commentary (Bug#7482).
932
933 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-group.el (gnus-group-delete-articles): New command.
936
937 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
938
939         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
940
941 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
944         here, since it's up to the backends to do CRLF removal if their
945         protocol has it.
946
947         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
948
949 2010-12-17  Julien Danjou  <julien@danjou.info>
950
951         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
952         they are from file. Can also scale up.
953
954 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
955
956         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
957         gnus-use-agent.
958         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
959
960         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
961
962 2010-12-17  Julien Danjou  <julien@danjou.info>
963
964         * gravatar.el (gravatar-retrieve-synchronously): New function.
965         (gravatar-get-data): Make more robust.
966
967 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
970
971 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
974         to really consider the last line.
975
976 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
977
978         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
979         list of recipient keys, or use symmetric encryption if not a list.
980         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
981         EPA override, replacing the call to `netrc-store-data'.
982
983 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
984
985         * gnus-srvr.el: Avoid passing nil regexp argument to
986         delete-matching-lines.
987
988 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
991         fetching stops when Gnus exits.
992
993         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
994         function.
995         (nnfolder-request-expire-articles): Save all the buffers after doing
996         expiry.
997
998         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
999         the last article", since that led to serious performance regressions
1000         when expiring nnml groups.
1001
1002 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1003
1004         * nnir.el: Improve customizations.
1005
1006 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1009
1010         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1011         group has been killed.
1012         (gnus-group-yank-group): Ditto.
1013
1014         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1015
1016         * nnimap.el (nnimap-request-update-group-status): New function.
1017
1018         * gnus-int.el (gnus-request-update-group-status): New interface
1019         function.
1020
1021         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1022         copying read-ness to the backends.
1023
1024         * nnimap.el (nnimap-quirk): New function.
1025         (nnimap-retrieve-group-data-early): Use it.
1026         (nnimap-quirks): New alist.
1027
1028 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1031         don't delete it within indentation.
1032
1033 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1036         previous line.
1037
1038 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1041         QRESYNC command by deleting a superfluous space which broke Cyrus
1042         servers.  This change will break other servers that are buggy the other
1043         way around.
1044
1045 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * spam.el: Reindent and fix long lines.
1048         (spam-copy-or-move-routine): Exclude invalid move destinations.
1049
1050 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1051
1052         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1053         installed the registry.
1054
1055 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1058
1059 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1060
1061         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1062         groupname doesn't contain "gmane".
1063
1064 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1067         and netrc-bound-and-true-p bindings.
1068         (netrc-parse): Cache the netrc contents.
1069
1070         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1071         (gnus-1): Don't create the nndrafts group twice.
1072         (gnus-setup-news): There's no need to read the active file here, since
1073         that's done again later on a per-backend basis.
1074         (gnus-start-draft-setup): Make sure that the new group is started out
1075         empty.
1076
1077         * gnus-agent.el (gnus-agentize): Don't create the queue group
1078         automatically on startup.  It'll be created later, if needed.
1079
1080         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1081         of automatically subscribed groups.
1082         (gnus-auto-subscribed-categories): New variable.
1083         (gnus-matches-options-n): Use it.
1084         (gnus-default-subscribed-newsgroups): Remove unused variable.
1085         (gnus-start-draft-setup): Message a bit less.
1086
1087 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1088
1089         * nnir.el (nnir-run-imap): Return article list in order of increasing
1090         UID.
1091
1092 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-sum.el (gnus-summary-enter-digest-group):
1095         Mention gnus-auto-select-on-ephemeral-exit.
1096
1097         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1098         convention of the network-only option.
1099
1100 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * proto-stream.el (proto-stream-open-network-only): New function to
1103         have a way to specify non-STARTTLS upgrade connections.
1104
1105 2010-12-10  Julien Danjou  <julien@danjou.info>
1106
1107         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1108         email address is nil.
1109
1110         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1111
1112 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1115         deletion.
1116         (nnir-run-imap): Only need to parse list once.
1117
1118 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * shr.el (shr-tag-script): Ignore <script>.
1121         (shr-tag-label): Add <label> support.
1122
1123 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1126
1127         * shr.el (shr-image-displayer): Work for images lined side by side.
1128
1129 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1130
1131         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1132         parameter, since XEmacs doesn't accept t as a parameter.
1133
1134 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1135
1136         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1137         ids.
1138         (nnir-run-gmane): Simplify groupspec formatting.
1139         (nnir-request-expire-articles): New function.
1140
1141 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1144         overflow, possibly.
1145
1146         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1147         (shr-render-td): Handle td style="" better.
1148         (shr-tag-table): Use the color from the style sheet.
1149         (shr-render-td): Make sure we copy over all the overlays, too.
1150
1151 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1152
1153         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1154         (nnir-request-article): Improve article retrieval.
1155
1156 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * mm-util.el (mm-extra-numeric-entities): New variable.
1159
1160         * mm-url.el (mm-url-decode-entities):
1161         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1162
1163         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1164
1165 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1166
1167         * message.el: Use completion-at-point.
1168         (message-completion-function): New fun, extracted from message-tab.
1169         (message-mode): Use it for completion-at-point-functions.
1170         (message-tab): Use it and completion-at-point.
1171
1172 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1175         character if a non-breakable character follows.
1176
1177 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1180         any stream.
1181
1182         * shr.el (shr-tag-font): Colorize the region.
1183         (shr-tag-body): Ditto.
1184         (shr-tag-font): Actually let the styles be inherited instead of
1185         overwriting them.
1186         (shr-tag-font): Get the background color right.
1187         (shr-tag-style): Ignore all <style> tags for the moment.
1188
1189         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1190         a Message-ID to avoid having nnimap depend on gnus-sum.
1191
1192         * shr.el (shr-descend): Only colorize something if we have a node that
1193         sets colors.
1194
1195 2010-12-06  Julien Danjou  <julien@danjou.info>
1196
1197         * shr.el (shr-render-td): Render td content with shr-descend, so style
1198         will be applied to <td> too.
1199         (shr-colorize-region): Colorize region even if we only have a background.
1200         (shr-tag-body): Fix color and background color inheritance.
1201         Do not recolorize after shr-generic.
1202         (shr-tag-font): Let shr-generic colorize via inheritance.
1203
1204 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1207
1208 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1209
1210         * nnir.el (nnir-request-move-article): Remove obsolete code.
1211
1212 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1215
1216 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-sum.el (gnus-summary-respool-article): The completion function
1219         expects a list instead of an alist.
1220
1221         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1222         string as the parameter.
1223
1224         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1225
1226         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1227         styles.
1228         (shr-colorize-region): New function.
1229         (shr-insert-background-overlay): Remove.
1230         (shr-render-td): Background setting should be taken care of on a higher
1231         level.
1232         (shr-tag-body): Use post-hoc colorizations.
1233         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1234         (shr-put-color-1): Don't overwrite old colors.
1235         (shr-colorize-region): When the background color isn't explicit, use
1236         a fixed background.
1237
1238         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1239         nnmail variables.
1240
1241 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1242
1243         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1244         unless necessary.
1245
1246 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1247
1248         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1249         server.
1250
1251 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1254         so that TAB works.
1255
1256         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1257         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1258
1259         * shr.el (shr-urlify): Show the URL before the title to avoid
1260         misleading URLs.
1261
1262 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1263
1264         * shr.el (shr-urlify): Display the title in <a> tags.
1265
1266 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1267
1268         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1269
1270 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1271
1272         * nnir.el: Rearrange code to allow macros to be autoloaded by
1273         gnus-sum.el.
1274         (nnir-retrieve-headers-override-function): Make this variable
1275         customizable.
1276         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1277
1278         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1279         from nnir.el.
1280
1281 2010-12-03  Julien Danjou  <julien@danjou.info>
1282
1283         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1284
1285 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1288         allow optional argument `environment'.
1289
1290 2010-12-03  Glenn Morris  <rgm@gnu.org>
1291
1292         * mm-extern.el (message-goto-body): Update declaration.
1293
1294 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gnus-util.el (gnus-macroexpand-all): New function.
1297
1298         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1299         instead of macroexpand-all that is unavailable in XEmacs.
1300
1301 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1302
1303         * nnir.el (nnir-summary-line-format): New variable.
1304         (nnir-mode): Use it.
1305         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1306         (nnir-article-ids): Reimplement as defsubst.
1307         (nnir-retrieve-headers): Don't mangle the subject header.
1308         (nnir-run-imap): Use 100 as RSV score.
1309         (nnir-run-find-grep): Fix for full server searching.
1310         (nnir-run-gmane): Better restriction to gmane groups.
1311
1312         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1313         summary buffers.
1314
1315 2010-12-02  Julien Danjou  <julien@danjou.info>
1316
1317         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1318
1319         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1320
1321         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1322         support.
1323
1324 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1325
1326         * nnir.el: Update to handle the registry better.
1327         (autoload): Silence byte-compiler.
1328         (nnir-open-server): Add a hook for nnir groups.
1329         (nnir-request-move-article): Don't mangle the header. Better to use
1330         formating variables (which will be added in the future).
1331         (nnir-registry-action): Update the registry using the original article
1332         group name.
1333         (nnir-mode): Install nnir-specific hooks for updating the registry.
1334
1335         * gnus-sum.el
1336         (gnus-article-original-subject,gnus-newsgroup-original-name):
1337         Remove obsolete variables.
1338         (gnus-summary-move-article): Remove use of obsolete variables.
1339         (gnus-summary-local-variables): Make move and delete hooks local to
1340         summary buffers.
1341
1342 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * rtree.el: New file.
1345
1346 2010-12-01  Julien Danjou  <julien@danjou.info>
1347
1348         * message.el (message-user-organization): Do not use
1349         gnus-local-organization.
1350
1351         * gnus.el: Remove gnus-local-organization.
1352
1353         * gnus-msg.el: Remove nastygram thing.
1354
1355 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1358         funcall.
1359
1360 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1363         names.
1364
1365         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1366         characters.
1367
1368         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1369         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1370         Suggested by Štěpán Němec <stepnem@gmail.com>.
1371         (gnus-gravatar-transform-address): Use mail-extract-address-components
1372         that supports non-ASCII names rather than mail-header-parse-addresses.
1373
1374 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * proto-stream.el (open-protocol-stream): All starttls connections are
1377         handled by the network handler.
1378
1379 2010-11-30  Julien Danjou  <julien@danjou.info>
1380
1381         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1382         (nnimap-open-connection-1): Fix PREAUTH.
1383
1384         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1385
1386 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1389         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1390         (shr-insert): Use them.
1391         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1392
1393 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1394
1395         * nnir.el (nnir-request-move-article): Bail out if original group
1396         doesn't support article moves.
1397         (nnir-get-active): Improve active list retrieval.
1398
1399 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1402
1403 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1404
1405         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1406         seem to accept strings-with-numbers as port numbers,
1407
1408 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1409
1410         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1411         change the registry.
1412
1413 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1416         delete-dups that is not available in XEmacs 21.4.
1417
1418         * mm-util.el (mm-delete-duplicates): Add comment.
1419
1420 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1421
1422         * nnir.el (nnir-ignored-newsgroups): New variable.
1423         (nnir-get-active): Use it.
1424
1425 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * proto-stream.el (proto-stream-open-network): Add some comments.
1428
1429         * nntp.el (nntp-open-connection): Provide a :success condition.
1430
1431         * nnimap.el (nnimap-open-connection-1): Ditto.
1432
1433         * proto-stream.el (proto-stream-open-network): See what the response to
1434         the STARTTLS command is.
1435
1436         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1437         backwards compatibility).
1438         (nnimap-open-connection-1): Really respect nnimap-server-port.
1439
1440         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1441         TLS upgrades we don't really care about the identity of the peer.
1442         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1443         that what we've checked for.
1444         (proto-stream-always-use-starttls): Only default to t if
1445         open-gnutls-stream exists.
1446         (proto-stream-open-network): If STARTTLS failed, then just open a
1447         normal connection.
1448         (proto-stream-open-network): Wait until the greeting before doing
1449         STARTTLS.
1450
1451         * nntp.el (nntp-open-connection): Report what the connection error is.
1452
1453         * proto-stream.el (open-protocol-stream): Rename from
1454         open-proto-stream.
1455
1456 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * nnimap.el (nnimap-stream): Change default to `undecided'.
1459         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1460         first, and then network.
1461         (nnimap-open-connection-1): Respect nnimap-server-port.
1462         (nnimap-open-connection): Be more backwards-compatible.
1463
1464         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1465         (proto-stream-open-starttls): De-duplicate the starttls code.
1466         (proto-stream-open-starttls): Folded back into the main function.
1467         (proto-stream-open-network): Fix typo in the gnutls path.
1468         (proto-stream-command): Refactor out.
1469
1470         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1471
1472         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1473         starttls.el STARTTLS.
1474
1475         * color.el (color-lab->srgb): Fix function call name.
1476
1477         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1478         if we're using tls.el.
1479         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1480         built in, then don't try to establish a STARTTLS connection.
1481
1482         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1483         servers.
1484
1485         * proto-stream.el (open-proto-stream): Use network, not stream.
1486         (open-proto-stream): Add a way to specify what the end of a command is.
1487
1488         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1489         connections types.
1490         (nntp-open-network-stream): Remove.
1491         (nntp-open-ssl-stream): Remove.
1492         (nntp-open-tls-stream): Remove.
1493         (nntp-ssl-program): Remove.
1494
1495         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1496
1497 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1498
1499         * nnir.el: Fix typos.
1500         (nnir-retrieve-headers-override-function): Rename variable to reflect
1501         new semantics.
1502         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1503         macros.
1504         (nnir-request-article, nnir-request-move-article): Use them.
1505         (nnir-categorize): New function.
1506         (nnir-run-query): Use it.
1507         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1508         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1509         sorted.
1510         (nnir-group-full-name): Use gnus-group-full-name instead.
1511         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1512         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1513
1514 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1517
1518         * proto-stream.el: New library to provide protocol-specific
1519         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1520         protocols.
1521         (open-proto-stream): Complete the documentation.
1522         (proto-stream-open-network): Fix some typos.
1523
1524         * nnimap.el (nnimap-open-connection): Use it.
1525
1526 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1527
1528         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1529         negotiation.
1530
1531 2010-11-26  Julien Danjou  <julien@danjou.info>
1532
1533         * color.el: Rename various rgb functions to srgb.
1534
1535 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1538         names.
1539
1540 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * shr.el (shr-insert): Revert last change.
1543         (shr-find-fill-point): Never leave point being at bol;
1544         relax the kinsoku limitation when rendering tables.
1545
1546 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1549         results from -accept-article.
1550
1551         * shr-color.el: Require cl when compiling.
1552
1553         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1554         checkin.
1555
1556         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1557
1558         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1559
1560         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1561         'add and 'delete to set backend marks.
1562
1563         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1564
1565         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1566
1567         * nntp.el (nntp-request-set-mark): Use it.
1568
1569         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1570
1571         * nnml.el (nnml-request-set-mark): Ditto.
1572
1573         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1574         introduces regressions in article selection.
1575         (nnimap-find-uid-response): New function.
1576         (nnimap-request-accept-article): Use the UID returned, if any.
1577         (nnimap-request-move-article): Use the UID returned, if any.
1578         (nnimap-get-groups): Reimplement to work with folded lines.
1579         (nnimap-find-uid-response): The UID is the last element in the list.
1580         (nnimap-request-set-mark): Extend syntax with 'set.
1581
1582         * nnml.el (nnml-request-set-mark): Ditto.
1583
1584         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1585
1586         * nntp.el (nntp-request-set-mark): Ditto.
1587
1588 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * message.el (message-called-interactively-p): A temporary macro.
1591         (message-goto-body): Use it temporarily.
1592
1593 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1596         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1597         (nnimap-last-response-string): Fix last unfolding fix.
1598
1599 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * shr.el (shr-insert): Fix the way to fold lines.
1602
1603 2010-11-25  Julien Danjou  <julien@danjou.info>
1604
1605         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1606
1607         * color.el: Rename from color-lab.el
1608         (color-rgb->hex): Add.
1609         (color-complement): Add.
1610         (color-complement-hex): Add.
1611
1612         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1613
1614 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1617         don't exist.
1618
1619 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1622         assuming that article displaying or another mml-preview may be
1623         interrupted for an error or for the like.
1624
1625         * shr.el (shr-get-background): Fix argument name.
1626
1627 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1630
1631         * gnus-sum.el (gnus-summary-include-articles): New function.
1632
1633         * message.el (message-goto-body): called-interactively-p needs a
1634         parameter, so use `any'.
1635
1636         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1637         clear marks before moving, since they're synced from the Gnus side
1638         first.
1639
1640         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1641         (gnus-summary-move-article): Copy over all marks before moving, so that
1642         IMAP doesn't think a new article has arrived.
1643
1644 2010-11-24  Julien Danjou  <julien@danjou.info>
1645
1646         * shr.el (shr-insert-background-overlay): Fix typo.
1647         (shr-render-td): Copy the background before rendering.
1648
1649         * shr-color.el (shr-color-visible): Fix docstring.
1650
1651         * shr.el (shr-tag-table): Add bgcolor support.
1652         (shr-render-td): Add bgcolor support.
1653         (shr-get-background): Add.
1654         (shr-insert-foreground-overlay): Use shr-get-background.
1655
1656         * message.el (message-goto-body): Use called-interactively-p.
1657         (message-in-body-p): message-goto-body returns point.
1658
1659 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1662         Fixes something or other in Emacs 23, and is backwards compatible.
1663
1664         * message.el (message-goto-body): Remove the <#secure special-casing,
1665         which is too special.
1666
1667         * shr.el (shr-parse-style): Drop !important from styles.
1668
1669 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1670
1671         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1672         this function to return incorrect results when calling it with an
1673         explicit article argument different from
1674         (gnus-summary-article-number).
1675
1676 2010-11-24  Julien Danjou  <julien@danjou.info>
1677
1678         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1679         (shr-tag-body): Add background support.
1680         (shr-descend): Add background support.
1681         (shr-tag-title): Add.
1682
1683         * shr-color.el (shr-color-visible): Really return original background
1684         if fixed.
1685
1686 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el (shr-color-check): Protect against non-existant colour names.
1689
1690 2010-11-24  Julien Danjou  <julien@danjou.info>
1691
1692         * color-lab.el: Require 'cl when compiling.
1693
1694         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1695
1696         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1697         matched part.
1698
1699         * color-lab.el: Fix all expt calls to use float type.
1700
1701 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1704         expression to shr-color-check as is.
1705
1706         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1707
1708         * color-lab.el: Add coding cookie.
1709         (float-pi): Use eval-and-compile.
1710
1711         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1712         compiled for Emacsen having no `libxml-parse-html-region' support.
1713
1714 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * shr.el (shr-insert-color-overlay): Split stuff like
1717         "#444444 !important" to find the real colour.
1718         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1719         parse <font color="red"> entries.
1720
1721 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1722
1723         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1724         point when parsing headers.
1725
1726         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1727         is positioned properly when parsing headers.
1728
1729 2010-11-23  Julien Danjou  <julien@danjou.info>
1730
1731         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1732
1733         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1734
1735         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1736
1737         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1738         Use shr-color-hue-to-rgb.
1739         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1740
1741 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * shr.el (shr-color->hexadecimal): Autoload.
1744         (shr-descend): Add color to all tags.
1745
1746 2010-11-22  Julien Danjou  <julien@danjou.info>
1747
1748         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1749         shr-color->hexadecimal.
1750
1751         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1752         RGB() or HSL() color representation.
1753
1754         * shr.el (shr-tag-font): Add.
1755         (shr-tag-color-check): New function to get better colors.
1756         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1757         tag-span.
1758
1759         * shr-color.el: New file.
1760
1761         * color-lab.el: New file.
1762
1763         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1764
1765 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1766
1767         * nnir.el: Fix typo in comments.
1768         (nnir-run-imap): Simplify code. No need to reverse artlist.
1769         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1770
1771 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1774
1775         * nnimap.el (nnimap-get-capabilities): Refactor out.
1776         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1777
1778 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1779
1780         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1781         appearing when `mm-uu-hide-markers' is nil.
1782
1783 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * nnimap.el (nnimap-unselect-group): Make into its own function.
1786         (nnimap-request-rename-group): Unselect group before renaming.
1787         This had gotten lost somewhere.
1788         (nnimap-request-accept-article): Keep track of examined groups, and
1789         unselect the group before APPENDing to read-only groups.
1790         (nnimap-request-move-article): Clear flags before moving so that they
1791         can be re-set later.
1792
1793 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1796         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1797
1798 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * gnus-art.el (gnus-mime-display-single)
1801         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1802         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1803         parameter.
1804
1805 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1808         (shr-table-vertical-line): New variable.
1809         (shr-insert-table): Use it.
1810
1811 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-html.el (gnus-html-wash-images): Don't display images if
1814         gnus-inhibit-images is non-nil; register displayer for cid images.
1815         (gnus-html-display-image): Work for cid image.
1816         (gnus-html-insert-image): Allow arguments.
1817         (gnus-html-put-image): Inhibit read-only.
1818         (gnus-html-prefetch-images): Don't prefetch images if
1819         gnus-inhibit-images is non-nil.
1820
1821 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * shr.el (shr-put-image): Break lines when inserting big pictures.
1824
1825 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1826
1827         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1828         sender, thanks Katsumi Yamaoka.
1829
1830 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (nnir-run-imap): Reverse the article list for each group
1833         rather than the whole list.
1834
1835 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * shr.el (shr-image-displayer): Protect function against non-existent
1838         image source.
1839
1840         * gnus-art.el (gnus-inhibit-images): New user option.
1841         (gnus-mime-display-single): Don't display image if it is non-nil.
1842
1843         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1844         gnus-inhibit-images.
1845
1846         * shr.el (shr-image-displayer): New function.
1847         (shr-tag-img): Use it.
1848
1849 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1850
1851         * mml2015.el (mml2015-epg-sign): Use From header.
1852
1853 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1856
1857         * gnus-util.el (gnus-find-text-property-region): Return markers.
1858
1859         * shr.el (shr-tag-img): Put a displayer in the text property.
1860
1861         * gnus-util.el (gnus-find-text-property-region): New utility function.
1862
1863         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1864         (gnus-html-show-images): Remove.
1865
1866         * gnus-art.el (gnus-article-show-images): New, more general function.
1867
1868         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1869         image url text properties.
1870
1871         * shr.el: Ditto.
1872
1873         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1874         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1875
1876 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1879         work for two or more articles.
1880
1881 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1884         divide an image that's in an html article to two or more when washing
1885         non-ASCII characters in alt text of it.
1886
1887 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1890         smime-decrypt-region using function argument.
1891         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1892
1893         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1894
1895         * smime.el (smime-decrypt-region): Catch it.
1896
1897 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1898
1899         * smime.el (smime-mode-map): Move initialization into declaration.
1900         (gnus-run-mode-hooks): Don't autoload.
1901         (smime-mode): Use define-derived-mode.
1902
1903 2010-11-11  Glenn Morris  <rgm@gnu.org>
1904
1905         * smime.el (from): Restrict declaration to XEmacs.
1906
1907         * nnir.el (gnus-group-topic-name): Autoload.
1908
1909 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * shr.el (shr-insert): Don't break long line if it is because of
1912         kinsoku-bol characters in the line end.
1913
1914 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el (nnir-request-move-article): Fix to provide original group
1917         and subject.
1918         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1919         been retrieved.
1920
1921         * gnus-sum.el (gnus-summary-move-article): Use original group and
1922         subject for virtual articles such as those in an nnir summary buffer.
1923
1924 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1927         least 21.5).
1928
1929         * smime.el (from): Declare it again for XEmacs.
1930
1931 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * message.el (message-resend): Don't disable encoding unless it's
1934         already encoded.
1935
1936         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1937         low-numbered articles.
1938
1939 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * rfc2047.el (rfc2047-syntax-table): Simplify.
1942
1943         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1944
1945         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1946         set-char-table-range for XEmacs.
1947
1948 2010-11-10  Glenn Morris  <rgm@gnu.org>
1949
1950         * time-date.el (time-to-seconds): Always an alias on Emacs,
1951         never a real function.
1952         (with-no-warnings): Remove compat stub, now unused.
1953         (time-less-p): Doc fix.
1954         (time-to-number-of-days): Simplify.
1955
1956         * smime.el (from): Remove unused declaration.
1957
1958         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1959         (gnus-float-time): On Emacs, always an alias.
1960
1961         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1962         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1963
1964 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * dgnushack.el: Don't use ignore-errors in the top level form since it
1967         is unavailable in XEmacs even if cl is loaded.
1968
1969         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1970
1971 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (browse-url-mailto): Autoload.
1974
1975         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1976
1977         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1978         regexp doesn't need quoting.
1979
1980 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1981
1982         * message.el (message-subject-trailing-was-ask-regexp)
1983         (message-subject-trailing-was-regexp): Match was: in addition to was.
1984
1985 2010-11-09  Glenn Morris  <rgm@gnu.org>
1986
1987         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1988         (nnbabyl-check-mbox): Use point-at-bol.
1989
1990 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1993
1994         * message.el (message-mailto): New function.
1995         (message-mailto): Should accept other parameters.
1996         (message-mailto): Remove since it duplicates browse-url-mailto
1997         functionality.
1998
1999 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2002         methods.
2003         (gnus-read-active-file): Ditto.
2004
2005         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2006         ": " from the prompt.
2007         (gnus-group-make-group): Ditto.
2008
2009 2010-11-07  Glenn Morris  <rgm@gnu.org>
2010
2011         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2012         (gnus-bookmark-kill-line): Use point-at-eol.
2013
2014 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2017         asterisks in From header.
2018
2019 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2022         string to avoid making the From headers syntactically invalid.
2023
2024         * message.el (message-send-mail): Don't insert courtesy messages if the
2025         message already has List-Post and List-ID messages.
2026
2027 2010-11-06  Glenn Morris  <rgm@gnu.org>
2028
2029         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2030         `condition', `type', `length' a prefix.
2031         (gnus-treat-predicate): Update for above name changes.
2032
2033 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2034
2035         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2036         binding.  Handled by `gnus-summary-refer-thread' instead.
2037         (nnir-warp-to-article): New backend function.
2038
2039         * nnimap.el (nnimap-request-thread): Force dependency updating.
2040
2041         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2042         (gnus-summary-refer-thread): Rework to improve thread-referral.
2043
2044         * gnus-int.el (gnus-warp-to-article): New function.
2045
2046         * gnus-sum.el (gnus-summary-article-map): Bind it.
2047
2048 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2049
2050         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2051         gnus-summary-refer-thread.
2052
2053         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2054         headers.
2055         (gnus-summary-limit-include-thread): Prevent articles in thread from
2056         being cut in gnus-cut-threads.
2057         (gnus-summary-refer-thread): Limit retrieved headers to those in
2058         thread.
2059
2060 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * message.el (message-send-mail): Use the value of
2063         message-courtesy-message from the message buffer.
2064
2065         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2066
2067         * shr.el (shr-browse-url): Implement mailto: URLs.
2068
2069         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2070         "raw".
2071
2072         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2073         if it's already selected.
2074
2075         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2076
2077 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2080         to measure the length and truncate alt text.
2081
2082 2010-11-03  Glenn Morris  <rgm@gnu.org>
2083
2084         * nndiary.el (nndiary-generate-nov-databases-1)
2085         (nndiary-generate-active-info): Rename dynamic variable `files' to
2086         something less generic.
2087
2088 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2089
2090         * nnir.el (nnir-request-move-article): Call the underlying backend to
2091         move articles from nnir.
2092
2093 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2096
2097 2010-11-02  Julien Danjou  <julien@danjou.info>
2098
2099         * nnir.el: Remove wais support.
2100
2101 2010-11-02  Glenn Morris  <rgm@gnu.org>
2102
2103         * gnus-html.el: Reorder requirements to quieten compiler.
2104
2105 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2108         properly for XEmacs as well.
2109         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2110         (gnus-article-natural-long-line-p): Use window-width rather than
2111         frame-width.
2112
2113 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2114
2115         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2116         (nnir-read-parms): Don't modify query.
2117         (nnir-run-query): Add ability to search topic on current line.
2118         (nnir-get-active): Clean up.
2119
2120 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2123         degenerate articles.
2124
2125         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2126         (gnus-print-buffer): Just print the buffer as is, without any copying
2127         to a buffer and then re-highlighting.
2128
2129         * nnimap.el (nnimap-request-group): Store the new updated info.
2130         (nnimap-request-group): Select the group when we don't know whether it
2131         exists or not.
2132
2133         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2134         groups.
2135
2136         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2137         groups.
2138
2139         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2140         groups.
2141
2142         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2143         long-lines case by only filling the long lines.
2144
2145         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2146         (bug #7311).
2147
2148 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * shr.el: No need to declare `declare-function' since shr.el is for
2151         only Emacsen that provide `libxml-parse-html-region'.
2152
2153         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2154         effective only in a file it is referred to.
2155
2156 2010-11-01  Glenn Morris  <rgm@gnu.org>
2157
2158         * mm-util.el (gnus-completing-read): Autoload.
2159         (mm-read-coding-system): Simplify Emacs definition.
2160
2161         * nnmail.el (gnus-activate-group):
2162         * nnimap.el (gnutls-negotiate):
2163         * nntp.el (netrc-parse): Fix declarations.
2164
2165 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2168         string-match-p in Emacs >=23.
2169
2170         * gnus-msg.el (gnus-configure-posting-styles)
2171         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2172
2173 2010-11-01  Glenn Morris  <rgm@gnu.org>
2174
2175         * nnir.el (declare-function): Add compat stub.
2176         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2177         (nnir-run-gmane): Require 'mm-url.
2178
2179         * mm-util.el (mm-string-to-multibyte): Simplify.
2180
2181         * shr.el (declare-function): Add compat stub.
2182         (url-cache-create-filename): Declare.
2183         (mm-disable-multibyte, widget-convert-button): Autoload.
2184
2185         * smime.el (ldap-search): Declare.
2186         (smime-cert-by-ldap-1): Require ldap on Emacs.
2187
2188         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2189         (nnimap-keepalive): Use gnus-float-time.
2190
2191         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2192         (mail-source-delete-crash-box): Use gnus-float-time.
2193
2194         * gnus-dired.el (gnus-completing-read): Autoload.
2195
2196         * mm-view.el (gnus-rescale-image): Autoload.
2197
2198         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2199
2200         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2201
2202         * sieve-manage.el: Require 'cl when compiling.
2203
2204         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2205         (gnus-iswitchb-completing-read): Require iswitchb.
2206         (gnus-select-frame-set-input-focus): Silence compiler.
2207
2208 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * message.el (message-subject-trailing-was-query): Change default to t,
2211         since I think that's what most people want.
2212
2213         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2214         appending for easier debugging.
2215         (nnimap-wait-for-connection): Take a regexp.
2216         (nnimap-request-accept-article): Wait for the continuation line before
2217         sending anything unless we're streaming.
2218
2219         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2220         leave the header washing to take place.
2221
2222 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2223
2224         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2225         regular expression match and replace in posting styles.
2226
2227 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2228
2229         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2230         an entire server.
2231         (nnir-get-active): New function.
2232         (nnir-run-imap): Use it.
2233         (nnir-run-gmane): Who knew, gmane search returns an article score!
2234
2235         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2236         server on the current line with nnir.
2237
2238 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2241         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2242         left edge.
2243         (gnus-article-foldable-buffer): Skip past the prefix when determining
2244         raggedness.
2245
2246         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2247         the raw article, and change `C-u g' to show the article without doing
2248         treatments.
2249
2250         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2251         on to `gnus-treat-article'.
2252         (gnus-inhibit-article-treatments): New variable.
2253
2254         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2255
2256         * gnus-art.el (gnus-treatment-function-alist): Have
2257         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2258         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2259         sections.
2260
2261         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2262         parameter.
2263         (gnus-article-fill-cited-long-lines): New function.
2264         (gnus-article-fill-cited-article): Allow filling only long sections.
2265
2266         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2267         and non-punctuation (like after the apostrophe in "'We").
2268
2269         * gnus-sum.el (gnus-summary-select-article): Make sure
2270         gnus-original-article-buffer is alive.
2271
2272         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2273         reflect the order they're in in the digest.
2274
2275         * gnus.el (gnus-group-startup-message): Move point to the start of the
2276         buffer.
2277
2278         * nnimap.el (nnimap-capability): New function.
2279         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2280         is set.
2281
2282 2010-10-31  David Engster  <dengste@eml.cc>
2283
2284         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2285         conform with changes to gnus-completing-read.
2286
2287 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2290
2291 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2292
2293         * nnir.el: Move defvar, defcustom around to keep file organized
2294         and keep byte-compiler quiet.
2295         (nnir-read-parms): Accept search-engine as arg.
2296         (nnir-run-query): Pass search-engine as arg.
2297         (nnir-search-engine): Remove.
2298
2299 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (shr-generic): The text nodes should be text, not :text.
2302
2303         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2304         later in the file.
2305
2306 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2307
2308         * nnir.el: General clean up.  Allow searching with multiple engines.
2309         Allow separate extra-parameters for each engine.
2310         Batch queries when possible.
2311         (nnir-imap-default-search-key,nnir-method-default-engines):
2312         Add customize interface.
2313         (nnir-run-gmane): New engine.
2314         (nnir-engines): Use it.  Qualify all prompts with engine name.
2315         (nnir-search-engine): Remove global variable.
2316         (nnir-run-hyrex): Restore for now.
2317         (nnir-extra-parms,nnir-search-history): New variables.
2318         (gnus-group-make-nnir-group): Use them.
2319         (nnir-group-server): Remove in favor of gnus-group-server.
2320         (nnir-request-group): Avoid searching twice.
2321         (nnir-sort-groups-by-server): New function.
2322
2323 2010-10-30  Julien Danjou  <julien@danjou.info>
2324
2325         * gnus-group.el: Remove gnus-group-fetch-control.
2326
2327         * gnus-start.el (gnus-find-new-newsgroups):
2328         Remove gnus-check-first-time-used.
2329
2330         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2331
2332 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2333
2334         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2335         set on groups that don't have \* permanentflags.
2336
2337 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2340         control the background color.
2341         (shr-tag-img): Ignore very small web bug type images.
2342         (shr-put-image): Add help-echo alt texts to the images.
2343         (shr-tag-video): Show the video poster image.
2344
2345 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * shr.el (shr-table-depth): New variable.
2348         (shr-tag-table-1): Only insert the images after the top-level table.
2349
2350         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2351
2352         * gnus-util.el (gnus-list-memq-of-list): New function.
2353
2354         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2355         selected.
2356         (nnimap-unsplittable-articles): New slot.
2357         (nnimap-new-articles): Use it.
2358
2359 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2360
2361         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2362         move to the previous line on `M-g'.
2363
2364 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2367         *-request-group, which seems unnecessary.
2368
2369         * nnimap.el (nnimap-quote-specials): Function copied over from
2370         imap.el.
2371         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2372         they support that.  Suggested by Tom Regner.
2373
2374 2010-10-29  Julien Danjou  <julien@danjou.info>
2375
2376         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2377         defalias.
2378         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2379
2380         * gnus.el: Remove `gnus-nntp-service' variable.
2381         (gnus-secondary-servers): Make obsolete.
2382         (gnus-nntp-server): Make obsolete.
2383
2384         * gnus-start.el (gnus-1): Remove x-splash calls.
2385
2386         * gnus-ems.el (gnus-x-splash): Remove.
2387
2388         * gnus.el (gnus-group-startup-message): Simplify/update code.
2389
2390         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2391         definition.
2392
2393         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2394         capability before doing anything.
2395         (gnus-group-insert-group-line): Remove useless
2396         gnus-group-remove-excess-properties.
2397
2398 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2401
2402 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2405         config after reselecting.
2406
2407 2010-10-28  Julien Danjou  <julien@danjou.info>
2408
2409         * shr.el (shr-put-image): Use point even if only inserting text.
2410         (shr-put-image): Save excursion when inserting alt text on non-graphic
2411         display, so the behaviour is the same when we are on a graphic display.
2412
2413         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2414
2415 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2418         (gnus-mime-copy-part): Check coding system, not charset.
2419         (gnus-mime-view-part-externally): Never remove part.
2420         (gnus-mime-view-part-internally): Don't remove part here.
2421         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2422         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2423         multipart/alternative.
2424
2425         * mm-decode.el (mm-display-part): Take optional arg `force'.
2426
2427 2010-10-26  Julien Danjou  <julien@danjou.info>
2428
2429         * gnus-group.el (gnus-group-default-list-level): Add this function to
2430         compute the default list level.
2431         (gnus-group-default-list-level): Add possibility to use a function.
2432
2433 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2436
2437         * gnus-group.el (gnus-group-completing-read)
2438         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2439         gnus-replace-in-string.
2440
2441 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * shr.el (shr-tag-div): Add.
2444
2445         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2446
2447 2010-10-25  Julien Danjou  <julien@danjou.info>
2448
2449         * gnus-util.el: Remove `gnus-with-local-quit'.
2450
2451         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2452
2453 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2456         the original article buffer.
2457
2458 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * nnimap.el (nnimap-request-head): New function.
2461         (nnimap-request-move-article): Try to be slighly faster by not
2462         requesting the entire message when moving.
2463         (nnimap-transform-headers): Don't bug out on bodiless articles.
2464         (nnimap-send-command): Have no outstanding messages if the IMAP server
2465         doesn't support streaming.
2466         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2467
2468 2010-10-24  Julien Danjou  <julien@danjou.info>
2469
2470         * message.el (message-default-headers): Fix type.
2471
2472 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2475         prefetching images.
2476
2477         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2478         backend for unknown groups.  This is mainly useful for nnimap groups.
2479
2480         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2481         group isn't covered by the agent.
2482
2483 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2484
2485         * nnir.el (nnir-method-default-engines): New variable.
2486         (nnir-run-query): Use it.
2487         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2488         (gnus-summary-nnir-goto-thread): Change group if needed.
2489
2490         * gnus-group.el (gnus-group-group-map): Add key binding for
2491         gnus-group-make-nnir-group.
2492
2493 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * shr.el (shr-tag-object): Add.
2496
2497         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2498         original article buffer live.
2499         (gnus-summary-select-article-buffer):
2500         Mention gnus-widen-article-buffer.
2501
2502 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * shr.el (shr-tag-strong): Add.
2505
2506 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2509         group names.  They mess up the group buffer badly.
2510
2511         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2512
2513         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2514         instead of the summary one.
2515
2516 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * mml.el (mml-preview): Work properly when editing article.
2519
2520         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2521         gnus-have-read-active-file if it's already been in.
2522
2523 2010-10-22  Tom Tromey  <tromey@redhat.com>
2524
2525         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2526         gnus-group-completing-read.
2527
2528 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * message.el (message-mode-map): Don't bind M-; to comment region, to
2531         allow the global comment-dwim to work.
2532
2533 2010-10-21  Julien Danjou  <julien@danjou.info>
2534
2535         * message.el (message-setup-1): Allow message-default-headers to be a
2536         function.
2537
2538 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * shr.el (shr-tag-table): Simplify.
2541
2542 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2545         to avoid trying to snarf invalid stuff.
2546
2547         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2548
2549         * gnus.el (gnus-message-archive-group): Quote value.
2550         (gnus-message-archive-group): Mark as changed.
2551
2552         * shr.el (shr-add-font): Don't put the font properties on the newline
2553         or the indentation.
2554
2555         * message.el (message-fix-before-sending): Change options when sending
2556         non-printable characters.
2557
2558         * gnus.el (gnus-message-archive-method): Change the default to
2559         monthly outgoing groups.
2560
2561         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2562         that have gotten new numbers.
2563
2564         * nnimap.el (nnimap-request-replace-article): New function.
2565
2566 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2569         (nnrss-request-article): Don't use special html washing code.
2570
2571 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * shr.el (shr-tag-table): Remove useless nconc.
2574
2575 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-art.el (article-wash-html): Simplify and remove the charset
2578         stuff.  Use the normal html rendering code instead of the special html
2579         washing code.
2580
2581         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2582         `gnus-w3m' symbols.
2583         (mm-text-html-washer-alist): Remove.
2584
2585         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2586         (mm-inline-media-tests): Remove use.
2587         (mm-text-html-renderer): Change default to the `shr' symbol.
2588
2589         * mm-view.el (mm-inline-text-html): Remove use.
2590
2591         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2592         `gnus-blocked-images' to be a function.
2593         (gnus-article-wash-function): Remove.
2594
2595 2010-10-20  Julien Danjou  <julien@danjou.info>
2596
2597         * spam.el (spam-list-of-processors): Mark as obsolete.
2598
2599         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2600         (nnimap-insert-partial-structure): Fix boundary detection.
2601
2602 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2603
2604         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2605         run file-truename on remote files.  This can be expensive and even
2606         prevent one from editing drafts if some unrelated buffer has a stale
2607         connection.
2608
2609 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2612         kinsoku-eol regardless of shr-kinsoku-shorten.
2613         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2614         (shr-tag-table): Support caption, thead, and tfoot.
2615
2616 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2619         lines.
2620         (shr-save-contents): New command and keystroke.
2621
2622         * nndoc.el (nndoc-type-alist): Add git support.
2623         (nndoc-git-type-p): New function.
2624         (nndoc-transform-git-article): Ditto.
2625         (nndoc-transform-git-headers): Ditto.
2626         (nndoc-transform-git-headers): Generate Subject headers.
2627
2628         * shr.el (shr-parse-style): New function.
2629         (shr-tag-span): Ditto.
2630
2631         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2632         to `G G' to avoid collisions.
2633
2634 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * shr.el: Load kinsoku if necessary.
2637         (shr-kinsoku-shorten): New internal variable.
2638         (shr-find-fill-point): Make kinsoku shorten text line if
2639         shr-kinsoku-shorten is bound to non-nil.
2640         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2641         shr-indentation too when testing if table is wider than frame width.
2642         (shr-insert-table): Use `string-width' instead of `length' to measure
2643         text width.
2644         (shr-insert-table-ruler): Make sure indentation is done at bol.
2645
2646 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2647
2648         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2649         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2650         undecoded network data.
2651
2652 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2655         name in the mode line spec so that the mode line menu works
2656         (bug #2431).
2657
2658         * message.el (message-get-reply-headers): If we're fed `to-address',
2659         then always use that.
2660
2661         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2662         aren't so wide as to need to switch off the edit menu.
2663
2664         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2665         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2666
2667         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2668         `M-g'.
2669         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2670         the permanent marks.
2671
2672 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2673
2674         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2675         Splitting according to references/in-reply-to obeys the ignore-groups
2676         variable, while splitting by sender and subject do not.
2677
2678 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2681         alist, so that we can look for non-Unicode chars.
2682         (article-translate-strings): Allow both character and string maps.
2683
2684 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * shr.el (shr-insert): Don't insert space behind a wide character
2687         categorized as kinsoku-bol, or between characters both categorized as
2688         nospace.
2689
2690 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2691
2692         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2693         headers to gnus-newsgroup-headers.
2694
2695 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * shr.el (shr-tag-img): Don't align images -- since we're not
2698         rescaling, this often leads to ugly displays.
2699
2700 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2701
2702         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2703         duplicates.
2704
2705 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2706
2707         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2708         call.
2709
2710 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus.el: Autoload gnus-html-show-images.
2713
2714         * nnimap.el: Use nnheader-message throughout.
2715
2716         * shr.el (shr-tag-img): Ignore images with no data.
2717
2718 2010-10-15  Julien Danjou  <julien@danjou.info>
2719
2720         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2721         a possibility to disable format=flow encoding when using hard newlines.
2722
2723 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * shr.el (shr-insert): Remove space inserted before or after a
2726         breakable character or at the beginning or the end of a line.
2727         (shr-find-fill-point): Do kinsoku; find the second best point or give
2728         it up if there's no breakable point.
2729
2730 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnimap.el (nnimap-open-connection): Message when opening connection
2733         for debugging purposes.
2734
2735         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2736         on every setup buffer call to allow this to change from article to
2737         article.
2738
2739         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2740         buffers where we have a wide table.
2741
2742 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2743
2744         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2745         uses *-request-thread.
2746
2747 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2750         incantation, which is no longer valid.
2751
2752 2010-10-14  Julien Danjou  <julien@danjou.info>
2753
2754         * shr.el: Fix defcustom type (char -> character).
2755
2756 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2759         programs.
2760
2761 2010-10-14  Julien Danjou  <julien@danjou.info>
2762
2763         * shr.el (shr-tag-a): Use url-link as widget type.
2764
2765         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2766         `gnus-group-get-icon'.
2767
2768 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2771         This should make server editing work better.
2772
2773         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2774
2775         * tls.el (tls-program): Remove spurious %s from openssl.
2776
2777         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2778         (nnimap-parse-flags): Fix regexp.
2779
2780         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2781         probably work for CJVK text, too.
2782
2783         * nnimap.el (nnimap-extend-tls-programs): Remove.
2784         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2785
2786         * tls.el (tls-starttls-switches): Remove starttls hack.
2787         (open-tls-stream): Ditto.
2788         (tls-find-starttls-argument): Ditto.
2789
2790 2010-10-13  Julien Danjou  <julien@danjou.info>
2791
2792         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2793         responses.
2794
2795 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2798
2799         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2800         anything in Emacs.
2801
2802         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2803
2804 2010-10-13  Julien Danjou  <julien@danjou.info>
2805
2806         * shr.el (shr-width): Make shr-width a defcustom with default to
2807         fill-column.
2808         (shr-tag-img): Use shr-width rather than fill-column.
2809
2810 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * dgnushack.el (byte-optimize-apply)
2813         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2814
2815         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2816         position when (X-)Faces exist.
2817         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2818         avatars when called interactively.
2819
2820 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2823         gnus-article-x-face-too-ugly is bound.
2824
2825 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2828
2829         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2830         mailbox that doesn't exist.
2831
2832 2010-10-12  Julien Danjou  <julien@danjou.info>
2833
2834         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2835         (shr-get-image-data): Encode URL properly when fetching from cache.
2836         (shr-tag-img): Use aligned-to spaces to align correctly images.
2837
2838         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2839         before inserting the Gravatar.
2840
2841         * shr.el (shr-tag-img): Add align attribute support for <img>.
2842
2843 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-gravatar.el (gnus-art): Require.
2846
2847         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2848         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2849         Remove long obsoleted functions.
2850
2851 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2854
2855         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2856
2857         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2858         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2859         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2860         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2861         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2862         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2863         * sieve-manage.el, smime.el, spam.el:
2864         Fix comment for declare-function.
2865
2866 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-request-rename-group): Select group read-only
2869         before renaming it.
2870
2871         * shr.el (shr-insert): Fix up the white space only regexp.
2872
2873         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2874         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2875
2876         * shr.el (shr-current-column): New function.
2877         (shr-find-fill-point): New function.
2878
2879 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2880
2881         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2882         numbers.
2883
2884 2010-10-11  Julien Danjou  <julien@danjou.info>
2885
2886         * shr.el (shr-hr-line): Add.
2887         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2888         display hr lines.
2889         (shr-max-columns): Do not change state to nil if we just inserting
2890         spaces.
2891
2892 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2895         select the last group.
2896
2897 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2898
2899         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2900
2901 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2902
2903         * dig.el (dig-mode-map): Declare and define in one step.
2904
2905 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2908         for Gnus.
2909         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2910         (nnimap-update-qresync-info): Mark \Seen articles as read.
2911
2912         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2913         non-variable, too.
2914
2915         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2916         available.
2917         (nnimap-update-info): Rely more on the current active than the param
2918         active to avoid marking articles as read too much.
2919
2920         * auth-source.el (auth-source-create): Use (user-login-name) for the
2921         user name default.
2922
2923         * nnimap.el (nnimap-update-info): If the server doesn't return any
2924         useful info, just use the previous info.
2925         (nnimap-update-info): Prefer old info over start-article.
2926         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2927
2928 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2929
2930         * nnir.el (autoload): Clean up autoloads.
2931         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2932         Use key rather than value.
2933         (nnir-imap-search-other): New variable.
2934         (nnir-read-parm): Use it.
2935         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2936         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2937
2938 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2941         the process, too.
2942
2943 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * spam.el (gnus-summary-mode-map): Bind to "$".
2946         Suggested by Russ Allbery.
2947
2948         * shr.el: Rework the way things are indented by <li> slightly.
2949
2950         * gnus.el (gnus-group-set-parameter): Fix typo.
2951
2952         * nnimap.el: Start implementing QRESYNC support.
2953
2954 2010-10-09  Julien Danjou  <julien@danjou.info>
2955
2956         * nnir.el (nnir-engines): Fix too many arguments.
2957
2958 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2961         group is the "last", so that the backends like nnfolder actually save
2962         their folders.
2963
2964         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2965         try to use that for the tls stream.
2966         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2967         UIDVALIDITY and find out which groups are read-only and not.
2968         (nnimap-get-flags): Use the same marks parsing code as the rest of
2969         nnimap.
2970
2971 2010-10-09  Julien Danjou  <julien@danjou.info>
2972
2973         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2974
2975         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2976         retrieving gravatars.
2977
2978         * shr.el (shr-table-corner): Add.
2979         (shr-table-line): Add.
2980         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2981
2982 2010-10-08  Julien Danjou  <julien@danjou.info>
2983
2984         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2985
2986 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2989
2990         * gnus-sum.el (gnus-mark-article-as-unread)
2991         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2992         (gnus-summary-set-bookmark): Use it.
2993
2994         * gnus-msg.el (gnus-setup-message): Use it.
2995
2996         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2997
2998         * gnus.el (gnus-group-remove-parameter): Use it.
2999
3000         * gnus-group.el (gnus-group-make-web-group): Use it.
3001
3002         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3003
3004         * nnregistry.el: Update docs to mention manual.
3005
3006         * gnus-registry.el: Update docs to mention nnregistry.el.
3007         (gnus-registry-initialize): Don't install nnregistry refer method
3008         automatically.
3009         (gnus-registry-install-nnregistry): Remove it.
3010
3011 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * shr.el (shr-insert): Don't insert double spaces.
3014
3015 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-gravatar.el (gnus-treat-from-gravatar)
3018         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3019         called interactively.
3020
3021         * gnus-art.el (gnus-mime-view-part-externally)
3022         (gnus-mime-view-part-internally): Make predicate function passed to
3023         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3024         of a mime type.
3025
3026         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3027
3028 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * shr.el (require): Require cl when compiling.
3031         (shr-tag-hr): New function.
3032
3033         * nnimap.el (nnimap-update-info): Remove double setting of high.
3034         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3035         This makes nnimap work properly on Courier again.
3036
3037         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3038         the variable for backwards compatability.
3039
3040         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3041         the file name before using to avoid setting mm-default-directory to
3042         nil.
3043
3044         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3045         bidning gnus-agent variables.
3046
3047         * shr.el (shr-render-td): Use a cache for the table rendering function
3048         to avoid getting an exponential rendering behaviour in nested tables.
3049         (shr-insert): Rework the line-breaking algorithm.
3050         (shr-insert): Don't leave trailing spaces.
3051         (shr-insert-table): Also insert empty TDs.
3052         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3053
3054 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3055
3056         * gnus-sum.el (gnus-number): Rename from `number'.
3057         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3058         (gnus-summary-limit-children): Update uses correspondingly.
3059
3060 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3063         (gnus-gravatar-transform-address): Don't show avatars of people of
3064         which mail addresses match gnus-gravatar-too-ugly.
3065
3066 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * shr.el (shr-table-widths): Expand TD elements to fill available
3069         space.
3070
3071 2010-10-07  Julien Danjou  <julien@danjou.info>
3072
3073         * nnimap.el (nnimap-request-rename-group): Add this method.
3074
3075 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3078         name from XEmacs' function-arglist.
3079
3080         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3081         gravatar under XEmacs.
3082
3083 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3084
3085         * auth-source.el: Update docs with TODO items.
3086
3087         * gnus-sync.el: Update docs to explain state and plans.
3088
3089         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3090         Hooks for mark updates.
3091         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3092
3093         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3094         hooks with arguments, which is needed for mark update hooks.
3095
3096 2010-10-06  Julien Danjou  <julien@danjou.info>
3097
3098         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3099         was matched.
3100
3101         * sieve-manage.el: Update example in `Commentary'.
3102
3103         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3104
3105         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3106         not 2000.
3107         (sieve-manage-authenticate): Re-add function.
3108
3109 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * shr.el (shr-insert): Get 'space transition right.
3112         (shr-render-td): Only delete space at the end of the TD.
3113
3114         * nnimap.el (nnimap-open-connection): Prepare to support
3115         open-gnutls-stream.
3116
3117         * shr.el: Rearrange function order to be more logical.
3118
3119 2010-10-06  Julien Danjou  <julien@danjou.info>
3120
3121         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3122         (nnrss-discover-feed): Remove 404 URL in docstring.
3123
3124         * nnir.el: Fix Swish-E URL.
3125         Fix Namazu URL.
3126
3127         * message.el (message-change-subject): Remove 404 URL in a comment.
3128
3129 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3132         called interactively.
3133
3134         * gnus-util.el (gnus-remove-if): Allow hash table.
3135         (gnus-remove-if-not): New function.
3136
3137         * gnus-art.el (gnus-mime-view-part-as-type)
3138         * gnus-score.el (gnus-summary-score-effect)
3139         * gnus-sum.el (gnus-read-move-group-name):
3140         Replace remove-if-not with gnus-remove-if-not.
3141
3142         * gnus-group.el (gnus-group-completing-read):
3143         Regard collection as a hash table if it is not a list.
3144
3145 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3148
3149         * shr.el: Document the table-rendering algorithm.
3150
3151 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3154         for Emacsen having no `libxml-parse-html-region' support.
3155
3156 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3159         invalid URLs.
3160
3161         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3162         line-broken.
3163         (shr-tag-img): Ignore image fetching errors.
3164         (shr-overlays-in-region): Compute overlay positions correctly.
3165
3166         * mm-decode.el (mm-shr): Require shr.
3167
3168         * gnus-art.el (gnus-blocked-images): Move variable here.
3169
3170         * shr.el (shr-insert-table): Bind free variable.
3171
3172         * mm-decode.el (mm-shr): Bind shr-content-function.
3173
3174         * shr.el (shr-content-function): New variable.
3175
3176         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3177         added for symmetry.
3178
3179         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3180
3181         * gnus-group.el (gnus-group-make-group): Doc fix.
3182
3183         * nnimap.el (nnimap-request-newgroups): Return success.
3184
3185         * shr.el (shr-find-elements): New function.
3186         (shr-tag-table): Put all the images after the table.
3187         (shr-tag-table): Really inhibit images inside the table.
3188         (shr-collect-overlays): Copy over overlays from the TD elements to the
3189         main document.
3190
3191         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3192         gnus-blocked-images.
3193
3194 2010-10-05  Julien Danjou  <julien@danjou.info>
3195
3196         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3197
3198         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3199         (gnus-html-maximum-image-size): Add this function.
3200         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3201
3202         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3203         server-value of the capability is nil.
3204
3205 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * shr.el (shr-tag-em): Add <EM> tag.
3208
3209 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3210
3211         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3212         customizable.
3213
3214         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3215         handing broken links to browse-url.
3216
3217 2010-10-05  Julien Danjou  <julien@danjou.info>
3218
3219         * gnus-util.el (gnus-emacs-completing-read)
3220         (gnus-iswitchb-completing-read): Use autoload rather than require.
3221
3222 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3225         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3226         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3227         iswitchb-temp-buflist for XEmacs.
3228
3229         * gnus-util.el (gnus-completing-read-function): Exclude
3230         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3231         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3232         XEmacs.
3233
3234         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3235         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3236
3237         * gnus-html.el: Don't require help-fns under XEmacs.
3238         (gnus-html-schedule-image-fetching): Work for XEmacs.
3239
3240         * mm-decode.el (mm-shr): Decode contents by charset.
3241
3242 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3245         unknown.
3246
3247         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3248         (shr-get-image-data): Ensure against the cache file missing.
3249
3250         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3251         for data.
3252
3253         * spam-report.el (spam-report-url-ping-plain): Don't query about
3254         killing the process.
3255
3256         * shr.el (shr-render-td): Protect against too-wide text.
3257
3258 2010-10-04  Julien Danjou  <julien@danjou.info>
3259
3260         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3261         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3262
3263         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3264         retrieved.
3265
3266 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * shr.el (browse-url): Require.
3269         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3270         lines.
3271         (shr-show-alt-text, shr-browse-image): New commands.
3272         (shr-browse-url, shr-copy-url): New commands.
3273
3274         * gnus-sum.el (gnus-widen-article-window): New variable.
3275         (gnus-summary-select-article-buffer): Use it.
3276
3277         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3278         without @ signs.
3279
3280 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3281
3282         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3283
3284 2010-10-04  Julien Danjou  <julien@danjou.info>
3285
3286         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3287         for XEmacs.
3288
3289 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3292
3293         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3294         (nnimap-close-server): Implement.
3295
3296         * dgnushack.el (iswitchb): Require to shut up the compiler.
3297
3298         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3299         (shr-insert): Tweak line breaking.
3300         (shr-insert): Handle <pre> better.
3301         (shr-tag-li): Get <li> indentation right.
3302         (shr-tag-li): Get <li> indentation even righter.
3303         (shr-tag-blockquote): Ensure paragraph start.
3304         (shr-make-table): Tweak table generation.
3305         (shr-make-table): Fix typo.
3306
3307         * shr.el: Implement table rendering.
3308
3309 2010-10-04  Julien Danjou  <julien@danjou.info>
3310
3311         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3312
3313 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el (shr-insert): Use string anchors instead of line anchors.
3316
3317 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * shr.el: Add headings.
3320         (shr-ensure-paragraph): Actually work.
3321         (shr-tag-li): Make <ul> prettier.
3322         (shr-insert): Get white space at the beginning/end of elements right.
3323         (shr-tag-p): Collapse subsequent <p>s.
3324         (shr-ensure-paragraph): Don't insert double line feeds after blank
3325         lines.
3326         (shr-insert): \t is also space.
3327         (shr-tag-s): Fix "s" tag name function.
3328         (shr-tag-s): Fix face prop name.
3329
3330 2010-10-03  Julien Danjou  <julien@danjou.info>
3331
3332         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3333
3334         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3335         gnus-window-inside-pixel-edges.
3336
3337         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3338         gnus-ems.
3339
3340         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3341
3342         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3343         function.
3344
3345         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3346         resize choice.
3347
3348 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3351         beginning of the buffer.
3352
3353         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3354         article buffer again.
3355
3356         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3357
3358         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3359         when it's at the start of the buffer.
3360
3361         * shr.el (shr-tag-blockquote): Convert name.
3362         (shr-rescale-image): Use the right image-size variant.
3363
3364         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3365         buffer isn't shown, then select the current article first instead of
3366         bugging out.
3367         (gnus-summary-select-article-buffer): Show both the article and summary
3368         buffers again.
3369
3370         * shr.el (shr-fontize-cont): Protect against regions with no text.
3371         Rename tag functions to shr-tag-* for enhanced security.
3372         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3373
3374 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3375
3376         * shr.el (shr-insert):
3377         * pop3.el (pop3-movemail):
3378         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3379         loaded.
3380
3381 2010-10-03  Glenn Morris  <rgm@gnu.org>
3382
3383         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3384
3385         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3386
3387         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3388
3389         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3390
3391         * gnus-util.el (gnus-make-local-hook): Simplify.
3392
3393 2010-10-02  Julien Danjou  <julien@danjou.info>
3394
3395         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3396         (gnus-ido-completing-read): New function.
3397         (gnus-emacs-completing-read): New function.
3398         (gnus-completing-read): Use gnus-completing-read-function.
3399         Add gnus-completing-read-function.
3400
3401 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * shr.el (shr-insert-document): Autoload.
3404         (shr-img): Be silent.
3405         (shr-insert): Add a newline after every picture before text.
3406         (shr-add-font): Use overlays for combining faces.
3407         (shr-insert): Pass upwards the text start point.
3408
3409         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3410         possible.
3411         (mm-shr): New function.
3412
3413 2010-10-02  Julien Danjou  <julien@danjou.info>
3414
3415         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3416         should go backward.
3417
3418 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3419
3420         * shr.el (shr): Fix typo in provide call.
3421
3422 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el: New file.
3425
3426         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3427
3428         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3429         completing read.
3430
3431 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3434         we're being queried about.  Suggested by Dan Jacobson.
3435
3436         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3437         Suggested by Jason Eisner.
3438
3439         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3440         table, too.  Suggested by Stefan Wiens.
3441         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3442         the table unnecessary.  Suggested by Stefan Wiens.
3443
3444         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3445         longer needed, and probably doesn't work either, as pointed out by
3446         Stefan Wiens.
3447         (gnus-summary-exit): Remove call to the clearing function.
3448         (gnus-summary-exit-no-update): Ditto.
3449
3450         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3451         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3452         Reported by Stefan Monnier.
3453         (gnus-summary-save-in-rmail): Ditto.
3454
3455         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3456         article buffer, instead of both the article buffer and the summary
3457         buffer.  Sort of suggested by Dan Jacobson.
3458
3459         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3460
3461         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3462         Suggested by Dan Jacobson.
3463
3464         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3465         documentation clearer.
3466
3467         * message.el (message-shorten-references): Comment on the number "21".
3468         Suggested by Stefan Monnier.
3469
3470         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3471         Suggested by Dan Jacobson.
3472
3473         * gnus.el (gnus-large-newsgroup):
3474         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3475
3476         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3477         externalize attachments.  Bug reported by Steve Wen.
3478
3479         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3480         really message anything to the user.
3481
3482         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3483         directly.
3484
3485         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3486         messages in empty groups.
3487
3488 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3489
3490         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3491         non-UIDNEXT group.
3492
3493 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3496         not the value from the collection.
3497
3498         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3499         values.  This sometimes happens on some groups that have no info.
3500         (nnimap-request-newgroups): New function.
3501
3502 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3505         check into `gnus-registry-initialize'.
3506         (gnus-registry-initialize): Ditto.
3507         Fix and extend header docs.
3508
3509 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3512         regexp backtrace overflows.
3513
3514         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3515         for starttls that tls.el implements; i.e. openssl.
3516
3517         * tls.el (tls-starttls-switches): Give up on using starttls with
3518         gnutls-cli.
3519         (tls-program): Add --insecure to be consistent with the defaults from
3520         openssl s_client.  Now all three commands are insecure.
3521
3522 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * lpath.el: Bind completion-styles-alist for XEmacs.
3525
3526         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3527         (gravatar-create-image): New function that's an alias to
3528         gnus-xmas-create-image, gnus-create-image, or create-image.
3529         (gravatar-data->image): Use it.
3530
3531 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3532
3533         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3534         install the nnregistry refer method.
3535         (gnus-registry-install-hooks): Use it.
3536         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3537         unfollowed groups.
3538
3539 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3540
3541         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3542         expanding threads.
3543
3544 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * nnir.el: Use the server names without suffixes (bug #7009).
3547
3548         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3549         unencrypted to STARTTLS, if possible.
3550
3551 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3552
3553         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3554         headers before superseding.
3555
3556 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * nnrss.el (nnrss-use-local): Add documentation.
3559
3560         * nnimap.el (nnimap-extend-tls-programs): New function.
3561         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3562         (nnimap-wait-for-connection): Accept the greeting from the stupid
3563         output from openssl s_client -starttls, too.
3564
3565         * tls.el (tls-starttls-switches): New variable.
3566         (tls-find-starttls-argument): Use it.
3567         (open-tls-stream): Ditto.
3568
3569         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3570         (netrc-machine): Ditto.
3571
3572         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3573         article number.
3574         (nnimap-split-fancy): New variable.
3575         (nnimap-split-incoming-mail): Use it.
3576
3577         * nntp.el (nntp-server-list-active-group): Document.
3578
3579         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3580         SELECT to get the message-id.
3581
3582         * mail-source.el (mail-sources): Remove webmail support.
3583         (defvar): Ditto.
3584         (mail-source-fetcher-alist): Ditto.
3585         (mail-source-fetch-webmail): Remove.
3586
3587         * webmail.el: Remove -- doesn't seem relevant any more.
3588
3589         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3590
3591         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3592         the \r.
3593
3594 2010-09-30  Julien Danjou  <julien@danjou.info>
3595
3596         * gnus-agent.el (gnus-agent-add-group): Fix call to
3597         gnus-completing-read.
3598
3599 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nndoc.el (nndoc-retrieve-groups): New function.
3602
3603         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3604         `default', use nnmail-split-methods.
3605         (nnimap-request-article): Downcase the NILs so that they are nil.
3606
3607         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3608         symbol.
3609
3610         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3611         code, since if the user has requested network, that's what they ought
3612         to get.
3613         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3614         (nnimap-split-rule): Mark as obsolete.
3615
3616         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3617         New variable.
3618
3619         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3620         correct slot, too.
3621
3622 2010-09-29  Julien Danjou  <julien@danjou.info>
3623
3624         * gnus.el (gnus-local-domain): Declare variable obsolete.
3625
3626         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3627         Fix history computing.
3628         (gnus-ido-completing-read): Require ido.
3629
3630 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3633         build Gnus.
3634
3635         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3636         when interpreting the structures.
3637         (nnimap-request-accept-article): Add \r\n to the lines to make this
3638         work with Cyrus.
3639
3640         * nndraft.el (nndraft-request-expire-articles): Use the group name
3641         instead if "nndraft".  Fix found by Nils Ackermann.
3642
3643 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3644
3645         * nnregistry.el: Add.
3646
3647 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3648
3649         * nnmail.el (group, group-art-list, group-art):
3650         Remove unneeded directives.
3651
3652 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3655         (mm-mime-charset)
3656         * rfc2047.el (rfc2047-syntax-table)
3657         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3658
3659         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3660         rather than `insert-file-contents' and `eval-region'.
3661
3662         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3663         construction.
3664
3665         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3666
3667         * time-date.el: No need to require cl for Emacs 21.
3668
3669 2010-09-29  Julien Danjou  <julien@danjou.info>
3670
3671         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3672         replacement of `gnus-gravatar-relief' to mimic
3673         `gnus-faces-properties-alist'.
3674         Add :version property.
3675
3676 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * mail-source.el (mail-source-report-new-mail)
3679         * message.el (message-default-mail-headers)
3680         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3681
3682         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3683
3684 2010-09-28  Julien Danjou  <julien@danjou.info>
3685
3686         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3687         mail-address contains the same string as real-name.
3688
3689         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3690         non-blank in header, otherwise it'll get stripped.
3691
3692         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3693         real-name, and then for mail address rather than doing : or , search.
3694
3695 2010-09-27  Julien Danjou  <julien@danjou.info>
3696
3697         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3698         right completing-read function.
3699         (gnus-use-ido): New variable
3700         (gnus-completing-read-with-default): Remove.
3701         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3702         (gnus-agent-add-group):
3703         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3704         * mm-view.el (mm-view-pkcs7-decrypt):
3705         * mm-util.el (mm-codepage-setup):
3706         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3707         * mml-smime.el (mml-smime-openssl-sign-query):
3708         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3709         (mml-insert-multipart):
3710         * gnus-msg.el (gnus-summary-yank-message):
3711         * gnus-int.el (gnus-start-news-server):
3712         * mm-decode.el (mm-interactively-view-part):
3713         * gnus-dired.el (gnus-dired-attach):
3714         * gnus.el (gnus-read-method):
3715         * gnus-bookmark.el (gnus-bookmark-jump):
3716         * gnus-art.el (gnus-mime-view-part-as-type)
3717         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3718         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3719         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3720         * nnmairix.el (nnmairix-create-server-and-default-group)
3721         (nnmairix-update-groups, nnmairix-get-server)
3722         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3723         (nnmairix-get-group-from-file-path):
3724         * nnrss.el (nnrss-find-rss-via-syndic8):
3725         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3726         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3727         (gnus-group-browse-foreign-server):
3728         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3729         (gnus-summary-execute-command, gnus-summary-respool-article)
3730         (gnus-read-move-group-name):
3731         * gnus-score.el (gnus-summary-increase-score)
3732         (gnus-summary-score-effect):
3733         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3734
3735 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3738         x-focus-frame.
3739
3740         * nnimap.el (auth-source-forget-user-or-password)
3741         (auth-source-user-or-password): Autoload.
3742
3743         * message.el (message-from-style, message-interactive)
3744         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3745         (message-yank-prefix, message-indentation-spaces, message-signature)
3746         (message-signature-file): Add comment.
3747
3748 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3751         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3752         new articles.
3753
3754         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3755         parts.
3756         (nnimap-request-article): Work with the t setting, too.
3757
3758         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3759         that you don't get flashes of other buffers.
3760         (gnus-summary-show-complete-article): Intern before setting.
3761
3762 2010-09-27  David Engster  <dengste@eml.cc>
3763
3764         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3765         well as HEADERS.
3766         (nnmairix-retrieve-headers): Provide new argument for the above.
3767
3768 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-sum.el (gnus-summary-move-article): Don't alter
3771         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3772         group.
3773
3774         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3775
3776         * message.el (message-cite-prefix-regexp): Revert my last edit.
3777
3778         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3779         variable instead of the Gnus variable.
3780
3781         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3782
3783         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3784
3785         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3786         since some servers don't like it.
3787         (nnimap-open-connection): Forget credentials if the server says the
3788         password was wrong.
3789         (nnimap-parse-line): Protect against invalid data.
3790
3791         * gnus-sum.el (gnus-summary-move-article): Add comment.
3792         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3793         nothing alters it while scanning for new messages.
3794
3795         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3796         which may or may not help.
3797         (nnimap-open-connection): If we're doing a stream connection, and then
3798         discover we're on a STARTTLS-capable server, then open a STARTTLS
3799         connection instead.
3800
3801 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * nnimap.el (utf7): Require.
3804
3805         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3806         prefix.
3807
3808 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3809
3810         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3811
3812 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * nnimap.el (nnimap-request-accept-article): Message the error on
3815         error.
3816
3817 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3820
3821 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * nndoc.el (nndoc-request-list): Return success always.
3824
3825         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3826         `fetch-old' -- we only want to fetch the articles we've requested.
3827         The rest are in the agent, probably.
3828         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3829         disappeared server" to something low.  It's not important.
3830
3831         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3832         arrived before the FETCH data.
3833
3834         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3835         target here, because we don't know the Gnus name of the group.
3836
3837         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3838         for the correct group.
3839
3840         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3841
3842         * gnus.el (gnus): Give a final warning after startup.
3843
3844         * gnus-util.el (gnus-action-message-log): New variable.
3845         (gnus-message): Use it.
3846         (gnus-final-warning): New function.
3847
3848         * nnimap.el (nnimap-open-connection): Record the greeting.
3849         (nnimap): Add greeting.
3850
3851 2010-09-26  Julien Danjou  <julien@danjou.info>
3852
3853         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3854         arguments.
3855         (gnus-html-wash-images): Fix spec computing to include start/end.
3856
3857         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3858
3859 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3862         deletion.
3863         (nnimap-retrieve-headers): Don't select the group, because that's
3864         already done by nnimap-possibly-change-group.
3865
3866         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3867         (gnus-picon-transform-address): Use it.
3868
3869         * mail-source.el (mail-source-value): Revert previous patch.
3870
3871         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3872         on failure.
3873         (nnimap-open-connection): Look up both virtual and physical server name
3874         credentials.
3875
3876         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3877
3878 2009-02-07  Dave Love  <fx@gnu.org>
3879
3880         * tls.el (open-tls-stream): Don't query killing process.
3881
3882 2009-02-08  Dave Love  <fx@gnu.org>
3883
3884         * gnus-win.el (gnus-window-to-buffer-helper)
3885         (gnus-all-windows-visible-p): Function needn't be a symbol.
3886
3887         * mail-source.el (mail-source-value): Function needn't be a symbol.
3888
3889 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * message.el (message-cite-prefix-regexp): Remove } from the cite
3892         prefix.
3893
3894         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3895         highlight again, so that the highlight is correct.
3896
3897         * gnus-picon.el (gnus-picon): Remove again.
3898         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3899
3900         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3901         doing the header highlightling, so that the background colour of the
3902         picon is correct.
3903
3904         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3905         (gnus-picon): Ditto.
3906         (gnus-picon): Reinstate.  The background colour for picons is white.
3907         (gnus-picon-insert-glyph): Make the background white.
3908
3909         * nnml.el (nnml-open-nov): Don't return dead buffers.
3910
3911         * auth-source.el (auth-source-create): Query the user for whether to
3912         store the credentials.
3913
3914         * netrc.el (netrc-store-data): New function.
3915
3916         * auth-source.el (auth-source-user-or-password): Use the existing auth
3917         sources, if any, for creation.
3918
3919         * gnus.el (gnus-group-fast-parameter): Return the last matching
3920         parameter instead of the first matching parameter.
3921
3922 2010-09-26  Julien Danjou  <julien@danjou.info>
3923
3924         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3925
3926 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * mml2015.el (mml2015-use): Remove gpg support.
3929
3930         * mml1991.el (mml1991-function-alist): Remove gpg function.
3931         (mml1991-gpg-sign): Remove.
3932
3933 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3934
3935         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3936         (gnus-browse-unsubscribe-current-group): Document it.
3937         (gnus-browse-unsubscribe-group): Use it.
3938
3939 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3942         address to the To list for easier response.
3943
3944         * gnus.el (gnus-play-startup-jingle): Remove.
3945         (gnus-splash): Don't play jingle.
3946         (gnus): Silence gnus-load message.
3947
3948         * gnus-art.el (gnus-treat-play-sounds): Remove.
3949
3950         * gnus.el (gnus-play-jingle): Remove audio support.
3951
3952         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3953
3954         * earcon.el: Remove -- no users.
3955
3956         * gnus-audio.el: Remove -- no users of this package.
3957
3958         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3959
3960         * gnus-start.el (gnus-setup-news): Remove nocem support.
3961
3962         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3963
3964         * gnus.el (gnus-use-nocem): Remove.
3965
3966         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3967         Remove.
3968
3969         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3970         uses NoCeM any more.
3971
3972         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3973         (gnus-button-ctan-handler): Ditto.
3974         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3975         (gnus-button-ctan-directory-regexp): Ditto.
3976         (gnus-button-handle-ctan): Ditto.
3977         (gnus-button-tex-level): Ditto.
3978         (gnus-button-alist): Remove CTAN stuff.
3979
3980 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3983         nnimap-streaming test.
3984
3985         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3986         servers twice.
3987
3988         * nnimap.el (nnimap-open-connection): Add more error reporting when
3989         nnimap fails early.
3990
3991         * nnheader.el (nnheader-get-report-string): New function.
3992         (nnheader-get-report): Use it.
3993
3994         * gnus-int.el (gnus-check-server): Say what the error was when opening
3995         failed.
3996
3997         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3998         using streaming.
3999
4000 2010-09-25  Julien Danjou  <julien@danjou.info>
4001
4002         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4003         gnus-window-inside-pixel-edges.
4004
4005 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4008
4009         * mm-decode.el (mm-save-part): Allow saving to other directories the
4010         normal Emacs way.
4011
4012         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4013         Suggested by Jay Berkenbilt.
4014
4015         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4016         there isn't a single byte.
4017
4018         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4019         just do it.  It doesn't really seem to matter what the user responds
4020         here, I think, so it's just a confusing question.
4021
4022         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4023         non-streaming case.
4024
4025         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4026         (gnus-article-encrypt-body): Use it.
4027
4028         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4029         keystroke.
4030
4031         * nnimap.el (nnimap-find-wanted-parts-1):
4032         Use gnus-fetch-partial-articles.
4033
4034         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4035
4036         * nnimap.el (nnimap-insert-partial-structure): New function.
4037         (nnimap-get-partial-article): New function.
4038         (nnimap-request-article): Use it.
4039         (nnimap-wait-for-response): Return whether the wait was successful.
4040         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4041         retrieval wasn't successful.
4042         (nnimap-retrieve-group-data-early): Allow throttling servers.
4043         (nnimap-streaming): New variable.
4044         (nnimap-fetch-partial-articles): Remove.
4045
4046         * mm-decode.el (mm-with-part): Protect against killed buffers.
4047
4048         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4049         for prettier summary display.
4050
4051 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4052
4053         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4054
4055 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4058         apparently third-party libraries depend on it.
4059
4060         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4061         before starting negotiation.
4062
4063         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4064         privacy reasons.
4065         (gnus-treat-mail-gravatar): Ditto.
4066
4067         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4068         buffer when inserting images.  Inserting text into the headers, for
4069         instance, can make them invalid.
4070
4071 2010-09-25  Julien Danjou  <julien@danjou.info>
4072
4073         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4074         variables.
4075
4076         * nnheader.el: Remove useless variables news-reply-yank-from and
4077         news-reply-yank-message-id.
4078
4079         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4080         variables.
4081
4082         * mml1991.el: Remove useless mml1991-verbose.
4083
4084         * gnus.el: Remove useless variable gnus-use-generic-from.
4085         Remove obsolete variable gnus-topic-indentation.
4086
4087         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4088
4089         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4090
4091         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4092
4093         * gnus-group.el: Remove useless gnus-group-icon-cache.
4094         Remove useless gnus-ephemeral-group-server.
4095
4096         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4097
4098         * mml2015.el: Remove useless mml2015-verbose.
4099
4100         * mml-smime.el: Remove useless mml-smime-verbose.
4101
4102         * gnus.el: Remove useless gnus-local-domain.
4103
4104         * gnus-gravatar.el (gnus-gravatar-transform-address):
4105         Use gnus-gravatar-size.
4106
4107         * gnus-art.el: Remove useless gnus-treat-translate.
4108
4109 2010-09-24  Julien Danjou  <julien@danjou.info>
4110
4111         * gnus-sum.el: Add support for Gravatars.
4112
4113         * gnus-art.el: Add support for Gravatars.
4114
4115         * gnus-gravatar.el: Add this file.
4116
4117         * gravatar.el: Add this file.
4118
4119 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4122
4123         * gnus-group.el (gnus-group-fetch-faq): Remove.
4124
4125         * gnus.el (gnus-group-faq-directory): Remove.
4126
4127         * gnus-group.el (gnus-group-fetch-charter): Remove.
4128
4129         * gnus.el (gnus-group-charter-alist): Remove.
4130
4131         * gnus-group.el (gnus-group-archive-directory): Remove.
4132         (gnus-group-recent-archive-directory): Ditto.
4133         (gnus-group-make-archive-group): Remove.
4134
4135         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4136
4137         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4138         use the same article number for all the cached articles.
4139
4140         * nnimap.el (nnimap-command): Register the last command time so
4141         that we can use it for idling NOOPs.
4142         (nnimap-open-connection): Start the keeplive timer.
4143         (nnimap-make-process-buffer): Store all the process buffers.
4144         (nnimap-keepalive): New function.
4145
4146         * starttls.el (starttls-open-stream): Add autoload cookie.
4147
4148 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4149
4150         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4151         handling.
4152
4153 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4156         its data structures.
4157
4158         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4159         instead of the cl.el copy-list.
4160         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4161         equalp.
4162
4163 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4166         and tool-bar-local-item-from-menu.
4167
4168         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4169         mode-line-highlight face for Emacs.
4170
4171         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4172         loading gnus-sum.elc; fix comment for canlock-verify.
4173         (gnus-article-jump-to-part): Use read-number.
4174         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4175         Remove Emacs pre-21 compatible code for help-echo.
4176         (gnus-article-next-page-1): No need to adjust the number of lines.
4177         (gnus-article-describe-bindings): Always use help-buffer.
4178
4179         * gnus-audio.el (gnus-audio-inline-sound)
4180         * gnus-cus.el (gnus-custom-mode)
4181         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4182
4183         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4184
4185         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4186         compatible code.
4187
4188 2010-09-24  Glenn Morris  <rgm@gnu.org>
4189
4190         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4191         visiting the fcc file in rmail-mode.
4192
4193         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4194
4195 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * nnir.el: Silence the byte compiler.
4198
4199         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4200         alias to browse-url-url-encode-chars if any.
4201         (gnus-html-encode-url): Use it.
4202
4203 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus-start.el (gnus-use-backend-marks): New variable.
4206         (gnus-get-unread-articles-in-group): Use it.
4207
4208         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4209         makeover.
4210
4211 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4212
4213         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4214
4215 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4218         Remove.
4219         (gnus-setup-news-hook):
4220         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4221
4222         * gnus-int.el (gnus-request-update-info): Protect against backends not
4223         having the function.
4224
4225         * nnimap.el (nnimap-stream): Mention starttls.
4226         (nnimap-open-connection): Add starttls support.
4227
4228 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4229
4230         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4231
4232 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4235         BODYSTRUCTUREs.
4236         (nnimap-transform-headers): Unfold quoted {42} headers.
4237
4238         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4239         the info.
4240         (gnus-get-unread-articles): Only call updatep on backends that support
4241         it.
4242
4243         * nnweb.el (nnweb-request-update-info): NOOP.
4244
4245         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4246
4247         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4248         since it only deals with marks.
4249
4250         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4251         gnus-request-marks, and make a new gnus-request-update-info.
4252
4253         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4254         the active instead of the high number, which is usually too low.
4255
4256 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4259         * encrypt.el: Remove.
4260
4261 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4264         server in symbolic form.
4265
4266         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4267
4268 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4271         (nnimap-update-info): Fix up code slightly.
4272
4273         * gnus-int.el (gnus-open-server): Add tracing for performance
4274         debugging.
4275
4276         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4277         (gnus-group-insert-group-line): Pass the real group name so that it
4278         gets the right data.
4279
4280         * gnus-start.el (gnus-get-unread-articles): Don't have
4281         `gnus-get-unread-articles-in-group' update info, since that can be
4282         really slow and doesn't seem to be needed?
4283
4284 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4285
4286         * time-date.el (date-to-time): Try using parse-time-string first before
4287         using the slower timezone-make-date-arpa-standard.
4288
4289 2010-09-22  Julien Danjou  <julien@danjou.info>
4290
4291         * gnus-group.el (gnus-group-insert-group-line):
4292         Call gnus-group-highlight-line.
4293         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4294         default hook list.
4295         (gnus-group-update-eval-form): Add new function.
4296         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4297         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4298
4299 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4302         immediate, then expire all articles.
4303         (nnimap-update-info): Fix off-by-one errors.
4304         (nnimap-flags-to-marks): Would return no marks lists for group with no
4305         flags.  Instead return the other data.
4306
4307 2010-09-22  Julien Danjou  <julien@danjou.info>
4308
4309         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4310         Only return an icon.
4311         (gnus-group-insert-group-line): Compute icon to return.
4312
4313         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4314         (gnus-html-image-fetched): Only cache if
4315         gnus-html-image-automatic-caching is set.
4316         (gnus-html-image-fetched): Check for errors.
4317
4318 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4321         once per method on `g'.  This ensures that backends like nnfolder don't
4322         open all their folders.
4323
4324         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4325         (nnimap-request-list): Nix out group in the correct buffer.
4326         (nnimap-parse-flags): Implement by using `read' instead of
4327         hand-parsing.
4328         (nnimap-flags-to-marks): Pass on permanent-flags.
4329         (nnimap-make-process-buffer): Record the server name.
4330         (nnimap-parse-flags): Fix typo.
4331         (nnimap-request-scan): Run split on the server in general, not just a
4332         single group.
4333
4334         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4335         parameter, and propagate this downwards.
4336
4337         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4338         since EXAMINE changes it on the server.
4339
4340         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4341         this command might take a while.
4342
4343 2010-09-22  Julien Danjou  <julien@danjou.info>
4344
4345         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4346         harmful if you have 2 images side-by-side, they can't be properly
4347         update on text deletion.  Using text-property is safer here.
4348         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4349         data.
4350
4351 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * nnimap.el (nnimap-expunge-inbox): Remove.
4354         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4355         (nnimap-expunge): Flip default to t.
4356
4357         * gnus.el (gnus-method-to-server): Don't push things to the cache
4358         unless it's unique.
4359         (gnus-server-to-method): Ditto.
4360
4361 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4364
4365 2010-09-22  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4368         get the start of data.
4369         (gnus-html-encode-url): Add this function to encode special chars in
4370         URL.
4371         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4372         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4373
4374         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4375         default.
4376         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4377
4378         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4379         images alt-text.
4380         (gnus-html-put-image): Put alt-text as help-echo.
4381
4382 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4385         * mm-util.el (mm-decompress-buffer)
4386         * nnir.el (nnir-run-find-grep)
4387         * pop3.el (pop3-list): Use 3rd arg of split-string.
4388
4389         * time-date.el (format-seconds): Comment fix.
4390
4391         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4392         and byte-optimize-form-code-walker.
4393         (dgnushack-make-auto-load): Don't advise make-autoload.
4394
4395         * lpath.el: Remove Emacs 21 stuff.
4396
4397 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4400         outside the active range.  Suggested by Dan Christensen.
4401
4402         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4403         slightly later to avoid double-getting it.
4404
4405         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4406         previous patch.
4407
4408         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4409
4410 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4411
4412         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4413
4414 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-int.el (gnus-open-server): Give a better error message in the
4417         "go offline" case.
4418
4419         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4420         marks for nnimap, which is seldom the right thing to do.
4421
4422         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4423         (gnus-same-method-different-name): New function.
4424
4425         * nnimap.el (parse-time): Require.
4426
4427         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4428         method in the presence of many similar methods.
4429
4430         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4431
4432         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4433         nnml-inhibit-expiry.
4434
4435         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4436         find out whether methods are equal.
4437
4438         * nnimap.el (nnimap-find-expired-articles): New function.
4439         (nnimap-process-expiry-targets): New function.
4440         (nnimap-request-move-article): Request the article before looking at
4441         what the Message-ID is.  Fix found by Andrew Cohen.
4442         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4443
4444         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4445         for oldness in addition to being a predicate.
4446
4447         * nnimap.el (nnimap-request-group): When we have zero articles, return
4448         the right data to Gnus.
4449         (nnimap-request-expire-articles): Only delete articles immediately if
4450         the target is 'delete.
4451
4452         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4453         method, this would bug out.
4454
4455         * gnus-group.el (gnus-group-expunge-group): Rename from
4456         gnus-group-nnimap-expunge, and implemented as a normal interface
4457         function.
4458
4459         * gnus-int.el (gnus-request-expunge-group): New function.
4460
4461         * nnimap.el (nnimap-request-create-group): Implement.
4462         (nnimap-request-expunge-group): New function.
4463
4464 2010-09-21  Julien Danjou  <julien@danjou.info>
4465
4466         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4467         (gnus-html-cache-expired): Add new function.
4468         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4469         wethever we should display image for fetch it.
4470         Compute alt-text earlier to pass it to the fetching function too.
4471         (gnus-html-schedule-image-fetching): Change function argument to only
4472         get one image at a time, not a list.
4473         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4474         cache.
4475         (gnus-html-get-image-data): New function to retrieve image data from
4476         cache.
4477         (gnus-html-put-image): Change buffer argument to use image data rather
4478         than file, and place image above region rather than inserting a new
4479         one.  Do not take alt-text as argument, since it's useless now: we place
4480         the image above alt-text.
4481         (gnus-html-prune-cache): Remove.
4482         (gnus-html-show-images): Start to fetch image when we find one, do not
4483         push into a temporary list.
4484         (gnus-html-prefetch-images): Only fetch image if they have expired.
4485         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4486         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4487
4488 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4491
4492 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4495         spec inser "*" if the group isn't active instead of 0.
4496
4497         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4498         opening the server.
4499         (nnimap-request-delete-group): Implement group deletion.
4500         (nnimap-transform-headers): Return the size of the entire message in
4501         the Bytes header, not just the size of the first part.
4502         (nnimap-request-move-article): When moving an article from nnimap,
4503         request the article first so the accepting form has an article to
4504         accept.  Reported by Dan Christensen.
4505         (nnimap-command): Make sure that the error message doesn't error out.
4506
4507 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4508
4509         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4510         we haven't requested anything.
4511
4512 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4515         "".  Fix found by Andrew Cohen.
4516
4517         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4518         instead of -encode-string.
4519
4520 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4523
4524         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4525         by mm-subst-char-in-string.
4526
4527 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4530         waiting for the connection string.
4531
4532         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4533         arriving.
4534
4535         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4536         bogus characters.  This allows selecting certain Gmail groups.
4537
4538         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4539         (nnimap-fetch-partial-articles): New variable.
4540         (nnimap-open-connection): When looking for credentials, also use the
4541         nnimap-server-port.
4542         (nnimap-request-article): Return the group/article number, so that Gnus
4543         `^' works as expected.
4544         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4545
4546         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4547         comments.
4548         (gnus-methods-sloppily-equal): New function.
4549         (gnus): When using the development version of Gnus, load the gnus-load
4550         file.
4551
4552         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4553         `gnus-open-server' on each method before trying to scan them etc.
4554         This ensures that all the backend parameters are set correctly.
4555
4556         * nnimap.el (nnimap-authenticator): New variable.
4557         (nnimap-open-connection): Allow anonymous login.
4558         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4559         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4560
4561         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4562         patch, found by Knut Anders Hatlen.
4563
4564 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4565
4566         * gnus-agent.el (gnus-agent-batch-confirmation)
4567         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4568         to gnus-message.
4569         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4570         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4571         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4572         * gnus-int.el (gnus-open-server): Likewise.
4573         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4574         (gnus-score-check-syntax): Likewise.
4575         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4576         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4577         Likewise.
4578         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4579
4580 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4583         calling conventions so that prefetch doesn't bug out.
4584
4585 2010-09-19  Julien Danjou  <julien@danjou.info>
4586
4587         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4588         rather than `subst-char-in-region' in order to be able to replace ASCII
4589         char by UTF-8 ones.
4590
4591         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4592         than curl.
4593         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4594         the right URL and ALT text on images.
4595         (gnus-html-wash-tags): Fix tag case.
4596         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4597         (gnus-article-html): Add -o display_ins_del=2 option.
4598         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4599
4600 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4603         the extra mail headers, which sometimes seem to happen for unknown
4604         reasons.
4605
4606         * mail-parse.el (mail-header-encode-parameter): Define as
4607         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4608         (or most, perhaps?) mail readers don't understand the latter, but do
4609         understand the former.
4610
4611         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4612         to nil, so that no methods are automatically agentized.  I think this
4613         is probably what most users want.
4614
4615         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4616         from url-retrieve, for instance about invalid URLs.
4617
4618         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4619         groups that have no articles.
4620         (nnimap-request-article): Check that we really got an article when we
4621         requested one.
4622
4623         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4624         doesn't exist.
4625
4626         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4627         nntp buffer so the agent can save it.
4628         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4629         that CRLF doesn't get translated to \n.
4630         (nnimap-open-connection): Don't make 'shell commands only send \n.
4631
4632 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4633
4634         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4635         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4636         Update var name.
4637         (nnml-generate-nov-file): Use dolist.
4638         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4639         Use with-current-buffer.
4640
4641 2010-09-18  Julien Danjou  <julien@danjou.info>
4642
4643         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4644         parallel.
4645
4646 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4649         the range update right.
4650         (nnimap-request-group): Don't make `M-g' bug out on group with no
4651         marks.
4652         (nnoo): Require, so that other packages can require nnimap.
4653         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4654         command we're looking for.  This helps when the server sends more
4655         responses after we've gotten everything we expected.
4656         (nnimap): Add a `newlinep' field to keep track of end-of-line
4657         conventions.
4658         Don't send CRLF to things that don't want it.
4659         (nnimap-request-accept-article): Ditto.
4660
4661 2010-09-18  Julien Danjou  <julien@danjou.info>
4662
4663         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4664         than curl to retrieve images.
4665
4666 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4669         the marks.
4670         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4671         (nnimap-wait-for-connection): New function.
4672         (nnimap-open-connection): If we have PREAUTH, don't query for login
4673         credentials.
4674         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4675         when doing a partial update.
4676
4677 2010-09-18  Julien Danjou  <julien@danjou.info>
4678
4679         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4680         tags.
4681
4682 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * nnimap.el (nnimap-credentials): New function.
4685         (nnimap-open-connection): Use the new function to look for credentials
4686         also on the numeric equivalents of "imap" and "imaps".
4687
4688         * gnus-start.el (gnus-activate-group): Send the info to
4689         gnus-request-group.
4690
4691         * nnimap.el (nnimap-request-group): Have the "check" version of the
4692         function parse flags and update the info, so that a `M-g' get a total
4693         resync of all flags from the group.
4694
4695         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4696         to allow backends to alter the info on group selection.  Also alter all
4697         the backend -request-group functions to take the parameter.
4698
4699         * nnimap.el (nnimap-store-info): New function.
4700         (nnimap-update-info): Store the info for later usage.
4701         (nnimap-request-group): Use the stored info for the dont-check case, so
4702         that we don't retrieve all marks when we enter a group.
4703
4704         * nnimap.el: Use deffoo instead of defun for interface functions.
4705
4706         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4707         update the group info.  This makes the nndraft groups, for instance, go
4708         back to their old behaviour.
4709
4710         * gnus-sum.el (gnus-select-newsgroup): Indent.
4711
4712         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4713         in.
4714         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4715         nothing.
4716
4717         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4718         from methods that are denied.
4719
4720         * gnus-int.el (gnus-method-denied-p): New function.
4721
4722         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4723         store the password instead of netrc.
4724         (nnimap-open-connection): Don't error out when we can't make a
4725         connections.
4726
4727         * auth-source.el (auth-source-create): In the password prompt, say what
4728         we're querying for.  Also prompt for user name if that hasn't been
4729         given.
4730
4731         * nnimap.el (nnimap-with-process-buffer): Remove.
4732
4733 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4736         method when we're reading from the agent.
4737
4738         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4739
4740         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4741         that's probably most useful for users.
4742
4743         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4744         "failed" all the time.
4745
4746         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4747         ...)) with (with-current-buffer ... ).
4748
4749         * nntp.el (nntp-open-server): Return whether the open was successful or
4750         not.
4751
4752         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4753         select an unread unseen article first.
4754
4755         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4756         /etc/services, supply some sensible port defaults.
4757
4758         * dgnushack.el: Define netrc-credentials.
4759
4760 2010-09-17  Julien Danjou  <julien@danjou.info>
4761
4762         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4763
4764 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4765
4766         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4767         doesn't have any parameters.
4768
4769 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4772         only upcased checks.
4773
4774         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4775
4776         * nnimap.el (nnimap-open-shell-stream): New function.
4777         (nnimap-open-connection): Use it.
4778         (nnimap-transform-headers): Get the number of lines in each message.
4779         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4780         number of lines.
4781         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4782         problem.
4783
4784         * utf7.el (utf7-encode): Autoload.
4785
4786         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4787         to allow the mail splitting to not return a default group.  This is
4788         useful for nnimap, which will leave unmatched mail in the inbox.
4789
4790         * nnimap.el: Rewritten.
4791
4792         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4793         nnimap usage.
4794
4795         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4796         if the move is internal, so that nnimap can do fast internal moves.
4797
4798         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4799         data.
4800         (gnus-read-active-for-groups): Support finishing the early retrieval of
4801         data.
4802
4803         * gnus-range.el (gnus-range-nconcat): New function.
4804
4805         * gnus-int.el (gnus-finish-retrieve-group-infos)
4806         (gnus-retrieve-group-data-early): New functions.
4807
4808 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4809
4810         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4811         (nnrss-retrieve-groups):
4812         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4813         (pop3-quit): Use with-current-buffer.
4814
4815 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4818         instead of nnheader-accept-process-output.
4819
4820         * dgnushack.el (dgnushack-compile): Add comment.
4821
4822         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4823
4824         * gnus-html.el (gnus-html-schedule-image-fetching)
4825         (gnus-html-prefetch-images): Replace process-kill-without-query by
4826         gnus-set-process-query-on-exit-flag.
4827
4828 2010-09-16  Romain Francoise  <romain@orebokech.com>
4829
4830         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4831
4832 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4835         parameter to unintern is mandatory-ish in Emacs 24.
4836
4837         * gnus-html.el (gnus-html-schedule-image-fetching)
4838         (gnus-html-prefetch-images): Check for curl before using it.
4839
4840         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4841         depend on curl, which isn't essential.
4842
4843         * imap.el: Revert back to version
4844         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4845         seem problematic.
4846
4847 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4848
4849         * gnus-registry.el (gnus-registry-install-shortcuts):
4850         Explicitly pass `obarray' to `unintern' to avoid a warning.
4851
4852 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4855         change.
4856
4857         * nnrss.el (nnrss-request-list): Remove this function and related
4858         functions, including the moreover stuff.
4859
4860 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * nnrss.el (nnrss-retrieve-groups): New function.
4863
4864 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4865
4866         * .dir-locals.el: Add no-byte-compile cookie.
4867
4868 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * time-date.el (format-seconds): Comment fix.
4871
4872         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4873         for back end that doesn't support request-scan.
4874
4875 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4878         then do request scans from the backends.
4879
4880         * netrc.el (netrc-credentials): New conveniency function.
4881
4882         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4883         avoid running a hook per line, since this takes a lot of time,
4884         profiling shows.
4885         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4886         directly if gnus-visual-p is true.
4887
4888 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4891         groups; replace mapcar with dolist which is a bit faster; pass groups
4892         info to gnus-read-active-file-1.
4893         (gnus-read-active-file-1): Scan only specified groups if the new
4894         optional arg `infos' is given.
4895
4896 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4899
4900         * pop3.el (pop3-movemail): Remove.
4901         (pop3-streaming-movemail): Rename to pop3-movemail.
4902
4903         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4904         don't restrict end-tag searches to the end of the line.
4905
4906 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4909         articles of every unchecked group to t, which means unknown since the
4910         server has never been opened.
4911
4912 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-html.el (gnus-html-show-alt-text): New command.
4915         (gnus-html-browse-image): Ditto.
4916         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4917         to browse the image directly.
4918         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4919         better.
4920
4921         * gnus-async.el (gnus-async-article-callback):
4922         Call `gnus-html-prefetch-images' unconditionally.
4923
4924         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4925         before feeding URLs to curl.
4926
4927 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4930         internal images as deletable by `W D D'.
4931
4932         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4933         (gnus-async-article-callback): Fix typo.
4934
4935 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4938         current line to work around bugs in the output from w3m.
4939
4940         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4941         for groups that want that.
4942
4943         * nntp.el (nntp-wait-for-string): Supply a timeout for
4944         accept-process-output to ensure progress.
4945
4946         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4947         level to get unread articles from, then use that for foreign groups,
4948         too.
4949
4950         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4951         confuses the rest of the function.
4952
4953         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4954         for the methods that support -retrieve-groups, too.
4955
4956         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4957
4958 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4961         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4962
4963         * pop3.el: Require cl when compiling.
4964         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4965
4966 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4969         that aren't going to be activated.
4970         (gnus-get-unread-articles): Fix up the last commit.
4971
4972         * gnus-html.el (gnus-article-html): Allow calling without specifying
4973         the handle.  In that case, dissect the buffer first.
4974
4975         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4976
4977         * nnimap.el (nnimap-open-connection): Revert the change that would look
4978         into authinfo for imaps instead of imap.
4979
4980         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4981         say that you don't want to call gnus-request-group with don-check, but
4982         do check the reponse.  This is for virtual groups only.
4983         (gnus-get-unread-articles): Count the archive groups as secondary, so
4984         that they're activated the same way as before.
4985
4986         * imap.el (imap-message-map): Removed optional buffer parameter, since
4987         no callers use it.
4988         (imap-message-get): Ditto.
4989         (imap-message-put): Ditto.
4990         (imap-mailbox-map): Ditto.
4991         (imap-mailbox-put): Ditto.
4992         (imap-mailbox-get): Ditto.
4993         (imap-mailbox-get): Revert last change for this function.
4994
4995         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4996         case-insensitively.
4997         (nnimap-debug): Remove.
4998
4999         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5000         to use `imap-fetch' instead.  According to the comments, this should be
5001         safe, since all other IMAP clients use the 1:* syntax.
5002         (imap-enable-exchange-bug-workaround): Removed.
5003         (imap-debug): Removed -- doesn't seem very useful.
5004
5005         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5006         mail from a file, and the file doesn't exist.
5007
5008         * imap.el (imap-log): New convenience function used throughout instead
5009         of repeating the same code all over the place.
5010
5011         * pop3.el (pop3-streaming-movemail): Return t for success.
5012
5013         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5014         .authinfo if we're using ssl connection.
5015
5016         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5017         already have if we're in a main Gnus `g' run.
5018
5019         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5020
5021 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5024
5025         * nnmh.el (nnmh-request-list-1): Bind `file'.
5026
5027         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5028         alias to set-process-query-on-exit-flag or process-kill-without-query.
5029         (pop3-open-server): Use it.
5030
5031 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5034         box to the Incoming file.  Fixes mistake in previous checkin.
5035
5036         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5037         request loop (for debugging purposes) removed.
5038
5039         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5040         culprit is more visible.
5041         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5042         (nnml-add-incremental-nov): New functions to do "incremental" nov
5043         updates, where we just append to the end of the existing nov files
5044         without reading/writing them in full.
5045
5046         * mail-source.el (mail-source-delete-crash-box): Really only check the
5047         incoming files once in a while.
5048
5049         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5050
5051         * mail-source.el (mail-source-delete-crash-box): Only check the
5052         incoming files for deletion once per day to save a lot of file
5053         accesses.
5054
5055         * pop3.el (pop3-logon): Fix up unbound variable typo.
5056
5057         * mail-source.el (pop3-streaming-movemail): Autoload.
5058
5059         * pop3.el (pop3-streaming-movemail):
5060         Respect pop3-leave-mail-on-server.
5061
5062         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5063         retrieval.
5064
5065         * pop3.el (pop3-process-filter): Remove unused function.
5066         (pop3-streaming-movemail, pop3-send-streaming-command)
5067         (pop3-wait-for-messages, pop3-write-to-file)
5068         (pop3-number-of-responses): New functions for streaming pop3
5069         retrieval.
5070
5071         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5072         come from no known methods.
5073         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5074         list.
5075
5076         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5077         message sizes.
5078         (pop3-movemail): Use erase-buffer instead of looping and deleting
5079         regions, which seems rather odd.
5080
5081         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5082         file once per `g' run.
5083
5084         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5085         directories.  This makes the draft queue directory work.
5086
5087         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5088         data from the backends, so that we only request the list of groups from
5089         each method once.  This should speed things up considerably.
5090
5091         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5092         detect that it's not implemented.
5093
5094         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5095         we actually do recurse down into the tree, but don't stat all leaf
5096         nodes.
5097
5098         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5099         then say so instead of bugging out.
5100
5101         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5102         files exist before trying to read them.
5103
5104         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5105         around <pre_int>.
5106
5107         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5108
5109         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5110
5111 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * mm-util.el (mm-image-load-path): Just return the image directories,
5114         not all directories in the path in addition to the image directories.
5115         (mm-image-load-path): Maintain a cache of the image directories so that
5116         the `g' command in Gnus doesn't have to stat dozens of directories each
5117         time.
5118
5119         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5120         (gnus-html-wash-tags): Add a new `i' command to insert images.
5121         (gnus-html-insert-image): New command and keystroke.
5122         (gnus-html-redisplay-with-images): New command and keystroke.
5123         (gnus-html-show-images): Rename command.
5124         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5125         spacers.
5126         (gnus-html-wash-tags): Decode entities at the end, so that entities
5127         inside the tags don't mess up the rest of the "parsing".
5128
5129         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5130         so that nnimap methods aren't agentized by default.  There's apparently
5131         many problems related to agent/imap behaviour.
5132
5133         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5134
5135         * gnus-html.el: Doc fix.
5136
5137 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5140         specifier-spec-list for Emacs 21.
5141
5142         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5143         glyph-width and glyph-height instead of display-graphic-p and
5144         image-size; make avoidance of displaying small images work for XEmacs.
5145
5146         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5147         for XEmacs.
5148
5149         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5150         of symbol that holds plist data.
5151         (gnus-process-plist): Remove plist of process after getting it.
5152
5153 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * message.el (message-generate-hashcash): Change default to
5156         'opportunistic if hashcash is installed.
5157
5158         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5159         (gnus-html-put-image): Only call image-size once, since it's somewhat
5160         time-consuming on remote X servers.
5161
5162 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5165         type on data, not a file name.
5166
5167         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5168         window-pixel-edges for Emacs 21.
5169
5170         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5171         decoded contents.
5172         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5173
5174 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5177         group line format, since it isn't very interesting.
5178
5179         * gnus-agent.el (gnus-agent-short-article),
5180         (gnus-agent-long-article): Increase values for these two variables,
5181         since most people are likely to have more network connection and
5182         storage than before.
5183
5184         * gnus.el (gnus-refer-article-method): Change default to 'current.
5185         When referring an article, the common behaviour is to refer it from the
5186         current select method, not the native select method.  The chances of
5187         the native select method having the message in question is rather slim
5188         these days.
5189
5190         * gnus-sum.el (gnus-auto-select-subject): Change default to
5191         `unseen-or-unread'.  I think it's likely that most people want to
5192         select an unseen article over a previously seen, but unread one.
5193
5194         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5195         means that in the article buffer none of the minor mode elements will
5196         be shown, usually, and this is not desirable in most cases.
5197
5198         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5199         that commands like `d' (and the like) go to the next line in the
5200         buffer, instead of the next unread article.  I think this is the
5201         behaviour that is most natural for most users.
5202         (gnus-single-article-buffer): Change default to nil, so that people can
5203         have as many article buffers open as they have summary buffer.  I think
5204         this is the most natural way for the groups to behave.
5205
5206         * message.el (message-generate-new-buffers): Change default to
5207         `unsent', so that all new message buffers start their names with the
5208         string "*unsent", and it's easier to find the buffers if you move from
5209         them.
5210
5211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5214         small.  They're probably tracking images.
5215         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5216         (gnus-html-rescale-image): Yet another try at getting the image sizing
5217         right.
5218
5219         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5220         nntp-marks-file-name is nil.
5221
5222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5223
5224         * gnus-html.el (gnus-html-wash-tags)
5225         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5226         Better logging.
5227
5228 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5231
5232         * gnus-html.el (gnus-html-wash-tags): Check the value of
5233         gnus-blocked-images in the summary buffer.
5234
5235 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5238
5239 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5242         like "a", it seems like.
5243         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5244         since it needs to be picked from the correct buffer.
5245
5246         * nnwfm.el: Remove.
5247
5248         * nnlistserv.el: Remove.
5249
5250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5253         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5254
5255 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * nnkiboze.el: Remove.
5258
5259         * nndb.el: Remove.
5260
5261         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5262         alt text.
5263         (gnus-html-rescale-image): Try to get the rescaling logic right for
5264         images that are just wide and not tall.
5265
5266         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5267         overshadow variable bindings.
5268
5269 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * gnus-html.el (gnus-html-wash-tags)
5272         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5273         Add extra logging.
5274
5275 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5278         (gnus-max-image-proportion): New variable.
5279         (gnus-html-rescale-image): New function.
5280         (gnus-html-put-image): Rescale images.
5281
5282 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         Fix up some byte-compiler warnings.
5285         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5286         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5287         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5288         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5289         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5290         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5291         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5292
5293 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-html.el (gnus-article-html): Decode contents by charset.
5296
5297 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5300         (gnus-html-frame-width, gnus-blocked-images)
5301         * message.el (message-prune-recipient-rules): Add custom version.
5302         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5303
5304         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5305         functions.
5306
5307         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5308         gnus-process-get.
5309
5310 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5311
5312         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5313         instead of lsub directly.
5314
5315 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * nnwarchive.el: Remove.
5318
5319         * gnus-soup.el: Remove.
5320
5321         * nnsoup.el: Remove.
5322
5323         * nnultimate.el: Remove.
5324
5325         * gnus-html.el (gnus-blocked-images): New variable.
5326
5327         * message.el (message-prune-recipients): New function.
5328         (message-prune-recipient-rules): New variable.
5329
5330         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5331         guess whether a long line is natural text or not.
5332
5333         * gnus-html.el (gnus-html-schedule-image-fetching):
5334         Use gnus-process-plist and friends for compatibility.
5335
5336 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * gnus-html.el: Require packages that define macros used in this file.
5339         (gnus-article-mouse-face): Declare to silence byte-compiler.
5340         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5341         process-get.
5342         (gnus-html-put-image): Use plist-get to avoid getf.
5343         (gnus-html-prefetch-images): Use with-current-buffer.
5344
5345 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-ems.el: Provide compatibility functions for
5348         gnus-set-process-plist.
5349
5350         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5351         header-line-format for XEmacs 21.4.
5352
5353         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5354         * gnus.el (gnus-valid-select-methods)
5355         * message.el (message-send-mail-partially-limit)
5356         * mm-decode.el (mm-text-html-renderer)
5357         * mml.el (mml-insert-mime-headers-always)
5358         * smiley.el (smiley-regexp-alist): Bump custom version.
5359
5360 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * gnus-html.el: require mm-url.
5363         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5364         with the url to `url'.
5365         (gnus-html-wash-tags): Support cid: URLs/images.
5366
5367 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5370         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5371         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5372
5373         * gnus-move.el: Remove file, since it doesn't really work.
5374
5375         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5376         UTF-8.  This seems to fix problems with some German web feeds.
5377
5378         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5379         at the top so that the proper colours are applied.
5380
5381         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5382         don't have dots in their names.
5383
5384         * gnus-art.el (gnus-article-view-part): Doc fix.
5385
5386         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5387         XEmacs-compatible.
5388         (gnus-html-put-image): Don't do images on non-graphic displays.
5389
5390         * nnslashdot.el: Remove this unused backend.
5391
5392         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5393         actions.
5394         (gnus-undo-register-1): Revert last change.
5395
5396         * gnus-group.el (gnus-group-completing-read): Protect against not
5397         having completion-styles bound.
5398
5399         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5400         make broken recipients happier.
5401
5402         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5403
5404         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5405         point parameter.
5406
5407         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5408
5409         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5410         completion-styles for group selection.
5411
5412 2009-02-04  Andreas Schwab  <schwab@suse.de>
5413
5414         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5415         headers and regexp-quote the match if necessary.
5416
5417 2009-03-24  Miles Bader  <miles@gnu.org>
5418
5419         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5420         the blinking smiley.
5421
5422 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5423
5424         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5425         blink smiley.
5426
5427 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5430         where the dribbel file lives exists.
5431
5432         * message.el (message-send-mail-partially-limit): Change the default to
5433         nil, since most people don't want this.
5434
5435         * mm-url.el (mm-url-decode-entities): Also decode entities like
5436         &#x3212.
5437
5438 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5439
5440         * gnus-sum.el (gnus-summary-idna-message):
5441         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5442         Hyperlink urls in docstrings with URL `...'.
5443
5444 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5445
5446         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5447         functions.
5448
5449 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5452         say what the mouseover text should be.
5453
5454         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5455         version of the mm-w3m-safe-url-regexp variable to only download images
5456         in the groups where we want that to happen.
5457
5458         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5459
5460         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5461         easier debugging.
5462         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5463         big pictures in the article buffer.
5464
5465         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5466         gnus-article-html.
5467         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5468         w3m.
5469
5470         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5471
5472 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5475         which doesn't exist.
5476
5477         * message.el (message-inhibit-ecomplete): New variable to allow some
5478         function to inhibit ecomplete address storage.
5479         (message-resend): Disable ecomplete message storage when resending
5480         messages.
5481
5482         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5483
5484 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5487         Save excursion while copying, moving, and deleting articles in order to
5488         prevent the cursor from jumping to unforeseen place.
5489
5490 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * lpath.el: No need to bind bookmark-current-buffer,
5493         bookmark-yank-point and bookmark-make-record-function.
5494
5495 2010-08-17  Glenn Morris  <rgm@gnu.org>
5496
5497         * gnus-sync.el: Require gnus components whose functions are used.
5498
5499         * gnus-art.el (bookmark-make-record-function):
5500         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5501         Declare for compiler.
5502
5503         * mm-url.el (mml-compute-boundary): Autoload.
5504
5505 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5508
5509 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         Typo fix "hoo4a" -> "hook".
5512
5513         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5514
5515 2010-08-14  Glenn Morris  <rgm@gnu.org>
5516
5517         * gnus-sync.el (gnus-sync): Fix defgroup version.
5518
5519 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5522
5523         * gnus-sync.el: Fix docs.
5524         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5525         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5526
5527 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         Optimizations for gnus-sync.el.
5530
5531         * gnus-sync.el: Add docs about gnus-sync-backend
5532         possibilities.
5533         (gnus-sync-save): Remove unnecessary message.
5534         (gnus-sync-read): Optimize and show what groups were skipped.
5535
5536 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5537
5538         Minor bug fixes for gnus-sync.el.
5539
5540         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5541         Don't read the sync on get-new-news.
5542
5543         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5544         quiet.
5545
5546         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5547         (fix typo).
5548
5549 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5550
5551         Make saving and restoring of hidden threads work with overlays.
5552         Patch applied by Ted Zlatanov.
5553
5554         * gnus-sum.el (gnus-hidden-threads-configuration)
5555         (gnus-restore-hidden-threads-configuration): Update to deal with text
5556         properties, rather than searching for a magic character.
5557
5558 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         New gnus-sync.el library for synchronization of marks.
5561
5562         * gnus-sync.el: New library for synchronization of marks.
5563
5564         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5565         renamed from `gnus-registry-grep-in-list'.
5566
5567         * gnus-registry.el (gnus-registry-follow-group-p):
5568         Use `gnus-grep-in-list'.
5569
5570         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5571
5572 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5575         determining charset of text fails.
5576
5577 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * nnmail.el (nnmail-get-new-mail-1): Revert.
5580
5581         * nnml.el (nnml-active-number): Make sure names of newly created groups
5582         in nnml-group-alist are encoded.
5583
5584 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5587         containing non-ASCII characters in active file for nnml back end.
5588
5589 2010-07-24  David Engster  <dengste@eml.cc>
5590
5591         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5592         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5593
5594 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5595
5596         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5597         tag (Bug#6654).
5598
5599 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5602         the article buffer, not the summary buffer.
5603
5604 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5607         Emacs 23 as well.
5608
5609 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5612         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5613
5614 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5615
5616         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5617         Patch applied by Karl Fogel.
5618
5619         * gnus-sum.el (gnus-summary-bookmark-make-record):
5620         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5621
5622 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5623
5624         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5625         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5626         C-w still not working correctly from Article buffers; Thierry's
5627         patch to fix that will be applied after this.
5628
5629         * gnus-art.el (bookmark-make-record-function): New local variable.
5630
5631         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5632         article buffer.
5633         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5634
5635 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5636
5637         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5638         on changes in bookmark.el.
5639
5640 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5643         `no-log' instead of message not to log prompt string.
5644
5645 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5646
5647         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5648         the *other* type of HTML form submission.
5649
5650 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5651
5652         * auth-source.el (auth-source-pick): If choice does not contain a
5653         questioned keyword, set the check to t.
5654
5655 2010-06-12  Romain Francoise  <romain@orebokech.com>
5656
5657         * gnus-util.el (gnus-date-get-time): Move up before first use.
5658
5659 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5662         (gnus-article-edit-part): Bind it to make last part that is substituted
5663         or deleted visible.
5664         (gnus-mime-display-single): Buttonize part of which id equals to
5665         gnus-mime-buttonized-part-id.
5666
5667 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5668
5669         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5670         (gnus-dd-mmm): Use gnus-date-get-time.
5671         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5672         simplify logic.
5673         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5674         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5675
5676 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5677
5678         * auth-source.el (top): Autoload `secrets-list-collections',
5679         `secrets-create-item', `secrets-delete-item'.
5680         (auth-sources): Fix tag string.
5681         (auth-get-source, auth-source-retrieve, auth-source-create)
5682         (auth-source-delete): New defuns.
5683         (auth-source-pick): Rewrite in order to avoid 2 passes.
5684         (auth-source-forget-user-or-password): New parameter USERNAME.
5685         (auth-source-user-or-password): New parameters CREATE-MISSING and
5686         DELETE-EXISTING.  Retrieve password interactively, if needed.
5687
5688 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5689
5690         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5691         deleting unused directories when gnus-expert-user is t.
5692
5693 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5696         for each temp file when gnus-article-browse-delete-temp is ask.
5697
5698 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5699
5700         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5701         Lisp calls to delete-backward-char by calls to delete-char.
5702
5703 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5704
5705         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5706
5707 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5708
5709         * password-cache.el (password-cache-remove): Fix docstring.
5710
5711 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5714         article unless decoding article to be saved.
5715
5716 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5719         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5720         generated within the mm-with-unibyte-current-buffer macro.
5721
5722 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5725         to nil when we're in a mml-preview buffer and no group is selected.
5726
5727 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5728
5729         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5730         when catching the `C-g'.  Reported by "Leo".
5731
5732 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * message.el (message-forward-make-body-plain)
5735         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5736         multibyte-string-p.
5737
5738         * lpath.el: Revert.
5739
5740 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * message.el (message-forward-make-body-mml): Assume original message
5743         is multibyte string; error on unibyte.
5744         (message-forward-make-body-plain): Ditto; don't add excessive newline
5745         in body end.
5746
5747         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5748
5749 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5750
5751         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5752         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5753
5754 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * mm-extern.el (mm-extern-url): Don't use
5757         mm-with-unibyte-current-buffer.
5758         (mm-extern-cache-contents): Use with-current-buffer instead of
5759         save-excursion + set-buffer.
5760
5761 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * mm-util.el (mm-emacs-mule): Remove.
5764
5765 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5766
5767         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5768         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5769         change.
5770
5771 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5774         bind the default value of enable-multibyte-characters to nil.
5775
5776 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * message.el (message-forward-make-body-plain)
5779         (message-forward-make-body-mml):
5780         Don't use mm-with-unibyte-current-buffer.
5781
5782 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5783
5784         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5785
5786 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5787
5788         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5789         (Bug#5592).
5790
5791 2010-05-07  Julien Danjou  <julien@danjou.info>
5792
5793         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5794         it to mm-pipe-part.
5795
5796         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5797         it is given.
5798
5799 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * binhex.el (binhex-decode-region-internal)
5802         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5803         (dns-query)
5804         * nnweb.el (nnweb-gmane-search)
5805         * pgg-parse.el (pgg-parse-armor)
5806         * pgg.el (pgg-verify-region)
5807         * sha1.el (sha1-string-external)
5808         * uudecode.el (uudecode-decode-region-internal)
5809         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5810         XEmacs.
5811
5812         * gnus-art.el (gnus-article-browse-html-parts)
5813         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5814         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5815         make-temp-file.
5816
5817         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5818         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5819         compiling.
5820
5821         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5822         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5823         XEmacs when compiling.
5824
5825         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5826         gnus-pick-mode-off-hook for XEmacs when compiling.
5827         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5828         gnus-binary-mode-off-hook for XEmacs when compiling.
5829
5830         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5831         Return nil if char-charset is not available.
5832
5833         * imap.el (imap-disable-multibyte)
5834         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5835         macros.
5836
5837         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5838         instead of encode-coding-string.
5839
5840         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5841         'xemacs) instead of mm-emacs-mule to switch function definitions.
5842         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5843
5844         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5845         bind temporary-file-directory for XEmacs;
5846         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5847         timer-set-function for XEmacs 21.4 and SXEmacs;
5848         bind timer-list for XEmacs 21.4 and SXEmacs;
5849         fbind char-charset and find-charset-region for non-Mule XEmacs;
5850         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5851         encode-coding-region and encode-coding-string for XEmacs having no
5852         file-coding feature.
5853
5854 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5855
5856         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5857
5858 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5861         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5862
5863 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5864
5865         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5866         alias `jka-compr-delete-temp-file' no longer exists.
5867
5868 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5869
5870         Use define-minor-mode in Gnus where applicable.
5871         * mml.el (mml-mode): Use define-minor-mode.
5872         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5873         (gnus-undo-mode): Use define-minor-mode.
5874         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5875         (gnus-dead-summary-mode): Use define-minor-mode.
5876         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5877         Initialize in declaration.
5878         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5879         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5880         (gnus-mailing-list-mode): Use define-minor-mode.
5881         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5882         (gnus-draft-mode): Use define-minor-mode.
5883         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5884         (gnus-dired-mode): Use define-minor-mode.
5885
5886 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5887
5888         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5889         handles on recursive mml-to-mime translation and check them for
5890         boundary delimiter collisions.  Reported by Greg Troxel.
5891
5892 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5895
5896 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * mm-util.el (mm-find-buffer-file-coding-system):
5899         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5900
5901 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5902
5903         * message.el (message-generate-headers): Record insertion of optional
5904         headers as well.  Otherwise the check to prevent repeated insertion of
5905         optional headers is a no-op.
5906
5907 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * smime.el: Don't mention CVS.
5910
5911         * nnrss.el (nnrss-fetch): Don't mention CVS.
5912
5913         * nnir.el: Don't mention CVS.
5914
5915 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         * gnus-sum.el (gnus-summary-bookmark-make-record):
5918         Add `location' field.
5919
5920 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * lpath.el: Fbind bookmark-default-handler,
5923         bookmark-get-bookmark-record, bookmark-make-record-default,
5924         bookmark-prop-get for Emacs <23 and XEmacs.
5925
5926 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5927
5928         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5929         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5930         Use with-current-buffer to silence the byte-compiler.
5931         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5932         bother to require `gnus'.
5933         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5934
5935 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5936
5937         * gnus-sum.el (gnus-summary-bookmark-make-record)
5938         (gnus-summary-bookmark-jump): New functions.
5939         (gnus-summary-mode): Setup bookmark support.
5940
5941 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5942
5943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5944         if set.
5945
5946 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5949         gnus-article-browse-html-save-cid-image; make it work recursively for
5950         forwarded messages as well.
5951         (gnus-article-browse-html-parts): Work when prefix arg is given.
5952         (gnus-article-browse-html-article): Doc fix.
5953
5954 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5955
5956         * message.el (message-default-mail-headers):
5957         (message-default-headers): Carry the value mail-default-headers over
5958         into message-default-mail-headers, rather than message-default-headers.
5959
5960 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5961
5962         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5963         charset.
5964
5965         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5966         charset into the <meta> tag when the article is encoded to utf-8.
5967
5968 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-article-browse-delete-temp-files):
5971         Delete directories as well.
5972         (gnus-article-browse-html-parts): Work for images that do not specify
5973         file names; delete temp directory when quitting; insert header at the
5974         right place; use file: scheme for image files.
5975
5976 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5977
5978         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5979         (gnus-article-browse-html-parts): Use it to make temporary cid image
5980         files in addition to html file so that browser may display them.
5981
5982 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5985
5986 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5989
5990 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * auth-source.el (auth-sources): Change default to be simpler.
5993         Explain about Secret Service API sources.  Improve Customize options.
5994         (auth-source-pick): Change to accept any number of search parameters.
5995         Implement fallbacks iteratively, not recursively.  Add scoring on the
5996         second pass and sort by score.  Call Secret Service API when needed.
5997         (auth-source-user-or-password): Use it.  Call Secret Service API
5998         directly when needed to get the user name and the password.
5999
6000 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6001
6002         * message.el (message-interactive): Doc fix.
6003         (message-qmail-inject-args): Reflow.
6004         (message-kill-to-signature): Fix typo in docstring.
6005
6006         * smiley.el (smiley-buffer): Fix typo in docstring.
6007
6008 2010-03-24  Glenn Morris  <rgm@gnu.org>
6009
6010         * mail-source.el (gnus-message): Declare.
6011         (mail-source-delete-old-incoming): Require gnus-util.
6012
6013 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6016
6017         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6018
6019         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6020         password-cache's default if it is not bound.
6021         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6022         password-cache-expiry's default if it is not bound.
6023
6024         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6025         available in Emacs 21.
6026
6027         * lpath.el: Suppress compiler warnings for:
6028         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6029         XEmacs;
6030         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6031         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6032         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6033
6034 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * auth-source.el (auth-sources): Fix up definition so extra parameters
6037         are always inline.
6038
6039 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6040
6041         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6042         wasn't updated after mismatch.  Clear cached mailbox info correctly
6043         when uidvalidity changes.
6044         (nnimap-group-prefixed-name): New function to avoid some code
6045         duplication.
6046         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6047         (nnimap-request-group): Use it.
6048         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6049         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6050         with many imap folders.  This is done by caching the group status from
6051         the imap server persistently in a group parameter `imap-status'.  (This
6052         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6053         but not persistently, so every Gnus startup was still very slow.)
6054
6055 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6058         delete the extra newline.  Otherwise editing of :string and :number
6059         types don't work.
6060
6061 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6064         secrets.el dependency.
6065         (auth-sources): Add optional user name.  Add secrets.el configuration
6066         choice (unused right now).
6067
6068 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * gnus-sum.el (gnus-summary-make-menu-bar):
6071         Let `gnus-registry-install-shortcuts' fill in the functions.
6072
6073         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6074         warnings.
6075         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6076         (gnus-registry-install-shortcuts): Populate and use it in a
6077         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6078
6079 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6080
6081         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6082         In-place substitutions for the group name encoding/decoding.
6083         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6084         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6085         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6086         (nnimap-update-unseen, nnimap-request-list)
6087         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6088         (nnimap-request-set-mark, nnimap-split-to-groups)
6089         (nnimap-split-articles, nnimap-request-newgroups)
6090         (nnimap-request-create-group, nnimap-request-accept-article)
6091         (nnimap-request-delete-group, nnimap-request-rename-group)
6092         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6093         `encoded-mbx' for consistency.
6094         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6095         variable `imap-current-mailbox'.
6096
6097         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6098         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6099
6100 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6101
6102         * pop3.el (pop3-display-message-size-flag): Display message size byte
6103         counts during POP3 download.
6104         (pop3-movemail): Use it.
6105         (pop3-list): Implement listing of available messages.
6106
6107 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6108
6109         * nnir.el (nnir-get-article-nov-override-function): New function to
6110         override the normal NOV retrieval.
6111         (nnir-retrieve-headers): Use it.
6112
6113 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6114
6115         * auth-source.el (netrc-machine-user-or-password): Autoload.
6116
6117 2010-03-19  Glenn Morris  <rgm@gnu.org>
6118
6119         Stop message.el from loading about 40 libraries it doesn't always need.
6120         The general approach is to autoload rather than require, and to
6121         require in the specific functions rather than the file.  (Bug#5642)
6122
6123         * gmm-utils.el: Don't require wid-edit.
6124         (widget-create-child-value, widget-convert, widget-default-get):
6125         Autoload.
6126
6127         * gnus-util.el: Don't require time-date, netrc.
6128         (message-fetch-field, gnus-group-name-decode): Declare rather than
6129         autoloading.
6130         (gnus-fetch-field): Require message.
6131         (gnus-decode-newsgroups): Require gnus-group.
6132
6133         * ietf-drums.el: Don't require time-date.
6134
6135         * message.el: Don't require hashcash, canlock, ecomplete.
6136         Do require mail-utils.  Require nnheader only when compiling.
6137         (smtpmail-default-smtp-server): Remove declaration.
6138         (message-send-mail-function): Check smtpmail-default-smtp-server
6139         is bound rather than requiring smtpmail.
6140         (message-auto-save-directory, message-insert-signature):
6141         Use expand-file-name rather than nnheader-concat.
6142         (nnheader-insert-file-contents): Autoload.
6143         (hashcash-wait-async): Declare.
6144         (message-send-mail): Only call gnus-setup-posting-charset if
6145         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6146         (message-send-mail-with-sendmail): Require sendmail.
6147         (canlock-password, canlock-password-for-verify): Declare.
6148         (message-canlock-password): Require canlock.
6149         (nnheader-get-report): Autoload.
6150         (gnus-setup-posting-charset): Declare.
6151         (message-send-news): Require gnus-msg.
6152         (message-make-references, message-make-in-reply-to): Use mail-header-id
6153         rather than the alias mail-header-message-id.
6154         (ecomplete-add-item, ecomplete-save): Declare.
6155         (message-put-addresses-in-ecomplete): Require ecomplete.
6156         (ecomplete-display-matches): Autoload.
6157
6158         * mm-decode.el: Don't require mailcap, gnus-util.
6159         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6160         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6161         Autoload.
6162         (mailcap-mime-extensions): Declare.
6163
6164         * mm-encode.el: Don't require mailcap.
6165         (mailcap-extension-to-mime): Autoload.
6166
6167         * mml-sec.el: Don't require password-cache.
6168
6169         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6170         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6171         (mml-minibuffer-read-type): Require mailcap.
6172         (mml-preview): Require gnus-msg.
6173
6174         * mml1991.el: Require password-cache.
6175         (password-cache-expiry): Remove declaration.
6176
6177         * mml2015.el: Require password-cache.
6178         (password-cache-expiry): Remove declaration.
6179
6180         * nneething.el (mailcap): Require mailcap.
6181
6182         * nnheader.el (declare-function): Add compatibility stub.
6183         (message-remove-header): Declare rather than autoload.
6184         (nnheader-replace-header): Require message.
6185
6186         * nnimap.el (declare-function): Add compatibility stub.
6187         (netrc-parse, netrc-machine-user-or-password): Declare.
6188         (nnimap-open-connection): Require netrc.
6189
6190         * nntp.el (declare-function): Add compatibility stub.
6191         (netrc-parse, netrc-machine, netrc-get): Declare.
6192         (nntp-send-authinfo): Require netrc.
6193
6194         * rfc2047.el: Don't require qp.
6195         (quoted-printable-encode-region, quoted-printable-decode-string):
6196         Autoload.
6197
6198         * sieve-mode.el: Don't require easymenu.
6199         (easy-menu-add-item): Autoload it.
6200
6201         * spam-stat.el (time-to-number-of-days): Autoload it.
6202
6203 2010-03-19  Glenn Morris  <rgm@gnu.org>
6204
6205         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6206
6207 2010-03-18  Glenn Morris  <rgm@gnu.org>
6208
6209         * hashcash.el (declare-function): Remove duplicate definition.
6210
6211 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6212
6213         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6214         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6215         value if any backslash escapes).
6216
6217 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6220         if it is available.  (bug#5647)
6221
6222         * lpath.el: Suppress compiler warning for coding-system-from-name for
6223         Emacs 21 and XEmacs.
6224
6225 2010-03-14  Juri Linkov  <juri@jurta.org>
6226
6227         * hmac-def.el:
6228         * hmac-md5.el:
6229         * netrc.el: Fix keywords.
6230
6231 2010-02-26  Glenn Morris  <rgm@gnu.org>
6232
6233         * message.el (message-send-mail-function): Change the default, so that
6234         it inherits from a customized send-mail-function.  (Bug#5643)
6235
6236 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6237
6238         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6239         shell-command-to-string signals an error (bug#5299).
6240
6241 2010-02-24  Glenn Morris  <rgm@gnu.org>
6242
6243         * message.el (message-smtpmail-send-it)
6244         (message-send-mail-with-mailclient): Doc fixes.
6245
6246 2010-02-16  Glenn Morris  <rgm@gnu.org>
6247
6248         * message.el (message-default-mail-headers): Change the default value
6249         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6250
6251 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6254         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6255
6256 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6257
6258         * time-date.el (date-to-time): Doc fix (Bug#5408).
6259
6260 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6261
6262         * message.el (message-mail): Just pass yank-action on to message-setup.
6263         (message-setup): Handle (FUN . ARGS) form of yank-action.
6264         (message-with-reply-buffer, message-widen-reply)
6265         (message-yank-original): Handle non-buffer values of
6266         message-reply-buffer (Bug#4080).
6267         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6268
6269 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6270
6271         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6272         Fix typo in docstring.
6273
6274 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6275
6276         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6277         response.
6278
6279 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6282
6283         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6284
6285         * message.el (message-check-news-header-syntax): Protect against a
6286         string that `rfc822-addresses' returns when parsing fails.
6287
6288 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6291         (gnus-previous-char-property-change): New functions.
6292
6293         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6294
6295 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6296
6297         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6298         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6299
6300 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6301
6302         * message.el (message-exchange-point-and-mark): Rework last change to
6303         avoid using optional arg of exchange-point-and-mark, for backward
6304         compatibility.
6305
6306 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6307
6308         * message.el (message-exchange-point-and-mark):
6309         Call exchange-point-and-mark with an argument rather than setting
6310         mark-active by hand (Bug#5175).
6311
6312 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * nntp.el (nntp-service-to-port): Work for service expressed with
6315         numeric string; replace [:digit:] with [0-9] for XEmacs.
6316
6317 2009-12-17  Glenn Morris  <rgm@gnu.org>
6318
6319         * gnus-group.el (gnus-bug-group-download-format-alist):
6320         Change emacs entry to debbugs.gnu.org.  Bump :version.
6321
6322 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6325
6326 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * message.el (message-info): Explain why we use `Info-goto-node'.
6329
6330 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6333
6334 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6335
6336         * message.el (message-completion-in-region): New compatibility function.
6337         (message-expand-group): Use it.
6338
6339 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6342         with no unread article should be listed if the 2nd arg `predicate' is
6343         given.
6344
6345 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6348
6349 2009-11-29  Juri Linkov  <juri@jurta.org>
6350
6351         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6352         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6353         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6354
6355 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6356
6357         * sha1.el (sha1-string-external): default-directory "/" in case
6358         otherwise non-existent.  process-connection-type pipe for touch of
6359         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6360
6361 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6362
6363         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6364         it's comms related and sgml-mode.el has "comm" on that basis too.
6365
6366 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6369         containing tspecial characters if they have been already quoted.
6370
6371 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6372
6373         * dns-mode.el (auto-mode-alist): Purecopy string.
6374
6375 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6378
6379 2009-10-24  Glenn Morris  <rgm@gnu.org>
6380
6381         * gnus-art.el (help-xref-stack-item): Define for compiler.
6382
6383 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6384
6385         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6386
6387 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6390
6391 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6394         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6395
6396 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6399         (gnus-overlays-in): New alias to overlays-in.
6400
6401         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6402         gnus-overlay-get, and gnus-delete-overlay.
6403         (gnus-summary-show-thread): Make it work as well for systems in which
6404         next-single-char-property-change is not available.
6405         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6406
6407         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6408         (gnus-overlay-get): New alias to extent-property.
6409         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6410
6411         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6412         SXEmacs.
6413
6414         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6415         SXEmacs.
6416
6417 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6418
6419         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6420
6421 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6422
6423         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6424         and XEmacs that don't have `remove-overlays'.
6425
6426 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6429         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6430         selective display.  Use overlays instead.
6431
6432 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6433
6434         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6435
6436 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6437
6438         * spam-stat.el (spam-stat-load): Fix typo in message.
6439
6440 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6441
6442         * dig.el (dig-invoke): Fix typo in docstring.
6443         (query-dig): Reflow docstring.
6444
6445 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6446
6447         * gnus-art.el (gnus-article-encrypt-body):
6448         * message.el (message-check-recipients):
6449         * mm-util.el (mm-codepage-setup):
6450         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6451         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6452
6453 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6454
6455         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6456         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6457         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6458         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6459         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6460
6461 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6462
6463         * dig.el: Add "Keywords: comm", as per net-utils.el.
6464
6465 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6466
6467         * dig.el (dig-mode): Use define-derived-mode.
6468
6469 2009-09-19  Glenn Morris  <rgm@gnu.org>
6470
6471         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6472
6473 2009-09-18  Glenn Morris  <rgm@gnu.org>
6474
6475         * gnus-diary.el (gnus-diary-check-message):
6476         * message.el (message-insert-formatted-citation-line):
6477         * nnbabyl.el (top-level):
6478         * nndiary.el (nndiary-schedule):
6479         Fix typos in condition-case handlers.
6480
6481 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6484         configuration that provides the sole article window in a frame;
6485         position point correctly after deleting a part.
6486
6487 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6488
6489         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6490         (spam-resolve-registrations-routine): Use it to unregister articles
6491         that change status.
6492
6493 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6496         with XEmacs.
6497         (parse-time-string-chars): Use it.
6498
6499 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * imap.el (imap-interactive-login): Better messages.
6502         (imap-open): Fix bug with renamed buffer on reconnect.
6503         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6504         for easier debugging and cleaner code.  On successful (guessed based on
6505         server capabilities) secondary authentication, set imap-state
6506         correctly.
6507         (imap-last-authenticator): Define imap-last-authenticator as a variable
6508         to avoid warnings.
6509
6510 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nnrss.el (nnrss-request-article): Remove binding of
6513         default-enable-multibyte-characters that has gotten needless by
6514         the 2007-07-13 change in rfc2047-encode-message-header.
6515
6516         * mml.el (mml-insert-multipart): Error on the message header.
6517         (mml-insert-part): Error on the message header; position point at
6518         the end of a MIME tag.
6519
6520 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * time-date.el (autoload): Expand define-obsolete-function-alias into
6523         defalias and make-obsolete for old Emacsen that Gnus supports.
6524         (with-no-warnings): Define it for old Emacsen.
6525         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6526         is available.
6527         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6528         float-time is available; suppress compile warning for time-to-seconds.
6529
6530         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6531         (gnus-float-time): Alias to float-time if it exists.
6532
6533         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6534         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6535         float-time is available; suppress compile warning for time-to-seconds.
6536
6537         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6538         XEmacs.
6539
6540 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * imap.el (imap-message-map): Docstring fix.
6543
6544 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6547         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6548         Add the optional argument `encoding' that overrides the default.
6549
6550         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6551         mm-encode-buffer.
6552
6553 2009-09-04  Glenn Morris  <rgm@gnu.org>
6554
6555         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6556         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6557         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6558         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6559         * mm-util.el (mm-with-unibyte-current-buffer)
6560         (mm-find-buffer-file-coding-system):
6561         * yenc.el (yenc-decode-region): Use default-value rather than
6562         default-enable-multibyte-characters.
6563
6564 2009-09-03  Glenn Morris  <rgm@gnu.org>
6565
6566         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6567         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6568         than default-enable-multibyte-characters.
6569
6570 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6571
6572         * gnus-art.el (gnus-article-read-summary-keys):
6573         Fix gnus-buffer-configuration's value temporarily used.
6574
6575 2009-09-02  Glenn Morris  <rgm@gnu.org>
6576
6577         * gnus-util.el (gnus-float-time): New function.
6578         * gnus-delay.el (gnus-delay-article):
6579         * gnus-sum.el (gnus-thread-latest-date):
6580         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6581         * nnspool.el (nnspool-request-newgroups):
6582         Use gnus-float-time rather than time-to-seconds.
6583         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6584
6585         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6586         (gnus-header-subject-face, gnus-header-newsgroups-face)
6587         (gnus-header-name-face, gnus-header-content-face):
6588         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6589         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6590         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6591         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6592         (gnus-cite-face-11):
6593         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6595         (gnus-server-closed-face, gnus-server-denied-face)
6596         (gnus-server-offline-face):
6597         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6598         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6599         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6600         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6601         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6602         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6603         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6604         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6605         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6606         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6607         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6608         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6609         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6610         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6611         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6612         (gnus-summary-high-undownloaded-face)
6613         (gnus-summary-low-undownloaded-face)
6614         (gnus-summary-normal-undownloaded-face)
6615         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6616         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6617         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6618         (gnus-splash-face):
6619         * message.el (message-header-to-face, message-header-cc-face)
6620         (message-header-subject-face, message-header-newsgroups-face)
6621         (message-header-other-face, message-header-name-face)
6622         (message-header-xheader-face, message-separator-face)
6623         (message-cited-text-face, message-mml-face):
6624         * sieve-mode.el (sieve-control-commands-face)
6625         (sieve-action-commands-face, sieve-test-commands-face)
6626         (sieve-tagged-arguments-face):
6627         * spam.el (spam-face):
6628         Mark face aliases with "-face" in the name as obsolete.
6629
6630 2009-09-01  Glenn Morris  <rgm@gnu.org>
6631
6632         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6633         than goto-line.
6634
6635 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6638         Don't move point if the command is invoked inside the message header.
6639
6640 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * imap.el (imap-send-command): Simplify.
6643         (imap-wait-for-tag): point-max -> buffer-size.
6644
6645 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6648         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6649         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6650         * nnir.el (nnir-swish-e-index-file):
6651         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6652         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6653         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6654         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6655         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6656         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6657
6658 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6661         Don't save excursion.
6662
6663 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6664
6665         * nnheader.el (nnheader-find-file-noselect):
6666         * mm-util.el (mm-insert-file-contents):
6667         Use (default-value 'major-mode) instead of default-major-mode.
6668
6669 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6670
6671         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6672
6673 2009-08-26  Glenn Morris  <rgm@gnu.org>
6674
6675         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6676         than placing in files.el.
6677
6678 2009-08-25  Glenn Morris  <rgm@gnu.org>
6679
6680         * nnir.el (top-level): Don't require cl at run-time.
6681         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6682         Replace cl-function substitute with gnus-replace-in-string.
6683         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6684         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6685         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6686         simplified expansions.
6687
6688 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6689
6690         * dig.el (dig): Add autoload cookie.
6691
6692 2009-08-22  Glenn Morris  <rgm@gnu.org>
6693
6694         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6695         goto-line.
6696
6697 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6698
6699         * parse-time.el (parse-time-string-chars): Save match data.
6700
6701 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6702
6703         * parse-time.el (parse-time-string-chars): Compute using character
6704         classes, to handle non-ascii characters (Bug#3190).
6705
6706 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6709
6710         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6711         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6712         (gnus-mm-display-part, gnus-mime-display-single)
6713         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6714         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6715
6716         * gnus-sum.el
6717         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6718         (gnus-summary-move-article): Add expirable mark to articles copied or
6719         moved to group that has auto-expire turned on if the option is non-nil.
6720
6721 2009-07-24  Glenn Morris  <rgm@gnu.org>
6722
6723         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6724         Fix typo.  (Bug#3903)
6725
6726 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6729         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6730         that should not be used for draft articles.
6731         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6732         that has no concern in minor mode keys.
6733         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6734         Abolish.
6735
6736 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6739         article without making inquiry to a user for unknown encoding.
6740
6741         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6742         (nnmaildir--scan): Assume i-node and device number that file-attributes
6743         returns might be cons-cell.
6744
6745         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6746
6747         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6748
6749 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * auth-source.el: Remove docs now in auth.texi.  Don't use
6752         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6753         `auth-source-hide-passwords' and use them.
6754
6755 2009-07-15  Glenn Morris  <rgm@gnu.org>
6756
6757         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6758
6759 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6762         excessive whitespace from the default values of title and description.
6763
6764 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6767         mail-fetch-field to fetch Content-Description header in order to
6768         exclude newlines.
6769
6770 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6771
6772         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6773         format used by GnuPG 2.0.11.
6774
6775 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6778         to deleted part.
6779
6780 2009-05-30  David Engster  <dengste@eml.cc>
6781
6782         * nnmairix.el: Remove old documentation in the commentary block.
6783         (nnmairix-request-group): Do not update active file for nnml back ends.
6784         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6785         end so that overview files are ignored.
6786         (nnmairix-update-groups): Make updating the groups more robust by using
6787         marks.
6788         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6789         with dollar characters in message-id.
6790
6791 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6794         2008-12-25 in dns.el.
6795
6796 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6797
6798         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6799         could happen if the text is only composed of spaces and/or tabs.
6800
6801 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6802
6803         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6804         when sending a queued message to avoid extra mml tags.
6805
6806 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6809
6810 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6813         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6814         rmail-toggle-header for XEmacs;
6815         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6816
6817 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-dired.el: Remove autoload for gnus-setup-message.
6820         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6821         displaying Gnus logo; always use compose-mail.
6822
6823 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6826
6827 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6830         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6831         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6832         available.
6833         (gnus-nocem-epg-verify): New function.
6834
6835 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6838
6839 2009-02-15  Glenn Morris  <rgm@gnu.org>
6840
6841         * gnus-util.el (rmail-insert-rmail-file-header)
6842         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6843         autoloads.
6844         (rmail-default-rmail-file): Remove unnecessary declaration.
6845         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6846
6847 2009-02-14  Glenn Morris  <rgm@gnu.org>
6848
6849         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6850         variable (only used in gnus-util, which declares it anyway).
6851         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6852         which was only needed by gnus-art (changed to not use it any more).
6853         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6854         only used in gnus-util, which autoloads it itself.
6855         (rmail-update-summary): Fix autoload.
6856
6857         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6858         rather than rmail-output-to-rmail-file.
6859
6860 2009-02-07  Glenn Morris  <rgm@gnu.org>
6861
6862         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6863         autoload of function that no longer exists.
6864         (rmail-toggle-header): Declare.
6865         (message-forward-rmail-make-body): Handle mbox Rmail.
6866
6867 2009-01-31  Glenn Morris  <rgm@gnu.org>
6868
6869         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6870         2009-01-09 change.
6871
6872 2009-01-31  Dave Love  <fx@gnu.org>
6873
6874         * imap.el (imap-fetch-safe): Bind debug-on-error.
6875         (imap-debug): Add imap-fetch-safe.
6876
6877 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6878
6879         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6880         (auth-source-forget-all-cached): New convenience function.
6881         (auth-source-user-or-password): Accept list of modes or a single mode.
6882
6883         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6884         auth-source modes.
6885
6886         * netrc.el (netrc-machine-user-or-password): Use list of
6887         auth-source modes.
6888
6889         * nnimap.el (nnimap-open-connection): Use list of
6890         auth-source modes.
6891
6892         * nntp.el (nntp-send-authinfo): Use list of
6893         auth-source modes.
6894
6895 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6898         now.
6899
6900 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6903         coding system in XEmacs; add a workaround for XEmacs.
6904
6905         * lpath.el: Fbind coding-system-aliasee.
6906
6907 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6910         of current-language-environment.
6911
6912 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6915         available at runtime.
6916
6917 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6920
6921 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6922
6923         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6924         the greatest positive fixnum value doesn't work under an XEmacs with
6925         bignum support; use the most-positive-fixnum constant instead,
6926         available since Emacs 21.1 with cl and XEmacs 21.1.
6927
6928 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6931         XEmacs gets not to work.
6932
6933 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mm-util.el (mm-coding-system-priorities): Allow the value like
6936         "Japanese (UTF-8)" of current-language-environment.
6937
6938 2009-01-09  Glenn Morris  <rgm@gnu.org>
6939
6940         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6941         with last-command-event.
6942
6943 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6946         in the doc string.
6947
6948         * message.el (message-fix-before-sending): Amend comment.
6949
6950 2009-01-08  Dave Love  <fx@gnu.org>
6951
6952         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6953
6954 2009-01-07  David Engster  <dengste@eml.cc>
6955
6956         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6957         simplified server definitions by converting it via
6958         gnus-server-to-method.
6959
6960 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6963         parameter's operands.
6964
6965 2009-01-06  David Engster  <dengste@eml.cc>
6966
6967         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6968         primary select method (for gnus-group-mark-article-as-read).
6969
6970 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6971
6972         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6973         `(gnus)Face', not `(gnus)X-Face'.
6974
6975 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-util.el (mm-ucs-to-char): New function.
6978
6979         * mm-url.el (mm-url-decode-entities): Use it.
6980
6981         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6982         unicode-to-char.
6983
6984 2009-01-05  Dave Love  <fx@gnu.org>
6985
6986         * time-date.el: Require cl for `declare'.
6987
6988 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6991         Dave Love.
6992
6993 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * message.el (message-fix-before-sending): Add `eight-bit' to
6996         illegible-text check.
6997
6998 2009-01-03  Michael Olson  <mwolson@gnu.org>
6999
7000         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7001         `headers' is nil.  This can occur if the IMAP server does not have
7002         permissions to read messages from a folder, but can write new messages
7003         to the folder.
7004         (nnimap-request-article-part): Do not insert `data' if it is nil.
7005
7006         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7007         characters which will confuse `read', so skip past them.
7008
7009 2009-01-01  Dave Love  <fx@gnu.org>
7010
7011         * imap.el (imap-string-to-integer): Fix typo.
7012         (imap-fetch-safe): New function.
7013         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7014
7015         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7016
7017         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7018         (imap-parse-greeting): Fix doc strings.
7019         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7020         (imap-parse-flag-list): Make messages unique.
7021         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7022
7023         * nnimap.el: Fix author email.
7024         (nnimap-split-rule): Add FIXME comment.
7025         (nnimap-debug): Fix doc string.
7026
7027 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7030
7031 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7034         nslookup if resolv.conf isn't available.
7035         (dns-query): Rename from query-dns.
7036         (dns-query-cached): Rename from query-dns-cached.
7037
7038 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7041         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7042         to check if those variables exist (first appeared in Emacs 18.50).
7043
7044 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-util.el (mm-line-number-at-pos): New function.
7047
7048         * spam-report.el (spam-report-process-queue): Use it.
7049
7050 2008-12-24  David Engster  <dengste@eml.cc>
7051
7052         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7053         parameters that haven't existed as variables as buffer-local variables.
7054
7055 2008-12-23  Dave Love  <fx@gnu.org>
7056
7057         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7058         cadar.
7059
7060         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7061         imap-starttls-p.
7062         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7063
7064 2008-12-22  Dave Love  <fx@gnu.org>
7065
7066         * imap.el: Fix author email.  Doc fixes.
7067         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7068         reply.
7069
7070 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * spam-report.el (spam-report-gmane-max-requests): New constant.
7073         (spam-report-gmane-wait): New variable.
7074         (spam-report-gmane-ham, spam-report-gmane-spam)
7075         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7076         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7077         the server.
7078
7079         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7080         Add explanations.
7081
7082         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7083         nnheader-accept-process-output and nnheader-read-timeout if available.
7084         (pop3-movemail): Use it.
7085
7086         * message.el (message-check-news-body-syntax): Fix signature check if
7087         there's an attachment.
7088
7089 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * mm-util.el: Add comments to the mm- emulating functions.
7092
7093 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7096         Reported by Stephen Berman <stephen.berman@gmx.net>.
7097
7098 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * mm-util.el (mm-substring-no-properties): New function.
7101         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7102         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7103         (mm-string-to-multibyte): Doc fix.
7104
7105         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7106
7107 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * mml.el (mml-attach-file): Strip text properties from file name.
7110         (Bug#1574)
7111
7112 2008-12-16  Glenn Morris  <rgm@gnu.org>
7113
7114         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7115
7116 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7119         knows since the charset specified might be a bogus alias that
7120         mm-charset-synonym-alist provides.
7121
7122 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7125         "ISO_8859-1".
7126
7127         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7128
7129 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * mm-util.el (mm-charset-eval-alist):
7132         Define it before mm-charset-to-coding-system.
7133         (mm-charset-to-coding-system): Add optional argument `silent';
7134         define it before mm-charset-override-alist.
7135         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7136         default value if it can be used in Emacs currently running;
7137         silence mm-charset-to-coding-system.
7138
7139 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7142         `allow-override' which says whether to use `mm-charset-override-alist'.
7143         (rfc2047-decode-encoded-words): Use it.
7144
7145         * mm-util.el (mm-charset-override-alist): Fix custom type;
7146         add `(gb2312 . gbk)' to choices.
7147
7148 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7151         fast.
7152
7153         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7154
7155         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7156
7157 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7158
7159         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7160         on links.
7161
7162         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7163
7164 2008-12-03  Lute Kamstra  <lute@gnu.org>
7165
7166         * sha1.el: Remove leading * from docstrings of defcustoms,
7167         deffaces, defconsts and defuns.
7168
7169 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7172         users' addresses that don't have domain parts.
7173         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7174         rather than message-narrow-to-head since there will be the message
7175         header separator.
7176
7177 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7178
7179         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7180         since the result is inserted in a unibyte buffer anyway.
7181         (nnimap-demule-use-string-to-multibyte): Remove.
7182         (nnimap-demule): Alias it to mm-string-to-multibyte.
7183
7184 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7187         variable for debugging bug#464 and bug#1174.
7188         (nnimap-demule): Use it.
7189
7190 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7193         score calculation correctly.
7194
7195 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * message.el (message-send-mail): Just set the buffer to unibyte
7198         rather than use mm-with-unibyte-current-buffer which does a lot more.
7199         (message-send-mail-partially): Don't bother with
7200         mm-with-unibyte-current-buffer since it's already been made unibyte by
7201         message-send-mail.
7202
7203 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7204
7205         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7206
7207 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7210
7211 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7214         require itself and to remove `with-no-warnings'.
7215
7216 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * starttls.el (starttls-any-program-available): Get the name of the
7219         available TLS layer program.
7220         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7221         well as the host name in the "opening" message.
7222
7223         * auth-source.el (auth-source-cache, auth-source-do-cache)
7224         (auth-source-user-or-password): Cache passwords and logins by default,
7225         allow override with `auth-source-do-cache'.
7226         (auth-source-forget-user-or-password): Allow users to remove cache
7227         entries if needed.
7228
7229 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7230
7231         * md4.el (md4-buffer): Fix typo in docstring.
7232         (md4, md4-64): Doc fixes.
7233         (md4-pack-int32): Reflow docstring.
7234
7235 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7238         condition-case to only the forward-sexp call.
7239
7240 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7243         quotes contained.  Make it more robust regardless by an extra
7244         condition-case wrapper.
7245
7246 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7249
7250 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * nnml.el (nnml-request-expire-articles): Check if the function set to
7253         `nnmail-expiry-target' returns the symbol `delete'.
7254
7255         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7256
7257         * nnmail.el (nnmail-expiry-target): Fix custom type.
7258
7259 2008-10-02  Glenn Morris  <rgm@gnu.org>
7260
7261         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7262         Silence compiler warning.
7263
7264 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7265
7266         * tls.el (open-tls-stream): Show the actual command being
7267         executed, instead of the format string.
7268
7269 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * lpath.el: Fbind codepage-setup for Emacs 23.
7272
7273 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7274
7275         * mml.el (mml-menu): Don't assume mml2015 is bound.
7276
7277 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7280         exists.
7281
7282 2008-09-27  Glenn Morris  <rgm@gnu.org>
7283
7284         * gnus-util.el (mail-header-remove-comments): Autoload it.
7285
7286 2008-09-27  Andreas Schwab  <schwab@suse.de>
7287
7288         * gnus-util.el (gnus-split-references): Strip comments.
7289         (gnus-parent-id): Likewise.
7290
7291 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * message.el (message-confirm-send): Fix version.
7294
7295 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * message.el (message-idna-to-ascii-rhs-1): Use
7298         mail-extract-address-components rather than mail-header-parse-addresses
7299         that is an alias by default to ietf-drums-parse-addresses that does not
7300         support non-ASCII names in headers' contents.
7301
7302 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * message.el (message-confirm-send): Fix variable documentation to
7305         avoid the "y/n" wording.
7306
7307 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7308
7309         * message.el (message-set-auto-save-file-name): Save to a different
7310         filename so multiple messages (especially drafts) can be recovered.
7311
7312 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * message.el (message-confirm-send): Add appropriate version.
7315
7316 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7319         defvar.
7320
7321 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7322
7323         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7324         (mm-pkcs7-enveloped-magic): Ditto.
7325
7326 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7327
7328         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7329         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7330
7331 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7334         default, it's better.
7335
7336 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7339         summary line gnus-number property and ignore them (with a warning
7340         message).
7341
7342 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7345         macro caddr in the interactive form since it won't be expanded.
7346
7347 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7350         `charset'; fix name of function called recursively.
7351         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7352
7353 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7356         (gnus-mime-set-charset-parameters): New function.
7357         (gnus-mime-view-part-as-charset): Use it to correctly display part
7358         specifying wrong charset.
7359
7360 2008-09-08  David Engster  <dengste@eml.cc>
7361
7362         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7363         in completing-read for back end server.
7364
7365 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * message.el (message-confirm-send): New variable to confirm sending a
7368         message.
7369         (message-send): Use it.
7370
7371 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7374
7375 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7378
7379 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7382         prevent tracking too many groups.
7383         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7384         Use it.
7385
7386 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7387
7388         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7389         moving point to the bottom of the window in order to avoid recentering.
7390
7391 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7394
7395         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7396         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7397         (gnus-article-beginning-of-window): Fix calculation.
7398
7399 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-msg.el (gnus-summary-supersede-article)
7402         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7403         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7404         message header.
7405
7406 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7407
7408         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7409         pending output coming after the status change.
7410
7411 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7412
7413         * message.el:
7414         * gnus-start.el:
7415         * gnus-registry.el: Remove VMS support.
7416
7417 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7420         macro.
7421         (rfc2104-hash): Use it.
7422
7423 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7426         (gnus-summary-sort-by-most-recent-date): New commands.
7427         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7428         and menu entries.
7429
7430 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7433         don't redisplay article for raw contents; remove plural articles stuff.
7434
7435         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7436         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7437         on gnus-summary-save-article; display results properly.
7438
7439 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * lpath.el: No need to fbind ns-focus-frame.
7442
7443 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7446
7447 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-art.el (gnus-summary-save-in-pipe):
7450         Consider gnus-save-all-headers.
7451
7452 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7453
7454         * gnus-util.el (ns-focus-frame): Remove declaration.
7455         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7456         like x.
7457
7458 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7459
7460         * rfc2104.el (rfc2104-zero): Delete defconst.
7461         (rfc2104-hex-alist): Likewise.
7462         (rfc2104-hex-to-int): Delete func.
7463         (rfc2104-hexstring-to-bitstring): Likewise.
7464         (rfc2104-nybbles): New defconst.
7465         (rfc2104-hash): Rewrite for speed.
7466
7467 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * tls.el (open-tls-stream): Make it work with the 2nd argument
7470         BUFFER that is a string but does not exist as a buffer object, as
7471         mentioned in the doc-string.
7472
7473 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7476         SXEmacs.
7477
7478 2008-07-16  Glenn Morris  <rgm@gnu.org>
7479
7480         * gnus-util.el (ns-focus-frame): Declare for compiler.
7481
7482 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7485         set as a group parameter.
7486         (gnus-summary-save-in-pipe): Work when it is called independently.
7487         (gnus-summary-pipe-to-muttprint): Don't modify
7488         gnus-summary-pipe-output-default-command.
7489
7490 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * message.el (message-send-mail-with-sendmail):
7493         Display the error message.
7494
7495 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-art.el (gnus-default-article-saver):
7498         Add gnus-summary-save-in-pipe to choices.
7499         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7500         gnus-summary-pipe-output-default-command as the default command.
7501         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7502         instead of gnus-last-shell-command.
7503
7504         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7505         New user option.
7506         (gnus-summary-muttprint-program): Mention the value will be changed.
7507         (gnus-summary-save-article): Force showing of all headers.
7508         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7509
7510 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7511
7512         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7513
7514 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7515
7516         * nnimap.el (nnimap-id):
7517         * sieve-manage.el (sieve-manage-open): Doc fixes.
7518
7519 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7520
7521         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7522         if available.
7523
7524 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7525
7526         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7527
7528         * nnkiboze.el (nnkiboze-generate-group):
7529         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7530
7531         * nnmairix.el: Require CL.
7532
7533 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * dgnushack.el: Autoload get-display-table and put-display-table for
7536         XEmacs 21.5.
7537
7538         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7539         21.4 and SXEmacs.
7540
7541 2008-06-15  David Engster  <dengste@eml.cc>
7542
7543         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7544
7545 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7546
7547         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7548         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7549         runtime choice under XEmacs.
7550
7551         * gnus-sum.el (gnus-summary-set-display-table):
7552         Use `gnus-put-display-table', `gnus-get-display-table',
7553         `gnus-set-display-table' for the display table, instead of `aset'.
7554
7555         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7556         Use `gnus-put-display-table', `gnus-get-display-table',
7557         `gnus-set-display-table' for the display table.
7558
7559 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * nnmairix.el: Add autoloads.
7562
7563 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * nnmairix.el (nnmairix-delete-recreate-group)
7566         (nnmairix-update-and-clear-marks): Fix error messages.
7567
7568 2008-06-14  David Engster  <dengste@eml.cc>
7569
7570         * nnmairix.el: Upgrade to version 0.6.
7571         (nnmairix-group-toggle-propmarks-this-group)
7572         (nnmairix-group-toggle-readmarks-this-group)
7573         (nnmairix-group-delete-recreate-this-group)
7574         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7575         (nnmairix-remove-tick-mark-original-article): New commands.
7576         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7577         (nnmairix-propagate-marks-to-nnmairix-groups)
7578         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7579         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7580         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7581         functions needed for marks propagation and manipulation of read marks.
7582         (nnmairix-update-groups): New function.
7583         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7584         (nnmairix-determine-original-group-from-registry)
7585         (nnmairix-determine-original-group-from-path)
7586         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7587         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7588         New helper functions.
7589         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7590         keystrokes for new commands.
7591         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7592         (nnmairix-request-group): Check allow-fast group parameter.
7593         (nnmairix-request-create-group): Set allow-fast group parameter if
7594         nnmairix-allowfast-default is set.
7595         (nnmairix-close-group): Propagate marks upon closing if needed.
7596         (nnmairix-group-toggle-threads-this-group): Use new.
7597         nnmairix-group-toggle-parameter helper function.
7598         (nnmairix-search): Better check for empty search result.
7599         (nnmairix-goto-original-article): Use new helper functions for
7600         determining original article.
7601         (nnmairix-show-original-article): Make sure message-id is in brackets.
7602         (nnmairix-call-mairix-binary): Change variable name.
7603         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7604         helper function.
7605         (nnmairix-widget-toggle-activate): Fix doc string.
7606
7607 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * nnir.el: Require edmacro when compiling with XEmacs.
7610         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7611         available in Emacs 21.
7612
7613 2008-06-11  Glenn Morris  <rgm@gnu.org>
7614
7615         * gnus-util.el (x-focus-frame):
7616         * gnus.el (image-size):
7617         * mm-decode.el (image-size): Declare.
7618
7619         * gnus-picon.el (declare-function): Add compat definition.
7620         (image-size): Declare.
7621
7622         * gnus-group.el (tool-bar-map):
7623         * gnus-sum.el (tool-bar-map): Define for compiler.
7624
7625         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7626
7627         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7628
7629         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7630         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7631         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7632         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7633         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7634         * sieve-manage.el, spam-report.el, spam.el:
7635         Remove unnecessary eval-and-compile of autoloads.
7636
7637 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7638
7639         * auth-source.el: Precise Tramp doc.
7640
7641 2008-06-07  Glenn Morris  <rgm@gnu.org>
7642
7643         * nnmairix.el: Remove unnecessary eval-when-compile.
7644
7645 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * lpath.el: Fbind propertize for XEmacs 21.4.
7648
7649 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * nnir.el: Move here from ../contrib.
7652
7653 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7654
7655         * gnus-util.el (gnus-read-shell-command): New function.
7656         * mm-decode.el (mm-pipe-part):
7657         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7658
7659 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7662
7663 2008-06-03  Glenn Morris  <rgm@gnu.org>
7664
7665         * pop3.el (nnheader-accept-process-output): Autoload it.
7666
7667 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7670         are not 2-digit hexadecimal characters that follow `%'s.
7671
7672 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * message.el (message-bogus-recipient-p): Fix type in doc string.
7675         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7676         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7677         Improve custom options.
7678         (message-bogus-recipient-p): Adjust accordingly.
7679
7680 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7681
7682         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7683         long-form month and day names.
7684
7685 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * dgnushack.el: Autoload debug, eudc-expand-inline and
7688         pgg-snarf-keys-region for XEmacs.
7689
7690         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7691
7692         * nnmairix.el: Require edmacro when compiling with XEmacs.
7693
7694 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7697         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7698
7699 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7700
7701         * auth-source.el: Add more docs.
7702
7703         * netrc.el (netrc-machine): Always match if the port is not given.
7704
7705 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7708         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7709         retrieval faster in some cases, but might make CPU usage larger.
7710         If this has any bad side effects, we might revert this change.
7711
7712         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7713         seems to make mail retrieval much, much faster.
7714         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7715         unconditionally.
7716
7717         * gnus-draft.el (gnus-group-send-queue):
7718         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7719
7720 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7723
7724         * message.el (message-bogus-address-regexp): Fix and improve custom
7725         type.
7726         (message-setup-hook): Add message-check-recipients as custom option.
7727
7728 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * message.el (message-cite-function): Remove bogus autoload which crept
7731         in during merge from v5-10.
7732
7733 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7734
7735         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7736
7737         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7738
7739         * auth-source.el: Preliminary Tramp docs.
7740         (auth-sources): Change the default auth-sources to use
7741         EPA .gpg files.
7742
7743 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * nntp.el: Autoload `auth-source-user-or-password'.
7746         (nntp-send-authinfo): Use it.
7747
7748         * nnimap.el: Autoload `auth-source-user-or-password'.
7749         (nnimap-open-connection): Use it.
7750
7751         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7752         for the gnus-message function.
7753         (auth-source-user-or-password): Use it.
7754
7755 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7756
7757         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7758         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7759         (rfc2104-hash): Use it.
7760
7761 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7762
7763         * gnus-art.el (gnus-article-toggle-truncate-lines):
7764         Don't use `iff' in docstring.
7765
7766 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7769
7770         * gnus-util.el (gnus-extract-address-component-name)
7771         (gnus-extract-address-component-email): Convenience functions around
7772         `gnus-extract-address-components'.
7773
7774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7775         Use `gnus-extract-address-component-email' to fix bug of comparing full
7776         sender name to `user-mail-address'.
7777
7778 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7779
7780         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7781         catch/throw to optimize.
7782         (gnus-registry-find-keywords): Just use member to find a keyword.
7783
7784 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7785
7786         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7787         is current before calling gnus-server-prepare.
7788         (gnus-server-setup-buffer, gnus-server-update-server)
7789         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7790
7791 2008-05-04  Juri Linkov  <juri@jurta.org>
7792
7793         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7794         (mailcap-file-default-commands): Use mailcap-replace-in-string
7795         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7796         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7797
7798 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7799
7800         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7801
7802 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7803
7804         * gnus.el: Bump version to 0.11.
7805
7806 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7807
7808         * gnus.el: No Gnus v0.10 is released.
7809
7810 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7813         hooks.
7814         (gnus-update-read-articles): Speed up non-marks-using users.
7815         (gnus-use-marks): Define gnus-use-marks.
7816         (gnus-propagate-marks): Rename variable to something more sensible.
7817
7818 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7819
7820         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7821         (gmm-image-load-path-for-library): Fix typos in docstrings.
7822         (gmm-message): Reflow docstring.
7823
7824 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7825
7826         * mail-source.el (mail-source-set-1, mail-source-bind):
7827         Move auth-source code out of the macro to clean it up and fix bugs.
7828
7829 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7832         by sender if it's equal to user-mail-address, it's likely to be
7833         useless.
7834
7835         * mail-source.el (mail-source-bind): Don't use user or password if they
7836         are not bound.  Unintern them if they are nil.  Don't use server unless
7837         it's bound, and default it to empty string otherwise.
7838
7839 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * mail-source.el: Load auth-source.el.
7842         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7843         get user name or password, if auth-sources is set up.
7844
7845         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7846         strategy of splitting with parent.
7847         (gnus-registry-split-fancy-with-parent)
7848         (gnus-registry-post-process-groups): Use it and fix prior
7849         bug (returning a list as the split result).
7850
7851         * auth-source.el (auth-sources): Remove server parameter.
7852         (auth-source-pick, auth-source-user-or-password)
7853         (auth-source-user-or-password-imap)
7854         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7855         (auth-source-user-or-password-sftp)
7856         (auth-source-user-or-password-smtp): Remove server parameter.
7857
7858 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7859
7860         * smime.el (smime-sign-region, smime-encrypt-region)
7861         (smime-decrypt-region):
7862         Remove redundant calls to `generate-new-buffer-name'.
7863
7864 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7865
7866         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7867         Don't use QP for message/rfc822.
7868         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7869
7870 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7871
7872         * sieve-manage.el (sieve-string-bytes): Remove.
7873         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7874         correct byte-length only if the process's coding-system is the same as
7875         the one used internally by Emacs to represent strings.
7876
7877 2008-04-22  Juri Linkov  <juri@jurta.org>
7878
7879         * mailcap.el (mailcap-file-default-commands): New function.
7880
7881 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * message.el (message-signature-separator, message-cite-function):
7884         Change custom version.
7885
7886 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7887
7888         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7889         commands.
7890         (tls-checktrust): Ditto.
7891
7892 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * mm-decode.el (mm-display-external): Make temp file read-only.
7895
7896 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7899         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7900         `C-c C-f d'.
7901
7902 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7903
7904         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7905
7906 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * gnus.el: Bump version to 0.9.
7909
7910 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus.el: No Gnus v0.8 is released.
7913
7914 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7915
7916         * mail-source.el (mail-source-value):
7917         Prefer fboundp to functionp so it works with macros as well.
7918
7919 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7920
7921         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7922         Fix last change in case the element is not even a symbol.
7923
7924 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7925
7926         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7927         Prefer fboundp to functionp so it works with macros as well.
7928
7929 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * auth-source.el: Add docs.
7932         (auth-sources): Modify format to support server.
7933         (auth-source-pick, auth-source-user-or-password)
7934         (auth-source-user-or-password-imap)
7935         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7936         (auth-source-user-or-password-sftp)
7937         (auth-source-user-or-password-smtp): Add server parameter.
7938
7939 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * gnus-registry.el: Initialize the registry when gnus-registry-install
7942         is t.
7943
7944 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * compface.el (uncompface): Make buffer unibyte.
7947
7948 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7949
7950         * mail-source.el (mail-source-value):
7951         Prefer fboundp to functionp so it works with macros as well.
7952
7953 2008-04-05  Glenn Morris  <rgm@gnu.org>
7954
7955         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7956
7957 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7958
7959         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7960         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7961
7962         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7963         multibyteness after rather than before erasing it.
7964
7965         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7966         mm-with-multibyte.
7967         (gnus-request-article-this-buffer): Make sure the proper decoding is
7968         used if gnus-original-article-buffer happens to be unibyte.
7969
7970         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7971         default-enable-multibyte-characters.
7972
7973         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7974         default-enable-multibyte-characters.
7975
7976         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7977
7978         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7979
7980 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7981
7982         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7983         Fix last change in case the element is not even a symbol.
7984
7985 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7986
7987         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7988         (imap-message-copyuid-1): Use it.
7989         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7990         J. Williams in
7991         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7992
7993         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7994         imap-enable-exchange-bug-workaround.
7995         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7996
7997 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7998
7999         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8000         a 100 byte status-checks into a 2-3MB transfer for each group.
8001         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8002         to enable bug workaround or not.
8003         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8004
8005 2008-03-31  Glenn Morris  <rgm@gnu.org>
8006
8007         * message.el (mml2015-use): Declare for compiler.
8008         (message-info): Require mml2015 when appropriate.
8009
8010 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8013         whitespace.
8014
8015 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8018         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8019         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8020         (nntp-service-to-port): New function.
8021         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8022         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8023         (nntp-open-netcat-stream): New function.
8024         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8025
8026 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8027
8028         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8029
8030 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8031
8032         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8033
8034 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8035
8036         * dns.el (dns-write): Use set-buffer-multibyte.
8037
8038 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8039
8040         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8041
8042 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * message.el (message-signature-separator): Change default.
8045         Improve custom type.
8046         (message-cite-function): Change default to
8047         message-cite-original-without-signature.
8048
8049         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8050         toggle.
8051
8052         * message.el (message-check-news-body-syntax): Fix signature check.
8053         (message-setup-1): Mark buffer as unmodified _after_ running
8054         message-setup-hook and handling message-alternative-emails.
8055         (message-shorten-references): Be more strict when building list of
8056         valid references to comply with GNKSA.
8057
8058         * gnus-group.el (gnus-read-ephemeral-bug-group)
8059         (gnus-read-ephemeral-debian-bug-group)
8060         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8061
8062         * message.el (message-info): Don't use booleanp which isn't supported
8063         in Emacs 21 and XEmacs.
8064
8065 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8068         gnus-group-gmane-group-download-format.
8069         (gnus-group-read-ephemeral-gmane-group): Rename from
8070         gnus-group-read-ephemeral-gmane-group.
8071         (gnus-read-ephemeral-gmane-group-url): Rename from
8072         gnus-group-read-ephemeral-gmane-group-url.
8073         (gnus-bug-group-download-format-alist): New variable.
8074         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8075         (gnus-read-ephemeral-emacs-bug-group): New commands.
8076
8077 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8080         (gnus-visible-headers): Improve custom type.
8081
8082 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * mml.el (mml-menu): Add workarounds for XEmacs.
8085
8086         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8087         X-Boundary header.
8088
8089         * message.el (message-simplify-recipients): Fix previous commit.
8090
8091 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8092
8093         * mm-util.el (mm-set-buffer-multibyte): New function.
8094         * mm-decode.el (mm-copy-to-buffer): Use it.
8095
8096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8097         Prefer fboundp to functionp so it works with macros as well.
8098
8099 2008-03-19  Glenn Morris  <rgm@gnu.org>
8100
8101         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8102         Accidentally removed in the sync process with Emacs.
8103
8104 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * message.el (message-alter-recipients-discard-bogus-full-name):
8107         New function.
8108         (message-alter-recipients-function): New variable.
8109         (message-get-reply-headers): Use it.
8110         (message-replace-header): New helper function.
8111         (message-recipients-without-full-name): New variable.
8112         (message-simplify-recipients): New command.
8113
8114         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8115
8116         * message.el (message-info): Handle EasyPG manual.
8117
8118         * mml.el (mml-menu): Add entry for EasyPG.
8119
8120 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8121
8122         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8123         parameter.
8124
8125         * message.el (message-disassociate-draft): Specify drafts group name
8126         fully.
8127
8128 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8131         Eliminate unnecessary duplicates from the match list.
8132
8133 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8136
8137         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8138
8139         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8140         args of `how-many' of which the XEmacs version doesn't take; declare
8141         Info-index-next as function.
8142
8143 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-score.el (gnus-score-headers): Fix handling of
8146         gnus-inhibit-slow-scoring.
8147
8148         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8149         string.
8150         (gnus-button-url-regexp): Improve handling of parenthesis.
8151         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8152         (gnus-button-handle-info-keystrokes): Handle index entries.
8153
8154 2008-03-15  Glenn Morris  <rgm@gnu.org>
8155
8156         * parse-time.el (parse-time-string): Simplify.
8157
8158 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8161         Incoming* files.
8162
8163 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8164
8165         * auth-source.el (auth-sources): Rename from auth-source-choices.
8166         (auth-source-pick): Use it.
8167
8168 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8169
8170         * binhex.el (binhex-decode-region-internal):
8171         * uudecode.el (uudecode-decode-region-internal):
8172         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8173         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8174         setting default-enable-multibyte-characters.
8175
8176 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * auth-source.el (auth-source-protocols)
8179         (auth-source-protocols-customize, auth-source-choices): Add and
8180         modified variable customizations and defaults.
8181         (auth-source-pick, auth-source-user-or-password)
8182         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8183         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8184         (auth-source-user-or-password-sftp)
8185         (auth-source-user-or-password-smtp): Use new variables and provide an
8186         interface to netrc.el.
8187
8188 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8191         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8192         Make sure the nntp port to specify is a string.
8193
8194 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8195
8196         * nntp.el: Use with-current-buffer.
8197         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8198         dubious mm-with-unibyte-current-buffer.
8199         (nntp-with-open-group-function): New function extracted from
8200         nntp-with-open-group macro.
8201         (nntp-with-open-group): Use the function, so it's easier to debug.
8202         Add indentation and debugging info.
8203         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8204         Recommend the use of the netcat alternatives.
8205
8206         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8207         Avoid mm-string-as-multibyte as well.
8208
8209         * nnweb.el (nnweb-insert-html):
8210         Remove use of nnheader-string-as-multibyte.
8211
8212         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8213         (nnheader-string-as-multibyte): Remove.
8214
8215         * mm-view.el: Use inhibit-read-only.
8216         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8217         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8218         or unibyte-string.
8219
8220         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8221         (mm-uu-yenc-extract): Use with-current-buffer.
8222
8223         * gnus-soup.el (gnus-soup-send-packet): Don't use
8224         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8225
8226         * nnmh.el: Use with-current-buffer.
8227         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8228         mm-string-as-multibyte on the output of mm-encode-coding-string.
8229
8230         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8231         (nnimap-request-move-article): Use with-current-buffer.
8232
8233         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8234         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8235         conversion uses string-make-unibyte rather than string-as-unibyte.
8236
8237         * gnus-msg.el: Use with-current-buffer.
8238
8239         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8240
8241 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8242
8243         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8244         string for caching if it is 'PIN.
8245
8246 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * lpath.el: Consider the case without Emacs/W3.
8249
8250 2008-03-08  Glenn Morris  <rgm@gnu.org>
8251
8252         * time-date.el (date-to-time, time-subtract, time-add)
8253         (safe-date-to-time): Doc fixes.
8254
8255 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * mail-source.el (mail-source-delete-old-incoming-confirm):
8258         Change default to nil.
8259         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8260
8261 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * lpath.el: Rearrange.
8264
8265         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8266         (gnus-article-goto-prev-page): Work for articles having ^L's.
8267
8268         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8269
8270         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8271
8272 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8273
8274         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8275         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8276         (gnus-bookmark-jump): Adjust some variable names.
8277
8278 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8279
8280         * auth-source.el: New package.
8281         (auth-source-choices): Add customization entry point variable.
8282
8283         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8284         bug.
8285
8286 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8289         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8290         (gnus-registry-install-shortcuts): Rename from
8291         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8292         the `gnus-registry-mark-map' keymap dynamically from
8293         `gnus-registry-marks'.  The generated functions update the summary line
8294         when a registry mark is added or deleted, and will call
8295         `gnus-registry-install-p' (see the comments in the code).
8296         (gnus-registry-user-format-function-M): Use concat intelligently.
8297
8298         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8299         the registry mark functions.
8300
8301 2008-03-05  Glenn Morris  <rgm@gnu.org>
8302
8303         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8304         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8305         gnus-art.
8306         (top-level): No need to load own source when compiling.
8307
8308 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8311         Suggested by <chris.anderton@zetnet.co.uk>.
8312
8313 2008-03-04  Glenn Morris  <rgm@gnu.org>
8314
8315         * gnus-sum.el (top-level): No need to require gnus when compiling,
8316         since unconditionally required near start of file.
8317         (gnus-summary-display-while-building): Move definition before use.
8318
8319 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8320
8321         * gnus-registry.el (gnus-registry-user-format-function-M):
8322         Add formatting function.
8323
8324 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8325
8326         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8327         with plists.
8328         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8329         Use new format.
8330
8331 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8334         `where-is-internal' that returns a range of key sequences.
8335
8336 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8337
8338         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8339
8340         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8341         (gnus-summary-jump-to-group): Consider windows on other displayed
8342         frames as well.  Similar changes might be needed elsewhere, but that's
8343         the one I've bumped into during my use.
8344
8345         * nndoc.el (nndoc-oe-dbx-type-p):
8346         * gnus-msg.el (gnus-debug):
8347         * gnus-group.el (gnus-update-group-mark-positions):
8348         Use mm-string-to-multibyte.
8349
8350 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8353         doesn't handle NotDashEscaped.
8354
8355         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8356         (mml-dnd-attach-options): Fix typo in custom choice.
8357
8358         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8359         Change nndoc-article-type to mbox.
8360         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8361
8362         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8363         to nil, instead of html2text.
8364
8365         * imap.el (imap-debug): Add `imap-ping-server'.
8366
8367         * gnus-bookmark.el: Add FIXMEs.
8368
8369         * message.el (message-form-letter-separator)
8370         (message-send-form-letter-delay): New variables.
8371         (message-send-form-letter): Use them.  New command to send form
8372         letters.  Requested by Uwe Siart.
8373         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8374
8375 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * Update copyright years.
8378
8379 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         Sync from EMACS_22_BASE.
8382
8383         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8384
8385 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8386
8387         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8388         empty author.
8389
8390 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8391
8392         * gnus-registry.el (gnus-registry-marks): Add variable for
8393         customization of marks and their appearance.
8394         (gnus-registry-read-mark): Use it.
8395         (gnus-registry-do-marks): Add utility function to loop through
8396         `gnus-registry-marks'.
8397         (gnus-registry-install-shortcuts-and-menus): Add function to install
8398         shortcuts and menus.
8399         (gnus-registry-initialize): Use it.
8400         (gnus-registry-default-mark): Clarify documentation.
8401
8402 2008-02-29  Glenn Morris  <rgm@gnu.org>
8403
8404         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8405         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8406         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8407         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8408         Change defcustom :version from 23.0 to 23.1.
8409
8410 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8411
8412         * gnus-registry.el (gnus-registry-follow-group-p)
8413         (gnus-registry-post-process-groups): Add functions to aid registry
8414         splitting and improve logging.  Clarify behavior in function
8415         documentation.
8416         (gnus-registry-split-fancy-with-parent): Use them.
8417
8418 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8419
8420         * gnus-art.el: Use with-current-buffer.
8421
8422 2008-02-27  David Engster  <dengste@eml.cc>
8423
8424         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8425         Express real group name in the response.
8426
8427 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8430         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8431         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8432         autoload gnus-registry-fetch-group when compiling.
8433         (nnmairix-request-group-with-article-number-correction):
8434         Remove unreferenced argument passed to nnmairix-call-backend.
8435
8436 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8439         (mm-uu-extract): Improve face for low color ttys.
8440         Reported by Sascha Wilde.
8441
8442 2008-02-27  Glenn Morris  <rgm@gnu.org>
8443
8444         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8445         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8446         variables to defconsts.  Convert comments to doc-strings.
8447         (nnmairix-last-server, nnmairix-current-server): Convert from free
8448         variables to defvars.  Convert comments to doc-strings.
8449         (gnus-registry-fetch-group): Autoload.
8450         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8451         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8452         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8453         caddr.
8454         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8455         nnmairix-request-group-with-article-number-correction call.
8456         (nnmairix-fast, nnmairix-group): New, less general names, for free
8457         variables passed from nnmairix-request-group to
8458         nnmairix-request-group-with-article-number-correction.  Declare.
8459         (nnmairix-request-group-with-article-number-correction):
8460         Use nnmairix-fast, nnmairix-group rather than fast, group.
8461
8462 2008-02-26  David Engster  <dengste@eml.cc>
8463
8464         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8465         version 0.5.
8466
8467 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8468
8469         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8470         instead of making an extra function call.  Don't add the current group
8471         to articles only when they have the group.  Use
8472         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8473         Reported by David <de_bb@arcor.de>.
8474
8475 2008-02-24  Miles Bader  <miles@gnu.org>
8476
8477         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8478         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8479         (mm-find-mime-charset-region):
8480         * mm-bodies.el (mm-encode-body):
8481         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8482
8483 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8486         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8487
8488 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * mail-source.el (mail-source-delete-incoming): Change default.
8491         Supplement doc string.
8492
8493         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8494
8495 2008-02-14  Glenn Morris  <rgm@gnu.org>
8496
8497         * time-date.el (format-seconds): New function.
8498
8499 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * nnmail.el (nnmail-message-id-cache-file): Derive from
8502         `gnus-home-directory'.
8503
8504 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8507         Document negative prefix.
8508
8509         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8510
8511 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * message.el (message-unsent-separator): Add the Exim bounce
8514         separator.
8515
8516 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8517
8518         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8519         list.
8520         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8521         recipient/signer list.
8522
8523 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * Makefile.in (datarootdir): Define.
8526         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8527         name that might contain whitespace.
8528
8529 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8532         fbound (Emacs 23 unicode), signal an error.
8533
8534 2008-02-08  Glenn Morris  <rgm@gnu.org>
8535
8536         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8537
8538 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8539
8540         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8541         ports to the calls to `netrc-machine-user-or-password' in addition to
8542         "imap" and "imaps".
8543
8544 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8545
8546         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8547
8548         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8549
8550 2008-02-01  Kenichi Handa  <handa@m17n.org>
8551
8552         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8553         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8554         (rfc2104-hash): Convert the result of concat to unibyte string.
8555
8556 2008-02-01  Dave Love  <fx@gnu.org>
8557
8558         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8559         coding-system-for-read.
8560         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8561
8562 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8565         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8566         <hanche@math.ntnu.no>.
8567
8568 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8571
8572         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8573
8574 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8575
8576         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8577         * message.el (message-beginning-of-line): Use featurep instead of bound
8578         tests in order to resolve conditionals at compile time.
8579
8580 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8581
8582         * mail-source.el (mail-sources): Add `group' choice.
8583
8584         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8585         parameter `in-group' to control into which group the articles go.
8586         Add treatment of `group' mail-source.
8587
8588 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8591
8592         * mm-decode.el (mm-dissect-buffer): Decode description.
8593
8594         * mml.el (mml-to-mime): Encode message header first.
8595
8596 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8599         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8600
8601         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8602         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8603
8604 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8607
8608 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8611         prefix keys.
8612         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8613         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8614         gnus-xmas.el.
8615
8616         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8617         (gnus-xmas-article-describe-bindings): New function.
8618         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8619         gnus-xmas-article-describe-bindings.
8620
8621         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8622
8623 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8624
8625         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8626         Add new variables for article mark management.
8627         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8628         list of extra data entries which, when present, will indicate that the
8629         article ID should not be trimmed from the registry.
8630         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8631         functions.
8632         (gnus-registry-read-mark): New function to read a mark name from the
8633         user.
8634         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8635         (gnus-registry-set-article-mark-internal): New functions to add and
8636         remove marks.
8637         (gnus-registry-get-article-marks): New function to show the marks for
8638         an article, or retrieve them for further use.
8639
8640 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8643         keys when no argument is given.
8644
8645 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * imap.el (imap-ping-server): New variable.
8648         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8649         (imap-ping-server): Minor doc string fixes.
8650
8651 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8652
8653         * imap.el (imap-ping-server): New function.
8654         (imap-opened): Call imap-ping-server.
8655
8656 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-sum.el (gnus-article-sort-by-random)
8659         (gnus-thread-sort-by-random): Fix doc strings.
8660         Reported by jidanni@jidanni.org.
8661
8662 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-art.el (gnus-article-describe-bindings): New function.
8665         (gnus-article-read-summary-keys): Use it.
8666         (gnus-article-mode-map): Bind `C-h b' to it.
8667
8668 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8671         XEmacs.
8672         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8673         Protect against non-character events.
8674
8675         * lpath.el: Fbind map-keymap for Emacs 21.
8676
8677 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8680         New command.
8681         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8682         instead of END.  Change name of the temp file.
8683         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8684         customizable.
8685
8686 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8689         bind `S W' to gnus-article-wide-reply-with-original; set default
8690         binding to gnus-article-read-summary-send-keys.
8691         (gnus-article-read-summary-keys): Fix the order of keys; display
8692         continuation keys correctly in the echo area; describe bindings
8693         correctly when keys end with `C-h'.
8694         (gnus-article-read-summary-send-keys): New function.
8695         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8696         Work for gnus-article-read-summary-send-keys; display continuation keys
8697         correctly in the echo area.
8698         (gnus-article-reply-with-original): Ignore prefix argument.
8699         (gnus-article-wide-reply-with-original): New function.
8700
8701         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8702         Emacs 21.
8703
8704 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8707         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8708
8709 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8712         (gnus-group-read-ephemeral-gmane-group): New command.
8713
8714 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8715
8716         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8717
8718 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * message.el (message-send-mail-function): Increase custom version.
8721
8722         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8723         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8724
8725 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8726
8727         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8728         for the cases where imap-authenticate is called with a nil buffer
8729         parameter.
8730
8731 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8734         html parts correctly; support forwarded messages.
8735         (gnus-article-browse-html-article): Remove work buffers.
8736
8737         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8738         compiling.
8739         (netrc-bound-and-true-p): New macro.
8740         (netrc-parse): Use it instead of bound-and-true-p that is not available
8741         in XEmacs 21.4.
8742
8743 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8744
8745         * gnus-registry.el (gnus-registry-mark-article)
8746         (gnus-registry-article-marks): Add functionality to mark articles
8747         through the Gnus registry.
8748
8749         * encrypt.el: Clarify documentation for the new pgg method.
8750         (encrypt-file-alist): Add PGG option.
8751         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8752         functionality.  Abstract password key and messaging to external
8753         functions.
8754         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8755         (encrypt-message-method-and-cipher): Add new convenience external
8756         functions.
8757         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8758         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8759
8760         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8761         (netrc-parse): Use encrypt-file-alist to determine if
8762         encrypt-find-model or encrypt-insert-file-contents should be used.
8763
8764         * encrypt.el: Clarify documentation.  Load password-cache or
8765         password, whichever one is found first, instead of autoloading.
8766
8767 2007-12-19  Glenn Morris  <rgm@gnu.org>
8768
8769         * mml.el (message-options-set, message-narrow-to-head)
8770         (message-in-body-p, message-mail-p, message-encode-message-body):
8771         Autoload.
8772         (message-remove-header, message-narrow-to-headers-or-head)
8773         (message-subscribed-p, message-make-mail-followup-to)
8774         (message-position-on-field, message-news-p)
8775         (message-options-set-recipient, message-generate-headers)
8776         (message-sort-headers): Declare as functions.
8777
8778 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8781         convention in doc string.
8782
8783 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8786         title to html parts.
8787         (gnus-article-browse-html-article): Pass message header to it.
8788
8789         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8790
8791 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8794         or password compatible with XEmacs.
8795
8796 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8799         format document.
8800         (gnus-mime-delete-part): Don't write description line if empty.
8801         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8802
8803 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8804
8805         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8806         (gnus-summary-mark-read-and-unread-as-read)
8807         (gnus-summary-mark-current-read-and-unread-as-read)
8808         (gnus-summary-mark-unread-as-ticked): Doc fix.
8809         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8810
8811 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8814         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8815
8816 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8819         yes-or-no-p.
8820
8821 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * mm-decode.el (mm-add-meta-html-tag): New function.
8824         (mm-save-part-to-file, mm-pipe-part): Use it.
8825
8826         * gnus-art.el (gnus-article-browse-delete-temp-files):
8827         Use gnus-y-or-n-p instead of y-or-n-p.
8828         (gnus-article-browse-html-parts): Work with message/external-body; use
8829         mm-add-meta-html-tag.
8830
8831 2007-12-11  Glenn Morris  <rgm@gnu.org>
8832
8833         * gnus-cache.el: Require gnus-sum not just when compiling.
8834
8835         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8836
8837         * gnus-int.el (gnus-server-opened, gnus-status-message):
8838         Move definitions before use.
8839
8840         * mm-decode.el: Require gnus-util.
8841         (mm-remove-part): Only call delete-annotation on XEmacs.
8842
8843         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8844
8845         * nnmail.el: Require gnus-int.
8846
8847         * spam.el: Move `require's before `eval-when-compile's.
8848
8849         * gnus-ems.el (gnus-alive-p):
8850         * gnus-fun.el (message-goto-eoh):
8851         * gnus-util.el (gnus-group-name-decode):
8852         * mail-source.el (gnus-compress-sequence):
8853         * message.el (Info-goto-node, format-spec):
8854         * mm-bodies.el (message-options-get):
8855         * mm-decode.el (mm-view-pkcs7):
8856         * mm-util.el (gmm-write-region):
8857         * mml-smime.el (mml-compute-boundary)
8858         (gnus-completing-read-with-default):
8859         * mml.el (widget-button-press, gnus-make-hashtable):
8860         * mml1991.el (mm-decode-content-transfer-encoding)
8861         (mm-encode-content-transfer-encoding)
8862         (message-options-get, message-options-set):
8863         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8864         * nnfolder.el (gnus-request-group):
8865         * nnheader.el (ietf-drums-unfold-fws):
8866         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8867         * smime.el (gnus-run-mode-hooks):
8868         * spam-stat.el (gnus-message): Autoload.
8869
8870         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8871         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8872         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8873         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8874         Add declare-function compatibility definition.
8875
8876         * gnus-cache.el (nnvirtual-find-group-art):
8877         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8878         (gnus-add-image, gnus-add-wash-type):
8879         * gnus-group.el (nnkiboze-score-file):
8880         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8881         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8882         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8883         (message-tokenize-header, gnus-get-buffer-create)
8884         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8885         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8886         * gnus.el (gnus-group-decoded-name):
8887         * mail-source.el (imap-capability):
8888         * mm-bodies.el (message-options-set):
8889         * mm-decode.el (gnus-configure-windows):
8890         * mm-extern.el (message-goto-body):
8891         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8892         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8893         (epg-sub-key-validity, message-options-set):
8894         * mml.el (widget-event-point, gnus-configure-windows):
8895         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8896         * mml2015.el (epg-check-configuration, epg-configuration)
8897         (message-options-set):
8898         * nndb.el (nndb-request-article):
8899         * nnfolder.el (gnus-request-create-group):
8900         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8901         * nnmaildir.el (gnus-group-mark-article-read):
8902         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8903         * rfc1843.el (message-fetch-field):
8904         * spam.el (gnus-extract-address-components):
8905         Declare as functions.
8906
8907 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8910
8911         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8912
8913         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8914         bind show-trailing-whitespace for XEmacs.
8915
8916 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8919         new no-op macro for backward compatibility.
8920
8921         * imap.el (imap-string-to-integer): New function.
8922
8923 2007-12-09  Glenn Morris  <rgm@gnu.org>
8924
8925         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8926
8927         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8928         * message.el, mm-view.el, sieve-manage.el, smime.el:
8929         Add declare-function compatibility definition.
8930
8931         * gnus-art.el (w3-region, w3m-region, Info-menu):
8932         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8933         * gnus-sum.el (gnus-get-predicate):
8934         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8935         * message.el (mail-abbrev-in-expansion-header-p):
8936         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8937         (w3m-detect-meta-charset, w3m-region):
8938         * sieve-manage.el (password-read, password-cache-add)
8939         (password-cache-remove):
8940         * smime.el (password-read-and-add): Declare as functions.
8941
8942 2007-12-08  David Kastrup  <dak@gnu.org>
8943
8944         * gnus-sum.el (gnus-summary-simplify-subject-query):
8945         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8946         `message'.
8947
8948 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8951         it to bind idna-program, installation-directory, defined-colors, and
8952         face-attribute for XEmacs of the version that compiles defcustom forms.
8953
8954 2007-12-07  Glenn Morris  <rgm@gnu.org>
8955
8956         * gnus-art.el (article-make-date-line): Revert previous change.
8957
8958 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8961
8962 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8963
8964         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8965         Call gnus-add-to-range ranges only once with a prepared article-list.
8966
8967 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8968
8969         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8970         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8971         group names with backslashes.
8972         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8973
8974 2007-12-06  Deepak Goel  <deego3@gmail.com>
8975
8976         * gnus-art.el (article-make-date-line):
8977         * gnus-start.el (gnus-load):
8978         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8979
8980 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (gnus-use-idna)
8983         * gnus-start.el (gnus-site-init-file)
8984         * message.el (message-use-idna)
8985         * mm-uu.el (mm-uu-hide-markers)
8986         * smiley.el (smiley-style): Revert changes that suppress warnings.
8987
8988 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8991         specify charset to html source.
8992         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8993
8994 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8997         idna-program in order to suppress byte compile warning issued by XEmacs
8998         that came to byte compile the default value section of defcustom forms
8999         recently.
9000
9001         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9002         value of installation-directory.
9003
9004         * message.el (message-use-idna): Don't directly refer to the value of
9005         idna-program.
9006
9007         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9008
9009         * smiley.el (smiley-style): Don't directly call face-attribute.
9010
9011 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9014
9015         * gnus-dired.el: Reduce Gnus dependencies.
9016         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9017         Don't require.  Use autoloads instead.
9018         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9019         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9020         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9021         (gnus-dired-mode): Adjust doc string.
9022         (gnus-dired-mail-mode): New variable.
9023         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9024         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9025         (gnus-dired-mail-buffers): New function.  Return mail or message
9026         composition buffers.
9027         (gnus-dired-attach): Use it.
9028         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9029         NO-DECODE.
9030         (gnus-dired-print): Use `gnus-print-buffer' depending on
9031         `gnus-dired-mail-mode'.
9032
9033 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * rfc2047.el (rfc2047-encoded-word-regexp)
9036         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9037         explaining what regexp patterns are for.
9038
9039 2007-12-04  Glenn Morris  <rgm@gnu.org>
9040
9041         * password.el: Move to password-cache.el.
9042
9043         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9044         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9045         * mml-smime.el (password-read, password-cache-add)
9046         (password-cache-remove):
9047         No need to autoload, since mml-sec requires password.
9048
9049         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9050         * message.el (gnus-extract-address-components):
9051         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9052
9053         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9054         password.
9055
9056 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * mailcap.el: Reduce dependencies.
9059         (mail-header-parse-content-type): Autoload.
9060         (mailcap-delete-duplicates): New alias.
9061         (mailcap-mime-info): Add optional argument NO-DECODE.
9062         (mailcap-mime-types): Use mailcap-delete-duplicates.
9063
9064         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9065
9066 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9067
9068         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9069         (imap-parse-status): Upcase status-att for servers that sends them
9070         lower-case (e.g., MS Exchange 2007).
9071
9072 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9075         function.
9076
9077         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9078         (gnus-uu-yenc-article): New function.
9079
9080         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9081
9082         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9083
9084 2007-12-02  Glenn Morris  <rgm@gnu.org>
9085
9086         * binhex.el (binhex): New custom group.
9087         (binhex-decoder-program, binhex-decoder-switches)
9088         (binhex-use-external): Move to the binhex custom group.
9089
9090         * uudecode.el (uudecode): New custom group.
9091         (uudecode-decoder-program, uudecode-decoder-switches)
9092         (uudecode-use-external): Move to the uudecode custom group.
9093
9094         * netrc.el (top-level): Don't load `encrypt' features.
9095         (netrc-parse): Don't use encrypt.
9096         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9097
9098         * encrypt.el: Remove file.
9099
9100 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9103         matches on patches.
9104
9105         * gnus-art.el (gnus-article-browse-html-article):
9106         Mention `mm-text-html-renderer' in the doc string.
9107
9108         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9109         string.  Add comments.
9110
9111         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9112         if rhs is ASCII.
9113
9114 2007-12-01  Glenn Morris  <rgm@gnu.org>
9115
9116         * mail-source.el (top-level): Require format-spec before
9117         eval-when-compile.
9118
9119 2007-11-30  Glenn Morris  <rgm@gnu.org>
9120
9121         * encrypt.el: Require password, rather than autoloading password-read.
9122
9123 2007-11-29  Glenn Morris  <rgm@gnu.org>
9124
9125         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9126         (sasl-make-client, sasl-next-step, sasl-step-data)
9127         (sasl-step-set-data): Declare as functions.
9128
9129 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9132
9133 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9134
9135         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9136         certs should be verified and what is to be done in the event of a
9137         verification failure.
9138
9139         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9140         caller can indicate whether the cache should be disregarded for this
9141         call.  This way the result of the call is reproducible at all times and
9142         can be considered a canonical server name for the supplied method.
9143         (gnus-agent-method-p): Canonicalize server names by pushing their
9144         method through `gnus-method-to-server' using the no-cache argument.
9145
9146         * gnus-srvr.el (gnus-server-insert-server-line):
9147         Call `gnus-method-to-server' with `no-cache' argument.
9148
9149         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9150         gnus-agent-possibly-synchronize-flags as this should be called when the
9151         server is actually being opened.
9152         (gnus-agent-possibly-synchronize-flags)
9153         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9154         flags file of an agentized server to the latter function.
9155
9156         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9157         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9158         after a connection has been established successfully.
9159
9160 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-art.el (article-display-face): Force to display face if called
9163         interactively; check if gnus-article-x-face-too-ugly matches author.
9164         (article-display-x-face): Display face even if From header is missing
9165         as article-display-face does.
9166
9167 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9168
9169         * hashcash.el (message-narrow-to-headers-or-head)
9170         (message-fetch-field, message-goto-eoh)
9171         (message-narrow-to-headers): Declare as functions.
9172
9173 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * mail-source.el (mail-sources): Default to fetch from file for
9176         compatibility with default of nnmail-spool-file.
9177
9178 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9181         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9182         to look for encoded word that should be encoded again.
9183         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9184         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9185         encoding pattern.
9186         (rfc2047-decode-region): Switch strict regexp and loose one according
9187         to rfc2047-allow-irregular-q-encoded-words.
9188
9189 2007-11-25  Romain Francoise  <romain@orebokech.com>
9190
9191         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9192
9193 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * tls.el (tls-program): Provide more custom choices from
9196         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9197         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9198
9199 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9202         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9203
9204         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9205         `nnmail-spool-file'.
9206
9207         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9208         `nnmail-spool-file'.
9209
9210         * gnus-move.el (gnus-change-server): Ditto.
9211
9212         * gnus-kill.el (gnus-batch-score): Ditto.
9213
9214         * gnus-cache.el (gnus-jog-cache): Ditto.
9215
9216         * gnus-msg.el (gnus-summary-reply):
9217         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9218
9219 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9222         version.  Minor improvement to doc strings.
9223         (tls-program): Add comment.
9224
9225 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9226
9227         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9228         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9229         mismatch between the hostname provided in the certificate and the name
9230         of the host connnecting to.
9231         (open-tls-stream): Use them.  Check certificates against trusted root
9232         certificates.
9233
9234 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-cache.el (gnus-cache-generate-nov-databases):
9237         Use nnml-generate-nov-databases-directory instead of
9238         nnml-generate-nov-databases-1.
9239
9240 2007-11-24  Glenn Morris  <rgm@gnu.org>
9241
9242         * message.el (message-tool-bar-retro): Update for rename
9243         mail_send.xpm->mail-send.xpm.
9244
9245 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9248         `smime-ldap-search' for Emacs 22 and up.
9249
9250 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9251
9252         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9253
9254         * message.el (message-send-mail-function): Fix error convention.
9255         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9256         (message-widen-reply, message-send-mail, message-talkative-question)
9257         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9258         (message-clone-locals, message-send-news): Use with-current-buffer.
9259         (message-insert-or-toggle-importance): Remove unused var `valid'.
9260         (message-make-references): Remove unused var `new-references'.
9261         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9262
9263 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9264
9265         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9266         (spam-split-symbolic-return-positive): Reflow docstring.
9267         (spam-backends, spam-summary-exit-behavior)
9268         (spam-mark-ham-unread-before-move-from-spam-group)
9269         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9270         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9271         (spam-clear-cache, spam-backend-check, spam-install-backend)
9272         (spam-install-statistical-backend, spam-list-of-processors)
9273         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9274         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9275         (spam-check-crm114, spam-initialize, spam-unload-hook):
9276         Fix typos in docstrings.
9277
9278 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9281         been checked if they have never been read and those group levels are
9282         higher than the one that a user specified.
9283
9284 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9287         foreign groups unless a group level is specified by a user.
9288         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9289
9290 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * message.el (message-send-mail-function): Require sendmail.
9293
9294 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * message.el (message-send-mail-function): Check for smtpmail too.
9297
9298         * utf7.el (utf7-encode, utf7-decode): Use coding system
9299         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9300
9301         * message.el (message-send-mail-function): New function.
9302         (message-send-mail-function): Set default using
9303         message-send-mail-function.  Adjust doc string.
9304         (message-send-mail-with-mailclient): New function.
9305
9306 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9307
9308         * smime.el (from):
9309         * rfc2047.el (message-posting-charset):
9310         * qp.el (mm-use-ultra-safe-encoding):
9311         * pop3.el (parse-time-months):
9312         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9313         * nnml.el (files):
9314         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9315         (jka-compr-compression-info-list, ange-ftp-path-format)
9316         (efs-path-regexp):
9317         * nndiary.el (files):
9318         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9319         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9320         (epg-digest-algorithm-alist, inhibit-redisplay)
9321         (password-cache-expiry):
9322         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9323         (pgg-output-buffer, password-cache-expiry):
9324         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9325         (efs-path-regexp):
9326         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9327         (inhibit-redisplay):
9328         * mm-uu.el (file-name, start-point, end-point, entry)
9329         (gnus-newsgroup-name, gnus-newsgroup-charset):
9330         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9331         (latin-unity-ucs-list):
9332         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9333         (mm-uu-binhex-decode-function):
9334         * message.el (gnus-message-group-art, gnus-list-identifiers)
9335         (rmail-enable-mime-composing, gnus-local-organization)
9336         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9337         (gnus-read-active-file, facemenu-add-face-function)
9338         (facemenu-remove-face-function, gnus-article-decoded-p)
9339         (tool-bar-mode):
9340         * mail-source.el (display-time-mail-function):
9341         * gnus-util.el (nnmail-pathname-coding-system)
9342         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9343         (gnus-original-article-buffer, gnus-user-agent)
9344         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9345         (xemacs-codename, sxemacs-codename, emacs-program-version):
9346         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9347         * gnus-start.el (gnus-agent-covered-methods)
9348         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9349         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9350         (gnus-newsgroup-headers, gnus-group-list-mode)
9351         (gnus-group-mark-positions, gnus-newsgroup-data)
9352         (gnus-newsgroup-unreads, nnoo-state-alist)
9353         (gnus-current-select-method, mail-sources)
9354         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9355         (nnmail-spool-file, gnus-cache-active-hashtb):
9356         * gnus-mh.el (mh-lib-progs):
9357         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9358         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9359         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9360         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9361         (gnus-group-buffer):
9362         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9363         (font-lock-set-defaults):
9364         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9365         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9366         (gnus-summary-post-menu, total-parts, type, condition, length):
9367         * gnus-agent.el (gnus-agent-read-agentview):
9368         * flow-fill.el (show-trailing-whitespace):
9369         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9370         eval-and-compile wrappers for byte compiler pacifiers.
9371
9372         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9373         (mm-display-inline-fontify): Check for featurep 'xemacs not
9374         extent-list.
9375
9376         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9377         itimer-list.
9378         (mm-create-image-xemacs): Only do something for XEmacs.
9379         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9380
9381         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9382
9383         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9384         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9385
9386 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9387
9388         * nnimap.el (nnimap-split-download-body):
9389         * gnus-demon.el (gnus-demon):
9390         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9391
9392 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9395         New macros.
9396         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9397         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9398         copy data from unibyte buffer to multibyte current buffer.
9399         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9400         to copy data from unibyte current buffer to multibyte buffer.
9401         (nntp-make-process-buffer): Make process buffer unibyte.
9402
9403         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9404
9405 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9406
9407         * pop3.el (pop3-open-server): Accept and process data more robustly at
9408         connexion start to avoid spurious "POP SSL connexion failed" errors.
9409
9410 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9413         read group names.
9414
9415 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9418
9419 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9422         (nnmail-save-active): Use a unibyte buffer when saving active file,
9423         which may contain non-ASCII group names.
9424
9425         * nnml.el (nnml-request-group): Decode group names in messages.
9426
9427 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * message.el (message-citation-line-function)
9430         (message-insert-formatted-citation-line): Fix spelling of
9431         `message-insert-formated-citation-line'.
9432
9433 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9436
9437 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9440         nnmail-pathname-coding-system.
9441
9442         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9443         that a user enters; decode group names in messages.
9444
9445         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9446
9447 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9450
9451         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9452
9453         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9454         risky local variable.
9455
9456         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9457
9458 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9459
9460         * encrypt.el: Improve documentation to fix function name typo.
9461         Reported by Daiki Ueno <ueno@unixuser.org>.
9462
9463 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9466         even if the point is not in the last page of an article.
9467         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9468         back to the previous page.
9469
9470 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9473
9474 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9477
9478 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9479
9480         * message.el (message-check-news-body-syntax):
9481         Avoid mm-string-as-multibyte.
9482         (message-hide-headers): Don't assume (point-min)==1.
9483
9484 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * message.el (message-remove-blank-cited-lines): Fix if remove is
9487         given.
9488         (message-bogus-address-regexp): New variable.
9489         (message-bogus-recipient-p): New function.
9490         (message-check-recipients): New command.
9491         (message-syntax-checks): Add `bogus-recipient'.
9492         (message-fix-before-sending): Add `bogus-recipient'.
9493
9494         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9495         (gnus-treat-body-boundary): Don't test window-system.
9496
9497 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9498
9499         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9500
9501 2007-10-28  Miles Bader  <miles@gnu.org>
9502
9503         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9504         at compile-time too.
9505
9506 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * gnus-msg.el (gnus-message-setup-hook):
9509         Add `message-remove-blank-cited-lines' to options.
9510
9511 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * message.el (message-remove-blank-cited-lines): New function.
9514         Suggested by Karl Plästerer.
9515
9516 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9519         mapc.
9520
9521         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9522         (top-level): Use mapc to set functions to be traced for debugging.
9523
9524         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9525         called for effect with while loop.
9526
9527         * message.el (message-talkative-question): Replace mapcar called for
9528         effect with mapc.
9529
9530         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9531         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9532         called for effect with dolist.
9533
9534         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9535
9536         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9537         gnus-extra-headers and nnmail-extra-headers.
9538
9539         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9540         called for effect with dolist.
9541         (top-level): Use mapc to set functions to be traced for debugging.
9542
9543         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9544         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9545         dolist.
9546
9547         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9548         Replace mapcar called for effect with mapc.
9549         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9550         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9551         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9552         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9553
9554         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9555         remove-if that's a cl function.
9556
9557         * webmail.el (webmail-debug): Replace mapcar called for effect with
9558         dolist.
9559
9560         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9561         with mapc.
9562
9563 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9566         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9567         with while loop.
9568
9569         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9570         functions from article-* functions.
9571         (gnus-multi-decode-header): Replace mapcar called for effect with
9572         dolist.
9573
9574         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9575         (gnus-bookmark-show-details): Replace mapcar called for effect with
9576         while loop.
9577
9578         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9579         called for effect with while loop.
9580
9581         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9582         with dolist.
9583
9584         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9585         Replace mapcar called for effect with dolist.
9586
9587         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9588
9589         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9590         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9591         Replace mapcar called for effect with dolist.
9592         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9593         mapc.
9594
9595         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9596         Replace mapcar called for effect with dolist.
9597         (gnus-topic-list): Replace mapcar called for effect with mapc.
9598
9599         * gnus.el: Use mapc instead of mapcar to add autoloads.
9600
9601 2007-10-23  Richard Stallman  <rms@gnu.org>
9602
9603         * gnus-group.el (gnus-group-highlight): Mark as risky.
9604
9605 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus.el (gnus-server-to-method): Return method found first in
9608         gnus-newsrc-alist.
9609
9610         * gnus-art.el (gnus-article-highlight-signature)
9611         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9612         button overlay without the front stickiness.
9613
9614 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9615
9616         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9617         overview buffer needed a catch to receive its throw.
9618         (gnus-agent-flush-cache): Declare as interactive to make this function
9619         easier to use.
9620
9621 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9624         `next-line'.
9625
9626 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9629         exclude address matching message-dont-reply-to-names.
9630
9631 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-util.el (gnus-string<): New function.
9634
9635         * gnus-sum.el (gnus-article-sort-by-author)
9636         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9637
9638 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9641         the frame-focus tag is set in gnus-buffer-configuration.
9642
9643 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9646         the front stickiness.
9647
9648 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9651         url pattern; remove duplicate one.
9652         (gnus-article-extend-url-button): New function.
9653         (gnus-article-add-buttons): Use it.
9654         (gnus-button-push): Use concatenated url that it makes.
9655
9656 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9657
9658         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9659
9660 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9661
9662         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9663         Don't hardcode point-min==1.
9664
9665 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9668         Fix comment about "iso8859-1".
9669
9670 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9671
9672         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9673         ones returned from the verify-function.
9674
9675         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9676         Call mml2015-extract-cleartext-signature if extraction failed.
9677
9678 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9679
9680         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9681         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9682         failed.
9683
9684 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9687
9688 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9691         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9692         recommends to use EasyPG instead of PGG.
9693
9694         * pgg.el: Revert to revision 6.23.2.16.
9695
9696         * pgg-def.el: Revert to revision 6.6.2.14.
9697
9698         * pgg-gpg.el: Revert to revision 6.23.2.34.
9699
9700 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9703         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9704         thread for both the null and zero (kill/expire thread) universal prefix
9705         cases.
9706         (gnus-summary-expire-thread): Add new function to expire a thread,
9707         using gnus-summary-kill-thread.
9708         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9709         shortcuts for gnus-summary-expire-thread.
9710         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9711         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9712
9713 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9714
9715         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9716         extras value, so an extras entry can be deleted.
9717         (gnus-registry-delete-extra-entry): Use it.
9718         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9719         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9720         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9721         storage through the gnus-registry, and provide an appropriate API for
9722         it.
9723
9724 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9727         Suggested by Leo <sdl.web@gmail.com>.
9728
9729         * gnus.el: Do.
9730
9731 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9734         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9735
9736         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9737
9738         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9739         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9740
9741 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9744         newline.
9745         (nnmbox-request-accept-article): Don't change article in source buffer;
9746         narrow to header to use message-fetch-field rather than
9747         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9748         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9749         as delimiters; make sure article ends with newline.
9750         (nnmbox-delete-mail): Correct last position of article to be deleted;
9751         ignore X-Gnus-Newsgroup header in article body.
9752         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9753         positions; make sure article ends with newline.
9754
9755         * message.el (message-display-abbrev): Don't infloop when a user
9756         inserts SPC in the beginning of header.
9757
9758         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9759         coding-system-for-read and coding-system-for-write for XEmacs having no
9760         file-coding feature.
9761
9762         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9763
9764 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9765
9766         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9767         list of groups not followed by default.  Fix type to be regexp.
9768         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9769
9770 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9771
9772         * hmac-def.el (define-hmac-function): Switch from old-style to
9773         new-style backquotes.
9774
9775         * md4.el (md4-make-step): Likewise.
9776
9777 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9780         raw-text coding system when saving .newsrc file, which may contain
9781         non-ASCII group names.
9782
9783 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-cus.el (gnus-score-extra): New widget.
9786         (gnus-score-extra-convert): New function.
9787         (gnus-score-customize): Use it for Extra.
9788
9789 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9792         (mml2015-mailcrypt-clear-verify): Use it.
9793         (mml2015-gpg-clear-verify): Use it.
9794         (mml2015-pgg-clear-verify): Use it.
9795         (mml2015-epg-clear-verify): Replace the current part with the output
9796         from GnuPG; don't extract the plaintext by itself.
9797
9798         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9799         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9800         mml2015-clear-verify-function; don't touch the armor headers or
9801         dash-escaped text here.
9802
9803 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9806         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9807         parts, or application/octet-stream as a last resort.
9808         (gnus-mime-view-part-as-type): Don't toggle display.
9809         (gnus-mime-view-part-as-charset): Don't turn off display before
9810         querying charset.
9811
9812         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9813         stuff to undisplayer function in Emacs.
9814         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9815
9816         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9817         text/calendar parts.
9818
9819 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9822         decoding text/calendar parts.
9823
9824         * message.el (message-forward-make-body-mime): Always mark body as
9825         having no illegible text; remove signed-or-encrypted argument.
9826         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9827
9828         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9829         (mml-generate-mime-1): Don't encode body if it is specified to be in
9830         raw form; don't make buffer be unibyte when inserting multibyte string.
9831
9832 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9833
9834         * sha1.el: Fix up comment style.
9835         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9836         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9837
9838         * hex-util.el: Fix up comment style.
9839         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9840
9841         * gnus-salt.el: Use with-current-buffer.
9842         (gnus-pick-setup-message): Fix long-standing typo.
9843
9844 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * imap.el (imap-logout-timeout): New variable.
9847         (imap-logout, imap-logout-wait): New functions.
9848         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9849
9850         * nnimap.el (nnimap-logout-timeout): New server variable.
9851         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9852         nnimap-logout-timeout.
9853
9854         * gnus-art.el (gnus-article-summary-command-nosave)
9855         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9856
9857 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus.el (gnus-maximum-newsgroup): New variable.
9860
9861         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9862         according to gnus-maximum-newsgroup.
9863
9864         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9865         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9866         Limit the range of articles according to gnus-maximum-newsgroup.
9867
9868 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9869
9870         * gnus-art.el (gnus-sticky-article): Fix problems described in
9871         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9872         Don't perform gnus-configure-windows here; reuse existing sticky
9873         article buffer.
9874
9875         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9876         it doesn't exist in gnus-article-mode.
9877
9878 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9881         (gnus-agent-decoded-group-name): New function.
9882         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9883         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9884
9885 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9886
9887         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9888         Add binding for gnus-sticky-article.
9889         (gnus-summary-exit): Don't kill sticky article buffers.
9890
9891         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9892         article buffer.
9893         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9894         (gnus-kill-sticky-article-buffers): New commands.
9895
9896 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * nntp.el (nntp-xref-number-is-evil): New server variable.
9899         (nntp-find-group-and-number): If it is non-nil, don't trust article
9900         numbers in the Xref header.
9901
9902 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-agent.el (gnus-agent-read-group): New function.
9905         (gnus-agent-flush-group, gnus-agent-expire-group)
9906         (gnus-agent-regenerate-group): Use it.
9907         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9908         nnmail-pathname-coding-system.
9909
9910 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9913
9914         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9915         that are unread as unread, and also as selected so that information of
9916         marks having been changed by a user may be updated when exiting group.
9917
9918 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9921
9922 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9925         calculated ignoring signature parts to gnus-treat-article.
9926
9927 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9930         a point here in order to keep the window start.
9931         (gnus-insert-mime-security-button): Make a button overlay without the
9932         front stickiness.
9933         (gnus-mime-display-security): Goto the end of a button.
9934
9935         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9936
9937 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9940         group-name-at-point.
9941         (gnus-group-completing-read): New function that offers decoded
9942         non-ASCII group names for completion.
9943         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9944         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9945         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9946         (gnus-group-fetch-control): Use it.
9947         (gnus-fetch-group): Use group-name-at-point for the initial value
9948         rather than the default value; use gnus-alive-p.
9949
9950         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9951         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9952         (gnus-summary-post-news): Use gnus-group-completing-read.
9953
9954         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9955         (gnus-read-move-group-name): Decode group name for completion.
9956
9957 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9958
9959         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9960         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9961         Yamaoka slightly modified the code).
9962
9963 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9966         (nnmail-split-incoming): Bind it.
9967
9968         * nnml.el (nnml-group-name-charset): New function.
9969         (nnml-decoded-group-name): Use it; don't decode group name if
9970         nnmail-group-names-not-encoded-p is non-nil.
9971         (nnml-encoded-group-name): New function.
9972         (nnml-group-pathname): Inline nnml-decoded-group-name.
9973         (nnml-request-expire-articles): Decode group name in message.
9974         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9975         nnmail-pathname-coding-system.
9976         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9977         not decoded ones according to nnmail-group-names-not-encoded-p.
9978         (nnml-generate-active-info): Use nnml-encoded-group-name.
9979
9980 2007-08-08  Glenn Morris  <rgm@gnu.org>
9981
9982         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9983         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9984         doc-strings and comments.
9985
9986 2007-07-25  Glenn Morris  <rgm@gnu.org>
9987
9988         * Relicense all FSF files to GPLv3 or later.
9989
9990 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-sum.el (gnus-summary-move-article):
9993         Make gnus-summary-respool-article work.
9994
9995 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9998         string.
9999
10000 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10001
10002         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10003         that should be ignored when comparing distant RSS articles with local
10004         ones.
10005         (nnrss-make-hash-index): New function.  Create a hash index according
10006         to the ignored fields.
10007         (nnrss-check-group): Use it.
10008
10009 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10012
10013         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10014
10015         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10016         the new optional argument ENCODED is non-nil.
10017         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10018         coding system for encoding group name.
10019         (gnus-group-make-rss-group): Pass un-encoded group name to
10020         gnus-group-make-group.
10021         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10022         encoded.
10023
10024         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10025         Encode group name to which articles are moved or copied.
10026         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10027         coding system for encoding Newsgroup, Followup-To and Xref headers.
10028
10029         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10030         marks; use nnheader-file-coding-system to write a file.
10031         (nnagent-retrieve-headers): Bind file-name-coding-system to
10032         nnmail-pathname-coding-system.
10033
10034         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10035
10036         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10037         (nnml-request-article, nnml-request-create-group)
10038         (nnml-request-rename-group, nnml-find-id)
10039         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10040         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10041         (nnml-save-marks): Use nnml-group-pathname instead of
10042         nnmail-group-pathname.
10043
10044         (nnml-request-create-group, nnml-request-expire-articles)
10045         (nnml-request-move-article, nnml-request-delete-group)
10046         (nnml-deletable-article-p, nnml-possibly-create-directory)
10047         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10048         (nnml-open-marks): Bind file-name-coding-system to
10049         nnmail-pathname-coding-system.
10050
10051         (nnml-request-article): Pass server argument to nnml-find-group-number.
10052         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10053         Pass server argument to nnml-possibly-create-directory.
10054         (nnml-request-accept-article): Pass server argument to
10055         nnml-active-number and nnml-save-mail.
10056         (nnml-find-group-number): Pass server argument to nnml-find-id.
10057         (nnml-request-update-info): Pass server argument to
10058         nnml-marks-changed-p.
10059
10060         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10061         (nnml-save-mail, nnml-active-number): Add server argument.
10062
10063         (nnml-request-delete-group): Warn if group is missing.
10064         (nnml-get-nov-buffer): Decode group name.
10065         (nnml-generate-active-info): Encode group name.
10066         (nnml-open-marks): Decode group name in messages.
10067
10068 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10071         if it is not specified.
10072         (gnus-article-pipe-part, gnus-article-save-part)
10073         (gnus-article-interactively-view-part, gnus-article-copy-part)
10074         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10075         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10076         (gnus-article-replace-part, gnus-article-delete-part)
10077         (gnus-article-view-part-as-type): Pass raw prefix argument to
10078         gnus-article-part-wrapper.
10079
10080 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-agent.el (gnus-agent-save-active):
10083         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10084
10085         * gnus-cache.el (gnus-cache-save-buffers)
10086         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10087         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10088         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10089         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10090         (gnus-cache-generate-active, gnus-cache-rename-group)
10091         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10092         (gnus-cache-update-overview-total-fetched-for):
10093         Bind file-name-coding-system to nnmail-pathname-coding-system.
10094         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10095         New variables.
10096         (gnus-cache-decoded-group-name): New function.
10097         (gnus-cache-file-name): Use it.
10098         (gnus-cache-generate-active): Use non-decoded group name for active.
10099
10100         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10101         right place.
10102         (gnus-write-active-file): Don't break non-ASCII group names.
10103
10104         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10105         nnmail-pathname-coding-system.
10106
10107         * lpath.el: Bind default-file-name-coding-system,
10108         file-name-coding-system and language-info-alist for XEmacs.
10109
10110         * gnus-uu.el (gnus-uu-decode-save): Typo.
10111
10112 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10115
10116 2007-07-14  David Kastrup  <dak@gnu.org>
10117
10118         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10119         finishing actions if we did not edit the article.
10120
10121 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10124         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10125         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10126         (gnus-agent-flush-group, gnus-agent-flush-cache)
10127         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10128         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10129         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10130         (gnus-agent-regenerate-group)
10131         (gnus-agent-update-files-total-fetched-for)
10132         (gnus-agent-update-view-total-fetched-for):
10133         Bind file-name-coding-system to nnmail-pathname-coding-system.
10134         (gnus-agent-group-pathname): Don't encode file names by
10135         nnmail-pathname-coding-system.
10136         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10137         coding-system-for-write instead of buffer-file-coding-system to
10138         gnus-agent-file-coding-system.
10139
10140         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10141         Decode group name.
10142
10143         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10144
10145         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10146         (gnus-read-newsrc-el-file): Make group names unibyte.
10147
10148         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10149         nnmail-pathname-coding-system.
10150
10151         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10152         (nnrss-request-delete-group): Bind file-name-coding-system to
10153         nnmail-pathname-coding-system.
10154         (nnrss-read-server-data, nnrss-read-group-data):
10155         Bind file-name-coding-system correctly.
10156         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10157
10158         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10159         (nntp-server-to-method-cache): New variable.
10160         (nntp-group-pathname): New function that decodes non-ASCII group names.
10161         (nntp-possibly-create-directory, nntp-marks-changed-p)
10162         (nntp-save-marks, nntp-open-marks): Use it.
10163         (nntp-possibly-create-directory, nntp-open-marks):
10164         Bind file-name-coding-system to nnmail-pathname-coding-system.
10165         (nntp-open-marks): Decode group names when bootstrapping marks.
10166
10167         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10168         Newsgroups and Folowup-To headers.
10169
10170 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10173         (gnus-server-closed-face, gnus-server-denied-face)
10174         (gnus-server-offline-face): Remove variable.
10175         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10176
10177         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10178         of modifying message-stack directly for XEmacs.
10179
10180         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10181         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10182         if the coding-system argument is nil for XEmacs.
10183
10184         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10185         mm-charset-override-alist.
10186
10187         * rfc2047.el: Don't require base64; require rfc2045 for the function
10188         rfc2045-encode-string.
10189         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10190         to quote the parameter value.
10191
10192 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10195         form in gnus-group-name-charset-method-alist.
10196
10197         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10198         overrides the default layout edit-form.
10199
10200         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10201
10202         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10203
10204 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10207         as unfetched articles.
10208
10209 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10212
10213 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10216         original back end that keeps marks in the local system.
10217
10218 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10221         arg of pop-to-buffer for XEmacs.
10222         (gnus-article-read-summary-keys): Ditto; don't restore window
10223         configuration if summary command ends up with neither article buffer
10224         nor summary buffer; describe bindings if summary keys end with C-h.
10225
10226 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * message.el (message-fix-before-sending): Skip raw message part to be
10229         forwarded while checking illegible text.
10230         (message-forward-make-body-mime, message-forward-make-body):
10231         Mark signed or encrypted raw message as having no illegible text.
10232
10233 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10236         (gnus-message-with-timestamp-1): New macro.
10237         (gnus-message-with-timestamp): New function.
10238         (gnus-message): Use them.
10239
10240         * nnheader.el (nnheader-message): Use them.
10241
10242 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10245         .newsrc.eld file.
10246
10247 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-agent.el (gnus-agent-fetch-headers)
10250         (gnus-agent-retrieve-headers):
10251         Bind gnus-decode-encoded-address-function to identity.
10252
10253         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10254         available also when the server returns simply a dot.
10255
10256         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10257
10258 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10261
10262 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-ems.el (gnus-x-splash): Make it work.
10265
10266         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10267         from being used.
10268
10269         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10270
10271 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10274         4th and the 5th arguments.
10275
10276         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10277         the front stickiness.
10278         (gnus-article-summary-command-nosave): Correct the order of the
10279         arguments passed to pop-to-buffer.
10280         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10281         summary command ends up with the article buffer.
10282
10283         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10284         the same faces.
10285
10286 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10287
10288         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10289
10290 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10291
10292         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10293         * gnus-sum.el (gnus-summary-highlight):
10294         * pgg.el (pgg-sign-region, pgg-sign):
10295         * mail-source.el (mail-source-delete-old-incoming-confirm):
10296         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10297
10298 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-art.el (gnus-mime-view-part-externally)
10301         (gnus-mime-view-part-internally): Fix predicate function passed to
10302         completing-read.
10303
10304         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10305
10306         * gnus.el (gnus-update-message-archive-method): Add :version.
10307
10308 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus.el (gnus-update-message-archive-method): New variable.
10311
10312         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10313         according to gnus-message-archive-method if
10314         gnus-update-message-archive-method is non-nil.
10315
10316 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10319         Suggested by Loic Dachary <loic@dachary.org>.
10320         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10321
10322 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * message.el (message-pop-to-buffer): Add switch-function argument.
10325         (message-mail): Pass switch-function argument to it.
10326
10327 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10330         Improve doc string.
10331
10332 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10335         (gnus-header-content)
10336         * gnus-cite.el (gnus-cite-10)
10337         * gnus-srvr.el (gnus-server-closed)
10338         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10339         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10340         (gnus-group-mail-3-empty, gnus-group-mail-low)
10341         (gnus-group-mail-low-empty, gnus-splash)
10342         * message.el (message-header-to, message-header-cc)
10343         (message-header-subject, message-header-other, message-header-name)
10344         (message-header-xheader, message-separator, message-cited-text)
10345         (message-mml): Lighten colors of faces used for dark background.
10346
10347 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10348
10349         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10350         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10351
10352 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * message.el (message-narrow-to-headers-or-head):
10355         Ignore mail-header-separator in the body.
10356
10357 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10360         same as window size.
10361
10362 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10363
10364         * message.el (message-font-lock-keywords): Use message-header-xheader
10365         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10366         ahead of the anything pattern, to get it recognised.
10367
10368 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10371         spam.el loads uses it in the compiled defadvice form.
10372
10373 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10374
10375         * gnus-sum.el (gnus-articles-to-read)
10376         (gnus-summary-insert-old-articles): Don't truncate group name for
10377         `read-string'.
10378
10379         * gnus-util.el (gnus-limit-string): Delete this function.
10380
10381         * gnus-sum.el (gnus-simplify-subject-fully):
10382         Use `truncate-string-to-width' instead.
10383
10384 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10385
10386         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10387         Tell if, on summary exit, the next group has to be selected.
10388         (gnus-summary-exit): Use it.
10389
10390 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10393         non-break space.
10394
10395 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10398         Check if group is not a directory.
10399         (nnfolder-request-expire-articles): Don't delete articles if the target
10400         group is not available.
10401
10402         * nnml.el (nnml-request-create-group): Properly check if group is not a
10403         file.
10404         (nnml-request-expire-articles): Don't delete articles if the target
10405         group is not available.
10406
10407         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10408         Don't quote characters that are within parentheses.
10409
10410 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10413         (gnus-handle-ephemeral-exit): Select article according to it.
10414
10415 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * message.el (message-insert-formated-citation-line): Remove newline.
10418         (message-citation-line-format): Add final \n here so that the user can
10419         avoid a blank line.
10420
10421 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10422
10423         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10424         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10425         Update lanl/arXiv support.
10426
10427 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * gnus.el: Bump version number.
10430
10431 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * gnus.el (gnus-version-number): Bump version.
10434
10435 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10436
10437         * gnus.el: No Gnus v0.6 is released.
10438
10439 2007-04-27  Didier Verna  <didier@xemacs.org>
10440
10441         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10442         * gmm-utils.el (gmm-regexp-concat): ... here.
10443         * message.el: Don't require 'gnus-util.
10444         (message-dont-reply-to-names): Handle name change above.
10445         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10446
10447 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10450         since the initial value varies according to the system.
10451
10452 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10455
10456 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10457
10458         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10459
10460 2007-04-24  Didier Verna  <didier@xemacs.org>
10461
10462         Improve the type of gnus-ignored-from-addresses.
10463         * gnus-util.el (gnus-orify-regexp): New function.
10464         * message.el (gnus-util): Require it.
10465         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10466         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10467         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10468
10469 2007-04-24  Didier Verna  <didier@xemacs.org>
10470
10471         * gnus-sum.el:
10472         * gnus-utils.el: Fix some trailing whitespaces.
10473
10474 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10477         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10478         article's Message-ID; refer parent article in summary buffer.
10479
10480         * message.el (message-bounce): Call mime-to-mml.
10481
10482         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10483         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10484         optimize and/or forms properly.
10485
10486 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10489         URL.
10490
10491 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10494
10495 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10498         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10499         displayed of multipart/alternative part if it is invoked from summary
10500         buffer.
10501
10502         * mm-view.el (mm-inline-text-html-render-with-w3m)
10503         (mm-inline-text-html-render-with-w3m-standalone)
10504         (mm-inline-render-with-function): Use mail-parse-charset by default.
10505
10506 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10507
10508         * parse-time.el (parse-time-string-chars): Check if CHAR
10509         is less than the length of parse-time-syntax.
10510
10511 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10514         from gnus-newsgroup-processable.
10515
10516 2007-04-16  Didier Verna  <didier@xemacs.org>
10517
10518         * gnus-msg.el (gnus-configure-posting-styles):
10519         Handle message-signature-directory properly with :file syntax.
10520         Reported by "Leo".
10521
10522 2007-04-11  Didier Verna  <didier@xemacs.org>
10523
10524         New user option: message-signature-directory.
10525         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10526         * message.el (message-insert-signature): Ditto.
10527         * message.el (message-signature-file): Doc update.
10528         * message.el (message-signature-directory): New.
10529
10530 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-msg.el (gnus-inews-yank-articles):
10533         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10534
10535 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * message.el (message-yank-original): Make sure cited text ends with
10538         newline; don't exchange point and mark.
10539
10540 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10541
10542         * tls.el (open-tls-stream): Properly handle case where there
10543         is no associated buffer.
10544
10545 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10546
10547         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10548         message-yank-original, make sure (< mark TEXT point).
10549
10550 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * message.el (message-fill-column): New variable.
10553         (message-mode): Use it.  Add comment on a possible new hook.
10554
10555         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10556         (nnmail-get-new-mail): Reformat.
10557
10558         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10559
10560         * gmm-utils.el: Fix Commentary.
10561         (gmm-tool-bar-from-list): Fix typo in doc string.
10562
10563 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10564
10565         * message.el (message-yank-original): Don't switch point and mark
10566         unnecessarily to put point and mark as documented.
10567
10568 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10571         from the message heads.
10572
10573 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10574
10575         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10576         article buffer does not have a window.  This may not be the best
10577         solution but is certainly better than setting the start of the null,
10578         that is the current, window.
10579
10580 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10583         (gnus-draft-setup): Run it.
10584
10585         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10586         gnus-score-fast-scoring.  Allow regexp.
10587         (gnus-score-headers): Use it.
10588
10589         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10590         XEmacs.
10591
10592         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10593         string.
10594         (gnus-button-alist): Also catch `<f1> k ...'.
10595         (gnus-treat-display-x-face): Fix doc string.
10596
10597 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10598
10599         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10600         evaluation of gnus-extended-version to ensure correct generation of the
10601         User-Agent header when message-generate-headers-first is used.
10602
10603 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10604
10605         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10606         hashcash-path is nil.  Don't call callback with incorrect number of
10607         parameters if val is 0.
10608
10609 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10610
10611         * message.el (message-required-news-headers):
10612         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10613
10614 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10615
10616         * tls.el (open-tls-stream): In handshake-waiting loop,
10617         don't wait more if there is output available to process.
10618
10619 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10620
10621         * tls.el (tls-program): Doc fix.
10622
10623 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * message.el (message-generate-new-buffers): Change the meaning of the
10626         nil value; add `standard' to the choices; treat t as `unique'; improve
10627         doc string.
10628         (gnus-select-frame-set-input-focus): Autoload.
10629         (message-buffer-name): Search for the existing message buffer if
10630         message-generate-new-buffers is nil or `standard'; treat the value t of
10631         message-generate-new-buffers as `unique'.
10632         (message-pop-to-buffer): Raise the frame already displaying the message
10633         buffer; clear the echo area after querying.
10634         (message-setup): Pass the `continue' argument to compose-mail.
10635         (message-mail): Prefer `switch-function' if it is given; search for the
10636         existing message buffer if the `continue' argument is non-nil; pass
10637         continue and switch-function arguments to compose-mail by way of
10638         message-setup.
10639         (message-mail-other-window): Adjust argument of message-setup.
10640         (message-mail-other-frame): Ditto.
10641
10642 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10645         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10646         to turn font-lock on when turning gnus-message-citation-mode on.
10647
10648 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10649
10650         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10651         (mml-smime-function-alist): New variable; add epg as the backend.
10652         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10653         mml-smime- functions instead.
10654         * mm-view.el: Require smime.
10655
10656 2007-03-05  Didier Verna  <didier@xemacs.org>
10657
10658         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10659         instead of just inheritance for posting styles.
10660         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10661
10662 2007-02-24  Chris Moore  <dooglus@gmail.com>
10663
10664         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10665         * pgg-pgp.el (pgg-pgp-encrypt-region):
10666         * pgg-gpg.el (pgg-gpg-encrypt-region):
10667         Check pgg-encrypt-for-me if no other recipients.
10668
10669 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10670
10671         * tls.el (tls-certtool-program): Fix custom type.
10672
10673 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10676         and point-at-eol instead of line-(beginning|end)-position.
10677
10678         * assistant.el (assistant-parse-buffer): Ditto.
10679
10680         * netrc.el (netrc-parse-services): Ditto.
10681
10682 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10683
10684         * mml2015.el (mml2015-epg-find-usable-key): New function.
10685         (mml2015-epg-sign): Use it.
10686         (mml2015-epg-encrypt): Use it.
10687
10688 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * message.el (message-make-in-reply-to): Quote name containing
10691         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10692         if there are special characters.  Reported by NAKAJI Hiroyuki
10693         <nakaji@jp.freebsd.org>.
10694
10695 2007-02-27  Didier Verna  <didier@xemacs.org>
10696
10697         Include the group parameters as well as the topic ones in the
10698         inheritance filter process.
10699         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10700         argument GROUP-PARAMS-LIST.
10701         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10702
10703 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * nntp.el (nntp-never-echoes-commands)
10706         (nntp-open-connection-functions-never-echo-commands): New variables.
10707         (nntp-send-command): Use them.
10708
10709 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10710
10711         * mml2015.el (mml2015-epg-verify): Simplify.
10712
10713 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * mml.el (mml-content-disposition-alist): New user option.
10716         (mml-content-disposition): New function.
10717         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10718         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10719
10720 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10721
10722         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10723         verification.
10724
10725 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10726
10727         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10728         articles posted in the last 24 hours.
10729
10730 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10731
10732         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10733
10734 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10735
10736         * nntp.el (nntp-send-command): Don't wait for echoes when
10737         nntp-open-ssl-stream is used.
10738
10739 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10742         (gnus-message-add-citation-keywords)
10743         (gnus-message-remove-citation-keywords): Remove.
10744         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10745         directly, make the variables in font-lock-defaults buffer-local, add
10746         gnus-message-citation-keywords to them and then update the value of
10747         font-lock-keywords.
10748
10749 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * message.el (message-cite-original-1): Don't call
10752         gnus-article-highlight-citation.
10753
10754         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10755         citations; fix line count.
10756
10757 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10760         (gnus-message-add-citation-keywords)
10761         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10762         versions of font-lock-add-keywords and font-lock-remove-keywords to
10763         work with XEmacs correctly.
10764
10765 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-cite.el (gnus-cite-face-list): Set the values of
10768         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10769         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10770         (gnus-message-cite-prefix-regexp): New variable.
10771         (gnus-message-search-citation-line): Use it; protect against long
10772         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10773         the 0th match data for Emacs.
10774         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10775         (gnus-message-add-citation-keywords): Append keywords rather than
10776         prepending; emulate font-lock-add-keywords if it is not available.
10777         (gnus-message-remove-citation-keywords):
10778         Emulate font-lock-remove-keywords if it is not available.
10779
10780         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10781
10782         * message.el (message-cite-prefix-regexp): Set the value of
10783         gnus-message-cite-prefix-regexp.
10784
10785 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10786
10787         * nnweb.el (nnweb-google-parse-1): Update parser.
10788
10789 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10790
10791         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10792
10793 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10794
10795         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10796         regexp.
10797
10798 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10801         string-to-multibyte.
10802         (uudecode-decode-region-internal): Use it.
10803
10804         * lpath.el: Fbind string-as-multibyte for XEmacs.
10805
10806 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10809         Fix custom choice.
10810
10811         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10812
10813 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10814
10815         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10816
10817         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10818         `write-region' to respect `mm-inhibit-file-name-handlers'.
10819
10820 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10823         Use gnus-home-directory instead of "~/" or "$HOME".
10824
10825 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10828         to mention filename.
10829         Add comments at beginning regarding usage.
10830         (encrypt-write-file-contents): Change interactive so a string is
10831         acceptable.  If the file has no associated model, show an error instead
10832         of a nonsense prompt.
10833
10834 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10835
10836         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10837         Thanks to Yoshihiko Yamada for kind notification of this typo.
10838
10839 2007-01-12  Kenichi Handa  <handa@m17n.org>
10840
10841         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10842         multibyte buffer.
10843
10844 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gnus-score.el (gnus-score-fast-scoring): New variable.
10847         (gnus-score-headers): Use it.
10848
10849         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10850
10851         * message.el (message-cite-original-1):
10852         Call gnus-article-highlight-citation if requested.
10853         (message-make-from): Allow name and address as optional arguments.
10854
10855         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10856
10857         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10858         bugs to doc string.
10859         (gnus-button-alist): Add mid\\|message-id.
10860         (gnus-button-fetch-group): Extend for use in
10861         `browse-url-browser-function'.
10862         (gnus-button-url-regexp): Try to catch paired parentheses like in
10863         Wikipedia URLs.
10864
10865         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10866         Suggested by Simon Krahnke <overlord@gmx.li>.
10867
10868 2007-01-13  Romain Francoise  <romain@orebokech.com>
10869
10870         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10871         Update copyright.
10872
10873 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10874
10875         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10876
10877 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10878
10879         * gnus-registry.el (gnus-registry-unfollowed-groups)
10880         (gnus-registry-split-fancy-with-parent): Fix documentation.
10881
10882 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10885         from nnweb groups.
10886
10887 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10890         Xref urls.  Erase buffer before requesting head.
10891
10892         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10893
10894 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10897         customizable.
10898
10899 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10900
10901         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10902         no signing key is found.
10903         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10904         no encrypting and/or signing key is found.
10905
10906 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10909
10910 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10911
10912         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10913         headers read from disk with the ones newly found in the current search.
10914         This should no longer cause problems, because the article numbers in
10915         Gmane's `nov.php' output are ignored since the previous change.
10916
10917 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10918
10919         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10920
10921 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10924         replace-regexp-in-string; bind url-version; fbind display-images-p and
10925         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10926         find-face and set-itimer-function for Emacs; bind itimer-list for
10927         Emacs.
10928
10929         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10930
10931 2007-01-01  Romain Francoise  <romain@orebokech.com>
10932
10933         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10934
10935 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10936
10937         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10938         `define-minor-mode' macro definition expanded properly.
10939         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10940         exclude it there.
10941
10942         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10943         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10944         `fboundp' test.
10945         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10946         This is OK to autoload in (S)XEmacs now.
10947
10948 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10951         keystroke.
10952         (gnus-summary-limit-to-singletons): Fix typo.
10953
10954         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10955         else fails.
10956
10957 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10958
10959         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10960         docstring.
10961
10962         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10963         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10964         (gnus-summary-insert-dormant-articles): Fix typo in message.
10965
10966 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10969         nil for XEmacs.
10970         (gnus-message-citation-mode): Don't autoload in XEmacs.
10971
10972         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10973
10974 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10975
10976         * nnimap.el (nnimap-expunge-search-string):
10977         Mention nnimap-search-uids-not-since-is-evil in docstring.
10978
10979 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * spam.el: Revert to make-obsolete-variable because
10982         define-obsolete-variable-alias is not supported in Emacs 21.
10983
10984         * spam.el (spam-ifile-path, spam-ifile-database-path)
10985         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10986         make-obsolete-variable.
10987         (spam-bsfilter-path, spam-bsfilter-program)
10988         (spam-spamassassin-path, spam-spamassassin-program)
10989         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10990         Don't use "path" inappropriately.
10991         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10992         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10993         variable names.
10994
10995 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10996
10997         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10998         summary buffer.
10999
11000         * password.el (password-cache-remove): Use clear-string to burn
11001         password, if available.
11002
11003 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11006
11007         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11008
11009         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11010         (gnus-message-highlight-citation): Move defcustom here from
11011         gnus-cite.el.
11012         (gnus-message-citation-mode): Autoload.
11013
11014         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11015         checks to make it compile with XEmacs.
11016         (gnus-message-citation-mode): New minor mode.
11017         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11018         (gnus-message-highlight-citation): New variables.
11019         (gnus-message-search-citation-line)
11020         (gnus-message-add-citation-keywords)
11021         (gnus-message-remove-citation-keywords)
11022         (turn-on-gnus-message-citation-mode)
11023         (turn-off-gnus-message-citation-mode): New functions.
11024
11025 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11026
11027         * gnus-cite.el: Enable highlighting of different citation levels in
11028         message-mode.
11029
11030 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * message.el (message-make-fqdn): Fix comment.
11033         (message-bogus-system-names): Add ".local".
11034
11035         * spam.el (spam-ifile-path, spam-ifile-program)
11036         (spam-ifile-database-path, spam-ifile-database)
11037         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11038         Don't use "path" inappropriately.
11039         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11040         strings.
11041         (spam-check-ifile, spam-ifile-register-with-ifile)
11042         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11043         Use new variable names.
11044
11045         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11046         (gnus-treat-display-smileys): Simplify using
11047         gnus-image-type-available-p.
11048
11049         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11050         available.
11051
11052         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11053         Use `display-images-p' if available.
11054
11055 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11058         one after turning on the buffer's multibyteness instead of decoding
11059         them directly in the unibyte buffer that causes unexpected conversion
11060         in Emacs 23 (unicode).
11061
11062 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11063
11064         * message.el (message-generate-hashcash): Fix custom type.
11065
11066 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11069
11070 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11073         disconnect icons.  Add help text.
11074
11075 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11076
11077         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11078         negated to be consistent with the others we handle.
11079
11080 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11083         version of gnus-summary-buffer to something, so that we can use two
11084         article buffers at the same time.
11085
11086 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11087
11088         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11089         trigger all the extra headers.
11090         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11091         sorting.
11092
11093 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11094
11095         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11096         solid groups.
11097
11098 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11099
11100         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11101
11102 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * legacy-gnus-agent.el: Add Copyright notice.
11105
11106 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11107
11108         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11109
11110 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11113
11114         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11115         to make it work reliably in CVS Emacs.
11116         (gnus-summary-limit-strange-charsets-predicate)
11117         (gnus-summary-limit-to-predicate): New functions.
11118
11119 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11120
11121         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11122         specifying array size.
11123         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11124         array if it is too small.
11125         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11126         (gnus-sort-threads-loop): New function.
11127
11128 2006-12-06  Chris Moore  <dooglus@gmail.com>
11129
11130         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11131         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11132
11133 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11134
11135         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11136         options.
11137
11138 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11141         DOS-ing the recipient.
11142
11143         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11144         the headers when creating the mapping to avoid mismappings.
11145         (nnweb-gmane-create-mapping): Always nix out old mapping.
11146
11147 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11150         and mm-verify-option to never.
11151
11152 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * message.el (message-signed-or-encrypted-p): New function.
11155         (message-forward-make-body): Use it.
11156
11157         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11158         Replace encode-coding-string with mm-encode-coding-string.
11159
11160 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * nneething.el (nneething-decode-file-name):
11163         Replace decode-coding-string with mm-decode-coding-string.
11164
11165         * gnus-int.el (gnus-open-server): Say failed server's name.
11166
11167 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11168
11169         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11170         strings to a single string.  Quote `errors-file-name'.
11171         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11172         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11173         Adjust calls.  Use `shell-quote-argument'.
11174
11175 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11176
11177         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11178         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11179
11180         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11181         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11182         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11183         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11184         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11185         (gnus-subscribe-newsgroup, gnus-1):
11186         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11187         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11188         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11189         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11190
11191 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11194         keystroke.
11195         (gnus-summary-limit-to-bodies): Implement headersp.
11196
11197 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11200
11201 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11204
11205 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * message.el (message-generate-hashcash): Expand range of values to
11208         include `opportunistic'.
11209         (message-send-mail): Use it.
11210
11211 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11212
11213         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11214         and comment it.
11215
11216         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11217
11218 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * gnus-util.el (gnus-extract-address-components): Improve comment.
11221
11222 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-util.el (gnus-extract-address-components): Work with address in
11225         which the name portion contains @.
11226
11227         * lpath.el: Fbind custom-autoload.
11228
11229 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * gnus.el (gnus-start): Move custom group up.
11232         (gnus-select-method): Don't autoload, but make it available for
11233         `customize-variable'.
11234         (gnus-getenv-nntpserver): Don't autoload.
11235
11236 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11237
11238         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11239
11240 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * message.el (message-sendmail-extra-arguments): New variable.
11243         (message-send-mail-with-sendmail): Use it.
11244
11245 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11248         mm-with-unibyte-current-buffer to make string unibyte.
11249
11250         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11251         mm-string-as-multibyte.
11252
11253 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11254
11255         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11256         Reported by Werner Koch <wk@gnupg.org>.
11257
11258 2006-11-14  Daiki Ueno  <ueno@p360>
11259
11260         * mml2015.el: Autoload epa-select-keys when compiling.
11261
11262 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11263
11264         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11265         message-options.
11266         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11267
11268 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11269
11270         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11271         EasyPG (< 0.0.6).
11272         (mml2015-always-trust): New user option.
11273         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11274         prompt.
11275
11276 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * nntp.el (nntp-authinfo-force): New variable.
11279         (nntp-send-authinfo): Use it.
11280
11281 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11284         decode encoded words.  Improve prompt.  Add comment about forwarding.
11285         (message-replacement-char): Move up.
11286
11287 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11288
11289         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11290         instead of gnus-intersection because arguments of gnus-sorted-nunion
11291         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11292
11293 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11296         (message-simplify-subject-functions):
11297         Enable message-strip-subject-encoded-words by default.
11298
11299 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * message.el (message-strip-subject-encoded-words): New function.
11302         (message-simplify-subject-functions): New variable.
11303         (message-simplify-subject): Use it.  Fix typo in doc string.
11304         Support message-strip-subject-encoded-words.
11305
11306 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11307
11308         * gnus-diary.el (gnus-diary-delay-format-function):
11309         * nndiary.el (nndiary-reminders):
11310         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11311
11312 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gnus-art.el (article-hide-boring-headers): Fetch date from
11315         gnus-original-article-buffer to avoid problems with localized date
11316         strings.
11317
11318 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11321
11322 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11325         New variables.
11326         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11327         (mm-charset-synonym-alist): Move some entries to
11328         mm-codepage-iso-8859-list.
11329         (mm-charset-synonym-alist, mm-charset-override-alist):
11330         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11331
11332 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11335
11336 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11339         with Emacs 21 and XEmacs.
11340
11341 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11342
11343         * spam.el (spam-parse-address): New function for better parsing,
11344         catching errors, etc.
11345         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11346
11347 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * mm-view.el: Add interactive arg to html2text autoload.
11350
11351 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11354
11355 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11358         New variables.
11359         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11360         (mm-charset-synonym-alist): Move some entries to
11361         mm-codepage-iso-8859-list.
11362
11363         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11364
11365 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * message.el (message-citation-line-format)
11368         (message-insert-formated-citation-line): Fix implementation of %E, %N
11369         and %n according to the doc string.
11370
11371 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11374         Use car-safe to avoid bad parses.
11375
11376 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11379         names.
11380
11381         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11382
11383 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11386         header.
11387
11388         * message.el (message-draft-headers): Add Date.
11389         (message-headers-to-generate): Fix typo in docstring.
11390
11391         * nndraft.el (nndraft-required-headers): New variable.
11392         (nndraft-generate-headers): Use it.
11393
11394         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11395
11396 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11397
11398         * gnus-registry.el (gnus-registry-wash-for-keywords)
11399         (gnus-registry-find-keywords): New functions to allow easy searching of
11400         articles that are in the registry.
11401
11402 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11403
11404         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11405         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11406         Reported by Damien Elmes <damien@repose.cx>.
11407
11408 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * gnus.el (gnus-mime): Remove unused custom group.
11411
11412 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11413
11414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11415         "blank line" when searching for end of armor headers.
11416
11417 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gmm-utils.el (gmm-write-region): Fix variable name.
11420
11421 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gmm-utils.el (gmm-write-region): New function based on compatibility
11424         code from `mm-make-temp-file'.
11425
11426         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11427
11428         * nnmaildir.el (nnmaildir--update-nov)
11429         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11430         Use `gmm-write-region'.
11431
11432 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11435         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11436
11437         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11438
11439         * message.el (message-replacement-char): New variable.
11440         (message-fix-before-sending): Use it.
11441         (message-simplify-subject): New function to remove duplicate code.
11442         (message-reply, message-followup): Use it.
11443
11444         * gnus-sum.el (gnus-summary-make-menu-bar):
11445         Clarify gnus-summary-limit-to-articles.
11446
11447 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-util.el (gnus-with-local-quit): New macro.
11450
11451         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11452
11453 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11456         ignore non-string data.
11457
11458 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11459
11460         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11461         non-string data (needs to be done in the registry too).
11462
11463 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11464
11465         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11466         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11467         (gnus-registry-split-fancy-with-parent)
11468         (gnus-registry-fetch-simplified-message-subject-fast)
11469         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11470         Remove text properties on ingress into the registry and when it's saved.
11471         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11472         registry from entries with no groups.
11473
11474 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11475
11476         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11477         function to remove string properties.
11478
11479 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gmm-utils.el (gmm): Adjust custom version.
11482
11483         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11484         Adjust custom version.
11485
11486         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11487
11488 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * gnus-art.el (gnus-insert-prev-page-button)
11491         (gnus-insert-next-page-button): Simplify.  Reformat.
11492
11493 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11494
11495         * gnus-art.el (gnus-insert-prev-page-button)
11496         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11497
11498 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11499
11500         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11501
11502 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11503
11504         * gnus-art.el (gnus-insert-mime-button)
11505         (gnus-insert-mime-security-button):
11506         Apply gnus-article-button-face to MIME and security buttons.
11507
11508 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11511         readable.
11512
11513 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11516
11517 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11518
11519         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11520         `browse-url-of-file' instead of `browse-url'.
11521
11522 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11525         regexp.  Articles containing quotation were cut prematurely.
11526
11527 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * message.el (message-cite-original-1): Use nobody by default for the
11530         value of From header.
11531         (message-reply): Ditto.
11532
11533 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11534
11535         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11536         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11537         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11538
11539 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11542         mails in the doc string.  Add some URLs in comment.
11543         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11544
11545 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11548         backslashes handling and the way to find boundaries of quoted strings.
11549
11550 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11551
11552         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11553         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11554         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11555         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11556
11557 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11560         doc string.
11561         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11562
11563 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * lpath.el: Fbind epg-check-configuration.
11566
11567 2006-09-06  Simon Josefsson  <jas@extundo.com>
11568
11569         * mml2015.el (mml2015-use): Doc fix, mention epg.
11570
11571 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11572
11573         * mml2015.el (mml2015-use): Default to epg, if available.
11574
11575 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11576
11577         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11578         message-sender.
11579         (mml1991-epg-encrypt): Ditto.
11580         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11581         message-sender.
11582         (mml2015-epg-encrypt): Ditto.
11583
11584 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11585
11586         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11587         several common directories.
11588
11589 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11590
11591         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11592         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11593
11594 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-art.el (article-decode-encoded-words): Make it fast.
11597
11598 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11601
11602         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11603         in quoted string into `\'.
11604
11605 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11608         Use standard-syntax-table.
11609
11610 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-art.el (gnus-decode-address-function): New variable.
11613         (article-decode-encoded-words): Use it to decode headers which are
11614         assumed to contain addresses.
11615         (gnus-mime-delete-part): Remove useless `or'.
11616
11617         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11618         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11619         (gnus-nov-parse-line): Use it to decode From header.
11620         (gnus-get-newsgroup-headers): Ditto.
11621         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11622
11623         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11624         (mail-decode-encoded-address-string): New alias.
11625
11626         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11627         New function.
11628         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11629         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11630         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11631         (rfc2047-decode-string): Ditto.
11632         (rfc2047-decode-address-region): New function.
11633         (rfc2047-decode-address-string): New function.
11634
11635 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * message.el (message-caesar-buffer-body): Allow rotating headers.
11638
11639         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11640
11641         * message.el (message-insert-formated-citation-line): Fix %f.
11642         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11643
11644 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11647         (gnus-bookmark-mouse-available-p): New macro.
11648         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11649         (gnus-bookmark-bmenu-show-infos): Use it.
11650         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11651         (gnus-bookmark-bmenu-hide-infos): Ditto.
11652         (gnus-bookmark-remove-properties): New function.
11653         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11654         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11655         (gnus-bookmark-write-file): Bind coding-system-for-write.
11656         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11657         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11658         group before selecting it.
11659         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11660         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11661         quit-window if it is not available; use gnus-mouse-2 and bind it to
11662         gnus-bookmark-bmenu-select-by-mouse.
11663         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11664         (gnus-bookmark-bmenu-select-by-mouse): New function.
11665
11666 2006-08-13  Romain Francoise  <romain@orebokech.com>
11667
11668         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11669         space.
11670
11671 2006-08-10  Romain Francoise  <romain@orebokech.com>
11672
11673         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11674         (dns-mode-soa-auto-increment-serial): New user option.
11675         (dns-mode-soa-maybe-increment-serial): New function.
11676         (dns-mode): Add the latter to `write-contents-functions'.
11677
11678 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * compface.el (uncompface): Use binary rather than raw-text-unix.
11681
11682 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * compface.el (uncompface): Make sure the eol conversion doesn't take
11685         place when communicating with the external programs.
11686         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11687
11688 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11691
11692 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11693
11694         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11695         Make it more robust by parsing author and date independently.
11696
11697 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11700
11701 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11702
11703         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11704         first matching secret key.
11705         (mml2015-epg-encrypt): Ditto.
11706
11707         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11708         first matching secret key.
11709         (mml1991-epg-encrypt): Ditto.
11710
11711         * mml2015.el (mml2015-encrypt-to-self): New user option.
11712         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11713         mml2015-epg-encrypt-to-self is set.
11714
11715         * mml1991.el (mml1991-encrypt-to-self): New variable.
11716         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11717         mml1991-epg-encrypt-to-self is set.
11718
11719         * mml2015.el (mml2015-signers): New user option.
11720         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11721         (mml2015-epg-encrypt): Allow to select signing keys.
11722
11723         * mml1991.el (mml1991-signers): New variable.
11724         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11725         (mml1991-epg-encrypt): Allow to select signing keys.
11726
11727 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * nnheader.el (nnheader-insert-head): Make it work even if the file
11730         uses CRLF for the line-break code.
11731
11732 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11733
11734         * mml2015.el: Require mml-sec instead of password.
11735         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11736         (mml2015-cache-passphrase): Inherit the default value from
11737         mml-secure-cache-passphrase.
11738         (mml2015-passphrase-cache-expiry): Inherit the default value from
11739         mml-secure-passphrase-cache-expiry.
11740
11741         * mml1991.el: Require mml-sec instead of password.
11742         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11743         (mml1991-cache-passphrase): Inherit the default value from
11744         mml-secure-cache-passphrase.
11745         (mml1991-passphrase-cache-expiry): Inherit the default value from
11746         mml-secure-passphrase-cache-expiry.
11747
11748         * mml-sec.el: Require password.
11749         (mml-secure-verbose): New user option.
11750         (mml-secure-cache-passphrase): New user option.
11751         (mml-secure-passphrase-cache-expiry): New user option.
11752
11753 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11754
11755         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11756         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11757         andreas@altroot.de (Andreas Vögele).
11758
11759         FIXME: Use `tiny change'?
11760
11761 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11762
11763         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11764         workaround for the url package included with Emacs.
11765
11766         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11767
11768 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11771         correctly.  This fixes a bug caused by the 2006-05-12 change.
11772
11773 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11774
11775         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11776         some information about the error when saying that the `bogus' mail
11777         group will be used.
11778
11779 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11782         string.
11783
11784 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11785
11786         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11787
11788 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11789
11790         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11791
11792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * mml1991.el (mml1991-function-alist): Add epg.
11795         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11796         (mml1991-epg-encrypt): New functions.
11797
11798 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11799
11800         * mml2015.el (mml2015-verbose): New variable.
11801         (mml2015-cache-passphrase): Ditto.
11802         (mml2015-passphrase-cache-expiry): Ditto.
11803         (mml2015-function-alist): Add epg.
11804         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11805         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11806         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11807         New functions.
11808
11809 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11810
11811         * message.el (message-cite-original-1): Preserve region when removing
11812         quoted text due to X-No-Archive in order to avoid bogus attribution
11813         when citing multiple messages.
11814
11815 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11816
11817         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11818         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11819
11820 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-diary.el (gnus-user-format-function-d)
11823         (gnus-user-format-function-D): Autoload.
11824
11825         * imap.el (Commentary): Fix typo.
11826
11827         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11828         2006-04-22 contribution.
11829
11830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11831
11832         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11833         It didn't really fix the bogosity I'm seeing with solid web groups.
11834
11835 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11836
11837         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11838         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11839         created using server names.  If we use the feature without declaring
11840         it, Gnus does not properly manage server and group state.
11841
11842         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11843         bound.
11844
11845 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11846
11847         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11848         looking up the method using GROUP's prefix before inventing a new one.
11849         It is used on killed/unknown groups in various places where returning
11850         an all-new method isn't expected by the caller.
11851
11852         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11853         and match semantics of gnus-group-real-prefix.
11854
11855 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * nnmail.el (nnmail-broken-references-mailers): New variable.
11858         (nnmail-ignore-broken-references): New function generalizing
11859         nnmail-fix-eudora-headers.
11860         (nnmail-fix-eudora-headers): Now obsolete.
11861
11862         * gnus-art.el (gnus-button-handle-custom):
11863         Support `customize-apropos*'.
11864
11865 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11868
11869         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11870         articles.
11871
11872 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * message.el (message-cite-reply-above): New variable.
11875         (message-yank-original): Use it.
11876
11877 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11880
11881 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11884         as read.
11885
11886         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11887
11888 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11891         (gnus-bookmark-default-file): Use gnus-directory.
11892         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11893         Remove "*" in doc string.
11894         (gnus-bookmark-write-file): Simplify.
11895         (gnus-bookmark-maybe-sort-alist): Use `when'.
11896         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11897         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11898         Add FIXME about Emacs 21 and XEmacs compatibility.
11899         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11900         compatibility.
11901         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11902         compatibility.
11903         (gnus-bookmark-menu-heading): Fix version.
11904
11905 2006-06-19  Bastien Guerry  <bzg@altern.org>
11906
11907         * gnus-bookmark.el: New file.
11908
11909 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * message.el (message-syntax-checks): Doc fix.
11912
11913 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11914
11915         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11916         unsubscribed groups as if they were killed ones.  It causes duplicate
11917         entries in gnus-newsrc-alist.
11918
11919 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * message.el (message-syntax-checks): Doc fix.
11922         (message-send-mail): Add check for continuation headers.
11923         (message-check-news-header-syntax): Fix regexp used to check for
11924         continuation headers.
11925
11926 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11929
11930 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11933
11934 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11937         default-truncate-lines.
11938
11939 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11942         to fill the utf-8 entry.
11943
11944         * lpath.el: Fbind unicode-precedence-list.
11945
11946 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11947
11948         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11949
11950 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11951
11952         * gnus-agent.el (directory-files-and-attributes): Move all the way
11953         forward (the third and final move).
11954         (gnus-agent-read-agentview): Trap reconstruction errors due to
11955         nonexistent directory.  Handle by returning nil.
11956
11957 2006-05-30  Didier Verna  <didier@xemacs.org>
11958
11959         * message.el (message-dont-reply-to-names): Update the custom type.
11960         * message.el (message-dont-reply-to-names): New defsubst: potentially
11961         convert a list of regexps into a single one.
11962         * message.el (message-get-reply-headers): Use it.
11963         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11964
11965 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-agent.el (directory-files-and-attributes): Move forward.
11968
11969 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-ml.el (gnus-mailing-list-subscribe)
11972         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11973         (gnus-mailing-list-message): Fix doc strings.
11974
11975 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11976
11977         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11978         of doing it manually.
11979
11980 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11983         comment.
11984
11985 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11986
11987         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11988         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11989         (gnus-agent-read-local): All symbols allocated in my-obarray.
11990         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11991         (gnus-agent-regenerate-group): Check numeric names to see if they are
11992         messages or groups.
11993         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11994         better way of do this...)
11995
11996         * gnus-cache.el (gnus-agent-total-fetched-for):
11997         Ignore 'dummy.group' (there should be a better way of do this...)
11998
11999 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12002         (gnus-saved-headers): Ditto.
12003         (gnus-default-article-saver): Mention functions may have properties.
12004         (gnus-article-save): Override gnus-save-all-headers and
12005         gnus-saved-headers by :headers property which saver function may have.
12006         (gnus-summary-save-in-file): Add :headers property.
12007         (gnus-summary-write-to-file): Ditto.
12008
12009         * gnus-sum.el (gnus-summary-save-article): Bind
12010         gnus-prompt-before-saving to t when saving many articles in a file;
12011         always show all headers.
12012
12013         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12014
12015 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12018         marks.
12019
12020         * message.el (message-indent-citation): Add optional arguments to allow
12021         using it outside of message buffers.
12022
12023         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12024         (gnus-article-treat-unfold-headers): Use it.
12025         (gnus-article-truncate-lines): New variable.
12026         (gnus-article-mode): Use it.
12027         (gnus-article-toggle-truncate-lines): New function.
12028
12029         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12030         Add gnus-article-toggle-truncate-lines.
12031
12032         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12033         coding system in XEmacs, use binary.
12034
12035 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12038         after-load-alist.
12039
12040         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12041         this function should save decoded articles.
12042         (gnus-summary-write-to-file): Use property to specify this function
12043         should save decoded articles and specify gnus-summary-save-in-file
12044         should be used to save articles other than the first one when saving
12045         many articles.
12046         (gnus-summary-save-body-in-file): Use property to specify this
12047         function should save decoded articles.
12048         (gnus-summary-write-body-to-file): Use property to specify this
12049         function should save decoded articles and specify
12050         gnus-summary-save-body-in-file should be used to save articles other
12051         than the first one when saving many articles.
12052
12053         * gnus-sum.el (gnus-summary-save-article): Simplify.
12054
12055 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-art.el (gnus-default-article-saver):
12058         Add gnus-summary-write-body-to-file.
12059         (gnus-article-save-coding-system): Don't use coding system object
12060         in XEmacs.
12061         (gnus-read-save-file-name): Add optional `dir-var' argument which
12062         specifies directory in which files are saved; work even if optional
12063         `variable' argument is not specified.
12064         (gnus-summary-write-to-file): Read file name.
12065         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12066         (gnus-summary-write-body-to-file): New function.
12067
12068         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12069         (gnus-summary-local-variables): Add it.
12070         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12071         (gnus-summary-save-article): Remove optional `decode' argument;
12072         determine whether to decode articles by the value of
12073         gnus-default-article-saver; when saving many files using
12074         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12075         it first and use gnus-summary-save-in-file or
12076         gnus-summary-save-body-in-file thereafter unless
12077         gnus-prompt-before-saving is always; move point to article which
12078         will be saved.
12079         (gnus-summary-save-article-file): Revert.
12080         (gnus-summary-write-article-file): Revert.
12081         (gnus-summary-save-article-body-file): Revert.
12082         (gnus-summary-write-article-body-file): New function.
12083
12084 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (gnus-default-article-saver): Doc fix.
12087         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12088         from gnus-summary-save-article-coding-system, and default to a
12089         certain coding system.
12090         (gnus-output-to-file): Add coding cookie and encode text according
12091         to gnus-article-save-coding-system; don't use mm-append-to-file.
12092
12093         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12094         gnus-art.el and rename to gnus-article-save-coding-system.
12095         (gnus-summary-save-article): Require gnus-art; don't show all
12096         headers if it decodes articles; don't add coding cookie here;
12097         don't bind mm-text-coding-system-for-write.
12098         (gnus-summary-save-article-file): Save decoded articles.
12099         (gnus-summary-write-article-file): When saving many files, use
12100         gnus-summary-write-to-file first and gnus-summary-save-in-file
12101         thereafter unless gnus-prompt-before-saving is always.
12102         (gnus-summary-save-article-body-file): Save decoded articles.
12103
12104         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12105
12106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * nnrss.el (nnrss-check-group): Bind hash-index.
12109
12110 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12111
12112         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12113         its hash index.  Store this hash in `nnrss-group-data'.
12114         (nnrss-read-group-data): Update accordingly.
12115
12116 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12119         entry.
12120
12121         * gnus-sum.el (gnus-summary-make-menu-bar):
12122         Add gnus-article-browse-html-article.
12123
12124 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12125
12126         * gnus-sum.el (gnus-summary-mime-map):
12127         Add gnus-article-browse-html-article.
12128
12129         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12130
12131 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12134         suitable coding systems in customize.
12135
12136 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * mail-source.el (mail-sources): Fix custom type.
12139
12140 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12143         (gnus-summary-expire-articles-now): Shorten prompt.
12144
12145         * gmm-utils.el (wid-edit): Require.
12146         (defun-gmm): Rename from `gmm-defun-compat'.
12147         (gmm-image-search-load-path): Use it.
12148         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12149
12150 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-sum.el (gnus-summary-save-article-coding-system):
12153         New variable.
12154         (gnus-summary-save-article): Add optional `decode' argument.
12155         If it is set and gnus-summary-save-article-coding-system is non-nil,
12156         save decoded article.
12157         (gnus-summary-write-article-file): Save decoded article if
12158         gnus-summary-save-article-coding-system is non-nil.
12159
12160         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12161         type.
12162
12163 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12166
12167 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12170         first to test gnus-single-article-buffer which may be buffer-local.
12171
12172         * gnus-sum.el (gnus-summary-setup-buffer):
12173         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12174         group; make gnus-article-buffer, gnus-article-current, and
12175         gnus-original-article-buffer always buffer-local.
12176         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12177         group.
12178         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12179
12180 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * nnml.el (nnml-request-compact-group): Compressed files might not
12183         have .gz extension.
12184
12185 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12186
12187         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12188         (mm-copy-to-buffer): Use with-current-buffer.
12189         (mm-display-part): Simplify.
12190         (mm-inlinable-p): Add optional arg `type'.
12191
12192 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12193
12194         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12195         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12196         Try harder to show the attachment internally or externally using
12197         gnus-mime-view-part-as-type.
12198
12199 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * message.el (message-from-style, message-signature-separator)
12202         (message-user-organization-file, message-send-mail-function)
12203         (message-citation-line-function, message-yank-prefix)
12204         (message-indent-citation-function, message-signature)
12205         (message-signature-file, message-signature-insert-empty-line):
12206         Remove autoloads.
12207
12208         * gnus-art.el (gnus-buttonized-mime-types):
12209         Remove "multipart/signed".  Revert 2006-04-26 change.
12210
12211 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12212
12213         * gnus.el (gnus-version-number): Bump version.
12214
12215 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12216
12217         * gnus.el: No Gnus v0.5 is released.
12218
12219 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12220
12221         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12222         fetching articles by message-id.
12223
12224 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12225
12226         * message.el (hashcash): Require hashcash as normal.
12227
12228         * ecomplete.el (ecomplete-highlight-match-line):
12229         Use point-at-eol.
12230         (ecomplete-highlight-match-line): Use `highlight', because that
12231         face exists in both Emacs and XEmacs.
12232
12233         * message.el (message-display-abbrev): Use point-at-bol.
12234
12235         * mail-source.el: Don't require timer/timer-funcs.
12236
12237         * gnus-async.el: Ditto.
12238
12239         * password.el: Ditto.
12240
12241         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12242
12243         * mm-url.el: Ditto.
12244
12245         * gnus-xmas.el: Don't require timer-funcs.
12246
12247         * mm-util.el: Require timer/timer-funcs.
12248
12249 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12250
12251         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12252         Close.
12253
12254 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12257         unibyte after clear-decrypt function runs.
12258
12259         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12260         returns as a unibyte string.
12261
12262 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * lpath.el: Revert.
12265
12266         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12267         (pgg-gpg-process-sentinel): Revert.
12268
12269         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12270         (pgg-pgp-lookup-key): Revert.
12271
12272         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12273         (pgg-pgp5-lookup-key): Revert.
12274
12275         * pgg.el (pgg-fetch-key): Revert.
12276
12277 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * lpath.el: Fbind string-as-multibyte for XEmacs.
12280
12281         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12282         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12283         (mml1991-pgg-encrypt): Ditto.
12284
12285         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12286         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12287         a multibyte buffer.
12288
12289         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12290         (pgg-pgp-lookup-key): Ditto.
12291
12292         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12293         (pgg-pgp5-lookup-key): Ditto.
12294
12295         * pgg.el (pgg-fetch-key): Ditto.
12296
12297 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * message.el (message-user-organization-file): Check several
12300         locations of the organization file.
12301
12302         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12303         Add gnus-article-view-part-as-type.
12304
12305         * gnus-art.el (gnus-article-view-part-as-type): New function.
12306
12307         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12308         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12309
12310         * mml.el: Simplify autoload.
12311         (mml-mode): defvar dnd-protocol-alist instead of using
12312         symbol-value.
12313         (mml-default-directory): New variable.
12314         (mml-minibuffer-read-file): Use it.
12315         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12316
12317         * message.el (message-citation-line-format): New variable.
12318         (message-insert-formated-citation-line): New function.
12319         (message-citation-line-function):
12320         Add `message-insert-formated-citation-line' to custom type.
12321
12322         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12323         to doc string.
12324
12325         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12326         depending on mm-verify-option.
12327
12328 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12331         binding pgg-* variables; reimplement the section which prevents
12332         MIME header from being signed.
12333         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12334         pgg-text-mode; remove a blank line at the top of body.
12335
12336         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12337         lines at the top of body; use gnus-newsgroup-charset if there's no
12338         Charset header.
12339
12340 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * message.el (message-self-insert-commands): Doc fix.
12343
12344         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12345         (mm-uu-pgp-encrypted-test): Ditto.
12346         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12347         between header and body; return application/pgp-encrypted handle
12348         if decryption failed; decode decrypted body by charset.
12349
12350         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12351         element match to application/pgp-*.
12352
12353 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12354
12355         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12356         HTML.
12357
12358 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * mail-source.el (mail-source-call-script): Message the error
12361         string.
12362
12363 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * gnus-util.el (gnus-byte-compile): Use it.
12366
12367 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12368
12369         * gnus-util.el (kill-empty-logs): New function.
12370
12371 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12372
12373         * message.el (message-mail-alias-type): Doc fix.
12374         (message-mail-alias-type-p): New function.
12375         (message-send): Use it.
12376         (message-mode): Ditto.
12377         (message-strip-forbidden-properties): Ditto.
12378
12379         * ecomplete.el (ecomplete-database-file-coding-system):
12380         New variable.
12381         (ecomplete-save): Use it.
12382         (ecomplete-setup): Use it.
12383
12384 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * message.el (message-self-insert-commands): New variable.
12387         (message-strip-forbidden-properties): Use it.
12388
12389 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390
12391         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12392         that doesn't make XEmacs choke.
12393
12394 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * gnus-util.el (gnus-replace-in-string):
12397         Prefer replace-regexp-in-string over of replace-in-string.
12398
12399 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-util.el (gnus-select-frame-set-input-focus):
12402         Use select-frame-set-input-focus if it is available in XEmacs; use
12403         definition defined in Emacs 22 for old Emacsen.
12404
12405         * dgnushack.el: Autoload unmorse-region for XEmacs.
12406
12407         * lpath.el: Bind cursor-in-non-selected-windows and
12408         select-frame-set-input-focus for XEmacs.
12409
12410 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12413
12414 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12415
12416         * gnus-registry.el (gnus-registry-cache-save): Remove text
12417         properties when saving via the temp buffer.
12418
12419 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * message.el (message-generate-hashcash): Honor custom type.
12422
12423 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * message.el (message-generate-hashcash): Default to non-nil when
12426         hashcash is found.
12427
12428         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12429         (gnus-refer-thread-limit): Increase default to 500.
12430
12431         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12432
12433         * flow-fill.el (fill-flowed): Allow delete-space.
12434
12435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12438         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12439         Remove autoloads.
12440
12441 2006-04-18  Simon Josefsson  <jas@extundo.com>
12442
12443         * message.el (message-generate-hashcash): Default to.
12444
12445 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12448         concatenating segments rather than before concatenating them.
12449
12450 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12453
12454 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12457
12458         * message.el (message-forward-make-body-plain):
12459         Allow message-forward-ignored-headers to be a list.
12460         (message-remove-ignored-headers): Factor out into function.
12461         (message-forward-make-body-mml): Use it.
12462
12463         * imap.el (imap-quote-specials): New function.
12464         (imap-login-auth): Quote specials.
12465
12466         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12467         (rfc2231-parse-string): Allow concatanation of parameters that
12468         aren't contiguous.  The test case is
12469           (mail-header-parse-content-type "message/external-body;
12470             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12471             access-type=LOCAL-FILE;
12472             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12473
12474 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12475
12476         * nntp.el (nntp-accept-process-output): Return the value of
12477         `nnheader-accept-process-output'.
12478
12479 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12482         (gnus-button-alist): Recognize more diff formats.
12483         (gnus-button-patch): Strip directory.
12484
12485 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12488         Emacs 22 when setting focus.
12489
12490 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * gnus-art.el (gnus-article-treat-types): Do treatment of
12493         text/x-verbatim parts.
12494         (gnus-button-patch): New command.
12495
12496         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12497         addresses that contain invalid characters.
12498
12499 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * message.el (message-put-addresses-in-ecomplete):
12502         Use gnus-replace-in-string.
12503         (message-is-yours-p): Use the more correct
12504         mail-header-parse-address instead of
12505         mail-extract-address-components.
12506         (message-put-addresses-in-ecomplete): Fix typo.
12507
12508         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12509         keystroke.
12510
12511         * gnus-art.el (gnus-treatment-function-alist): Change order of
12512         newsgroups/generic header folding to avoid double-folding.
12513
12514         * message.el (message-hidden-headers): Add X-Draft-From.
12515
12516         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12517         New command.
12518         (gnus-summary-repeat-search-article-backward): New command.
12519
12520         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12521         groups in the parent topic.
12522
12523 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12524
12525         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12526         (spam-extra-header-to-number): Return the CRM114 number as a
12527         number instead of a string.
12528
12529 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * gnus-art.el (gnus-face-properties-alist): Move here from
12532         gnus-fun.
12533
12534         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12535
12536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * message.el (message-strip-forbidden-properties): Only display on
12539         self-insert-command.
12540
12541         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12542         reindent.
12543         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12544
12545 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12546
12547         * smiley.el (smiley-style): Fix typo.
12548
12549 2006-03-23  Kenichi Handa  <handa@m17n.org>
12550
12551         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12552         instead of set-buffer-multibyte.
12553
12554 2006-03-23  Kenichi Handa  <handa@m17n.org>
12555
12556         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12557         buffer and then decode the buffer text if necessary.
12558         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12559         first, and after mm-encode-body, change the buffer to unibyte.
12560
12561 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * hashcash.el (hashcash-insert-payment-async-2):
12564         Use message-goto-eoh instead of doing it manually.
12565         (mail-add-payment): Use message-narrow-to-header instead of trying
12566         to do the same itself.
12567
12568         * message.el (message-hidden-headers): Add Face.
12569
12570         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12571         reparenting code.
12572         (gnus-summary-reparent-children): Refactored out code.
12573         (gnus-summary-thread-map): New keystroke.
12574         (gnus-summary-reparent-children): Make into command.
12575
12576         * smiley.el (smiley-style): Default to `medium' if using a large
12577         font.
12578
12579         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12580         does it itself.
12581
12582         * message.el (message-point-in-header-p): Simplify definition.
12583
12584 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * nnagent.el (nnagent-request-set-mark): Silence log file
12587         writing.
12588         (nnagent-request-set-mark): Use write-region instead of
12589         append-to-file.
12590
12591         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12592         strange select method.
12593
12594         * ecomplete.el (ecomplete-display-matches): Get highlightling
12595         right.
12596         (ecomplete-display-matches): Use literals.
12597         (ecomplete-display-matches): Disable message logging.
12598
12599         * message.el (message-display-abbrev): Small optimization.
12600
12601         * ecomplete.el (ecomplete-display-matches): Allow automatic
12602         display.
12603
12604         * message.el (message-strip-forbidden-properties):
12605         Display abbrevs.
12606         (message-display-abbrev): Get automatic display right.
12607
12608         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12609         keystrokes.
12610
12611 2006-04-13  Romain Francoise  <romain@orebokech.com>
12612
12613         TODO: Backport to v5-10!
12614
12615         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12616         Move here (and rename) from gnus-registry.el.
12617
12618         * gnus-registry.el: Require gnus-util.
12619         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12620
12621 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * gnus-group.el (gnus-group-catchup-current):
12624         Change if-then-else-if-then-else into cond.
12625         (gnus-group-catchup): Indent.
12626         (group-name-at-point): New function.
12627         (gnus-fetch-group): Provide default from thing at point.
12628
12629 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * message.el (message-display-abbrev): Fix regexp.
12632
12633         * ecomplete.el (ecomplete-highlight-match-line):
12634         Reimplement choosing.
12635         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12636         dead variables.
12637
12638         * message.el (message-newline-and-indent): Remove debugging.
12639         (message-display-abbrev): Use new implementation.
12640
12641 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-art.el (gnus-article-mode):
12644         Set cursor-in-non-selected-windows to nil.
12645
12646         * smiley.el: Revert previous change.
12647         (smiley-data-directory): defvar it before using it in the
12648         defcustom of `smiley-style'.
12649
12650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651
12652         * message.el (message-newline-and-indent): New function.
12653
12654         * ecomplete.el: Implement more bits.
12655
12656         * message.el (message-put-addresses-in-ecomplete): Clean up the
12657         string.
12658
12659         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12660
12661         * gnus-sum.el (gnus-summary-save-parts):
12662         Bind gnus-summary-save-parts-counter and use it to make unique file
12663         names.
12664
12665         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12666
12667         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12668         parameter to say whether to actually parse the individual
12669         addresses.
12670
12671         * message.el (message-put-addresses-in-ecomplete): New function.
12672         (ecomplete): Require.
12673         (message-mail-alias-type): Add ecomplete as an option.
12674
12675 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12676
12677         * flow-fill.el (fill-flowed): Remove trailing space from blank
12678         quoted lines.
12679
12680 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681
12682         * smiley.el (smiley-style): Move definition later to avoid a
12683         compilation warning.
12684
12685 2006-04-12  Kenichi Handa  <handa@m17n.org>
12686
12687         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12688         buffer and then decode the buffer text if necessary.
12689         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12690         first, and after mm-encode-body, change the buffer to unibyte.
12691         Use mm-disable-multibyte instead of set-buffer-multibyte.
12692
12693 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12696         Content-Type header instead of Content-Disposition header.
12697         (gnus-mime-inline-part): Ditto.
12698         (gnus-mime-view-part-as-charset): Ignore charset that the part
12699         specifies.
12700
12701         * mm-decode.el (mm-display-part): Work with external parts and
12702         usual parts similarly.
12703
12704         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12705         instead of gnus-display-mime.
12706
12707         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12708         instead of with-temp-buffer.
12709
12710         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12711         tag to summarized topics part in order to encode non-ASCII text.
12712
12713 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * smiley.el (smiley-style): New variable.
12716         (smiley-directory): New function.
12717         (smiley-data-directory): Derive from `smiley-style' using
12718         `smiley-directory'.
12719         (smiley-regexp-alist): Add new entries.
12720
12721         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12722         (gnus-article-browse-delete-temp): Add :version.
12723
12724 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12725
12726         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12727         the sieve region.
12728
12729 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * gnus.el (gnus-version-number): Bump version.
12732
12733 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus.el: No Gnus v0.4 is released.
12736
12737 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12740         layout.
12741
12742         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12743         unknown charset.
12744
12745         * message.el (message-header-synonyms): Add Original-To to the
12746         default.
12747
12748         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12749         optional parameter.
12750
12751 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-fun.el (gnus): Require it for gnus-directory.
12754
12755 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12758
12759 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12760
12761         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12762
12763 2006-04-05  Simon Josefsson  <jas@extundo.com>
12764
12765         * password.el (password-reset): New function.
12766
12767 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12768
12769         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12770         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12771
12772 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12773
12774         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12775         Some whitespace was matched into the url, which broke browsing hits
12776         > 100 when mm-url-use-external was nil.
12777
12778 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12781         Check gnus-extra-headers for 'Newsgroups.
12782
12783         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12784         bound.
12785
12786 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12787
12788         * pgg-gpg.el: Clean up process buffers every time gpg processes
12789         complete.
12790
12791 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12794         doc string.
12795
12796 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12797
12798         * pgg-gpg.el (pgg-gpg-process-filter)
12799         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12800
12801         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12802         lines, temporary fix.
12803
12804 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12807
12808 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12809
12810         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12811         default-enable-multibyte-characters.  This reverts the change from
12812         revision 6.17 which is no longer necessary because the passphrase
12813         is sent separately now.  GnuPG messages are unreadable under
12814         multibyte locales with default-enable-multibyte-characters set to
12815         nil.
12816
12817 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * message.el (message-tool-bar-gnome): Move "spell".
12820
12821 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12824         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12825         instead.
12826
12827 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12828
12829         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12830         Improve newsgroups handling for NNTP overviews which don't include
12831         Newsgroups.
12832
12833 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12834
12835         * message.el (message-resend): Bind message-generate-hashcash to nil.
12836
12837 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12838
12839         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12840         when searching for already-paid recipients.
12841
12842 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12843
12844         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12845         passphrases when it is not needed.
12846         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12847         passphrase stuff from gpg, should only be necessary when you use
12848         gpg with a smartcard.
12849
12850 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * mml.el (mml-insert-mime): Ignore cached contents of
12853         message/external-body part.
12854
12855         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12856         (mm-insert-part): Ditto.
12857
12858 2006-03-23  Simon Josefsson  <jas@extundo.com>
12859
12860         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12861         Reiner.
12862         (pgg-gpg-use-agent-p): Use it again.
12863
12864 2006-03-23  Simon Josefsson  <jas@extundo.com>
12865
12866         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12867         older emacsen.
12868         (pgg-gpg-use-agent-p): Don't use it.
12869
12870 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12873         if we can.
12874
12875 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12876
12877         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12878         (pgg-gpg-update-agent): New function.
12879         (pgg-gpg-use-agent-p): New function.
12880         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12881         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12882         (pgg-gpg-sign-region): Use it.
12883
12884 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12887         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12888
12889 2006-03-21  Simon Josefsson  <jas@extundo.com>
12890
12891         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12892         <wilde@sha-bang.de>.
12893         (pgg-gpg-use-agent): New variable.
12894         (pgg-gpg-process-region): Use it.
12895         (pgg-gpg-encrypt-region): Likewise.
12896         (pgg-gpg-encrypt-symmetric-region): Likewise.
12897         (pgg-gpg-decrypt-region): Likewise.
12898         (pgg-gpg-sign-region): Likewise.
12899         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12900
12901 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12904
12905         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12906         Add comment on version.
12907
12908 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * smiley.el: Add missing test smiley.
12911
12912 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mm-decode.el (mm-with-part): New macro.
12915         (mm-get-part): Use it; work with message/external-body as well.
12916         (mm-save-part): Treat name and filename equally.
12917
12918         * mm-extern.el (mm-extern-cache-contents): New function.
12919         (mm-inline-external-body): Use it; force the part to be displayed;
12920         move undisplayer added to the cached handle to the parent.
12921
12922         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12923         (gnus-mime-view-part-as-type): Work with message/external-body.
12924
12925         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12926
12927 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12930         images in image-load-path.  [Sync with image.el, revision 1.60, in
12931         Emacs.]
12932
12933 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12936         path rather than symbol.  Always return list of directories.
12937         Guarantee that image directory comes first.  [Sync with image.el,
12938         revision 1.59, in Emacs.]
12939
12940         * message.el (message-make-tool-bar): Adjust to new API of
12941         `gmm-image-load-path-for-library'.
12942
12943         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12944
12945         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12946
12947 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12948
12949         * gnus-art.el (gnus-article-only-boring-p):
12950         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12951         intangible text.
12952         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12953
12954 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12957         Use `defun' instead of `gmm-defun-compat'.
12958
12959 2006-03-14  Simon Josefsson  <jas@extundo.com>
12960
12961         * message.el (message-unique-id): Don't use message-number-base36
12962         if (user-uid) is a float.
12963         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12964
12965 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12968
12969         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12970         empty line between a part and a message part.
12971
12972 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * smiley.el: Add more test smileys.
12975         (smiley-data-directory, smiley-regexp-alist)
12976         (gnus-smiley-file-types): Fix doc strings.
12977         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12978         adding new elements.
12979         (smiley-mouse-map): Unused code.  Make it a comment.
12980
12981 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12984         scan latest NoCeM messages instead of old ones.
12985         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12986         delimiters that are recently used.
12987         (gnus-nocem-load-cache): Add autoload cookie.
12988
12989         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12990
12991         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12992         level which is larger than gnus-use-nocem is specified.
12993
12994         * gnus-group.el (gnus-group-get-new-news): Ditto.
12995
12996 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * gnus-util.el (gnus-tool-bar-update): New function.
12999
13000         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13001         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13002
13003         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13004
13005         * gnus-group.el (gnus-group-redraw-when-idle)
13006         (gnus-group-redraw-check): Remove.
13007         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13008
13009 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13012         if optional last element is specified in splits (FIELD VALUE...).
13013
13014 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13017         to gmm-image-load-path-for-library.  Call with no-error argument.
13018         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13019
13020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13021
13022         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13023
13024         * gmm-utils.el (gmm-image-load-path): Remove alias.
13025
13026 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gmm-utils.el (gmm-image-load-path): Add alias.
13029
13030         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13031         nnml-generate-nov-databases-1.
13032         (nnml-generate-nov-databases): Use it.
13033         (nnml-generate-nov-databases-directory): Document no-active
13034         argument.
13035
13036         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13037         directory if path is t.  Add no-error.
13038
13039         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13040         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13041
13042         * gnus-art.el (gnus-article-browse-delete-temp-files):
13043         Simplify resetting gnus-article-browse-html-temp-list.
13044
13045         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13046         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13047         Add example to docstring.  Rename local variables.  Move error
13048         checks to default case in cond and simplify.
13049
13050 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13053         handle is multipart when calling it recursively.
13054         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13055
13056 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13057
13058         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13059         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13060
13061 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13064         is loaded.
13065
13066         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13067         loaded.
13068
13069 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13072         to "Emacs 23 (unicode)" in doc string.
13073
13074         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13075         "Emacs 23 (unicode)" in comment.
13076
13077 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13080
13081         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13082         characters 160 through 255 in Emacs 23.
13083
13084 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13087         gnus-article-browse-html-temp.
13088         (gnus-article-browse-delete-temp): Make it customizable.
13089         Add `file'.  Adjust doc string.
13090         (gnus-article-browse-delete-temp-files): Add argument.
13091         Allow query for each file.  Adjust doc string.
13092         (gnus-article-browse-html-parts):
13093         Add `gnus-article-browse-delete-temp-files' to
13094         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13095
13096 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13097
13098         * gnus-art.el (gnus-article-browse-html-temp)
13099         (gnus-article-browse-delete-temp): New variables.
13100         (gnus-article-browse-delete-temp-files): New function.
13101         (gnus-article-browse-html-parts): Use it.
13102
13103 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13106
13107         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13108         string.
13109
13110         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13111         gnus-summary-insert-new-articles when unplugged.
13112         Remove gnus-summary-search-article-forward.
13113
13114         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13115         display-visual-class instead of display-color-cells.
13116
13117 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * dgnushack.el: Autoload customize-group for XEmacs.
13120
13121         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13122         message/* containing non-ASCII text properly.
13123
13124 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * message.el: Require gmm-utils, remove autoloads.
13127         (message-tool-bar): Set default based on
13128         gmm-tool-bar-style.
13129         (message-tool-bar-gnome): Add gmm-customize-mode.
13130
13131         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13132         gmm-tool-bar-style.
13133         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13134
13135         * gnus-group.el (gnus-group-tool-bar): Set default based on
13136         gmm-tool-bar-style.
13137         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13138
13139         * gmm-utils.el (gmm-image-directory): Rename variable from
13140         gmm-image-load-path.
13141         (gmm-image-load-path): Use gmm-image-directory.
13142         (gmm-customize-mode): New function.
13143         (gmm-tool-bar-style): New variable.
13144
13145         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13146         gnus-group-redraw-line-number.
13147         (gnus-group-redraw-check): Simplify.
13148         (gnus-group-tool-bar-update): Remove redraw check.
13149         (gnus-group-make-tool-bar): Add redraw check.
13150
13151 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13152
13153         * gnus-art.el (gnus-button): Add missing parentheses.
13154
13155 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * lpath.el: Fbind line-number-at-pos.
13158
13159 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13162
13163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-art.el (gnus-button): New face.
13166         (gnus-article-button-face): Use it.
13167
13168         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13169         Add gnus-summary-next-page.  Re-order.
13170
13171         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13172         next-node are now included.
13173         (gnus-group-redraw-line-number): New internal variable.
13174         (gnus-group-redraw-check): Helper function for updating the tool
13175         bar.
13176         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13177
13178         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13179
13180         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13181         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13182         Use it to match format of Spamassassin 3.0 and later.
13183         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13184         (spam-check-bogofilter)
13185         (spam-bogofilter-register-with-bogofilter): Fix args of
13186         `gnus-error' calls.
13187
13188 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13191         unnecessary interaction when sending queued mails.
13192         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13193
13194 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13197         first or last are nil.
13198
13199 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13200
13201         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13202
13203 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13206
13207 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13208
13209         * dns.el (query-dns): Protect more against buggy tcp output.
13210
13211 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13214         nov.php.
13215
13216 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13217
13218         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13219         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13220         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13221         output on the server side.
13222         (nnweb-google-create-mapping): Update regexps and add some
13223         progress indication.
13224
13225 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-group.el (gnus-group-tool-bar-gnome):
13228         Fix gnus-agent-toggle-plugged.  Re-order icons.
13229         (gnus-group-tool-bar-gnome):
13230         Add gnus-group-{prev,next}-unread-group.
13231         (gnus-group-tool-bar-gnome): Re-order icons.
13232
13233         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13234         Move gnus-summary-insert-new-articles.
13235
13236         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13237         Fix comments.
13238
13239         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13240         also available in Emacs 21.3.
13241
13242         * message.el (message-fix-before-sending): Change "Emacs 22" to
13243         "Emacs 23 (unicode)" in comment.
13244
13245         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13246         "Emacs 23 (unicode)" in comment.
13247
13248         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13249         comment.
13250         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13251
13252         * mm-view.el (mm-fill-flowed): Add :version.
13253
13254 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13257         and load-path.
13258
13259 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * message.el: Autoload gmm-image-load-path.
13262         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13263         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13264         consitency.
13265
13266         * gmm-utils.el (gmm-image-load-path): Also search in
13267         "../etc/images".  Don't set gmm-image-load-path if we don't find
13268         the image.
13269
13270 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gmm-utils.el (gmm-image-load-path): Don't make
13273         `gmm-image-load-path' include subdirectories which the second arg
13274         `image' might specify.
13275
13276         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13277         subdirectory to icon file names.
13278
13279         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13280
13281 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13284         gmm-image-load-path calls.
13285
13286         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13287
13288         * message.el (message-make-tool-bar): Ditto.
13289
13290         * mml.el (mml-preview): Add comment concerning tool bar icons.
13291
13292         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13293         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13294
13295         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13296         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13297
13298         * message.el (message-tool-bar-gnome): Use new icon names.
13299         (message-make-tool-bar): Use `gmm-image-load-path'.
13300
13301         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13302         New functions from MH-E.
13303         (gmm-image-load-path): New variable from MH-E.
13304         (gmm-image-load-path): New function from MH-E.  Add arguments
13305         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13306         *-image-load-path-called-flag.
13307
13308 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13309
13310         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13311
13312 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13313
13314         * nnimap.el (nnimap-request-move-article): Change folder back to
13315         source group before deleting.
13316
13317 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13320
13321         * gnus-art.el (mm-url-insert-file-contents-external):
13322         Autoload mm-url.
13323
13324         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13325
13326 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13329         coding system which mm-charset-to-coding-system returns for a
13330         given charset is valid.
13331
13332 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13333
13334         * html2text.el (html2text-remove-tag-list):
13335         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13336
13337 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13338
13339         * gnus-cus.el: Revert 2005-10-17 change.
13340
13341 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-art.el (article-strip-banner):
13344         Call article-really-strip-banner only when the regexp match is made.
13345
13346 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (article-strip-banner):
13349         Use gnus-extract-address-components instead of
13350         mail-header-parse-addresses to make it work with non-ASCII text;
13351         remove mail-encode-encoded-word-string.
13352
13353         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13354         values which are surrounded with \"...\"; make it never cause a
13355         Lisp error; give up parsing of parameters if it failed in
13356         extracting type.
13357
13358 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13359
13360         * smime.el (smime-cert-by-ldap-1): Fix bug where
13361         `smime-ldap-search' returns results without userCertificates.
13362
13363 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13366
13367 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * spam.el (spam-check-spamassassin-headers): Adapt format for
13370         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13371         <ari@mbf.ocn.ne.jp>.
13372         (spam-list-of-processors): Add spam-use-gmane.
13373
13374 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13377         make-temp-file; make it work with XEmacs as well.
13378
13379         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13380         mm-make-temp-file.
13381
13382         * mm-decode.el (mm-display-external): Use the 3rd arg of
13383         mm-make-temp-file.
13384         (mm-create-image-xemacs): Ditto.
13385
13386 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13389         with message-narrow-to-headers.
13390         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13391         (gnus-draft-check-draft-articles): New function.
13392         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13393
13394 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-art.el (gnus-article-browse-html-parts):
13397         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13398         Don't use suffix argument for mm-make-temp-file for Emacs 21
13399         compatibility.  Remove useless `format'.
13400
13401 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13402
13403         * nnweb.el (nnweb-google-wash-article): Update regexps.
13404         (nnweb-group-alist): Use defvoo instead of defvar.
13405
13406 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13409         re-loading nn* modules.
13410
13411 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13414         for `tool-bar-mode' and don't check it's default-value.
13415
13416         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13417
13418         * message.el (message-make-tool-bar): Ditto.
13419
13420         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13421         `substring'.  Shorten tmp-file name.
13422
13423         * gnus.el: Remove bogus comment.
13424
13425 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13426
13427         * gnus-art.el (gnus-article-browse-html-parts): New function.
13428         (gnus-article-browse-html-article): New function for viewing html
13429         articles with a browser.
13430
13431 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13432
13433         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13434         in elisp.
13435         (pgg-gpg-encrypt-symmetric-region): Ditto.
13436         (pgg-gpg-sign-region): Ditto.
13437
13438         * pgg-def.el (pgg-text-mode): New variable.
13439
13440         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13441         (mml2015-pgg-encrypt): Ditto.
13442
13443         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13444         (mml1991-pgg-encrypt): Ditto.
13445
13446 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * nnfolder.el (nnfolder-insert-newsgroup-line):
13449         Use message-make-date instead of current-time-string.
13450
13451         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13452         to gnus-decoded which mm-uu might set.
13453
13454 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13457         don't decode quoted parameters; remove misimported Emacs code.
13458         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13459         (rfc2231-decode-encoded-string): Don't use split-string which
13460         behaves differently according to Emacs version; use
13461         mm-decode-coding-region to convert charset to coding-system.
13462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13463         (rfc2231-encode-string): Remove misimported Emacs code.
13464
13465 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13468         when calling mail-header-parse-content-type.
13469         (article-de-quoted-unreadable): Ditto.
13470         (article-de-base64-unreadable): Ditto.
13471         (article-wash-html): Ditto.
13472
13473         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13474         calling mail-header-parse-content-type and
13475         mail-header-parse-content-disposition.
13476         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13477         mail-header-parse-content-type.
13478
13479         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13480         insert charset and format parameters; encode description after
13481         inserting it to buffer.
13482         (mml-insert-parameter): Fold lines properly even if a parameter is
13483         segmented into two or more lines; change the max column to 76.
13484
13485         * rfc1843.el (rfc1843-decode-article-body): Don't use
13486         ignore-errors when calling mail-header-parse-content-type.
13487
13488         * rfc2231.el (rfc2231-parse-string): Return at least type if
13489         possible; don't cause an error even if it fails in parsing of
13490         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13491         (rfc2231-encode-string): Don't break lines at the beginning, leave
13492         it to mml-insert-parameter.
13493
13494         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13495         calling mail-header-parse-content-type.
13496
13497 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * spam-report.el (spam-report-gmane-use-article-number):
13500         Improve doc string.
13501         (spam-report-gmane-internal): Check if a suitable header was found
13502         in the article.
13503
13504 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13507         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13508
13509 2006-02-05  Romain Francoise  <romain@orebokech.com>
13510
13511         Update copyright notices of all files in the gnus directory.
13512
13513 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13514
13515         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13516
13517 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13520         segmented lines of parameter value to cope with Thunderbird 1.5
13521         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13522         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13523         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13524
13525 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13526
13527         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13528         parts.
13529
13530 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13531
13532         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13533         there's only one active file for all servers.
13534         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13535         solid groups.  Gnus might have used a FAST request to select the group.
13536         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13537         and nnweb-search redundantly in the active file.
13538         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13539         (nnweb-request-create-group): Don't use ARGS.
13540         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13541         initialisations.  Let nnoo do the work.
13542
13543 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13546         Say the part has been decoded.
13547
13548         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13549
13550 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13551
13552         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13553         mailcap-viewer-test-cache when there's no 'test clause, since that
13554         will invert the meaning of a "nil" test previously determined by
13555         mailcap-mailcap-entry-passes-test.
13556
13557 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13560         compiling.
13561
13562         * gnus-sum.el: Ditto.
13563
13564         * message.el: Don't bind tool-bar-map when compiling.
13565
13566 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13569
13570 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13571
13572         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13573         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13574         current Google Groups.
13575
13576 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13579         and tool-bar-mode.
13580
13581         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13582         and tool-bar-mode.
13583
13584         * message.el (message-tool-bar-update): Simplify.
13585         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13586
13587         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13588         gnus-summary-buffer.
13589         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13590         gnus-summary-reply.
13591
13592         * gmm-utils.el (gmm): Add :version.
13593
13594 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * Makefile.in (clean): New rule.
13597         (distclean): Use it.
13598
13599 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13600
13601         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13602         Don't autoload.
13603
13604 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gmm-utils.el (gmm-verbose): Add :group.
13607
13608 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * message.el: Change some comments WRT tool-bars.
13611
13612         * gnus-sum.el (gnus-summary-tool-bar)
13613         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13614         (gnus-summary-tool-bar-zap-list): New variables.
13615         (gnus-summary-make-tool-bar): Complete rewrite using
13616         `gmm-tool-bar-from-list'.
13617
13618         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13619         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13620         New variables.
13621         (gnus-group-make-tool-bar): Complete rewrite using
13622         `gmm-tool-bar-from-list'.
13623         (gnus-group-tool-bar-update): New function.
13624
13625         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13626
13627 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13630         is dissected into a single part of which the type is the same as
13631         the given one; decode charset.
13632
13633 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13634
13635         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13636         into alists as symbol not string, since that's what
13637         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13638         look for.
13639
13640 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13643         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13644
13645         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13646
13647 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13650         (gnus-xmas-mime-security-button-menu): New function.
13651
13652         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13653         (gnus-mime-security-button-menu): New definition.
13654         (gnus-mime-security-button-map): Use them.
13655         (gnus-mime-security-button-menu): New function.
13656         (gnus-insert-mime-security-button): Addition to help echo.
13657         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13658         (gnus-mime-security-pipe-part): New functions.
13659
13660         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13661         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13662
13663         * mm-decode.el (mm-handle-set-disposition): Remove.
13664         (mm-handle-set-description): Remove.
13665
13666 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13669         (mm-w3m-standalone-supports-m17n-p): New function.
13670         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13671         w3m usage.
13672
13673         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13674         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13675
13676 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * message.el (message-tool-bar-zap-list):
13679         Use gmm-tool-bar-zap-list as custom type.
13680         (message-tool-bar-update): New function.
13681         (message-tool-bar, message-tool-bar-gnome)
13682         (message-tool-bar-retro): Add message-tool-bar-update.
13683         (message-tool-bar-gnome): Add flyspell-buffer.
13684
13685         * gnus-util.el (gnus-error): Describe `args'.
13686
13687         * gmm-utils.el (gmm-error): Describe `args'.
13688         (gmm-tool-bar-zap-list): New widget.
13689         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13690
13691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13694         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13695         the number of recursive calls.
13696
13697         * mm-decode.el (mm-handle-set-disposition): New macro.
13698         (mm-handle-set-description): New macro.
13699
13700 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13703         encoding.
13704
13705 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * message.el (message-tool-bar-zap-list, message-tool-bar)
13708         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13709         (message-tool-bar-local-item-from-menu): Remove.
13710         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13711         (message-make-tool-bar): New function.
13712         (message-mode): Use `message-make-tool-bar'.
13713
13714         * gmm-utils.el: New file.
13715         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13716         (gmm-lazy): New widget copied from `nnmail.el'.
13717         (gmm-tool-bar-from-list): New function for creating customizable
13718         tool bars.
13719         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13720         output.
13721         (gmm): Add :prefix to defgroup.
13722
13723 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13724
13725         * gmm-utils.el (gmm-widget-p): New function.
13726
13727 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * mml.el (mml-attach-file): Describe `description' in doc string.
13730         (mml-menu): Add Emacs MIME manual and PGG manual.
13731
13732 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13733
13734         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13735
13736 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13737
13738         * nntp.el (nntp-end-of-line): Doc fix.
13739
13740 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13741
13742         * imap.el (imap-open): Handle case where buffer is a buffer
13743         object.
13744
13745 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13746
13747         * gnus-delay.el (gnus-delay): Don't autoload.
13748         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13749         to be re-loaded when customizing the `gnus-delay' group.
13750
13751 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13752
13753         * message.el (message-insert-citation-line): Use newlines.
13754
13755 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13756
13757         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13758         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13759         these routines, so the passphrase can be managed externally and
13760         passed in to the system.
13761         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13762         pgg-add-passphrase-to-cache function.
13763
13764         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13765         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13766         these routines, so the passphrase can be managed externally and
13767         passed in to the system.
13768         (pgg-pgp5-sign-region): Use new name of
13769         pgg-add-passphrase-to-cache function.
13770
13771 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13772
13773         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13774         part of the decoded armor to find the key-identifier.
13775         (pgg-gpg-lookup-key-owner): New function to return the
13776         human-readable identifier of a key owner.
13777         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13778         itself.
13779         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13780         the key value) if we have a key and can match it against a secret
13781         key.  Also, added a note pointing out fact that the prompt only
13782         indicates the first matching key.
13783
13784         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13785         pgg-decrypt-region.
13786         (pgg-add-passphrase-to-cache): Rename from
13787         `pgg-add-passphrase-cache' to reduce confusion (all callers
13788         changed).
13789         (pgg-remove-passphrase-from-cache): Rename from
13790         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13791         changed).
13792         (pgg-read-passphrase, pgg-add-passphrase-cache)
13793         (pgg-remove-passphrase-cache): Add informative docstrings.
13794         (pgg-decrypt): Convey provided passphrase in subordinate call to
13795         pgg-decrypt-region.
13796
13797 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13798
13799         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13800         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13801         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13802         'passphrase' argument, so the passphrase can be managed externally
13803         and then passed in to the system.
13804
13805         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13806         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13807         so the passphrase cache can be used reliably with identifiers
13808         besides a pgp packet's key id.
13809
13810         * pgg-gpg.el (pgg-gpg-encrypt-region)
13811         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13812         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13813         these routines, so the passphrase can be managed externally and
13814         passed in to the system.
13815
13816         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13817         'notruncate' argument, so the passphrase cache can be used
13818         reliably with identifiers besides a pgp packet's key id.
13819
13820 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13821
13822         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13823         symmetric encryption.
13824         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13825         encrypted session key.
13826         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13827         message ask for the passphrase in a proper way.
13828
13829         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13830         New user commands for symmetric encryption.
13831
13832 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13835
13836         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13837
13838 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13839
13840         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13841
13842 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * mm-decode.el (mm-inlined-types): Add application/pgp.
13845         (mm-automatic-display): Ditto.
13846
13847         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13848         part as text.
13849
13850 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * nnrss.el: Update copyright.
13853         (nnrss-opml-import): Query whether to subscribe to each entry.
13854
13855         * gnus-art.el:
13856         * gnus-sum.el:
13857         * gnus-xmas.el:
13858         * messagexmas.el:
13859         * mm-uu.el:
13860         * mm-view.el: Update copyright.
13861
13862 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * message.el (message-info): New function.
13865         (message-mode-menu): Add it.
13866         Update copyright.
13867
13868         * ChangeLog: Fix and update copyright.
13869
13870 2006-01-13  Romain Francoise  <romain@orebokech.com>
13871
13872         * message.el (message-forward-subject-name-subject): Prefer the
13873         address to 'nowhere' if the sender has no name.
13874         Fix typo.  Update copyright year.
13875
13876 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-art.el (article-wash-html):
13879         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13880         (gnus-article-wash-html-with-w3m-standalone): New function.
13881
13882         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13883         mm-inline-text-html-render-with-w3m-standalone.
13884         (mm-text-html-washer-alist): Map w3m-standalone to
13885         gnus-article-wash-html-with-w3m-standalone.
13886         (mm-inline-text-html-render-with-w3m-standalone): New function.
13887
13888 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13891         Improve LaTeX.
13892
13893 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13896         (nnrss-request-article): Render text/plain parts as HTML.
13897
13898         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13899         the buffer.
13900
13901 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13904         custom definition of `gnus-posting-styles'.
13905
13906         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13907         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13908
13909 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13912         Use nntp for bug archive.
13913
13914 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13917         parts.
13918         (nnrss-normalize-date): New function converts ISO 8601 date into
13919         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13920         (nnrss-check-group): Use it.
13921
13922 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13925
13926         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13927         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13928         (nnrss-insert-w3): Ditto.
13929
13930 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13933         the articles to be forwarded including the case where neither a
13934         number of articles nor a region is specified.
13935
13936 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * nnrss.el (nnrss-request-article): Fix last change; fill
13939         text/plain parts.
13940
13941 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13944         in text/plain part.
13945         (nnrss-check-group): Don't add excessive newline to dc:subject.
13946
13947 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13948
13949         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13950         article.
13951
13952 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13955         (nnml-use-compressed-files, nnml-save-mail): Support other
13956         comression programs such as bzip2.
13957
13958 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * dns.el (query-dns): Make sure we check the buffer size before
13961         removing tcp headers.
13962
13963 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13966         remove MIME buttons associated with multipart/alternative parts.
13967         (gnus-mime-display-alternative): Tag buttons using `article-type'
13968         text property.
13969
13970         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13971         associated with multipart/alternative parts.
13972
13973         * gnus-art.el (gnus-signature-separator): Fix custom type.
13974
13975         * mm-decode.el (mm-inlined-types): Fix custom type.
13976         (mm-keep-viewer-alive-types): Ditto.
13977         (mm-automatic-display): Ditto.
13978         (mm-attachment-override-types): Ditto.
13979         (mm-inline-override-types): Ditto.
13980         (mm-automatic-external-display): Ditto.
13981
13982 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * spam-report.el (spam-report-user-mail-address)
13985         (spam-report-user-agent): New variables.
13986         (spam-report-url-ping-plain): Use spam-report-user-agent.
13987
13988 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13989
13990         * gnus-art.el (gnus-button-handle-custom): Do not just use
13991         `customize-apropos' for any "M-x customize-*" button but the
13992         function called for.  Accept both the function name and its
13993         argument in order to achieve this.
13994         (gnus-button-alist): Remove support for "custom:" URL's.
13995         Pass function name to `gnus-button-handle-custom' in case of "M-x
13996         customize-*" buttons.
13997
13998 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14001         multipart/alternative and add xref to mm-discouraged-alternatives
14002         in doc string.
14003
14004         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14005         gnus-buttonized-mime-types in doc string.
14006
14007 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14010         Suggest image/.* in the doc string.
14011
14012 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14015         message-marks (Debian bug #342521).
14016
14017 2005-12-12  Simon Josefsson  <jas@extundo.com>
14018
14019         * password.el (password-read-from-cache): Add.
14020         (password-read): Use it.
14021
14022 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * rfc2047.el (rfc2047-charset-to-coding-system):
14025         Recognize us-ascii as a MIME charset.
14026
14027         * mm-bodies.el (mm-decode-content-transfer-encoding):
14028         Protect against the case where the 2nd arg TYPE is nil.
14029
14030 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * pop3.el (pop3-stream-type): Fix custom version.
14033
14034         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14035
14036 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14037
14038         * mm-decode.el (mm-display-external): Add missing cdr.
14039
14040 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14043         RFC1524) if it is in mailcap or add a suffix according to
14044         mailcap-mime-extensions when generating a temp filename; postpone
14045         deleting a temp file for 2 seconds for some wrappers, shell
14046         scripts, and so on, which might exit right after having started a
14047         viewer command as a background job.
14048
14049 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * nntp.el (nntp-marks-directory): Fix custom group.
14052
14053         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14054         steps when < 10.
14055
14056         * gnus-start.el (gnus-no-server-1):
14057         Mention `gnus-level-default-subscribed' in doc string.
14058
14059 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14060
14061         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14062         parens.
14063
14064 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-xmas.el (gnus-use-toolbar): Revert.
14067         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14068         gnus-use-toolbar is default.
14069
14070         * messagexmas.el (message-use-toolbar): Revert.
14071         (message-setup-toolbar): Use global default-toolbar if
14072         message-use-toolbar is default.
14073
14074 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14077         according to default-toolbar-visible-p.
14078
14079         * messagexmas.el (message-use-toolbar): Ditto.
14080
14081 2005-11-26  Dave Love  <fx@gnu.org>
14082
14083         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14084         (tls-program, tls-success): Provide openssl alternative.
14085
14086         * starttls.el: Doc fixes.
14087         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14088         SERVICE to PORT.
14089
14090         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14091         port null or service name.
14092         (starttls-negotiate): Autoload.
14093
14094 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * message.el (message-kill-to-signature): Fix interactive spec.
14097
14098 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * pop3.el (pop3-open-server): Recognize a string as a service name.
14101
14102 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14103
14104         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14105
14106 2005-11-23  Dave Love  <fx@gnu.org>
14107
14108         Add pop3s, pop3/starttls.
14109
14110         * pop3.el (pop3-authentication-scheme): Clarify doc.
14111         (open-tls-stream, starttls-open-stream): Autoload.
14112         (pop3-stream-type): New.
14113         (pop3-open-server): Use it.
14114
14115         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14116         for POP.
14117         (mail-source-keyword-map): Add :stream for POP.
14118         (mail-source-fetch-pop): Use pop3-stream-type.
14119
14120 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14123         of current-time-string.
14124
14125 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14126
14127         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14128         date header.
14129
14130 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14131
14132         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14133         it can seriously impact performance as it bypasses the agent's
14134         local caches.
14135
14136 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14137
14138         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14139         must be explicitly online rather than "not explicitly offline" for
14140         its flags to be synchronized.
14141
14142         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14143         that gnus-uu-unmark-thread will function correctly.
14144
14145         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14146         1024K is instead displayed as 1M.
14147
14148 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14151
14152 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14153
14154         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14155
14156 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14157
14158         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14159         error message to display actual error condition.
14160         (gnus-agent-save-local): Avoid saving symbols that are bound to
14161         nil as they simply result in a warning message in
14162         gnus-agent-read-local.
14163
14164 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14167         rather than make-variable-buffer-local for file-precious-flag.
14168
14169 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14170
14171         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14172         for duplicates which are removed.  The invalid sort check then
14173         triggers a rescan after the sort as sorting may have moved
14174         duplicate entries such that they can be cheaply detected.
14175
14176 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14179
14180 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14181
14182         * gnus-agent.el (gnus-agent-article-alist-save-format):
14183         Change internal variable to a custom variable.  Change default value
14184         from compressed(2) to uncompressed(1).
14185         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14186         support for uncompressed agentview files.  Taken together, reading
14187         the agentview file should now be 6-7 times faster.
14188
14189 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14190
14191         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14192         as a buffer-local variable.  This avoids creating truncated
14193         dribble files as a result of a hang up, eg.
14194
14195 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14196
14197         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14198         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14199         XEmacs.
14200
14201 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * gnus-start.el (gnus-start-draft-setup):
14204         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14205
14206         * gnus.el (gnus-splash): Change custom group.
14207         (gnus-group-get-parameter, gnus-group-parameter-value):
14208         Describe allow-list argument.
14209
14210         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14211         string.
14212
14213 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * gnus-art.el (gnus-default-article-saver): Add user-defined
14216         `function' to custom type.
14217
14218 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14219
14220         * imap.el (imap-open): Handle case where buffer is a buffer
14221         object.
14222
14223 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14226         long lines.
14227         (gnus-cache-delete-group): Wrap doc strings.
14228
14229         * gnus-agent.el (gnus-agent-rename-group)
14230         (gnus-agent-delete-group): Wrap doc strings.
14231
14232 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * messagexmas.el (message-use-toolbar): Change the valid values
14235         into default, top, bottom, left, and right.
14236         (message-toolbar-thickness): New variable.
14237         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14238         well.
14239         (message-setup-toolbar): Make it work.
14240
14241         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14242         (gnus-use-toolbar): Change the valid values into default, top,
14243         bottom, left, and right.
14244         (gnus-toolbar-thickness): New variable.
14245         (gnus-xmas-setup-toolbar): New function.
14246         (gnus-xmas-setup-group-toolbar): Use it.
14247         (gnus-xmas-setup-summary-toolbar): Use it.
14248
14249 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * gnus-start.el (gnus-1): Add "native" to
14252         gnus-predefined-server-alist.
14253
14254         * gnus.el (gnus-method-to-server): Don't add "native" to the
14255         lists here, because that leads to problems when
14256         gnus-select-method is bound.
14257
14258 2005-11-09  Simon Josefsson  <jas@extundo.com>
14259
14260         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14261         use (not sort-by-date) instead.
14262
14263 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14264
14265         * gnus-delay.el (gnus-delay-group): Don't autoload.
14266         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14267         to be re-loaded when customizing the `gnus-delay' group.
14268
14269 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14270
14271         * message.el: Revert last changes.
14272         (message-insert-citation-line): Use newlines.
14273
14274 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14275
14276         * message.el (message-courtesy-message)
14277         (message-mark-insert-begin, message-mark-insert-end)
14278         (message-elide-ellipsis, message-cancel-message)
14279         (message-add-header, message-change-subject)
14280         (message-cross-post-followup-to-header)
14281         (message-cross-post-insert-note, message-reduce-to-to-cc)
14282         (message-widen-reply, message-delete-not-region)
14283         (message-kill-to-signature, message-insert-signature)
14284         (message-insert-importance-high, message-insert-importance-low)
14285         (message-insert-or-toggle-importance)
14286         (message-insert-disposition-notification-to)
14287         (message-indent-citation, message-yank-original)
14288         (message-cite-original-without-signature, message-cite-original)
14289         (message-insert-citation-line, message-position-on-field)
14290         (message-fix-before-sending, message-send-mail-partially)
14291         (message-send-mail, message-send-mail-with-sendmail)
14292         (message-send-mail-with-qmail, message-send-news)
14293         (message-check-news-header-syntax, message-generate-headers)
14294         (message-insert-courtesy-copy, message-fill-address)
14295         (message-fill-header, message-shorten-references)
14296         (message-setup-1, message-cancel-news)
14297         (message-forward-make-body-plain, message-forward-make-body-mime)
14298         (message-forward-make-body-mml, message-encode-message-body)
14299         (message-forward-make-body-digest-plain)
14300         (message-forward-make-body-digest-mime)
14301         (message-use-alternative-email-as-from): Insert `hard-newline'
14302         instead of ordinary newlines.
14303
14304 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * message.el (message-generate-headers): Downcase the argument
14307         given to message-check-element.
14308
14309 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14310
14311         * nntp.el (nntp-authinfo-rejected): New error condition.
14312         (nntp-wait-for): Use new error condition to signal authentication
14313         error.
14314         (nntp-retrieve-data): Rethrow new error condition to break out of
14315         recursive call to nntp-send-authinfo.
14316
14317 2005-11-08  Romain Francoise  <romain@orebokech.com>
14318
14319         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14320         (gnus-summary-exit-map): Bind to `Z p'.
14321         (gnus-summary-make-menu-bar): Add menu item.
14322
14323 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14326         (gnus-treat-*): Add `first' in all doc strings.
14327
14328         * gnus-group.el (gnus-group-compact-group): Fix typo.
14329
14330 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus.el (gnus-parameters-case-fold-search): New variable.
14333         (gnus-parameters-get-parameter): Use it.
14334
14335         * gnus-score.el (gnus-home-score-file): Doc fix.
14336
14337 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14338
14339         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14340
14341 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mm-util.el (mm-special-display-p): New function.
14344
14345         * mml.el (mml-preview): Use it; doc fix.
14346
14347 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14348
14349         * imap.el (imap-open): Handle case where buffer is a buffer object.
14350
14351 2005-10-29  Romain Francoise  <romain@orebokech.com>
14352
14353         * message.el (message-fix-before-sending): Fix comment.
14354
14355 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14356
14357         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14358
14359 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14360
14361         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14362         Used in gnus-score.el.
14363
14364 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14367
14368 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14371         whitespace removed in revision 7.8.  Use concatenated string to
14372         protect trailing whitespace.
14373
14374 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14375
14376         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14377         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14378         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14379         Courier IMAP ("some version from 2004").  Mostly based on similar
14380         code in the same function.
14381
14382 2005-10-26  Didier Verna  <didier@xemacs.org>
14383
14384         * gnus-group.el (gnus-group-compact-group): Invalidate original
14385         article buffer.
14386         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14387         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14388         NOV database and in article itself.
14389         Invalidate article backlog.
14390
14391 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14394
14395 2005-10-26  Simon Josefsson  <jas@extundo.com>
14396
14397         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14398         part of 2004-07-25 change.
14399
14400 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * message.el (message-display-completion-list): New function.
14403         (message-expand-group): Use it; make sure the Completions buffer
14404         is modifiable.
14405 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14406
14407         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14408         user-mail-name is an empty string.
14409
14410 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14413         depending on gnus-score-decay-constant.
14414
14415         * encrypt.el (encrypt-insert-file-contents)
14416         (encrypt-write-file-contents): Don't use `gnus-message'.
14417
14418         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14419         arguments.
14420         (mm-uu-type-alist): Add message-marks and insert-marks.
14421         Pass arguments to mm-uu-verbatim-marks-extract.
14422         (mm-uu-hide-markers): New variable.
14423         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14424
14425         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14426         (gnus-convert-image-to-face-command): Use "convert" by default to
14427         allow other input image formats.
14428         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14429         accordingly.
14430
14431 2005-10-23  Simon Josefsson  <jas@extundo.com>
14432
14433         * imap.el (imap-gssapi-program): Align command line parameters
14434         with latest GNU SASL.
14435         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14436
14437 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14438
14439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14440         HTML.
14441         (nnslashdot-request-article): Ditto.
14442
14443         * lpath.el (featurep): Add nobreak-char-display.
14444
14445 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14446
14447         * mail-source.el (mail-source-fetch-pop): Require pop3.
14448         (mail-source-check-pop): Ditto.
14449
14450 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14453         errors.
14454
14455 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14458         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14459
14460         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14461
14462         * mm-bodies.el (mm-decode-string):
14463         Call `mm-charset-to-coding-system' with allow-override argument.
14464
14465 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14468         (rfc2047-charset-to-coding-system): New function.
14469         (rfc2047-decode-encoded-words): New function.
14470         (rfc2047-decode-region): Use them.
14471         (rfc2047-decode-cte): Remove.
14472         (rfc2047-parse-and-decode): Remove.
14473         (rfc2047-decode): Remove.
14474
14475 2005-10-15  Kenichi Handa  <handa@m17n.org>
14476
14477         * rfc2047.el (rfc2047-decode-cte): New function.
14478         (rfc2047-decode-region): Change the way to decode successive
14479         encoded-words: decode B- or Q-encoding in each encoded-word,
14480         concatenate them, and decode it as charset.
14481
14482 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * lpath.el: Fbind codepage-setup for XEmacs.
14485
14486 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14487
14488         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14489         widget-move-and-invoke.
14490         (gnus-custom-mode): Use gnus-custom-map.
14491
14492 2005-10-15  Bill Wohler  <wohler@newt.com>
14493
14494         * message.el (message-tool-bar-map): Rename image file from
14495         mail_send to mail/send.
14496
14497 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14498
14499         * message.el (message-expand-group): Pass the common
14500         prefix substring of completion to `display-completion-list'.
14501
14502 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * mml-sec.el (mml-secure-method): New internal variable.
14505         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14506         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14507         New functions using mml-secure-method.
14508
14509         * mml.el (mml-mode-map): Add key bindings for those functions.
14510         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14511         Harder <harder@myrealbox.com>.
14512         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14513         Goto end of message if point is the headers of the message.
14514
14515         * message.el (message-in-body-p): New function.
14516
14517         * assistant.el: Autoload gnus-util and netrc.
14518
14519         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14520         Use `mm-charset-override-alist' only when decoding.
14521
14522         * mm-bodies.el (mm-decode-body):
14523         Call `mm-charset-to-coding-system' with allow-override argument.
14524
14525         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14526         `filename' from Content-Disposition if Content-Type doesn't
14527         provide `name'.
14528         (gnus-mime-view-part-as-type): Set default instead of
14529         initial-input.
14530
14531 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14532
14533         * format-spec.el (format-spec): Propagate text properties of % spec.
14534
14535 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus-art.el (gnus-treat-predicate): Add `first'.
14538
14539 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14542         (mm-charset-override-alist): New variable.
14543         (mm-charset-to-coding-system): Use it.
14544         (mm-codepage-setup): New helper function.
14545         (mm-charset-eval-alist): New variable.
14546         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14547         Warn about unknown charsets.
14548
14549         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14550
14551 2005-10-04  David Hansen  <david.hansen@gmx.net>
14552
14553         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14554         (nnrss-check-group): Ditto.
14555
14556 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14559         Rename x-gnus-verbatim to x-verbatim.
14560         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14561
14562         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14563         x-verbatim.
14564
14565         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14566
14567         * gnus-util.el (gnus-remove-duplicates): Remove.
14568
14569         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14570         instead of gnus-remove-duplicates.
14571
14572         * message.el (message-remove-duplicates): Remove.
14573         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14574         message-remove-duplicates.
14575
14576         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14577         available, else use implementation from `delete-dups'.
14578
14579         * message.el (message-insert-expires): New function.
14580         (message-mode-map): Add key binding.
14581         (message-mode-field-menu): Add menu entry.
14582         (message-mode): Document it.
14583         (message-make-expires-date): Use `message-make-date'.
14584
14585 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14586
14587         * message.el (message-make-expires-date): New function.
14588
14589 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * Makefile.in (list-installed-shadows): New entry.
14592         (install): Use it.
14593         (remove-installed-shadows): New entry.
14594
14595         * dgnushack.el (dgnushack-default-load-path): New variable.
14596         (dgnushack-find-lisp-shadows): New function.
14597         (dgnushack-remove-lisp-shadows): New function.
14598
14599 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * Makefile.in (install-el-elc): New entry.
14602         (install): Use it so that .el files are necessarily installed.
14603
14604 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14607
14608 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14609
14610         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14611         function rather than the diff-mode.el package.
14612         (mm-display-external): Use with-current-buffer.
14613         (mm-viewer-completion-map, mm-viewer-completion-map):
14614         Move initialization inside declaration.
14615
14616 2005-09-29  Simon Josefsson  <jas@extundo.com>
14617
14618         * spam.el: Load hashcash when compiling, to avoid warnings.
14619         Don't autoload mail-check-payment.
14620         (spam-check-hashcash): Define unconditionally, since hashcash.el
14621         is part of Gnus now.  Ignore errors from payment checking.
14622
14623 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * message.el (message-bold-region, message-unbold-region):
14626         Rename from `bold-region' and `unbold-region'.
14627
14628         * message.el: Remove useless autoloads.
14629
14630 2005-09-28  Simon Josefsson  <jas@extundo.com>
14631
14632         * message.el (message-use-idna): Default to t.
14633         (message-use-idna): Test whether encoding works too.  Doc fix.
14634
14635 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * nntp.el (nntp-warn-about-losing-connection): Remove.
14638
14639 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14642         customizable.  Change default value.
14643         (mm-uu-diff-groups-regexp): Change default value.
14644         (mm-uu-type-alist): Add doc string.
14645         (mm-uu-configure): Add doc string.  Make it interactive.
14646         (mm-uu-tex-groups-regexp): New variable.
14647         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14648         (mm-uu-type-alist): Add LaTeX documents.
14649         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14650         of "text/verbatim".
14651         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14652
14653         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14654         instead of "text/verbatim".
14655
14656         * message.el (message-mark-inserted-region)
14657         (message-mark-insert-file): Use slrn style marks when called with
14658         prefix argument.
14659
14660 2005-09-27  Simon Josefsson  <jas@extundo.com>
14661
14662         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14663
14664 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14665
14666         * message.el (message-remove-duplicates): New function.
14667         Implementation borrowed from `gnus-remove-duplicates'.
14668         (message-idna-to-ascii-rhs): Also encode idna addresses in
14669         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14670         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14671         only ask about the same idna domain once per header and also tell
14672         in what header to replace the idna domain.
14673
14674         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14675         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14676         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14677         a header is decoded and not just the last one.
14678
14679 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14682         has been decoded.
14683
14684         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14685         (mm-insert-part): Don't modify text if it has been decoded.
14686
14687         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14688         decoded.
14689
14690         * mm-view.el (mm-inline-text): Don't strip text props unless
14691         decoding enriched or richtext parts.
14692
14693 2005-09-25  Romain Francoise  <romain@orebokech.com>
14694
14695         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14696         * gnus-start.el (gnus-subscribe-interactively):
14697         * gnus-uu.el (gnus-uu-grab-articles):
14698         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14699         space.
14700
14701 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14702
14703         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14704         * mm-view.el (mm-view-pkcs7-decrypt):
14705         * gnus-sum.el (gnus-summary-limit-to-extra)
14706         (gnus-summary-respool-article, gnus-read-move-group-name):
14707         * gnus-score.el (gnus-summary-increase-score):
14708         * gnus-util.el (gnus-completing-read-with-default):
14709         * gnus-art.el (gnus-read-save-file-name)
14710         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14711         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14712         * message.el (message-check-news-header-syntax):
14713         Follow convention for reading with the minibuffer.
14714
14715 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * spam-report.el (spam-report-url-ping-plain):
14718         Use gnus-extended-version as User-Agent.
14719
14720         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14721         default value is nil.
14722
14723         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14724         (mm-uu-verbatim-marks-extract): New function.
14725         (mm-uu-extract): New face.
14726         (mm-uu-copy-to-buffer): Use it.
14727
14728         * spam-report.el (spam-report-gmane-ham): Rename from
14729         `spam-report-gmane-unspam'.
14730         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14731         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14732
14733         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14734         Autoload.
14735         (spam-report-gmane-unregister-routine):
14736         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14737
14738 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14739
14740         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14741         (spam-report-gmane-unregister-routine): Add support for gmane
14742         unregistration.
14743
14744         * spam-report.el (spam-report-gmane-unspam)
14745         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14746         (spam-report-gmane): Change to take a single article and do unspam
14747         registration.
14748
14749 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mm-url.el (mm-url-decode-entities): Fix regexp.
14752
14753 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14756         default to nil, to be able to use Gnus at all.  If the default
14757         switches to something else, then the function should be fixed not
14758         be exceedingly slow.
14759
14760 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14761
14762         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14763         fail hard.
14764
14765         * spam-report.el: Add better Keywords line.
14766
14767         * spam.el: Add Maintainer and better Keywords line.
14768
14769 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-art.el (gnus-article-replace-part)
14772         (gnus-mime-replace-part): New functions.
14773         (gnus-mime-action-alist, gnus-mime-button-commands)
14774         (gnus-mime-save-part-and-strip): Add file argument.
14775         (gnus-article-part-wrapper): Add interactive argument.
14776
14777         * gnus-sum.el (gnus-summary-mime-map):
14778         Add `gnus-article-replace-part'.
14779
14780 2005-09-19  Didier Verna  <didier@xemacs.org>
14781
14782         The nnml compaction feature:
14783         * nnml.el (nnml-request-compact-group): New function.
14784         * nnml.el (nnml-request-compact): New function.
14785         * gnus-int.el (gnus-request-compact-group): New function.
14786         * gnus-int.el (gnus-request-compact): New function.
14787         * gnus-group.el (gnus-group-compact-group): New function.
14788         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14789         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14790         * gnus-srvr.el (gnus-server-compact-server): New function.
14791         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14792         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14793
14794 2005-09-18  Deepak Goel  <deego@gnufans.org>
14795
14796         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14797         format spec.
14798
14799 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14802
14803 2005-09-15  Romain Francoise  <romain@orebokech.com>
14804
14805         * message.el (message-fill-paragraph): Clarify docstring.
14806
14807 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-art.el (gnus-mime-display-part): Protect against broken
14810         MIME messages.
14811
14812 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14815         before parsing header.
14816
14817 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14818
14819         * html2text.el (html2text-replace-list): Add new entities.
14820
14821 2005-09-11  Romain Francoise  <romain@orebokech.com>
14822
14823         * message.el (message-alternative-emails): Improve docstring.
14824         (message-setup-1): Call `message-use-alternative-email-as-from'
14825         after `message-setup-hook' to give it precedence over posting
14826         styles, etc.
14827         (message-use-alternative-email-as-from): Add docstring.
14828         Remove the original From header if present.
14829
14830         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14831         (nnml-save-mail): Use it.
14832
14833         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14834         articles.  Add new argument `silent'.
14835         (gnus-uu-mark-all): Report the total number of marked articles.
14836
14837 2005-09-10  Romain Francoise  <romain@orebokech.com>
14838
14839         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14840         (gnus-uu-mark-series): Likewise.
14841
14842 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * spam-report.el (spam-report-gmane): Fix generation of spam
14845         report URL.
14846
14847 2005-09-10  Simon Josefsson  <jas@extundo.com>
14848
14849         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14850         t, based on discussion on the ding list with Robert Epprecht
14851         <epprecht@solnet.ch>.
14852
14853 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * spam-report.el (spam-report-gmane): Make it work without
14856         X-Report-Spam header.  Gmane now only provides Archived-At.
14857         This is only used if `spam-report-gmane-use-article-number' is nil.
14858         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14859
14860         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14861         make `gnus-summary-sort-by-recipient' work with threading.
14862
14863         * nnweb.el (nnweb-google-wash-article): Print a message if article
14864         is not available.
14865
14866 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14867
14868         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14869         change.  Decode text/* parts content before displaying.
14870
14871 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14874
14875 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14878
14879         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14880         url-package-name, url-package-version,
14881         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14882         w3m-display-inline-images, and w3m-minor-mode-map.
14883
14884 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * message.el (message-tab-body-function): Fix mismatched custom type.
14887
14888         * gnus.el (gnus-group-change-level-function): Ditto.
14889
14890         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14891
14892         * gnus-art.el (gnus-signature-limit)
14893         (gnus-article-mime-part-function): Ditto.
14894
14895 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * mml.el (mml-mode): Silence the byte compiler.
14898
14899         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14900         using `(sit-for 0)' before moving the point to the specified part;
14901         skip unbuttonized parts.
14902         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14903         return to the summary window if gnus-auto-select-part is non-nil.
14904
14905 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14908         New variables.
14909         (mml-dnd-attach-file, mml-mode): Use them.
14910
14911         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14912         Make fetching article by MID work again for Google Groups.
14913         Add FIXME concerning gnus-group-make-web-group.
14914
14915         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14916         Don't depend on Gnus by using mail-extract-address-components if
14917         gnus-extract-address-components is not bound.
14918
14919 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * gnus-art.el (gnus-mime-display-security): Don't display the
14922         signature, but only the signed part.
14923
14924 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14927
14928         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14929         list, not listp.
14930
14931 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14932
14933         * mm-encode.el (mm-encode-content-transfer-encoding):
14934         Likewise when encoding.
14935
14936         * mm-bodies.el (mm-decode-content-transfer-encoding):
14937         De-canonicalize CRLF for all text content types, not just
14938         text/plain.
14939
14940 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14943         valid article; point arrow and cursor at the MIME button.
14944
14945 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14948         Suggested by Dan Christensen <jdc@uwo.ca>.
14949
14950         * mm-decode.el (mm-save-part): Enable change of prompt.
14951
14952 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14953
14954         * gnus-msg.el (gnus-inews-add-send-actions):
14955         Make `message-post-method' lambda parameter ARG `&optional'.
14956
14957 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * gnus-sum.el (gnus-summary-mime-map):
14960         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14961         gnus-article-jump-to-part.
14962
14963         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14964         (gnus-article-edit-part): Use it.
14965         (gnus-article-part-wrapper): Add no-handle argument.
14966         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14967         New functions.
14968
14969 2005-08-29  Romain Francoise  <romain@orebokech.com>
14970
14971         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14972         docstring.
14973         (gnus-face-from-file): Likewise.
14974
14975 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14978         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14979         non-nil.
14980         (gnus-auto-select-part): New variable.
14981         (gnus-article-jump-to-part): New function.
14982         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14983         (gnus-mime-delete-part): Allow selecting specified part after
14984         deleting or stripping parts.
14985         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14986         part if argument is bogus.
14987
14988 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14989
14990         * gnus-art.el (w3m-minor-mode-map):
14991         * gnus-spec.el (gnus-newsrc-file-version):
14992         * gnus-util.el (nnmail-active-file-coding-system)
14993         (gnus-original-article-buffer, gnus-user-agent):
14994         * gnus.el (gnus-ham-process-destinations)
14995         (gnus-parameter-ham-marks-alist)
14996         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14997         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14998         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14999         * mm-decode.el (gnus-current-window-configuration):
15000         * mm-extern.el (gnus-article-mime-handles):
15001         * mm-url.el (url-current-object, url-package-name)
15002         (url-package-version):
15003         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15004         (smime-keys, w3m-cid-retrieve-function-alist)
15005         (w3m-current-buffer, w3m-display-inline-images)
15006         (w3m-minor-mode-map):
15007         * mml-smime.el (gnus-extract-address-components):
15008         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15009         (gnus-newsrc-hashtb, message-default-charset)
15010         (message-deletable-headers, message-options)
15011         (message-posting-charset, message-required-mail-headers)
15012         (message-required-news-headers):
15013         * mml1991.el (mc-pgp-always-sign):
15014         * mml2015.el (mc-pgp-always-sign):
15015         * nnheader.el (nnmail-extra-headers):
15016         * rfc1843.el (gnus-decode-encoded-word-function)
15017         (gnus-decode-header-function, gnus-newsgroup-name):
15018         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15019
15020 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15021
15022         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15023         the end of the date treatments.
15024
15025 2005-08-15  Simon Josefsson  <jas@extundo.com>
15026
15027         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15028         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15029         Capello and Romain Francoise.
15030         (pgg-fetch-key-function): Remove, not used?
15031         (pgg-insert-url-with-w3): Require url, to get
15032         url-insert-file-contents regardless of where it is defined.
15033
15034 2005-08-13  Romain Francoise  <romain@orebokech.com>
15035
15036         * message.el (message-cite-original-1): New function.
15037         (message-cite-original): Use it.
15038         (message-cite-original-without-signature): Ditto.
15039
15040 2005-08-08  Romain Francoise  <romain@orebokech.com>
15041
15042         * message.el (message-yank-empty-prefix): New variable.
15043         (message-indent-citation): Use it.
15044         (message-cite-original-without-signature): Respect X-No-Archive.
15045
15046 2005-08-08  Simon Josefsson  <jas@extundo.com>
15047
15048         * pgg.el: Autoload url-insert-file-contents instead of loading
15049         w3/url.
15050         (pgg-insert-url-with-w3): Don't load url here.
15051
15052 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15053
15054         * message.el (message-kill-to-signature): Don't insert newline at
15055         bol.
15056         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15057
15058 2005-08-06  Romain Francoise  <romain@orebokech.com>
15059
15060         * message.el (message-user-fqdn): Fix typo in docstring.
15061
15062 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15063
15064         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15065
15066         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15067
15068 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * mm-bodies.el (mm-encode-body): Use coding system rather than
15071         charset to encode text.
15072
15073         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15074         number of charsets if utf-8 is available (XEmacs).
15075
15076 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15079         taken from `gnus-button-mid-or-mail-regexp'.
15080         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15081         (gnus-button-alist): Improve regexp for domain part of the MIDs
15082         for news:localpart@domain buttons.
15083         (gnus-button-ctan-directory-regexp): Update.
15084
15085 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * sieve-manage.el (sieve-manage-interactive-login):
15088         Use make-local-variable rather than make-variable-buffer-local.
15089         (sieve-manage-open): Ditto.
15090         (sieve-manage-authenticate): Ditto.
15091
15092         * mml.el (mml-generate-mime-1): Make the content type default to
15093         text/plain if the filename is not specified.
15094
15095 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15098         instead of insert-buffer.
15099
15100         * message.el (message-yank-original): Ditto; set the mark at the
15101         end of the yanked message.
15102
15103 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15106         lines to scroll rather than to stop it.
15107
15108         * mml.el (mml-generate-default-type): Add doc string.
15109         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15110         default to application/octet-stream when determining the content
15111         type if it is not specified for the part or the mml contents; add
15112         a comment about mml-generate-default-type.
15113
15114 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15117         make it default to application/octet-stream when determining the
15118         content type if it is not specified for the external contents.
15119
15120 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15123         segmented parameter but also other parameters might be there.
15124
15125 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * mm-decode.el (mm-display-external): Delete temp file, directory
15128         and buffer immediately if the external process is exited.
15129
15130 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15133         fewer lines than that of scroll-margin.
15134         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15135
15136 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-art.el (gnus-article-next-page): Revert.
15139         (gnus-article-beginning-of-window): New macro.
15140         (gnus-article-next-page-1): Use it.
15141         (gnus-article-prev-page): Ditto.
15142         (gnus-article-edit-part): Use insert-buffer-substring instead of
15143         insert-buffer.
15144         (gnus-article-edit-exit): Ditto.
15145
15146         * gnus-util.el (gnus-beginning-of-window): Remove.
15147         (gnus-end-of-window): Remove.
15148
15149         * lpath.el: Don't bind header-line-format and scroll-margin.
15150
15151 2005-07-25  Simon Josefsson  <jas@extundo.com>
15152
15153         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15154         to have the url package without w3.  Reported by Daiki Ueno
15155         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15156
15157 2005-07-20  Didier Verna  <didier@xemacs.org>
15158
15159         * gnus-diary.el: Remove the description comment (nndiary is now
15160         properly documented in the Gnus manual).
15161         Fix the spelling of "Back End".
15162         * nndiary.el: Ditto.
15163         Fix the copyright notice.
15164
15165 2005-07-18  Romain Francoise  <romain@orebokech.com>
15166
15167         * gnus-sum.el (gnus-summary-to-prefix)
15168         (gnus-summary-newsgroup-prefix): New variables.
15169         (gnus-summary-from-or-to-or-newsgroups): Use them.
15170
15171 2005-07-17  Romain Francoise  <romain@orebokech.com>
15172
15173         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15174         space as it's generally not especially interesting to the user.
15175
15176 2005-07-16  Romain Francoise  <romain@orebokech.com>
15177
15178         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15179         nil to avoid prompting and file modification if one of the
15180         messages at the top of the nnfolder file contains a copyright
15181         notice.
15182         Update copyright notice.
15183
15184         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15185         instead of `current-time-string' as the latter creates a time
15186         string that is not RFC 2822 compliant (it lacks the zone).
15187         Update copyright notice.
15188
15189 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15190
15191         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15192         for text/rtf.  Display default in prompt.  Pass default for M-n.
15193
15194         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15195
15196 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15197
15198         * gnus-msg.el (gnus-button-mailto):
15199         Remove save-selected-window-window hackery because it relies on
15200         save-selected-window internals.
15201
15202 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15205         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15206         (gnus-article-prev-page): Ditto.
15207
15208         * gnus-util.el (gnus-beginning-of-window): New function.
15209         (gnus-end-of-window): New function.
15210
15211         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15212
15213 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15214
15215         * gnus-score.el (gnus-score-edit-all-score):
15216         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15217         gnus-message.
15218
15219 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * gnus-msg.el (gnus-button-mailto):
15222         Remove save-selected-window-window hackery because it relies on
15223         save-selected-window internals.
15224
15225 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15228         add-minor-mode.
15229         (gnus-binary-mode): Ditto.
15230
15231         * gnus-topic.el (gnus-topic-mode): Ditto.
15232
15233 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15234
15235         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15236         (gnus-article-prev-page): Take scroll-margin into consideration.
15237
15238 2005-07-04  Lute Kamstra  <lute@gnu.org>
15239
15240         Update FSF's address in GPL notices.
15241
15242 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15243
15244         * gnus.el (gnus-exit):
15245         * gnus-group.el (gnus-group-icons):
15246         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15247
15248         * gnus-nocem.el (gnus-nocem):
15249         * message.el (message-various, message-buffers, message-sending)
15250         (message-interface, message-forwarding, message-insertion)
15251         (message-headers, message-news, message-mail):
15252         * pgg-gpg.el (pgg-gpg):
15253         * pgg-parse.el (pgg-parse):
15254         * pgg-pgp.el (pgg-pgp):
15255         * pgg-pgp5.el (pgg-pgp5):
15256         * pop3.el (pop3): Finish `defgroup' description with period.
15257
15258 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (article-display-face): Improve the efficiency.
15261         (article-display-x-face): Ditto; remove grey x-face stuff.
15262
15263 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-art.el (article-display-face): Correct the position in
15266         which Faces are inserted.
15267
15268 2005-06-29  Didier Verna  <didier@xemacs.org>
15269
15270         * gnus-art.el (article-display-face): Display faces in correct
15271         order.
15272
15273 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15276         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15277         (gnus-nocem-check-article): Fetch the Type header.
15278         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15279         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15280         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15281         make sure gnus-nocem-hashtb is initialized.
15282         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15283         (gnus-nocem-unwanted-article-p): Ditto.
15284
15285         * pgg.el (pgg-verify): Return the verification result.
15286
15287 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15290         is ascii.
15291
15292 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15293
15294         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15295         `show-nonbreak-escape'.
15296
15297 2005-06-23  Lute Kamstra  <lute@gnu.org>
15298
15299         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15300
15301         * dig.el (dig-mode):
15302         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15303
15304 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15305
15306         * nnimap.el (nnimap-split-download-body): Fix spellings.
15307
15308 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15309
15310         * gnus-art.el (gnus-article-encrypt-body):
15311         * gnus-cus.el (gnus-score-customize):
15312         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15313         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15314
15315 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15316
15317         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15318         header by looking for magic "MII" at the beginnig.
15319
15320 2005-06-16  Miles Bader  <miles@gnu.org>
15321
15322         * gnus-xmas.el (gnus-xmas-group-startup-message):
15323         Use renamed gnus-splash face.
15324
15325         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15326         (assistant-field-face): New backward-compatibility alias for renamed
15327         face.
15328         (assistant-render-text): Use renamed assistant-field face.
15329
15330         * spam.el (spam): Remove "-face" suffix from face name.
15331         (spam-face): New backward-compatibility alias for renamed face.
15332         (spam-face, spam-initialize): Use renamed spam face.
15333
15334         * message.el (message-header-to, message-header-cc)
15335         (message-header-subject, message-header-newsgroups)
15336         (message-header-other, message-header-name)
15337         (message-header-xheader, message-separator, message-cited-text)
15338         (message-mml): Remove "-face" suffix from face names.
15339         (message-header-to-face, message-header-cc-face)
15340         (message-header-subject-face, message-header-newsgroups-face)
15341         (message-header-other-face, message-header-name-face)
15342         (message-header-xheader-face, message-separator-face)
15343         (message-cited-text-face, message-mml-face):
15344         New backward-compatibility aliases for renamed faces.
15345         (message-font-lock-keywords): Use renamed message faces.
15346
15347         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15348         (sieve-test-commands, sieve-tagged-arguments):
15349         Remove "-face" suffix from face names.
15350         (sieve-control-commands-face, sieve-action-commands-face)
15351         (sieve-test-commands-face, sieve-tagged-arguments-face):
15352         New backward-compatibility aliases for renamed faces.
15353         (sieve-control-commands-face, sieve-action-commands-face)
15354         (sieve-test-commands-face, sieve-tagged-arguments-face):
15355         Use renamed sieve faces.
15356
15357         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15358         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15359         (gnus-group-news-3-empty, gnus-group-news-4)
15360         (gnus-group-news-4-empty, gnus-group-news-5)
15361         (gnus-group-news-5-empty, gnus-group-news-6)
15362         (gnus-group-news-6-empty, gnus-group-news-low)
15363         (gnus-group-news-low-empty, gnus-group-mail-1)
15364         (gnus-group-mail-1-empty, gnus-group-mail-2)
15365         (gnus-group-mail-2-empty, gnus-group-mail-3)
15366         (gnus-group-mail-3-empty, gnus-group-mail-low)
15367         (gnus-group-mail-low-empty, gnus-summary-selected)
15368         (gnus-summary-cancelled, gnus-summary-high-ticked)
15369         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15370         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15371         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15372         (gnus-summary-low-undownloaded)
15373         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15374         (gnus-summary-low-unread, gnus-summary-normal-unread)
15375         (gnus-summary-high-read, gnus-summary-low-read)
15376         (gnus-summary-normal-read, gnus-splash):
15377         Remove "-face" suffix from face names.
15378         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15379         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15380         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15381         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15382         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15383         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15384         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15385         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15386         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15387         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15388         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15389         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15390         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15391         (gnus-summary-normal-ticked-face)
15392         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15393         (gnus-summary-normal-ancient-face)
15394         (gnus-summary-high-undownloaded-face)
15395         (gnus-summary-low-undownloaded-face)
15396         (gnus-summary-normal-undownloaded-face)
15397         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15398         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15399         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15400         (gnus-splash-face):
15401         New backward-compatibility aliases for renamed faces.
15402         (gnus-group-startup-message): Use renamed gnus faces.
15403
15404         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15405         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15406         (gnus-server-agent): Remove "-face" suffix from face names.
15407         (gnus-server-agent-face, gnus-server-opened-face)
15408         (gnus-server-closed-face, gnus-server-denied-face)
15409         (gnus-server-offline-face):
15410         New backward-compatibility aliases for renamed faces.
15411         (gnus-server-agent-face, gnus-server-opened-face)
15412         (gnus-server-closed-face, gnus-server-denied-face)
15413         (gnus-server-offline-face): Use renamed gnus faces.
15414
15415         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15416         Remove "-face" suffix from face names.
15417         (gnus-picon-xbm-face, gnus-picon-face):
15418         New backward-compatibility aliases for renamed faces.
15419
15420         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15421         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15422         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15423         (gnus-cite-11): Remove "-face" suffix from face names.
15424         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15425         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15426         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15427         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15428         New backward-compatibility aliases for renamed faces.
15429         (gnus-cite-attribution-face, gnus-cite-face-list)
15430         (gnus-article-boring-faces): Use renamed gnus faces.
15431
15432         * gnus-art.el (gnus-signature, gnus-header-from)
15433         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15434         (gnus-header-content): Remove "-face" suffix from face names.
15435         (gnus-signature-face, gnus-header-from-face)
15436         (gnus-header-subject-face, gnus-header-newsgroups-face)
15437         (gnus-header-name-face, gnus-header-content-face):
15438         New backward-compatibility aliases for renamed faces.
15439         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15440
15441         * gnus-sum.el (gnus-summary-selected-face)
15442         (gnus-summary-highlight): Use renamed gnus faces.
15443         * gnus-group.el (gnus-group-highlight): Likewise.
15444
15445 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15446
15447         * gnus-sieve.el (gnus-sieve-article-add-rule):
15448         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15449         * spam-stat.el (spam-stat-buffer-change-to-spam)
15450         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15451
15452         * message.el (message-is-yours-p):
15453         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15454
15455 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * mm-view.el (mm-inline-text): Withdraw the last change.
15458
15459 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15462         executing enriched-decode.
15463
15464 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15467         charset of tar files.
15468
15469 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15470
15471         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15472
15473 2005-06-04  Lute Kamstra  <lute@gnu.org>
15474
15475         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15476         information is never recorded.
15477
15478 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15479
15480         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15481
15482 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * pop3.el (pop3-apop): Run md5 in the binary mode.
15485
15486         * starttls.el (starttls-set-process-query-on-exit-flag):
15487         Use eval-and-compile.
15488
15489 2005-05-31  Simon Josefsson  <jas@extundo.com>
15490
15491         * smime.el (smime-replace-in-string): Define.
15492         (smime-cert-by-ldap-1): Use it.
15493
15494 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-art.el (article-display-x-face): Replace
15497         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15498
15499         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15500         set-process-query-on-exit-flag or process-kill-without-query.
15501
15502         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15503         loop instead of replace-regexp.
15504
15505         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15506         instead of process-kill-without-query if it is available.
15507
15508         * lpath.el: Fbind ldap-search-entries.
15509
15510         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15511         instead of find-file-hooks if it is available.
15512
15513         * mml1991.el: Bind pgg-default-user-id when compiling.
15514
15515         * mml2015.el: Bind pgg-default-user-id when compiling.
15516
15517         * nndraft.el (nndraft-request-associate-buffer):
15518         Use write-contents-functions instead of write-contents-hooks if it is
15519         available.
15520
15521         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15522         instead of find-file-hooks if it is available.
15523
15524         * nntp.el (nntp-open-connection): Replace
15525         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15526         (nntp-open-ssl-stream): Ditto.
15527         (nntp-open-tls-stream): Ditto.
15528
15529         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15530         set-process-query-on-exit-flag or process-kill-without-query.
15531         (starttls-open-stream-gnutls): Use it instead of
15532         process-kill-without-query.
15533         (starttls-open-stream): Ditto.
15534
15535 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15536
15537         * smime.el (smime-cert-by-ldap-1): Don't use
15538         replace-regexp-in-string.
15539
15540 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15541
15542         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15543
15544         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15545         in PEM format.  Adjust to the XEmacs compability.
15546
15547 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15550         by `string-to-number'.
15551         * gnus-agent.el (gnus-agent-regenerate-group)
15552         (gnus-agent-fetch-articles): Ditto.
15553         * gnus-art.el (gnus-button-fetch-group): Ditto.
15554         * gnus-cache.el (gnus-cache-generate-active)
15555         (gnus-cache-articles-in-group): Ditto.
15556         * gnus-group.el (gnus-group-set-current-level)
15557         (gnus-group-insert-group-line): Ditto.
15558         * gnus-score.el (gnus-score-set-expunge-below)
15559         (gnus-score-set-mark-below, gnus-summary-score-effect)
15560         (gnus-summary-score-entry): Ditto.
15561         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15562         (gnus-soup-pack): Ditto.
15563         * gnus-spec.el (gnus-xmas-format): Ditto.
15564         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15565         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15566         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15567         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15568         * nndb.el (nndb-get-remote-expire-response): Ditto.
15569         * nndiary.el (nndiary-parse-schedule-value)
15570         (nndiary-string-to-number, nndiary-request-replace-article)
15571         (nndiary-request-article): Ditto.
15572         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15573         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15574         * nneething.el (nneething-make-head): Ditto.
15575         * nnfolder.el (nnfolder-request-article)
15576         (nnfolder-retrieve-headers): Ditto.
15577         * nnheader.el (nnheader-file-to-number): Ditto.
15578         * nnkiboze.el (nnkiboze-request-article): Ditto.
15579         * nnmail.el (nnmail-process-unix-mail-format)
15580         (nnmail-process-babyl-mail-format): Ditto.
15581         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15582         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15583         (nnmh-request-create-group, nnmh-request-list-1)
15584         (nnmh-request-group, nnmh-request-article): Ditto.
15585         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15586         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15587         * nnsoup.el (nnsoup-make-active): Ditto.
15588         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15589         * nntp.el (nntp-find-group-and-number)
15590         (nntp-retrieve-headers-with-xover): Ditto.
15591         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15592         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15593         (pgg-format-key-identifier): Ditto.
15594         * pop3.el (pop3-last, pop3-stat): Ditto.
15595         * qp.el (quoted-printable-decode-region): Ditto.
15596
15597         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15598         of concat.
15599
15600 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15603
15604         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15605
15606         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15607
15608         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15609
15610         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15611
15612         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15613
15614         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15615         (gnus-carpal-mode): Ditto.
15616
15617         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15618         (gnus-browse-mode): Ditto.
15619
15620         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15621
15622         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15623
15624 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15625
15626         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15627
15628 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-util.el (gnus-run-mode-hooks): New function.
15631
15632         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15633
15634         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15635         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15636
15637 2005-05-27  Lute Kamstra  <lute@gnu.org>
15638
15639         * dns-mode.el (dns-mode): Specify customization group.
15640
15641 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15642
15643         * gnus-agent.el (gnus-agent-make-mode-line-string):
15644         Use mode-line-highlight as mouse-face.
15645
15646 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * canlock.el (canlock): Change the parent group to news.
15649
15650         * deuglify.el (gnus-outlook-deuglify): Add :group.
15651
15652         * dig.el (dig): Add :group.
15653
15654         * dns-mode.el (dns-mode): Add :group.
15655
15656         * encrypt.el (encrypt): Add :group.
15657
15658         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15659         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15660         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15661         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15662         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15663
15664         * gnus-diary.el (gnus-diary): Add :group.
15665
15666         * gnus.el (gnus-group-news-1-face): Add :group.
15667         (gnus-group-news-1-empty-face): Ditto.
15668         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15669         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15670         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15671         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15672         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15673         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15674         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15675         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15676         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15677         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15678         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15679         (gnus-summary-high-ticked-face): Ditto.
15680         (gnus-summary-low-ticked-face): Ditto.
15681         (gnus-summary-normal-ticked-face): Ditto.
15682         (gnus-summary-high-ancient-face): Ditto.
15683         (gnus-summary-low-ancient-face): Ditto.
15684         (gnus-summary-normal-ancient-face): Ditto.
15685         (gnus-summary-high-undownloaded-face): Ditto.
15686         (gnus-summary-low-undownloaded-face): Ditto.
15687         (gnus-summary-normal-undownloaded-face): Ditto.
15688         (gnus-summary-high-unread-face): Ditto.
15689         (gnus-summary-low-unread-face): Ditto.
15690         (gnus-summary-normal-unread-face): Ditto.
15691         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15692         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15693
15694         * hashcash.el (hashcash): New custom group.
15695         (hashcash-default-payment): Add :group.
15696         (hashcash-payment-alist): Ditto.
15697         (hashcash-default-accept-payment): Ditto.
15698         (hashcash-accept-resources): Ditto.
15699         (hashcash-path): Ditto.
15700         (hashcash-extra-generate-parameters): Ditto.
15701         (hashcash-double-spend-database): Ditto.
15702         (hashcash-in-news): Ditto.
15703
15704         * message.el (message-minibuffer-local-map): Add :group.
15705
15706         * netrc.el (netrc): Add :group.
15707
15708         * sieve-manage.el (sieve-manage-log): Add :group.
15709         (sieve-manage-default-user): Diito.
15710         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15711         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15712         (sieve-manage-authenticators): Ditto.
15713         (sieve-manage-authenticator-alist): Ditto.
15714         (sieve-manage-default-port): Ditto.
15715
15716         * sieve-mode.el (sieve-control-commands-face): Add :group.
15717         (sieve-action-commands-face): Ditto.
15718         (sieve-test-commands-face): Ditto.
15719         (sieve-tagged-arguments-face): Ditto.
15720
15721         * smime.el (smime): Add :group.
15722
15723         * spam-report.el (spam-report): Add :group.
15724
15725         * spam.el (spam, spam-face): Add :group.
15726
15727 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15730         return \n.\n.\n at the end of articles.  Protect against that.
15731         (nntp-with-open-group): Allow debugging.
15732
15733         * nnheader.el (mail-header-set-extra): Make into a function
15734         because I just could't understand how to quote the list properly.
15735
15736         * dns.el (query-dns-cached): New function.
15737
15738 2005-05-26  Lute Kamstra  <lute@gnu.org>
15739
15740         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15741
15742 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15745
15746         * gnus-art.el: Don't autoload mail-extract-address-components.
15747
15748         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15749         eval-and-compile to evaluate it.
15750
15751         * hashcash.el: Don't autoload executable-find.
15752
15753         * nndb.el: Don't declare the nndb back end two or more times; don't
15754         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15755
15756         * nntp.el: Autoload format-spec instead of format; use
15757         eval-and-compile to evaluate autoload forms.
15758
15759 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15760
15761         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15762
15763 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15764
15765         * gnus.el (gnus-version-number): Bump version.
15766
15767 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15768
15769         * gnus.el: No Gnus v0.3 is released.
15770
15771 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15772
15773         * lpath.el (featurep): Bind show-nonbreak-escape.
15774
15775 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * gnus-art.el (gnus-article-edit-part): Disable undo.
15778
15779 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15782         gnus-article-date-lapsed-new-header is t if date timer is active;
15783         skip headers in which the original date value is empty.
15784         (gnus-article-save-original-date): Redefine it as a macro.
15785         (gnus-display-mime): Use it.
15786
15787 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-art.el (article-date-ut): Support converting date in
15790         forwarded parts as well.
15791         (gnus-article-save-original-date): New function.
15792         (gnus-display-mime): Use it.
15793
15794 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15795
15796         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15797         enclosure element of <item>.
15798
15799 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * message.el (message-kill-buffer-query): Rename from
15802         `message-kill-buffer-query-if-modified'.  Add :version.
15803
15804 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15807         window layout.
15808
15809 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * mml.el: Autoload dnd when compiling.
15812
15813 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15816         x-dnd-*.
15817
15818 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * qp.el (quoted-printable-encode-region): Save excursion.
15821
15822 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * message.el (message-kill-buffer-query-if-modified): Add new variable
15825         so the user can kill a modified message buffer quickly.
15826         (message-kill-buffer): Use it.
15827
15828 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * lpath.el: Fbind display-time-event-handler; don't fbind
15831         string-to-multibyte.
15832
15833         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15834
15835 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15838         contained in text because xml.el decodes entities) with LFs.
15839
15840 2005-04-11  Lute Kamstra  <lute@gnu.org>
15841
15842         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15843         differently.
15844
15845 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15846
15847         * mm-util.el (mm-detect-coding-region): Typo.
15848
15849 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15852
15853 2005-04-06  Deepak Goel  <deego@gnufans.org>
15854
15855         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15856         user-function allow user modifications of the scores.
15857         (spam-stat-score-buffer-user): New function, to allow
15858         user-computed modifications to the score.
15859         (spam-stat-score-buffer-user-functions): List of additional
15860         scoring functions.
15861         (spam-stat-error-holder): Global temporary error holder.
15862         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15863         variable.
15864
15865 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * gnus-registry.el (gnus-registry-clean-empty-function)
15868         (gnus-registry-trim, gnus-registry-fetch-groups)
15869         (gnus-registry-delete-group): Groups that match
15870         `gnus-registry-ignored-groups' are removed from the registry
15871         entries, not just ignored for splitting.  This helps clean up the
15872         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15873         to get all the groups a message ID is in.
15874
15875         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15876         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15877         (spam-stat-score-buffer-user-functions): Add :number custom type.
15878
15879 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15882         argument in XEmacs.
15883
15884         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15885         (nnrss-request-group): Decode group name first.
15886         (nnrss-request-article): Make a text/plain article if mml-to-mime
15887         failed.
15888         (nnrss-get-encoding): Return a compatible encoding according to
15889         nnrss-compatible-encoding-alist.
15890         (nnrss-find-el): Use consp instead of listp.
15891         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15892
15893 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15896         which Emacs 20 doesn't support.
15897         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15898
15899 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15902         silence the byte compiler inside the defun.
15903
15904         * gnus-demon.el (parse-time-string): Add autoload.
15905
15906         * gnus-delay.el (parse-time-string): Add autoload.
15907
15908         * gnus-art.el (parse-time-string): Add autoload.
15909
15910         * nnultimate.el (parse-time): Require for `parse-time-string'.
15911
15912 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15915
15916         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15917
15918         * smime.el (smime-ldap-host-list): Add :version.
15919
15920 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15923         pass it to `gnus-browse-read-group'.
15924         (gnus-browse-read-group): Add NUMBER argument and pass it to
15925         `gnus-group-read-ephemeral-group'.
15926
15927         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15928         argument and pass it to `gnus-group-read-group'.
15929
15930 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15931
15932         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15933         mm-xemacs-find-mime-charset-1 if we have the mule feature
15934         available at runtime.
15935
15936 2005-03-25  Werner Lemberg  <wl@gnu.org>
15937
15938         * nnmaildir.el: Replace `illegal' with `invalid'.
15939
15940 2005-03-23  Lute Kamstra  <lute@gnu.org>
15941
15942         * time-date.el: Add comment on time value formats.
15943         Don't require parse-time.
15944         (with-decoded-time-value): New macro.
15945         (encode-time-value): New function.
15946         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15947         (days-to-time): Return a valid time value when arg is huge.
15948         (time-since): Use time-subtract.
15949         (time-to-number-of-days): Use time-to-seconds.
15950
15951 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15952
15953         * gnus-start.el (gnus-display-time-event-handler):
15954         Check display-time-timer at runtime rather than only at load time
15955         in case display-time-mode is turned off in the mean time.
15956
15957 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15960         used.
15961
15962         * nneething.el (nneething-map-file-directory): Derive from
15963         `gnus-directory'.
15964
15965         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15966         the To/Cc button.
15967
15968 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15969
15970         * nnmaildir.el (nnmaildir-request-accept-article):
15971         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15972
15973 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15974
15975         * gnus-async.el: Require timer-funcs at compile time when in
15976         XEmacs for `run-with-idle-timer'.
15977
15978 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15979
15980         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15981         autoloaded function.
15982
15983 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15984
15985         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15986
15987 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15988
15989         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15990
15991 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15992
15993         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15994         Add gnus-expert-user to default.
15995
15996 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15997
15998         * nnimap.el (nnimap-open-server): Ditto.
15999
16000         * imap.el (imap-authenticate): Fix typo.
16001
16002 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16003
16004         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16005         buffer (since IMAP server might return FETCH response out of
16006         order, and the nntp buffer must be sorted).
16007
16008 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16009
16010         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16011         comparison on string.
16012
16013         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16014         (gnus-agent-score): Rename category keywords to match gnus-cus.
16015         (gnus-agent-summary-fetch-series): Modify to protect against
16016         gnus-agent-summary-fetch-group clearing processable flags.
16017         (gnus-agent-synchronize-group-flags): Update live group buffer as
16018         synchronization may occur due to the user toggle the plugged
16019         status.
16020         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16021         successfully downloaded.
16022         (gnus-agent-expire-group-1): Avoid using markers when the overview
16023         is in ascending order; greatly improves performance.
16024         (gnus-agent-regenerate-group):
16025         Use gnus-agent-synchronize-group-flags to reset read status in both
16026         gnus and server.
16027         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16028
16029 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * message.el: Don't autoload former message-utils variables.
16032         (message-strip-subject-trailing-was): Change doc string.
16033
16034         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16035         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16036         (nnweb-google-search): Add "hl=en" here.
16037         (nnweb-google-parse-1, nnweb-google-create-mapping):
16038         Don't hardcode URL.
16039
16040 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * message.el (message-get-reply-headers, message-followup):
16043         Mention related variables `message-use-followup-to' and
16044         `message-use-mail-followup-to', in the information buffer.
16045
16046         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16047         of broken groups(-beta).google.com.
16048
16049 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16052         parameter to invoked gnus-request-move-article; remove the
16053         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16054         all at once instead of once per article.
16055         (gnus-summary-remove-process-mark): Accept a list of articles as
16056         well as a single article for processing.
16057
16058         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16059         parameter.
16060
16061         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16062
16063         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16064
16065         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16066         parameter.
16067
16068         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16069         parameter.
16070
16071         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16072         parameter and remove the gnus-sum-hint-move-is-internal variable.
16073
16074         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16075         parameter.
16076
16077         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16078         parameter.
16079
16080         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16081         parameter.
16082
16083         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16084
16085         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16086         parameter.
16087
16088         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16089         parameter.
16090
16091 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16092
16093         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16094         a more conservative way.
16095
16096 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16097
16098         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16099         buffer, so it moves the window's cursor.
16100
16101 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16102
16103         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16104         `mm-dissect-multipart' and receive the from field as an (optional)
16105         argument from `mm-dissect-multipart'.
16106         (mm-dissect-multipart): Receive the from field as an argument and
16107         pass it on when we call `mm-dissect-buffer' on MIME parts.
16108         Fixes verification/decryption of signed/encrypted MIME parts.
16109
16110 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * gnus-sum.el (gnus-summary-move-article):
16113         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16114         whatever it calls (right now, only nnimap-request-move article
16115         respects it).
16116
16117         * nnimap.el (nnimap-request-move-article):
16118         When gnus-sum-hint-move-is-internal is set, don't do the extra
16119         nnimap-request-article.
16120
16121 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16124
16125         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16126         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16127
16128         * gnus-sum.el (gnus-summary-caesar-message):
16129         Apply `gnus-treat-article' after rotation.
16130
16131         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16132         doc string.
16133
16134 2005-02-22  Simon Josefsson  <jas@extundo.com>
16135
16136         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16137         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16138         <arne@arnested.dk>.
16139         (encrypt): Add password-cache and password-cache-expiry as group
16140         members.
16141
16142 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16143
16144         * smime.el (smime-ldap-host-list): Doc fix.
16145         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16146         cache) password.
16147         (smime-sign-region): Use it.
16148         (smime-decrypt-region): Use it.
16149         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16150         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16151         fails.
16152         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16153         certificate from DER to PEM format rather than calling openssl.
16154
16155         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16156
16157         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16158         for signing/encryption.
16159
16160         * mml.el (mml-parse-1): Use them.
16161
16162 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16163
16164         * nnrss.el (nnrss-verbose): Remove.
16165         (nnrss-request-group): Use `nnheader-message' instead.
16166
16167 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16168
16169         * nnrss.el (nnrss-verbose): New variable.
16170         (nnrss-request-group): Make it say nnrss is requesting a group.
16171
16172 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16175         Handle news URL with given port correctly.
16176
16177 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16180         containing special characters.
16181
16182         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16183
16184         * mml.el (mime-to-mml): Ditto.
16185
16186         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16187         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16188         (rfc2047-decode-region): Quote decoded words containing special
16189         characters when rfc2047-quote-decoded-words-containing-tspecials
16190         is non-nil.
16191
16192 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16195
16196         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16197
16198 2005-02-15  Simon Josefsson  <jas@extundo.com>
16199
16200         * nnimap.el (nnimap-debug): Doc fix.
16201
16202         * imap.el (imap-debug): Doc fix.
16203
16204 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16207
16208 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * gnus.el (spam-contents): Improve docs for spam-contents
16211         parameter in its variable incarnation.
16212
16213 2005-02-14  Simon Josefsson  <jas@extundo.com>
16214
16215         * smime-ldap.el: Use require instead of load-library for ldap.
16216         (smime-ldap-search): Indent.
16217         (smime-ldap-search-internal): Shorten line.
16218
16219         * smime.el (smime-cert-by-dns): Add doc-string.
16220         (smime-cert-by-ldap-1): Indent.
16221
16222         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16223         mml-smime-get-dns-ldap.
16224         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16225
16226 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16227
16228         * smime.el: Require smime-ldap.
16229         (smime-ldap-host-list): New variable.
16230         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16231
16232         * mml-smime.el (mml-smime-encrypt-query): New function.
16233         (mml-smime-encrypt-query): Use it.
16234
16235         * smime-ldap.el: New file.
16236
16237 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16240
16241 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16244         argument in doc string.  Make query for type more clear.
16245
16246 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * gnus.el (gnus-group-startup-message): Search for gnus images in
16249         etc/images/gnus.
16250         * mm-util.el (mm-image-load-path): Likewise.
16251         * smiley.el (smiley-data-directory): Search for smilies in
16252         etc/images/smilies.
16253
16254 2005-02-09  Kim F. Storm  <storm@cua.dk>
16255
16256         Change Emacs release version from 21.4 to 22.1 throughout.
16257         Change Emacs development version from 21.3.50 to 22.0.50.
16258
16259 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16262
16263         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16264         non-Mule XEmacs as well.
16265         (mm-decompress-buffer): Signal an error intentionally if it does
16266         not decompress compressed data because auto-compression-mode is
16267         disabled.
16268
16269 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16270
16271         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16272         an ID in the registry even if it has no groups.
16273
16274 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16277         merge it into mm-decompress-buffer.
16278         (gnus-mime-copy-part): Use the MIME part charset, the value which
16279         a user specified or gnus-newsgroup-charset for decoding, like
16280         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16281         save-buffer what was used.  Suggested by Kevin Ryde
16282         <user42@zip.com.au>.
16283         (gnus-mime-inline-part): Allow the name parameter as well as the
16284         filename parameter; force decompressing of compressed data; always
16285         display contents being not decoded as unibyte.
16286
16287         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16288         as well as the filename parameter.
16289
16290         * mm-util.el (mm-decompress-buffer):
16291         Merge gnus-mime-jka-compr-maybe-uncompress.
16292         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16293         of compressed data.
16294
16295 2005-02-08  Simon Josefsson  <jas@extundo.com>
16296
16297         * imap.el (imap-log): Doc fix.
16298
16299 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16302         the coding cookies; decompress compressed parts.
16303
16304         * mml.el (mml-generate-mime-1): Add the charset parameter according
16305         to the value which a user specified manually or the coding cookie.
16306
16307         * mm-util.el (mm-string-to-multibyte): New function.
16308         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16309         (mm-coding-system-to-mime-charset): New function.
16310         (mm-decompress-buffer): New function.
16311         (mm-find-buffer-file-coding-system): New function.
16312
16313         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16314         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16315         parts.
16316
16317 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16318
16319         * mm-view.el (mm-display-inline-fontify): Decode a part according
16320         to the charset parameter.
16321
16322 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16325         prefix arg is neither nil nor a number, as info specifies.
16326
16327 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16330         timestamps.
16331
16332 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16333
16334         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16335         groups error checking and notify user.
16336
16337 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16338
16339         * message.el (message-send-mail-function): Check existence of
16340         sendmail-program first before using default value
16341         `message-send-mail-with-sendmail'.  Otherwise use more generic
16342         `smtpmail-send-it'.
16343
16344 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * nntp.el (nntp-request-update-info): Always return nil.
16347
16348 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16351
16352 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16353
16354         * message.el (message-beginning-of-line): Change the behavior when
16355         invoked between BOL and : so that it first moves backward.
16356
16357 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16360         article buffer when editing of the article is discarded.
16361         (gnus-article-prepare): Revert.
16362
16363 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-art.el (gnus-article-prepare):
16366         Remove message-strip-forbidden-properties from the local hook.
16367
16368 2005-01-27  Simon Josefsson  <jas@extundo.com>
16369
16370         * password.el (password-cache-add): Only start one timer per key.
16371         Reported by Derek Atkins <warlord@MIT.EDU>.
16372
16373 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16374
16375         * run-at-time.el: Remove.  It is no longer needed as
16376         timer-funcs.el in the xemacs-base package has a working version of
16377         `run-at-time'.
16378
16379         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16380
16381         * password.el: Require timer-funcs instead of run-at-time in
16382         XEmacs.
16383         Remove `password-run-at-time' macro.
16384         (password-cache-add): Use `run-at-time' instead of
16385         `password-run-at-time'.
16386
16387         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16388         Remove `nnheader-cancel-function-timers' alias,
16389         `cancel-function-timers' exists in XEmacs in timer-funcs.
16390
16391         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16392         for `run-with-idle-timer'.
16393
16394         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16395         for `run-at-time'.
16396
16397         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16398         for `with-timeout'.
16399
16400         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16401         the same as for XEmacs 21.4.
16402         No need to ignore `run-with-idle-timer', this function exists in
16403         XEmacs now in timer-funcs.el in the xemacs-base package.
16404         (dgnushack-compile): No need to delete
16405         run-at-time.el from the list of files to compile because it
16406         doesn't exist anymore.
16407
16408 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16411         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16412
16413 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16414
16415         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16416         sensitively.
16417
16418 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16419
16420         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16421
16422 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16425         which will be inserted according to the multibyteness of a buffer
16426         rather than the type of contents.  Suggested by ARISAWA Akihiro
16427         <ari@mbf.ocn.ne.jp>.
16428
16429         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16430         of string which old xml.el may return rather than a string.
16431
16432 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16435
16436 2005-01-16  Simon Josefsson  <jas@extundo.com>
16437
16438         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16439         idn/idna.el isn't available.
16440         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16441         <michael@waxrat.com>.
16442
16443         * hashcash.el: Remove non-FSF copyright header.
16444
16445         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16446         (hashcash-generate-payment): Use it.
16447         (hashcash-generate-payment-async): Use it.
16448
16449 2005-01-15  Simon Josefsson  <jas@extundo.com>
16450
16451         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16452         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16453
16454         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16455         gnus-summary-idna-message.
16456         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16457         (gnus-summary-idna-message): New function.
16458
16459 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16460
16461         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16462         gnus-novice-user.
16463
16464 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * nnrss.el (nnrss-request-delete-group): Delete entries in
16467         nnrss-group-alist as well.
16468         (nnrss-save-server-data): Insert newline.
16469
16470 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * gnus.el (gnus-user-agent): Use list of symbols instead of
16473         symbols.  Display full version number for (S)XEmacs.
16474         Optionally display (S)XEmacs codename.
16475
16476         * gnus-util.el (gnus-emacs-version): Update for new
16477         `gnus-user-agent'.
16478
16479         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16480         Gnus version.
16481
16482 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16485         which is unreadable in some setups.
16486
16487 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-spec.el (gnus-update-format-specifications): Flush the
16490         group format spec cache if it doesn't support decoded group names.
16491
16492 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16495         Allow to apply decay on score files matching a regexp.
16496
16497 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16500         compatibility in %g and %c.
16501
16502 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16505         name for only %g and %c.
16506         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16507         of gnus-tmp-group to decoded group name.
16508         (gnus-group-make-rss-group): Exclude `/'s from group names.
16509
16510 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * nnrss.el (nnrss-get-encoding): Fix regexp.
16513
16514 2004-12-27  Simon Josefsson  <jas@extundo.com>
16515
16516         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16517         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16518         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16519
16520 2004-12-17  Kim F. Storm  <storm@cua.dk>
16521
16522         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16523
16524         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16525
16526 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16527
16528         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16529
16530 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * nnrss.el: Require rfc2047 and mml.
16533         (nnrss-file-coding-system): New variable.
16534         (nnrss-format-string): Redefine it as an inline function.
16535         (nnrss-decode-group-name): New function.
16536         (nnrss-string-as-multibyte): Remove.
16537         (nnrss-retrieve-headers): Decode group name; don't use
16538         nnrss-format-string.
16539         (nnrss-request-group): Decode group name.
16540         (nnrss-request-article): Decode group name; allow a Message-ID as
16541         well as an article number; don't use nnrss-format-string; encode a
16542         Message-ID string which may contain non-ASCII characters; use
16543         mml-to-mime to compose a MIME article.
16544         (nnrss-request-expire-articles): Decode group name.
16545         (nnrss-request-delete-group): Decode group name.
16546         (nnrss-fetch): Clarify error message.
16547         (nnrss-read-server-data): Use insert-file-contents instead of load;
16548         bind file-name-coding-system; use multibyte buffer.
16549         (nnrss-save-server-data): Bind coding-system-for-write to the
16550         value of nnrss-file-coding-system; bind file-name-coding-system;
16551         add coding cookie.
16552         (nnrss-read-group-data): Use insert-file-contents instead of load;
16553         bind file-name-coding-system; use multibyte buffer.
16554         (nnrss-save-group-data): Bind coding-system-for-write to the
16555         value of nnrss-file-coding-system; bind file-name-coding-system.
16556         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16557         make it work with non-ASCII text.
16558         (nnrss-find-el): Make it work with old xml.el as well.
16559
16560 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16561
16562         * nnrss.el (nnrss-get-encoding): New function.
16563         (nnrss-fetch): Use unibyte buffer initially; bind
16564         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16565         decode contents according to the encoding attribute.
16566         (nnrss-save-group-data): Add coding cookie.
16567         (nnrss-mime-encode-string): New function.
16568         (nnrss-check-group): Use it to encode subject and author.
16569
16570 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16571
16572         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16573         imaginary variable.
16574
16575 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16578         correctly even if there are wide characters.
16579
16580 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16583         downcased symbol names; make a new cache instead of reusing
16584         bbdb-hashtable.
16585
16586 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16589         concatenating segments rather than before concatenating them.
16590         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16591
16592         * message.el (message-get-reply-headers): Bind `extra'.
16593
16594 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16595
16596         * message.el (message-extra-wide-headers): New variable.
16597         (message-get-reply-headers): Use it.
16598
16599 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16602         (gnus-agent-group-pathname): Ditto.
16603
16604         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16605
16606         * gnus-group.el (gnus-group-make-group): Decode group name.
16607         (gnus-group-make-rss-group): Register the group data after opening
16608         the nnrss group.
16609
16610 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16611
16612         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16613         by expiry now get marked as read.
16614
16615 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16618
16619 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16620
16621         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16622         unify Latin characters in XEmacs.
16623         (mm-find-mime-charset-region): Use it.
16624
16625 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-util.el (gnus-delete-directory): New function.
16628
16629         * gnus-agent.el (gnus-agent-delete-group): Use it.
16630
16631         * gnus-cache.el (gnus-cache-delete-group): Use it.
16632
16633 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16636         names.
16637
16638 2004-12-16  Simon Josefsson  <jas@extundo.com>
16639
16640         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16641
16642 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16645
16646         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16647         (gnus-group-set-current-level): Decode group name.
16648
16649 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16650
16651         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16652         failed.
16653
16654 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-group.el (gnus-group-delete-group): Decode group name.
16657         (gnus-group-make-rss-group): Encode group name.
16658         (gnus-group-catchup-current): Decode group name.
16659         (gnus-group-kill-group): Decode group name.
16660
16661 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16662
16663         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16664
16665 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-group.el (gnus-group-make-rss-group):
16668         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16669
16670         * gnus-start.el (gnus-setup-news): Honor user's setting to
16671         gnus-message-archive-method.  Suggested by Lute Kamstra
16672         <lute@gnu.org>.
16673
16674 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16675
16676         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16677         global counterparts of the buffer-local variables.
16678
16679 2004-11-16  Romain Francoise  <romain@orebokech.com>
16680
16681         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16682         counterparts of the buffer-local variables.
16683
16684 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * message.el (message-forbidden-properties): Fix typo in doc
16687         string.
16688
16689 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * gnus-util.el (gnus-replace-in-string): Add doc string.
16692
16693         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16694         to avoid problems when splitting mails with many recipients.
16695
16696 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16697
16698         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16699         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16700
16701 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16702
16703         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16704         if there is no hashtable in memory or file modification time is
16705         newer than cached timestamp.
16706
16707 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-sum.el (gnus-summary-limit-to-recipient):
16710         Implement not-matching option.
16711
16712 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16715         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16716         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16717         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16718         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16719         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16720
16721 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * message.el (message-forward-make-body-mml): Remove headers
16724         according to message-forward-ignored-headers if a message is decoded.
16725
16726 2004-12-02  Romain Francoise  <romain@orebokech.com>
16727
16728         * message.el (message-forward-make-body-plain): Always remove
16729         headers according to message-forward-ignored-headers.
16730
16731 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16732
16733         * spam.el (spam-summary-prepare-exit): Remove the
16734         gnus-summary-limit pop for now, it has problems with ham marks for
16735         me.
16736
16737 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16738
16739         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16740         correctly.
16741
16742 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16743
16744         * format-spec.el (format-spec): Message the char.
16745
16746 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16747
16748         * gnus-art.el (gnus-split-methods): Reformat comments.
16749
16750         * spam.el (spam-summary-prepare-exit): Remove article limits
16751         before exiting the summary buffer.
16752
16753 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16756         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16757
16758         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16759         order to silence the byte compiler.
16760
16761         * spam.el: Fix the way to silence the byte compiler, which
16762         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16763         bbdb-search-simple, spam-BBDB-register-routine,
16764         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16765         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16766         spam-stat-buffer-is-spam, spam-stat-load,
16767         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16768         spam-stat-save and spam-stat-split-fancy.
16769
16770 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16773         which may confuse users.
16774         (canlock-password-for-verify): Ditto.
16775
16776         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16777
16778         * gnus-art.el (gnus-emphasis-alist): Ditto.
16779
16780         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16781
16782         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16783
16784         * gnus-start.el (gnus-save-killed-list): Ditto.
16785
16786         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16787         (gnus-sum-thread-tree-root): Ditto.
16788         (gnus-sum-thread-tree-false-root): Ditto.
16789         (gnus-sum-thread-tree-single-indent): Ditto.
16790
16791         * message.el (message-courtesy-message): Ditto.
16792         (message-archive-note): Ditto.
16793         (message-subscribed-address-file): Ditto.
16794         (message-user-fqdn): Ditto.
16795
16796         * spam-report.el (spam-report-gmane-regex): Ditto.
16797
16798         * spam.el (spam-blackhole-good-server-regex): Ditto.
16799
16800 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * mml.el (mml-preview): Widen the message buffer before copying
16803         the contents to the preview buffer; sort headers before previewing.
16804
16805         * message.el (message-hidden-headers): Fix the way to avoid a bug
16806         in the `repeat' widget in Emacs 21.3 or earlier.
16807
16808 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * message.el (message-hidden-headers): Default to "^References:".
16811         Improve customization type.  Suggested by Reiner Steib
16812         <Reiner.Steib@gmx.de>.
16813
16814 2004-11-25  Romain Francoise  <romain@orebokech.com>
16815
16816         * message.el (message-strip-forbidden-properties): Remove check for
16817         obsolete `message-hidden' text property, hidden headers are not
16818         accessible in the buffer anymore.
16819
16820 2004-11-22  Romain Francoise  <romain@orebokech.com>
16821
16822         * message.el (message-header-format-alist): Add `From' in list
16823         so that it can be sorted.
16824         (message-fix-before-sending): Widen and sort headers before
16825         sending.
16826         (message-hide-headers): Use narrowing to hide headers by moving
16827         them to the top of the buffer and narrowing to the region
16828         underneath.
16829
16830 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831
16832         * message.el (message-strip-forbidden-properties):
16833         Bind buffer-read-only (etc) to nil.
16834
16835 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16838         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16839
16840 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16841
16842         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16843
16844 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16845
16846         * dns.el (query-dns): Use sit-for to time instead of
16847         accept-process-output, since that doesn't seem to work on udp
16848         sockets.
16849
16850 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16853
16854 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16855
16856         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16857         doc string.  Improve doc string.
16858
16859 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * nntp.el (nntp-request-update-info): Return nil if
16862         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16863         may not call gnus-activate-group which uselessly issues the GROUP
16864         commands for all nntp groups and wastes time.  Reported by Romain
16865         Francoise <romain@orebokech.com>.
16866
16867         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16868
16869 2004-11-15  Simon Josefsson  <jas@extundo.com>
16870
16871         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16872         headers separately.
16873         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16874         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16875
16876 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * gnus-start.el (gnus-convert-old-newsrc):
16879         Assign legacy-gnus-agent to 5.10.7.
16880
16881 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16882
16883         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16884         start of the lines.
16885
16886 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16887
16888         * hashcash.el (hashcash-default-payment): Change default to 20.
16889         (hashcash-default-accept-payment): Change default to 20.
16890         (hashcash-process-alist): New variable.
16891         (hashcash-generate-payment-async): Add.
16892         (hashcash-already-paid-p): Add.
16893         (hashcash-insert-payment): Don't generate payments twice.
16894         (hashcash-insert-payment-async): Add.
16895         (hashcash-insert-payment-async-2): Add.
16896         (hashcash-cancel-async): Add.
16897         (hashcash-wait-async): Add.
16898         (hashcash-processes-running-p): Add.
16899         (hashcash-wait-or-cancel): Add.
16900         (mail-add-payment): New optional argument.  Conditionally start
16901         asynchronous calculation.
16902         (mail-add-payment-async): Add.
16903
16904         * message.el (message-send-mail): Wait for asynchronous hashcash
16905         results.  Don't clobber existing X-Hashcash headers.
16906         (message-setup-1): Call mail-add-payment-async when
16907         message-generate-hashcash is non-nil.
16908
16909 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16910
16911         * message.el (message-use-alternative-email-as-from): Examine the
16912         From header as well; use message-make-from in order to include a
16913         user's full name.
16914
16915 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16918         default; improve customization type.
16919         (gnus-emphasis-custom-with-format): New macro.
16920         (gnus-emphasis-custom-value-to-external): New function.
16921         (gnus-emphasis-custom-value-to-internal): New function.
16922
16923 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * dns.el (query-dns): Resolve reverse addresses.
16926
16927 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * gnus-group.el (gnus-group-get-new-news): Use it.
16930
16931         * gnus-start.el (gnus-check-reasonable-setup): New function.
16932
16933 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16936         "Args out of range" error.  Reported by Arnaud Giersch
16937         <arnaud.giersch@free.fr>.
16938
16939 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16940
16941         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16942
16943 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16944
16945         * spam.el (spam group): Add :version.
16946
16947         * pgg-def.el (pgg group): Add :version.
16948
16949 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gnus-art.el (gnus-article-edit-article): Don't associate the
16952         article buffer with a draft file.  This is a temporary measure
16953         against the 2004-08-22 change to gnus-article-edit-mode.
16954
16955 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16958         (html2text-format-tags): Remove unused variable `attr'.
16959
16960 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16963
16964         * tls.el (tls-process-connection-type, tls-success)
16965         (tls-certtool-program): Add :version.
16966
16967         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16968         (starttls-extra-arguments, starttls-process-connection-type)
16969         (starttls-connect, starttls-failure, starttls-success): Add :version.
16970
16971         * spam-stat.el (spam-stat): Add :version.
16972
16973         * sieve.el (sieve): Add :version.
16974
16975         * sha1.el (sha1): Add :version.
16976         (sha1-use-external): Remove redundant version.
16977
16978         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16979         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16980         (nnmail-split-fancy-match-partial-words)
16981         (nnmail-split-lowercase-expanded): Add :version.
16982
16983         * nndiary.el (nndiary): Add :version.
16984
16985         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16986
16987         * mml-sec.el (mml-default-sign-method)
16988         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16989         Add :version.
16990
16991         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16992
16993         * mm-url.el (mm-url-use-external, mm-url-program)
16994         (mm-url-arguments): Add :version.
16995
16996         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16997         (mm-attachment-file-modes, mm-decrypt-option)
16998         (mm-w3m-safe-url-regexp): Add :version.
16999
17000         * message.el (message-cite-prefix-regexp)
17001         (message-sendmail-envelope-from, message-minibuffer-local-map)
17002         (message-user-fqdn, message-completion-alist): Add :version.
17003
17004         * gnus-win.el (gnus-configure-windows-hook)
17005         (gnus-use-frames-on-any-display): Add :version.
17006
17007         * gnus-art.el (gnus-article-address-banner-alist)
17008         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17009         (gnus-treat-from-picon, gnus-treat-mail-picon)
17010         (gnus-treat-x-pgp-sig): Add :version.
17011
17012         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17013         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17014         (gnus-summary-article-delete-hook)
17015         (gnus-summary-display-while-building): Add :version.
17016
17017         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17018         (gnus-get-top-new-news-hook): Add :version.
17019
17020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17021         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17022
17023         * gnus-registry.el (gnus-registry): Add :version.
17024
17025         * gnus-spec.el (gnus-use-correct-string-widths)
17026         (gnus-make-format-preserve-properties): Add :version.
17027
17028         * gnus.el (gnus-group-charter-alist)
17029         (gnus-group-fetch-control-use-browse-url)
17030         (gnus-install-group-spam-parameters): Add :version.
17031
17032         * gnus-diary.el (gnus-diary): Add :version.
17033
17034         * gnus-delay.el (gnus-delay): Add :version.
17035
17036         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17037         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17038         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17039         Add :version.
17040
17041         * gnus-agent.el (gnus-agent-max-fetch-size)
17042         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17043         (gnus-agent-prompt-send-queue): Add :version.
17044
17045         * deuglify.el (gnus-outlook-deuglify): Add :version.
17046
17047         * html2text.el: Beautify code.  Improve doc strings.
17048         Some checkdoc cleanup.
17049         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17050
17051 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17052
17053         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17054
17055 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17056
17057         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17058         when package is loaded.
17059
17060         * spam.el (spam-summary-score-preferred-header): Add global preference
17061         for people who want to override the default SpamAssassin over
17062         Bogofilter preference (when both are set).
17063         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17064         (spam-user-format-function-S):
17065         Check spam-summary-score-preferred-header.
17066         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17067         (spam-user-format-function-S): Format the score correctly.
17068
17069 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17072         signature file.  Suggested by Manoj Srivastava
17073         <srivasta@golden-gryphon.com>.
17074
17075         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17076         iso-2022-jp even in the Japanese language environment.
17077         Suggested by Jason Rumney <jasonr@gnu.org>.
17078
17079 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17082         use the same characters as the dummy marks; make it free from
17083         getting affected by the language environment.
17084         (gnus-summary-read-group-1): Update mark positions only when the
17085         format spec is updated.
17086
17087         * gnus-spec.el (gnus-update-format-specifications): Return a list
17088         of updated types.
17089
17090 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17093         of boundp to check if display-warning is available.
17094
17095 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17098
17099 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * nnspool.el (nnspool-spool-directory): Use news-path if the
17102         news-directory variable is not bound.
17103
17104         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17105         function instead of display-warning if it is not available.
17106
17107 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17108
17109         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17110         v5-10: Use `point-at-bol'.
17111
17112 2004-10-26  Simon Josefsson  <jas@extundo.com>
17113
17114         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17115         <chenggao@gmail.com>.
17116
17117 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17118
17119         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17120         instead.
17121
17122 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17123
17124         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17125         to remove a server from the nnimap-server-buffer-alist.
17126         (nnimap-open-connection, nnimap-close-server): Use it.
17127
17128         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17129
17130 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17133         running the major-mode function.
17134
17135 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17138         dummy marks in the right way.
17139
17140 2004-10-18  David Edmondson  <dme@dme.org>
17141
17142         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17143         excessively.
17144
17145 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * gnus-util.el (gnus-split-references): Accept a nil references
17148         string and go on blissfully.
17149
17150         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17151         cases where the references string is non-nil but has no references.
17152
17153         * encrypt.el: Add autoload tags.
17154
17155         * spam.el (spam-resolve-registrations-routine): Remove article
17156         from unregistration list too.  Reported by David Hanak
17157         <dhanak@isis.vanderbilt.edu>
17158
17159 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17162         nil.  Change custom type.
17163
17164 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17167
17168         * gnus-sum.el (gnus-summary-move-article): Use it.
17169
17170 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * encrypt.el: Add autoload cookies.
17173
17174         * spam.el (spam-backend-article-list-property)
17175         (spam-backend-get-article-todo-list)
17176         (spam-backend-put-article-todo-list)
17177         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17178         Resolve registrations separately.
17179         (spam-register-routine): Format comments.
17180         (spam-unregister-routine, spam-register-routine): Always call with
17181         specific-articles, no default list.
17182         (spam-summary-prepare-exit): Use the spam-classifications function.
17183
17184         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17185         gnus-encrypt.el.
17186
17187         * encrypt.el: Copied from gnus-encrypt.el.
17188
17189         * gnus-encrypt.el: Commented that it's obsolete.
17190
17191 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17192
17193         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17194         (gnus-score-save): Use it.
17195
17196         * message.el (message-bury): Use `window-dedicated-p'.
17197
17198 2004-10-15  Simon Josefsson  <jas@extundo.com>
17199
17200         * pop3.el (top-level): Don't require nnheader.
17201         (pop3-read-timeout): Add.
17202         (pop3-accept-process-output): Add.
17203         (pop3-read-response, pop3-retr): Use it.
17204
17205 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * spam.el (spam-register-routine): Move comment.
17208         (spam-verify-bogofilter): Use 'unknown for the initial
17209         spam-bogofilter-valid state, not 'never.
17210
17211         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17212         for netrc-machine.
17213
17214         * nnimap.el (nnimap-open-connection):
17215         Use netrc-machine-user-or-password.
17216
17217 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17218
17219         * gnus-registry.el (gnus-registry-unload-hook):
17220         Set as a variable with add-hook.
17221
17222         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17223         of news-path.
17224
17225         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17226
17227         * spam.el: Delete duplicate `provide'.
17228         (spam-unload-hook): Set as a variable with add-hook.
17229
17230 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17231
17232         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17233         in the doc string.
17234
17235         * message.el (message-ignored-news-headers)
17236         (message-ignored-supersedes-headers)
17237         (message-ignored-resent-headers)
17238         (message-forward-ignored-headers): Improve custom type.
17239
17240 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * message.el (message-tokenize-header): Fix 2004-09-06 change
17243         which used point-min in the wrong place.
17244
17245 2004-10-12  Simon Josefsson  <jas@extundo.com>
17246
17247         * tls.el (tls-certtool-program): New variable.
17248         (tls-certificate-information): New function, based on
17249         ssl-certificate-information.
17250
17251 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * compface.el: Move the version of ELisp-based uncompface program
17254         to the contrib directory because of the copyright problem.
17255
17256 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * message.el (message-kill-buffer): Raise the current frame.
17259
17260 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17263
17264         * gnus.el (message-y-or-n-p): Autoload.
17265
17266         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17267         (pop3-password-required, pop3-authentication-scheme)
17268         (pop3-leave-mail-on-server): Make customizable.
17269         (pop3): New custom group.
17270         (pop3-retr): Remove `sleep-for' statements.
17271         Suggested by Dave Love <fx@gnu.org>.
17272
17273         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17274         Windows/DOS.
17275
17276         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17277         (imap-parse-body): Fix incorrect use of `assert'.
17278         Suggested by Dave Love <fx@gnu.org>.
17279
17280         * mml.el (mml-minibuffer-read-disposition): Require match.
17281         Suggested by Dave Love <fx@gnu.org>.
17282
17283 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17286         doc string.
17287
17288 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17291
17292 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17293
17294         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17295         instead of calling `mm-insert-inline', to decode text/* parts
17296         before displaying them.
17297
17298 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * mm-uu.el (mm-uu-text-plain-type): New variable.
17301         (mm-uu-pgp-signed-extract-1): Use it.
17302         (mm-uu-pgp-encrypted-extract-1): Use it.
17303         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17304         bind mm-uu-text-plain-type with that value.
17305         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17306         mm-uu-dissect.
17307
17308 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-group.el (gnus-update-group-mark-positions):
17311         * gnus-sum.el (gnus-update-summary-mark-positions):
17312         * message.el (message-check-news-body-syntax):
17313         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17314         of string-as-multibyte.
17315
17316 2004-10-05  Juri Linkov  <juri@jurta.org>
17317
17318         * gnus-group.el (gnus-update-group-mark-positions):
17319         * gnus-sum.el (gnus-update-summary-mark-positions):
17320         * message.el (message-check-news-body-syntax):
17321         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17322         8-bit unibyte values to a multibyte string for search functions.
17323
17324 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17327         (mm-uu-dissect-text-parts): New function.
17328
17329         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17330         dissect text parts.
17331
17332         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17333         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17334
17335         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17336
17337         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17338         Use gnus-current-topics instead of gnus-current-topic.
17339
17340 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17343
17344 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17347         where approriate.
17348
17349         * nnml.el (nnml-generate-active-info): do.
17350
17351         * nndiary.el (nndiary-generate-active-info): do.
17352
17353         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17354         (gnus-topic-move): do.
17355
17356         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17357         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17358
17359         * gnus-srvr.el (gnus-server-prepare)
17360         (gnus-server-open-all-servers): do.
17361
17362         * gnus-msg.el (gnus-summary-cancel-article)
17363         (gnus-summary-resend-message)
17364         (gnus-summary-mail-crosspost-complaint): do.
17365
17366         * gnus-move.el (gnus-change-server): do.
17367
17368         * gnus-group.el (gnus-group-unmark-all-groups)
17369         (gnus-group-set-current-level): do.
17370
17371 2004-10-04  Simon Josefsson  <jas@extundo.com>
17372
17373         * message.el (message-generate-hashcash): Doc fix.
17374
17375 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17376
17377         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17378         avoid infinite recursion via gnus-get-function.
17379
17380 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17383
17384         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17385
17386         * nnmail.el (nnmail-split-history): do.
17387
17388         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17389         (nnml-request-delete-group): do.
17390
17391         * nnslashdot.el (nnslashdot-read-groups): do.
17392
17393         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17394         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17395
17396         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17397         (nnspool-sift-nov-with-sed): Use last.
17398         (nnspool-retrieve-headers-with-nov): Use mapc.
17399         (nnspool-request-newgroups): Use dolist.
17400         (nnspool-request-group): Use last.
17401
17402         * nntp.el (nntp-read-server-type): Use dolist.
17403
17404         * nnvirtual.el (nnvirtual-create-mapping)
17405         (nnvirtual-update-read-and-marked): Use dolist.
17406         (nnvirtual-convert-headers): Simplify.
17407
17408 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17409
17410         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17411         Add support for sync'ing tick marks.
17412
17413 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17416         there's no visible header.
17417
17418 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17419
17420         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17421         When necessary, pass full group name to gnus-request-set-marks.
17422
17423 2004-10-01  Simon Josefsson  <jas@extundo.com>
17424
17425         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17426         acroread.
17427
17428 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17429
17430         * spam-report.el (spam-report-gmane): Fix interactive.
17431
17432         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17433
17434         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17435         when writing file.
17436         (gnus-agent-synchronize-flags): Don't default to being
17437         interactive.
17438
17439 2004-09-30  Simon Josefsson  <jas@extundo.com>
17440
17441         * message.el (message-generate-hashcash): Add.
17442         (message-send-mail): Use it, call mail-add-payment.
17443
17444 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17445
17446         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17447
17448 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17449
17450         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17451         gnus-requst-update-info with explicit code to sync the in-memory
17452         info read flags with the marks being sync'd to the backend.
17453
17454         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17455
17456 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17457
17458         * spam.el (spam-verify-bogofilter): Add new function.
17459         (spam-check-bogofilter)
17460         (spam-bogofilter-register-with-bogofilter): Use it.
17461         (spam-verify-bogofilter): Add small fixes.
17462
17463 2004-09-28  Simon Josefsson  <jas@extundo.com>
17464
17465         * hashcash.el (hashcash-generate-payment): Revert.
17466
17467 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17468
17469         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17470         Use gnus-extract-references instead of gnus-split-references.
17471
17472         * gnus-util.el (gnus-extract-references): Add new function, analogous
17473         to gnus-split-references but extracts only the message-ID without
17474         anything extra.
17475
17476         * hashcash.el (hashcash-generate-payment)
17477         (hashcash-check-payment): Do the right thing if hashcash-path is
17478         nil (because the hashcash program could not be found).
17479
17480         * spam.el (spam-use-hashcash): Remove comment.
17481
17482 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17483
17484         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17485         (gnus-cache-enter-article, gnus-cache-remove-article)
17486         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17487
17488         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17489
17490         * gnus-art.el (article-hide-boring-headers)
17491         (article-translate-strings, article-display-face)
17492         (gnus-article-mime-match-handle-first)
17493         (gnus-article-highlight-headers)
17494         (gnus-article-add-buttons-to-head): do.
17495
17496 2004-09-27  Simon Josefsson  <jas@extundo.com>
17497
17498         * hashcash.el: New version, from
17499         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17500         ../contrib/.
17501
17502 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17505
17506 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17507
17508         * gnus-dup.el (gnus-dup-open): Use mapc.
17509         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17510
17511         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17512         Reported by Stefan Wiens <s.wi@gmx.net>.
17513
17514         * gnus.el (gnus-shutdown): Use dolist.
17515
17516         * gnus-undo.el (gnus-undo): Use mapc.
17517
17518         * nnrss.el (nnrss-generate-active): do.
17519
17520         * message.el (message-cite-original-without-signature)
17521         (message-cite-original): Use mapc.
17522         (message-do-actions, message-make-forward-subject): Use dolist.
17523
17524 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17525
17526         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17527         deletion to remove entire duplicate line.  Fixes merged article
17528         number bug.
17529
17530 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17531
17532         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17533         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17534         first ask if you want to open a server and then, even when you
17535         responded with no, asking if you want to synchronize the server's
17536         flags.
17537         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17538         multi-line expressions.
17539         (gnus-agent-synchronize-group-flags): New internal function.
17540         Updates marks in memory (in the info structure) AND in the
17541         backend.
17542
17543         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17544
17545         * nnagent.el (nnagent-request-set-mark):
17546         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17547         method, to ensure that synchronization updates marks in the
17548         backend and in the info (in memory) structure.
17549
17550 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17553         convention fully; don't miss the root article of a thread; make
17554         the X-Draft-From header with correct article numbers.
17555
17556 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17557
17558         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17559         unless plugged.  Disable the agent so that an open failure causes
17560         an error.
17561
17562         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17563         Revert 2004-09-21 change.  The backend must be opened while
17564         synchronizing flags even when the backend stores the flags
17565         locally.
17566
17567 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17568
17569         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17570         in `header' match.  Reported by Svend Tollak Munkejord.
17571
17572         * message.el (message-cite-original): Fix use of
17573         `message-cite-articles-with-x-no-archive'.
17574
17575 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17578         (gnus-window-to-buffer): Ditto.
17579
17580         * mml.el (mml-preview-buffer): New variable.
17581         (mml-preview): Manage window layout with gnus-buffer-configuration.
17582
17583         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17584         X-Draft-From header even if those articles aren't quoted.
17585
17586 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17587
17588         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17589         (gnus-request-set-mark, gnus-request-update-mark): Use new
17590         g-s-t-u-l-m to decide to use backend even when unplugged.
17591
17592 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17595         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17596
17597 2004-09-20  Simon Josefsson  <jas@extundo.com>
17598
17599         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17600         "utf-16-le".
17601
17602 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17603
17604         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17605
17606 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17607
17608         * uudecode.el (uudecode-use-external): Add :version.
17609
17610         * smime.el (smime-CA-file, smime-encrypt-cipher)
17611         (smime-dns-server): Add :version.
17612
17613         * smiley.el (gnus-smiley-file-types): Add :version.
17614
17615         * sha1.el (sha1-use-external): Add :version.
17616
17617         * pgg-def.el (pgg-query-keyserver): Add :version.
17618
17619         * nnmail.el (nnmail-fancy-expiry-targets)
17620         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17621         Add :version.
17622
17623         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17624         (nnimap-retrieve-groups-asynchronous): Add :version.
17625         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17626
17627         * mml.el (mml-content-disposition-parameters)
17628         (mml-insert-mime-headers-always): Add :version.
17629
17630         * mm-util.el (mm-coding-system-priorities): Add :version.
17631
17632         * mm-decode.el (mm-inline-text-html-with-images)
17633         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17634         (mm-verify-option): Add :version.
17635         (mm-text-html-renderer): Change :version.
17636
17637         * message.el (message-fcc-externalize-attachments)
17638         (message-required-headers, message-draft-headers)
17639         (message-subject-trailing-was-query)
17640         (message-subject-trailing-was-ask-regexp)
17641         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17642         (message-mark-insert-end, message-archive-header)
17643         (message-archive-note, message-cross-post-default)
17644         (message-cross-post-note, message-followup-to-note)
17645         (message-cross-post-note-function, message-use-mail-followup-to)
17646         (message-subscribed-address-functions)
17647         (message-subscribed-address-file, message-subscribed-addresses)
17648         (message-subscribed-regexps, message-allow-no-recipients)
17649         (message-yank-cited-prefix, message-signature-insert-empty-line)
17650         (message-hidden-headers, message-hierarchical-addresses)
17651         (message-mail-user-agent, message-use-idna)
17652         (message-valid-fqdn-regexp)
17653         (message-strip-special-text-properties, message-header-synonyms)
17654         (message-beginning-of-line, message-tab-body-function): Add :version.
17655         (message-insert-canlock, message-wide-reply-confirm-recipients):
17656         Change :version.
17657
17658         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17659         and :version.
17660         (mail-source-delete-old-incoming-confirm)
17661         (mail-source-movemail-program): Add :version.
17662
17663         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17664         (gnus-agent-cache, gnus-agent): Change :version.
17665
17666         * gnus-util.el (gnus-use-byte-compile): Change :version.
17667
17668         * gnus-sum.el (gnus-summary-make-false-root-always)
17669         (gnus-summary-default-high-score)
17670         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17671         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17672         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17673         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17674         (gnus-sum-thread-tree-single-indent)
17675         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17676         (gnus-sum-thread-tree-leaf-with-other)
17677         (gnus-sum-thread-tree-single-leaf): Add :version.
17678         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17679         (gnus-article-loose-mime): Change :version.
17680
17681         * gnus-start.el (gnus-backup-startup-file)
17682         (gnus-save-startup-file-via-temp-buffer): Add :version.
17683
17684         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17685         (gnus-server-offline-face): Add :version.
17686
17687         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17688
17689         * gnus-msg.el (gnus-gcc-externalize-attachments)
17690         (gnus-debug-files, gnus-debug-exclude-variables)
17691         (gnus-discouraged-post-methods): Change :version.
17692         (gnus-confirm-mail-reply-to-news)
17693         (gnus-confirm-treat-mail-like-news): Add :version.
17694
17695         * gnus-int.el (gnus-server-unopen-status): Add :version.
17696
17697         * gnus-group.el (gnus-group-jump-to-group-prompt)
17698         (gnus-large-ephemeral-newsgroup)
17699         (gnus-fetch-old-ephemeral-headers): Add :version.
17700
17701         * gnus-fun.el (gnus-x-face-directory)
17702         (gnus-convert-pbm-to-x-face-command)
17703         (gnus-convert-image-to-x-face-command)
17704         (gnus-convert-image-to-face-command): Add :version.
17705
17706         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17707
17708         * gnus-cite.el (gnus-cite-blank-line-after-header)
17709         (gnus-article-boring-faces): Add :version.
17710
17711         * gnus-art.el (gnus-buttonized-mime-types)
17712         (gnus-inhibit-mime-unbuttonizing)
17713         (gnus-treat-display-face)
17714         (gnus-treat-body-boundary): Change :version.
17715         (gnus-body-boundary-delimiter, gnus-picon-databases)
17716         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17717         (gnus-treat-date-english, gnus-treat-fold-headers)
17718         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17719         (gnus-treat-mail-picon, gnus-treat-wash-html)
17720         (gnus-article-encrypt-protocol)
17721         (gnus-use-idna, gnus-article-over-scroll)
17722         (gnus-mime-display-multipart-alternative-as-mixed)
17723         (gnus-mime-display-multipart-related-as-mixed)
17724         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17725         (gnus-ctan-url, gnus-button-ctan-handler)
17726         (gnus-button-handle-ctan-bogus-regexp)
17727         (gnus-button-ctan-directory-regexp)
17728         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17729         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17730         (gnus-button-man-level, gnus-button-emacs-level)
17731         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17732
17733         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17734         (gnus-agent-go-online): Change :version.
17735         (gnus-agent-expire-unagentized-dirs)
17736         (gnus-agent-auto-agentize-methods): Add :version.
17737
17738         * flow-fill.el (fill-flowed-display-column)
17739         (fill-flowed-encode-column): Add :version.
17740
17741         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17742         (gnus-outlook-deuglify-unwrap-max)
17743         (gnus-outlook-deuglify-cite-marks)
17744         (gnus-outlook-deuglify-unwrap-stop-chars)
17745         (gnus-outlook-deuglify-no-wrap-chars)
17746         (gnus-outlook-deuglify-attrib-cut-regexp)
17747         (gnus-outlook-deuglify-attrib-verb-regexp)
17748         (gnus-outlook-deuglify-attrib-end-regexp)
17749         (gnus-outlook-display-hook): Add :version.
17750
17751         * binhex.el (binhex-use-external): Add :version.
17752
17753 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17756         and `invisible'.
17757
17758 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17759
17760         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17761         in gnus-registry-trim.
17762
17763 2004-09-13  Simon Josefsson  <jas@extundo.com>
17764
17765         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17766
17767         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17768
17769         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17770         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17771         <yamaoka@jpl.org>.
17772         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17773         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17774         <yamaoka@jpl.org>.
17775
17776         * sieve.el (sieve-manage-mode): Ditto.
17777
17778 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17781
17782 2004-09-11  Simon Josefsson  <jas@extundo.com>
17783
17784         * dns-mode.el: Add.
17785
17786         * mm-view.el (mm-display-dns-inline): Add.
17787
17788         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17789         (mm-automatic-display): Ditto.
17790
17791         * mailcap.el (mailcap-mime-data): Add text/dns.
17792         (mailcap-mime-extensions): Map .soa to text/dns.
17793
17794 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17795
17796         * gnus-art.el (article-decode-mime-words, article-babel)
17797         (gnus-article-highlight-signature, gnus-article-add-buttons)
17798         (gnus-signature-toggle): Remove unnecessary bindings of
17799         `inhibit-read-only' inherited from v5.10 merge.
17800
17801 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17802
17803         * nntp.el (nntp): New customization group.
17804         (nntp-authinfo-file): Add customization group.
17805
17806         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17807
17808         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17809
17810         * gnus.el (to-address, to-list, subscribed)
17811         (large-newsgroup-initial): Ditto.
17812
17813         * flow-fill.el (fill-flowed-display-column)
17814         (fill-flowed-encode-column): Ditto.
17815
17816 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17817
17818         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17819         Use point-min rather than 1.
17820         (message-send-mail): Use buffer-size rather than point-max.
17821
17822         * gnus-sum.el (gnus-summary-search-article-forward):
17823         Signal a specific `search-failed' rather than a generic `error'.
17824
17825         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17826         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17827         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17828
17829 2004-09-10  Simon Josefsson  <jas@extundo.com>
17830
17831         * nndb.el (require): Remove tcp and duplicate cl.
17832
17833 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-agent.el (directory-files-and-attributes): Move forward.
17836
17837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17838
17839         * gnus-agent.el (directory-files-and-attributes):
17840         Optionally defined to support XEmacs.
17841
17842 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17843
17844         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17845         to avoid run-time CL dependencies.
17846         (gnus-agent-unfetch-articles): New function.
17847         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17848         article numbers even when local .overview file is missing.
17849         (gnus-agent-read-article-number): New function.  Only accepts
17850         27-bit article numbers.
17851         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17852         Use gnus-agent-read-article-number.
17853         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17854         from backend while recognizing that article numbers in .overview
17855         must be valid.
17856         (gnus-agent-update-files-total-fetched-for):
17857         Use directory-files-and-attributes to improve performance.
17858         * gnus-int.el (gnus-request-move-article):
17859         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17860         improve performance.
17861
17862         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17863         some users confused by references to .newsrc when they only have a
17864         .newsrc.eld file.
17865         (gnus-convert-mark-converter-prompt)
17866         (gnus-convert-converter-needs-prompt): Fix use of property list.
17867         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17868         New function.  Used internally to only display 'gnus converting
17869         files' message when actually necessary.
17870
17871         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17872         methods now autoloaded.
17873
17874 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17877         identifiers.
17878
17879 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * gnus-picon.el: Fix indentation and closing parenthesis.
17882
17883 2004-09-01  Simon Josefsson  <jas@extundo.com>
17884
17885         * message.el (message-canlock-generate): Require sha1, not
17886         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17887         to require within a function.  Sadly, if sha1.el isn't loaded, the
17888         let binding in m-c-g will hide the defcustom definition, which is
17889         bad.)
17890
17891         * canlock.el: Require sha1, not sha1-el.
17892
17893         * message.el: Don't autoload sha1 (there is a autoload cookie in
17894         sha1.el).
17895
17896         * sha1-el.el: Rename to sha1.el.
17897
17898 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17899
17900         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17901
17902 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17903
17904         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17905
17906 2004-08-30  Kim F. Storm  <storm@cua.dk>
17907
17908         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17909
17910         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17911         Add :group 'nnimap.
17912
17913 2004-08-30  Andreas Schwab  <schwab@suse.de>
17914
17915         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17916         ?* and ?\;.
17917
17918         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17919         and ?\' to symbol instead of whitespace.
17920
17921 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17924
17925         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17926         instead of re-search-forward.
17927
17928         * gnus-uu.el (gnus-uu-save-article): Ditto.
17929         (gnus-uu-post-encode-uuencode): Ditto.
17930
17931         * html2text.el (html2text-clean-list-items): Ditto.
17932         (html2text-clean-dtdd): Ditto.
17933         (html2text-format-tags): Ditto.
17934
17935         * message.el (message-send-mail-with-sendmail): Fix regexp.
17936         (message-fill-field-general): Use search-forward instead of
17937         re-search-forward.
17938         (unbold-region): Ditto.
17939
17940         * nnrss.el (nnrss-request-article): Ditto.
17941
17942         * nnslashdot.el (nnslashdot-request-article): Ditto.
17943
17944         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17945
17946         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17947         "Unrecognized menu descriptor" error in XEmacs.
17948
17949 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17950
17951         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17952         parent article of a sparse article in the thread hashtb.
17953
17954 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17955
17956         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17957         (nnmail-expand-newtext): Lowercase expanded entries if
17958         nnmail-split-lowercase-expanded is non-nil.
17959
17960 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17963
17964         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17965         of gnus-tmp-news-method into string under XEmacs.  It will be
17966         passed to gnus-correct-length which takes only a string argument.
17967
17968 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-util.el (gnus-bind-print-variables): New macro.
17971         (gnus-prin1): Use it.
17972         (gnus-prin1-to-string): Use it.
17973         (gnus-pp): New function.
17974         (gnus-pp-to-string): New function.
17975
17976         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17977         Replace pp-to-string with gnus-pp-to-string.
17978         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17979         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17980         * gnus-msg.el (gnus-debug): Ditto.
17981         * gnus-score.el (gnus-score-save): Ditto.
17982         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17983         gnus-pp-to-string.
17984         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17985         with gnus-pp.
17986         * score-mode.el (gnus-score-pretty-print): Ditto.
17987         * webmail.el (webmail-debug): Ditto.
17988
17989 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-art.el (article-display-face, article-display-x-face):
17992         Use buffer-read-only.
17993
17994 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-art.el (article-hide-list-identifiers):
17997         Bind inhibit-read-only as t.
17998
17999 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18002
18003 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18004
18005         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18006         (gnus-narrow-to-page): Don't assume point-min == 1.
18007         (gnus-article-edit-mode): Derive from message-mode.
18008
18009         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18010         point-min == 1.
18011
18012         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18013         Disable incorrect use of `assert'.
18014
18015         * message.el (message-mode): Set comment-start-skip.
18016
18017
18018 2004-08-22  Sam Steingold  <sds@gnu.org>
18019
18020         * pop3.el (pop3-leave-mail-on-server): New user variable.
18021         (pop3-movemail): Delete mail only when it is nil.
18022
18023 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18026
18027         * mml.el (mml-preview): Use `pop-to-buffer'.
18028
18029         * message.el (message-goto-mail-followup-to): Insert after "To".
18030         (message-carefully-insert-headers): Add comment.
18031
18032         * gnus.el: Remove unused variable `gnus-article-check-size'.
18033
18034         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18035
18036         * gnus-art.el (gnus-button-alist):
18037         Improve `gnus-button-handle-library' entry.
18038
18039 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18040
18041         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18042         Use downcase, since XEmacs capitalizes error messages differently.
18043
18044 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18045
18046         * nntp.el: Add (require 'gnus) due to reference to
18047         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18048
18049 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18050
18051         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18052         Bind `mm-fill-flowed'.
18053
18054         * mm-decode.el (mm-dissect-singlepart): Check it.
18055
18056 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18057
18058         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18059         'imap' for netrc parsing.
18060
18061 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * mailcap.el (mailcap-mime-data): Mark as risky.
18064
18065 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18068         may be included in the encoded word.
18069         (rfc2047-encode): Don't append a space if the encoded word
18070         includes close parenthesis.
18071
18072 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18075         of text within parentheses.
18076
18077 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18080         (gnus-encrypt-write-file-contents): Make the password key the file
18081         name PLUS the cipher, not just the cipher.  Also remove failed
18082         passwords from the cache.
18083
18084 2004-08-06  Simon Josefsson  <jas@extundo.com>
18085
18086         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18087         Doc fix.
18088
18089 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18092         LWSP.
18093
18094 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18095
18096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18097         Try to append in-reply-to: data to the references: header.
18098
18099         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18100         (netrc-parse): Use gnus-encrypt.el functions.
18101
18102         * gnus-encrypt.el: Add new file for encryption support; currently
18103         does only a few GPG ciphers and an internal XOR cipher.
18104
18105         * password.el: Add comments on using password-read-and-add.
18106         (password-read-and-add): Add function to read and add the
18107         password to the cache at once.
18108
18109 2004-07-28  Simon Josefsson  <jas@extundo.com>
18110
18111         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18112         parameter (but don't use it, for now).
18113
18114         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18115         instead of hard coding to nil.
18116
18117 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18120         as mm-inline-image-xemacs does.
18121
18122 2004-07-26  Simon Josefsson  <jas@extundo.com>
18123
18124         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18125         Revert part of 2004-07-17 change below.
18126
18127 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18130         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18131
18132 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18133
18134         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18135         quotes that actually start with ">" at the beginning of the
18136         lines.
18137
18138 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * rfc2047.el (rfc2047-encode-region): Fix last change.
18141         (rfc2047-encode-parameter): Remove useless concat.
18142
18143 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18146         encode special characters; fix some kind of misconfigured headers;
18147         signal a real error if debug-on-quit or debug-on-error is non-nil.
18148         (rfc2047-encode-max-chars): New variable.
18149         (rfc2047-encode-1): Use it.
18150         (rfc2047-encode-parameter): New function.
18151
18152         * mml.el (mml-insert-parameter): Remove an excessive space.
18153
18154 2004-07-17  Simon Josefsson  <jas@extundo.com>
18155
18156         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18157         Kai Grossjohann <kai@emptydomain.de>.
18158         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18159         (gnus-group-make-menu-bar): Ditto.
18160
18161         * gnus-util.el (gnus-group-server): Add.
18162
18163 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18164
18165         * message.el (message-clone-locals): Clone sendmail and smtp
18166         variables.
18167
18168 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * rfc2047.el (rfc2047-encode-region): Fix last change.
18171
18172 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18175         characters as non-special.
18176
18177 2004-07-09  Simon Josefsson  <jas@extundo.com>
18178
18179         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18180         Users will lose all flag changes made while unplugged with
18181         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18182         good default.  See numerous reports on ding mailing list.
18183
18184 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18187         add generate-head-function and generate-article-function to the
18188         rfc822-forward entry.
18189         (nndoc-rfc822-forward-generate-article): New function.
18190         (nndoc-rfc822-forward-generate-head): New function.
18191
18192         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18193
18194 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18195
18196         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18197         respect display group parameter and gnus-summary-expunge-below.
18198         (gnus-articles-to-read): Remove unused reference to display group
18199         parameter.
18200
18201 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18202
18203         * nnheader.el (nnheader-uniquify-message-id): New experimental
18204         variable.
18205         (nnheader-nov-read-message-id): Use it.
18206
18207         * spam-report.el (spam-report-gmane): Add interactive.
18208
18209 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * mm-encode.el (mm-content-transfer-encoding-defaults):
18212         Use qp-or-base64 for the application/* types.
18213
18214 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18215
18216         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18217
18218 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18219
18220         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18221         trim value.
18222
18223 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18224
18225         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18226         New macro and function.
18227         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18228
18229 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18232         after-load-alist.
18233
18234 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18235
18236         * gnus-group.el (gnus-group-get-new-news-this-group):
18237         Don't update info that isn't there.
18238
18239 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18240
18241         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18242         entry.
18243
18244 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * mm-view.el (mm-inline-render-with-function): Use multibyte
18247         buffer; decode html source by charset.
18248
18249         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18250
18251         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18252         Mule-UCS is loaded under XEmacs.
18253         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18254
18255 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18256
18257         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18258
18259 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * mm-util.el (mm-coding-system-p): Return a coding-system.
18262         (mm-mime-mule-charset-alist): Use shift_jis instead of
18263         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18264         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18265         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18266         instead of japanese-shift-jis and iso-latin-1 respectively in
18267         order to share the default value with both Emacs and XEmacs-mule.
18268         (mm-mule-charset-to-mime-charset):
18269         Make mm-coding-system-priorities effective.
18270         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18271         while predicating of candidates upon the priorities.
18272
18273 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * gnus-sum.el (gnus-summary-make-menu-bar):
18276         Add gnus-uu-invert-processable.
18277
18278         * gnus.el: Autoload gnus-uu-invert-processable.
18279
18280 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * mm-util.el (mm-with-multibyte-buffer): New macro.
18283
18284         * rfc2047.el (rfc2047-encode-string): Use it.
18285         (rfc2047-encode-region): Move point to the end of the region after
18286         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18287
18288 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18291         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18292
18293 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18296         (gnus-cite-parse): Ignore quoted envelope From_.
18297         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18298
18299 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18302         invalid addresses.
18303
18304 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18305
18306         * spam.el: Change section markers, revise TODO list.
18307         (spam-backends): Make new master list of all installed backends.
18308         (spam-summary-exit-behavior): Add new variable to determine how
18309         messages moves are done at summary exit.
18310         (spam-move-spam-nonspam-groups-only)
18311         (spam-process-ham-in-nonham-groups)
18312         (spam-process-ham-in-spam-groups): Remove variables, the
18313         spam-summary-exit-behavior variable should be used to manage this
18314         behavior.
18315         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18316         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18317         and spam-old-spam-articles.
18318         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18319         Add empty variables, placeholders for the backends they represent.
18320         (spam-set-difference): Move, unchanged.
18321         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18322         unless the user has a processor variable.
18323         (spam-classifications, spam-classification-valid-p)
18324         (spam-backend-properties, spam-backend-property-valid-p)
18325         (spam-backend-function-type-valid-p)
18326         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18327         (spam-report-articles-gmane, spam-report-articles-resend):
18328         Remove functions, they are not needed.
18329         (spam-install-backend-super, spam-backend-list)
18330         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18331         (spam-backend-function, spam-backend-ham-registration-function)
18332         (spam-backend-spam-registration-function)
18333         (spam-backend-ham-unregistration-function)
18334         (spam-backend-spam-unregistration-function)
18335         (spam-backend-statistical-p, spam-backend-mover-p)
18336         (spam-install-backend-alias, spam-install-checkonly-backend)
18337         (spam-install-mover-backend, spam-install-nocheck-backend)
18338         (spam-install-backend, spam-install-statistical-backend)
18339         (spam-install-statistical-checkonly-backend): Add backend installation
18340         support.
18341         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18342         (spam-group-processor-p): Use the new backend code and respect the
18343         summary exit behavior.
18344         (spam-mark-spam-as-expired-and-move-routine): Remove.
18345         (spam-summary-prepare): Change to use the new spam-old-articles
18346         variable.
18347         (spam-copy-or-move-routine, spam-copy-spam-routine)
18348         (spam-move-spam-routine, spam-copy-ham-routine)
18349         (spam-move-ham-routine): Add code to copy/move ham or spam.
18350         (spam-fetch-field-fast): Improve doc and code, plus allow the
18351         'number request.
18352         (spam-list-of-checks, spam-list-of-statistical-checks):
18353         Remove variables.
18354         (spam-split, spam-find-spam): Use the new backend code.
18355         (spam-registration-functions): Remove variable.
18356         (spam-unregister-routine): Add convenience wrapper.
18357         (spam-log-undo-registration, spam-register-routine)
18358         (spam-log-processing-to-registry)
18359         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18360         where possible.
18361         (spam-check-gmane-xref, spam-check-regex-headers)
18362         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18363         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18364         (spam-check-bogofilter-headers, spam-check-spamoracle)
18365         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18366         (spam-check-crm114-headers): Use the spam-split-group that
18367         spam-split prepares, no need to determine it every time.
18368
18369         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18370         to the nnheader-parse-naked-head call.
18371
18372         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18373
18374         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18375         the nnheader-nov-read-message-id call.
18376
18377 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18380         gnus-activate-group twice.  Suggested by Markus Peter
18381         <warp@spin.de>.
18382
18383 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-art.el (gnus-article-time-format): Exchange the order of
18386         day and month in the default value; fix customization type.
18387         (article-date-ut): Use add-text-properties.
18388         (article-make-date-line): Use message-make-date instead of
18389         current-time-string.
18390
18391         * message.el (message-fetch-field): Don't use set-text-properties.
18392         (message-make-date): Simplify.
18393
18394         * messagexmas.el (message-xmas-make-date): New function.
18395         (message-xmas-redefine): Defalias message-make-date to it.
18396
18397 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18400         (rfc2047-encode-region): Treat text within parentheses as special;
18401         show the original text when error has occurred.
18402
18403         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18404         already-computed method to gnus-activate-group.
18405
18406         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18407         same select-methods identical Lisp objects.
18408
18409         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18410         object when modifying the info.
18411
18412 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18415         gnus-opened-servers since it has never been opened with the new
18416         configuration yet.
18417
18418 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18421         arg to nnheader-generate-fake-message-id.
18422
18423 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18424
18425         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18426         number and build a fake message ID localized to a group and
18427         article number (so it's repeatable from that point on).
18428         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18429         ID format.
18430
18431         * gnus-sum.el (gnus-get-newsgroup-headers):
18432         Call nnheader-generate-fake-message-id with the article number.
18433
18434 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18435
18436         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18437         end-of-buffer.
18438
18439 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * message.el (message-ignored-supersedes-headers): Add Approved.
18442
18443 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18446         goto-char.
18447         (rfc2047-encode): Fold the line before encoding.
18448
18449 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18450
18451         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18452         folding -- not all headers can be folded, and this should be done
18453         by the message composition mode.  Probably.  I think.
18454
18455 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18458         fast.
18459
18460         * gnus-ems.el (gnus-remove-image): Don't use
18461         message-text-with-property; remove only the image found first.
18462
18463         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18464         found first.
18465
18466 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18469
18470 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * message.el (message-text-with-property): Make it fast and accept
18473         optional arguments.
18474         (message-strip-forbidden-properties): Use it.
18475         (message-fix-before-sending): Follow the m-t-w-p change.
18476
18477         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18478
18479 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-art.el (article-hide-headers): Don't change the buffer
18482         mistakenly when performing mml-preview even if
18483         gnus-single-article-buffer is nil.
18484
18485 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18486
18487         * message.el (message-expand-name-databases): New user option.
18488         (message-expand-name): Use it.
18489
18490 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18491
18492         * spam.el (spam-report-articles-resend)
18493         (spam-report-resend-register-routine): Allow ham reporting.
18494         (spam-report-resend-register-ham-routine): Add wrapper.
18495         (spam-registration-functions): Add ham resending functions.
18496         (spam-list-of-processors): Add ham resend processor.
18497
18498         * gnus.el (ham-resend-to): Add new group parameter.
18499         (spam-process): Add ham resend option.
18500
18501         * spam-report.el (spam-report-resend): Allow reporting ham.
18502         (spam-report-resend-ham): Add wrapper.
18503
18504 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * message.el (message-cite-articles-with-x-no-archive):
18507         New variable.
18508         (message-cite-original): Use it.
18509
18510 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18511
18512         * message.el (message-cite-original): Respect X-No-Archive.
18513
18514 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * gnus-art.el (article-hide-headers): Refer to the values for
18517         gnus-ignored-headers and gnus-visible-headers in the summary
18518         buffer since a user may have set them as group parameters.
18519
18520 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18521
18522         * assistant.el (assistant-node-name): Add convenience function.
18523         (assistant-render-text, assistant-render-node): Add error handling,
18524         plus handle multiple next nodes.
18525         (assistant-find-next-node): Comment out for now.
18526         (assistant-find-next-nodes): Add function, returns list of next
18527         nodes.
18528
18529 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18530
18531         * mail-source.el (mail-source-directory): Fix doc-string.
18532
18533 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18534
18535         * assistant.el (assistant-render-text, assistant-eval): Add :set
18536         widget type, which is different because it takes and returns a
18537         list.  Much hilarity ensues.
18538
18539 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18540
18541         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18542
18543         * gnus-group.el (gnus-group-get-new-news-this-group):
18544         Add doc-string.
18545
18546         * gnus-start.el (gnus-activate-group): Add doc-string.
18547
18548 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18551
18552 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * assistant.el (assistant-render-text): Try to add a :set
18555         widget, more to come.
18556
18557         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18558         strings.
18559         (spam-report-articles-resend)
18560         (spam-register-routine): Do registration iff any articles warrant
18561         it.
18562         (spam-summary-prepare-exit): Change log message for nil group
18563         destinations.
18564
18565 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18566
18567         * spam.el (spam-report-resend-register-routine):
18568         Allow spam-report-resend-to to be a group parameter or a global value.
18569
18570 2004-05-26  Simon Josefsson  <jas@extundo.com>
18571
18572         * starttls.el: Merge with my GNUTLS based starttls.el.
18573         (starttls-gnutls-program, starttls-use-gnutls)
18574         (starttls-extra-arguments, starttls-process-connection-type)
18575         (starttls-connect, starttls-failure, starttls-success):
18576         New variables.
18577         (starttls-program, starttls-extra-args): Doc fix.
18578         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18579         New functions.
18580         (starttls-negotiate, starttls-open-stream):
18581         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18582         function if it is set.
18583
18584 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18587         structured fields.
18588
18589 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18592
18593 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18596         Add variable.
18597         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18598         assigning the spam-mark to new messages.
18599
18600 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18601
18602         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18603
18604 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18607
18608         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18609         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18610         default.
18611
18612 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18613
18614         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18615         correct data.
18616
18617 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18620         (spam-group-processor-p): Fix function.
18621         (spam-group-processor-multiple-p)
18622         (spam-group-spam-processor-report-gmane-p)
18623         (spam-group-spam-processor-report-resend-p)
18624         (spam-group-spam-processor-bogofilter-p)
18625         (spam-group-spam-processor-blacklist-p)
18626         (spam-group-spam-processor-ifile-p)
18627         (spam-group-ham-processor-ifile-p)
18628         (spam-group-spam-processor-spamoracle-p)
18629         (spam-group-spam-processor-crm114-p)
18630         (spam-group-ham-processor-bogofilter-p)
18631         (spam-group-spam-processor-stat-p)
18632         (spam-group-ham-processor-stat-p)
18633         (spam-group-ham-processor-whitelist-p)
18634         (spam-group-ham-processor-BBDB-p)
18635         (spam-group-ham-processor-spamoracle-p)
18636         (spam-group-ham-processor-copy-p): Remove functions with some
18637         prejudice against unneeded code.
18638         (spam-report-articles-resend)
18639         (spam-report-resend-register-routine): Allow the group/topic
18640         spam-resend-to value to override spam-report-resend-to.
18641         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18642         properly now.
18643
18644         * gnus.el (spam-resend-to): Add group/topic parameter.
18645         (spam-process): Move the OBSOLETE processors to the end of the
18646         choices.
18647
18648 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18649
18650         * spam-report.el (spam-report-resend-to, spam-report-resend):
18651         Start with resend-to set to nil, and then ask the user if necessary.
18652         (spam-report-resend): spam-report-resend takes a list of articles, not
18653         separate article numbers.
18654
18655 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18658         addition to emacs-w3m.
18659
18660 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18661
18662         * assistant.el (assistant-authinfo-data): New function.
18663         (assistant-eval): Eval for entire assistant.
18664
18665         * netrc.el (netrc-services-file): New variable.
18666         (netrc-parse-services): New function.
18667         (netrc-find-service-name): New function.
18668         (netrc-find-service-number): New function.
18669         (netrc-port-equal): New function.
18670         (netrc-machine): Use it.
18671
18672         * nnimap.el (nnimap-open-connection): Use netrc.
18673
18674         * gnus-util.el (gnus-netrc-get): Remove aliases.
18675
18676         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18677
18678         * assistant.el (wid-edit): Fix compilation.
18679
18680         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18681
18682 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18683
18684         * gnus-util.el (gnus-set-file-modes): New function.  (small
18685         patch).
18686
18687 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18690
18691         * assistant.el (assistant-render-node): Fix up rendering and
18692         read-only text.
18693         (assistant-render-node): Reset.
18694         (assistant-make-read-only): Not sticky.
18695
18696 2004-05-20  Danny Siu  <dsiu@adobe.com>
18697
18698         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18699         centered even when gnus-auto-center-summary is t.
18700
18701 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18702
18703         * dns.el (dns-get-txt-answer): New function.
18704         (dns-read-txt): Ditto.
18705         (query-dns): Use it.
18706
18707 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18710         active for foreign groups even if the group level is higher than
18711         the specified value.
18712
18713 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18716         non-active groups.
18717
18718         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18719
18720 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18721
18722         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18723
18724 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18725
18726         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18727         (spam-crm114-header, spam-crm114-spam-switch)
18728         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18729         (spam-crm114-positive-spam-header)
18730         (spam-crm114-database-directory, spam-list-of-processors)
18731         (spam-group-spam-processor-crm114-p)
18732         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18733         (spam-generic-score, spam-list-of-checks)
18734         (spam-list-of-statistical-checks, spam-registration-functions)
18735         (spam-check-crm114-headers, spam-crm114-score)
18736         (spam-check-crm114, spam-crm114-register-with-crm114)
18737         (spam-crm114-register-spam-routine)
18738         (spam-crm114-unregister-spam-routine)
18739         (spam-crm114-register-ham-routine)
18740         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18741         From asjo@koldfront.dk (Adam Sjøgren).
18742
18743         * gnus.el: Add spam-use-crm114.
18744
18745         * spam.el (spam-list-of-processors, spam-registration-functions):
18746         Add spam-use-resend.
18747         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18748         (spam-report-articles-gmane): Add doc fix.
18749         (spam-report-articles-resend, spam-report-resend-register-routine):
18750         Add wrappers around spam-report-resend-to.
18751
18752         * spam-report.el (spam-report-resend-to, spam-report-resend):
18753         Add support for resending spam.
18754         (spam-report-gmane): Fix line length >80.
18755
18756         * gnus.el (spam-process): Add spam-use-resend.
18757
18758 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18759
18760         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18761         number of processed spam messages.
18762         (spam-ham-copy-or-move-routine): Return the number of processed
18763         ham messages.
18764         (spam-summary-prepare-exit): Use the above values to decide
18765         whether status messages shouled be displayed.
18766
18767 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18770         `rfc2047-encoding-function-alist' in order to avoid conflicting
18771         with the old version.
18772         (rfc2047-encode-region): Concatenate words containing non-ASCII
18773         characters in structured fields; don't encode space-delimited
18774         ASCII words even in unstructured fields; don't break words at
18775         char-category boundaries.
18776         (rfc2047-encode-1): New function.
18777         (rfc2047-encode): Use it; encode text so that it occupies the
18778         maximum width within 76-column; work correctly on Q encoding for
18779         iso-2022-* charsets.
18780         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18781         sure not to break a line just after the header name.
18782         (rfc2047-b-encode-region): Remove.
18783         (rfc2047-b-encode-string): New function.
18784         (rfc2047-q-encode-region): Remove.
18785         (rfc2047-q-encode-string): New function.
18786
18787         * mm-util.el (mm-replace-in-string): New function.
18788
18789 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18790
18791         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18792         Really get it right.
18793         (gnus-inews-make-draft): Really.
18794
18795 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18796
18797         * nnmh.el (nnmh-request-list-1): Don't check the link count
18798         before descending.  (small patch)
18799
18800 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18803         stuff.
18804
18805         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18806         Match on real group name.
18807
18808         * gnus-art.el (gnus-signature-limit): Doc fix.
18809
18810         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18811
18812         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18813
18814 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18815
18816         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18817         isn't a string.
18818
18819 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * gnus-draft.el (gnus-draft-send):
18822         Bind rfc2047-encode-encoded-words.
18823
18824         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18825         (rfc2047-encodable-p): Say that =? needs encoding.
18826         (rfc2047-encode-encoded-words): New variable.
18827
18828         * gnus-group.el (gnus-group-select-group): Doc fix.
18829
18830         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18831
18832         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18833         to nil.
18834
18835         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18836
18837         * nnheader.el (nnheader-get-lines-and-char): New function.
18838
18839 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * gnus-msg.el (gnus-summary-followup-with-original):
18842         Document yanking of region when active.
18843
18844 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18847         groups if the group level is higher than the specified value.
18848
18849 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18850
18851         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18852         (gnus-group-jump-to-group): Add prefix argument using
18853         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18854         non-active group.
18855
18856         * compface.el (uncompface): Be verbose when changing
18857         `uncompface-use-external'.
18858
18859         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18860         handle manual section.
18861
18862 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18863
18864         * gnus-art.el (gnus-button-alist): Revert previous change.
18865
18866 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18867
18868         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18869
18870 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18871
18872         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18873         whether backend can accept message.
18874
18875         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18876
18877 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18878
18879         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18880         Avoid creating directory when nntp-marks-is-evil is true.
18881         Reported by Reiner Steib.
18882
18883 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * gnus-picon.el (gnus-picon-style): New variable.
18886         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18887         (gnus-picon-transform-address): Support `gnus-picon-style'.
18888         From Jesper Harder <harder@ifa.au.dk>.
18889
18890 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * message.el (message-fill-field): Return point.
18893         (message-generate-headers): Go to end of field.
18894
18895         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18896         stuff for non-living groups.
18897
18898 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-art.el (gnus-article-followup-with-original)
18901         (gnus-article-reply-with-original): gnus-mark-active-p ->
18902         gnus-region-active-p.
18903
18904 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18907         only when there is spam or ham to be processed.
18908
18909 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * mail-source.el (mail-source-delete-crash-box): Refactor.
18912         (mail-source-fetch): Use it.
18913         (mail-source-fetch-file): Ditto.
18914         (mail-source-fetch-directory): Run postscript in loop.
18915         (mail-source-fetch-pop): Delete.
18916         (mail-source-fetch-maildir): Ditto.
18917         (mail-source-fetch-imap): Ditto.
18918
18919         * imap.el (imap-authenticators): Comment out sasl.
18920
18921         * message.el (message-skip-to-next-address): New function.
18922         (message-fill-header-address): Refactor.
18923         (message-fill-address): Use it.
18924         (message-delete-address): Use it.
18925         (message-fill-header-general): Refactor.
18926         (message-fill-field-address): Rename.
18927         (message-narrow-to-field): Find the start of the header.
18928         (message-header-format-alist): Don't pre-fill.
18929         (message-fill-header): Remove.
18930         (message-insert-header): New function.
18931         (message-shorten-references): Use it.
18932
18933         * rfc2047.el (rfc2047-field-value): Strip props.
18934
18935         * mail-parse.el (mail-header-make-address): New alias.
18936
18937         * ietf-drums.el (ietf-drums-make-address): New function.
18938
18939         * imap.el: Add compiler directives.
18940
18941         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18942
18943         * gnus-art.el (article-decode-idna-rhs): Don't use
18944         message-idna-inside-rhs-p.
18945
18946 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * message.el (message-idna-inside-rhs-p): Remove.
18949         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18950
18951         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18952         false positives.
18953
18954 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18955
18956         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18957
18958 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * nneething.el (nneething-file-name): Don't create spurious
18961         files.
18962
18963         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18964         (gnus-inews-do-gcc): Remove sleep.
18965
18966         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18967         part under point.
18968
18969         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18970         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18971
18972 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18973
18974         * spam.el (spam-summary-prepare-exit): Fix (length).
18975
18976 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18979         as expired without moving it" message when there are spam
18980         messages left.
18981
18982 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18983
18984         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18985         header is not nil.
18986
18987 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18988
18989         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18990         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18991         (nntp-marks-changed-p): New arg SERVER.
18992         (nntp-request-update-info): Adjust caller.
18993
18994 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18995
18996         * nntp.el (nntp-save-marks): Pass missing arg.
18997
18998 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18999
19000         * nntp.el: Support marks.
19001         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19002         (nntp-marks-modtime, nntp-marks-directory): New variables.
19003         (nntp-request-set-mark, nntp-request-update-info)
19004         (nntp-possibly-create-directory, nntp-marks-changed-p)
19005         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19006         New functions.
19007
19008 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19009
19010         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19011         (gnus-xmas-redefine): Rename.
19012
19013         * gnus-score.el (gnus-score-insert-help):
19014         Use gnus-select-lowest-window.
19015
19016         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19017         appt-select-lowest-window and rename to gnus-select-lowest-window.
19018
19019         * gnus.el: do.
19020
19021 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19022
19023         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19024         encodings of MIME-encoded words, in order to improve
19025         interoperability with several broken MUAs.
19026
19027 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19028
19029         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19030         tags, only when charsets are not specified in headers.
19031         (mm-inline-text-html-render-with-w3m): Ditto.
19032
19033         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19034         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19035
19036 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19037
19038         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19039         instead of MIME-decoded from fields when checking
19040         `gnus-article-address-banner-alist'.
19041
19042 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19045         description rather than subject.
19046
19047 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19048
19049         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19050
19051 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19052
19053         * gnus.el (gnus-version-number): Bump.
19054
19055 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19056
19057         * gnus.el: No Gnus v0.2 is released.
19058
19059 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19060
19061         * gnus-agent.el (gnus-agent-read-agentview):
19062         Inline gnus-uncompress-range.
19063
19064 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19065
19066         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19067         `exec-installed-p'.
19068
19069 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19070
19071         * gnus.el (spam-process, spam-autodetect-methods):
19072         Add bsfilter and bsfilter-headers.
19073
19074         * spam.el (spam-bsfilter): New customize group.
19075         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19076         (spam-bsfilter-header, spam-bsfilter-probability-header)
19077         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19078         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19079         (spam-bsfilter-database-directory): New options.
19080         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19081         (spam-list-of-statistical-checks, spam-registration-functions):
19082         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19083         (spam-bsfilter-score): New command.
19084         (spam-check-bsfilter-headers, spam-check-bsfilter)
19085         (spam-bsfilter-register-with-bsfilter)
19086         (spam-bsfilter-register-spam-routine)
19087         (spam-bsfilter-unregister-spam-routine)
19088         (spam-bsfilter-register-ham-routine)
19089         (spam-bsfilter-unregister-ham-routine): New functions.
19090         (spam-generic-score): Support bsfilter; Accept an optional argument
19091         to recalcurate spam score even if scoring header has already been
19092         added.
19093         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19094         optional argument to recalcurate spam score even if scoring header
19095         has already been added.
19096
19097 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19098
19099         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19100         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19101         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19102         link is missing.
19103
19104 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19105
19106         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19107         (html2text-get-attr): Rewrite.
19108
19109         * message.el (message-setup-1): Remove redundant put-text-property
19110         on mail-header-separator.
19111
19112 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19113
19114         * gnus-registry.el (gnus-registry-cache-whitespace)
19115         (gnus-registry-action, gnus-registry-spool-action)
19116         (gnus-registry-split-fancy-with-parent): Change message levels
19117         from 5 to 3 or 7, as needed.
19118
19119         * spam.el (spam-summary-prepare-exit)
19120         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19121         (spam-split, spam-find-spam, spam-log-undo-registration)
19122         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19123         level from 5 to 6.
19124
19125 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19128         2004-03-04 change).
19129
19130 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * sieve-manage.el (sieve-manage-open):
19133         * nnweb.el (nnweb-insert-html):
19134         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19135         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19136         * nnspool.el (nnspool-request-group):
19137         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19138         * nnml.el (nnml-request-update-info):
19139         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19140         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19141         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19142         (nnimap-request-set-mark):
19143         * nnfolder.el (nnfolder-request-update-info):
19144         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19145         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19146         * gnus-uu.el (gnus-uu-find-articles-matching):
19147         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19148         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19149         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19150         * gnus-nocem.el (gnus-nocem-scan-groups):
19151         * gnus-int.el (gnus-start-news-server):
19152         * gnus-group.el (gnus-group-make-kiboze-group)
19153         (gnus-group-browse-foreign-server):
19154         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19155         Use mapc when appropriate.
19156
19157 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19158
19159         FIXME: Make separate entries for each person.
19160
19161         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19162         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19163         <shields@msrl.com>:
19164
19165         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19166         may need for spam sorting and scoring.
19167         (spam-user-format-function-S): Add user format function suitable for
19168         general use.
19169         (spam-article-sort-by-spam-status): Add sorting function for summary
19170         sorting.
19171         (spam-extra-header-to-number): Add function to get a score from a
19172         header.
19173         (spam-summary-score): Add function to get a numeric score from the
19174         headers.
19175         (spam-generic-score): Fix function doc, was in wrong place.
19176         (spam-initialize): Take symbols when it's run, and install the
19177         extra headers that spam-necessary-extra-headers thinks we need.
19178
19179 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19182         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19183
19184 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * gnus-sum.el (gnus-set-global-variables)
19187         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19188         (gnus-article-get-xrefs, gnus-summary-best-group)
19189         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19190         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19191         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19192         Use with-current-buffer.
19193
19194 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19195
19196         * spam.el (spam-summary-prepare-exit): Simplify logic.
19197         (spam-fetch-article-header): Read the article header if it's not
19198         available.
19199         (spam-list-articles): Simplify logic.
19200         (spam-filelist-register-routine): Fix bug with unregister-list.
19201
19202         * gnus-registry.el: Fix comments at beginning.
19203
19204 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19205
19206         * message.el (message-cater-to-broken-inn): Remove.
19207         (message-shorten-references): Make sure the total folded length of
19208         References is shorter than 998 characters to cater to a bug in INN
19209         2.3.  Also, don't pretend that references aren't folded -- this
19210         hasn't worked for a while.
19211
19212 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19213
19214         * gnus-agent.el (gnus-agentize):
19215         gnus-agent-send-mail-real-function no longer set to current value
19216         of message-send-mail-function but rather a lambda that calls
19217         message-send-mail-function.  The change makes the agent real-time
19218         responsive to user changes to message-send-mail-function.
19219
19220 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19221
19222         * legacy-gnus-agent.el
19223         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19224         help from Florian Weimer <fw@deneb.enyo.de>
19225
19226 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * nnmail.el (nnmail-cache-insert): Revert last change.
19229
19230 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * nnmail.el (nnmail-cache-insert): Always check whether
19233         nnmail-cache-ignore-groups matches a group name.
19234
19235 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19236
19237         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19238         (spam-find-spam, spam-log-processing-to-registry)
19239         (spam-log-registered-p, spam-log-unregistration-needed-p)
19240         (spam-log-undo-registration): Use gnus-message instead of
19241         gnus-error, none of these errors are fatal.
19242
19243         * gnus-registry.el (gnus-registry-clean-empty-function)
19244         (gnus-registry-clean-empty): Remove only empty entries without
19245         extra data.
19246
19247 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam-stat.el (spam-stat-buffer-change-to-spam)
19250         (spam-stat-buffer-change-to-non-spam): Change (error) to
19251         (gnus-message 8) invocation.
19252
19253 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * nntp.el (nntp-via-netcat-command): New variable.
19256         (nntp-via-netcat-switches): New variable.
19257         (nntp-open-via-rlogin-and-netcat): New function.
19258         (nntp-open-connection-function): Doc fix.
19259         (nntp-telnet-command): Doc fix.
19260         (nntp-end-of-line): Doc fix.
19261         (nntp-via-rlogin-command): Doc fix.
19262         (nntp-via-user-name): Doc fix.
19263         (nntp-via-address): Doc fix.
19264
19265 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19268         error in Emacs 21.1.
19269
19270 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19273
19274 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19275
19276         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19277         (gnus-agent-with-refreshed-group): New macro.
19278         (gnus-agent-rename-group): New function.
19279         (gnus-agent-delete-group): New function.
19280         (gnus-agent-save-group-info): Use gnus-command-method when
19281         `method' parameter is nil.  Don't write nil entries into the
19282         active file.
19283         (gnus-agent-get-group-info): New function.
19284         (gnus-agent-fetch-articles):
19285         Use gnus-agent-update-files-total-fetched-for to increment disk space
19286         used.
19287         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19288         Use gnus-agent-update-view-total-fetched-for to increment disk space
19289         used.
19290         (gnus-agent-get-local): Add optional parameters to avoid calling
19291         gnus-group-real-name and gnus-find-method-for-group.
19292         (gnus-agent-set-local): Delete stored entry if either min, or max,
19293         are nil.
19294         (gnus-agent-fetch-session): Reworded error/quit messages.
19295         On quit, use gnus-agent-regenerate-group to record existance of any
19296         articles fetched to disk before the quit occurred.
19297         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19298         gnus-agent-update-view-total-fetched-for, and
19299         gnus-agent-update-files-total-fetched-for to decrement disk space
19300         used.
19301         (gnus-agent-retrieve-headers):
19302         Use gnus-agent-update-view-total-fetched-for to increment disk space
19303         used.
19304         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19305         with gnus-agent-update-files-total-fetched-for to decrement disk
19306         space and fresh group buffer.
19307         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19308         (gnus-agent-need-update-total-fetched-for): New variable.
19309         (gnus-agent-update-files-total-fetched-for): New function.
19310         (gnus-agent-update-view-total-fetched-for): New function.
19311         (gnus-agent-total-fetched-for): New function.
19312
19313         * gnus-cache.el (gnus-cache-save-buffers):
19314         Use gnus-cache-update-overview-total-fetched-for to change disk space
19315         used by this group.
19316         (gnus-cache-possibly-enter-article):
19317         Use gnus-cache-update-file-total-fetched-for to increment disk space
19318         used by this group.
19319         (gnus-cache-possibly-remove-article):
19320         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19321         used by this group.
19322         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19323         (gnus-cache-rename-group): New function.
19324         (gnus-cache-delete-group): New function.
19325         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19326         (gnus-cache-need-update-total-fetched-for): New variable.
19327         (gnus-cache-with-refreshed-group): New macro.
19328         (gnus-cache-update-file-total-fetched-for): New function.
19329         (gnus-cache-update-overview-total-fetched-for): New function.
19330         (gnus-cache-rename-group-total-fetched-for): New function.
19331         (gnus-cache-delete-group-total-fetched-for): New function.
19332         (gnus-cache-total-fetched-for): New function.
19333
19334         * gnus-group.el: Require gnus-sum and autoload functions to
19335         resolve warnings when gnus-group.el compiled alone.
19336         (gnus-group-line-format): Documented new %F.
19337         (size of Fetched data) group line format; identifies disk space
19338         used by agent and cache.
19339         (gnus-group-line-format-alist): Defined new F format.
19340         (gnus-total-fetched-for): New function.
19341         (gnus-group-delete-group): No longer update
19342         gnus-cache-active-altered as gnus-request-delete-group now keeps
19343         the cache in sync.
19344         (gnus-group-list-active): Let the agent store a server's active
19345         list if currently plugged.
19346
19347         * gnus-int.el (gnus-request-delete-group):
19348         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19349         local disk in sync with the server.
19350         (gnus-request-rename-group):
19351         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19352         local disk in sync with the server.
19353
19354         * gnus-start.el (gnus-get-unread-articles):
19355         Cosmetic simplification to logic.
19356
19357         * gnus-util.el (gnus-rename-file): New function.
19358
19359 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19360
19361         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19362
19363 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19364
19365         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19366         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19367
19368 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19371         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19372
19373 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19376
19377 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19378
19379         * spam.el (spam-set-difference): Add function to replace
19380         gnus-set-difference in spam.el.
19381         (spam-summary-prepare-exit): Use spam-set-difference.
19382
19383 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19384
19385         * gnus-registry.el (gnus-registry-cache-file): Update to use
19386         gnus-dribble-directory OR gnus-home-directory OR ~.
19387         (gnus-registry-split-fancy-with-parent): Fix doc.
19388
19389 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * message.el (message-exchange-point-and-mark):
19392         Use message-mark-active-p.  Suggested by Jesper Harder
19393         <harder@ifa.au.dk>.
19394
19395 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * message.el (message-exchange-point-and-mark): Don't activate
19398         region if it was inactive.  Suggested by Hiroshi Fujishima
19399         <pooh@nature.tsukuba.ac.jp>.
19400
19401 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-art.el (article-display-face): Display Faces in the same
19404         order as X-Faces.
19405
19406 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19409
19410 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19413         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19414         (gnus-article-mime-hierarchy): Remove.
19415         (gnus-article-mime-hierarchy-next): Remove.
19416         (gnus-article-mode): Revert 2004-03-19 change.
19417         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19418         (gnus-insert-mime-button): Revert 2004-03-19 change.
19419         (gnus-mime-accumulate-hierarchy): Remove.
19420         (gnus-mime-enter-multipart): Remove.
19421         (gnus-mime-leave-multipart): Remove.
19422         (gnus-mime-display-part): Revert 2004-03-19 change.
19423         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19424
19425         * mml.el (mml-preview): Revert 2004-03-19 change.
19426
19427 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19428
19429         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19430
19431 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19434         t while entering a file name using the mm-with-multibyte macro.
19435         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19436
19437         * mm-util.el (mm-with-multibyte): New macro.
19438
19439 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19442         New user option.
19443         (gnus-mime-multipart-functions): Doc and customization fix.
19444         (gnus-article-mime-hierarchy): New variable.
19445         (gnus-article-mime-hierarchy-next): New variable.
19446         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19447         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19448         gnus-article-mime-hierarchy-next to nil.
19449         (gnus-insert-mime-button): Show hierarchy numbers.
19450         (gnus-mime-accumulate-hierarchy): New function.
19451         (gnus-mime-enter-multipart): New function.
19452         (gnus-mime-leave-multipart): New function.
19453         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19454         (gnus-mime-display-alternative): Show hierarchy numbers.
19455
19456         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19457         gnus-article-mime-hierarchy-next to nil.
19458
19459 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19460
19461         * dns.el: Don't require gnus-xmas.
19462
19463 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19466         inline PGP.
19467         (mml-menu): Disable mml-quote-region if mark is inactive.
19468
19469 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19472         when the group's active is not available.
19473
19474 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19477         error.
19478
19479 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19480
19481         * imap.el (imap-store-password): New variable.
19482         (imap-interactive-login): Use it.
19483         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19484
19485 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19488         window-start and hscroll to summary window.
19489
19490 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19491
19492         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19493         conversion message to newsrc-dribble when an actual conversion is
19494         performed.
19495
19496 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19497
19498         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19499
19500 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * mm-decode.el (mm-complicated-handles): New function reviving
19503         former definition of mm-multiple-handles.
19504
19505         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19506         (gnus-mime-delete-part): Use it.
19507
19508 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19509
19510         * gnus-agent.el (gnus-agent-read-local):
19511         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19512         avoid the implicit assumption that they will always be equal.
19513         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19514         coding-system-for-write, as the with-temp-file macro first prints
19515         to a buffer then saves the buffer.
19516
19517 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * gnus-art.el (gnus-article-edit-part): New function.
19520         (gnus-mime-save-part-and-strip): Use it; do query instead of
19521         signaling an error; don't use mm-multiple-handles.
19522         (gnus-mime-delete-part): Ditto.
19523
19524 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19525
19526         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19527         old file versions.
19528         (gnus-group-prepare-hook): Remove function that converted list
19529         form of gnus-agent-expire-days to group properties.
19530
19531         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19532         (gnus-request-accept-article): Re-indented.
19533
19534         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19535         converters to handle old agent file formats.  Add logic for a
19536         "backup before upgrading warning".
19537         (gnus-convert-mark-converter-prompt): Developers can mark
19538         functions as needing (default), or not needing,
19539         gnus-convert-old-newsrc's "backup before upgrading warning".
19540         (gnus-convert-converter-needs-prompt): Tests whether the user
19541         should be protected from potentially irreversable changes by the
19542         function.
19543
19544         * legacy-gnus-agent.el: New.  Provides converters that are only
19545         loaded when gnus-convert-old-newsrc needs to call them.
19546
19547 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * mail-source.el (mail-source-touch-pop): Doc fix.
19550
19551         * message.el (message-smtpmail-send-it): Doc fix.
19552
19553 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19556
19557         * nnmail.el (nnmail-split-fancy): do.
19558
19559         * gnus-kill.el (gnus-kill, gnus-execute): do.
19560
19561 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19562
19563         * gnus-sum.el (gnus-widget-reversible-match)
19564         (gnus-widget-reversible-to-internal)
19565         (gnus-widget-reversible-to-external): New functions.
19566         (gnus-widget-reversible): New widget.
19567         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19568
19569 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19570
19571         * gnus-sum.el (gnus-thread-sort-functions)
19572         (gnus-article-sort-functions): Document `(not F)' items.
19573
19574 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19575
19576         * spam.el (spam-use-gmane-xref): Add new backend.
19577         (spam-gmane-xref-spam-group): Add variable to control the name of the
19578         Gmane spam group.
19579         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19580         (spam-regex-headers-spam, spam-regex-headers-ham)
19581         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19582         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19583         backends and checks.
19584         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19585
19586         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19587         an autodetect method.
19588
19589 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19590
19591         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19592         articles are being added to a group.
19593         (gnus-request-replace-article): Inform the agent that articles
19594         need to be uncached as the cached contents are no longer valid.
19595
19596 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * binhex.el: Don't autoload executable-find.
19599
19600         * canlock.el: Don't autoload mail-fetch-field.
19601
19602         * dgnushack.el: Autoload c-mode for XEmacs.
19603
19604         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19605
19606         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19607         rmail-dont-reply-to and rmail-output.
19608
19609         * gnus-score.el: Don't autoload ffap-string-at-point.
19610
19611         * gnus-setup.el: Don't autoload sc-cite-original.
19612
19613         * imap.el: Don't autoload base64-decode-string,
19614         base64-encode-string and md5.
19615
19616         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19617         and rmail-msg-restore-non-pruned-header.
19618
19619         * mm-decode.el: Don't autoload executable-find.
19620
19621         * mm-url.el: Don't autoload executable-find.
19622
19623         * mm-view.el: Don't autoload diff-mode.
19624
19625         * nndb.el: Don't autoload news-reply-mode, news-setup,
19626         cancel-timer and telnet.
19627
19628         * password.el: Don't autoload run-at-time for Emacs.
19629
19630         * sha1-el.el: Don't autoload executable-find.
19631
19632         * sieve-mode.el: Don't autoload c-mode.
19633
19634         * uudecode.el: Don't autoload executable-find.
19635
19636 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19637
19638         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19639         (gnus-agent-possibly-alter-active): Avoid null in numeric
19640         comparison.
19641         (gnus-agent-set-local): Refuse to save null in local object table.
19642         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19643         list of articles that will be marked as unread.
19644
19645 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19648
19649 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19650
19651         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19652         language tags.
19653
19654 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19655
19656         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19657         Don't bind "obarray".
19658
19659         * gnus-sum.el (gnus-thread-sort-functions):
19660         Add `gnus-thread-sort-by-most-recent-number' and
19661         `gnus-thread-sort-by-most-recent-date'.
19662         Reported by Kai Grossjohann <kai@emptydomain.de>.
19663
19664 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19667
19668 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19669
19670         * gnus-cus.el (gnus-agent-customize-category):
19671         Remove ignore-errors macro reference that required cl to be loaded at
19672         run-time.
19673
19674         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19675         single-interval range of the form (min . max).  Previously the
19676         range had to look like ((min . max)).  Likewise, return
19677         (min . max) rather than ((min . max)).
19678         (gnus-range-map): Use gnus-range-normalize to accept
19679         single-interval range.
19680
19681         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19682         the cache, but not the agent, now appear with their usual face.
19683
19684         * dgnushack.el (loaddir): New variable that is bound to the
19685         directory containing the dgnushack.el file. Use loaddir, rather
19686         than srcdir, to update load-path. Change lets dgnushack compile
19687         code in directories other than GNUS/lisp.
19688
19689 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * lpath.el: Don't bind w3m-safe-url-regexp.
19692
19693         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19694         w3m-safe-url-regexp variable buffer-local.
19695
19696         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19697
19698 2004-02-27  Simon Josefsson  <jas@extundo.com>
19699
19700         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19701         gnus-group-real-prefix.
19702         (gnus-summary-move-article): Use it, instead of
19703         gnus-group-real-prefix.
19704
19705 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * lpath.el: Bind w3m-safe-url-regexp.
19708
19709         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19710         w3m-safe-url-regexp variable buffer-local and set it as the value
19711         of mm-w3m-safe-url-regexp.
19712
19713         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19714
19715         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19716         parsing gnus-posting-styles when the message is not for replying.
19717
19718         * dgnushack.el: Autoload sgml-mode for XEmacs.
19719
19720         * nnrss.el (nnrss-opml-export):
19721         Use mm-set-buffer-file-coding-system instead of
19722         set-buffer-file-coding-system.
19723
19724 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19725
19726         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19727         of checkdoc.el).
19728         * nnrss.el: do.
19729         * gnus-mlspl.el: do.
19730         * gnus-ml.el: do.
19731         * gnus-srvr.el: do.
19732
19733         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19734
19735 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19736
19737         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19738         Corrections to custom-manual links.
19739
19740         * gnus-art.el (gnus-article): Ditto.
19741
19742         * mm-decode.el (mime-display, mime-security): Ditto.
19743
19744 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19745
19746         * flow-fill.el: Typo.
19747
19748 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19749
19750         * spam-wash.el: New file.
19751
19752 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19753
19754         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19755
19756 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19759         to be run with new-articles as LIST1, not LIST2.
19760         (spam-registration-functions): Add spam-use-ham-copy as a nil
19761         registration backend.
19762
19763 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19764
19765         * spam-stat.el (spam-stat-washing-hook): New option.
19766         (spam-stat-buffer-words): Use it.
19767         (spam-stat-process-directory, spam-stat-test-directory):
19768         Use insert-file-contents-literally.
19769         (spam-stat-coding-system): New variable.
19770         (spam-stat-load, spam-stat-save): Use it.
19771
19772 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * spam-report.el (spam-report-plug-agent):
19775         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19776
19777 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19778
19779         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19780         Allow / in mailto URLs.
19781
19782 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19783
19784         * spam-report.el (spam-report-process-queue): Fix interactive use.
19785         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19786         (spam-report-unplug-agent): Doc fixes.
19787         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19788         (spam-report-agentize, spam-report-deagentize): Autoload.
19789
19790 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19793
19794         * message.el (message-setup-fill-variables): Add mml tags to
19795         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19796         <ajk@iu.edu>.
19797         (message-mode): Don't modify paragraph-separate there.
19798
19799 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19800
19801         * compface.el (uncompface-use-external): Default to undecided.
19802         (uncompface-use-external-threshold): New variable.
19803         (uncompface-float-time): New macro.
19804         (uncompface): Determine whether to use the external decoder if
19805         uncompface-use-external is undecided.
19806
19807 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19808
19809         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19810         after images.
19811
19812         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19813
19814 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19815
19816         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19817
19818         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19819
19820         * gnus-sum.el (gnus-summary-limit-to-age)
19821         (gnus-summary-limit-children): do.
19822
19823         * gnus-int.el (gnus-request-scan): do.
19824
19825         * gnus-group.el (gnus-group-suspend): do.
19826
19827         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19828
19829         * gnus-cite.el (gnus-cite-parse-attributions): do.
19830
19831         * gnus-agent.el (gnus-summary-set-agent-mark)
19832         (gnus-agent-regenerate-group): do.
19833
19834         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19835
19836         * binhex.el (binhex-decode-region-internal): do.
19837
19838 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus-fun.el (gnus-face-properties-alist): New user option.
19841         (gnus-display-x-face-in-from): Use it.
19842
19843         * gnus-art.el (article-display-face): Ditto.
19844
19845         * compface.el (uncompface-use-external): Default to nil.
19846
19847 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19848
19849         * nntp.el (nntp-erase-buffer): New function.
19850         (nntp-retrieve-data, nntp-send-command)
19851         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19852         (nntp-possibly-change-group): Use it.
19853
19854         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19855         Use with-current-buffer.
19856
19857 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19858
19859         * compface.el: Merge the ELisp-based uncompface program.
19860         (compface): New customization group.
19861         (uncompface-use-external): New user option.
19862         (uncompface): Call uncompface-internal if uncompface-use-external
19863         is nil.
19864         (uncompface-internal): New function.  Note that there are also
19865         some other functions and variables added for this function.
19866
19867 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19868
19869         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19870         if necessary.
19871
19872 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19873
19874         * spam-report.el (spam-report-unplug-agent)
19875         (spam-report-plug-agent, spam-report-deagentize)
19876         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19877         Add support for the Agent in spam-report: when unplugged, report to a
19878         file; when plugged, submit all the requests.
19879
19880         * spam.el (spam-register-routine): Fix message about
19881         registration.
19882
19883 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19884
19885         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19886         dependencies.
19887         (rfc2047-encode): Use it.
19888
19889         * gnus-art.el (gnus-button-marker-list): Move before first
19890         reference.
19891
19892         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19893         (imap-parse-body): Fix format string mismatch.
19894
19895         * gnus-score.el (gnus-summary-increase-score): do.
19896
19897         * nnrss.el (nnrss-close): New function.
19898
19899 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19900
19901         * nnrss.el (nnrss-make-filename): New function.
19902         (nnrss-request-delete-group, nnrss-read-server-data)
19903         (nnrss-save-server-data, nnrss-read-group-data)
19904         (nnrss-save-group-data): Use it.
19905         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19906         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19907         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19908
19909 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19910
19911         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19912
19913 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19914
19915         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19916         files.
19917
19918         * message.el (message-generate-headers-first): Don't quote nil
19919         and t in docstrings.
19920
19921         * imap.el (imap-id): do.
19922
19923         * gnus-agent.el (gnus-agent-consider-all-articles)
19924         (gnus-agent-queue-mail): do.
19925
19926 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19927
19928         * spam-report.el (spam-report-process-queue): New function.
19929         Process requests from `spam-report-requests-file'.
19930         (spam-report-process-queue): Doc fix.
19931
19932 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19933
19934         * spam.el (spam-register-routine)
19935         (spam-log-processing-to-registry, spam-log-registered-p)
19936         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19937         Change "check" to "spam-check" for semi-clarity.
19938
19939 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19940
19941         * pop3.el: Require nnheader.
19942
19943         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19944
19945         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19946
19947         * gnus-picon.el: Require cl.
19948
19949         * gnus-fun.el: Require gnus-ems and gnus-util.
19950
19951         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19952
19953         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19954
19955         * gnus-art.el (gnus-article-edit-mode): Define before first
19956         reference.
19957
19958 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19959
19960         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19961         (gnus-uu-post-encoded): Use point-at-bol.
19962
19963         * gnus-topic.el (gnus-group-active-topic-p): do.
19964
19965         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19966
19967         * gnus-group.el (gnus-group-kill-region): do.
19968
19969         * gnus-art.el (article-date-ut): do.
19970
19971         * message.el (message-fetch-field): Remove redundant
19972         case-fold-search binding.
19973         (message-narrow-to-field): Simplify.
19974
19975 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19976
19977         * spam.el (spam-directory): Derive from `gnus-directory'.
19978
19979         * spam-report.el (spam-report-url-to-file)
19980         (spam-report-requests-file): New function and variable for offline
19981         reporting.
19982         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19983         and user defined function.
19984         (spam-report-url-ping-mm-url): Remove doubled slash.
19985
19986 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19987
19988         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19989
19990 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19991
19992         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19993         Fix format string mismatch.
19994
19995         * sieve.el (sieve-deactivate-all): do.
19996
19997         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19998
19999         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20000
20001         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20002
20003         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20004
20005 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20006
20007         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20008         the list of checks.
20009
20010 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20013         padding.
20014
20015 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20016
20017         * mm-view.el (mm-fill-flowed): New variable.
20018         (mm-inline-text): Use it.
20019
20020 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20021
20022         * spam.el (spam-spamassassin-register-ham-routine)
20023         (spam-spamassassin-register-spam-routine): Fix function names.
20024
20025 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20026
20027         * gnus.el (gnus-tmp-grouplens): Remove.
20028         (gnus-summary-line-format): Remove grouplens.
20029
20030         * gnus-group.el (gnus-group-line-format): Ditto.
20031
20032         * gnus-spec.el (gnus-format-specs): Ditto.
20033         (gnus-update-format-specifications): Flush the group format spec
20034         cache if there's the grouplens stuff.
20035         (gnus-parse-simple-format): Replace %l with the empty string.
20036
20037 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20038
20039         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20040         omission.
20041
20042 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20043
20044         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20045         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20046
20047 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20048
20049         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20050         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20051         New macros and functions.
20052         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20053         Handle > NLINK_MAX messages.
20054         * nnmaildir.el (nnmaildir-request-set-mark):
20055         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20056
20057 2004-01-25  Alex Schroeder  <alex@gnu.org>
20058
20059         * spam-stat.el (spam-stat-process-directory-age): New option.
20060         (spam-stat-process-directory): Use it.
20061
20062 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20063
20064         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20065         (spam-stat-save): Accept prefix argument.
20066
20067 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20068
20069         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20070         links" error.
20071
20072 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20075         the rest of the and/or forms.
20076
20077 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20078
20079         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20080         compatibility with old .newsrc.eld files.
20081
20082         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20083
20084         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20085
20086         * gnus-start.el (gnus-1): do.
20087
20088         * gnus-group.el (gnus-group-line-format-alist): do.
20089
20090         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20091
20092         * gnus-gl.el: Remove.
20093
20094 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20095
20096         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20097         marks consisting of a single range {for example, (3 . 5)} rather
20098         than a list of a single range { ((3 . 5)) }.
20099
20100 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20101
20102         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20103         Use with-current-buffer.
20104         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20105         avoid consing a string.
20106
20107         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20108         Remove obsolete entries for big5 and gb2312.
20109
20110 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20111
20112         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20113         uncompressed list.
20114
20115 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20116
20117         * spam-stat.el (spam-stat-strip-xref): New function.
20118         (spam-stat-process-directory): Use it.
20119
20120         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20121         here -- it's done in message-fetch-field.
20122
20123 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20124
20125         * gnus-agent.el (gnus-agent-queue-mail)
20126         (gnus-agent-prompt-send-queue): New variables.
20127         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20128         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20129         "nndraft:queue" along to gnus-draft-send.
20130         Use gnus-agent-prompt-send-queue.
20131         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20132         is "nndraft:queue".  Suggested by Gaute Strokkenes
20133         <gs234@srcf.ucam.org>
20134
20135         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20136         (agent-enable-undownloaded-faces): Add.
20137         (gnus-agent-cat-groups): Use eval-and-compile, not
20138         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20139         method of gnus-agent-cat-groups even when the buffer has been
20140         evaled.
20141         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20142         delete gnus-agent-save-active-1.
20143         (gnus-agent-save-groups): Delete.  Identical to
20144         gnus-agent-save-active.
20145         (gnus-agent-write-active): No longer adjust agent's copy of active
20146         file as agent's adjustments are now stored in their own
20147         file.  Remove optional parameter.
20148         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20149         servers.  Add use of min/max range limits from server's local
20150         file.
20151         (gnus-agent-save-alist): Remove unused optional argument.
20152         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20153         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20154         (gnus-agent-set-local): A per-server file that keeps min/max range
20155         limits for articles known to the agent.  Provides a fast mechanism
20156         for altering many active ranges.
20157         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20158         active file (local makes it unnecessary).
20159         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20160
20161         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20162         (agent-enable-undownloaded-faces): Add.
20163
20164         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20165         disable it when sending to "nndraft:queue".
20166         (gnus-group-send-queue): Add safety check to avoid sending queue
20167         when unplugged.
20168
20169         * gnus-group.el (gnus-group-catchup): Use new
20170         gnus-sequence-of-unread-articles, not
20171         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20172         numbers of articles.  Use gnus-range-map to avoid having to
20173         uncompress the unread list.
20174         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20175         Fix invalid ange-ftp reference.
20176
20177         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20178         (gnus-sorted-range-intersection): Intersection of two ranges
20179         without requiring that they first be uncompressed.
20180
20181         * gnus-start.el (gnus-activate-group): Unless blocked by the
20182         caller, possibly expand the active range to include both cached
20183         and agentized articles.
20184         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20185         multiple version-dependent converters.
20186         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20187         gnus-agent-save-active.
20188         (gnus-save-newsrc-file): Save dirty agent range limits.
20189
20190         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20191         gnus-agent-possibly-alter-active.
20192         (gnus-adjust-marked-articles): Faster handling of simple lists.
20193
20194 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20195
20196         * spam-stat.el (spam-stat-test-directory): New optional argument
20197         displays a list of files detected.  Suggested by Andrew Cohen
20198         <cohen@andy.bu.edu>.
20199         (spam-stat-buffer-words-with-scores): Don't narrow and change
20200         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20201
20202 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20203
20204         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20205         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20206         (spam-spamassassin-arguments)
20207         (spam-spamassassin-spam-flag-header)
20208         (spam-spamassassin-positive-spam-flag-header)
20209         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20210         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20211         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20212         (spam-list-of-processors, spam-list-of-checks)
20213         (spam-list-of-statistical-checks, spam-registration-functions)
20214         (spam-check-spamassassin-headers, spam-check-spamassassin)
20215         (spam-spamassassin-score)
20216         (spam-spamassassin-register-with-sa-learn)
20217         (spam-spamassassin-register-spam-routine)
20218         (spam-spamassassin-register-ham-routine)
20219         (spam-assassin-register-spam-routine)
20220         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20221         (spam-bogofilter-score): Fix to show article before scoring.
20222
20223 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20224
20225         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20226         default scoring function.
20227         (spam-generic-score): Call spam-spamassassin-score if
20228         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20229         spam-bogofilter-score otherwise.
20230
20231         * gnus.el (spam-process, spam-autodetect-methods):
20232         Add spamassassin and spamassassin-headers.
20233
20234 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20235
20236         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20237         Suppress unnecessary messages.
20238
20239 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20240
20241         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20242         make-hash-table.
20243
20244 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * canlock.el (base64-encode-string): Don't autoload it.
20247
20248 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * run-at-time.el: Remove useless (require 'itimer),
20251         eval-and-compile and (featurep 'xemacs).
20252
20253 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20256         GROUP is a virtual group.
20257
20258 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20259
20260         * gnus.el: Autoload `message-y-or-n-p'.
20261
20262 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * pgg-parse.el: Remove unnecessary (require 'custom).
20265
20266         * pgg-def.el: do.
20267
20268         * nnmail.el: do.
20269
20270         * gnus-undo.el: do.
20271
20272         * gnus-picon.el: do.
20273
20274         * gnus-util.el: do.
20275
20276 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20279
20280 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20283         handle, as well as a list.
20284
20285         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20286         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20287         (mm-w3m-cid-retrieve): Simplify.
20288
20289 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20290
20291         * message.el (message-kill-to-signature): Allow prefix arg to
20292         specify number of lines to keep before signature.
20293
20294 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20295
20296         * message.el (message-kill-to-signature): Change docstring.
20297
20298 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * canlock.el: Always require sha1-el.
20301         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20302
20303         * message.el: Autoload sha1 only when compiling.
20304
20305         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20306         eudc-expand-inline for XEmacs.
20307
20308 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * message.el (message-canlock-generate): Require sha1-el.
20311
20312 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20313
20314         * message.el (message-expand-name): Silence the byte compiler.
20315
20316         * lpath.el: Add detect-coding-system.
20317
20318         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20319         cus-edit.
20320
20321 2004-01-13  Simon Josefsson  <jas@extundo.com>
20322
20323         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20324         Invoke gnus-score-mode.
20325         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20326
20327         * gnus-range.el (gnus-compress-sequence): Doc fix.
20328         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20329
20330 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20331
20332         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20333
20334 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20335
20336         * spam.el (spam-get-article-as-string): Update to use
20337         gnus-request-article-this-buffer, much simpler.
20338         (spam-get-article-as-buffer): Remove.
20339
20340 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20341
20342         * message.el (message-expand-name): Use EUDC if the user uses that.
20343
20344 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20345
20346         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20347         character for the encoding to avoid consing a string.
20348
20349         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20350         unnecessarily.
20351
20352         * mm-util.el (mm-replace-chars-in-string): Remove.
20353
20354         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20355         of mm-replace-chars-in-string.
20356
20357 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20360
20361         * mm-util.el (mm-subst-char-in-string): Support inplace.
20362
20363         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20364         a new string in every iteration.  Use shy groups.
20365
20366 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20367
20368         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20369         * gnus-soup.el (gnus-soup-group-brew):
20370         * gnus-msg.el (gnus-put-message):
20371         * gnus-move.el (gnus-group-move-group-to-server):
20372         * gnus-kill.el (gnus-batch-score):
20373         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20374         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20375         (gnus-group-update-group, gnus-group-read-group)
20376         (gnus-group-make-group, gnus-group-make-help-group)
20377         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20378         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20379         (gnus-group-sort-by-unread, gnus-group-catchup)
20380         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20381         (gnus-group-yank-group, gnus-group-set-info)
20382         (gnus-group-list-groups):
20383         * gnus.el (gnus-generate-new-group-name):
20384         * gnus-delay.el (gnus-delay-send-queue):
20385         * nnvirtual.el (nnvirtual-catchup-group):
20386         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20387         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20388         (gnus-group-prepare-topics, gnus-topic-check-topology):
20389         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20390         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20391         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20392         (gnus-group-make-articles-read):
20393         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20394         (gnus-group-change-level, gnus-kill-newsgroup)
20395         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20396         (gnus-get-unread-articles, gnus-make-articles-unread)
20397         (gnus-make-ascending-articles-unread): Use accessor
20398         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20399         to get group information for improved readability.
20400
20401
20402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20403
20404         * gnus-art.el (article-decode-mime-words, article-babel)
20405         (gnus-article-highlight-signature, gnus-article-add-buttons)
20406         (gnus-signature-toggle): Use gnus-with-article-buffer.
20407
20408         * gnus-art.el (gnus-article-highlight-headers)
20409         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20410
20411         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20412         (gnus-article-set-globals, gnus-request-article-this-buffer)
20413         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20414         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20415         (gnus-mime-display-alternative): Use with-current-buffer.
20416
20417 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20418
20419         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20420         also under 80 char limit, and call gnus-error if needed.
20421         (spam-fetch-article-header): Fix - it was a
20422         buffer-local variable (gnus-newsgroup-data).
20423         (spam-find-spam): Use spam-generate-fake-headers, forget about
20424         spam-insert-fake-headers.
20425         (spam-insert-fake-headers): Remove.
20426
20427 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20428
20429         * deuglify.el (gnus-article-outlook-unwrap-lines)
20430         (gnus-outlook-rearrange-article)
20431         (gnus-outlook-repair-attribution-outlook)
20432         (gnus-outlook-repair-attribution-block)
20433         (gnus-outlook-repair-attribution-other): Remove redundant
20434         save-excursion.
20435
20436 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20437
20438         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20439         (spam-fetch-field-subject-fast)
20440         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20441         (spam-fetch-article-header): Add functions to deal with Gnus
20442         internals for fast retrieval of article header data.
20443         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20444
20445 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20446
20447         * pop3.el (pop3-md5): Remove.
20448         (pop3-apop): Replace pop3-md5 with md5.
20449
20450         * mm-bodies.el: base64 is always built-in.
20451
20452         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20453         Use with-current-buffer.
20454
20455 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * canlock.el (canlock-insert-header): Remove excessive grouping in
20458         regexp.
20459
20460         * gnus-sum.el (gnus-summary-read-document): Ditto.
20461
20462         * gnus-uu.el (gnus-uu-part-number): Ditto.
20463
20464         * html2text.el (html2text-remove-tags): Ditto.
20465         (html2text-format-tags): Ditto.
20466         (html2text-format-single-elements): Ditto.
20467
20468         * mml.el (mml-parse-1): Ditto.
20469
20470 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20471
20472         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20473
20474         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20475
20476         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20477
20478         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20479
20480 2003-11-15  Simon Josefsson  <jas@extundo.com>
20481
20482         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20483         (pgg-gpg-lookup-key): Use regexp match instead of
20484         split-string (split-string is different between emacs 21.2 and
20485         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20486
20487 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20488
20489         * gnus-art.el (gnus-mime-view-all-parts)
20490         (gnus-article-part-wrapper, gnus-article-view-part):
20491         Use with-current-buffer.
20492
20493 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20494
20495         * spam.el (spam-disable-spam-split-during-ham-respool)
20496         (spam-spamoracle-database, spam-cache-lookups)
20497         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20498         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20499         (spam-group-ham-marks, spam-group-spam-marks)
20500         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20501         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20502         also add spam-use-blackholes to the statistical checks.
20503         (spam-fetch-field-fast): Add interface to fetching fields, may
20504         become a macro.
20505         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20506         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20507         (spam-insert-fake-headers): Fake an article when needed.
20508         (spam-find-spam): Fake article when possible.
20509         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20510         (spam-check-bogofilter-headers): Use message-fetch-field instead
20511         of nnmail-fetch-field.
20512
20513 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20516
20517 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20518
20519         * spam.el (spam-split): Do not require spam-use-CHECK to be
20520         enabled if that check is passed to spam-split explicitly; also
20521         fix so 'spam doesn't get converted to spam-split-group when
20522         spam-split-symbolic-return is t.
20523         (spam-find-spam): Find registrations of the article and use those
20524         instead of re-running spam-split to find the spam/ham
20525         classification of the article.
20526         (spam-log-processing-to-registry, spam-log-registered-p)
20527         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20528         Use gnus-error instead of gnus-message.
20529         (spam-log-registration-type): Add function to determine the
20530         classification of a message based on registry entries; will
20531         return nil if both 'spam and 'ham are found.
20532         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20533         a reasonably fast local cache without the loading errors.
20534         (spam-cache-lookups): Set to t by default.
20535         (spam-find-spam): Don't try to guess spam-cache-lookups.
20536         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20537         spam-caches entry.
20538         (spam-filelist-build-cache, spam-filelist-check-cache):
20539         Fix caching of whitelist/blacklist entries.
20540         (spam-check-whitelist, spam-check-blacklist):
20541         Invoke spam-from-listed-p with a type, not a cache variable.
20542         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20543
20544 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20545
20546         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20547
20548         * nnmail.el (nnmail-split-fancy): do.
20549
20550         * mml.el (mml-parse): do.
20551
20552         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20553         (gnus-score-adaptive): do.
20554
20555 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20558         (gnus-mime-button-map): Don't set keymap parent.
20559         (gnus-button-ctan-directory-regexp): Use shy grouping.
20560         (gnus-prev-page-map): Don't set keymap parent.
20561         (gnus-prev-page-map): Remove duplicated one.
20562         (gnus-next-page-map): Don't set keymap parent.
20563         (gnus-mime-security-button-map): Ditto.
20564
20565         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20566         version number.
20567
20568         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20569
20570 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * canlock.el (canlock-sha1-function): Remove.
20573         (canlock-sha1-function-for-verify): Remove.
20574         (canlock-openssl-program): Remove.
20575         (canlock-openssl-args): Remove.
20576         (canlock-ignore-errors): Remove.
20577         (canlock-sha1-with-openssl): Remove.
20578         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20579         (canlock-verify): Don't use canlock-ignore-errors.
20580
20581         * sha1-el.el (sha1-string-external): Make it can return a string
20582         in binary form.
20583         (sha1-region-external): Ditto.
20584         (sha1-string-internal): Ditto.
20585         (sha1-region-internal): Ditto.
20586         (sha1-region): Ditto.
20587         (sha1-string): Ditto.
20588         (sha1): Ditto.
20589
20590 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20591
20592         * spam.el (spam-report-articles-gmane): New command.
20593
20594 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20595
20596         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20597
20598         * run-at-time.el (run-at-time-saved): Remove.
20599         (run-at-time): Doc fix.
20600
20601 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20602
20603         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20604         (gnus-summary-limit-map): Add it.
20605         (gnus-summary-make-menu-bar): do.
20606
20607 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20608
20609         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20610         Make attempt at some caching support (done for BBDB only now).
20611         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20612         addresses to be checked.
20613         (spam-clear-cache-BBDB): Add function, to be invoked by
20614         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20615         (spam-check-BBDB): Check and use the caches, if
20616         spam-cache-lookups is on, remove superfluous (provide).
20617
20618 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20621
20622 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20623
20624         * run-at-time.el (run-at-time-saved): Move to after the definition
20625         of `run-at-time'.
20626
20627         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20628
20629 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20632         mm-w3m-local-map-property.
20633
20634         * mm-view.el (mm-w3m-mode-map): Remove.
20635         (mm-w3m-local-map-property): Remove.
20636         (mm-inline-text-html-render-with-w3m): Don't use
20637         mm-w3m-local-map-property.
20638
20639 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20640
20641         * run-at-time.el: New file.
20642
20643         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20644         under Emacs.
20645
20646         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20647         of gnus-set-text-properties.
20648
20649         * gnus-uu.el (gnus-uu-save-article): Ditto.
20650
20651         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20652
20653         * gnus-cite.el (gnus-cite-parse): Ditto.
20654
20655         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20656         of gnus-.
20657
20658         * gnus-xmas.el (run-at-time): Require run-at-time.
20659
20660         * gnus.el: Change calls to nnheader-run-at-time and
20661         password-run-at-time throughout to use run-at-time directly.
20662
20663         * password.el: Remove definition of run-at-time.
20664
20665         * nnheaderxm.el: Remove definition of run-at-time.
20666
20667 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20668
20669         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20670         in prompt.
20671
20672 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20673
20674         * messagexmas.el (message-xmas-redefine): Alias
20675         `message-make-caesar-translation-table' to
20676         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20677         version.
20678
20679         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20680         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20681         `gnus-xmas-set-text-properties'.
20682         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20683         `gnus-xmas-completing-read'.
20684         (gnus-xmas-completing-read): Removed.
20685         (gnus-xmas-open-network-stream): Removed.
20686
20687         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20688         XEmacs version.
20689
20690         * dns.el (dns-make-network-process): Use `open-network-stream'
20691         instead of `gnus-xmas-open-network-stream'.
20692
20693         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20694
20695         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20696
20697 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20698
20699         * gnus-art.el (gnus-mime-display-alternative)
20700         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20701         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20702         Don't use gnus-local-map-property.
20703
20704         * gnus-util.el (gnus-local-map-property): Remove.
20705
20706         * mm-view.el (mm-view-pkcs7-decrypt):
20707         Replace gnus-completing-read-maybe-default with completing-read.
20708
20709         * gnus-util.el (gnus-completing-read): do.
20710         (gnus-completing-read-maybe-default): Remove.
20711
20712 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20713
20714         * password.el: Only autoload `run-at-time' if not XEmacs.
20715         Only autoload the itimer functions if XEmacs.
20716
20717 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20720         XEmacsen.
20721
20722         * dgnushack.el: Autoload executable-find for XEmacs.
20723
20724 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20725
20726         * gnus-art.el (gnus-read-string): Remove.
20727         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20728         read-string.
20729
20730 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20731
20732         * netrc.el: Autoload password-read.
20733         (netrc): Add configuration group.
20734         (netrc-encoding-method, netrc-openssl-path):
20735         Add variables for encoding and decoding of files with symmetric
20736         ciphers.
20737         (netrc-encode): Add assistant function to encode a file with
20738         netrc-encoding-method.
20739         (netrc-parse): Add interactive parameter, added optional
20740         decoding if netrc-encoding-method is non-nil but otherwise
20741         behavior is standard.
20742         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20743         Do s/encode/encrypt/ everywhere.
20744
20745         * spam.el: Remove executable-find autoload.
20746
20747 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20748
20749         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20750
20751         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20752
20753 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-art.el (gnus-treat-ansi-sequences)
20756         (article-treat-ansi-sequences): New variable and function.
20757         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20758
20759         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20760         Use it.
20761
20762 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20763
20764         * mm-util.el (mm-quote-arg): Remove.
20765
20766         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20767         shell-quote-argument.
20768
20769         * gnus-uu.el (gnus-uu-command): do.
20770
20771         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20772
20773         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20774         with make-char.
20775
20776         * mm-util.el (mm-make-char): Remove.
20777
20778         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20779         add-minor-mode.
20780
20781         * gnus-undo.el (gnus-undo-mode): do.
20782
20783         * gnus-topic.el (gnus-topic-mode): do.
20784
20785         * gnus-sum.el (gnus-dead-summary-mode): do.
20786
20787         * gnus-start.el (gnus-slave-mode): do.
20788
20789         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20790
20791         * gnus-ml.el (gnus-mailing-list-mode): do.
20792
20793         * gnus-gl.el (gnus-grouplens-mode): do.
20794
20795         * gnus-draft.el (gnus-draft-mode): do.
20796
20797         * gnus-dired.el (gnus-dired-mode): do.
20798
20799         * gnus-ems.el (gnus-add-minor-mode): Remove.
20800
20801         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20802         Replace gnus-char-width with char-width.
20803
20804         * gnus-ems.el (gnus-char-width): Remove.
20805
20806         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20807         Replace gnus-char-width with char-width.
20808
20809         * gnus-ems.el (gnus-char-width): Remove.
20810
20811         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20812         definition.
20813         Remove Emacs 20 hash table compatibility code.
20814
20815         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20816         20 compatibility code.
20817
20818         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20819
20820         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20821
20822         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20823         Replace with point-at-{eol,bol}.
20824
20825         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20826
20827         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20828
20829         * flow-fill.el (fill-flowed-point-at-bol)
20830         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20831
20832         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20833         Replace with point-at-{eol,bol} throughout all files.
20834
20835 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * ntlm.el (ntlm-string-as-unibyte): New macro.
20838         (ntlm-build-auth-response): Use it.
20839
20840         Remove Emacs 20 stuff:
20841         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20842         (butlast, mapc, remove): Remove the compiler macros.
20843         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20844         of delq and copy-sequence.
20845         * gnus-art.el (popup-menu): Remove the compiler macro.
20846         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20847         Emacs 20.
20848
20849 2004-01-05  Simon Josefsson  <jas@extundo.com>
20850
20851         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20852         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20853         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20854         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20855         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20856         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20857         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20858         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20859         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20860         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20861         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20862         string-xor into ntlm-string-xor.
20863         Suggested by Jesper Harder <harder@myrealbox.com>.
20864
20865         * ntlm.el: Don't include poem.
20866
20867         * md4.el (print-int32, print-string-hexa): Remove.
20868         Suggested by Jesper Harder <harder@myrealbox.com>.
20869
20870         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20871
20872         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20873         probably breaks emacs with DL patch, but do we care? Is anyone
20874         still using the DL stuff?)
20875
20876         * sieve-manage.el: Use the password package.
20877         (sieve-manage-read-passwd): Remove.
20878         (sieve-manage-interactive-login): Use password.  Re-add
20879         condition-case around loop.
20880
20881         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20882         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20883         Use the password package.
20884
20885 2003-02-19  Simon Josefsson  <jas@extundo.com>
20886
20887         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20888         token.
20889
20890 2002-08-07  Simon Josefsson  <jas@extundo.com>
20891
20892         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20893         (sieve-manage-authenticators):
20894         (sieve-manage-authenticator-alist): Add some SASL mechs.
20895         (sieve-sasl-auth): New function.
20896         (sieve-manage-cram-md5-auth):
20897         (sieve-manage-plain-auth): Rewrite using SASL library.
20898         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20899         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20900         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20901         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20902
20903 2004-01-05  Simon Josefsson  <jas@extundo.com>
20904
20905         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20906         New files.
20907
20908 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20909
20910         * gnus-group.el (gnus-no-groups-message): Update.
20911
20912         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20913
20914 2003-11-09  Simon Josefsson  <jas@extundo.com>
20915
20916         * imap.el: Support for ID IMAP extension (RFC 2971).
20917         (imap-local-variables): Add imap-id.
20918         (imap-id): New variable.
20919         (imap-id): New function.
20920         (imap-parse-response): Parse untagged ID response.
20921         * nnimap.el (nnimap-id): New variable.
20922         (nnimap-open-connection): Use it.
20923
20924 2003-12-28  Simon Josefsson  <jas@extundo.com>
20925
20926         * gnus-score.el (gnus-score-edit-all-score): New.
20927         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20928
20929 2004-01-04  Simon Josefsson  <jas@extundo.com>
20930
20931         * password.el: Add.
20932
20933 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20934
20935         * dns.el (dns-query-types): Fix typo.
20936         (dns-query-types): New function.
20937         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20938         PTR and SOA replies, see RFC 1035.
20939
20940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20941
20942         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20943
20944         * Move to Changelog.2.
20945
20946 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20947
20948         * gnus.el (gnus-version-number): Bump version.
20949
20950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20951
20952         * gnus.el: No Gnus v0.1 is released.
20953
20954 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20955
20956         * gnus.el: No Gnus v0.0 is released.
20957
20958 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20959
20960         * gnus.el (gnus-version-number): Bump.
20961         (gnus-version): No.
20962
20963 See ChangeLog.2 for earlier changes.
20964
20965   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20966
20967   This file is part of GNU Emacs.
20968
20969   GNU Emacs is free software: you can redistribute it and/or modify
20970   it under the terms of the GNU General Public License as published by
20971   the Free Software Foundation, either version 3 of the License, or
20972   (at your option) any later version.
20973
20974   GNU Emacs is distributed in the hope that it will be useful,
20975   but WITHOUT ANY WARRANTY; without even the implied warranty of
20976   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20977   GNU General Public License for more details.
20978
20979   You should have received a copy of the GNU General Public License
20980   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20981
20982 ;; Local Variables:
20983 ;; coding: utf-8
20984 ;; fill-column: 79
20985 ;; add-log-time-zone-rule: t
20986 ;; End: